01KR2EXXZ7622HPFP6HKJNPQKW: 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: 01KR2EYRSH3D1Z8WD8XH9ATB4X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T00:15:14.405Zjob assigned to worker 01KR2EZ2RH8JJQHHCPH4Z9CCVV [factory aws, i-00628fdd9eee013b1] (queued for 56 s)
 
22026-05-08T00:15:22.541Zstarting task 0: "setup"
32026-05-08T00:15:22.545Z++ uname -s
42026-05-08T00:15:22.549Z+ kern=SunOS
52026-05-08T00:15:22.549Z+ build_user=build
62026-05-08T00:15:22.549Z+ build_uid=12345
72026-05-08T00:15:22.549Z+ work_dir=/work
82026-05-08T00:15:22.549Z+ input_dir=/input
92026-05-08T00:15:22.549Z+ [[ 0 == 12345 ]]
102026-05-08T00:15:22.549Z+ case "$kern" in
112026-05-08T00:15:22.549Z+ groupadd -g 12345 build
122026-05-08T00:15:22.552Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T00:15:24.561Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T00:15:24.679Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T00:15:24.683Z+ home_fs=zfs
162026-05-08T00:15:24.683Z+ [[ zfs == autofs ]]
172026-05-08T00:15:24.683Z+ mkdir -p /home/build
182026-05-08T00:15:24.683Z+ chown build:build /home/build /work
192026-05-08T00:15:26.686Z+ chmod 0700 /home/build /work
202026-05-08T00:15:26.692Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-08T00:15:26.710Zstarting task 1: "rust-toolchain"
222026-05-08T00:15:26.717Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T00:15:26.717Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T00:15:26.717Z * rust toolchain channel = "1.94.0"
252026-05-08T00:15:26.717Z * rust toolchain profile = "default"
262026-05-08T00:15:26.717Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T00:15:26.717Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T00:15:26.720Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T00:15:26.720Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T00:15:26.802Zinfo: downloading installer
312026-05-08T00:15:28.218Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T00:15:28.218Zwarn: /opt/ooce/bin
332026-05-08T00:15:28.218Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T00:15:28.218Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T00:15:28.218Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T00:15:28.218Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T00:15:28.218Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T00:15:28.218Zerror: cannot install while Rust is installed
392026-05-08T00:15:28.218Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T00:15:28.218Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T00:15:28.218Zwarn: /home/build/.rustup/settings.toml
422026-05-08T00:15:28.218Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T00:15:28.218Zwarn: instead of the one inferred from the default host triple.
442026-05-08T00:15:28.231Zinfo: profile set to default
452026-05-08T00:15:28.231Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T00:15:28.235Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T00:15:28.375Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T00:15:28.380Zinfo: downloading 6 components
492026-05-08T00:15:42.771Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T00:15:42.771Z
512026-05-08T00:15:42.802Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T00:15:42.802Z
532026-05-08T00:15:42.802Z
542026-05-08T00:15:42.802ZRust is installed now. Great!
552026-05-08T00:15:42.802Z
562026-05-08T00:15:42.802ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T00:15:42.802Zenvironment variable. This has not been done automatically.
582026-05-08T00:15:42.802Z
592026-05-08T00:15:42.802ZTo configure your current shell, you need to source
602026-05-08T00:15:42.802Zthe corresponding env file under $HOME/.cargo.
612026-05-08T00:15:42.802Z
622026-05-08T00:15:42.802ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T00:15:42.802Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T00:15:42.802Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T00:15:42.802Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T00:15:42.802Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T00:15:42.802Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T00:15:42.802Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T00:15:42.806Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T00:15:42.806Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T00:15:42.904Z+ rustup --version
722026-05-08T00:15:42.912Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T00:15:42.915Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T00:15:42.932Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T00:15:42.936Z+ cargo --version
762026-05-08T00:15:42.943Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T00:15:42.946Z+ rustc --version
782026-05-08T00:15:42.967Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T00:15:42.970Zprocess exited: duration 16257 ms, exit code 0
 
802026-05-08T00:15:42.977Zstarting task 2: "authentication"
812026-05-08T00:15:42.997Zprocess exited: duration 19 ms, exit code 0
 
822026-05-08T00:15:43.005Zstarting task 3: "clone repository"
832026-05-08T00:15:43.009Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T00:15:43.012Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T00:15:43.045ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T00:15:52.401Z+ cd /work/oxidecomputer/omicron
872026-05-08T00:15:52.401Z+ git fetch origin 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a
882026-05-08T00:15:52.683ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T00:15:52.683Z * branch 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a -> FETCH_HEAD
902026-05-08T00:15:52.698Z+ [[ -n decouple-support-bundle-mechanism ]]
912026-05-08T00:15:52.701Z++ git branch --show-current
922026-05-08T00:15:52.704Z+ current=main
932026-05-08T00:15:52.704Z+ [[ main != decouple-support-bundle-mechanism ]]
942026-05-08T00:15:52.704Z+ git branch -f decouple-support-bundle-mechanism 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a
952026-05-08T00:15:52.708Z+ git checkout -f decouple-support-bundle-mechanism
962026-05-08T00:15:52.947ZSwitched to branch 'decouple-support-bundle-mechanism'
972026-05-08T00:15:52.951Z+ git reset --hard 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a
982026-05-08T00:15:53.181ZHEAD is now at 1d364a4c1 Decouple support bundle inner layer from Nexus management
992026-05-08T00:15:53.188Zprocess exited: duration 10178 ms, exit code 0
 
1002026-05-08T00:15:53.195Zstarting task 4: "build"
1012026-05-08T00:15:53.201Z+ source .github/buildomat/ci-env.sh
1022026-05-08T00:15:53.201Z++ export CARGO_TERM_COLOR=always
1032026-05-08T00:15:53.201Z++ CARGO_TERM_COLOR=always
1042026-05-08T00:15:53.201Z+ cargo --version
1052026-05-08T00:15:53.212Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-08T00:15:53.216Z+ rustc --version
1072026-05-08T00:15:53.235Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-08T00:15:53.240Z+ WORK=/work
1092026-05-08T00:15:53.240Z+ pfexec mkdir -p /work
1102026-05-08T00:15:53.244Z+ pfexec chown build /work
1112026-05-08T00:15:53.244Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-08T00:16:03.466Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-08T00:16:10.930Z Startup: Caching catalogs ... Done
1142026-05-08T00:16:18.402ZPlanning: Solver setup ... Done (6.041s)
1152026-05-08T00:16:18.444ZPlanning: Running solver ... Done (0.041s)
1162026-05-08T00:16:18.583ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-08T00:16:18.660ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-08T00:16:20.024ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-08T00:16:20.064ZPlanning: Package planning ... Done (0.039s)
1202026-05-08T00:16:20.099ZPlanning: Merging actions ... Done (0.036s)
1212026-05-08T00:16:20.278ZPlanning: Checking for conflicting actions ... Done (0.179s)
1222026-05-08T00:16:20.286ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-05-08T00:16:21.507ZPlanning: Evaluating mediators ... Done (1.219s)
1242026-05-08T00:16:21.514ZPlanning: Planning completed in 10.41 seconds
1252026-05-08T00:16:21.573Z Packages to install: 5
1262026-05-08T00:16:21.573Z Mediators to change: 3
1272026-05-08T00:16:21.573Z Services to change: 1
1282026-05-08T00:16:21.573Z Estimated space available: 155.34 GB
1292026-05-08T00:16:21.573ZEstimated space to be consumed: 1.90 GB
1302026-05-08T00:16:21.577Z Create boot environment: No
1312026-05-08T00:16:21.577ZCreate backup boot environment: No
1322026-05-08T00:16:21.577Z Rebuild boot archive: No
1332026-05-08T00:16:21.577Z
1342026-05-08T00:16:21.577ZChanged mediators:
1352026-05-08T00:16:21.577Z mediator clang:
1362026-05-08T00:16:21.577Z version: None -> 15 (system default)
1372026-05-08T00:16:21.577Z
1382026-05-08T00:16:21.577Z mediator llvm:
1392026-05-08T00:16:21.577Z version: 14 (system default) -> 15 (system default)
1402026-05-08T00:16:21.577Z
1412026-05-08T00:16:21.577Z mediator postgresql:
1422026-05-08T00:16:21.577Z version: 15 (system default) -> 18 (system default)
1432026-05-08T00:16:21.577Z
1442026-05-08T00:16:21.577ZChanged packages:
1452026-05-08T00:16:21.577Zhelios-dev
1462026-05-08T00:16:21.577Z developer/build-essential
1472026-05-08T00:16:21.577Z None -> 11-2.0
1482026-05-08T00:16:21.577Z library/libxmlsec1
1492026-05-08T00:16:21.577Z None -> 1.2.35-2.0
1502026-05-08T00:16:21.578Z ooce/developer/clang-15
1512026-05-08T00:16:21.578Z None -> 15.0.7-2.0
1522026-05-08T00:16:21.578Z ooce/developer/llvm-15
1532026-05-08T00:16:21.578Z None -> 15.0.7-2.0
1542026-05-08T00:16:21.578Z ooce/library/postgresql-18
1552026-05-08T00:16:21.578Z None -> 18.1-2.0
1562026-05-08T00:16:21.578Z
1572026-05-08T00:16:21.578ZServices:
1582026-05-08T00:16:21.578Z restart_fmri:
1592026-05-08T00:16:21.578Z svc:/system/update-man-index:default
1602026-05-08T00:16:21.620Z
1612026-05-08T00:16:21.620ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-08T00:16:28.815ZDownload: 205/4272 items 1.3/219.0MB 0% complete (332k/s)
1632026-05-08T00:16:34.265ZDownload: 208/4272 items 1.3/219.0MB 0% complete (317k/s)
1642026-05-08T00:16:39.281ZDownload: 1244/4272 items 102.0/219.0MB 46% complete (20.4M/s)
1652026-05-08T00:16:44.324ZDownload: 2216/4272 items 119.2/219.0MB 54% complete (12.1M/s)
1662026-05-08T00:16:52.651ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (11.4M/s)
1672026-05-08T00:16:57.695ZDownload: 3868/4272 items 214.3/219.0MB 97% complete (19.5M/s)
1682026-05-08T00:17:03.454ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (14.4M/s)
1692026-05-08T00:17:03.581ZDownload: Completed 218.99 MB in 41.78 seconds (5.2M/s)
1702026-05-08T00:17:03.649Z Actions: 1/4789 actions (Installing new actions)
1712026-05-08T00:17:06.961Z Actions: Completed 4789 actions in 3.38 seconds.
1722026-05-08T00:17:07.218Z Done (0.276s)
1732026-05-08T00:17:07.218Z Done (0.000s)
1742026-05-08T00:17:07.906Z Done (0.693s)
1752026-05-08T00:17:11.434Z Done (3.176s)
1762026-05-08T00:17:11.520Z Done (0.013s)
1772026-05-08T00:17:11.532Z Done (0.000s)
1782026-05-08T00:17:11.819Z Done (0.000s)
1792026-05-08T00:17:12.701ZPlanning: Evaluating mediator changes ... Done
1802026-05-08T00:17:12.842ZPlanning: Checking for conflicting actions ... Done
1812026-05-08T00:17:12.928ZPlanning: Consolidating action changes ... Done
1822026-05-08T00:17:12.967ZPlanning: Evaluating mediators ... Done
1832026-05-08T00:17:12.984ZPlanning: Planning completed in 0.26 seconds
1842026-05-08T00:17:12.993Z Mediators to change: 2
1852026-05-08T00:17:12.993Z Create boot environment: No
1862026-05-08T00:17:12.993ZCreate backup boot environment: No
1872026-05-08T00:17:13.097Z Done
1882026-05-08T00:17:13.097Z Done
1892026-05-08T00:17:13.682Z Done
1902026-05-08T00:17:16.319Z Done
1912026-05-08T00:17:16.387Z Done
1922026-05-08T00:17:16.396Z Done
1932026-05-08T00:17:16.594Z Done
1942026-05-08T00:17:16.857ZPlanning: Evaluating mediator changes ... Done
1952026-05-08T00:17:16.957ZPlanning: Checking for conflicting actions ... Done
1962026-05-08T00:17:16.964ZPlanning: Consolidating action changes ... Done
1972026-05-08T00:17:17.101ZPlanning: Evaluating mediators ... Done
1982026-05-08T00:17:17.106ZPlanning: Planning completed in 0.27 seconds
1992026-05-08T00:17:17.132Z Mediators to change: 1
2002026-05-08T00:17:17.132Z Create boot environment: No
2012026-05-08T00:17:17.132ZCreate backup boot environment: No
2022026-05-08T00:17:17.197Z Done
2032026-05-08T00:17:17.197Z Done
2042026-05-08T00:17:17.834Z Done
2052026-05-08T00:17:20.442Z Done
2062026-05-08T00:17:20.514Z Done
2072026-05-08T00:17:20.521Z Done
2082026-05-08T00:17:20.640Z Done
2092026-05-08T00:17:20.925ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-05-08T00:17:20.925Zclang system 15 system
2112026-05-08T00:17:20.925Zcsh system system illumos
2122026-05-08T00:17:20.925Zctags system system illumos
2132026-05-08T00:17:20.926Zfile system system illumos
2142026-05-08T00:17:20.926Zgcc vendor 12 vendor
2152026-05-08T00:17:20.926Zgcc system 14 system
2162026-05-08T00:17:20.926Zgcc system 10 system
2172026-05-08T00:17:20.926Zgo system 1.20 system
2182026-05-08T00:17:20.926Zgo system 1.19 system
2192026-05-08T00:17:20.926Zllvm system 15 system
2202026-05-08T00:17:20.926Zllvm system 14 system
2212026-05-08T00:17:20.926Zmariadb system 10.6 system
2222026-05-08T00:17:20.926Zmta vendor vendor dma
2232026-05-08T00:17:20.926Zopenjdk system 17 system
2242026-05-08T00:17:20.926Zopenjdk system 11 system
2252026-05-08T00:17:20.928Zopenjdk system 1.8 system
2262026-05-08T00:17:20.928Zopenssl vendor 3 vendor
2272026-05-08T00:17:20.928Zperl system 5.36 system
2282026-05-08T00:17:20.928Zpostgresql system 18 system
2292026-05-08T00:17:20.928Zpostgresql system 15 system
2302026-05-08T00:17:20.928Zpostgresql system 13 system
2312026-05-08T00:17:20.928Zpython vendor 3 vendor
2322026-05-08T00:17:20.928Zpython system 2 system
2332026-05-08T00:17:20.928Zpython3 system 3.11 system
2342026-05-08T00:17:20.928Zruby system 3.0 system
2352026-05-08T00:17:20.928Zwords vendor vendor american-english
2362026-05-08T00:17:20.928Zwords system system australian-english
2372026-05-08T00:17:20.928Zwords system system british-english
2382026-05-08T00:17:20.928Zwords system system canadian-english
2392026-05-08T00:17:20.929Zwords system system french
2402026-05-08T00:17:20.929Zwords system system italian
2412026-05-08T00:17:20.929Zwords system system ngerman
2422026-05-08T00:17:20.929Zwords system system ogerman
2432026-05-08T00:17:20.929Zwords system system spanish
2442026-05-08T00:17:21.162ZPUBLISHER TYPE STATUS P LOCATION
2452026-05-08T00:17:21.163Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462026-05-08T00:17:25.819ZFMRI IFO
2472026-05-08T00:17:25.819Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482026-05-08T00:17:25.819Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492026-05-08T00:17:25.819Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502026-05-08T00:17:25.819Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512026-05-08T00:17:25.819Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522026-05-08T00:17:25.819Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2532026-05-08T00:17:25.819Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2542026-05-08T00:17:25.819Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2552026-05-08T00:17:25.819Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2562026-05-08T00:17:25.819Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2572026-05-08T00:17:25.819Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2582026-05-08T00:17:25.820Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2592026-05-08T00:17:25.820Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2602026-05-08T00:17:25.820Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2612026-05-08T00:17:25.820Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2622026-05-08T00:17:25.820Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2632026-05-08T00:17:25.820Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642026-05-08T00:17:26.964Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2652026-05-08T00:17:27.241Z Updating crates.io index
2662026-05-08T00:17:27.281Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672026-05-08T00:17:27.508Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-05-08T00:17:28.345Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-05-08T00:17:28.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702026-05-08T00:17:29.835Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-05-08T00:17:30.336Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-08T00:17:32.006Z Updating git repository `https://github.com/oxidecomputer/opte`
2732026-05-08T00:17:32.758Z Updating git repository `https://github.com/oxidecomputer/tofino`
2742026-05-08T00:17:33.151Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752026-05-08T00:17:33.925Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762026-05-08T00:17:34.325Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-05-08T00:17:34.760Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782026-05-08T00:17:35.148Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-05-08T00:17:36.345Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-05-08T00:17:36.823Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-05-08T00:17:37.215Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822026-05-08T00:17:37.643Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2832026-05-08T00:17:38.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842026-05-08T00:17:38.498Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852026-05-08T00:17:38.734Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862026-05-08T00:17:38.981Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872026-05-08T00:17:39.409Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882026-05-08T00:17:39.810Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2892026-05-08T00:17:40.613Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2902026-05-08T00:17:40.814Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2912026-05-08T00:17:41.129Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922026-05-08T00:17:41.424Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2932026-05-08T00:17:42.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-05-08T00:17:43.625Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952026-05-08T00:17:44.183Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962026-05-08T00:17:44.434Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972026-05-08T00:17:44.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-05-08T00:17:45.233Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2992026-05-08T00:17:45.601Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002026-05-08T00:17:46.151Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012026-05-08T00:17:46.430Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022026-05-08T00:17:46.726Z Updating git repository `https://github.com/illumos/smf-rs`
3032026-05-08T00:17:47.099Z Updating git repository `https://github.com/oxidecomputer/omicron`
3042026-05-08T00:17:58.935Z Downloading crates ...
3052026-05-08T00:17:58.984Z Downloaded heck v0.4.1
3062026-05-08T00:17:58.988Z Downloaded anstyle v1.0.13
3072026-05-08T00:17:58.992Z Downloaded heck v0.5.0
3082026-05-08T00:17:58.996Z Downloaded thread-id v4.2.2
3092026-05-08T00:17:59.003Z Downloaded yoke v0.8.1
3102026-05-08T00:17:59.006Z Downloaded anstream v0.6.21
3112026-05-08T00:17:59.011Z Downloaded generic-array v0.14.7
3122026-05-08T00:17:59.016Z Downloaded textwrap v0.16.2
3132026-05-08T00:17:59.016Z Downloaded ucd-trie v0.1.7
3142026-05-08T00:17:59.020Z Downloaded typenum v1.19.0
3152026-05-08T00:17:59.023Z Downloaded cfg-if v1.0.4
3162026-05-08T00:17:59.023Z Downloaded fnv v1.0.7
3172026-05-08T00:17:59.027Z Downloaded yoke-derive v0.8.1
3182026-05-08T00:17:59.027Z Downloaded tabled v0.15.0
3192026-05-08T00:17:59.034Z Downloaded utf8_iter v1.0.4
3202026-05-08T00:17:59.037Z Downloaded toml_write v0.1.2
3212026-05-08T00:17:59.037Z Downloaded tinystr v0.8.2
3222026-05-08T00:17:59.037Z Downloaded anstyle-parse v0.2.7
3232026-05-08T00:17:59.040Z Downloaded clap_derive v4.5.55
3242026-05-08T00:17:59.040Z Downloaded unicode-linebreak v0.1.5
3252026-05-08T00:17:59.040Z Downloaded typeid v1.0.3
3262026-05-08T00:17:59.040Z Downloaded toml v0.8.23
3272026-05-08T00:17:59.044Z Downloaded zerovec-derive v0.11.2
3282026-05-08T00:17:59.044Z Downloaded thiserror v1.0.69
3292026-05-08T00:17:59.047Z Downloaded zerofrom v0.1.6
3302026-05-08T00:17:59.047Z Downloaded toml_datetime v0.6.11
3312026-05-08T00:17:59.047Z Downloaded writeable v0.6.2
3322026-05-08T00:17:59.047Z Downloaded zerofrom-derive v0.1.6
3332026-05-08T00:17:59.052Z Downloaded version_check v0.9.5
3342026-05-08T00:17:59.053Z Downloaded utf8parse v0.2.2
3352026-05-08T00:17:59.053Z Downloaded clap_builder v4.5.60
3362026-05-08T00:17:59.056Z Downloaded usdt-macro v0.5.0
3372026-05-08T00:17:59.056Z Downloaded unicode-xid v0.2.6
3382026-05-08T00:17:59.056Z Downloaded cargo-platform v0.2.0
3392026-05-08T00:17:59.056Z Downloaded usdt-attr-macro v0.5.0
3402026-05-08T00:17:59.056Z Downloaded usdt v0.5.0
3412026-05-08T00:17:59.056Z Downloaded cargo_toml v0.21.0
3422026-05-08T00:17:59.059Z Downloaded cargo_metadata v0.21.0
3432026-05-08T00:17:59.063Z Downloaded form_urlencoded v1.2.2
3442026-05-08T00:17:59.063Z Downloaded clap v4.5.60
3452026-05-08T00:17:59.067Z Downloaded thiserror-impl v2.0.18
3462026-05-08T00:17:59.070Z Downloaded anstyle-query v1.1.5
3472026-05-08T00:17:59.073Z Downloaded thiserror-impl v1.0.69
3482026-05-08T00:17:59.076Z Downloaded thiserror v2.0.18
3492026-05-08T00:17:59.080Z Downloaded unicode-ident v1.0.24
3502026-05-08T00:17:59.080Z Downloaded clap_lex v1.0.0
3512026-05-08T00:17:59.080Z Downloaded ordered-float v2.10.1
3522026-05-08T00:17:59.084Z Downloaded zerotrie v0.2.3
3532026-05-08T00:17:59.084Z Downloaded dtrace-parser v0.2.0
3542026-05-08T00:17:59.088Z Downloaded cargo-util-schemas v0.8.2
3552026-05-08T00:17:59.088Z Downloaded icu_normalizer_data v2.1.1
3562026-05-08T00:17:59.088Z Downloaded zmij v1.0.21
3572026-05-08T00:17:59.088Z Downloaded plain v0.2.3
3582026-05-08T00:17:59.088Z Downloaded zerocopy-derive v0.7.35
3592026-05-08T00:17:59.091Z Downloaded equivalent v1.0.2
3602026-05-08T00:17:59.091Z Downloaded usdt-impl v0.5.0
3612026-05-08T00:17:59.094Z Downloaded stable_deref_trait v1.2.1
3622026-05-08T00:17:59.094Z Downloaded serde_spanned v0.6.9
3632026-05-08T00:17:59.094Z Downloaded potential_utf v0.1.4
3642026-05-08T00:17:59.094Z Downloaded colorchoice v1.0.4
3652026-05-08T00:17:59.094Z Downloaded toml_edit v0.22.27
3662026-05-08T00:17:59.098Z Downloaded zerovec v0.11.5
3672026-05-08T00:17:59.104Z Downloaded tabled_derive v0.7.0
3682026-05-08T00:17:59.104Z Downloaded scroll_derive v0.12.1
3692026-05-08T00:17:59.104Z Downloaded url v2.5.8
3702026-05-08T00:17:59.107Z Downloaded idna_adapter v1.2.1
3712026-05-08T00:17:59.107Z Downloaded digest v0.10.7
3722026-05-08T00:17:59.107Z Downloaded bytecount v0.6.9
3732026-05-08T00:17:59.107Z Downloaded fs-err v3.3.0
3742026-05-08T00:17:59.111Z Downloaded errno v0.3.14
3752026-05-08T00:17:59.114Z Downloaded block-buffer v0.10.4
3762026-05-08T00:17:59.114Z Downloaded zerocopy v0.7.35
3772026-05-08T00:17:59.124Z Downloaded proc-macro-error-attr v1.0.4
3782026-05-08T00:17:59.128Z Downloaded pretty-hex v0.4.1
3792026-05-08T00:17:59.128Z Downloaded percent-encoding v2.3.2
3802026-05-08T00:17:59.128Z Downloaded memmap v0.7.0
3812026-05-08T00:17:59.128Z Downloaded macaddr v1.0.1
3822026-05-08T00:17:59.128Z Downloaded is_terminal_polyfill v1.70.2
3832026-05-08T00:17:59.128Z Downloaded swrite v0.1.0
3842026-05-08T00:17:59.128Z Downloaded serde-untagged v0.1.9
3852026-05-08T00:17:59.132Z Downloaded winnow v0.7.14
3862026-05-08T00:17:59.137Z Downloaded unicode-width v0.2.0
3872026-05-08T00:17:59.141Z Downloaded dof v0.3.0
3882026-05-08T00:17:59.144Z Downloaded smawk v0.3.2
3892026-05-08T00:17:59.144Z Downloaded unicode-width v0.1.14
3902026-05-08T00:17:59.148Z Downloaded fastrand v2.3.0
3912026-05-08T00:17:59.148Z Downloaded cpufeatures v0.2.17
3922026-05-08T00:17:59.148Z Downloaded serde-value v0.7.0
3932026-05-08T00:17:59.148Z Downloaded crypto-common v0.1.7
3942026-05-08T00:17:59.153Z Downloaded strsim v0.11.1
3952026-05-08T00:17:59.156Z Downloaded itoa v1.0.17
3962026-05-08T00:17:59.160Z Downloaded camino-tempfile v1.4.1
3972026-05-08T00:17:59.165Z Downloaded erased-serde v0.4.9
3982026-05-08T00:17:59.165Z Downloaded sha2 v0.10.9
3992026-05-08T00:17:59.170Z Downloaded icu_properties v2.1.2
4002026-05-08T00:17:59.173Z Downloaded synstructure v0.13.2
4012026-05-08T00:17:59.173Z Downloaded byteorder v1.5.0
4022026-05-08T00:17:59.173Z Downloaded scroll v0.12.0
4032026-05-08T00:17:59.173Z Downloaded terminal_size v0.4.3
4042026-05-08T00:17:59.177Z Downloaded displaydoc v0.2.5
4052026-05-08T00:17:59.180Z Downloaded bitflags v2.11.0
4062026-05-08T00:17:59.187Z Downloaded proc-macro-error v1.0.4
4072026-05-08T00:17:59.192Z Downloaded autocfg v1.5.0
4082026-05-08T00:17:59.196Z Downloaded quote v1.0.45
4092026-05-08T00:17:59.199Z Downloaded anyhow v1.0.102
4102026-05-08T00:17:59.202Z Downloaded pest_derive v2.8.6
4112026-05-08T00:17:59.202Z Downloaded serde_tokenstream v0.2.3
4122026-05-08T00:17:59.202Z Downloaded num-traits v0.2.19
4132026-05-08T00:17:59.206Z Downloaded icu_locale_core v2.1.1
4142026-05-08T00:17:59.209Z Downloaded hashbrown v0.17.0
4152026-05-08T00:17:59.212Z Downloaded litemap v0.8.1
4162026-05-08T00:17:59.215Z Downloaded pest_generator v2.8.6
4172026-05-08T00:17:59.215Z Downloaded getrandom v0.4.1
4182026-05-08T00:17:59.219Z Downloaded pest_meta v2.8.6
4192026-05-08T00:17:59.219Z Downloaded once_cell v1.21.3
4202026-05-08T00:17:59.224Z Downloaded tempfile v3.25.0
4212026-05-08T00:17:59.227Z Downloaded semver v1.0.28
4222026-05-08T00:17:59.230Z Downloaded papergrid v0.11.0
4232026-05-08T00:17:59.230Z Downloaded smallvec v1.15.1
4242026-05-08T00:17:59.234Z Downloaded icu_provider v2.1.1
4252026-05-08T00:17:59.234Z Downloaded proc-macro2 v1.0.106
4262026-05-08T00:17:59.237Z Downloaded serde_core v1.0.228
4272026-05-08T00:17:59.237Z Downloaded icu_normalizer v2.1.1
4282026-05-08T00:17:59.243Z Downloaded serde_derive v1.0.228
4292026-05-08T00:17:59.243Z Downloaded camino v1.2.2
4302026-05-08T00:17:59.246Z Downloaded log v0.4.29
4312026-05-08T00:17:59.246Z Downloaded icu_collections v2.1.1
4322026-05-08T00:17:59.259Z Downloaded serde v1.0.228
4332026-05-08T00:17:59.263Z Downloaded memchr v2.8.0
4342026-05-08T00:17:59.278Z Downloaded indexmap v2.14.0
4352026-05-08T00:17:59.281Z Downloaded idna v1.1.0
4362026-05-08T00:17:59.285Z Downloaded goblin v0.8.2
4372026-05-08T00:17:59.293Z Downloaded pest v2.8.6
4382026-05-08T00:17:59.297Z Downloaded icu_properties_data v2.1.2
4392026-05-08T00:17:59.300Z Downloaded serde_json v1.0.149
4402026-05-08T00:17:59.320Z Downloaded syn v1.0.109
4412026-05-08T00:17:59.345Z Downloaded syn v2.0.117
4422026-05-08T00:17:59.351Z Downloaded rustix v1.1.3
4432026-05-08T00:17:59.378Z Downloaded libc v0.2.185
4442026-05-08T00:17:59.448Z Compiling proc-macro2 v1.0.106
4452026-05-08T00:17:59.448Z Compiling unicode-ident v1.0.24
4462026-05-08T00:17:59.448Z Compiling quote v1.0.45
4472026-05-08T00:17:59.451Z Compiling serde_core v1.0.228
4482026-05-08T00:17:59.451Z Compiling libc v0.2.185
4492026-05-08T00:17:59.451Z Compiling version_check v0.9.5
4502026-05-08T00:17:59.451Z Compiling stable_deref_trait v1.2.1
4512026-05-08T00:17:59.451Z Compiling memchr v2.8.0
4522026-05-08T00:17:59.451Z Compiling serde v1.0.228
4532026-05-08T00:17:59.635Z Compiling zmij v1.0.21
4542026-05-08T00:17:59.650Z Compiling thiserror v1.0.69
4552026-05-08T00:17:59.653Z Compiling autocfg v1.5.0
4562026-05-08T00:17:59.653Z Compiling itoa v1.0.17
4572026-05-08T00:17:59.653Z Compiling ucd-trie v0.1.7
4582026-05-08T00:17:59.667Z Compiling writeable v0.6.2
4592026-05-08T00:17:59.863Z Compiling litemap v0.8.1
4602026-05-08T00:17:59.991Z Compiling icu_properties_data v2.1.2
4612026-05-08T00:18:00.066Z Compiling byteorder v1.5.0
4622026-05-08T00:18:00.168Z Compiling rustix v1.1.3
4632026-05-08T00:18:00.194Z Compiling icu_normalizer_data v2.1.1
4642026-05-08T00:18:00.249Z Compiling pest v2.8.6
4652026-05-08T00:18:00.268Z Compiling bitflags v2.11.0
4662026-05-08T00:18:00.288Z Compiling serde_json v1.0.149
4672026-05-08T00:18:00.347Z Compiling smallvec v1.15.1
4682026-05-08T00:18:00.445Z Compiling num-traits v0.2.19
4692026-05-08T00:18:00.521Z Compiling equivalent v1.0.2
4702026-05-08T00:18:00.686Z Compiling typeid v1.0.3
4712026-05-08T00:18:00.708Z Compiling hashbrown v0.17.0
4722026-05-08T00:18:00.727Z Compiling proc-macro-error-attr v1.0.4
4732026-05-08T00:18:00.750Z Compiling usdt-impl v0.5.0
4742026-05-08T00:18:00.808Z Compiling erased-serde v0.4.9
4752026-05-08T00:18:00.812Z Compiling syn v1.0.109
4762026-05-08T00:18:00.868Z Compiling errno v0.3.14
4772026-05-08T00:18:00.909Z Compiling thread-id v4.2.2
4782026-05-08T00:18:00.931Z Compiling toml_write v0.1.2
4792026-05-08T00:18:00.951Z Compiling winnow v0.7.14
4802026-05-08T00:18:00.973Z Compiling proc-macro-error v1.0.4
4812026-05-08T00:18:01.105Z Compiling utf8_iter v1.0.4
4822026-05-08T00:18:01.186Z Compiling percent-encoding v2.3.2
4832026-05-08T00:18:01.190Z Compiling camino v1.2.2
4842026-05-08T00:18:01.228Z Compiling thiserror v2.0.18
4852026-05-08T00:18:01.231Z Compiling getrandom v0.4.1
4862026-05-08T00:18:01.282Z Compiling indexmap v2.14.0
4872026-05-08T00:18:01.302Z Compiling syn v2.0.117
4882026-05-08T00:18:01.319Z Compiling log v0.4.29
4892026-05-08T00:18:01.363Z Compiling plain v0.2.3
4902026-05-08T00:18:01.382Z Compiling utf8parse v0.2.2
4912026-05-08T00:18:01.421Z Compiling pest_meta v2.8.6
4922026-05-08T00:18:01.511Z Compiling anstyle-parse v0.2.7
4932026-05-08T00:18:01.530Z Compiling form_urlencoded v1.2.2
4942026-05-08T00:18:01.716Z Compiling ordered-float v2.10.1
4952026-05-08T00:18:01.737Z Compiling anstyle v1.0.13
4962026-05-08T00:18:01.755Z Compiling anstyle-query v1.1.5
4972026-05-08T00:18:01.784Z Compiling pretty-hex v0.4.1
4982026-05-08T00:18:01.815Z Compiling colorchoice v1.0.4
4992026-05-08T00:18:01.844Z Compiling is_terminal_polyfill v1.70.2
5002026-05-08T00:18:01.876Z Compiling cfg-if v1.0.4
5012026-05-08T00:18:01.950Z Compiling terminal_size v0.4.3
5022026-05-08T00:18:01.974Z Compiling anstream v0.6.21
5032026-05-08T00:18:01.974Z Compiling fs-err v3.3.0
5042026-05-08T00:18:02.054Z Compiling clap_lex v1.0.0
5052026-05-08T00:18:02.057Z Compiling unicode-width v0.1.14
5062026-05-08T00:18:02.058Z Compiling fastrand v2.3.0
5072026-05-08T00:18:02.117Z Compiling heck v0.5.0
5082026-05-08T00:18:02.136Z Compiling anyhow v1.0.102
5092026-05-08T00:18:02.207Z Compiling fnv v1.0.7
5102026-05-08T00:18:02.250Z Compiling heck v0.4.1
5112026-05-08T00:18:02.268Z Compiling bytecount v0.6.9
5122026-05-08T00:18:02.363Z Compiling once_cell v1.21.3
5132026-05-08T00:18:02.392Z Compiling strsim v0.11.1
5142026-05-08T00:18:02.435Z Compiling semver v1.0.28
5152026-05-08T00:18:02.500Z Compiling unicode-xid v0.2.6
5162026-05-08T00:18:02.522Z Compiling papergrid v0.11.0
5172026-05-08T00:18:02.564Z Compiling tempfile v3.25.0
5182026-05-08T00:18:02.609Z Compiling clap_builder v4.5.60
5192026-05-08T00:18:02.660Z Compiling memmap v0.7.0
5202026-05-08T00:18:02.782Z Compiling smawk v0.3.2
5212026-05-08T00:18:02.801Z Compiling unicode-width v0.2.0
5222026-05-08T00:18:02.821Z Compiling unicode-linebreak v0.1.5
5232026-05-08T00:18:02.871Z Compiling serde-untagged v0.1.9
5242026-05-08T00:18:02.949Z Compiling camino-tempfile v1.4.1
5252026-05-08T00:18:02.988Z Compiling swrite v0.1.0
5262026-05-08T00:18:03.053Z Compiling textwrap v0.16.2
5272026-05-08T00:18:03.100Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-05-08T00:18:03.392Z Compiling tabled_derive v0.7.0
5292026-05-08T00:18:03.908Z Compiling synstructure v0.13.2
5302026-05-08T00:18:03.908Z Compiling pest_generator v2.8.6
5312026-05-08T00:18:04.065Z Compiling tabled v0.15.0
5322026-05-08T00:18:04.426Z Compiling serde_derive v1.0.228
5332026-05-08T00:18:04.426Z Compiling zerofrom-derive v0.1.6
5342026-05-08T00:18:04.430Z Compiling yoke-derive v0.8.1
5352026-05-08T00:18:04.445Z Compiling zerovec-derive v0.11.2
5362026-05-08T00:18:04.448Z Compiling displaydoc v0.2.5
5372026-05-08T00:18:04.465Z Compiling thiserror-impl v1.0.69
5382026-05-08T00:18:04.518Z Compiling zerocopy-derive v0.7.35
5392026-05-08T00:18:04.521Z Compiling scroll_derive v0.12.1
5402026-05-08T00:18:04.521Z Compiling thiserror-impl v2.0.18
5412026-05-08T00:18:04.521Z Compiling clap_derive v4.5.55
5422026-05-08T00:18:04.543Z Compiling pest_derive v2.8.6
5432026-05-08T00:18:05.204Z Compiling scroll v0.12.0
5442026-05-08T00:18:05.446Z Compiling zerocopy v0.7.35
5452026-05-08T00:18:05.471Z Compiling zerofrom v0.1.6
5462026-05-08T00:18:05.488Z Compiling goblin v0.8.2
5472026-05-08T00:18:05.603Z Compiling yoke v0.8.1
5482026-05-08T00:18:05.675Z Compiling dtrace-parser v0.2.0
5492026-05-08T00:18:05.768Z Compiling zerovec v0.11.5
5502026-05-08T00:18:05.768Z Compiling zerotrie v0.2.3
5512026-05-08T00:18:06.041Z Compiling clap v4.5.60
5522026-05-08T00:18:06.203Z Compiling tinystr v0.8.2
5532026-05-08T00:18:06.204Z Compiling potential_utf v0.1.4
5542026-05-08T00:18:06.329Z Compiling icu_collections v2.1.1
5552026-05-08T00:18:06.354Z Compiling icu_locale_core v2.1.1
5562026-05-08T00:18:06.930Z Compiling icu_provider v2.1.1
5572026-05-08T00:18:07.044Z Compiling toml_datetime v0.6.11
5582026-05-08T00:18:07.044Z Compiling serde_spanned v0.6.9
5592026-05-08T00:18:07.048Z Compiling serde-value v0.7.0
5602026-05-08T00:18:07.048Z Compiling cargo-platform v0.2.0
5612026-05-08T00:18:07.048Z Compiling macaddr v1.0.1
5622026-05-08T00:18:07.080Z Compiling dof v0.3.0
5632026-05-08T00:18:07.083Z Compiling serde_tokenstream v0.2.3
5642026-05-08T00:18:07.159Z Compiling icu_normalizer v2.1.1
5652026-05-08T00:18:07.163Z Compiling icu_properties v2.1.2
5662026-05-08T00:18:07.341Z Compiling toml_edit v0.22.27
5672026-05-08T00:18:07.824Z Compiling usdt-attr-macro v0.5.0
5682026-05-08T00:18:07.824Z Compiling usdt-macro v0.5.0
5692026-05-08T00:18:08.023Z Compiling idna_adapter v1.2.1
5702026-05-08T00:18:08.129Z Compiling idna v1.1.0
5712026-05-08T00:18:08.410Z Compiling url v2.5.8
5722026-05-08T00:18:08.435Z Compiling usdt v0.5.0
5732026-05-08T00:18:08.614Z Compiling toml v0.8.23
5742026-05-08T00:18:08.945Z Compiling cargo-util-schemas v0.8.2
5752026-05-08T00:18:08.945Z Compiling cargo_toml v0.21.0
5762026-05-08T00:18:09.741Z Compiling cargo_metadata v0.21.0
5772026-05-08T00:18:10.660Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5782026-05-08T00:18:12.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.02s
5792026-05-08T00:18:13.067Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5802026-05-08T00:18:13.627Z Downloading crates ...
5812026-05-08T00:18:13.718Z Downloaded async-recursion v1.1.1
5822026-05-08T00:18:13.726Z Downloaded arrayvec v0.7.6
5832026-05-08T00:18:13.729Z Downloaded argon2 v0.5.3
5842026-05-08T00:18:13.729Z Downloaded assert_matches v1.5.0
5852026-05-08T00:18:13.732Z Downloaded blake2 v0.10.6
5862026-05-08T00:18:13.736Z Downloaded colored v2.2.0
5872026-05-08T00:18:13.739Z Downloaded adler2 v2.0.1
5882026-05-08T00:18:13.739Z Downloaded array-init v0.0.4
5892026-05-08T00:18:13.742Z Downloaded csv-core v0.1.13
5902026-05-08T00:18:13.748Z Downloaded ctr v0.9.2
5912026-05-08T00:18:13.755Z Downloaded crc32fast v1.5.0
5922026-05-08T00:18:13.758Z Downloaded darling v0.20.11
5932026-05-08T00:18:13.762Z Downloaded bb8 v0.8.6
5942026-05-08T00:18:13.765Z Downloaded embedded-io v0.6.1
5952026-05-08T00:18:13.765Z Downloaded daft v0.1.5
5962026-05-08T00:18:13.768Z Downloaded castaway v0.2.4
5972026-05-08T00:18:13.768Z Downloaded atomic-waker v1.1.2
5982026-05-08T00:18:13.768Z Downloaded curve25519-dalek-derive v0.1.1
5992026-05-08T00:18:13.771Z Downloaded base64ct v1.8.3
6002026-05-08T00:18:13.771Z Downloaded ascii-canvas v3.0.0
6012026-05-08T00:18:13.775Z Downloaded enum-as-inner v0.6.1
6022026-05-08T00:18:13.775Z Downloaded embedded-io v0.4.0
6032026-05-08T00:18:13.781Z Downloaded bitfield-macros v0.19.4
6042026-05-08T00:18:13.784Z Downloaded elliptic-curve v0.13.8
6052026-05-08T00:18:13.784Z Downloaded fd-lock v4.0.4
6062026-05-08T00:18:13.784Z Downloaded darling_macro v0.20.11
6072026-05-08T00:18:13.784Z Downloaded atomicwrites v0.4.4
6082026-05-08T00:18:13.784Z Downloaded crc-catalog v2.4.0
6092026-05-08T00:18:13.790Z Downloaded atty v0.2.14
6102026-05-08T00:18:13.790Z Downloaded crucible-workspace-hack v0.1.0
6112026-05-08T00:18:13.790Z Downloaded base16ct v0.2.0
6122026-05-08T00:18:13.790Z Downloaded dropshot_endpoint v0.17.0
6132026-05-08T00:18:13.794Z Downloaded defmt v0.3.100
6142026-05-08T00:18:13.794Z Downloaded async-stream-impl v0.3.6
6152026-05-08T00:18:13.794Z Downloaded defmt-parser v1.0.0
6162026-05-08T00:18:13.797Z Downloaded env_logger v0.11.9
6172026-05-08T00:18:13.797Z Downloaded arrayref v0.3.9
6182026-05-08T00:18:13.797Z Downloaded bit-set v0.5.3
6192026-05-08T00:18:13.801Z Downloaded async-trait v0.1.89
6202026-05-08T00:18:13.801Z Downloaded cbc v0.1.2
6212026-05-08T00:18:13.804Z Downloaded cargo_metadata v0.19.2
6222026-05-08T00:18:13.804Z Downloaded darling_core v0.20.11
6232026-05-08T00:18:13.807Z Downloaded compression-core v0.4.31
6242026-05-08T00:18:13.807Z Downloaded cipher v0.4.4
6252026-05-08T00:18:13.807Z Downloaded document-features v0.2.12
6262026-05-08T00:18:13.811Z Downloaded async-stream v0.3.6
6272026-05-08T00:18:13.811Z Downloaded downcast-rs v2.0.2
6282026-05-08T00:18:13.814Z Downloaded block-padding v0.3.3
6292026-05-08T00:18:13.814Z Downloaded chacha20 v0.9.1
6302026-05-08T00:18:13.814Z Downloaded cstr-argument v0.1.2
6312026-05-08T00:18:13.814Z Downloaded backoff v0.4.0
6322026-05-08T00:18:13.817Z Downloaded ciborium-io v0.2.2
6332026-05-08T00:18:13.817Z Downloaded bcrypt-pbkdf v0.10.0
6342026-05-08T00:18:13.821Z Downloaded dtrace-parser v0.3.0
6352026-05-08T00:18:13.821Z Downloaded dirs-sys-next v0.1.2
6362026-05-08T00:18:13.825Z Downloaded dsl_auto_type v0.2.0
6372026-05-08T00:18:13.829Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-05-08T00:18:13.832Z Downloaded float-ord v0.3.2
6392026-05-08T00:18:13.835Z Downloaded fs_extra v1.3.0
6402026-05-08T00:18:13.835Z Downloaded cassowary v0.3.0
6412026-05-08T00:18:13.841Z Downloaded bitfield-struct v0.6.2
6422026-05-08T00:18:13.841Z Downloaded blowfish v0.9.1
6432026-05-08T00:18:13.841Z Downloaded crc8 v0.1.1
6442026-05-08T00:18:13.842Z Downloaded bitflags v1.3.2
6452026-05-08T00:18:13.850Z Downloaded cfg_aliases v0.2.1
6462026-05-08T00:18:13.850Z Downloaded cfg_aliases v0.1.1
6472026-05-08T00:18:13.850Z Downloaded bit-set v0.8.0
6482026-05-08T00:18:13.850Z Downloaded cargo-platform v0.1.9
6492026-05-08T00:18:13.850Z Downloaded ena v0.14.4
6502026-05-08T00:18:13.850Z Downloaded crossbeam-deque v0.8.6
6512026-05-08T00:18:13.854Z Downloaded float-cmp v0.10.0
6522026-05-08T00:18:13.854Z Downloaded dropshot-api-manager-types v0.7.1
6532026-05-08T00:18:13.854Z Downloaded convert_case v0.4.0
6542026-05-08T00:18:13.854Z Downloaded display-error-chain v0.2.2
6552026-05-08T00:18:13.854Z Downloaded cpufeatures v0.3.0
6562026-05-08T00:18:13.854Z Downloaded cobs v0.3.0
6572026-05-08T00:18:13.854Z Downloaded aead v0.5.2
6582026-05-08T00:18:13.858Z Downloaded difflib v0.4.0
6592026-05-08T00:18:13.859Z Downloaded dyn-clone v1.0.20
6602026-05-08T00:18:13.864Z Downloaded ciborium-ll v0.2.2
6612026-05-08T00:18:13.864Z Downloaded foreign-types v0.5.0
6622026-05-08T00:18:13.867Z Downloaded env_filter v1.0.0
6632026-05-08T00:18:13.868Z Downloaded dirs-next v2.0.0
6642026-05-08T00:18:13.871Z Downloaded foreign-types-shared v0.3.1
6652026-05-08T00:18:13.871Z Downloaded funty v2.0.0
6662026-05-08T00:18:13.871Z Downloaded foreign-types-shared v0.1.1
6672026-05-08T00:18:13.871Z Downloaded crc v3.4.0
6682026-05-08T00:18:13.871Z Downloaded dunce v1.0.5
6692026-05-08T00:18:13.875Z Downloaded foreign-types v0.3.2
6702026-05-08T00:18:13.875Z Downloaded darling_macro v0.23.0
6712026-05-08T00:18:13.879Z Downloaded crunchy v0.2.4
6722026-05-08T00:18:13.883Z Downloaded futures-core v0.3.32
6732026-05-08T00:18:13.883Z Downloaded cmake v0.1.57
6742026-05-08T00:18:13.886Z Downloaded fxhash v0.2.1
6752026-05-08T00:18:13.886Z Downloaded flagset v0.4.7
6762026-05-08T00:18:13.886Z Downloaded const_format_proc_macros v0.2.34
6772026-05-08T00:18:13.886Z Downloaded filetime v0.2.27
6782026-05-08T00:18:13.894Z Downloaded dof v0.4.0
6792026-05-08T00:18:13.894Z Downloaded diesel-dtrace v0.5.0
6802026-05-08T00:18:13.894Z Downloaded darling_macro v0.21.3
6812026-05-08T00:18:13.898Z Downloaded derive_builder_core v0.20.2
6822026-05-08T00:18:13.898Z Downloaded gethostname v0.5.0
6832026-05-08T00:18:13.898Z Downloaded ff v0.13.1
6842026-05-08T00:18:13.898Z Downloaded daft-derive v0.1.5
6852026-05-08T00:18:13.898Z Downloaded convert_case v0.10.0
6862026-05-08T00:18:13.898Z Downloaded defmt-macros v1.0.1
6872026-05-08T00:18:13.905Z Downloaded critical-section v1.2.0
6882026-05-08T00:18:13.905Z Downloaded byte-wrapper v0.1.0
6892026-05-08T00:18:13.905Z Downloaded git-stub v1.0.0
6902026-05-08T00:18:13.908Z Downloaded futures-io v0.3.32
6912026-05-08T00:18:13.908Z Downloaded corncobs v0.1.4
6922026-05-08T00:18:13.909Z Downloaded bit-vec v0.6.3
6932026-05-08T00:18:13.909Z Downloaded endian-type v0.1.2
6942026-05-08T00:18:13.909Z Downloaded derive_builder_macro v0.20.2
6952026-05-08T00:18:13.909Z Downloaded debug-ignore v1.0.5
6962026-05-08T00:18:13.912Z Downloaded futures-sink v0.3.32
6972026-05-08T00:18:13.912Z Downloaded hex-literal v0.4.1
6982026-05-08T00:18:13.915Z Downloaded futures-macro v0.3.32
6992026-05-08T00:18:13.915Z Downloaded headers-core v0.3.0
7002026-05-08T00:18:13.915Z Downloaded hex v0.4.3
7012026-05-08T00:18:13.919Z Downloaded base64 v0.22.1
7022026-05-08T00:18:13.919Z Downloaded hash32 v0.2.1
7032026-05-08T00:18:13.923Z Downloaded hostname v0.4.2
7042026-05-08T00:18:13.923Z Downloaded ghash v0.5.1
7052026-05-08T00:18:13.923Z Downloaded globwalk v0.9.1
7062026-05-08T00:18:13.923Z Downloaded fallible-iterator v0.2.0
7072026-05-08T00:18:13.923Z Downloaded erased-serde v0.3.31
7082026-05-08T00:18:13.927Z Downloaded fixedbitset v0.5.7
7092026-05-08T00:18:13.927Z Downloaded foreign-types-macros v0.2.3
7102026-05-08T00:18:13.927Z Downloaded foldhash v0.2.0
7112026-05-08T00:18:13.930Z Downloaded der_derive v0.7.3
7122026-05-08T00:18:13.930Z Downloaded fixedbitset v0.4.2
7132026-05-08T00:18:13.930Z Downloaded buf-list v1.1.2
7142026-05-08T00:18:13.934Z Downloaded drift v0.1.3
7152026-05-08T00:18:13.939Z Downloaded find-msvc-tools v0.1.9
7162026-05-08T00:18:13.939Z Downloaded ecdsa v0.16.9
7172026-05-08T00:18:13.939Z Downloaded defmt v1.0.1
7182026-05-08T00:18:13.942Z Downloaded bcs v0.1.6
7192026-05-08T00:18:13.942Z Downloaded home v0.5.12
7202026-05-08T00:18:13.942Z Downloaded hyper-tls v0.6.0
7212026-05-08T00:18:13.946Z Downloaded hubpack_derive v0.1.1
7222026-05-08T00:18:13.946Z Downloaded http-body v1.0.1
7232026-05-08T00:18:13.946Z Downloaded hash32 v0.3.1
7242026-05-08T00:18:13.949Z Downloaded des v0.8.1
7252026-05-08T00:18:13.956Z Downloaded console v0.15.11
7262026-05-08T00:18:13.956Z Downloaded foldhash v0.1.5
7272026-05-08T00:18:13.956Z Downloaded der v0.7.10
7282026-05-08T00:18:13.960Z Downloaded crossbeam-epoch v0.9.18
7292026-05-08T00:18:13.960Z Downloaded httpdate v1.0.3
7302026-05-08T00:18:13.961Z Downloaded dropshot_endpoint v0.16.7
7312026-05-08T00:18:13.965Z Downloaded derive_more v0.99.20
7322026-05-08T00:18:13.965Z Downloaded fs-err v2.11.0
7332026-05-08T00:18:13.970Z Downloaded constant_time_eq v0.4.2
7342026-05-08T00:18:13.970Z Downloaded hubpack v0.1.2
7352026-05-08T00:18:13.970Z Downloaded hostname v0.3.1
7362026-05-08T00:18:13.970Z Downloaded camino-tempfile-ext v0.3.3
7372026-05-08T00:18:13.970Z Downloaded backon v1.6.0
7382026-05-08T00:18:13.975Z Downloaded data-encoding v2.10.0
7392026-05-08T00:18:13.975Z Downloaded git-stub-vcs v0.1.0
7402026-05-08T00:18:13.975Z Downloaded http-range v0.1.5
7412026-05-08T00:18:13.975Z Downloaded inout v0.1.4
7422026-05-08T00:18:13.980Z Downloaded ident_case v1.0.1
7432026-05-08T00:18:13.980Z Downloaded bitfield v0.19.4
7442026-05-08T00:18:13.980Z Downloaded group v0.13.0
7452026-05-08T00:18:13.980Z Downloaded indoc v1.0.9
7462026-05-08T00:18:13.980Z Downloaded glob v0.3.3
7472026-05-08T00:18:13.984Z Downloaded futures-task v0.3.32
7482026-05-08T00:18:13.984Z Downloaded bit-vec v0.8.0
7492026-05-08T00:18:13.984Z Downloaded derive-ex v0.1.8
7502026-05-08T00:18:13.984Z Downloaded cookie v0.18.1
7512026-05-08T00:18:13.988Z Downloaded chacha20 v0.10.0
7522026-05-08T00:18:13.988Z Downloaded instant v0.1.13
7532026-05-08T00:18:13.988Z Downloaded darling v0.21.3
7542026-05-08T00:18:13.993Z Downloaded lazy_static v1.5.0
7552026-05-08T00:18:13.997Z Downloaded internet-checksum v0.2.1
7562026-05-08T00:18:13.997Z Downloaded instability v0.3.11
7572026-05-08T00:18:13.997Z Downloaded kstat-rs v0.2.4
7582026-05-08T00:18:13.997Z Downloaded is_ci v1.2.0
7592026-05-08T00:18:13.997Z Downloaded is-terminal v0.4.17
7602026-05-08T00:18:13.997Z Downloaded futures-executor v0.3.32
7612026-05-08T00:18:14.001Z Downloaded clang-sys v1.8.1
7622026-05-08T00:18:14.001Z Downloaded lalrpop-util v0.19.12
7632026-05-08T00:18:14.001Z Downloaded keccak v0.1.6
7642026-05-08T00:18:14.001Z Downloaded ciborium v0.2.2
7652026-05-08T00:18:14.006Z Downloaded linked-hash-map v0.5.6
7662026-05-08T00:18:14.006Z Downloaded either v1.15.0
7672026-05-08T00:18:14.006Z Downloaded cancel-safe-futures v0.1.5
7682026-05-08T00:18:14.013Z Downloaded futures-channel v0.3.32
7692026-05-08T00:18:14.013Z Downloaded colored v3.1.1
7702026-05-08T00:18:14.013Z Downloaded async-bb8-diesel v0.2.1
7712026-05-08T00:18:14.018Z Downloaded compression-codecs v0.4.37
7722026-05-08T00:18:14.018Z Downloaded fatfs v0.3.6
7732026-05-08T00:18:14.018Z Downloaded const-oid v0.9.6
7742026-05-08T00:18:14.018Z Downloaded bzip2 v0.6.1
7752026-05-08T00:18:14.024Z Downloaded bzip2 v0.4.4
7762026-05-08T00:18:14.024Z Downloaded libscf-sys v1.1.0
7772026-05-08T00:18:14.024Z Downloaded lru-slab v0.1.2
7782026-05-08T00:18:14.024Z Downloaded ahash v0.8.12
7792026-05-08T00:18:14.024Z Downloaded match_cfg v0.1.0
7802026-05-08T00:18:14.028Z Downloaded chacha20poly1305 v0.10.1
7812026-05-08T00:18:14.028Z Downloaded crossbeam-utils v0.8.21
7822026-05-08T00:18:14.028Z Downloaded cookie_store v0.22.1
7832026-05-08T00:18:14.028Z Downloaded ed25519 v2.2.3
7842026-05-08T00:18:14.035Z Downloaded derive_builder v0.20.2
7852026-05-08T00:18:14.035Z Downloaded md5 v0.7.0
7862026-05-08T00:18:14.039Z Downloaded lru-cache v0.1.2
7872026-05-08T00:18:14.040Z Downloaded maplit v1.0.2
7882026-05-08T00:18:14.040Z Downloaded memoffset v0.9.1
7892026-05-08T00:18:14.040Z Downloaded bytes v1.11.1
7902026-05-08T00:18:14.040Z Downloaded md-5 v0.10.6
7912026-05-08T00:18:14.040Z Downloaded ingot-types v0.1.2
7922026-05-08T00:18:14.046Z Downloaded indent_write v2.2.0
7932026-05-08T00:18:14.046Z Downloaded hyper-staticfile v0.10.1
7942026-05-08T00:18:14.046Z Downloaded http-body-util v0.1.3
7952026-05-08T00:18:14.046Z Downloaded maybe-uninit v2.0.0
7962026-05-08T00:18:14.046Z Downloaded humantime v2.3.0
7972026-05-08T00:18:14.051Z Downloaded futures v0.3.32
7982026-05-08T00:18:14.051Z Downloaded half v1.8.3
7992026-05-08T00:18:14.051Z Downloaded getrandom v0.2.17
8002026-05-08T00:18:14.056Z Downloaded diff v0.1.13
8012026-05-08T00:18:14.056Z Downloaded ipnetwork v0.21.1
8022026-05-08T00:18:14.056Z Downloaded ipnet v2.11.0
8032026-05-08T00:18:14.060Z Downloaded new_debug_unreachable v1.0.6
8042026-05-08T00:18:14.060Z Downloaded jobserver v0.1.34
8052026-05-08T00:18:14.060Z Downloaded ingot v0.1.1
8062026-05-08T00:18:14.060Z Downloaded highway v1.3.0
8072026-05-08T00:18:14.060Z Downloaded newtype_derive v0.1.6
8082026-05-08T00:18:14.064Z Downloaded dropshot-api-manager v0.7.1
8092026-05-08T00:18:14.065Z Downloaded darling_core v0.21.3
8102026-05-08T00:18:14.068Z Downloaded crc-any v2.5.0
8112026-05-08T00:18:14.068Z Downloaded hmac v0.12.1
8122026-05-08T00:18:14.072Z Downloaded indoc v2.0.7
8132026-05-08T00:18:14.072Z Downloaded multimap v0.10.1
8142026-05-08T00:18:14.075Z Downloaded mime v0.3.17
8152026-05-08T00:18:14.075Z Downloaded libefi-sys v0.1.0
8162026-05-08T00:18:14.076Z Downloaded num-derive v0.4.2
8172026-05-08T00:18:14.076Z Downloaded nibble_vec v0.1.0
8182026-05-08T00:18:14.081Z Downloaded normalize-line-endings v0.3.0
8192026-05-08T00:18:14.081Z Downloaded linear-map v1.2.0
8202026-05-08T00:18:14.081Z Downloaded libloading v0.8.9
8212026-05-08T00:18:14.081Z Downloaded newtype-uuid-macros v0.1.0
8222026-05-08T00:18:14.085Z Downloaded impl-trait-for-tuples v0.2.3
8232026-05-08T00:18:14.085Z Downloaded num v0.4.3
8242026-05-08T00:18:14.085Z Downloaded derive-where v1.6.0
8252026-05-08T00:18:14.088Z Downloaded libsw-core v0.3.2
8262026-05-08T00:18:14.088Z Downloaded getrandom v0.3.4
8272026-05-08T00:18:14.088Z Downloaded lzss v0.8.2
8282026-05-08T00:18:14.093Z Downloaded managed v0.8.0
8292026-05-08T00:18:14.093Z Downloaded num-iter v0.1.45
8302026-05-08T00:18:14.093Z Downloaded lock_api v0.4.14
8312026-05-08T00:18:14.096Z Downloaded num_enum_derive v0.5.11
8322026-05-08T00:18:14.096Z Downloaded cc v1.2.56
8332026-05-08T00:18:14.096Z Downloaded newline-converter v0.3.0
8342026-05-08T00:18:14.096Z Downloaded num-conv v0.2.0
8352026-05-08T00:18:14.100Z Downloaded globset v0.4.18
8362026-05-08T00:18:14.100Z Downloaded opaque-debug v0.3.1
8372026-05-08T00:18:14.100Z Downloaded hyper-rustls v0.27.7
8382026-05-08T00:18:14.100Z Downloaded openssl-probe v0.2.1
8392026-05-08T00:18:14.105Z Downloaded openssl-macros v0.1.1
8402026-05-08T00:18:14.105Z Downloaded httparse v1.10.1
8412026-05-08T00:18:14.105Z Downloaded console v0.16.2
8422026-05-08T00:18:14.109Z Downloaded deranged v0.5.8
8432026-05-08T00:18:14.109Z Downloaded darling v0.23.0
8442026-05-08T00:18:14.112Z Downloaded openssl-probe v0.1.6
8452026-05-08T00:18:14.113Z Downloaded mime_guess v2.0.5
8462026-05-08T00:18:14.113Z Downloaded ingot-macros v0.1.1
8472026-05-08T00:18:14.113Z Downloaded half v2.7.1
8482026-05-08T00:18:14.118Z Downloaded cexpr v0.6.0
8492026-05-08T00:18:14.122Z Downloaded packed_struct_codegen v0.10.1
8502026-05-08T00:18:14.122Z Downloaded lru v0.12.5
8512026-05-08T00:18:14.122Z Downloaded num_threads v0.1.7
8522026-05-08T00:18:14.128Z Downloaded parse-display v0.10.0
8532026-05-08T00:18:14.128Z Downloaded oso-derive v0.27.3
8542026-05-08T00:18:14.128Z Downloaded darling_core v0.23.0
8552026-05-08T00:18:14.132Z Downloaded pbkdf2 v0.12.2
8562026-05-08T00:18:14.132Z Downloaded nu-ansi-term v0.50.3
8572026-05-08T00:18:14.132Z Downloaded compact_str v0.8.1
8582026-05-08T00:18:14.135Z Downloaded const_format v0.2.35
8592026-05-08T00:18:14.140Z Downloaded path-slash v0.1.5
8602026-05-08T00:18:14.140Z Downloaded parse-size v1.1.0
8612026-05-08T00:18:14.140Z Downloaded iana-time-zone v0.1.65
8622026-05-08T00:18:14.143Z Downloaded nodrop v0.1.14
8632026-05-08T00:18:14.156Z Downloaded pin-utils v0.1.0
8642026-05-08T00:18:14.159Z Downloaded base64 v0.21.7
8652026-05-08T00:18:14.159Z Downloaded ar_archive_writer v0.5.1
8662026-05-08T00:18:14.164Z Downloaded aes-gcm v0.10.3
8672026-05-08T00:18:14.164Z Downloaded olpc-cjson v0.1.4
8682026-05-08T00:18:14.168Z Downloaded num_enum_derive v0.7.5
8692026-05-08T00:18:14.168Z Downloaded phf_shared v0.13.1
8702026-05-08T00:18:14.168Z Downloaded num-rational v0.4.2
8712026-05-08T00:18:14.168Z Downloaded num_enum v0.5.11
8722026-05-08T00:18:14.173Z Downloaded num-integer v0.1.46
8732026-05-08T00:18:14.173Z Downloaded predicates-tree v1.0.13
8742026-05-08T00:18:14.174Z Downloaded indexmap v1.9.3
8752026-05-08T00:18:14.178Z Downloaded flate2 v1.1.9
8762026-05-08T00:18:14.178Z Downloaded predicates-core v1.0.10
8772026-05-08T00:18:14.182Z Downloaded precomputed-hash v0.1.1
8782026-05-08T00:18:14.182Z Downloaded crossbeam-channel v0.5.15
8792026-05-08T00:18:14.182Z Downloaded num_enum v0.7.5
8802026-05-08T00:18:14.185Z Downloaded oxnet v0.1.4
8812026-05-08T00:18:14.185Z Downloaded libbz2-rs-sys v0.2.2
8822026-05-08T00:18:14.190Z Downloaded powerfmt v0.2.0
8832026-05-08T00:18:14.190Z Downloaded oxide-tokio-rt v0.1.4
8842026-05-08T00:18:14.190Z Downloaded ignore v0.4.25
8852026-05-08T00:18:14.195Z Downloaded num-complex v0.4.6
8862026-05-08T00:18:14.195Z Downloaded ed25519-dalek v2.2.0
8872026-05-08T00:18:14.195Z Downloaded progenitor-client v0.10.0
8882026-05-08T00:18:14.195Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-05-08T00:18:14.199Z Downloaded proc-macro-crate v3.4.0
8902026-05-08T00:18:14.199Z Downloaded proc-macro-crate v1.3.1
8912026-05-08T00:18:14.199Z Downloaded derive_more v2.1.1
8922026-05-08T00:18:14.213Z Downloaded progenitor-macro v0.14.0
8932026-05-08T00:18:14.216Z Downloaded allocator-api2 v0.2.21
8942026-05-08T00:18:14.216Z Downloaded diesel_derives v2.3.7
8952026-05-08T00:18:14.216Z Downloaded progenitor-macro v0.13.0
8962026-05-08T00:18:14.216Z Downloaded heapless v0.7.17
8972026-05-08T00:18:14.216Z Downloaded pem-rfc7468 v0.7.0
8982026-05-08T00:18:14.216Z Downloaded memmap2 v0.9.10
8992026-05-08T00:18:14.216Z Downloaded indicatif v0.18.4
9002026-05-08T00:18:14.225Z Downloaded phf v0.13.1
9012026-05-08T00:18:14.225Z Downloaded arc-swap v1.8.2
9022026-05-08T00:18:14.232Z Downloaded progenitor-macro v0.11.2
9032026-05-08T00:18:14.233Z Downloaded pin-project-lite v0.2.17
9042026-05-08T00:18:14.233Z Downloaded psl-types v2.0.11
9052026-05-08T00:18:14.233Z Downloaded phf v0.12.1
9062026-05-08T00:18:14.233Z Downloaded quick-error v1.2.3
9072026-05-08T00:18:14.233Z Downloaded progenitor-client v0.11.2
9082026-05-08T00:18:14.237Z Downloaded pkcs8 v0.10.2
9092026-05-08T00:18:14.237Z Downloaded pem v3.0.6
9102026-05-08T00:18:14.237Z Downloaded password-hash v0.4.2
9112026-05-08T00:18:14.238Z Downloaded polyval v0.6.2
9122026-05-08T00:18:14.238Z Downloaded ppv-lite86 v0.2.21
9132026-05-08T00:18:14.238Z Downloaded expectorate v1.2.0
9142026-05-08T00:18:14.241Z Downloaded poly1305 v0.8.0
9152026-05-08T00:18:14.241Z Downloaded progenitor-macro v0.10.0
9162026-05-08T00:18:14.241Z Downloaded progenitor-client v0.14.0
9172026-05-08T00:18:14.241Z Downloaded password-hash v0.5.0
9182026-05-08T00:18:14.241Z Downloaded parse-display-derive v0.10.0
9192026-05-08T00:18:14.246Z Downloaded parking_lot_core v0.8.6
9202026-05-08T00:18:14.246Z Downloaded packed_struct v0.10.1
9212026-05-08T00:18:14.246Z Downloaded crypto-bigint v0.5.5
9222026-05-08T00:18:14.250Z Downloaded radium v0.7.0
9232026-05-08T00:18:14.250Z Downloaded derive_more-impl v2.1.1
9242026-05-08T00:18:14.253Z Downloaded rand_chacha v0.3.1
9252026-05-08T00:18:14.254Z Downloaded headers v0.4.1
9262026-05-08T00:18:14.258Z Downloaded parking_lot_core v0.9.12
9272026-05-08T00:18:14.261Z Downloaded owo-colors v4.3.0
9282026-05-08T00:18:14.261Z Downloaded nonempty v0.12.0
9292026-05-08T00:18:14.261Z Downloaded progenitor-client v0.13.0
9302026-05-08T00:18:14.265Z Downloaded primeorder v0.13.6
9312026-05-08T00:18:14.265Z Downloaded ref-cast v1.0.25
9322026-05-08T00:18:14.265Z Downloaded recursive v0.1.1
9332026-05-08T00:18:14.268Z Downloaded paste v1.0.15
9342026-05-08T00:18:14.268Z Downloaded ref-cast-impl v1.0.25
9352026-05-08T00:18:14.268Z Downloaded crossterm v0.28.1
9362026-05-08T00:18:14.272Z Downloaded rfc6979 v0.4.0
9372026-05-08T00:18:14.275Z Downloaded progenitor v0.14.0
9382026-05-08T00:18:14.276Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-05-08T00:18:14.276Z Downloaded parking_lot v0.11.2
9402026-05-08T00:18:14.276Z Downloaded peg v0.8.5
9412026-05-08T00:18:14.279Z Downloaded async-compression v0.4.41
9422026-05-08T00:18:14.284Z Downloaded hickory-resolver v0.25.2
9432026-05-08T00:18:14.289Z Downloaded peg-macros v0.8.5
9442026-05-08T00:18:14.289Z Downloaded pkcs1 v0.7.5
9452026-05-08T00:18:14.289Z Downloaded rustc-hash v2.1.1
9462026-05-08T00:18:14.294Z Downloaded rtoolbox v0.0.3
9472026-05-08T00:18:14.294Z Downloaded pin-project-internal v1.1.11
9482026-05-08T00:18:14.294Z Downloaded hickory-resolver v0.24.4
9492026-05-08T00:18:14.294Z Downloaded pkg-config v0.3.32
9502026-05-08T00:18:14.300Z Downloaded progenitor-extras v0.2.0
9512026-05-08T00:18:14.300Z Downloaded litrs v1.0.0
9522026-05-08T00:18:14.300Z Downloaded psm v0.1.30
9532026-05-08T00:18:14.305Z Downloaded progenitor v0.13.0
9542026-05-08T00:18:14.305Z Downloaded russh-cryptovec v0.7.3
9552026-05-08T00:18:14.305Z Downloaded rand_xorshift v0.4.0
9562026-05-08T00:18:14.305Z Downloaded rustc_version v0.4.1
9572026-05-08T00:18:14.305Z Downloaded rustc_version v0.1.7
9582026-05-08T00:18:14.305Z Downloaded postgres-types v0.2.12
9592026-05-08T00:18:14.313Z Downloaded oso v0.27.3
9602026-05-08T00:18:14.313Z Downloaded hashbrown v0.13.2
9612026-05-08T00:18:14.313Z Downloaded hickory-server v0.25.2
9622026-05-08T00:18:14.319Z Downloaded omicron-zone-package v0.12.2
9632026-05-08T00:18:14.319Z Downloaded postgres-protocol v0.6.10
9642026-05-08T00:18:14.319Z Downloaded pkcs5 v0.7.1
9652026-05-08T00:18:14.322Z Downloaded progenitor v0.11.2
9662026-05-08T00:18:14.322Z Downloaded bumpalo v3.20.2
9672026-05-08T00:18:14.322Z Downloaded phf_shared v0.12.1
9682026-05-08T00:18:14.322Z Downloaded phf_shared v0.11.3
9692026-05-08T00:18:14.322Z Downloaded peg-runtime v0.8.5
9702026-05-08T00:18:14.322Z Downloaded pbkdf2 v0.11.0
9712026-05-08T00:18:14.327Z Downloaded scheduled-thread-pool v0.2.7
9722026-05-08T00:18:14.327Z Downloaded sapling-renderdag v0.1.0
9732026-05-08T00:18:14.327Z Downloaded predicates v3.1.4
9742026-05-08T00:18:14.330Z Downloaded miniz_oxide v0.8.9
9752026-05-08T00:18:14.330Z Downloaded num-derive v0.3.3
9762026-05-08T00:18:14.330Z Downloaded same-file v1.0.6
9772026-05-08T00:18:14.333Z Downloaded jiff-static v0.2.21
9782026-05-08T00:18:14.333Z Downloaded papergrid v0.17.0
9792026-05-08T00:18:14.337Z Downloaded rand_core v0.6.4
9802026-05-08T00:18:14.337Z Downloaded rand_seeder v0.4.0
9812026-05-08T00:18:14.340Z Downloaded rand_core v0.10.0
9822026-05-08T00:18:14.340Z Downloaded progenitor v0.10.0
9832026-05-08T00:18:14.340Z Downloaded rand_core v0.9.5
9842026-05-08T00:18:14.346Z Downloaded rand_chacha v0.9.0
9852026-05-08T00:18:14.346Z Downloaded scroll_derive v0.13.1
9862026-05-08T00:18:14.346Z Downloaded r2d2 v0.8.10
9872026-05-08T00:18:14.346Z Downloaded heapless v0.8.0
9882026-05-08T00:18:14.350Z Downloaded semver v0.1.20
9892026-05-08T00:18:14.351Z Downloaded seq-macro v0.3.6
9902026-05-08T00:18:14.351Z Downloaded scopeguard v1.2.0
9912026-05-08T00:18:14.351Z Downloaded newtype-uuid v1.3.2
9922026-05-08T00:18:14.351Z Downloaded native-tls v0.2.18
9932026-05-08T00:18:14.354Z Downloaded serde-big-array v0.5.1
9942026-05-08T00:18:14.354Z Downloaded scrypt v0.11.0
9952026-05-08T00:18:14.354Z Downloaded secrecy v0.10.3
9962026-05-08T00:18:14.354Z Downloaded secrecy v0.8.0
9972026-05-08T00:18:14.354Z Downloaded salsa20 v0.10.2
9982026-05-08T00:18:14.358Z Downloaded nanorand v0.7.0
9992026-05-08T00:18:14.358Z Downloaded multer v3.1.0
10002026-05-08T00:18:14.361Z Downloaded resolv-conf v0.7.6
10012026-05-08T00:18:14.361Z Downloaded hashbrown v0.12.3
10022026-05-08T00:18:14.361Z Downloaded openssl-sys v0.9.114
10032026-05-08T00:18:14.365Z Downloaded serde_plain v1.0.2
10042026-05-08T00:18:14.370Z Downloaded serde_bytes v0.11.19
10052026-05-08T00:18:14.370Z Downloaded proc-macro-error2 v2.0.1
10062026-05-08T00:18:14.373Z Downloaded flume v0.11.1
10072026-05-08T00:18:14.374Z Downloaded aes v0.8.4
10082026-05-08T00:18:14.374Z Downloaded libsw v3.5.0
10092026-05-08T00:18:14.377Z Downloaded serde_spanned v1.0.4
10102026-05-08T00:18:14.380Z Downloaded http v1.4.0
10112026-05-08T00:18:14.380Z Downloaded sha1 v0.10.6
10122026-05-08T00:18:14.386Z Downloaded serde_urlencoded v0.7.1
10132026-05-08T00:18:14.386Z Downloaded postcard v1.1.3
10142026-05-08T00:18:14.395Z Downloaded quinn-udp v0.5.14
10152026-05-08T00:18:14.395Z Downloaded rustls-pemfile v2.2.0
10162026-05-08T00:18:14.395Z Downloaded p256 v0.13.2
10172026-05-08T00:18:14.399Z Downloaded rusty-fork v0.3.1
10182026-05-08T00:18:14.399Z Downloaded rustls-native-certs v0.8.3
10192026-05-08T00:18:14.399Z Downloaded sigpipe v0.1.3
10202026-05-08T00:18:14.400Z Downloaded serde_repr v0.1.20
10212026-05-08T00:18:14.400Z Downloaded signal-hook-tokio v0.3.1
10222026-05-08T00:18:14.400Z Downloaded shell-words v1.1.1
10232026-05-08T00:18:14.400Z Downloaded signature v2.2.0
10242026-05-08T00:18:14.400Z Downloaded slog-bunyan v2.5.0
10252026-05-08T00:18:14.403Z Downloaded siphasher v1.0.2
10262026-05-08T00:18:14.403Z Downloaded crossterm v0.29.0
10272026-05-08T00:18:14.407Z Downloaded rustversion v1.0.22
10282026-05-08T00:18:14.407Z Downloaded prefix-trie v0.7.0
10292026-05-08T00:18:14.413Z Downloaded sct v0.7.1
10302026-05-08T00:18:14.416Z Downloaded sec1 v0.7.3
10312026-05-08T00:18:14.416Z Downloaded scroll v0.13.0
10322026-05-08T00:18:14.429Z Downloaded signal-hook-mio v0.2.5
10332026-05-08T00:18:14.432Z Downloaded pin-project v1.1.11
10342026-05-08T00:18:14.437Z Downloaded serde_derive_internals v0.29.1
10352026-05-08T00:18:14.440Z Downloaded progenitor-impl v0.14.0
10362026-05-08T00:18:14.440Z Downloaded progenitor-impl v0.13.0
10372026-05-08T00:18:14.441Z Downloaded hyper-util v0.1.20
10382026-05-08T00:18:14.444Z Downloaded ssh-encoding v0.2.0
10392026-05-08T00:18:14.448Z Downloaded ssh-cipher v0.2.0
10402026-05-08T00:18:14.448Z Downloaded slog-envlogger v2.2.0
10412026-05-08T00:18:14.454Z Downloaded sqlparser_derive v0.5.0
10422026-05-08T00:18:14.454Z Downloaded serde_path_to_error v0.1.20
10432026-05-08T00:18:14.454Z Downloaded rustls-pemfile v1.0.4
10442026-05-08T00:18:14.457Z Downloaded bzip2-sys v0.1.13+1.0.8
10452026-05-08T00:18:14.464Z Downloaded strum v0.27.2
10462026-05-08T00:18:14.467Z Downloaded sync_wrapper v1.0.2
10472026-05-08T00:18:14.467Z Downloaded strum v0.26.3
10482026-05-08T00:18:14.467Z Downloaded structmeta-derive v0.3.0
10492026-05-08T00:18:14.470Z Downloaded slab v0.4.12
10502026-05-08T00:18:14.470Z Downloaded strip-ansi-escapes v0.2.1
10512026-05-08T00:18:14.470Z Downloaded simd-adler32 v0.3.8
10522026-05-08T00:18:14.470Z Downloaded signal-hook-registry v1.4.8
10532026-05-08T00:18:14.476Z Downloaded progenitor-impl v0.11.2
10542026-05-08T00:18:14.476Z Downloaded structmeta v0.3.0
10552026-05-08T00:18:14.480Z Downloaded parking_lot v0.12.5
10562026-05-08T00:18:14.480Z Downloaded rustls-pki-types v1.14.0
10572026-05-08T00:18:14.480Z Downloaded russh-keys v0.45.0
10582026-05-08T00:18:14.480Z Downloaded prettyplease v0.2.37
10592026-05-08T00:18:14.484Z Downloaded tap v1.0.1
10602026-05-08T00:18:14.484Z Downloaded tagptr v0.2.0
10612026-05-08T00:18:14.484Z Downloaded tabwriter v1.4.1
10622026-05-08T00:18:14.487Z Downloaded slog-scope v4.4.1
10632026-05-08T00:18:14.487Z Downloaded slog-async v2.8.0
10642026-05-08T00:18:14.487Z Downloaded slog-term v2.9.2
10652026-05-08T00:18:14.490Z Downloaded num-bigint v0.4.6
10662026-05-08T00:18:14.494Z Downloaded schemars_derive v0.8.22
10672026-05-08T00:18:14.494Z Downloaded ron v0.8.1
10682026-05-08T00:18:14.497Z Downloaded smallvec v0.6.14
10692026-05-08T00:18:14.500Z Downloaded slog-dtrace v0.3.0
10702026-05-08T00:18:14.500Z Downloaded testing_table v0.3.0
10712026-05-08T00:18:14.500Z Downloaded thread-id v5.1.0
10722026-05-08T00:18:14.505Z Downloaded termtree v0.5.1
10732026-05-08T00:18:14.505Z Downloaded tabled_derive v0.11.0
10742026-05-08T00:18:14.505Z Downloaded take_mut v0.2.2
10752026-05-08T00:18:14.508Z Downloaded supports-color v3.0.2
10762026-05-08T00:18:14.508Z Downloaded serde-hex v0.1.0
10772026-05-08T00:18:14.508Z Downloaded mio v1.2.0
10782026-05-08T00:18:14.511Z Downloaded smf v0.2.3
10792026-05-08T00:18:14.511Z Downloaded slog-json v2.6.1
10802026-05-08T00:18:14.516Z Downloaded shlex v1.3.0
10812026-05-08T00:18:14.516Z Downloaded serde_cbor v0.11.2
10822026-05-08T00:18:14.519Z Downloaded static_assertions v1.1.0
10832026-05-08T00:18:14.519Z Downloaded rcgen v0.12.1
10842026-05-08T00:18:14.519Z Downloaded minimal-lexical v0.2.1
10852026-05-08T00:18:14.522Z Downloaded tinyvec_macros v0.1.1
10862026-05-08T00:18:14.522Z Downloaded thiserror-impl-no-std v2.0.2
10872026-05-08T00:18:14.527Z Downloaded time-core v0.1.8
10882026-05-08T00:18:14.537Z Downloaded itertools v0.10.5
10892026-05-08T00:18:14.543Z Downloaded hashbrown v0.16.1
10902026-05-08T00:18:14.547Z Downloaded hashbrown v0.15.5
10912026-05-08T00:18:14.550Z Downloaded serde_with_macros v3.17.0
10922026-05-08T00:18:14.554Z Downloaded iddqd v0.3.18
10932026-05-08T00:18:14.557Z Downloaded tokio-macros v2.7.0
10942026-05-08T00:18:14.557Z Downloaded subtle v2.6.1
10952026-05-08T00:18:14.562Z Downloaded pretty_assertions v1.4.1
10962026-05-08T00:18:14.565Z Downloaded spki v0.7.3
10972026-05-08T00:18:14.574Z Downloaded topological-sort v0.2.2
10982026-05-08T00:18:14.577Z Downloaded sqlformat v0.3.5
10992026-05-08T00:18:14.577Z Downloaded sync-ptr v0.1.4
11002026-05-08T00:18:14.581Z Downloaded strum_macros v0.26.4
11012026-05-08T00:18:14.581Z Downloaded slog-stdlog v4.1.1
11022026-05-08T00:18:14.581Z Downloaded strum_macros v0.27.2
11032026-05-08T00:18:14.584Z Downloaded snafu-derive v0.8.9
11042026-05-08T00:18:14.589Z Downloaded quinn v0.11.9
11052026-05-08T00:18:14.592Z Downloaded stacker v0.1.23
11062026-05-08T00:18:14.592Z Downloaded progenitor-impl v0.10.0
11072026-05-08T00:18:14.592Z Downloaded spin v0.9.8
11082026-05-08T00:18:14.597Z Downloaded time-macros v0.2.27
11092026-05-08T00:18:14.597Z Downloaded string_cache v0.8.9
11102026-05-08T00:18:14.597Z Downloaded support-bundle-viewer v0.1.2
11112026-05-08T00:18:14.601Z Downloaded try-lock v0.2.5
11122026-05-08T00:18:14.601Z Downloaded schemars v0.8.22
11132026-05-08T00:18:14.604Z Downloaded trait-variant v0.1.2
11142026-05-08T00:18:14.608Z Downloaded tower-service v0.3.3
11152026-05-08T00:18:14.608Z Downloaded tower-layer v0.3.3
11162026-05-08T00:18:14.608Z Downloaded tiny-keccak v2.0.2
11172026-05-08T00:18:14.611Z Downloaded thread_local v1.1.9
11182026-05-08T00:18:14.611Z Downloaded strum_macros v0.24.3
11192026-05-08T00:18:14.616Z Downloaded publicsuffix v2.3.0
11202026-05-08T00:18:14.619Z Downloaded tls_codec_derive v0.4.2
11212026-05-08T00:18:14.619Z Downloaded tls_codec v0.4.2
11222026-05-08T00:18:14.619Z Downloaded termios v0.3.3
11232026-05-08T00:18:14.623Z Downloaded slog v2.8.2
11242026-05-08T00:18:14.623Z Downloaded ryu v1.0.23
11252026-05-08T00:18:14.626Z Downloaded similar v2.7.0
11262026-05-08T00:18:14.630Z Downloaded itertools v0.12.1
11272026-05-08T00:18:14.633Z Downloaded unit-prefix v0.5.2
11282026-05-08T00:18:14.636Z Downloaded unarray v0.1.4
11292026-05-08T00:18:14.636Z Downloaded tokio-native-tls v0.3.1
11302026-05-08T00:18:14.636Z Downloaded untrusted v0.7.1
11312026-05-08T00:18:14.640Z Downloaded nom v7.1.3
11322026-05-08T00:18:14.643Z Downloaded signal-hook v0.3.18
11332026-05-08T00:18:14.643Z Downloaded rustls-platform-verifier v0.6.2
11342026-05-08T00:18:14.647Z Downloaded rsa v0.9.10
11352026-05-08T00:18:14.647Z Downloaded unicode-truncate v1.1.0
11362026-05-08T00:18:14.650Z Downloaded tokio-tungstenite v0.21.0
11372026-05-08T00:18:14.650Z Downloaded term v0.7.0
11382026-05-08T00:18:14.653Z Downloaded tokio-tungstenite v0.23.1
11392026-05-08T00:18:14.653Z Downloaded serde_yaml v0.9.34+deprecated
11402026-05-08T00:18:14.656Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-05-08T00:18:14.656Z Downloaded usdt-macro v0.6.0
11422026-05-08T00:18:14.660Z Downloaded socket2 v0.5.10
11432026-05-08T00:18:14.660Z Downloaded qorb v0.4.1
11442026-05-08T00:18:14.663Z Downloaded universal-hash v0.5.1
11452026-05-08T00:18:14.663Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-05-08T00:18:14.663Z Downloaded typify-macro v0.6.2
11472026-05-08T00:18:14.666Z Downloaded num-bigint-dig v0.8.6
11482026-05-08T00:18:14.670Z Downloaded usdt-attr-macro v0.6.0
11492026-05-08T00:18:14.671Z Downloaded term v1.2.1
11502026-05-08T00:18:14.671Z Downloaded rayon-core v1.13.0
11512026-05-08T00:18:14.674Z Downloaded thiserror-no-std v2.0.2
11522026-05-08T00:18:14.674Z Downloaded socket2 v0.6.3
11532026-05-08T00:18:14.680Z Downloaded usdt v0.6.0
11542026-05-08T00:18:14.680Z Downloaded typify-macro v0.4.3
11552026-05-08T00:18:14.680Z Downloaded tokio-dtrace v0.1.1
11562026-05-08T00:18:14.680Z Downloaded schemars v0.9.0
11572026-05-08T00:18:14.687Z Downloaded rand v0.9.2
11582026-05-08T00:18:14.691Z Downloaded tokio-rustls v0.24.1
11592026-05-08T00:18:14.691Z Downloaded samael v0.0.19
11602026-05-08T00:18:14.697Z Downloaded want v0.3.1
11612026-05-08T00:18:14.697Z Downloaded hyper v1.8.1
11622026-05-08T00:18:14.700Z Downloaded void v1.0.2
11632026-05-08T00:18:14.700Z Downloaded itertools v0.14.0
11642026-05-08T00:18:14.703Z Downloaded h2 v0.4.13
11652026-05-08T00:18:14.707Z Downloaded untrusted v0.9.0
11662026-05-08T00:18:14.707Z Downloaded unicase v2.9.0
11672026-05-08T00:18:14.710Z Downloaded utf-8 v0.7.6
11682026-05-08T00:18:14.711Z Downloaded rustls-webpki v0.103.9
11692026-05-08T00:18:14.711Z Downloaded tokio-stream v0.1.18
11702026-05-08T00:18:14.715Z Downloaded tokio-rustls v0.26.4
11712026-05-08T00:18:14.720Z Downloaded tokio-rustls v0.25.0
11722026-05-08T00:18:14.720Z Downloaded rand v0.8.5
11732026-05-08T00:18:14.720Z Downloaded libm v0.2.16
11742026-05-08T00:18:14.725Z Downloaded subprocess v0.2.15
11752026-05-08T00:18:14.728Z Downloaded xshell-macros v0.2.7
11762026-05-08T00:18:14.728Z Downloaded usdt-impl v0.6.0
11772026-05-08T00:18:14.728Z Downloaded iri-string v0.7.10
11782026-05-08T00:18:14.732Z Downloaded xattr v1.6.1
11792026-05-08T00:18:14.735Z Downloaded zone v0.3.1
11802026-05-08T00:18:14.735Z Downloaded test-strategy v0.4.5
11812026-05-08T00:18:14.735Z Downloaded uzers v0.12.2
11822026-05-08T00:18:14.740Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11832026-05-08T00:18:14.740Z Downloaded libxml v0.3.3
11842026-05-08T00:18:14.744Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-05-08T00:18:14.744Z Downloaded snafu v0.8.9
11862026-05-08T00:18:14.747Z Downloaded tracing-attributes v0.1.31
11872026-05-08T00:18:14.752Z Downloaded tinyvec v1.10.0
11882026-05-08T00:18:14.752Z Downloaded hkdf v0.12.4
11892026-05-08T00:18:14.755Z Downloaded stringprep v0.1.5
11902026-05-08T00:18:14.759Z Downloaded zeroize_derive v1.4.3
11912026-05-08T00:18:14.762Z Downloaded vergen-gitcl v1.0.8
11922026-05-08T00:18:14.767Z Downloaded walkdir v2.5.0
11932026-05-08T00:18:14.767Z Downloaded rand v0.10.0
11942026-05-08T00:18:14.771Z Downloaded futures-util v0.3.32
11952026-05-08T00:18:14.775Z Downloaded waitgroup v0.1.2
11962026-05-08T00:18:14.783Z Downloaded zone_cfg_derive v0.3.1
11972026-05-08T00:18:14.783Z Downloaded whoami v1.6.1
11982026-05-08T00:18:14.783Z Downloaded vergen-git2 v1.0.7
11992026-05-08T00:18:14.783Z Downloaded xshell v0.2.7
12002026-05-08T00:18:14.783Z Downloaded vergen-lib v0.1.6
12012026-05-08T00:18:14.783Z Downloaded itertools v0.13.0
12022026-05-08T00:18:14.787Z Downloaded twox-hash v2.1.2
12032026-05-08T00:18:14.787Z Downloaded toml v0.9.12+spec-1.1.0
12042026-05-08T00:18:14.790Z Downloaded toml v1.0.6+spec-1.1.0
12052026-05-08T00:18:14.790Z Downloaded aho-corasick v1.1.4
12062026-05-08T00:18:14.794Z Downloaded unicode-properties v0.1.4
12072026-05-08T00:18:14.798Z Downloaded tui-tree-widget v0.23.1
12082026-05-08T00:18:14.798Z Downloaded p521 v0.13.3
12092026-05-08T00:18:14.801Z Downloaded steno v0.4.1
12102026-05-08T00:18:14.802Z Downloaded tar v0.4.45
12112026-05-08T00:18:14.805Z Downloaded toml v0.7.8
12122026-05-08T00:18:14.805Z Downloaded russh v0.45.0
12132026-05-08T00:18:14.811Z Downloaded tungstenite v0.23.0
12142026-05-08T00:18:14.814Z Downloaded typify v0.4.3
12152026-05-08T00:18:14.818Z Downloaded zeroize v1.8.2
12162026-05-08T00:18:14.822Z Downloaded rustyline v14.0.0
12172026-05-08T00:18:14.825Z Downloaded wait-timeout v0.2.1
12182026-05-08T00:18:14.828Z Downloaded vsss-rs v3.3.4
12192026-05-08T00:18:14.828Z Downloaded whoami v2.1.0
12202026-05-08T00:18:14.831Z Downloaded zstd v0.13.3
12212026-05-08T00:18:14.831Z Downloaded unsafe-libyaml v0.2.11
12222026-05-08T00:18:14.835Z Downloaded wyz v0.5.1
12232026-05-08T00:18:14.839Z Downloaded schemars v1.2.1
12242026-05-08T00:18:14.844Z Downloaded vergen v9.0.6
12252026-05-08T00:18:14.847Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-08T00:18:14.853Z Downloaded unicode-bidi v0.3.18
12272026-05-08T00:18:14.856Z Downloaded rpassword v7.4.0
12282026-05-08T00:18:14.859Z Downloaded tracing-core v0.1.36
12292026-05-08T00:18:14.859Z Downloaded bindgen v0.71.1
12302026-05-08T00:18:14.867Z Downloaded typify v0.6.2
12312026-05-08T00:18:14.879Z Downloaded zerocopy v0.6.6
12322026-05-08T00:18:14.882Z Downloaded yasna v0.5.2
12332026-05-08T00:18:14.882Z Downloaded blake3 v1.8.3
12342026-05-08T00:18:14.886Z Downloaded uuid v1.23.0
12352026-05-08T00:18:14.892Z Downloaded toml_edit v0.19.15
12362026-05-08T00:18:14.902Z Downloaded tungstenite v0.21.0
12372026-05-08T00:18:14.905Z Downloaded zstd-safe v7.2.4
12382026-05-08T00:18:14.905Z Downloaded vte v0.14.1
12392026-05-08T00:18:14.909Z Downloaded tokio-postgres v0.7.16
12402026-05-08T00:18:14.913Z Downloaded reedline v0.40.0
12412026-05-08T00:18:14.917Z Downloaded chrono v0.4.44
12422026-05-08T00:18:14.920Z Downloaded aws-lc-rs v1.16.0
12432026-05-08T00:18:14.925Z Downloaded zip v0.6.6
12442026-05-08T00:18:14.930Z Downloaded bitvec v1.0.1
12452026-05-08T00:18:14.934Z Downloaded regex v1.12.3
12462026-05-08T00:18:14.938Z Downloaded portable-atomic v1.13.1
12472026-05-08T00:18:14.949Z Downloaded zopfli v0.8.3
12482026-05-08T00:18:14.952Z Downloaded p384 v0.13.1
12492026-05-08T00:18:14.960Z Downloaded tower v0.5.3
12502026-05-08T00:18:14.970Z Downloaded ssh-key v0.6.7
12512026-05-08T00:18:14.980Z Downloaded unicode_categories v0.1.1
12522026-05-08T00:18:14.983Z Downloaded reqwest v0.12.28
12532026-05-08T00:18:14.983Z Downloaded zerocopy-derive v0.8.40
12542026-05-08T00:18:14.991Z Downloaded git2 v0.20.4
12552026-05-08T00:18:14.994Z Downloaded moka v0.12.13
12562026-05-08T00:18:14.997Z Downloaded lalrpop v0.19.12
12572026-05-08T00:18:15.006Z Downloaded reqwest v0.13.2
12582026-05-08T00:18:15.010Z Downloaded goblin v0.10.5
12592026-05-08T00:18:15.016Z Downloaded tokio-util v0.7.18
12602026-05-08T00:18:15.020Z Downloaded quick-xml v0.37.5
12612026-05-08T00:18:15.024Z Downloaded proptest v1.10.0
12622026-05-08T00:18:15.028Z Downloaded tough v0.20.0
12632026-05-08T00:18:15.033Z Downloaded yansi v1.0.1
12642026-05-08T00:18:15.036Z Downloaded rustls-webpki v0.102.8
12652026-05-08T00:18:15.045Z Downloaded zip v4.6.1
12662026-05-08T00:18:15.057Z Downloaded unicode-segmentation v1.12.0
12672026-05-08T00:18:15.063Z Downloaded object v0.30.4
12682026-05-08T00:18:15.063Z Downloaded serde_with v3.17.0
12692026-05-08T00:18:15.066Z Downloaded x509-cert v0.2.5
12702026-05-08T00:18:15.066Z Downloaded typed-path v0.9.3
12712026-05-08T00:18:15.073Z Downloaded winnow v0.5.40
12722026-05-08T00:18:15.076Z Downloaded radix_trie v0.2.1
12732026-05-08T00:18:15.082Z Downloaded tower-http v0.6.8
12742026-05-08T00:18:15.085Z Downloaded salty v0.3.0
12752026-05-08T00:18:15.088Z Downloaded rustls-webpki v0.101.7
12762026-05-08T00:18:15.095Z Downloaded unicode-normalization v0.1.25
12772026-05-08T00:18:15.098Z Downloaded rayon v1.11.0
12782026-05-08T00:18:15.102Z Downloaded petname v2.0.2
12792026-05-08T00:18:15.112Z Downloaded tabled v0.20.0
12802026-05-08T00:18:15.128Z Downloaded regex-syntax v0.6.29
12812026-05-08T00:18:15.142Z Downloaded time v0.3.47
12822026-05-08T00:18:15.148Z Downloaded bstr v1.12.1
12832026-05-08T00:18:15.160Z Downloaded hickory-proto v0.24.4
12842026-05-08T00:18:15.169Z Downloaded zlib-rs v0.6.2
12852026-05-08T00:18:15.175Z Downloaded quinn-proto v0.11.13
12862026-05-08T00:18:15.179Z Downloaded regress v0.10.5
12872026-05-08T00:18:15.182Z Downloaded curve25519-dalek v4.1.3
12882026-05-08T00:18:15.187Z Downloaded openapiv3 v2.2.0
12892026-05-08T00:18:15.194Z Downloaded object v0.37.3
12902026-05-08T00:18:15.202Z Downloaded regress v0.11.1
12912026-05-08T00:18:15.207Z Downloaded nix v0.27.1
12922026-05-08T00:18:15.213Z Downloaded regex-syntax v0.8.10
12932026-05-08T00:18:15.219Z Downloaded dropshot v0.16.7
12942026-05-08T00:18:15.237Z Downloaded openssl v0.10.78
12952026-05-08T00:18:15.244Z Downloaded nix v0.29.0
12962026-05-08T00:18:15.250Z Downloaded nix v0.28.0
12972026-05-08T00:18:15.257Z Downloaded winnow v0.6.26
12982026-05-08T00:18:15.262Z Downloaded polar-core v0.27.3
12992026-05-08T00:18:15.267Z Downloaded rustls v0.21.12
13002026-05-08T00:18:15.273Z Downloaded smoltcp v0.9.1
13012026-05-08T00:18:15.279Z Downloaded sled v0.34.7
13022026-05-08T00:18:15.285Z Downloaded dropshot v0.17.0
13032026-05-08T00:18:15.298Z Downloaded sqlparser v0.61.0
13042026-05-08T00:18:15.303Z Downloaded nix v0.31.2
13052026-05-08T00:18:15.313Z Downloaded zerocopy-derive v0.6.6
13062026-05-08T00:18:15.318Z Downloaded vcpkg v0.2.15
13072026-05-08T00:18:15.341Z Downloaded regex-automata v0.4.14
13082026-05-08T00:18:15.349Z Downloaded hickory-proto v0.25.2
13092026-05-08T00:18:15.358Z Downloaded smoltcp v0.11.0
13102026-05-08T00:18:15.365Z Downloaded chrono-tz v0.10.4
13112026-05-08T00:18:15.378Z Downloaded zerocopy v0.8.40
13122026-05-08T00:18:15.382Z Downloaded rustls v0.22.4
13132026-05-08T00:18:15.389Z Downloaded webpki-roots v1.0.6
13142026-05-08T00:18:15.392Z Downloaded rustls v0.23.37
13152026-05-08T00:18:15.399Z Downloaded diesel v2.3.7
13162026-05-08T00:18:15.420Z Downloaded rustix v0.38.44
13172026-05-08T00:18:15.432Z Downloaded tokio v1.52.1
13182026-05-08T00:18:15.503Z Downloaded ring v0.17.14
13192026-05-08T00:18:15.531Z Downloaded typify-impl v0.6.2
13202026-05-08T00:18:15.554Z Downloaded tracing v0.1.44
13212026-05-08T00:18:15.570Z Downloaded typify-impl v0.4.3
13222026-05-08T00:18:15.580Z Downloaded ratatui v0.29.0
13232026-05-08T00:18:15.594Z Downloaded csv v1.4.0
13242026-05-08T00:18:15.648Z Downloaded petgraph v0.6.5
13252026-05-08T00:18:15.657Z Downloaded jiff v0.2.21
13262026-05-08T00:18:15.689Z Downloaded petgraph v0.8.3
13272026-05-08T00:18:15.701Z Downloaded libz-sys v1.1.24
13282026-05-08T00:18:15.711Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13292026-05-08T00:18:15.724Z Downloaded sha3 v0.10.8
13302026-05-08T00:18:15.773Z Downloaded encoding_rs v0.8.35
13312026-05-08T00:18:15.803Z Downloaded libgit2-sys v0.18.3+1.9.2
13322026-05-08T00:18:16.172Z Downloaded aws-lc-sys v0.37.1
13332026-05-08T00:18:16.418Z Compiling libc v0.2.185
13342026-05-08T00:18:16.418Z Compiling serde v1.0.228
13352026-05-08T00:18:16.423Z Compiling shlex v1.3.0
13362026-05-08T00:18:16.423Z Compiling log v0.4.29
13372026-05-08T00:18:16.423Z Compiling find-msvc-tools v0.1.9
13382026-05-08T00:18:16.423Z Compiling smallvec v1.15.1
13392026-05-08T00:18:16.423Z Compiling typenum v1.19.0
13402026-05-08T00:18:16.423Z Compiling subtle v2.6.1
13412026-05-08T00:18:16.630Z Compiling generic-array v0.14.7
13422026-05-08T00:18:16.633Z Compiling scopeguard v1.2.0
13432026-05-08T00:18:16.645Z Compiling const-oid v0.9.6
13442026-05-08T00:18:16.691Z Compiling portable-atomic v1.13.1
13452026-05-08T00:18:16.695Z Compiling zerocopy v0.8.40
13462026-05-08T00:18:16.710Z Compiling syn v2.0.117
13472026-05-08T00:18:16.737Z Compiling critical-section v1.2.0
13482026-05-08T00:18:16.740Z Compiling serde_json v1.0.149
13492026-05-08T00:18:16.771Z Compiling lock_api v0.4.14
13502026-05-08T00:18:16.791Z Compiling pin-project-lite v0.2.17
13512026-05-08T00:18:16.807Z Compiling parking_lot_core v0.9.12
13522026-05-08T00:18:16.823Z Compiling pkg-config v0.3.32
13532026-05-08T00:18:16.839Z Compiling bitflags v2.11.0
13542026-05-08T00:18:16.861Z Compiling libm v0.2.16
13552026-05-08T00:18:16.877Z Compiling num-traits v0.2.19
13562026-05-08T00:18:16.910Z Compiling futures-core v0.3.32
13572026-05-08T00:18:16.956Z Compiling percent-encoding v2.3.2
13582026-05-08T00:18:16.990Z Compiling cpufeatures v0.2.17
13592026-05-08T00:18:17.038Z Compiling futures-sink v0.3.32
13602026-05-08T00:18:17.105Z Compiling futures-io v0.3.32
13612026-05-08T00:18:17.109Z Compiling futures-task v0.3.32
13622026-05-08T00:18:17.121Z Compiling slab v0.4.12
13632026-05-08T00:18:17.181Z Compiling futures-channel v0.3.32
13642026-05-08T00:18:17.186Z Compiling getrandom v0.4.1
13652026-05-08T00:18:17.263Z Compiling rustversion v1.0.22
13662026-05-08T00:18:17.279Z Compiling rand_core v0.10.0
13672026-05-08T00:18:17.308Z Compiling getrandom v0.3.4
13682026-05-08T00:18:17.311Z Compiling indexmap v2.14.0
13692026-05-08T00:18:17.354Z Compiling form_urlencoded v1.2.2
13702026-05-08T00:18:17.372Z Compiling base64ct v1.8.3
13712026-05-08T00:18:17.433Z Compiling fs_extra v1.3.0
13722026-05-08T00:18:17.460Z Compiling ident_case v1.0.1
13732026-05-08T00:18:17.488Z Compiling dunce v1.0.5
13742026-05-08T00:18:17.488Z Compiling flagset v0.4.7
13752026-05-08T00:18:17.572Z Compiling getrandom v0.2.17
13762026-05-08T00:18:17.592Z Compiling jobserver v0.1.34
13772026-05-08T00:18:17.608Z Compiling errno v0.3.14
13782026-05-08T00:18:17.642Z Compiling mio v1.2.0
13792026-05-08T00:18:17.655Z Compiling socket2 v0.6.3
13802026-05-08T00:18:17.728Z Compiling rand_core v0.6.4
13812026-05-08T00:18:17.748Z Compiling signal-hook-registry v1.4.8
13822026-05-08T00:18:17.785Z Compiling once_cell v1.21.3
13832026-05-08T00:18:17.838Z Compiling cc v1.2.56
13842026-05-08T00:18:17.899Z Compiling parking_lot v0.12.5
13852026-05-08T00:18:17.948Z Compiling pem-rfc7468 v0.7.0
13862026-05-08T00:18:17.964Z Compiling iana-time-zone v0.1.65
13872026-05-08T00:18:18.015Z Compiling rustix v1.1.3
13882026-05-08T00:18:18.032Z Compiling uuid v1.23.0
13892026-05-08T00:18:18.052Z Compiling rustc_version v0.4.1
13902026-05-08T00:18:18.066Z Compiling vcpkg v0.2.15
13912026-05-08T00:18:18.070Z Compiling regex-syntax v0.8.10
13922026-05-08T00:18:18.154Z Compiling aws-lc-rs v1.16.0
13932026-05-08T00:18:18.191Z Compiling tracing-core v0.1.36
13942026-05-08T00:18:18.288Z Compiling schemars v0.8.22
13952026-05-08T00:18:18.318Z Compiling rand_core v0.9.5
13962026-05-08T00:18:18.334Z Compiling httparse v1.10.1
13972026-05-08T00:18:18.392Z Compiling untrusted v0.9.0
13982026-05-08T00:18:18.412Z Compiling untrusted v0.7.1
13992026-05-08T00:18:18.429Z Compiling base64 v0.22.1
14002026-05-08T00:18:18.480Z Compiling openssl-probe v0.2.1
14012026-05-08T00:18:18.497Z Compiling dyn-clone v1.0.20
14022026-05-08T00:18:18.545Z Compiling try-lock v0.2.5
14032026-05-08T00:18:18.564Z Compiling atomic-waker v1.1.2
14042026-05-08T00:18:18.579Z Compiling tower-layer v0.3.3
14052026-05-08T00:18:18.626Z Compiling cmake v0.1.57
14062026-05-08T00:18:18.661Z Compiling tinyvec_macros v0.1.1
14072026-05-08T00:18:18.677Z Compiling tower-service v0.3.3
14082026-05-08T00:18:18.694Z Compiling rustls v0.23.37
14092026-05-08T00:18:18.713Z Compiling want v0.3.1
14102026-05-08T00:18:18.764Z Compiling tinyvec v1.10.0
14112026-05-08T00:18:18.764Z Compiling spin v0.9.8
14122026-05-08T00:18:18.796Z Compiling aho-corasick v1.1.4
14132026-05-08T00:18:18.800Z Compiling openssl v0.10.78
14142026-05-08T00:18:18.800Z Compiling num-conv v0.2.0
14152026-05-08T00:18:18.801Z Compiling powerfmt v0.2.0
14162026-05-08T00:18:18.860Z Compiling crc32fast v1.5.0
14172026-05-08T00:18:18.890Z Compiling foreign-types-shared v0.1.1
14182026-05-08T00:18:18.905Z Compiling httpdate v1.0.3
14192026-05-08T00:18:18.905Z Compiling time-core v0.1.8
14202026-05-08T00:18:18.993Z Compiling pin-utils v0.1.0
14212026-05-08T00:18:19.010Z Compiling deranged v0.5.8
14222026-05-08T00:18:19.014Z Compiling foreign-types v0.3.2
14232026-05-08T00:18:19.055Z Compiling wait-timeout v0.2.1
14242026-05-08T00:18:19.071Z Compiling siphasher v1.0.2
14252026-05-08T00:18:19.085Z Compiling quick-error v1.2.3
14262026-05-08T00:18:19.089Z Compiling time-macros v0.2.27
14272026-05-08T00:18:19.089Z Compiling crossbeam-utils v0.8.21
14282026-05-08T00:18:19.132Z Compiling num_threads v0.1.7
14292026-05-08T00:18:19.152Z Compiling usdt-impl v0.6.0
14302026-05-08T00:18:19.168Z Compiling simd-adler32 v0.3.8
14312026-05-08T00:18:19.171Z Compiling native-tls v0.2.18
14322026-05-08T00:18:19.220Z Compiling bit-vec v0.8.0
14332026-05-08T00:18:19.253Z Compiling syn v1.0.109
14342026-05-08T00:18:19.288Z Compiling unicode-normalization v0.1.25
14352026-05-08T00:18:19.354Z Compiling rand_xorshift v0.4.0
14362026-05-08T00:18:19.422Z Compiling heapless v0.7.17
14372026-05-08T00:18:19.440Z Compiling bit-set v0.8.0
14382026-05-08T00:18:19.457Z Compiling slog v2.8.2
14392026-05-08T00:18:19.490Z Compiling thread-id v5.1.0
14402026-05-08T00:18:19.494Z Compiling sync_wrapper v1.0.2
14412026-05-08T00:18:19.522Z Compiling aws-lc-sys v0.37.1
14422026-05-08T00:18:19.522Z Compiling ring v0.17.14
14432026-05-08T00:18:19.550Z Compiling openssl-sys v0.9.114
14442026-05-08T00:18:19.597Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14452026-05-08T00:18:19.629Z Compiling synstructure v0.13.2
14462026-05-08T00:18:19.646Z Compiling pest_generator v2.8.6
14472026-05-08T00:18:19.677Z Compiling serde_derive_internals v0.29.1
14482026-05-08T00:18:19.699Z Compiling darling_core v0.20.11
14492026-05-08T00:18:19.716Z Compiling tempfile v3.25.0
14502026-05-08T00:18:19.802Z Compiling regex-automata v0.4.14
14512026-05-08T00:18:19.945Z Compiling rusty-fork v0.3.1
14522026-05-08T00:18:20.043Z Compiling darling_core v0.21.3
14532026-05-08T00:18:20.126Z Compiling bzip2-sys v0.1.13+1.0.8
14542026-05-08T00:18:20.229Z Compiling time v0.3.47
14552026-05-08T00:18:20.308Z Compiling cookie v0.18.1
14562026-05-08T00:18:20.326Z Compiling anyhow v1.0.102
14572026-05-08T00:18:20.394Z Compiling zstd-safe v7.2.4
14582026-05-08T00:18:20.438Z Compiling allocator-api2 v0.2.21
14592026-05-08T00:18:20.513Z Compiling unarray v0.1.4
14602026-05-08T00:18:20.526Z Compiling unicode-properties v0.1.4
14612026-05-08T00:18:20.605Z Compiling paste v1.0.15
14622026-05-08T00:18:20.661Z Compiling signal-hook v0.3.18
14632026-05-08T00:18:20.666Z Compiling unicode-bidi v0.3.18
14642026-05-08T00:18:20.681Z Compiling adler2 v2.0.1
14652026-05-08T00:18:20.781Z Compiling miniz_oxide v0.8.9
14662026-05-08T00:18:20.953Z Compiling num-integer v0.1.46
14672026-05-08T00:18:20.982Z Compiling curve25519-dalek v4.1.3
14682026-05-08T00:18:20.998Z Compiling stringprep v0.1.5
14692026-05-08T00:18:21.238Z Compiling vergen-lib v0.1.6
14702026-05-08T00:18:21.320Z Compiling ff v0.13.1
14712026-05-08T00:18:21.356Z Compiling hash32 v0.2.1
14722026-05-08T00:18:21.421Z Compiling memoffset v0.9.1
14732026-05-08T00:18:21.450Z Compiling base16ct v0.2.0
14742026-05-08T00:18:21.467Z Compiling serde_derive v1.0.228
14752026-05-08T00:18:21.486Z Compiling zeroize_derive v1.4.3
14762026-05-08T00:18:21.490Z Compiling zerofrom-derive v0.1.6
14772026-05-08T00:18:21.516Z Compiling yoke-derive v0.8.1
14782026-05-08T00:18:21.571Z Compiling zerocopy-derive v0.8.40
14792026-05-08T00:18:21.638Z Compiling zerovec-derive v0.11.2
14802026-05-08T00:18:21.653Z Compiling displaydoc v0.2.5
14812026-05-08T00:18:21.659Z Compiling tokio-macros v2.7.0
14822026-05-08T00:18:21.879Z Compiling futures-macro v0.3.32
14832026-05-08T00:18:22.131Z Compiling der_derive v0.7.3
14842026-05-08T00:18:22.188Z Compiling zeroize v1.8.2
14852026-05-08T00:18:22.451Z Compiling thiserror-impl v2.0.18
14862026-05-08T00:18:22.471Z Compiling rustls-pki-types v1.14.0
14872026-05-08T00:18:22.761Z Compiling futures-util v0.3.32
14882026-05-08T00:18:22.776Z Compiling tracing-attributes v0.1.31
14892026-05-08T00:18:22.793Z Compiling schemars_derive v0.8.22
14902026-05-08T00:18:22.848Z Compiling scroll_derive v0.13.1
14912026-05-08T00:18:22.976Z Compiling crypto-common v0.1.7
14922026-05-08T00:18:22.993Z Compiling zerofrom v0.1.6
14932026-05-08T00:18:23.022Z Compiling block-buffer v0.10.4
14942026-05-08T00:18:23.139Z Compiling yoke v0.8.1
14952026-05-08T00:18:23.174Z Compiling digest v0.10.7
14962026-05-08T00:18:23.183Z Compiling block-padding v0.3.3
14972026-05-08T00:18:23.218Z Compiling der v0.7.10
14982026-05-08T00:18:23.352Z Compiling zerovec v0.11.5
14992026-05-08T00:18:23.368Z Compiling zerotrie v0.2.3
15002026-05-08T00:18:23.474Z Compiling hmac v0.12.1
15012026-05-08T00:18:23.652Z Compiling inout v0.1.4
15022026-05-08T00:18:23.690Z Compiling sha2 v0.10.9
15032026-05-08T00:18:23.705Z Compiling pbkdf2 v0.12.2
15042026-05-08T00:18:23.842Z Compiling tinystr v0.8.2
15052026-05-08T00:18:23.861Z Compiling potential_utf v0.1.4
15062026-05-08T00:18:23.877Z Compiling cipher v0.4.4
15072026-05-08T00:18:23.891Z Compiling thiserror v2.0.18
15082026-05-08T00:18:24.018Z Compiling icu_collections v2.1.1
15092026-05-08T00:18:24.052Z Compiling icu_locale_core v2.1.1
15102026-05-08T00:18:24.084Z Compiling spki v0.7.3
15112026-05-08T00:18:24.102Z Compiling pest_derive v2.8.6
15122026-05-08T00:18:24.145Z Compiling salsa20 v0.10.2
15132026-05-08T00:18:24.159Z Compiling aes v0.8.4
15142026-05-08T00:18:24.175Z Compiling cbc v0.1.2
15152026-05-08T00:18:24.204Z Compiling tracing v0.1.44
15162026-05-08T00:18:24.320Z Compiling scrypt v0.11.0
15172026-05-08T00:18:24.349Z Compiling scroll v0.13.0
15182026-05-08T00:18:24.499Z Compiling darling_macro v0.20.11
15192026-05-08T00:18:24.509Z Compiling openssl-macros v0.1.1
15202026-05-08T00:18:24.525Z Compiling signature v2.2.0
15212026-05-08T00:18:24.596Z Compiling pkcs5 v0.7.1
15222026-05-08T00:18:24.601Z Compiling goblin v0.10.5
15232026-05-08T00:18:24.646Z Compiling dtrace-parser v0.3.0
15242026-05-08T00:18:24.730Z Compiling icu_provider v2.1.1
15252026-05-08T00:18:24.915Z Compiling pkcs8 v0.10.2
15262026-05-08T00:18:24.987Z Compiling icu_properties v2.1.2
15272026-05-08T00:18:25.007Z Compiling icu_normalizer v2.1.1
15282026-05-08T00:18:25.054Z Compiling bytes v1.11.1
15292026-05-08T00:18:25.124Z Compiling chrono v0.4.44
15302026-05-08T00:18:25.129Z Compiling ipnet v2.11.0
15312026-05-08T00:18:25.129Z Compiling darling v0.20.11
15322026-05-08T00:18:25.170Z Compiling rustls-native-certs v0.8.3
15332026-05-08T00:18:25.248Z Compiling derive_builder_core v0.20.2
15342026-05-08T00:18:25.258Z Compiling scroll_derive v0.12.1
15352026-05-08T00:18:25.280Z Compiling thiserror-impl v1.0.69
15362026-05-08T00:18:25.426Z Compiling serde_spanned v0.6.9
15372026-05-08T00:18:25.488Z Compiling erased-serde v0.3.31
15382026-05-08T00:18:25.613Z Compiling tokio v1.52.1
15392026-05-08T00:18:25.629Z Compiling http v1.4.0
15402026-05-08T00:18:25.730Z Compiling serde_tokenstream v0.2.3
15412026-05-08T00:18:25.748Z Compiling toml_datetime v0.6.11
15422026-05-08T00:18:26.022Z Compiling idna_adapter v1.2.1
15432026-05-08T00:18:26.037Z Compiling ppv-lite86 v0.2.21
15442026-05-08T00:18:26.054Z Compiling scroll v0.12.0
15452026-05-08T00:18:26.079Z Compiling md-5 v0.10.6
15462026-05-08T00:18:26.145Z Compiling idna v1.1.0
15472026-05-08T00:18:26.185Z Compiling derive_builder_macro v0.20.2
15482026-05-08T00:18:26.199Z Compiling webpki-roots v1.0.6
15492026-05-08T00:18:26.218Z Compiling darling_macro v0.21.3
15502026-05-08T00:18:26.254Z Compiling zerocopy-derive v0.7.35
15512026-05-08T00:18:26.270Z Compiling fallible-iterator v0.2.0
15522026-05-08T00:18:26.341Z Compiling rand_chacha v0.9.0
15532026-05-08T00:18:26.358Z Compiling http-body v1.0.1
15542026-05-08T00:18:26.394Z Compiling rand_chacha v0.3.1
15552026-05-08T00:18:26.540Z Compiling url v2.5.8
15562026-05-08T00:18:26.587Z Compiling rand v0.9.2
15572026-05-08T00:18:26.609Z Compiling http-body-util v0.1.3
15582026-05-08T00:18:26.638Z Compiling rustix v0.38.44
15592026-05-08T00:18:26.653Z Compiling thiserror v1.0.69
15602026-05-08T00:18:26.695Z Compiling ref-cast v1.0.25
15612026-05-08T00:18:26.750Z Compiling ryu v1.0.23
15622026-05-08T00:18:26.775Z Compiling num-bigint-dig v0.8.6
15632026-05-08T00:18:26.856Z Compiling zlib-rs v0.6.2
15642026-05-08T00:18:26.877Z Compiling iri-string v0.7.10
15652026-05-08T00:18:26.950Z Compiling cfg_aliases v0.2.1
15662026-05-08T00:18:26.995Z Compiling litrs v1.0.0
15672026-05-08T00:18:27.014Z Compiling psl-types v2.0.11
15682026-05-08T00:18:27.038Z Compiling smoltcp v0.9.1
15692026-05-08T00:18:27.108Z Compiling nix v0.31.2
15702026-05-08T00:18:27.160Z Compiling proptest v1.10.0
15712026-05-08T00:18:27.211Z Compiling zerocopy v0.7.35
15722026-05-08T00:18:27.395Z Compiling postgres-protocol v0.6.10
15732026-05-08T00:18:27.414Z Compiling dof v0.4.0
15742026-05-08T00:18:27.454Z Compiling publicsuffix v2.3.0
15752026-05-08T00:18:27.541Z Compiling document-features v0.2.12
15762026-05-08T00:18:27.592Z Compiling serde_urlencoded v0.7.1
15772026-05-08T00:18:27.608Z Compiling darling v0.21.3
15782026-05-08T00:18:27.638Z Compiling derive_builder v0.20.2
15792026-05-08T00:18:27.652Z Compiling rand v0.8.5
15802026-05-08T00:18:27.710Z Compiling goblin v0.8.2
15812026-05-08T00:18:27.788Z Compiling sec1 v0.7.3
15822026-05-08T00:18:27.864Z Compiling ipnetwork v0.21.1
15832026-05-08T00:18:27.978Z Compiling cargo-platform v0.1.9
15842026-05-08T00:18:28.046Z Compiling hubpack_derive v0.1.1
15852026-05-08T00:18:28.155Z Compiling oxnet v0.1.4
15862026-05-08T00:18:28.210Z Compiling hkdf v0.12.4
15872026-05-08T00:18:28.267Z Compiling crypto-bigint v0.5.5
15882026-05-08T00:18:28.294Z Compiling regex v1.12.3
15892026-05-08T00:18:28.543Z Compiling daft-derive v0.1.5
15902026-05-08T00:18:28.546Z Compiling ref-cast-impl v1.0.25
15912026-05-08T00:18:28.546Z Compiling strum_macros v0.27.2
15922026-05-08T00:18:28.546Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-08T00:18:28.639Z Compiling async-trait v0.1.89
15942026-05-08T00:18:28.771Z Compiling group v0.13.0
15952026-05-08T00:18:28.882Z Compiling num-iter v0.1.45
15962026-05-08T00:18:29.038Z Compiling terminal_size v0.4.3
15972026-05-08T00:18:29.069Z Compiling phf_shared v0.13.1
15982026-05-08T00:18:29.157Z Compiling lazy_static v1.5.0
15992026-05-08T00:18:29.203Z Compiling vergen v9.0.6
16002026-05-08T00:18:29.275Z Compiling fs-err v3.3.0
16012026-05-08T00:18:29.281Z Compiling ahash v0.8.12
16022026-05-08T00:18:29.309Z Compiling foldhash v0.1.5
16032026-05-08T00:18:29.336Z Compiling object v0.37.3
16042026-05-08T00:18:29.357Z Compiling bumpalo v3.20.2
16052026-05-08T00:18:29.369Z Compiling winnow v0.5.40
16062026-05-08T00:18:29.409Z Compiling tokio-util v0.7.18
16072026-05-08T00:18:29.473Z Compiling tower v0.5.3
16082026-05-08T00:18:29.510Z Compiling newtype-uuid v1.3.2
16092026-05-08T00:18:29.526Z Compiling tokio-native-tls v0.3.1
16102026-05-08T00:18:29.531Z Compiling libbz2-rs-sys v0.2.2
16112026-05-08T00:18:29.633Z Compiling bitflags v1.3.2
16122026-05-08T00:18:29.648Z Compiling foldhash v0.2.0
16132026-05-08T00:18:29.716Z Compiling flate2 v1.1.9
16142026-05-08T00:18:29.751Z Compiling unicode-segmentation v1.12.0
16152026-05-08T00:18:29.758Z Compiling managed v0.8.0
16162026-05-08T00:18:29.875Z Compiling hashbrown v0.16.1
16172026-05-08T00:18:29.891Z Compiling tower-http v0.6.8
16182026-05-08T00:18:29.976Z Compiling bzip2 v0.6.1
16192026-05-08T00:18:30.090Z Compiling dof v0.3.0
16202026-05-08T00:18:30.138Z Compiling h2 v0.4.13
16212026-05-08T00:18:30.171Z Compiling daft v0.1.5
16222026-05-08T00:18:30.246Z Compiling zopfli v0.8.3
16232026-05-08T00:18:30.336Z Compiling hashbrown v0.15.5
16242026-05-08T00:18:30.464Z Compiling clap_builder v4.5.60
16252026-05-08T00:18:30.496Z Compiling phf v0.13.1
16262026-05-08T00:18:30.499Z Compiling elliptic-curve v0.13.8
16272026-05-08T00:18:30.608Z Compiling strum v0.27.2
16282026-05-08T00:18:30.679Z Compiling signal-hook-mio v0.2.5
16292026-05-08T00:18:30.761Z Compiling toml_edit v0.19.15
16302026-05-08T00:18:30.884Z Compiling cargo_metadata v0.19.2
16312026-05-08T00:18:30.908Z Compiling usdt-macro v0.6.0
16322026-05-08T00:18:30.965Z Compiling usdt-attr-macro v0.6.0
16332026-05-08T00:18:30.984Z Compiling cookie_store v0.22.1
16342026-05-08T00:18:31.001Z Compiling hubpack v0.1.2
16352026-05-08T00:18:31.114Z Compiling bzip2 v0.4.4
16362026-05-08T00:18:31.229Z Compiling postgres-types v0.2.12
16372026-05-08T00:18:31.245Z Compiling serde_with_macros v3.17.0
16382026-05-08T00:18:31.378Z Compiling zstd v0.13.3
16392026-05-08T00:18:31.469Z Compiling dtrace-parser v0.2.0
16402026-05-08T00:18:31.679Z Compiling pkcs1 v0.7.5
16412026-05-08T00:18:31.695Z Compiling ed25519 v2.2.3
16422026-05-08T00:18:31.727Z Compiling serde-big-array v0.5.1
16432026-05-08T00:18:31.835Z Compiling hex v0.4.3
16442026-05-08T00:18:31.848Z Compiling rfc6979 v0.4.0
16452026-05-08T00:18:31.894Z Compiling bstr v1.12.1
16462026-05-08T00:18:31.995Z Compiling clap_derive v4.5.55
16472026-05-08T00:18:32.117Z Compiling enum-as-inner v0.6.1
16482026-05-08T00:18:32.135Z Compiling strum_macros v0.26.4
16492026-05-08T00:18:32.268Z Compiling serde_repr v0.1.20
16502026-05-08T00:18:32.284Z Compiling phf_shared v0.11.3
16512026-05-08T00:18:32.415Z Compiling float-cmp v0.10.0
16522026-05-08T00:18:32.450Z Compiling memmap2 v0.9.10
16532026-05-08T00:18:32.502Z Compiling thread-id v4.2.2
16542026-05-08T00:18:32.592Z Compiling env_filter v1.0.0
16552026-05-08T00:18:32.608Z Compiling encoding_rs v0.8.35
16562026-05-08T00:18:32.613Z Compiling static_assertions v1.1.0
16572026-05-08T00:18:32.645Z Compiling keccak v0.1.6
16582026-05-08T00:18:32.680Z Compiling new_debug_unreachable v1.0.6
16592026-05-08T00:18:32.700Z Compiling normalize-line-endings v0.3.0
16602026-05-08T00:18:32.717Z Compiling fixedbitset v0.4.2
16612026-05-08T00:18:32.771Z Compiling predicates-core v1.0.10
16622026-05-08T00:18:32.820Z Compiling rustc-hash v2.1.1
16632026-05-08T00:18:32.851Z Compiling fixedbitset v0.5.7
16642026-05-08T00:18:32.930Z Compiling whoami v2.1.0
16652026-05-08T00:18:32.962Z Compiling mime v0.3.17
16662026-05-08T00:18:32.968Z Compiling jiff v0.2.21
16672026-05-08T00:18:32.980Z Compiling precomputed-hash v0.1.1
16682026-05-08T00:18:33.136Z Compiling difflib v0.4.0
16692026-05-08T00:18:33.214Z Compiling data-encoding v2.10.0
16702026-05-08T00:18:33.285Z Compiling hyper v1.8.1
16712026-05-08T00:18:33.363Z Compiling either v1.15.0
16722026-05-08T00:18:33.495Z Compiling predicates v3.1.4
16732026-05-08T00:18:33.529Z Compiling hickory-proto v0.25.2
16742026-05-08T00:18:33.596Z Compiling itertools v0.13.0
16752026-05-08T00:18:33.649Z Compiling tokio-postgres v0.7.16
16762026-05-08T00:18:33.672Z Compiling string_cache v0.8.9
16772026-05-08T00:18:33.731Z Compiling petgraph v0.8.3
16782026-05-08T00:18:33.885Z Compiling clap v4.5.60
16792026-05-08T00:18:33.933Z Compiling iddqd v0.3.18
16802026-05-08T00:18:33.955Z Compiling petgraph v0.6.5
16812026-05-08T00:18:33.988Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-08T00:18:34.014Z Compiling strum v0.26.3
16832026-05-08T00:18:34.165Z Compiling toml_edit v0.22.27
16842026-05-08T00:18:34.201Z Compiling sha3 v0.10.8
16852026-05-08T00:18:34.237Z Compiling env_logger v0.11.9
16862026-05-08T00:18:34.312Z Compiling usdt v0.6.0
16872026-05-08T00:18:34.598Z Compiling hyper-util v0.1.20
16882026-05-08T00:18:34.620Z Compiling usdt-impl v0.5.0
16892026-05-08T00:18:34.688Z Compiling serde_with v3.17.0
16902026-05-08T00:18:34.891Z Compiling similar v2.7.0
16912026-05-08T00:18:34.921Z Compiling crossterm v0.28.1
16922026-05-08T00:18:35.122Z Compiling toml v0.7.8
16932026-05-08T00:18:35.235Z Compiling ecdsa v0.16.9
16942026-05-08T00:18:35.458Z Compiling rsa v0.9.10
16952026-05-08T00:18:35.666Z Compiling zip v4.6.1
16962026-05-08T00:18:35.761Z Compiling ed25519-dalek v2.2.0
16972026-05-08T00:18:35.921Z Compiling zip v0.6.6
16982026-05-08T00:18:36.229Z Compiling hyper-tls v0.6.0
16992026-05-08T00:18:36.447Z Compiling tokio-stream v0.1.18
17002026-05-08T00:18:36.464Z Compiling heck v0.4.1
17012026-05-08T00:18:36.498Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-08T00:18:36.551Z Compiling buf-list v1.1.2
17032026-05-08T00:18:36.585Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-05-08T00:18:36.685Z Compiling openapiv3 v2.2.0
17052026-05-08T00:18:36.727Z Compiling x509-cert v0.2.5
17062026-05-08T00:18:36.741Z Compiling sha1 v0.10.6
17072026-05-08T00:18:36.853Z Compiling crossbeam-epoch v0.9.18
17082026-05-08T00:18:36.907Z Compiling toml_datetime v0.7.5+spec-1.1.0
17092026-05-08T00:18:36.927Z Compiling peg-runtime v0.8.5
17102026-05-08T00:18:36.955Z Compiling lalrpop-util v0.19.12
17112026-05-08T00:18:37.000Z Compiling thread_local v1.1.9
17122026-05-08T00:18:37.015Z Compiling slog-async v2.8.0
17132026-05-08T00:18:37.170Z Compiling futures-executor v0.3.32
17142026-05-08T00:18:37.173Z Compiling crossbeam-channel v0.5.15
17152026-05-08T00:18:37.210Z Compiling filetime v0.2.27
17162026-05-08T00:18:37.229Z Compiling is-terminal v0.4.17
17172026-05-08T00:18:37.247Z Compiling term v1.2.1
17182026-05-08T00:18:37.289Z Compiling take_mut v0.2.2
17192026-05-08T00:18:37.322Z Compiling xattr v1.6.1
17202026-05-08T00:18:37.357Z Compiling futures v0.3.32
17212026-05-08T00:18:37.457Z Compiling tar v0.4.45
17222026-05-08T00:18:37.601Z Compiling slog-term v2.9.2
17232026-05-08T00:18:52.738Z Compiling rustls-webpki v0.103.9
17242026-05-08T00:18:55.555Z Compiling tokio-rustls v0.26.4
17252026-05-08T00:18:55.555Z Compiling rustls-platform-verifier v0.6.2
17262026-05-08T00:18:55.755Z Compiling hyper-rustls v0.27.7
17272026-05-08T00:18:55.952Z Compiling reqwest v0.12.28
17282026-05-08T00:18:55.953Z Compiling reqwest v0.13.2
17292026-05-08T00:18:57.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-08T00:18:58.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-08T00:19:01.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.87s
17322026-05-08T00:19:01.182Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17332026-05-08T00:19:01.234ZMay 08 00:19:00.209 INFO Starting download, target: TransceiverControl
17342026-05-08T00:19:01.234ZMay 08 00:19:00.210 INFO Starting download, target: DendriteStub
17352026-05-08T00:19:01.234ZMay 08 00:19:00.210 INFO Starting download, target: Console
17362026-05-08T00:19:01.251ZMay 08 00:19:00.210 INFO Starting download, target: MaghemiteMgd
17372026-05-08T00:19:01.251ZMay 08 00:19:00.210 INFO Starting download, target: Clickhouse
17382026-05-08T00:19:01.251ZMay 08 00:19:00.210 INFO Starting download, target: Cockroach
17392026-05-08T00:19:01.251ZMay 08 00:19:00.211 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-05-08T00:19:01.251ZMay 08 00:19:00.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-05-08T00:19:01.252ZMay 08 00:19:00.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-05-08T00:19:01.252ZMay 08 00:19:00.211 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-05-08T00:19:01.252ZMay 08 00:19:00.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-05-08T00:19:01.252ZMay 08 00:19:00.211 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-05-08T00:19:01.908ZMay 08 00:19:00.883 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-08T00:19:02.162ZMay 08 00:19:01.122 INFO Download complete, target: TransceiverControl
17472026-05-08T00:19:02.200ZMay 08 00:19:01.170 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-08T00:19:02.450ZMay 08 00:19:01.407 INFO Download complete, target: Console
17492026-05-08T00:19:03.188ZMay 08 00:19:02.172 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-05-08T00:19:03.568ZMay 08 00:19:02.553 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-05-08T00:19:03.638ZMay 08 00:19:02.620 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-05-08T00:19:04.086ZMay 08 00:19:03.069 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-05-08T00:19:04.086ZMay 08 00:19:03.069 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-05-08T00:19:05.959ZMay 08 00:19:04.944 INFO Download complete, target: DendriteStub
17552026-05-08T00:19:06.045ZMay 08 00:19:05.029 INFO Download complete, target: MaghemiteMgd
17562026-05-08T00:19:08.949ZMay 08 00:19:07.905 INFO Checking that binary works, target: Cockroach
17572026-05-08T00:19:09.029ZMay 08 00:19:08.009 INFO Download complete, target: Cockroach
17582026-05-08T00:19:10.198ZMay 08 00:19:09.149 INFO Checking that binary works, target: Clickhouse
17592026-05-08T00:19:10.275ZMay 08 00:19:09.240 INFO Download complete, target: Clickhouse
17602026-05-08T00:19:10.295ZAll prerequisites installed successfully
17612026-05-08T00:19:10.295Z
17622026-05-08T00:19:10.295Zreal 3:16.988086456
17632026-05-08T00:19:10.295Zuser 7:21.349707892
17642026-05-08T00:19:10.295Zsys 1:47.593428368
17652026-05-08T00:19:10.295Ztrap 0.256081926
17662026-05-08T00:19:10.295Ztflt 1.170641324
17672026-05-08T00:19:10.295Zdflt 1.628961087
17682026-05-08T00:19:10.296Zkflt 0.024406391
17692026-05-08T00:19:10.296Zlock 22:22.325204542
17702026-05-08T00:19:10.296Zslp 20:22.340285650
17712026-05-08T00:19:10.296Zlat 25.503946166
17722026-05-08T00:19:10.296Zstop 3:02.814610727
17732026-05-08T00:19:10.296Z+ ptime -m cargo xtask download softnpu
17742026-05-08T00:19:10.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17752026-05-08T00:19:10.817Z Running `target/debug/xtask download softnpu`
17762026-05-08T00:19:11.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17772026-05-08T00:19:11.648Z Running `target/debug/xtask-downloader softnpu`
17782026-05-08T00:19:11.691ZMay 08 00:19:10.674 INFO Starting download, target: Softnpu
17792026-05-08T00:19:11.694ZMay 08 00:19:10.675 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17802026-05-08T00:19:12.330ZMay 08 00:19:11.314 INFO Download complete, target: Softnpu
17812026-05-08T00:19:12.333Z
17822026-05-08T00:19:12.336Zreal 2.064565493
17832026-05-08T00:19:12.336Zuser 1.345005123
17842026-05-08T00:19:12.336Zsys 0.667915428
17852026-05-08T00:19:12.336Ztrap 0.000972162
17862026-05-08T00:19:12.336Ztflt 0.000082586
17872026-05-08T00:19:12.336Zdflt 0.000398633
17882026-05-08T00:19:12.336Zkflt 0.000000939
17892026-05-08T00:19:12.336Zlock 11.836524008
17902026-05-08T00:19:12.336Zslp 0.478131195
17912026-05-08T00:19:12.336Zlat 0.087639321
17922026-05-08T00:19:12.336Zstop 0.000179674
17932026-05-08T00:19:12.336Z+ export CARGO_INCREMENTAL=0
17942026-05-08T00:19:12.336Z+ CARGO_INCREMENTAL=0
17952026-05-08T00:19:12.336Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17962026-05-08T00:19:13.236Z Compiling proc-macro2 v1.0.106
17972026-05-08T00:19:13.236Z Compiling quote v1.0.45
17982026-05-08T00:19:13.236Z Compiling unicode-ident v1.0.24
17992026-05-08T00:19:13.236Z Compiling libc v0.2.185
18002026-05-08T00:19:13.240Z Compiling serde_core v1.0.228
18012026-05-08T00:19:13.240Z Compiling serde v1.0.228
18022026-05-08T00:19:13.240Z Compiling cfg-if v1.0.4
18032026-05-08T00:19:13.382Z Compiling version_check v0.9.5
18042026-05-08T00:19:13.397Z Compiling shlex v1.3.0
18052026-05-08T00:19:13.400Z Compiling find-msvc-tools v0.1.9
18062026-05-08T00:19:13.400Z Compiling typenum v1.19.0
18072026-05-08T00:19:13.401Z Compiling autocfg v1.5.0
18082026-05-08T00:19:13.401Z Compiling zmij v1.0.21
18092026-05-08T00:19:13.401Z Compiling memchr v2.8.0
18102026-05-08T00:19:13.405Z Compiling serde_json v1.0.149
18112026-05-08T00:19:13.557Z Compiling portable-atomic v1.13.1
18122026-05-08T00:19:13.748Z Compiling zerocopy v0.8.40
18132026-05-08T00:19:13.757Z Compiling libm v0.2.16
18142026-05-08T00:19:13.823Z Compiling smallvec v1.15.1
18152026-05-08T00:19:13.826Z Compiling parking_lot_core v0.9.12
18162026-05-08T00:19:13.858Z Compiling icu_normalizer_data v2.1.1
18172026-05-08T00:19:13.972Z Compiling generic-array v0.14.7
18182026-05-08T00:19:13.997Z Compiling num-traits v0.2.19
18192026-05-08T00:19:14.021Z Compiling icu_properties_data v2.1.2
18202026-05-08T00:19:14.057Z Compiling itoa v1.0.17
18212026-05-08T00:19:14.121Z Compiling getrandom v0.4.1
18222026-05-08T00:19:14.124Z Compiling log v0.4.29
18232026-05-08T00:19:14.154Z Compiling stable_deref_trait v1.2.1
18242026-05-08T00:19:14.154Z Compiling pkg-config v0.3.32
18252026-05-08T00:19:14.220Z Compiling subtle v2.6.1
18262026-05-08T00:19:14.444Z Compiling scopeguard v1.2.0
18272026-05-08T00:19:14.561Z Compiling lock_api v0.4.14
18282026-05-08T00:19:14.609Z Compiling writeable v0.6.2
18292026-05-08T00:19:14.614Z Compiling percent-encoding v2.3.2
18302026-05-08T00:19:14.674Z Compiling jobserver v0.1.34
18312026-05-08T00:19:14.701Z Compiling getrandom v0.2.17
18322026-05-08T00:19:14.763Z Compiling errno v0.3.14
18332026-05-08T00:19:14.865Z Compiling rand_core v0.6.4
18342026-05-08T00:19:14.865Z Compiling litemap v0.8.1
18352026-05-08T00:19:14.899Z Compiling cc v1.2.56
18362026-05-08T00:19:14.932Z Compiling syn v2.0.117
18372026-05-08T00:19:14.967Z Compiling pin-project-lite v0.2.17
18382026-05-08T00:19:15.003Z Compiling fnv v1.0.7
18392026-05-08T00:19:15.023Z Compiling thiserror v2.0.18
18402026-05-08T00:19:15.103Z Compiling getrandom v0.3.4
18412026-05-08T00:19:15.172Z Compiling critical-section v1.2.0
18422026-05-08T00:19:15.208Z Compiling equivalent v1.0.2
18432026-05-08T00:19:15.225Z Compiling schemars v0.8.22
18442026-05-08T00:19:15.288Z Compiling rustversion v1.0.22
18452026-05-08T00:19:15.306Z Compiling utf8_iter v1.0.4
18462026-05-08T00:19:15.358Z Compiling dunce v1.0.5
18472026-05-08T00:19:15.362Z Compiling fs_extra v1.3.0
18482026-05-08T00:19:15.390Z Compiling rand_core v0.10.0
18492026-05-08T00:19:15.508Z Compiling form_urlencoded v1.2.2
18502026-05-08T00:19:15.604Z Compiling signal-hook-registry v1.4.8
18512026-05-08T00:19:15.676Z Compiling once_cell v1.21.3
18522026-05-08T00:19:15.719Z Compiling semver v1.0.28
18532026-05-08T00:19:15.846Z Compiling bitflags v2.11.0
18542026-05-08T00:19:15.849Z Compiling cmake v0.1.57
18552026-05-08T00:19:15.954Z Compiling const-oid v0.9.6
18562026-05-08T00:19:15.987Z Compiling hashbrown v0.17.0
18572026-05-08T00:19:16.050Z Compiling parking_lot v0.12.5
18582026-05-08T00:19:16.053Z Compiling socket2 v0.6.3
18592026-05-08T00:19:16.119Z Compiling mio v1.2.0
18602026-05-08T00:19:16.198Z Compiling rustix v1.1.3
18612026-05-08T00:19:16.214Z Compiling aws-lc-rs v1.16.0
18622026-05-08T00:19:16.231Z Compiling ring v0.17.14
18632026-05-08T00:19:16.235Z Compiling aws-lc-sys v0.37.1
18642026-05-08T00:19:16.304Z Compiling thiserror v1.0.69
18652026-05-08T00:19:16.389Z Compiling futures-core v0.3.32
18662026-05-08T00:19:16.456Z Compiling strsim v0.11.1
18672026-05-08T00:19:16.516Z Compiling indexmap v2.14.0
18682026-05-08T00:19:16.573Z Compiling ucd-trie v0.1.7
18692026-05-08T00:19:16.589Z Compiling byteorder v1.5.0
18702026-05-08T00:19:16.621Z Compiling httparse v1.10.1
18712026-05-08T00:19:16.762Z Compiling pest v2.8.6
18722026-05-08T00:19:16.795Z Compiling ident_case v1.0.1
18732026-05-08T00:19:16.847Z Compiling syn v1.0.109
18742026-05-08T00:19:16.855Z Compiling vcpkg v0.2.15
18752026-05-08T00:19:16.891Z Compiling iana-time-zone v0.1.65
18762026-05-08T00:19:16.908Z Compiling heck v0.5.0
18772026-05-08T00:19:16.975Z Compiling uuid v1.23.0
18782026-05-08T00:19:16.993Z Compiling cpufeatures v0.2.17
18792026-05-08T00:19:17.107Z Compiling regex-syntax v0.8.10
18802026-05-08T00:19:17.251Z Compiling rustc_version v0.4.1
18812026-05-08T00:19:17.378Z Compiling rustls v0.23.37
18822026-05-08T00:19:17.440Z Compiling futures-sink v0.3.32
18832026-05-08T00:19:17.462Z Compiling openssl-sys v0.9.114
18842026-05-08T00:19:17.558Z Compiling futures-channel v0.3.32
18852026-05-08T00:19:17.575Z Compiling futures-task v0.3.32
18862026-05-08T00:19:17.594Z Compiling futures-io v0.3.32
18872026-05-08T00:19:17.597Z Compiling slab v0.4.12
18882026-05-08T00:19:17.736Z Compiling dyn-clone v1.0.20
18892026-05-08T00:19:17.769Z Compiling synstructure v0.13.2
18902026-05-08T00:19:17.811Z Compiling serde_derive_internals v0.29.1
18912026-05-08T00:19:17.841Z Compiling plain v0.2.3
18922026-05-08T00:19:17.871Z Compiling crc32fast v1.5.0
18932026-05-08T00:19:17.887Z Compiling pest_meta v2.8.6
18942026-05-08T00:19:17.929Z Compiling aho-corasick v1.1.4
18952026-05-08T00:19:17.945Z Compiling num-conv v0.2.0
18962026-05-08T00:19:18.029Z Compiling time-core v0.1.8
18972026-05-08T00:19:18.095Z Compiling crossbeam-utils v0.8.21
18982026-05-08T00:19:18.188Z Compiling base64 v0.22.1
18992026-05-08T00:19:18.208Z Compiling time-macros v0.2.27
19002026-05-08T00:19:18.244Z Compiling pretty-hex v0.4.1
19012026-05-08T00:19:18.472Z Compiling openssl v0.10.78
19022026-05-08T00:19:18.489Z Compiling pest_generator v2.8.6
19032026-05-08T00:19:18.654Z Compiling anyhow v1.0.102
19042026-05-08T00:19:18.671Z Compiling base64ct v1.8.3
19052026-05-08T00:19:18.714Z Compiling darling_core v0.21.3
19062026-05-08T00:19:18.738Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19072026-05-08T00:19:18.759Z Compiling regex-automata v0.4.14
19082026-05-08T00:19:18.804Z Compiling native-tls v0.2.18
19092026-05-08T00:19:18.827Z Compiling flagset v0.4.7
19102026-05-08T00:19:18.974Z Compiling pem-rfc7468 v0.7.0
19112026-05-08T00:19:18.992Z Compiling rand_core v0.9.5
19122026-05-08T00:19:19.054Z Compiling slog v2.8.2
19132026-05-08T00:19:19.072Z Compiling serde_derive v1.0.228
19142026-05-08T00:19:19.146Z Compiling zeroize_derive v1.4.3
19152026-05-08T00:19:19.150Z Compiling zerofrom-derive v0.1.6
19162026-05-08T00:19:19.183Z Compiling yoke-derive v0.8.1
19172026-05-08T00:19:19.204Z Compiling zerovec-derive v0.11.2
19182026-05-08T00:19:19.233Z Compiling displaydoc v0.2.5
19192026-05-08T00:19:19.267Z Compiling zerocopy-derive v0.8.40
19202026-05-08T00:19:19.308Z Compiling tokio-macros v2.7.0
19212026-05-08T00:19:19.311Z Compiling futures-macro v0.3.32
19222026-05-08T00:19:19.361Z Compiling thiserror-impl v2.0.18
19232026-05-08T00:19:19.804Z Compiling zeroize v1.8.2
19242026-05-08T00:19:20.074Z Compiling schemars_derive v0.8.22
19252026-05-08T00:19:20.163Z Compiling der_derive v0.7.3
19262026-05-08T00:19:20.182Z Compiling tracing-attributes v0.1.31
19272026-05-08T00:19:20.265Z Compiling thiserror-impl v1.0.69
19282026-05-08T00:19:20.358Z Compiling zerofrom v0.1.6
19292026-05-08T00:19:20.511Z Compiling yoke v0.8.1
19302026-05-08T00:19:20.592Z Compiling crypto-common v0.1.7
19312026-05-08T00:19:20.736Z Compiling zerovec v0.11.5
19322026-05-08T00:19:20.753Z Compiling zerotrie v0.2.3
19332026-05-08T00:19:20.773Z Compiling block-buffer v0.10.4
19342026-05-08T00:19:20.957Z Compiling digest v0.10.7
19352026-05-08T00:19:21.198Z Compiling pest_derive v2.8.6
19362026-05-08T00:19:21.216Z Compiling hmac v0.12.1
19372026-05-08T00:19:21.249Z Compiling futures-util v0.3.32
19382026-05-08T00:19:21.350Z Compiling tinystr v0.8.2
19392026-05-08T00:19:21.369Z Compiling potential_utf v0.1.4
19402026-05-08T00:19:21.387Z Compiling block-padding v0.3.3
19412026-05-08T00:19:21.420Z Compiling sha2 v0.10.9
19422026-05-08T00:19:21.540Z Compiling icu_locale_core v2.1.1
19432026-05-08T00:19:21.556Z Compiling icu_collections v2.1.1
19442026-05-08T00:19:21.582Z Compiling inout v0.1.4
19452026-05-08T00:19:21.679Z Compiling rustls-pki-types v1.14.0
19462026-05-08T00:19:21.758Z Compiling cipher v0.4.4
19472026-05-08T00:19:22.010Z Compiling scroll_derive v0.12.1
19482026-05-08T00:19:22.259Z Compiling bytes v1.11.1
19492026-05-08T00:19:22.312Z Compiling icu_provider v2.1.1
19502026-05-08T00:19:22.347Z Compiling chrono v0.4.44
19512026-05-08T00:19:22.380Z Compiling serde_tokenstream v0.2.3
19522026-05-08T00:19:22.659Z Compiling icu_properties v2.1.2
19532026-05-08T00:19:22.674Z Compiling icu_normalizer v2.1.1
19542026-05-08T00:19:22.691Z Compiling scroll_derive v0.13.1
19552026-05-08T00:19:22.844Z Compiling tokio v1.52.1
19562026-05-08T00:19:23.449Z Compiling ppv-lite86 v0.2.21
19572026-05-08T00:19:23.632Z Compiling idna_adapter v1.2.1
19582026-05-08T00:19:23.795Z Compiling idna v1.1.0
19592026-05-08T00:19:23.900Z Compiling openssl-macros v0.1.1
19602026-05-08T00:19:23.987Z Compiling http v1.4.0
19612026-05-08T00:19:24.009Z Compiling der v0.7.10
19622026-05-08T00:19:24.028Z Compiling regex v1.12.3
19632026-05-08T00:19:24.047Z Compiling darling_macro v0.21.3
19642026-05-08T00:19:24.193Z Compiling url v2.5.8
19652026-05-08T00:19:24.210Z Compiling zerocopy-derive v0.7.35
19662026-05-08T00:19:24.223Z Compiling tracing-core v0.1.36
19672026-05-08T00:19:24.491Z Compiling untrusted v0.9.0
19682026-05-08T00:19:24.581Z Compiling darling v0.21.3
19692026-05-08T00:19:24.647Z Compiling tracing v0.1.44
19702026-05-08T00:19:24.899Z Compiling spki v0.7.3
19712026-05-08T00:19:25.086Z Compiling salsa20 v0.10.2
19722026-05-08T00:19:25.104Z Compiling pbkdf2 v0.12.2
19732026-05-08T00:19:25.319Z Compiling cookie v0.18.1
19742026-05-08T00:19:25.458Z Compiling camino v1.2.2
19752026-05-08T00:19:25.744Z Compiling scrypt v0.11.0
19762026-05-08T00:19:25.780Z Compiling rand_chacha v0.9.0
19772026-05-08T00:19:25.832Z Compiling cbc v0.1.2
19782026-05-08T00:19:25.861Z Compiling aes v0.8.4
19792026-05-08T00:19:26.206Z Compiling usdt-impl v0.5.0
19802026-05-08T00:19:26.280Z Compiling ref-cast v1.0.25
19812026-05-08T00:19:26.357Z Compiling either v1.15.0
19822026-05-08T00:19:26.373Z Compiling usdt-impl v0.6.0
19832026-05-08T00:19:26.404Z Compiling paste v1.0.15
19842026-05-08T00:19:26.452Z Compiling winnow v0.7.14
19852026-05-08T00:19:26.619Z Compiling pkcs5 v0.7.1
19862026-05-08T00:19:26.685Z Compiling tokio-util v0.7.18
19872026-05-08T00:19:26.763Z Compiling rand v0.9.2
19882026-05-08T00:19:26.783Z Compiling http-body v1.0.1
19892026-05-08T00:19:26.987Z Compiling scroll v0.13.0
19902026-05-08T00:19:27.080Z Compiling scroll v0.12.0
19912026-05-08T00:19:27.155Z Compiling toml_datetime v0.6.11
19922026-05-08T00:19:27.272Z Compiling serde_spanned v0.6.9
19932026-05-08T00:19:27.373Z Compiling heapless v0.7.17
19942026-05-08T00:19:27.441Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-05-08T00:19:27.479Z Compiling zstd-safe v7.2.4
19962026-05-08T00:19:27.604Z Compiling atomic-waker v1.1.2
19972026-05-08T00:19:27.649Z Compiling untrusted v0.7.1
19982026-05-08T00:19:27.666Z Compiling openssl-probe v0.2.1
19992026-05-08T00:19:27.716Z Compiling signal-hook v0.3.18
20002026-05-08T00:19:27.767Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-05-08T00:19:27.853Z Compiling goblin v0.8.2
20022026-05-08T00:19:27.914Z Compiling goblin v0.10.5
20032026-05-08T00:19:27.931Z Compiling pkcs8 v0.10.2
20042026-05-08T00:19:28.114Z Compiling zerocopy v0.7.35
20052026-05-08T00:19:28.261Z Compiling ref-cast-impl v1.0.25
20062026-05-08T00:19:28.309Z Compiling darling_core v0.20.11
20072026-05-08T00:19:28.338Z Compiling curve25519-dalek v4.1.3
20082026-05-08T00:19:28.527Z Compiling toml_datetime v0.7.5+spec-1.1.0
20092026-05-08T00:19:28.569Z Compiling memoffset v0.9.1
20102026-05-08T00:19:28.607Z Compiling try-lock v0.2.5
20112026-05-08T00:19:28.649Z Compiling winnow v0.5.40
20122026-05-08T00:19:28.757Z Compiling tower-service v0.3.3
20132026-05-08T00:19:28.796Z Compiling rustix v0.38.44
20142026-05-08T00:19:28.880Z Compiling tinyvec_macros v0.1.1
20152026-05-08T00:19:28.962Z Compiling litrs v1.0.0
20162026-05-08T00:19:29.120Z Compiling tower-layer v0.3.3
20172026-05-08T00:19:29.328Z Compiling fastrand v2.3.0
20182026-05-08T00:19:29.398Z Compiling want v0.3.1
20192026-05-08T00:19:29.415Z Compiling h2 v0.4.13
20202026-05-08T00:19:29.472Z Compiling document-features v0.2.12
20212026-05-08T00:19:29.535Z Compiling tinyvec v1.10.0
20222026-05-08T00:19:29.978Z Compiling toml_edit v0.19.15
20232026-05-08T00:19:30.101Z Compiling dof v0.3.0
20242026-05-08T00:19:30.314Z Compiling darling_macro v0.20.11
20252026-05-08T00:19:30.330Z Compiling dtrace-parser v0.2.0
20262026-05-08T00:19:30.724Z Compiling dof v0.4.0
20272026-05-08T00:19:30.788Z Compiling dtrace-parser v0.3.0
20282026-05-08T00:19:30.904Z Compiling ipnet v2.11.0
20292026-05-08T00:19:31.013Z Compiling async-trait v0.1.89
20302026-05-08T00:19:31.025Z Compiling daft-derive v0.1.5
20312026-05-08T00:19:31.046Z Compiling spin v0.9.8
20322026-05-08T00:19:31.295Z Compiling thread-id v4.2.2
20332026-05-08T00:19:31.416Z Compiling thread-id v5.1.0
20342026-05-08T00:19:31.444Z Compiling num-bigint-dig v0.8.6
20352026-05-08T00:19:31.464Z Compiling pin-utils v0.1.0
20362026-05-08T00:19:31.523Z Compiling powerfmt v0.2.0
20372026-05-08T00:19:31.559Z Compiling cfg_aliases v0.2.1
20382026-05-08T00:19:31.609Z Compiling smoltcp v0.9.1
20392026-05-08T00:19:31.628Z Compiling httpdate v1.0.3
20402026-05-08T00:19:31.707Z Compiling foreign-types-shared v0.1.1
20412026-05-08T00:19:31.827Z Compiling foreign-types v0.3.2
20422026-05-08T00:19:31.836Z Compiling deranged v0.5.8
20432026-05-08T00:19:31.899Z Compiling nix v0.31.2
20442026-05-08T00:19:31.923Z Compiling tempfile v3.25.0
20452026-05-08T00:19:32.035Z Compiling darling v0.20.11
20462026-05-08T00:19:32.297Z Compiling ipnetwork v0.21.1
20472026-05-08T00:19:32.418Z Compiling hyper v1.8.1
20482026-05-08T00:19:32.486Z Compiling curve25519-dalek-derive v0.1.1
20492026-05-08T00:19:32.501Z Compiling strum_macros v0.26.4
20502026-05-08T00:19:32.739Z Compiling wait-timeout v0.2.1
20512026-05-08T00:19:32.879Z Compiling bit-vec v0.8.0
20522026-05-08T00:19:32.975Z Compiling num_threads v0.1.7
20532026-05-08T00:19:33.119Z Compiling utf8parse v0.2.2
20542026-05-08T00:19:33.164Z Compiling siphasher v1.0.2
20552026-05-08T00:19:33.182Z Compiling quick-error v1.2.3
20562026-05-08T00:19:33.255Z Compiling simd-adler32 v0.3.8
20572026-05-08T00:19:33.284Z Compiling anstyle v1.0.13
20582026-05-08T00:19:33.323Z Compiling rusty-fork v0.3.1
20592026-05-08T00:19:33.369Z Compiling time v0.3.47
20602026-05-08T00:19:33.385Z Compiling anstyle-parse v0.2.7
20612026-05-08T00:19:33.532Z Compiling hyper-util v0.1.20
20622026-05-08T00:19:33.815Z Compiling bit-set v0.8.0
20632026-05-08T00:19:34.117Z Compiling derive_builder_core v0.20.2
20642026-05-08T00:19:34.120Z Compiling unicode-normalization v0.1.25
20652026-05-08T00:19:34.627Z Compiling rustls-native-certs v0.8.3
20662026-05-08T00:19:34.967Z Compiling signature v2.2.0
20672026-05-08T00:19:35.142Z Compiling hubpack_derive v0.1.1
20682026-05-08T00:19:35.226Z Compiling rand_xorshift v0.4.0
20692026-05-08T00:19:35.262Z Compiling strum_macros v0.27.2
20702026-05-08T00:19:35.324Z Compiling sync_wrapper v1.0.2
20712026-05-08T00:19:35.351Z Compiling fs-err v3.3.0
20722026-05-08T00:19:35.375Z Compiling ahash v0.8.12
20732026-05-08T00:19:35.458Z Compiling adler2 v2.0.1
20742026-05-08T00:19:35.487Z Compiling is_terminal_polyfill v1.70.2
20752026-05-08T00:19:35.589Z Compiling object v0.37.3
20762026-05-08T00:19:35.632Z Compiling colorchoice v1.0.4
20772026-05-08T00:19:35.632Z Compiling unicode-segmentation v1.12.0
20782026-05-08T00:19:35.716Z Compiling unarray v0.1.4
20792026-05-08T00:19:35.748Z Compiling unicode-properties v0.1.4
20802026-05-08T00:19:35.789Z Compiling allocator-api2 v0.2.21
20812026-05-08T00:19:35.855Z Compiling anstyle-query v1.1.5
20822026-05-08T00:19:35.987Z Compiling unicode-bidi v0.3.18
20832026-05-08T00:19:36.004Z Compiling anstream v0.6.21
20842026-05-08T00:19:36.068Z Compiling proptest v1.10.0
20852026-05-08T00:19:36.151Z Compiling miniz_oxide v0.8.9
20862026-05-08T00:19:36.442Z Compiling stringprep v0.1.5
20872026-05-08T00:19:36.488Z Compiling tower v0.5.3
20882026-05-08T00:19:36.705Z Compiling derive_builder_macro v0.20.2
20892026-05-08T00:19:36.856Z Compiling usdt-macro v0.6.0
20902026-05-08T00:19:36.884Z Compiling usdt-attr-macro v0.6.0
20912026-05-08T00:19:37.274Z Compiling http-body-util v0.1.3
20922026-05-08T00:19:37.506Z Compiling webpki-roots v1.0.6
20932026-05-08T00:19:37.629Z Compiling rand_chacha v0.3.1
20942026-05-08T00:19:37.649Z Compiling erased-serde v0.3.31
20952026-05-08T00:19:37.652Z Compiling md-5 v0.10.6
20962026-05-08T00:19:37.722Z Compiling num-integer v0.1.46
20972026-05-08T00:19:37.756Z Compiling hash32 v0.2.1
20982026-05-08T00:19:37.839Z Compiling vergen-lib v0.1.6
20992026-05-08T00:19:37.874Z Compiling ff v0.13.1
21002026-05-08T00:19:37.944Z Compiling ryu v1.0.23
21012026-05-08T00:19:37.965Z Compiling base16ct v0.2.0
21022026-05-08T00:19:37.970Z Compiling zlib-rs v0.6.2
21032026-05-08T00:19:38.034Z Compiling fallible-iterator v0.2.0
21042026-05-08T00:19:38.069Z Compiling psl-types v2.0.11
21052026-05-08T00:19:38.069Z Compiling iri-string v0.7.10
21062026-05-08T00:19:38.132Z Compiling sec1 v0.7.3
21072026-05-08T00:19:38.149Z Compiling serde_urlencoded v0.7.1
21082026-05-08T00:19:38.200Z Compiling publicsuffix v2.3.0
21092026-05-08T00:19:38.253Z Compiling newtype-uuid v1.3.2
21102026-05-08T00:19:38.291Z Compiling group v0.13.0
21112026-05-08T00:19:38.315Z Compiling num-iter v0.1.45
21122026-05-08T00:19:38.365Z Compiling postgres-protocol v0.6.10
21132026-05-08T00:19:38.514Z Compiling rand v0.8.5
21142026-05-08T00:19:38.780Z Compiling oxnet v0.1.4
21152026-05-08T00:19:38.821Z Compiling derive_builder v0.20.2
21162026-05-08T00:19:38.974Z Compiling tokio-native-tls v0.3.1
21172026-05-08T00:19:38.980Z Compiling heck v0.4.1
21182026-05-08T00:19:38.980Z Compiling phf_shared v0.13.1
21192026-05-08T00:19:39.156Z Compiling lazy_static v1.5.0
21202026-05-08T00:19:39.195Z Compiling terminal_size v0.4.3
21212026-05-08T00:19:39.259Z Compiling tower-http v0.6.8
21222026-05-08T00:19:39.262Z Compiling serde_with_macros v3.17.0
21232026-05-08T00:19:39.284Z Compiling cargo-platform v0.1.9
21242026-05-08T00:19:39.355Z Compiling hkdf v0.12.4
21252026-05-08T00:19:39.373Z Compiling crypto-bigint v0.5.5
21262026-05-08T00:19:39.423Z Compiling serde_repr v0.1.20
21272026-05-08T00:19:39.476Z Compiling clap_derive v4.5.55
21282026-05-08T00:19:39.495Z Compiling enum-as-inner v0.6.1
21292026-05-08T00:19:39.539Z Compiling vergen v9.0.6
21302026-05-08T00:19:39.583Z Compiling foldhash v0.1.5
21312026-05-08T00:19:39.659Z Compiling bitflags v1.3.2
21322026-05-08T00:19:39.712Z Compiling clap_lex v1.0.0
21332026-05-08T00:19:39.760Z Compiling managed v0.8.0
21342026-05-08T00:19:39.918Z Compiling foldhash v0.2.0
21352026-05-08T00:19:40.003Z Compiling bumpalo v3.20.2
21362026-05-08T00:19:40.025Z Compiling libbz2-rs-sys v0.2.2
21372026-05-08T00:19:40.064Z Compiling flate2 v1.1.9
21382026-05-08T00:19:40.096Z Compiling hashbrown v0.16.1
21392026-05-08T00:19:40.285Z Compiling zopfli v0.8.3
21402026-05-08T00:19:40.327Z Compiling elliptic-curve v0.13.8
21412026-05-08T00:19:40.438Z Compiling clap_builder v4.5.60
21422026-05-08T00:19:40.496Z Compiling bzip2 v0.6.1
21432026-05-08T00:19:40.542Z Compiling hashbrown v0.15.5
21442026-05-08T00:19:40.699Z Compiling cargo_metadata v0.19.2
21452026-05-08T00:19:40.999Z Compiling phf v0.13.1
21462026-05-08T00:19:41.116Z Compiling hyper-tls v0.6.0
21472026-05-08T00:19:41.155Z Compiling signal-hook-mio v0.2.5
21482026-05-08T00:19:41.179Z Compiling zstd v0.13.3
21492026-05-08T00:19:41.258Z Compiling daft v0.1.5
21502026-05-08T00:19:41.360Z Compiling cookie_store v0.22.1
21512026-05-08T00:19:41.456Z Compiling postgres-types v0.2.12
21522026-05-08T00:19:41.552Z Compiling bzip2 v0.4.4
21532026-05-08T00:19:41.621Z Compiling strum v0.27.2
21542026-05-08T00:19:41.774Z Compiling hubpack v0.1.2
21552026-05-08T00:19:41.871Z Compiling ed25519 v2.2.3
21562026-05-08T00:19:41.888Z Compiling phf_shared v0.11.3
21572026-05-08T00:19:41.955Z Compiling crossbeam-epoch v0.9.18
21582026-05-08T00:19:41.996Z Compiling pkcs1 v0.7.5
21592026-05-08T00:19:42.045Z Compiling hex v0.4.3
21602026-05-08T00:19:42.157Z Compiling serde-big-array v0.5.1
21612026-05-08T00:19:42.198Z Compiling rfc6979 v0.4.0
21622026-05-08T00:19:42.329Z Compiling bstr v1.12.1
21632026-05-08T00:19:42.366Z Compiling float-cmp v0.10.0
21642026-05-08T00:19:42.381Z Compiling memmap2 v0.9.10
21652026-05-08T00:19:42.400Z Compiling env_filter v1.0.0
21662026-05-08T00:19:42.434Z Compiling encoding_rs v0.8.35
21672026-05-08T00:19:42.481Z Compiling difflib v0.4.0
21682026-05-08T00:19:42.602Z Compiling fixedbitset v0.4.2
21692026-05-08T00:19:42.618Z Compiling rustc-hash v2.1.1
21702026-05-08T00:19:42.699Z Compiling keccak v0.1.6
21712026-05-08T00:19:42.715Z Compiling data-encoding v2.10.0
21722026-05-08T00:19:42.764Z Compiling jiff v0.2.21
21732026-05-08T00:19:42.789Z Compiling static_assertions v1.1.0
21742026-05-08T00:19:42.807Z Compiling mime v0.3.17
21752026-05-08T00:19:42.879Z Compiling new_debug_unreachable v1.0.6
21762026-05-08T00:19:42.931Z Compiling whoami v2.1.0
21772026-05-08T00:19:42.957Z Compiling precomputed-hash v0.1.1
21782026-05-08T00:19:42.973Z Compiling normalize-line-endings v0.3.0
21792026-05-08T00:19:42.976Z Compiling predicates-core v1.0.10
21802026-05-08T00:19:43.008Z Compiling toml_write v0.1.2
21812026-05-08T00:19:43.058Z Compiling fixedbitset v0.5.7
21822026-05-08T00:19:43.107Z Compiling string_cache v0.8.9
21832026-05-08T00:19:43.188Z Compiling toml_edit v0.22.27
21842026-05-08T00:19:43.231Z Compiling tokio-postgres v0.7.16
21852026-05-08T00:19:43.279Z Compiling petgraph v0.8.3
21862026-05-08T00:19:43.293Z Compiling predicates v3.1.4
21872026-05-08T00:19:43.345Z Compiling hickory-proto v0.25.2
21882026-05-08T00:19:43.698Z Compiling sha3 v0.10.8
21892026-05-08T00:19:43.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-08T00:19:43.897Z Compiling similar v2.7.0
21912026-05-08T00:19:43.996Z Compiling petgraph v0.6.5
21922026-05-08T00:19:44.225Z Compiling iddqd v0.3.18
21932026-05-08T00:19:44.652Z Compiling env_logger v0.11.9
21942026-05-08T00:19:44.995Z Compiling usdt v0.6.0
21952026-05-08T00:19:45.280Z Compiling serde_with v3.17.0
21962026-05-08T00:19:45.354Z Compiling ecdsa v0.16.9
21972026-05-08T00:19:45.544Z Compiling zip v4.6.1
21982026-05-08T00:19:45.571Z Compiling rsa v0.9.10
21992026-05-08T00:19:45.667Z Compiling ed25519-dalek v2.2.0
22002026-05-08T00:19:46.229Z Compiling clap v4.5.60
22012026-05-08T00:19:46.454Z Compiling zip v0.6.6
22022026-05-08T00:19:46.549Z Compiling crossterm v0.28.1
22032026-05-08T00:19:46.899Z Compiling strum v0.26.3
22042026-05-08T00:19:46.970Z Compiling toml v0.7.8
22052026-05-08T00:19:46.990Z Compiling tokio-stream v0.1.18
22062026-05-08T00:19:47.008Z Compiling buf-list v1.1.2
22072026-05-08T00:19:47.056Z Compiling itertools v0.13.0
22082026-05-08T00:19:47.170Z Compiling x509-cert v0.2.5
22092026-05-08T00:19:47.558Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22102026-05-08T00:19:47.682Z Compiling openapiv3 v2.2.0
22112026-05-08T00:19:47.740Z Compiling sha1 v0.10.6
22122026-05-08T00:19:48.209Z Compiling lalrpop-util v0.19.12
22132026-05-08T00:19:48.294Z Compiling peg-runtime v0.8.5
22142026-05-08T00:20:02.044Z Compiling rustls-webpki v0.103.9
22152026-05-08T00:20:04.607Z Compiling macaddr v1.0.1
22162026-05-08T00:20:04.612Z Compiling structmeta-derive v0.3.0
22172026-05-08T00:20:04.726Z Compiling crucible-workspace-hack v0.1.0
22182026-05-08T00:20:04.781Z Compiling rayon-core v1.13.0
22192026-05-08T00:20:04.932Z Compiling itertools v0.14.0
22202026-05-08T00:20:04.988Z Compiling secrecy v0.10.3
22212026-05-08T00:20:05.034Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-08T00:20:05.049Z Compiling heapless v0.8.0
22232026-05-08T00:20:05.156Z Compiling rustls v0.22.4
22242026-05-08T00:20:05.456Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252026-05-08T00:20:05.487Z Compiling crossbeam-deque v0.8.6
22262026-05-08T00:20:05.552Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-05-08T00:20:05.630Z Compiling rustls-webpki v0.102.8
22282026-05-08T00:20:05.635Z Compiling structmeta v0.3.0
22292026-05-08T00:20:05.702Z Compiling futures-executor v0.3.32
22302026-05-08T00:20:05.720Z Compiling hash32 v0.3.1
22312026-05-08T00:20:05.740Z Compiling tokio-rustls v0.26.4
22322026-05-08T00:20:05.804Z Compiling rustls-platform-verifier v0.6.2
22332026-05-08T00:20:05.915Z Compiling multer v3.1.0
22342026-05-08T00:20:05.930Z Compiling thread_local v1.1.9
22352026-05-08T00:20:06.043Z Compiling hyper-rustls v0.27.7
22362026-05-08T00:20:06.061Z Compiling compression-core v0.4.31
22372026-05-08T00:20:06.129Z Compiling unicode-width v0.2.0
22382026-05-08T00:20:06.146Z Compiling smoltcp v0.11.0
22392026-05-08T00:20:06.208Z Compiling slog-async v2.8.0
22402026-05-08T00:20:06.225Z Compiling ingot-macros v0.1.1
22412026-05-08T00:20:06.245Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-05-08T00:20:06.268Z Compiling match_cfg v0.1.0
22432026-05-08T00:20:06.295Z Compiling reqwest v0.12.28
22442026-05-08T00:20:06.365Z Compiling reqwest v0.13.2
22452026-05-08T00:20:06.395Z Compiling hostname v0.3.1
22462026-05-08T00:20:06.489Z Compiling compression-codecs v0.4.37
22472026-05-08T00:20:06.593Z Compiling proc-macro-crate v3.4.0
22482026-05-08T00:20:06.597Z Compiling derive-ex v0.1.8
22492026-05-08T00:20:06.626Z Compiling futures v0.3.32
22502026-05-08T00:20:06.908Z Compiling slog-json v2.6.1
22512026-05-08T00:20:07.057Z Compiling crossbeam-channel v0.5.15
22522026-05-08T00:20:07.168Z Compiling half v2.7.1
22532026-05-08T00:20:07.193Z Compiling newtype-uuid-macros v0.1.0
22542026-05-08T00:20:07.417Z Compiling cobs v0.3.0
22552026-05-08T00:20:07.481Z Compiling thiserror-impl-no-std v2.0.2
22562026-05-08T00:20:07.544Z Compiling universal-hash v0.5.1
22572026-05-08T00:20:07.711Z Compiling async-stream-impl v0.3.6
22582026-05-08T00:20:07.726Z Compiling serde_spanned v1.0.4
22592026-05-08T00:20:07.768Z Compiling toml_datetime v1.0.0+spec-1.1.0
22602026-05-08T00:20:07.938Z Compiling is-terminal v0.4.17
22612026-05-08T00:20:07.960Z Compiling dropshot v0.17.0
22622026-05-08T00:20:08.065Z Compiling proc-macro-error-attr v1.0.4
22632026-05-08T00:20:08.159Z Compiling opaque-debug v0.3.1
22642026-05-08T00:20:08.188Z Compiling toml_writer v1.0.6+spec-1.1.0
22652026-05-08T00:20:08.258Z Compiling convert_case v0.4.0
22662026-05-08T00:20:08.274Z Compiling term v1.2.1
22672026-05-08T00:20:08.295Z Compiling take_mut v0.2.2
22682026-05-08T00:20:08.312Z Compiling ciborium-io v0.2.2
22692026-05-08T00:20:08.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22702026-05-08T00:20:08.407Z Compiling ciborium-ll v0.2.2
22712026-05-08T00:20:08.442Z Compiling toml v1.0.6+spec-1.1.0
22722026-05-08T00:20:08.534Z Compiling thiserror-no-std v2.0.2
22732026-05-08T00:20:08.582Z Compiling async-stream v0.3.6
22742026-05-08T00:20:08.596Z Compiling derive_more v0.99.20
22752026-05-08T00:20:08.638Z Compiling slog-term v2.9.2
22762026-05-08T00:20:08.659Z Compiling poly1305 v0.8.0
22772026-05-08T00:20:08.704Z Compiling tokio-rustls v0.25.0
22782026-05-08T00:20:08.853Z Compiling ingot-types v0.1.2
22792026-05-08T00:20:08.870Z Compiling test-strategy v0.4.5
22802026-05-08T00:20:08.978Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22812026-05-08T00:20:09.316Z Compiling ingot v0.1.1
22822026-05-08T00:20:09.369Z Compiling postcard v1.1.3
22832026-05-08T00:20:09.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-05-08T00:20:09.722Z Compiling slog-bunyan v2.5.0
22852026-05-08T00:20:09.784Z Compiling num_enum_derive v0.7.5
22862026-05-08T00:20:09.942Z Compiling async-compression v0.4.41
22872026-05-08T00:20:10.073Z Compiling parse-display-derive v0.10.0
22882026-05-08T00:20:10.111Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22892026-05-08T00:20:10.137Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-05-08T00:20:10.237Z Compiling proc-macro-crate v1.3.1
22912026-05-08T00:20:10.405Z Compiling backon v1.6.0
22922026-05-08T00:20:10.433Z Compiling waitgroup v0.1.2
22932026-05-08T00:20:10.536Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-08T00:20:10.610Z Compiling password-hash v0.5.0
22952026-05-08T00:20:10.625Z Compiling chacha20 v0.9.1
22962026-05-08T00:20:10.694Z Compiling dropshot_endpoint v0.17.0
22972026-05-08T00:20:10.782Z Compiling rustls-pemfile v2.2.0
22982026-05-08T00:20:10.882Z Compiling blake2 v0.10.6
22992026-05-08T00:20:10.911Z Compiling aead v0.5.2
23002026-05-08T00:20:10.980Z Compiling foreign-types-macros v0.2.3
23012026-05-08T00:20:11.095Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-08T00:20:11.128Z Compiling serde_path_to_error v0.1.20
23032026-05-08T00:20:11.159Z Compiling hostname v0.4.2
23042026-05-08T00:20:11.359Z Compiling proc-macro-error v1.0.4
23052026-05-08T00:20:11.433Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23062026-05-08T00:20:11.535Z Compiling instant v0.1.13
23072026-05-08T00:20:11.588Z Compiling foreign-types-shared v0.3.1
23082026-05-08T00:20:11.607Z Compiling cpufeatures v0.3.0
23092026-05-08T00:20:11.610Z Compiling debug-ignore v1.0.5
23102026-05-08T00:20:11.611Z Compiling typeid v1.0.3
23112026-05-08T00:20:11.611Z Compiling parse-display v0.10.0
23122026-05-08T00:20:11.679Z Compiling foreign-types v0.5.0
23132026-05-08T00:20:11.683Z Compiling backoff v0.4.0
23142026-05-08T00:20:11.727Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23152026-05-08T00:20:11.763Z Compiling chacha20 v0.10.0
23162026-05-08T00:20:11.766Z Compiling argon2 v0.5.3
23172026-05-08T00:20:11.782Z Compiling chacha20poly1305 v0.10.1
23182026-05-08T00:20:11.818Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-05-08T00:20:11.822Z Compiling num_enum v0.7.5
23202026-05-08T00:20:11.884Z Compiling num_enum_derive v0.5.11
23212026-05-08T00:20:11.955Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23222026-05-08T00:20:11.963Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-05-08T00:20:11.976Z Compiling vsss-rs v3.3.4
23242026-05-08T00:20:11.995Z Compiling ciborium v0.2.2
23252026-05-08T00:20:12.292Z Compiling tabwriter v1.4.1
23262026-05-08T00:20:12.390Z Compiling regress v0.10.5
23272026-05-08T00:20:12.501Z Compiling byte-wrapper v0.1.0
23282026-05-08T00:20:12.638Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23292026-05-08T00:20:12.696Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-05-08T00:20:12.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23312026-05-08T00:20:12.839Z Compiling cstr-argument v0.1.2
23322026-05-08T00:20:12.858Z Compiling erased-serde v0.4.9
23332026-05-08T00:20:12.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-05-08T00:20:13.040Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-05-08T00:20:13.172Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-05-08T00:20:13.222Z Compiling num_enum v0.5.11
23372026-05-08T00:20:13.322Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-05-08T00:20:13.428Z Compiling rand v0.10.0
23392026-05-08T00:20:13.446Z Compiling rayon v1.11.0
23402026-05-08T00:20:13.467Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-05-08T00:20:13.494Z Compiling indent_write v2.2.0
23422026-05-08T00:20:13.513Z Compiling colored v3.1.1
23432026-05-08T00:20:13.532Z Compiling libefi-sys v0.1.0
23442026-05-08T00:20:13.557Z Compiling zone_cfg_derive v0.3.1
23452026-05-08T00:20:13.676Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23462026-05-08T00:20:13.760Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23472026-05-08T00:20:13.880Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482026-05-08T00:20:13.897Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-08T00:20:14.134Z Compiling camino-tempfile v1.4.1
23502026-05-08T00:20:14.154Z Compiling itertools v0.12.1
23512026-05-08T00:20:14.197Z Compiling usdt-attr-macro v0.5.0
23522026-05-08T00:20:14.214Z Compiling usdt-macro v0.5.0
23532026-05-08T00:20:14.238Z Compiling bitfield-struct v0.6.2
23542026-05-08T00:20:14.250Z Compiling num-derive v0.4.2
23552026-05-08T00:20:14.475Z Compiling blake3 v1.8.3
23562026-05-08T00:20:14.585Z Compiling ordered-float v2.10.1
23572026-05-08T00:20:14.854Z Compiling memmap v0.7.0
23582026-05-08T00:20:14.897Z Compiling sigpipe v0.1.3
23592026-05-08T00:20:14.928Z Compiling glob v0.3.3
23602026-05-08T00:20:15.011Z Compiling swrite v0.1.0
23612026-05-08T00:20:15.033Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23622026-05-08T00:20:15.033Z Compiling usdt v0.5.0
23632026-05-08T00:20:15.124Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-08T00:20:15.173Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-05-08T00:20:15.289Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23662026-05-08T00:20:15.472Z Compiling serde-value v0.7.0
23672026-05-08T00:20:15.639Z Compiling zone v0.3.1
23682026-05-08T00:20:15.702Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23692026-05-08T00:20:15.722Z Compiling serde-untagged v0.1.9
23702026-05-08T00:20:15.905Z Compiling toml v0.8.23
23712026-05-08T00:20:15.920Z Compiling smf v0.2.3
23722026-05-08T00:20:15.920Z Compiling filetime v0.2.27
23732026-05-08T00:20:15.981Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-05-08T00:20:16.039Z Compiling same-file v1.0.6
23752026-05-08T00:20:16.082Z Compiling constant_time_eq v0.4.2
23762026-05-08T00:20:16.116Z Compiling arrayref v0.3.9
23772026-05-08T00:20:16.178Z Compiling arrayvec v0.7.6
23782026-05-08T00:20:16.204Z Compiling unicode-xid v0.2.6
23792026-05-08T00:20:16.221Z Compiling whoami v1.6.1
23802026-05-08T00:20:16.241Z Compiling xattr v1.6.1
23812026-05-08T00:20:16.307Z Compiling walkdir v2.5.0
23822026-05-08T00:20:16.325Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23832026-05-08T00:20:16.378Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23842026-05-08T00:20:16.434Z Compiling tar v0.4.45
23852026-05-08T00:20:16.630Z Compiling cargo-util-schemas v0.8.2
23862026-05-08T00:20:16.708Z Compiling tokio-dtrace v0.1.1
23872026-05-08T00:20:17.013Z Compiling console v0.16.2
23882026-05-08T00:20:17.059Z Compiling gethostname v0.5.0
23892026-05-08T00:20:17.076Z Compiling cargo-platform v0.2.0
23902026-05-08T00:20:17.097Z Compiling unit-prefix v0.5.2
23912026-05-08T00:20:17.191Z Compiling topological-sort v0.2.2
23922026-05-08T00:20:17.217Z Compiling oxide-tokio-rt v0.1.4
23932026-05-08T00:20:17.234Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23942026-05-08T00:20:17.290Z Compiling shell-words v1.1.1
23952026-05-08T00:20:17.448Z Compiling indicatif v0.18.4
23962026-05-08T00:20:17.825Z Compiling cargo_metadata v0.21.0
23972026-05-08T00:20:26.284Z Compiling progenitor-client v0.10.0
23982026-05-08T00:20:26.285Z Compiling omicron-zone-package v0.12.2
23992026-05-08T00:20:26.302Z Compiling progenitor-client v0.14.0
24002026-05-08T00:20:26.407Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24012026-05-08T00:20:26.434Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24022026-05-08T00:20:26.453Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24032026-05-08T00:20:26.775Z Compiling progenitor-extras v0.2.0
24042026-05-08T00:20:26.793Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-05-08T00:20:26.832Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24062026-05-08T00:20:27.040Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072026-05-08T00:20:27.364Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24082026-05-08T00:20:27.651Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24092026-05-08T00:20:27.740Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24102026-05-08T00:20:31.708Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24112026-05-08T00:20:39.231Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24122026-05-08T00:20:42.331Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24132026-05-08T00:20:43.324Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24142026-05-08T00:20:52.596Z Finished `release` profile [optimized] target(s) in 1m 40s
24152026-05-08T00:20:52.753Z Running `target/release/omicron-package -t test target create -p dev`
24162026-05-08T00:20:52.822ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-05-08T00:20:52.825ZCreated new build target 'test' and set it as active
24182026-05-08T00:20:52.829Z
24192026-05-08T00:20:52.829Zreal 1:40.474186784
24202026-05-08T00:20:52.829Zuser 16:28.234859670
24212026-05-08T00:20:52.829Zsys 2:40.661496391
24222026-05-08T00:20:52.829Ztrap 0.457364096
24232026-05-08T00:20:52.829Ztflt 2.875869660
24242026-05-08T00:20:52.829Zdflt 3.839042068
24252026-05-08T00:20:52.829Zkflt 0.000565207
24262026-05-08T00:20:52.829Zlock 52:09.360756514
24272026-05-08T00:20:52.829Zslp 42:17.815976647
24282026-05-08T00:20:52.829Zlat 44.169394606
24292026-05-08T00:20:52.829Zstop 5:47.091549682
24302026-05-08T00:20:52.829Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24312026-05-08T00:20:53.732Z Finished `release` profile [optimized] target(s) in 0.89s
24322026-05-08T00:20:53.806Z Running `target/release/omicron-package -t test package`
24332026-05-08T00:20:53.866ZLogging to: /work/oxidecomputer/omicron/out/LOG
24342026-05-08T00:20:55.293Z Compiling heck v0.5.0
24352026-05-08T00:20:55.293Z Compiling regress v0.11.1
24362026-05-08T00:20:55.293Z Compiling unsafe-libyaml v0.2.11
24372026-05-08T00:20:55.539Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24382026-05-08T00:20:55.566Z Compiling regress v0.10.5
24392026-05-08T00:20:55.596Z Compiling unicode-width v0.1.14
24402026-05-08T00:20:55.599Z Compiling is-terminal v0.4.17
24412026-05-08T00:20:55.640Z Compiling prettyplease v0.2.37
24422026-05-08T00:20:55.640Z Compiling bytecount v0.6.9
24432026-05-08T00:20:55.643Z Compiling rustls v0.22.4
24442026-05-08T00:20:55.643Z Compiling rustls-webpki v0.102.8
24452026-05-08T00:20:55.681Z Compiling derive-where v1.6.0
24462026-05-08T00:20:55.704Z Compiling thread_local v1.1.9
24472026-05-08T00:20:55.708Z Compiling match_cfg v0.1.0
24482026-05-08T00:20:55.708Z Compiling compression-core v0.4.31
24492026-05-08T00:20:55.817Z Compiling multer v3.1.0
24502026-05-08T00:20:55.820Z Compiling slog-async v2.8.0
24512026-05-08T00:20:55.861Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24522026-05-08T00:20:55.886Z Compiling compression-codecs v0.4.37
24532026-05-08T00:20:55.907Z Compiling hostname v0.3.1
24542026-05-08T00:20:55.928Z Compiling crossbeam-channel v0.5.15
24552026-05-08T00:20:55.932Z Compiling slog-json v2.6.1
24562026-05-08T00:20:55.969Z Compiling futures-executor v0.3.32
24572026-05-08T00:20:55.972Z Compiling toml_datetime v1.0.0+spec-1.1.0
24582026-05-08T00:20:56.033Z Compiling serde_yaml v0.9.34+deprecated
24592026-05-08T00:20:56.065Z Compiling serde_spanned v1.0.4
24602026-05-08T00:20:56.094Z Compiling take_mut v0.2.2
24612026-05-08T00:20:56.178Z Compiling toml_writer v1.0.6+spec-1.1.0
24622026-05-08T00:20:56.200Z Compiling term v1.2.1
24632026-05-08T00:20:56.239Z Compiling futures v0.3.32
24642026-05-08T00:20:56.261Z Compiling slog-bunyan v2.5.0
24652026-05-08T00:20:56.265Z Compiling async-compression v0.4.41
24662026-05-08T00:20:56.377Z Compiling toml v1.0.6+spec-1.1.0
24672026-05-08T00:20:56.428Z Compiling dropshot v0.17.0
24682026-05-08T00:20:56.453Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-05-08T00:20:56.473Z Compiling async-stream v0.3.6
24702026-05-08T00:20:56.500Z Compiling num-rational v0.4.2
24712026-05-08T00:20:56.623Z Compiling slog-term v2.9.2
24722026-05-08T00:20:56.645Z Compiling progenitor-client v0.14.0
24732026-05-08T00:20:56.678Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-05-08T00:20:56.728Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-05-08T00:20:56.735Z Compiling waitgroup v0.1.2
24762026-05-08T00:20:56.791Z Compiling backon v1.6.0
24772026-05-08T00:20:56.897Z Compiling rustls-pemfile v2.2.0
24782026-05-08T00:20:56.920Z Compiling num-complex v0.4.6
24792026-05-08T00:20:56.963Z Compiling hostname v0.4.2
24802026-05-08T00:20:56.987Z Compiling serde_path_to_error v0.1.20
24812026-05-08T00:20:57.019Z Compiling instant v0.1.13
24822026-05-08T00:20:57.041Z Compiling debug-ignore v1.0.5
24832026-05-08T00:20:57.129Z Compiling typify-impl v0.6.2
24842026-05-08T00:20:57.152Z Compiling backoff v0.4.0
24852026-05-08T00:20:57.156Z Compiling progenitor-extras v0.2.0
24862026-05-08T00:20:57.199Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24872026-05-08T00:20:57.199Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-05-08T00:20:57.379Z Compiling num v0.4.3
24892026-05-08T00:20:57.402Z Compiling parse-display v0.10.0
24902026-05-08T00:20:57.426Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-05-08T00:20:57.465Z Compiling progenitor-client v0.13.0
24922026-05-08T00:20:57.488Z Compiling progenitor-client v0.10.0
24932026-05-08T00:20:57.523Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24942026-05-08T00:20:57.547Z Compiling macaddr v1.0.1
24952026-05-08T00:20:57.572Z Compiling float-ord v0.3.2
24962026-05-08T00:20:57.639Z Compiling console v0.15.11
24972026-05-08T00:20:57.778Z Compiling newline-converter v0.3.0
24982026-05-08T00:20:57.819Z Compiling atomicwrites v0.4.4
24992026-05-08T00:20:57.849Z Compiling slog-dtrace v0.3.0
25002026-05-08T00:20:58.008Z Compiling tokio-rustls v0.25.0
25012026-05-08T00:20:58.045Z Compiling async-recursion v1.1.1
25022026-05-08T00:20:58.153Z Compiling expectorate v1.2.0
25032026-05-08T00:20:58.173Z Compiling owo-colors v4.3.0
25042026-05-08T00:20:58.177Z Compiling cancel-safe-futures v0.1.5
25052026-05-08T00:20:58.279Z Compiling libsw-core v0.3.2
25062026-05-08T00:20:58.370Z Compiling resolv-conf v0.7.6
25072026-05-08T00:20:58.407Z Compiling toml v0.8.23
25082026-05-08T00:20:58.512Z Compiling libsw v3.5.0
25092026-05-08T00:20:58.671Z Compiling linear-map v1.2.0
25102026-05-08T00:20:58.714Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25112026-05-08T00:20:58.785Z Compiling linked-hash-map v0.5.6
25122026-05-08T00:20:58.932Z Compiling minimal-lexical v0.2.1
25132026-05-08T00:20:58.973Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-05-08T00:20:58.977Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25152026-05-08T00:20:59.024Z Compiling lru-cache v0.1.2
25162026-05-08T00:20:59.027Z Compiling unicode-xid v0.2.6
25172026-05-08T00:20:59.071Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-05-08T00:20:59.106Z Compiling globset v0.4.18
25192026-05-08T00:20:59.184Z Compiling nom v7.1.3
25202026-05-08T00:20:59.211Z Compiling hickory-proto v0.24.4
25212026-05-08T00:20:59.214Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25222026-05-08T00:20:59.214Z Compiling convert_case v0.10.0
25232026-05-08T00:20:59.554Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25242026-05-08T00:20:59.594Z Compiling derive_more-impl v2.1.1
25252026-05-08T00:21:00.005Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-05-08T00:21:00.384Z Compiling pin-project-internal v1.1.11
25272026-05-08T00:21:00.411Z Compiling derive_more v2.1.1
25282026-05-08T00:21:00.543Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-05-08T00:21:00.608Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25302026-05-08T00:21:00.693Z Compiling typify-macro v0.6.2
25312026-05-08T00:21:00.881Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25322026-05-08T00:21:01.136Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25332026-05-08T00:21:01.300Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25342026-05-08T00:21:01.419Z Compiling pin-project v1.1.11
25352026-05-08T00:21:01.558Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25362026-05-08T00:21:01.766Z Compiling hickory-resolver v0.24.4
25372026-05-08T00:21:01.858Z Compiling papergrid v0.11.0
25382026-05-08T00:21:01.904Z Compiling tabled_derive v0.7.0
25392026-05-08T00:21:02.246Z Compiling typify v0.6.2
25402026-05-08T00:21:02.431Z Compiling progenitor-impl v0.14.0
25412026-05-08T00:21:02.704Z Compiling progenitor-impl v0.13.0
25422026-05-08T00:21:02.976Z Compiling qorb v0.4.1
25432026-05-08T00:21:03.600Z Compiling pem v3.0.6
25442026-05-08T00:21:04.345Z Compiling snafu-derive v0.8.9
25452026-05-08T00:21:04.620Z Compiling progenitor-macro v0.14.0
25462026-05-08T00:21:04.881Z Compiling progenitor-macro v0.13.0
25472026-05-08T00:21:05.062Z Compiling termtree v0.5.1
25482026-05-08T00:21:05.275Z Compiling tabled v0.15.0
25492026-05-08T00:21:06.025Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25502026-05-08T00:21:07.120Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25512026-05-08T00:21:07.204Z Compiling snafu v0.8.9
25522026-05-08T00:21:07.408Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25532026-05-08T00:21:07.805Z Compiling crossterm v0.29.0
25542026-05-08T00:21:07.827Z Compiling phf_shared v0.12.1
25552026-05-08T00:21:08.100Z Compiling olpc-cjson v0.1.4
25562026-05-08T00:21:08.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25572026-05-08T00:21:08.748Z Compiling progenitor v0.14.0
25582026-05-08T00:21:08.771Z Compiling serde_plain v1.0.2
25592026-05-08T00:21:08.916Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-05-08T00:21:08.938Z Compiling vte v0.14.1
25612026-05-08T00:21:08.992Z Compiling progenitor v0.13.0
25622026-05-08T00:21:09.110Z Compiling csv-core v0.1.13
25632026-05-08T00:21:09.202Z Compiling highway v1.3.0
25642026-05-08T00:21:09.223Z Compiling typed-path v0.9.3
25652026-05-08T00:21:09.594Z Compiling chrono-tz v0.10.4
25662026-05-08T00:21:09.618Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25672026-05-08T00:21:09.850Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25682026-05-08T00:21:10.014Z Compiling csv v1.4.0
25692026-05-08T00:21:10.044Z Compiling strip-ansi-escapes v0.2.1
25702026-05-08T00:21:10.629Z Compiling tough v0.20.0
25712026-05-08T00:21:10.791Z Compiling phf v0.12.1
25722026-05-08T00:21:11.008Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25732026-05-08T00:21:11.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25742026-05-08T00:21:11.562Z Compiling const_format_proc_macros v0.2.34
25752026-05-08T00:21:11.806Z Compiling fd-lock v4.0.4
25762026-05-08T00:21:11.986Z Compiling peg-macros v0.8.5
25772026-05-08T00:21:12.337Z Compiling nu-ansi-term v0.50.3
25782026-05-08T00:21:12.448Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25792026-05-08T00:21:12.622Z Compiling reedline v0.40.0
25802026-05-08T00:21:12.920Z Compiling const_format v0.2.35
25812026-05-08T00:21:13.289Z Compiling peg v0.8.5
25822026-05-08T00:21:13.311Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25832026-05-08T00:21:13.400Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25842026-05-08T00:21:13.421Z Compiling bcs v0.1.6
25852026-05-08T00:21:13.925Z Compiling semver v0.1.20
25862026-05-08T00:21:14.222Z Compiling rustc_version v0.1.7
25872026-05-08T00:21:14.470Z Compiling newtype_derive v0.1.6
25882026-05-08T00:21:14.551Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25892026-05-08T00:21:14.710Z Compiling humantime v2.3.0
25902026-05-08T00:21:14.812Z Compiling unicode-linebreak v0.1.5
25912026-05-08T00:21:14.923Z Compiling smawk v0.3.2
25922026-05-08T00:21:15.127Z Compiling textwrap v0.16.2
25932026-05-08T00:21:15.223Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25942026-05-08T00:21:15.335Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25952026-05-08T00:21:15.390Z Compiling dropshot-api-manager-types v0.7.1
25962026-05-08T00:21:15.964Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25972026-05-08T00:21:16.016Z Compiling base64 v0.21.7
25982026-05-08T00:21:16.428Z Compiling steno v0.4.1
25992026-05-08T00:21:16.569Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26002026-05-08T00:21:16.664Z Compiling utf-8 v0.7.6
26012026-05-08T00:21:16.748Z Compiling tagptr v0.2.0
26022026-05-08T00:21:16.913Z Compiling moka v0.12.13
26032026-05-08T00:21:16.956Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26042026-05-08T00:21:17.034Z Compiling tungstenite v0.21.0
26052026-05-08T00:21:17.074Z Compiling radium v0.7.0
26062026-05-08T00:21:17.139Z Compiling tap v1.0.1
26072026-05-08T00:21:17.410Z Compiling maybe-uninit v2.0.0
26082026-05-08T00:21:17.691Z Compiling tokio-tungstenite v0.21.0
26092026-05-08T00:21:17.836Z Compiling wyz v0.5.1
26102026-05-08T00:21:17.947Z Compiling zerocopy-derive v0.6.6
26112026-05-08T00:21:18.083Z Compiling hickory-resolver v0.25.2
26122026-05-08T00:21:18.108Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26132026-05-08T00:21:18.111Z Compiling crc-catalog v2.4.0
26142026-05-08T00:21:18.162Z Compiling funty v2.0.0
26152026-05-08T00:21:18.187Z Compiling display-error-chain v0.2.2
26162026-05-08T00:21:18.258Z Compiling packed_struct v0.10.1
26172026-05-08T00:21:18.377Z Compiling crc v3.4.0
26182026-05-08T00:21:18.575Z Compiling bitvec v1.0.1
26192026-05-08T00:21:18.752Z Compiling zerocopy v0.6.6
26202026-05-08T00:21:18.922Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26212026-05-08T00:21:19.128Z Compiling num-derive v0.3.3
26222026-05-08T00:21:19.148Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26232026-05-08T00:21:19.183Z Compiling packed_struct_codegen v0.10.1
26242026-05-08T00:21:19.770Z Compiling bitfield-macros v0.19.4
26252026-05-08T00:21:20.038Z Compiling proc-macro-error-attr2 v2.0.0
26262026-05-08T00:21:20.228Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26272026-05-08T00:21:20.422Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26282026-05-08T00:21:20.469Z Compiling indexmap v1.9.3
26292026-05-08T00:21:20.505Z Compiling nodrop v0.1.14
26302026-05-08T00:21:20.672Z Compiling array-init v0.0.4
26312026-05-08T00:21:20.730Z Compiling bitfield v0.19.4
26322026-05-08T00:21:21.026Z Compiling proc-macro-error2 v2.0.1
26332026-05-08T00:21:21.352Z Compiling libscf-sys v1.1.0
26342026-05-08T00:21:21.551Z Compiling smallvec v0.6.14
26352026-05-08T00:21:21.734Z Compiling typify-impl v0.4.3
26362026-05-08T00:21:21.835Z Compiling hashbrown v0.12.3
26372026-05-08T00:21:22.123Z Compiling serde-hex v0.1.0
26382026-05-08T00:21:22.450Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-05-08T00:21:22.990Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-05-08T00:21:23.109Z Compiling tabled_derive v0.11.0
26412026-05-08T00:21:23.691Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26422026-05-08T00:21:23.714Z Compiling ron v0.8.1
26432026-05-08T00:21:23.938Z Compiling papergrid v0.17.0
26442026-05-08T00:21:24.140Z Compiling testing_table v0.3.0
26452026-05-08T00:21:24.168Z Compiling hashbrown v0.13.2
26462026-05-08T00:21:24.229Z Compiling vergen-gitcl v1.0.8
26472026-05-08T00:21:24.260Z Compiling dirs-sys-next v0.1.2
26482026-05-08T00:21:24.465Z Compiling glob v0.3.3
26492026-05-08T00:21:24.567Z Compiling diesel_derives v2.3.7
26502026-05-08T00:21:24.603Z Compiling maplit v1.0.2
26512026-05-08T00:21:24.667Z Compiling crc-any v2.5.0
26522026-05-08T00:21:24.734Z Compiling crunchy v0.2.4
26532026-05-08T00:21:24.824Z Compiling object v0.30.4
26542026-05-08T00:21:24.849Z Compiling clang-sys v1.8.1
26552026-05-08T00:21:24.903Z Compiling dirs-next v2.0.0
26562026-05-08T00:21:25.017Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26572026-05-08T00:21:25.065Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-05-08T00:21:25.095Z Compiling dsl_auto_type v0.2.0
26592026-05-08T00:21:25.116Z Compiling scheduled-thread-pool v0.2.7
26602026-05-08T00:21:25.237Z Compiling typify-macro v0.4.3
26612026-05-08T00:21:25.257Z Compiling tabled v0.20.0
26622026-05-08T00:21:25.667Z Compiling diesel_table_macro_syntax v0.3.0
26632026-05-08T00:21:25.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-05-08T00:21:25.736Z Compiling path-slash v0.1.5
26652026-05-08T00:21:25.906Z Compiling tiny-keccak v2.0.2
26662026-05-08T00:21:25.943Z Compiling xshell-macros v0.2.7
26672026-05-08T00:21:26.036Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26682026-05-08T00:21:26.179Z Compiling r2d2 v0.8.10
26692026-05-08T00:21:26.350Z Compiling xshell v0.2.7
26702026-05-08T00:21:26.544Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712026-05-08T00:21:26.623Z Compiling term v0.7.0
26722026-05-08T00:21:26.824Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26732026-05-08T00:21:27.164Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26742026-05-08T00:21:27.201Z Compiling downcast-rs v2.0.2
26752026-05-08T00:21:27.334Z Compiling bit-vec v0.6.3
26762026-05-08T00:21:27.386Z Compiling ascii-canvas v3.0.0
26772026-05-08T00:21:27.602Z Compiling bit-set v0.5.3
26782026-05-08T00:21:27.681Z Compiling itertools v0.10.5
26792026-05-08T00:21:27.799Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26802026-05-08T00:21:27.935Z Compiling ena v0.14.4
26812026-05-08T00:21:28.210Z Compiling libloading v0.8.9
26822026-05-08T00:21:28.452Z Compiling crc8 v0.1.1
26832026-05-08T00:21:28.591Z Compiling bindgen v0.71.1
26842026-05-08T00:21:28.817Z Compiling diff v0.1.13
26852026-05-08T00:21:28.892Z Compiling unicase v2.9.0
26862026-05-08T00:21:29.049Z Compiling regex-syntax v0.6.29
26872026-05-08T00:21:29.196Z Compiling typify v0.4.3
26882026-05-08T00:21:29.367Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26892026-05-08T00:21:29.624Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26902026-05-08T00:21:29.719Z Compiling cexpr v0.6.0
26912026-05-08T00:21:29.952Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26922026-05-08T00:21:30.180Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26932026-05-08T00:21:30.290Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26942026-05-08T00:21:30.361Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26952026-05-08T00:21:30.480Z Compiling lalrpop v0.19.12
26962026-05-08T00:21:30.749Z Compiling headers-core v0.3.0
26972026-05-08T00:21:30.901Z Compiling libxml v0.3.3
26982026-05-08T00:21:30.952Z Compiling diesel v2.3.7
26992026-05-08T00:21:30.986Z Compiling headers v0.4.1
27002026-05-08T00:21:31.023Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27012026-05-08T00:21:31.214Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27022026-05-08T00:21:31.445Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27032026-05-08T00:21:31.962Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-05-08T00:21:32.230Z Compiling strum_macros v0.24.3
27052026-05-08T00:21:32.257Z Compiling indoc v1.0.9
27062026-05-08T00:21:32.802Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27072026-05-08T00:21:33.036Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27082026-05-08T00:21:33.068Z Compiling derive_builder v0.20.2
27092026-05-08T00:21:33.068Z Compiling oso-derive v0.27.3
27102026-05-08T00:21:33.118Z Compiling quick-xml v0.37.5
27112026-05-08T00:21:33.269Z Compiling impl-trait-for-tuples v0.2.3
27122026-05-08T00:21:33.508Z Compiling half v1.8.3
27132026-05-08T00:21:33.601Z Compiling openssl-probe v0.1.6
27142026-05-08T00:21:33.903Z Compiling serde_cbor v0.11.2
27152026-05-08T00:21:34.005Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27162026-05-08T00:21:34.596Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-05-08T00:21:34.639Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27182026-05-08T00:21:34.724Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27192026-05-08T00:21:34.748Z Compiling bb8 v0.8.6
27202026-05-08T00:21:34.952Z Compiling trait-variant v0.1.2
27212026-05-08T00:21:34.991Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27222026-05-08T00:21:35.109Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27232026-05-08T00:21:35.150Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27242026-05-08T00:21:35.267Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-05-08T00:21:35.418Z Compiling samael v0.0.19
27262026-05-08T00:21:35.471Z Compiling fxhash v0.2.1
27272026-05-08T00:21:35.518Z Compiling salty v0.3.0
27282026-05-08T00:21:35.553Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27292026-05-08T00:21:35.846Z Compiling progenitor-impl v0.10.0
27302026-05-08T00:21:35.877Z Compiling progenitor-impl v0.11.2
27312026-05-08T00:21:35.976Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27322026-05-08T00:21:36.005Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27332026-05-08T00:21:36.483Z Compiling kstat-rs v0.2.4
27342026-05-08T00:21:36.589Z Compiling libz-sys v1.1.24
27352026-05-08T00:21:36.913Z Compiling nonempty v0.12.0
27362026-05-08T00:21:36.970Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27372026-05-08T00:21:37.086Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27382026-05-08T00:21:37.941Z Compiling polar-core v0.27.3
27392026-05-08T00:21:37.989Z Compiling progenitor-macro v0.10.0
27402026-05-08T00:21:38.111Z Compiling progenitor-macro v0.11.2
27412026-05-08T00:21:39.229Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27422026-05-08T00:21:40.730Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-08T00:21:41.095Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-05-08T00:21:41.319Z Compiling progenitor-client v0.11.2
27452026-05-08T00:21:41.823Z Compiling darling_core v0.23.0
27462026-05-08T00:21:41.907Z Compiling nanorand v0.7.0
27472026-05-08T00:21:42.120Z Compiling arc-swap v1.8.2
27482026-05-08T00:21:42.283Z Compiling fs-err v2.11.0
27492026-05-08T00:21:42.317Z Compiling parking_lot_core v0.8.6
27502026-05-08T00:21:42.636Z Compiling slog-scope v4.4.1
27512026-05-08T00:21:42.703Z Compiling progenitor v0.11.2
27522026-05-08T00:21:42.771Z Compiling mime_guess v2.0.5
27532026-05-08T00:21:42.848Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-05-08T00:21:43.087Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552026-05-08T00:21:43.292Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-05-08T00:21:44.002Z Compiling darling_macro v0.23.0
27572026-05-08T00:21:44.535Z Compiling flume v0.11.1
27582026-05-08T00:21:44.993Z Compiling progenitor v0.10.0
27592026-05-08T00:21:45.204Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-05-08T00:21:45.475Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-08T00:21:46.656Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27622026-05-08T00:21:47.434Z Compiling oso v0.27.3
27632026-05-08T00:21:47.910Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27642026-05-08T00:21:50.673Z Compiling async-bb8-diesel v0.2.1
27652026-05-08T00:21:50.745Z Compiling diesel-dtrace v0.5.0
27662026-05-08T00:21:51.079Z Compiling primeorder v0.13.6
27672026-05-08T00:21:51.372Z Compiling git-stub v1.0.0
27682026-05-08T00:21:51.415Z Compiling libgit2-sys v0.18.3+1.9.2
27692026-05-08T00:21:51.599Z Compiling instability v0.3.11
27702026-05-08T00:21:51.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27712026-05-08T00:21:51.888Z Compiling git-stub-vcs v0.1.0
27722026-05-08T00:21:52.270Z Compiling p384 v0.13.1
27732026-05-08T00:21:52.526Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-08T00:21:53.020Z Compiling darling v0.23.0
27752026-05-08T00:21:53.175Z Compiling slog-stdlog v4.1.1
27762026-05-08T00:21:53.803Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27772026-05-08T00:21:53.839Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27782026-05-08T00:21:53.861Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27792026-05-08T00:21:54.051Z Compiling ignore v0.4.25
27802026-05-08T00:21:54.093Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-08T00:21:54.432Z Compiling castaway v0.2.4
27822026-05-08T00:21:54.599Z Compiling atty v0.2.14
27832026-05-08T00:21:54.758Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-08T00:21:55.015Z Compiling http-range v0.1.5
27852026-05-08T00:21:55.038Z Compiling indoc v2.0.7
27862026-05-08T00:21:55.363Z Compiling parse-size v1.1.0
27872026-05-08T00:21:55.531Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27882026-05-08T00:21:55.597Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-05-08T00:21:56.262Z Compiling globwalk v0.9.1
27902026-05-08T00:21:56.284Z Compiling compact_str v0.8.1
27912026-05-08T00:21:56.984Z Compiling parking_lot v0.11.2
27922026-05-08T00:21:57.296Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-05-08T00:21:57.893Z Compiling slog-envlogger v2.2.0
27942026-05-08T00:21:58.091Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27952026-05-08T00:21:58.686Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27962026-05-08T00:21:58.881Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27972026-05-08T00:21:59.057Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-05-08T00:21:59.088Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27992026-05-08T00:21:59.889Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28002026-05-08T00:21:59.917Z Compiling predicates-tree v1.0.13
28012026-05-08T00:21:59.940Z Compiling unicode-truncate v1.1.0
28022026-05-08T00:21:59.987Z Compiling lru v0.12.5
28032026-05-08T00:22:00.096Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-05-08T00:22:00.165Z Compiling rand_seeder v0.4.0
28052026-05-08T00:22:00.242Z Compiling prefix-trie v0.7.0
28062026-05-08T00:22:00.383Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28072026-05-08T00:22:00.432Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-05-08T00:22:00.593Z Compiling vergen-git2 v1.0.7
28092026-05-08T00:22:00.639Z Compiling corncobs v0.1.4
28102026-05-08T00:22:00.660Z Compiling cassowary v0.3.0
28112026-05-08T00:22:00.741Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28122026-05-08T00:22:00.873Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-05-08T00:22:00.895Z Compiling hickory-server v0.25.2
28142026-05-08T00:22:00.939Z Compiling ratatui v0.29.0
28152026-05-08T00:22:00.970Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28162026-05-08T00:22:01.052Z Compiling camino-tempfile-ext v0.3.3
28172026-05-08T00:22:01.193Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28182026-05-08T00:22:01.598Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28192026-05-08T00:22:01.718Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28202026-05-08T00:22:01.801Z Compiling hyper-staticfile v0.10.1
28212026-05-08T00:22:02.235Z Compiling sled v0.34.7
28222026-05-08T00:22:03.015Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28232026-05-08T00:22:03.101Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28242026-05-08T00:22:03.693Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28252026-05-08T00:22:05.146Z Compiling secrecy v0.8.0
28262026-05-08T00:22:05.356Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28272026-05-08T00:22:05.432Z Compiling rustls v0.21.12
28282026-05-08T00:22:05.758Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28292026-05-08T00:22:05.982Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-05-08T00:22:06.743Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28312026-05-08T00:22:06.905Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-05-08T00:22:07.790Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28332026-05-08T00:22:08.047Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-05-08T00:22:09.037Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28352026-05-08T00:22:09.169Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28362026-05-08T00:22:09.889Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28372026-05-08T00:22:10.899Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28382026-05-08T00:22:11.011Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28392026-05-08T00:22:11.063Z Compiling rustls-webpki v0.101.7
28402026-05-08T00:22:11.142Z Compiling sct v0.7.1
28412026-05-08T00:22:11.256Z Compiling nix v0.29.0
28422026-05-08T00:22:11.422Z Compiling dropshot v0.16.7
28432026-05-08T00:22:11.672Z Compiling void v1.0.2
28442026-05-08T00:22:11.802Z Compiling lzss v0.8.2
28452026-05-08T00:22:12.000Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28462026-05-08T00:22:12.117Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-05-08T00:22:12.682Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28482026-05-08T00:22:12.773Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-05-08T00:22:12.851Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-08T00:22:13.115Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28512026-05-08T00:22:13.373Z Compiling tungstenite v0.23.0
28522026-05-08T00:22:13.565Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28532026-05-08T00:22:14.221Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28542026-05-08T00:22:14.471Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28552026-05-08T00:22:14.706Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28562026-05-08T00:22:14.936Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28572026-05-08T00:22:15.049Z Compiling toml v0.9.12+spec-1.1.0
28582026-05-08T00:22:15.176Z Compiling nix v0.27.1
28592026-05-08T00:22:15.556Z Compiling dropshot_endpoint v0.16.7
28602026-05-08T00:22:15.762Z Compiling serde_bytes v0.11.19
28612026-05-08T00:22:16.022Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28622026-05-08T00:22:16.201Z Compiling tokio-tungstenite v0.23.1
28632026-05-08T00:22:16.373Z Compiling tokio-rustls v0.24.1
28642026-05-08T00:22:16.578Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-05-08T00:22:16.962Z Compiling git2 v0.20.4
28662026-05-08T00:22:17.111Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28672026-05-08T00:22:19.807Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28682026-05-08T00:22:20.053Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-05-08T00:22:21.721Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28702026-05-08T00:22:22.166Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28712026-05-08T00:22:22.495Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28722026-05-08T00:22:22.601Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28732026-05-08T00:22:22.844Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28742026-05-08T00:22:24.552Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-05-08T00:22:25.240Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28762026-05-08T00:22:25.497Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28772026-05-08T00:22:25.828Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28782026-05-08T00:22:26.328Z Compiling rustls-pemfile v1.0.4
28792026-05-08T00:22:26.771Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-05-08T00:22:26.831Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28812026-05-08T00:22:27.146Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28822026-05-08T00:22:28.117Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28832026-05-08T00:22:28.287Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28842026-05-08T00:22:29.716Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-05-08T00:22:30.305Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28862026-05-08T00:22:30.420Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28872026-05-08T00:22:30.535Z Compiling signal-hook-tokio v0.3.1
28882026-05-08T00:22:30.563Z Compiling twox-hash v2.1.2
28892026-05-08T00:22:30.732Z Compiling yasna v0.5.2
28902026-05-08T00:22:30.884Z Compiling is_ci v1.2.0
28912026-05-08T00:22:31.096Z Compiling supports-color v3.0.2
28922026-05-08T00:22:31.249Z Compiling rcgen v0.12.1
28932026-05-08T00:22:31.387Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28942026-05-08T00:22:31.967Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28952026-05-08T00:22:32.028Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-05-08T00:22:32.199Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-05-08T00:22:32.245Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28982026-05-08T00:22:32.750Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28992026-05-08T00:22:33.548Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29002026-05-08T00:22:33.908Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29012026-05-08T00:22:35.259Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29022026-05-08T00:22:35.643Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29032026-05-08T00:22:35.808Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29042026-05-08T00:22:36.048Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29052026-05-08T00:22:36.280Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29062026-05-08T00:22:36.463Z Compiling fatfs v0.3.6
29072026-05-08T00:22:36.510Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29082026-05-08T00:22:37.231Z Compiling rtoolbox v0.0.3
29092026-05-08T00:22:37.518Z Compiling subprocess v0.2.15
29102026-05-08T00:22:37.659Z Compiling assert_matches v1.5.0
29112026-05-08T00:22:37.839Z Compiling seq-macro v0.3.6
29122026-05-08T00:22:37.991Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29132026-05-08T00:22:38.350Z Compiling rpassword v7.4.0
29142026-05-08T00:22:38.685Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29152026-05-08T00:22:39.454Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29162026-05-08T00:22:39.698Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29172026-05-08T00:22:39.842Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29182026-05-08T00:22:40.203Z Compiling tui-tree-widget v0.23.1
29192026-05-08T00:22:40.502Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29202026-05-08T00:22:41.213Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29212026-05-08T00:22:41.319Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29222026-05-08T00:22:41.805Z Compiling uzers v0.12.2
29232026-05-08T00:22:42.267Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29242026-05-08T00:22:43.130Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29252026-05-08T00:22:43.914Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29262026-05-08T00:22:44.986Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29272026-05-08T00:22:46.631Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29282026-05-08T00:22:48.431Z Compiling support-bundle-viewer v0.1.2
29292026-05-08T00:22:48.849Z Compiling multimap v0.10.1
29302026-05-08T00:22:57.862Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29312026-05-08T00:22:58.305Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29322026-05-08T00:23:07.713Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29332026-05-08T00:23:08.616Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29342026-05-08T00:28:17.229Z Finished `release` profile [optimized] target(s) in 7m 23s
29352026-05-08T00:29:01.753Z
29362026-05-08T00:29:01.753Zreal 8:08.837844150
29372026-05-08T00:29:01.757Zuser 1:17:47.654634203
29382026-05-08T00:29:01.757Zsys 3:36.962052935
29392026-05-08T00:29:01.757Ztrap 1.762799705
29402026-05-08T00:29:01.757Ztflt 2.012414790
29412026-05-08T00:29:01.757Zdflt 17.494321208
29422026-05-08T00:29:01.757Zkflt 0.078115550
29432026-05-08T00:29:01.757Zlock 6:21:52.153977879
29442026-05-08T00:29:01.757Zslp 2:13:36.285048080
29452026-05-08T00:29:01.757Zlat 2:31.455724842
29462026-05-08T00:29:01.757Zstop 5:25.767930465
29472026-05-08T00:29:01.757Z+ mapfile -t packages
29482026-05-08T00:29:01.758Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29492026-05-08T00:29:02.720Z Finished `release` profile [optimized] target(s) in 0.95s
29502026-05-08T00:29:02.790Z Running `target/release/omicron-package -t test list-outputs`
29512026-05-08T00:29:02.852ZLogging to: /work/oxidecomputer/omicron/out/LOG
29522026-05-08T00:29:02.858Z+ ptime -m cargo build --locked --release -p xtask
29532026-05-08T00:29:03.417Z Compiling libc v0.2.185
29542026-05-08T00:29:03.417Z Compiling serde v1.0.228
29552026-05-08T00:29:03.417Z Compiling serde_core v1.0.228
29562026-05-08T00:29:03.426Z Compiling rustix v1.1.3
29572026-05-08T00:29:03.426Z Compiling serde_json v1.0.149
29582026-05-08T00:29:03.430Z Compiling bitflags v2.11.0
29592026-05-08T00:29:03.527Z Compiling num-traits v0.2.19
29602026-05-08T00:29:03.547Z Compiling syn v2.0.117
29612026-05-08T00:29:03.558Z Compiling smallvec v1.15.1
29622026-05-08T00:29:03.580Z Compiling usdt-impl v0.5.0
29632026-05-08T00:29:03.590Z Compiling indexmap v2.14.0
29642026-05-08T00:29:03.601Z Compiling syn v1.0.109
29652026-05-08T00:29:03.623Z Compiling log v0.4.29
29662026-05-08T00:29:03.647Z Compiling getrandom v0.4.1
29672026-05-08T00:29:03.889Z Compiling percent-encoding v2.3.2
29682026-05-08T00:29:03.929Z Compiling fs-err v3.3.0
29692026-05-08T00:29:04.033Z Compiling form_urlencoded v1.2.2
29702026-05-08T00:29:04.091Z Compiling once_cell v1.21.3
29712026-05-08T00:29:04.091Z Compiling anyhow v1.0.102
29722026-05-08T00:29:04.119Z Compiling heck v0.4.1
29732026-05-08T00:29:04.425Z Compiling thread-id v4.2.2
29742026-05-08T00:29:04.489Z Compiling errno v0.3.14
29752026-05-08T00:29:04.495Z Compiling memmap v0.7.0
29762026-05-08T00:29:04.733Z Compiling ordered-float v2.10.1
29772026-05-08T00:29:05.261Z Compiling proc-macro-error v1.0.4
29782026-05-08T00:29:05.487Z Compiling tabled_derive v0.7.0
29792026-05-08T00:29:05.509Z Compiling terminal_size v0.4.3
29802026-05-08T00:29:05.510Z Compiling tempfile v3.25.0
29812026-05-08T00:29:05.617Z Compiling clap_builder v4.5.60
29822026-05-08T00:29:05.617Z Compiling textwrap v0.16.2
29832026-05-08T00:29:05.754Z Compiling camino-tempfile v1.4.1
29842026-05-08T00:29:06.134Z Compiling synstructure v0.13.2
29852026-05-08T00:29:06.134Z Compiling pest_generator v2.8.6
29862026-05-08T00:29:06.176Z Compiling tabled v0.15.0
29872026-05-08T00:29:06.552Z Compiling serde_derive v1.0.228
29882026-05-08T00:29:06.552Z Compiling zerofrom-derive v0.1.6
29892026-05-08T00:29:06.560Z Compiling yoke-derive v0.8.1
29902026-05-08T00:29:06.560Z Compiling zerovec-derive v0.11.2
29912026-05-08T00:29:06.560Z Compiling displaydoc v0.2.5
29922026-05-08T00:29:06.642Z Compiling thiserror-impl v1.0.69
29932026-05-08T00:29:06.715Z Compiling zerocopy-derive v0.7.35
29942026-05-08T00:29:07.143Z Compiling pest_derive v2.8.6
29952026-05-08T00:29:07.180Z Compiling scroll_derive v0.12.1
29962026-05-08T00:29:07.215Z Compiling thiserror-impl v2.0.18
29972026-05-08T00:29:07.266Z Compiling clap_derive v4.5.55
29982026-05-08T00:29:07.574Z Compiling zerocopy v0.7.35
29992026-05-08T00:29:07.685Z Compiling zerofrom v0.1.6
30002026-05-08T00:29:07.703Z Compiling thiserror v1.0.69
30012026-05-08T00:29:07.834Z Compiling yoke v0.8.1
30022026-05-08T00:29:07.851Z Compiling dtrace-parser v0.2.0
30032026-05-08T00:29:07.860Z Compiling scroll v0.12.0
30042026-05-08T00:29:08.063Z Compiling zerovec v0.11.5
30052026-05-08T00:29:08.219Z Compiling zerotrie v0.2.3
30062026-05-08T00:29:08.302Z Compiling goblin v0.8.2
30072026-05-08T00:29:08.476Z Compiling thiserror v2.0.18
30082026-05-08T00:29:08.697Z Compiling tinystr v0.8.2
30092026-05-08T00:29:08.714Z Compiling potential_utf v0.1.4
30102026-05-08T00:29:08.948Z Compiling icu_locale_core v2.1.1
30112026-05-08T00:29:08.964Z Compiling icu_collections v2.1.1
30122026-05-08T00:29:08.994Z Compiling clap v4.5.60
30132026-05-08T00:29:09.738Z Compiling icu_provider v2.1.1
30142026-05-08T00:29:09.849Z Compiling serde_spanned v0.6.9
30152026-05-08T00:29:09.979Z Compiling toml_datetime v0.6.11
30162026-05-08T00:29:09.995Z Compiling dof v0.3.0
30172026-05-08T00:29:10.043Z Compiling icu_properties v2.1.2
30182026-05-08T00:29:10.067Z Compiling icu_normalizer v2.1.1
30192026-05-08T00:29:10.122Z Compiling serde_tokenstream v0.2.3
30202026-05-08T00:29:10.150Z Compiling serde-value v0.7.0
30212026-05-08T00:29:10.197Z Compiling toml_edit v0.22.27
30222026-05-08T00:29:10.368Z Compiling cargo-platform v0.2.0
30232026-05-08T00:29:10.380Z Compiling macaddr v1.0.1
30242026-05-08T00:29:10.817Z Compiling usdt-attr-macro v0.5.0
30252026-05-08T00:29:10.843Z Compiling usdt-macro v0.5.0
30262026-05-08T00:29:10.956Z Compiling idna_adapter v1.2.1
30272026-05-08T00:29:11.085Z Compiling idna v1.1.0
30282026-05-08T00:29:11.427Z Compiling url v2.5.8
30292026-05-08T00:29:11.732Z Compiling usdt v0.5.0
30302026-05-08T00:29:11.770Z Compiling toml v0.8.23
30312026-05-08T00:29:12.249Z Compiling cargo-util-schemas v0.8.2
30322026-05-08T00:29:12.306Z Compiling cargo_toml v0.21.0
30332026-05-08T00:29:13.320Z Compiling cargo_metadata v0.21.0
30342026-05-08T00:29:16.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30352026-05-08T00:29:23.813Z Finished `release` profile [optimized] target(s) in 16.65s
30362026-05-08T00:29:23.937Z
30372026-05-08T00:29:23.937Zreal 16.759372887
30382026-05-08T00:29:23.937Zuser 2:23.025726027
30392026-05-08T00:29:23.937Zsys 18.455821303
30402026-05-08T00:29:23.937Ztrap 0.096574528
30412026-05-08T00:29:23.937Ztflt 0.784502220
30422026-05-08T00:29:23.938Zdflt 1.579559497
30432026-05-08T00:29:23.938Zkflt 0.000033652
30442026-05-08T00:29:23.938Zlock 5:21.848950013
30452026-05-08T00:29:23.938Zslp 3:30.126260152
30462026-05-08T00:29:23.938Zlat 6.029741353
30472026-05-08T00:29:23.938Zstop 19.846744781
30482026-05-08T00:29:23.938Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30492026-05-08T00:29:23.938Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30502026-05-08T00:29:23.938Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30512026-05-08T00:29:23.938Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30522026-05-08T00:29:23.938Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30532026-05-08T00:29:23.938Z Compiling newtype-uuid-macros v0.1.0
30542026-05-08T00:29:23.938Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30552026-05-08T00:29:23.938Z Compiling regress v0.10.5
30562026-05-08T00:29:23.938Z Compiling structmeta-derive v0.3.0
30572026-05-08T00:29:23.938Z Compiling rustls v0.22.4
30582026-05-08T00:29:23.938Z Compiling rustls-webpki v0.102.8
30592026-05-08T00:29:23.938Z Compiling multer v3.1.0
30602026-05-08T00:29:23.938Z Compiling match_cfg v0.1.0
30612026-05-08T00:29:23.938Z Compiling debug-ignore v1.0.5
30622026-05-08T00:29:23.938Z Compiling compression-core v0.4.31
30632026-05-08T00:29:23.938Z Compiling slog-json v2.6.1
30642026-05-08T00:29:23.939Z Compiling async-stream-impl v0.3.6
30652026-05-08T00:29:23.939Z Compiling serde_spanned v1.0.4
30662026-05-08T00:29:23.939Z Compiling toml_datetime v1.0.0+spec-1.1.0
30672026-05-08T00:29:23.939Z Compiling compression-codecs v0.4.37
30682026-05-08T00:29:23.939Z Compiling dropshot v0.17.0
30692026-05-08T00:29:23.939Z Compiling hostname v0.3.1
30702026-05-08T00:29:23.939Z Compiling toml_writer v1.0.6+spec-1.1.0
30712026-05-08T00:29:23.939Z Compiling itertools v0.14.0
30722026-05-08T00:29:23.939Z Compiling waitgroup v0.1.2
30732026-05-08T00:29:23.939Z Compiling slog-bunyan v2.5.0
30742026-05-08T00:29:23.939Z Compiling async-compression v0.4.41
30752026-05-08T00:29:23.939Z Compiling rustls-pemfile v2.2.0
30762026-05-08T00:29:23.939Z Compiling toml v1.0.6+spec-1.1.0
30772026-05-08T00:29:23.939Z Compiling dropshot_endpoint v0.17.0
30782026-05-08T00:29:23.939Z Compiling serde_path_to_error v0.1.20
30792026-05-08T00:29:23.939Z Compiling hostname v0.4.2
30802026-05-08T00:29:23.939Z Compiling progenitor-client v0.14.0
30812026-05-08T00:29:23.939Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30822026-05-08T00:29:23.939Z Compiling macaddr v1.0.1
30832026-05-08T00:29:23.939Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-05-08T00:29:23.939Z Compiling instant v0.1.13
30852026-05-08T00:29:23.939Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30862026-05-08T00:29:23.939Z Compiling async-stream v0.3.6
30872026-05-08T00:29:23.940Z Compiling progenitor-client v0.10.0
30882026-05-08T00:29:23.940Z Compiling backon v1.6.0
30892026-05-08T00:29:23.940Z Compiling backoff v0.4.0
30902026-05-08T00:29:23.940Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30912026-05-08T00:29:23.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30922026-05-08T00:29:23.940Z Compiling universal-hash v0.5.1
30932026-05-08T00:29:23.940Z Compiling opaque-debug v0.3.1
30942026-05-08T00:29:23.940Z Compiling progenitor-extras v0.2.0
30952026-05-08T00:29:23.940Z Compiling half v2.7.1
30962026-05-08T00:29:23.940Z Compiling unsafe-libyaml v0.2.11
30972026-05-08T00:29:23.940Z Compiling ciborium-io v0.2.2
30982026-05-08T00:29:23.940Z Compiling crucible-workspace-hack v0.1.0
30992026-05-08T00:29:23.940Z Compiling convert_case v0.4.0
31002026-05-08T00:29:23.940Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-05-08T00:29:23.940Z Compiling regress v0.11.1
31022026-05-08T00:29:23.940Z Compiling structmeta v0.3.0
31032026-05-08T00:29:23.940Z Compiling ciborium-ll v0.2.2
31042026-05-08T00:29:23.940Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31052026-05-08T00:29:23.940Z Compiling aead v0.5.2
31062026-05-08T00:29:23.940Z Compiling secrecy v0.10.3
31072026-05-08T00:29:23.940Z Compiling poly1305 v0.8.0
31082026-05-08T00:29:23.940Z Compiling derive-ex v0.1.8
31092026-05-08T00:29:23.940Z Compiling parse-display-derive v0.10.0
31102026-05-08T00:29:23.940Z Compiling ciborium v0.2.2
31112026-05-08T00:29:23.940Z Compiling chacha20 v0.9.1
31122026-05-08T00:29:23.940Z Compiling derive_more v0.99.20
31132026-05-08T00:29:23.940Z Compiling serde_yaml v0.9.34+deprecated
31142026-05-08T00:29:23.940Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31152026-05-08T00:29:23.940Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-05-08T00:29:23.940Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-05-08T00:29:23.940Z Compiling thiserror-impl-no-std v2.0.2
31182026-05-08T00:29:23.940Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31192026-05-08T00:29:23.940Z Compiling byte-wrapper v0.1.0
31202026-05-08T00:29:23.940Z Compiling blake2 v0.10.6
31212026-05-08T00:29:23.940Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31222026-05-08T00:29:23.941Z Compiling password-hash v0.5.0
31232026-05-08T00:29:23.941Z Compiling chacha20poly1305 v0.10.1
31242026-05-08T00:29:23.941Z Compiling indent_write v2.2.0
31252026-05-08T00:29:23.941Z Compiling heapless v0.8.0
31262026-05-08T00:29:23.941Z Compiling tokio-rustls v0.25.0
31272026-05-08T00:29:23.941Z Compiling ingot-macros v0.1.1
31282026-05-08T00:29:23.941Z Compiling toml_edit v0.23.10+spec-1.0.0
31292026-05-08T00:29:23.941Z Compiling argon2 v0.5.3
31302026-05-08T00:29:23.941Z Compiling hash32 v0.3.1
31312026-05-08T00:29:23.941Z Compiling typify-impl v0.6.2
31322026-05-08T00:29:23.941Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-05-08T00:29:24.016Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-05-08T00:29:24.016Z Compiling thiserror-no-std v2.0.2
31352026-05-08T00:29:24.016Z Compiling smoltcp v0.11.0
31362026-05-08T00:29:24.046Z Compiling vsss-rs v3.3.4
31372026-05-08T00:29:24.052Z Compiling proc-macro-crate v3.4.0
31382026-05-08T00:29:24.061Z Compiling parse-display v0.10.0
31392026-05-08T00:29:24.074Z Compiling test-strategy v0.4.5
31402026-05-08T00:29:24.313Z Compiling tabwriter v1.4.1
31412026-05-08T00:29:24.329Z Compiling num-rational v0.4.2
31422026-05-08T00:29:24.390Z Compiling cobs v0.3.0
31432026-05-08T00:29:24.571Z Compiling num-complex v0.4.6
31442026-05-08T00:29:24.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-05-08T00:29:24.640Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31462026-05-08T00:29:24.660Z Compiling num_enum_derive v0.7.5
31472026-05-08T00:29:24.710Z Compiling postcard v1.1.3
31482026-05-08T00:29:24.765Z Compiling proc-macro-error v1.0.4
31492026-05-08T00:29:24.852Z Compiling proc-macro-crate v1.3.1
31502026-05-08T00:29:24.954Z Compiling num v0.4.3
31512026-05-08T00:29:24.993Z Compiling foreign-types-macros v0.2.3
31522026-05-08T00:29:24.995Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31532026-05-08T00:29:25.045Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-05-08T00:29:25.066Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31552026-05-08T00:29:25.083Z Compiling cpufeatures v0.3.0
31562026-05-08T00:29:25.112Z Compiling foreign-types-shared v0.3.1
31572026-05-08T00:29:25.184Z Compiling rayon-core v1.13.0
31582026-05-08T00:29:25.232Z Compiling float-ord v0.3.2
31592026-05-08T00:29:25.303Z Compiling colored v3.1.1
31602026-05-08T00:29:25.320Z Compiling num_enum_derive v0.5.11
31612026-05-08T00:29:25.343Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31622026-05-08T00:29:25.406Z Compiling chacha20 v0.10.0
31632026-05-08T00:29:25.494Z Compiling crossbeam-deque v0.8.6
31642026-05-08T00:29:25.598Z Compiling camino-tempfile v1.4.1
31652026-05-08T00:29:25.621Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31662026-05-08T00:29:25.636Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31672026-05-08T00:29:25.656Z Compiling foreign-types v0.5.0
31682026-05-08T00:29:25.672Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31692026-05-08T00:29:25.731Z Compiling cstr-argument v0.1.2
31702026-05-08T00:29:25.748Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31712026-05-08T00:29:25.786Z Compiling num_enum v0.7.5
31722026-05-08T00:29:25.789Z Compiling rand v0.10.0
31732026-05-08T00:29:25.863Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31742026-05-08T00:29:25.896Z Compiling toml v0.8.23
31752026-05-08T00:29:25.939Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31762026-05-08T00:29:25.984Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31772026-05-08T00:29:26.108Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31782026-05-08T00:29:26.142Z Compiling zone_cfg_derive v0.3.1
31792026-05-08T00:29:26.142Z Compiling ingot-types v0.1.2
31802026-05-08T00:29:26.159Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-05-08T00:29:26.194Z Compiling rayon v1.11.0
31822026-05-08T00:29:26.214Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31832026-05-08T00:29:26.253Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31842026-05-08T00:29:26.292Z Compiling itertools v0.12.1
31852026-05-08T00:29:26.334Z Compiling num-derive v0.4.2
31862026-05-08T00:29:26.352Z Compiling sigpipe v0.1.3
31872026-05-08T00:29:26.446Z Compiling num_enum v0.5.11
31882026-05-08T00:29:26.481Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-05-08T00:29:26.486Z Compiling glob v0.3.3
31902026-05-08T00:29:26.519Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31912026-05-08T00:29:26.573Z Compiling ingot v0.1.1
31922026-05-08T00:29:26.605Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31932026-05-08T00:29:26.620Z Compiling smf v0.2.3
31942026-05-08T00:29:26.748Z Compiling whoami v1.6.1
31952026-05-08T00:29:26.766Z Compiling prettyplease v0.2.37
31962026-05-08T00:29:26.783Z Compiling gethostname v0.5.0
31972026-05-08T00:29:26.907Z Compiling atomicwrites v0.4.4
31982026-05-08T00:29:26.933Z Compiling usdt-macro v0.5.0
31992026-05-08T00:29:26.949Z Compiling usdt-attr-macro v0.5.0
32002026-05-08T00:29:27.076Z Compiling memmap v0.7.0
32012026-05-08T00:29:27.136Z Compiling derive-where v1.6.0
32022026-05-08T00:29:27.162Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32032026-05-08T00:29:27.181Z Compiling progenitor-client v0.13.0
32042026-05-08T00:29:27.300Z Compiling owo-colors v4.3.0
32052026-05-08T00:29:27.321Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32062026-05-08T00:29:27.339Z Compiling cancel-safe-futures v0.1.5
32072026-05-08T00:29:27.532Z Compiling zone v0.3.1
32082026-05-08T00:29:27.591Z Compiling resolv-conf v0.7.6
32092026-05-08T00:29:27.637Z Compiling libsw-core v0.3.2
32102026-05-08T00:29:27.744Z Compiling async-recursion v1.1.1
32112026-05-08T00:29:27.825Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32122026-05-08T00:29:27.842Z Compiling usdt v0.5.0
32132026-05-08T00:29:28.015Z Compiling libsw v3.5.0
32142026-05-08T00:29:28.050Z Compiling console v0.15.11
32152026-05-08T00:29:28.105Z Compiling newline-converter v0.3.0
32162026-05-08T00:29:28.135Z Compiling linear-map v1.2.0
32172026-05-08T00:29:28.191Z Compiling libefi-sys v0.1.0
32182026-05-08T00:29:28.229Z Compiling hickory-proto v0.24.4
32192026-05-08T00:29:28.254Z Compiling bitfield-struct v0.6.2
32202026-05-08T00:29:28.289Z Compiling semver v0.1.20
32212026-05-08T00:29:28.317Z Compiling linked-hash-map v0.5.6
32222026-05-08T00:29:28.334Z Compiling typify-macro v0.6.2
32232026-05-08T00:29:28.365Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32242026-05-08T00:29:28.446Z Compiling expectorate v1.2.0
32252026-05-08T00:29:28.519Z Compiling lru-cache v0.1.2
32262026-05-08T00:29:28.538Z Compiling rustc_version v0.1.7
32272026-05-08T00:29:28.557Z Compiling tokio-dtrace v0.1.1
32282026-05-08T00:29:28.575Z Compiling dropshot-api-manager-types v0.7.1
32292026-05-08T00:29:28.615Z Compiling pin-project-internal v1.1.11
32302026-05-08T00:29:28.620Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32312026-05-08T00:29:28.650Z Compiling slog-dtrace v0.3.0
32322026-05-08T00:29:28.683Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-05-08T00:29:28.702Z Compiling minimal-lexical v0.2.1
32342026-05-08T00:29:28.722Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32352026-05-08T00:29:28.796Z Compiling oxide-tokio-rt v0.1.4
32362026-05-08T00:29:28.820Z Compiling newtype_derive v0.1.6
32372026-05-08T00:29:28.874Z Compiling typify-impl v0.4.3
32382026-05-08T00:29:28.954Z Compiling nom v7.1.3
32392026-05-08T00:29:28.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32402026-05-08T00:29:28.989Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-05-08T00:29:28.989Z Compiling snafu-derive v0.8.9
32422026-05-08T00:29:29.021Z Compiling phf_shared v0.12.1
32432026-05-08T00:29:29.029Z Compiling pem v3.0.6
32442026-05-08T00:29:29.057Z Compiling csv-core v0.1.13
32452026-05-08T00:29:29.129Z Compiling same-file v1.0.6
32462026-05-08T00:29:29.235Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32472026-05-08T00:29:29.335Z Compiling chrono-tz v0.10.4
32482026-05-08T00:29:29.354Z Compiling xshell-macros v0.2.7
32492026-05-08T00:29:29.413Z Compiling highway v1.3.0
32502026-05-08T00:29:29.572Z Compiling walkdir v2.5.0
32512026-05-08T00:29:29.589Z Compiling csv v1.4.0
32522026-05-08T00:29:29.607Z Compiling phf v0.12.1
32532026-05-08T00:29:29.669Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32542026-05-08T00:29:29.788Z Compiling xshell v0.2.7
32552026-05-08T00:29:29.807Z Compiling const_format_proc_macros v0.2.34
32562026-05-08T00:29:29.856Z Compiling pin-project v1.1.11
32572026-05-08T00:29:29.902Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32582026-05-08T00:29:29.934Z Compiling globset v0.4.18
32592026-05-08T00:29:29.988Z Compiling olpc-cjson v0.1.4
32602026-05-08T00:29:30.180Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-08T00:29:30.197Z Compiling primeorder v0.13.6
32622026-05-08T00:29:30.225Z Compiling serde_plain v1.0.2
32632026-05-08T00:29:30.245Z Compiling typify v0.6.2
32642026-05-08T00:29:30.330Z Compiling typed-path v0.9.3
32652026-05-08T00:29:30.353Z Compiling progenitor-impl v0.14.0
32662026-05-08T00:29:30.371Z Compiling progenitor-impl v0.13.0
32672026-05-08T00:29:30.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32682026-05-08T00:29:30.465Z Compiling hickory-resolver v0.24.4
32692026-05-08T00:29:30.496Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32702026-05-08T00:29:30.691Z Compiling const_format v0.2.35
32712026-05-08T00:29:30.710Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32722026-05-08T00:29:30.925Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32732026-05-08T00:29:31.048Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32742026-05-08T00:29:31.072Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32752026-05-08T00:29:31.143Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32762026-05-08T00:29:31.342Z Compiling snafu v0.8.9
32772026-05-08T00:29:31.356Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-05-08T00:29:31.617Z Compiling qorb v0.4.1
32792026-05-08T00:29:31.660Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32802026-05-08T00:29:31.796Z Compiling tough v0.20.0
32812026-05-08T00:29:32.117Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32822026-05-08T00:29:32.176Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32832026-05-08T00:29:32.216Z Compiling tabled_derive v0.7.0
32842026-05-08T00:29:32.233Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32852026-05-08T00:29:32.414Z Compiling bcs v0.1.6
32862026-05-08T00:29:32.740Z Compiling termtree v0.5.1
32872026-05-08T00:29:32.764Z Compiling salty v0.3.0
32882026-05-08T00:29:32.777Z Compiling textwrap v0.16.2
32892026-05-08T00:29:32.937Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-05-08T00:29:33.077Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32912026-05-08T00:29:33.146Z Compiling progenitor-macro v0.13.0
32922026-05-08T00:29:33.171Z Compiling progenitor-macro v0.14.0
32932026-05-08T00:29:33.246Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32942026-05-08T00:29:33.262Z Compiling steno v0.4.1
32952026-05-08T00:29:33.282Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-05-08T00:29:33.310Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-05-08T00:29:33.347Z Compiling tabled v0.15.0
32982026-05-08T00:29:33.493Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32992026-05-08T00:29:33.536Z Compiling humantime v2.3.0
33002026-05-08T00:29:33.571Z Compiling typify-macro v0.4.3
33012026-05-08T00:29:33.602Z Compiling radium v0.7.0
33022026-05-08T00:29:33.667Z Compiling base64 v0.21.7
33032026-05-08T00:29:33.713Z Compiling tagptr v0.2.0
33042026-05-08T00:29:33.931Z Compiling moka v0.12.13
33052026-05-08T00:29:33.947Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-05-08T00:29:34.044Z Compiling p384 v0.13.1
33072026-05-08T00:29:34.129Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33082026-05-08T00:29:34.286Z Compiling maybe-uninit v2.0.0
33092026-05-08T00:29:34.575Z Compiling tap v1.0.1
33102026-05-08T00:29:34.637Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-05-08T00:29:34.678Z Compiling hickory-resolver v0.25.2
33122026-05-08T00:29:34.723Z Compiling wyz v0.5.1
33132026-05-08T00:29:34.803Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33142026-05-08T00:29:34.948Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33152026-05-08T00:29:35.015Z Compiling proc-macro-error-attr2 v2.0.0
33162026-05-08T00:29:35.094Z Compiling utf-8 v0.7.6
33172026-05-08T00:29:35.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33182026-05-08T00:29:35.325Z Compiling funty v2.0.0
33192026-05-08T00:29:35.428Z Compiling typify v0.4.3
33202026-05-08T00:29:35.450Z Compiling packed_struct v0.10.1
33212026-05-08T00:29:35.549Z Compiling parking_lot_core v0.8.6
33222026-05-08T00:29:35.597Z Compiling proc-macro-error2 v2.0.1
33232026-05-08T00:29:35.617Z Compiling tungstenite v0.21.0
33242026-05-08T00:29:35.778Z Compiling bitvec v1.0.1
33252026-05-08T00:29:35.858Z Compiling polyval v0.6.2
33262026-05-08T00:29:35.882Z Compiling git-stub v1.0.0
33272026-05-08T00:29:35.898Z Compiling packed_struct_codegen v0.10.1
33282026-05-08T00:29:35.929Z Compiling num-derive v0.3.3
33292026-05-08T00:29:35.947Z Compiling bitfield-macros v0.19.4
33302026-05-08T00:29:35.970Z Compiling zerocopy-derive v0.6.6
33312026-05-08T00:29:36.007Z Compiling indexmap v1.9.3
33322026-05-08T00:29:36.134Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33332026-05-08T00:29:36.183Z Compiling crc-catalog v2.4.0
33342026-05-08T00:29:36.243Z Compiling nodrop v0.1.14
33352026-05-08T00:29:36.306Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-05-08T00:29:36.368Z Compiling array-init v0.0.4
33372026-05-08T00:29:36.408Z Compiling crc v3.4.0
33382026-05-08T00:29:36.531Z Compiling tokio-tungstenite v0.21.0
33392026-05-08T00:29:36.618Z Compiling git-stub-vcs v0.1.0
33402026-05-08T00:29:36.647Z Compiling ghash v0.5.1
33412026-05-08T00:29:36.737Z Compiling bitfield v0.19.4
33422026-05-08T00:29:36.755Z Compiling tabled_derive v0.11.0
33432026-05-08T00:29:36.891Z Compiling zerocopy v0.6.6
33442026-05-08T00:29:36.905Z Compiling smallvec v0.6.14
33452026-05-08T00:29:36.923Z Compiling libscf-sys v1.1.0
33462026-05-08T00:29:37.064Z Compiling progenitor-impl v0.11.2
33472026-05-08T00:29:37.087Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-05-08T00:29:37.105Z Compiling papergrid v0.17.0
33492026-05-08T00:29:37.155Z Compiling testing_table v0.3.0
33502026-05-08T00:29:37.296Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33512026-05-08T00:29:37.314Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-05-08T00:29:37.332Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33532026-05-08T00:29:37.398Z Compiling ctr v0.9.2
33542026-05-08T00:29:37.432Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-05-08T00:29:37.583Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-05-08T00:29:37.633Z Compiling hashbrown v0.12.3
33572026-05-08T00:29:37.696Z Compiling unicase v2.9.0
33582026-05-08T00:29:37.788Z Compiling corncobs v0.1.4
33592026-05-08T00:29:37.903Z Compiling aes-gcm v0.10.3
33602026-05-08T00:29:37.912Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-05-08T00:29:38.009Z Compiling mime_guess v2.0.5
33622026-05-08T00:29:38.015Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-05-08T00:29:38.051Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-05-08T00:29:38.075Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33652026-05-08T00:29:38.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-05-08T00:29:38.175Z Compiling tabled v0.20.0
33672026-05-08T00:29:38.387Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33682026-05-08T00:29:38.407Z Compiling serde-hex v0.1.0
33692026-05-08T00:29:38.433Z Compiling progenitor v0.13.0
33702026-05-08T00:29:38.473Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-05-08T00:29:38.488Z Compiling progenitor v0.14.0
33722026-05-08T00:29:38.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-08T00:29:38.635Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33742026-05-08T00:29:38.636Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-05-08T00:29:38.674Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-05-08T00:29:38.678Z Compiling parking_lot v0.11.2
33772026-05-08T00:29:38.933Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-05-08T00:29:39.078Z Compiling progenitor-impl v0.10.0
33792026-05-08T00:29:39.102Z Compiling ron v0.8.1
33802026-05-08T00:29:39.116Z Compiling hashbrown v0.13.2
33812026-05-08T00:29:39.191Z Compiling progenitor-client v0.11.2
33822026-05-08T00:29:39.191Z Compiling blowfish v0.9.1
33832026-05-08T00:29:39.436Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33842026-05-08T00:29:39.494Z Compiling prefix-trie v0.7.0
33852026-05-08T00:29:39.557Z Compiling ssh-encoding v0.2.0
33862026-05-08T00:29:39.660Z Compiling fxhash v0.2.1
33872026-05-08T00:29:39.836Z Compiling secrecy v0.8.0
33882026-05-08T00:29:39.854Z Compiling crc-any v2.5.0
33892026-05-08T00:29:39.911Z Compiling progenitor-macro v0.11.2
33902026-05-08T00:29:39.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33912026-05-08T00:29:40.023Z Compiling hickory-server v0.25.2
33922026-05-08T00:29:40.118Z Compiling sled v0.34.7
33932026-05-08T00:29:40.135Z Compiling ssh-cipher v0.2.0
33942026-05-08T00:29:40.187Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33952026-05-08T00:29:40.690Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-05-08T00:29:40.809Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33972026-05-08T00:29:41.118Z Compiling object v0.30.4
33982026-05-08T00:29:41.150Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33992026-05-08T00:29:41.473Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34002026-05-08T00:29:41.535Z Compiling bcrypt-pbkdf v0.10.0
34012026-05-08T00:29:41.725Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34022026-05-08T00:29:41.791Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34032026-05-08T00:29:41.810Z Compiling progenitor-macro v0.10.0
34042026-05-08T00:29:41.838Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34052026-05-08T00:29:41.899Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34062026-05-08T00:29:41.993Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-05-08T00:29:42.382Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-05-08T00:29:42.646Z Compiling password-hash v0.4.2
34092026-05-08T00:29:43.125Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34102026-05-08T00:29:43.181Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34112026-05-08T00:29:43.284Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34122026-05-08T00:29:43.378Z Compiling crc8 v0.1.1
34132026-05-08T00:29:43.474Z Compiling path-slash v0.1.5
34142026-05-08T00:29:43.511Z Compiling half v1.8.3
34152026-05-08T00:29:43.529Z Compiling http-range v0.1.5
34162026-05-08T00:29:43.685Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34172026-05-08T00:29:43.715Z Compiling pbkdf2 v0.11.0
34182026-05-08T00:29:43.761Z Compiling serde_cbor v0.11.2
34192026-05-08T00:29:43.800Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-05-08T00:29:43.952Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-05-08T00:29:44.021Z Compiling ssh-key v0.6.7
34222026-05-08T00:29:44.237Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34232026-05-08T00:29:44.315Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34242026-05-08T00:29:44.371Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34252026-05-08T00:29:44.390Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34262026-05-08T00:29:44.412Z Compiling p521 v0.13.3
34272026-05-08T00:29:44.455Z Compiling p256 v0.13.2
34282026-05-08T00:29:44.759Z Compiling yasna v0.5.2
34292026-05-08T00:29:44.878Z Compiling kstat-rs v0.2.4
34302026-05-08T00:29:44.951Z Compiling headers-core v0.3.0
34312026-05-08T00:29:45.037Z Compiling nanorand v0.7.0
34322026-05-08T00:29:45.067Z Compiling progenitor v0.11.2
34332026-05-08T00:29:45.115Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-05-08T00:29:45.171Z Compiling atty v0.2.14
34352026-05-08T00:29:45.188Z Compiling russh-cryptovec v0.7.3
34362026-05-08T00:29:45.220Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34372026-05-08T00:29:45.225Z Compiling home v0.5.12
34382026-05-08T00:29:45.247Z Compiling md5 v0.7.0
34392026-05-08T00:29:45.309Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34402026-05-08T00:29:45.313Z Compiling flume v0.11.1
34412026-05-08T00:29:45.367Z Compiling rcgen v0.12.1
34422026-05-08T00:29:45.407Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34432026-05-08T00:29:45.411Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34442026-05-08T00:29:45.443Z Compiling russh-keys v0.45.0
34452026-05-08T00:29:45.487Z Compiling headers v0.4.1
34462026-05-08T00:29:45.567Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34472026-05-08T00:29:45.679Z Compiling hyper-staticfile v0.10.1
34482026-05-08T00:29:45.754Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34492026-05-08T00:29:45.830Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34502026-05-08T00:29:46.191Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34512026-05-08T00:29:46.226Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34522026-05-08T00:29:46.245Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34532026-05-08T00:29:46.299Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34542026-05-08T00:29:46.317Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34552026-05-08T00:29:46.601Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34562026-05-08T00:29:46.620Z Compiling num-bigint v0.4.6
34572026-05-08T00:29:46.806Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34582026-05-08T00:29:46.971Z Compiling progenitor v0.10.0
34592026-05-08T00:29:46.991Z Compiling des v0.8.1
34602026-05-08T00:29:47.016Z Compiling subprocess v0.2.15
34612026-05-08T00:29:47.043Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34622026-05-08T00:29:47.076Z Compiling display-error-chain v0.2.2
34632026-05-08T00:29:47.151Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34642026-05-08T00:29:47.222Z Compiling hex-literal v0.4.1
34652026-05-08T00:29:47.241Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34662026-05-08T00:29:47.260Z Compiling colored v2.2.0
34672026-05-08T00:29:47.341Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34682026-05-08T00:29:47.359Z Compiling socket2 v0.5.10
34692026-05-08T00:29:47.493Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34702026-05-08T00:29:47.603Z Compiling internet-checksum v0.2.1
34712026-05-08T00:29:47.776Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34722026-05-08T00:29:47.800Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34732026-05-08T00:29:47.818Z Compiling russh v0.45.0
34742026-05-08T00:29:50.476Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34752026-05-08T00:29:51.158Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34762026-05-08T00:29:51.632Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34772026-05-08T00:29:53.095Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34782026-05-08T00:30:01.157Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34792026-05-08T00:30:01.157Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34802026-05-08T00:30:01.160Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34812026-05-08T00:30:01.161Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34822026-05-08T00:30:02.938Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34832026-05-08T00:30:03.047Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34842026-05-08T00:30:07.109Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34852026-05-08T00:30:08.532Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34862026-05-08T00:30:27.632Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34872026-05-08T00:30:46.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34882026-05-08T00:30:47.203Z
34892026-05-08T00:30:47.203Zreal 1:27.474250280
34902026-05-08T00:30:47.203Zuser 8:25.008214161
34912026-05-08T00:30:47.203Zsys 1:46.236424347
34922026-05-08T00:30:47.203Ztrap 0.264925505
34932026-05-08T00:30:47.203Ztflt 0.621685715
34942026-05-08T00:30:47.203Zdflt 1.710160801
34952026-05-08T00:30:47.207Zkflt 0.000302012
34962026-05-08T00:30:47.207Zlock 28:59.084622707
34972026-05-08T00:30:47.207Zslp 19:41.519432085
34982026-05-08T00:30:47.207Zlat 41.216331486
34992026-05-08T00:30:47.207Zstop 2:49.963084884
35002026-05-08T00:30:47.207Z+ mkdir tests
35012026-05-08T00:30:47.210Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35022026-05-08T00:30:47.210Z+ xargs -I '{}' -t cp '{}' tests/
35032026-05-08T00:30:47.238Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
35042026-05-08T00:30:47.268Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
35052026-05-08T00:30:47.298Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35062026-05-08T00:30:47.328Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35072026-05-08T00:30:47.593Z+ 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/*)
35082026-05-08T00:30:47.598Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
35092026-05-08T00:32:13.323ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35102026-05-08T00:32:13.323Za .github/buildomat/ci-env.sh 1K
35112026-05-08T00:32:13.323Za out/target/test 1K
35122026-05-08T00:32:13.323Za out/npuzone/npuzone 27402K
35132026-05-08T00:32:13.323Za package-manifest.toml 35K
35142026-05-08T00:32:13.323Za smf/sled-agent/non-gimlet/config.toml 6K
35152026-05-08T00:32:13.323Za target/release/omicron-package 44886K
35162026-05-08T00:32:13.323Za target/release/xtask 11449K
35172026-05-08T00:32:13.323Za target/debug/bootstrap 351804K
35182026-05-08T00:32:13.323Za tests/bootstrap-a30bd6ce46b8f667 31215K
35192026-05-08T00:32:13.323Za tests/commtest-6ff027522a55cd83 32300K
35202026-05-08T00:32:13.323Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35212026-05-08T00:32:13.323Za tests/end_to_end_tests-06879957ae11aa92 392918K
35222026-05-08T00:32:13.323Za out/clickhouse.tar.gz 318955K
35232026-05-08T00:32:13.323Za out/clickhouse_keeper.tar.gz 304309K
35242026-05-08T00:32:13.324Za out/clickhouse_server.tar.gz 318954K
35252026-05-08T00:32:13.324Za out/cockroachdb.tar.gz 164629K
35262026-05-08T00:32:13.324Za out/crucible-pantry-zone.tar.gz 43686K
35272026-05-08T00:32:13.324Za out/crucible-utils.tar 17744K
35282026-05-08T00:32:13.324Za out/crucible-zone.tar.gz 57824K
35292026-05-08T00:32:13.324Za out/external-dns.tar.gz 49279K
35302026-05-08T00:32:13.324Za out/internal-dns.tar.gz 49279K
35312026-05-08T00:32:13.324Za out/mg-ddm-gz.tar 95141K
35322026-05-08T00:32:13.324Za out/nexus.tar.gz 219873K
35332026-05-08T00:32:13.324Za out/ntp.tar.gz 31636K
35342026-05-08T00:32:13.324Za out/omicron-gateway-softnpu.tar.gz 28503K
35352026-05-08T00:32:13.324Za out/omicron-sled-agent.tar 198822K
35362026-05-08T00:32:13.324Za out/overlay.tar.gz 3K
35372026-05-08T00:32:13.324Za out/oximeter.tar.gz 65320K
35382026-05-08T00:32:13.324Za out/oxlog.tar 3782K
35392026-05-08T00:32:13.325Za out/probe.tar.gz 3037K
35402026-05-08T00:32:13.325Za out/propolis-server.tar.gz 38727K
35412026-05-08T00:32:13.325Za out/pumpkind-gz.tar 26647K
35422026-05-08T00:32:13.325Za out/switch-softnpu.tar.gz 392778K
35432026-05-08T00:32:13.328Z
35442026-05-08T00:32:13.328Zreal 1:25.716780699
35452026-05-08T00:32:13.328Zuser 1:22.969418050
35462026-05-08T00:32:13.328Zsys 4.496663272
35472026-05-08T00:32:13.328Ztrap 0.008544748
35482026-05-08T00:32:13.328Ztflt 0.000000000
35492026-05-08T00:32:13.328Zdflt 0.000000000
35502026-05-08T00:32:13.328Zkflt 0.000000000
35512026-05-08T00:32:13.328Zlock 0.000000000
35522026-05-08T00:32:13.328Zslp 1:22.912741529
35532026-05-08T00:32:13.328Zlat 1.041776149
35542026-05-08T00:32:13.328Zstop 0.000215651
35552026-05-08T00:32:13.328Zprocess exited: duration 979997 ms, exit code 0
 
35562026-05-08T00:32:13.344Zfound 1 output files
35572026-05-08T00:32:13.347Zuploading: /work/package.tar.gz (2430368588 bytes)
35582026-05-08T00:32:40.211Zuploaded: /work/package.tar.gz