01KKT45XM1EFXAFTNJFR4EAB3N: 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: 01KKT46B5M17K7CGSAMFZWT4Q0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T01:30:50.601Zjob assigned to worker 01KKT46F8DD3R0TYT0QHQ0AS5C [factory aws, i-085e172d5a5a59cd0] (queued for 1 m 21 s)
 
22026-03-16T01:30:59.184Zstarting task 0: "setup"
32026-03-16T01:30:59.190Z++ uname -s
42026-03-16T01:30:59.193Z+ kern=SunOS
52026-03-16T01:30:59.193Z+ build_user=build
62026-03-16T01:30:59.193Z+ build_uid=12345
72026-03-16T01:30:59.193Z+ work_dir=/work
82026-03-16T01:30:59.193Z+ input_dir=/input
92026-03-16T01:30:59.193Z+ [[ 0 == 12345 ]]
102026-03-16T01:30:59.193Z+ case "$kern" in
112026-03-16T01:30:59.193Z+ groupadd -g 12345 build
122026-03-16T01:30:59.196Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T01:31:01.204Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T01:31:01.322Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T01:31:01.325Z+ home_fs=zfs
162026-03-16T01:31:01.325Z+ [[ zfs == autofs ]]
172026-03-16T01:31:01.325Z+ mkdir -p /home/build
182026-03-16T01:31:01.328Z+ chown build:build /home/build /work
192026-03-16T01:31:03.330Z+ chmod 0700 /home/build /work
202026-03-16T01:31:03.334Zprocess exited: duration 4150 ms, exit code 0
 
212026-03-16T01:31:03.340Zstarting task 1: "rust-toolchain"
222026-03-16T01:31:03.345Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-16T01:31:03.346Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-16T01:31:03.346Z * rust toolchain channel = "1.91.1"
252026-03-16T01:31:03.346Z * rust toolchain profile = "default"
262026-03-16T01:31:03.346Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T01:31:03.346Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T01:31:03.349Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T01:31:03.349Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T01:31:03.477Zinfo: downloading installer
312026-03-16T01:31:04.996Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T01:31:04.996Zwarn: /opt/ooce/bin
332026-03-16T01:31:04.996Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T01:31:04.997Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T01:31:04.997Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T01:31:04.997Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T01:31:04.997Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T01:31:04.997Zerror: cannot install while Rust is installed
392026-03-16T01:31:04.997Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T01:31:04.997Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T01:31:04.997Zwarn: /home/build/.rustup/settings.toml
422026-03-16T01:31:04.997Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T01:31:04.997Zwarn: instead of the one inferred from the default host triple.
442026-03-16T01:31:05.009Zinfo: profile set to default
452026-03-16T01:31:05.009Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T01:31:05.012Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T01:31:05.209Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T01:31:05.213Zinfo: downloading 6 components
492026-03-16T01:31:21.072Z
502026-03-16T01:31:21.073Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
512026-03-16T01:31:21.111Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T01:31:21.111Z
532026-03-16T01:31:21.111Z
542026-03-16T01:31:21.115ZRust is installed now. Great!
552026-03-16T01:31:21.115Z
562026-03-16T01:31:21.115ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T01:31:21.115Zenvironment variable. This has not been done automatically.
582026-03-16T01:31:21.115Z
592026-03-16T01:31:21.115ZTo configure your current shell, you need to source
602026-03-16T01:31:21.115Zthe corresponding env file under $HOME/.cargo.
612026-03-16T01:31:21.115Z
622026-03-16T01:31:21.115ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T01:31:21.115Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T01:31:21.115Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T01:31:21.115Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T01:31:21.116Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T01:31:21.116Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T01:31:21.116Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T01:31:21.116Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T01:31:21.116Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T01:31:21.217Z+ rustup --version
722026-03-16T01:31:21.224Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T01:31:21.227Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T01:31:21.251Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T01:31:21.255Z+ cargo --version
762026-03-16T01:31:21.265Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T01:31:21.268Z+ rustc --version
782026-03-16T01:31:21.293Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T01:31:21.297Zprocess exited: duration 17949 ms, exit code 0
 
802026-03-16T01:31:21.303Zstarting task 2: "authentication"
812026-03-16T01:31:21.323Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T01:31:21.329Zstarting task 3: "clone repository"
832026-03-16T01:31:21.334Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T01:31:21.337Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T01:31:21.377ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T01:31:30.855Z+ cd /work/oxidecomputer/omicron
872026-03-16T01:31:30.855Z+ git fetch origin eb92c6e545d942c0f55b1ccaa786bb2d4b1cabe3
882026-03-16T01:31:31.155ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T01:31:31.155Z * branch eb92c6e545d942c0f55b1ccaa786bb2d4b1cabe3 -> FETCH_HEAD
902026-03-16T01:31:31.167Z+ [[ -n zl/dendrite-232 ]]
912026-03-16T01:31:31.170Z++ git branch --show-current
922026-03-16T01:31:31.173Z+ current=main
932026-03-16T01:31:31.173Z+ [[ main != zl/dendrite-232 ]]
942026-03-16T01:31:31.173Z+ git branch -f zl/dendrite-232 eb92c6e545d942c0f55b1ccaa786bb2d4b1cabe3
952026-03-16T01:31:31.176Z+ git checkout -f zl/dendrite-232
962026-03-16T01:31:31.377ZSwitched to branch 'zl/dendrite-232'
972026-03-16T01:31:31.380Z+ git reset --hard eb92c6e545d942c0f55b1ccaa786bb2d4b1cabe3
982026-03-16T01:31:31.580ZHEAD is now at eb92c6e54 merge main into dendrite-232
992026-03-16T01:31:31.583Zprocess exited: duration 10248 ms, exit code 0
 
1002026-03-16T01:31:31.589Zstarting task 4: "build"
1012026-03-16T01:31:31.595Z+ source .github/buildomat/ci-env.sh
1022026-03-16T01:31:31.598Z++ export CARGO_TERM_COLOR=always
1032026-03-16T01:31:31.598Z++ CARGO_TERM_COLOR=always
1042026-03-16T01:31:31.598Z+ cargo --version
1052026-03-16T01:31:31.607Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-16T01:31:31.610Z+ rustc --version
1072026-03-16T01:31:31.636Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-16T01:31:31.639Z+ WORK=/work
1092026-03-16T01:31:31.639Z+ pfexec mkdir -p /work
1102026-03-16T01:31:31.644Z+ pfexec chown build /work
1112026-03-16T01:31:31.647Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-16T01:31:41.682Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-16T01:31:51.335Z Startup: Caching catalogs ... Done
1142026-03-16T01:32:13.630ZPlanning: Solver setup ... Done (20.680s)
1152026-03-16T01:32:13.781ZPlanning: Running solver ... Done (0.151s)
1162026-03-16T01:32:13.962ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-16T01:32:13.975ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-16T01:32:14.102ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-16T01:32:14.144ZPlanning: Package planning ... Done (0.042s)
1202026-03-16T01:32:14.185ZPlanning: Merging actions ... Done (0.041s)
1212026-03-16T01:32:14.424ZPlanning: Checking for conflicting actions ... Done (0.238s)
1222026-03-16T01:32:14.434ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-16T01:32:15.336ZPlanning: Evaluating mediators ... Done (0.900s)
1242026-03-16T01:32:15.345ZPlanning: Planning completed in 23.85 seconds
1252026-03-16T01:32:15.357Z Packages to install: 4
1262026-03-16T01:32:15.357Z Mediators to change: 2
1272026-03-16T01:32:15.357Z Services to change: 1
1282026-03-16T01:32:15.361Z Estimated space available: 155.43 GB
1292026-03-16T01:32:15.361ZEstimated space to be consumed: 1.83 GB
1302026-03-16T01:32:15.361Z Create boot environment: No
1312026-03-16T01:32:15.361ZCreate backup boot environment: No
1322026-03-16T01:32:15.361Z Rebuild boot archive: No
1332026-03-16T01:32:15.361Z
1342026-03-16T01:32:15.361ZChanged mediators:
1352026-03-16T01:32:15.361Z mediator clang:
1362026-03-16T01:32:15.361Z version: None -> 15 (system default)
1372026-03-16T01:32:15.361Z
1382026-03-16T01:32:15.361Z mediator llvm:
1392026-03-16T01:32:15.361Z version: 14 (system default) -> 15 (system default)
1402026-03-16T01:32:15.361Z
1412026-03-16T01:32:15.361ZChanged packages:
1422026-03-16T01:32:15.361Zhelios-dev
1432026-03-16T01:32:15.361Z developer/build-essential
1442026-03-16T01:32:15.361Z None -> 11-2.0
1452026-03-16T01:32:15.361Z library/libxmlsec1
1462026-03-16T01:32:15.361Z None -> 1.2.35-2.0
1472026-03-16T01:32:15.361Z ooce/developer/clang-15
1482026-03-16T01:32:15.361Z None -> 15.0.7-2.0
1492026-03-16T01:32:15.361Z ooce/developer/llvm-15
1502026-03-16T01:32:15.361Z None -> 15.0.7-2.0
1512026-03-16T01:32:15.361Z
1522026-03-16T01:32:15.361ZServices:
1532026-03-16T01:32:15.361Z restart_fmri:
1542026-03-16T01:32:15.361Z svc:/system/update-man-index:default
1552026-03-16T01:32:15.407Z
1562026-03-16T01:32:15.407ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-16T01:32:20.940ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (26.5M/s)
1582026-03-16T01:32:25.941ZDownload: 3152/3290 items 153.8/212.6MB 72% complete (16.2M/s)
1592026-03-16T01:32:30.784ZDownload: Completed 212.60 MB in 15.37 seconds (13.8M/s)
1602026-03-16T01:32:31.589Z Actions: 1/3689 actions (Installing new actions)
1612026-03-16T01:32:35.736Z Actions: Completed 3689 actions in 4.15 seconds.
1622026-03-16T01:32:36.079Z Done (0.337s)
1632026-03-16T01:32:36.079Z Done (0.000s)
1642026-03-16T01:32:36.991Z Done (0.911s)
1652026-03-16T01:32:41.009Z Done (3.674s)
1662026-03-16T01:32:41.091Z Done (0.017s)
1672026-03-16T01:32:41.094Z Done (0.000s)
1682026-03-16T01:32:41.293Z Done (0.000s)
1692026-03-16T01:32:42.249ZPlanning: Evaluating mediator changes ... Done
1702026-03-16T01:32:42.391ZPlanning: Checking for conflicting actions ... Done
1712026-03-16T01:32:42.395ZPlanning: Consolidating action changes ... Done
1722026-03-16T01:32:42.612ZPlanning: Evaluating mediators ... Done
1732026-03-16T01:32:42.615ZPlanning: Planning completed in 0.36 seconds
1742026-03-16T01:32:42.641Z Mediators to change: 2
1752026-03-16T01:32:42.641Z Create boot environment: No
1762026-03-16T01:32:42.644ZCreate backup boot environment: No
1772026-03-16T01:32:42.723Z Done
1782026-03-16T01:32:42.723Z Done
1792026-03-16T01:32:43.473Z Done
1802026-03-16T01:32:46.763Z Done
1812026-03-16T01:32:46.850Z Done
1822026-03-16T01:32:46.853Z Done
1832026-03-16T01:32:47.004Z Done
1842026-03-16T01:32:47.538ZPlanning: Evaluating mediator changes ... Done
1852026-03-16T01:32:47.541ZPlanning: Merging actions ... Done
1862026-03-16T01:32:47.705ZPlanning: Checking for conflicting actions ... Done
1872026-03-16T01:32:47.708ZPlanning: Consolidating action changes ... Done
1882026-03-16T01:32:47.925ZPlanning: Evaluating mediators ... Done
1892026-03-16T01:32:47.969ZPlanning: Planning completed in 0.63 seconds
1902026-03-16T01:32:47.999Z Packages to change: 1
1912026-03-16T01:32:47.999Z Mediators to change: 1
1922026-03-16T01:32:48.002Z Services to change: 1
1932026-03-16T01:32:48.002Z Create boot environment: No
1942026-03-16T01:32:48.002ZCreate backup boot environment: Yes
1952026-03-16T01:32:50.557Z Actions: 1/6 actions (Updating modified actions)
1962026-03-16T01:32:50.561Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-16T01:32:50.561Z Done
1982026-03-16T01:32:50.561Z Done
1992026-03-16T01:32:50.753Z Done
2002026-03-16T01:32:54.039Z Done
2012026-03-16T01:32:54.124Z Done
2022026-03-16T01:32:54.128Z Done
2032026-03-16T01:32:54.288Z Done
2042026-03-16T01:32:54.664ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-16T01:32:54.664Zclang system 15 system
2062026-03-16T01:32:54.664Zcsh system system illumos
2072026-03-16T01:32:54.664Zctags system system illumos
2082026-03-16T01:32:54.664Zfile system system illumos
2092026-03-16T01:32:54.664Zgcc vendor 12 vendor
2102026-03-16T01:32:54.664Zgcc system 10 system
2112026-03-16T01:32:54.664Zgcc system 7 system
2122026-03-16T01:32:54.664Zgo system 1.20 system
2132026-03-16T01:32:54.664Zgo system 1.19 system
2142026-03-16T01:32:54.664Zllvm system 15 system
2152026-03-16T01:32:54.664Zllvm system 14 system
2162026-03-16T01:32:54.665Zmariadb system 10.6 system
2172026-03-16T01:32:54.665Zmta vendor vendor dma
2182026-03-16T01:32:54.665Zopenjdk system 17 system
2192026-03-16T01:32:54.665Zopenjdk system 11 system
2202026-03-16T01:32:54.665Zopenjdk system 1.8 system
2212026-03-16T01:32:54.665Zopenssl vendor 3 vendor
2222026-03-16T01:32:54.665Zperl system 5.36 system
2232026-03-16T01:32:54.665Zpostgresql system 15 system
2242026-03-16T01:32:54.665Zpostgresql system 13 system
2252026-03-16T01:32:54.665Zpython vendor 3 vendor
2262026-03-16T01:32:54.665Zpython system 2 system
2272026-03-16T01:32:54.665Zpython3 system 3.11 system
2282026-03-16T01:32:54.665Zruby system 3.0 system
2292026-03-16T01:32:54.665Zwords vendor vendor american-english
2302026-03-16T01:32:54.665Zwords system system australian-english
2312026-03-16T01:32:54.665Zwords system system british-english
2322026-03-16T01:32:54.665Zwords system system canadian-english
2332026-03-16T01:32:54.665Zwords system system french
2342026-03-16T01:32:54.665Zwords system system italian
2352026-03-16T01:32:54.665Zwords system system ngerman
2362026-03-16T01:32:54.665Zwords system system ogerman
2372026-03-16T01:32:54.665Zwords system system spanish
2382026-03-16T01:32:54.961ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-16T01:32:54.961Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-16T01:33:00.854ZFMRI IFO
2412026-03-16T01:33:00.855Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-16T01:33:00.855Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-16T01:33:00.855Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-16T01:33:00.855Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-16T01:33:00.855Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-16T01:33:00.855Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-16T01:33:00.855Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-16T01:33:00.855Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-16T01:33:00.855Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-16T01:33:00.856Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-16T01:33:00.856Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-16T01:33:00.856Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-16T01:33:00.856Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-16T01:33:00.856Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-16T01:33:00.856Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-16T01:33:00.856Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-16T01:33:02.060Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-16T01:33:02.305Z Updating crates.io index
2592026-03-16T01:33:02.371Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-16T01:33:03.062Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-16T01:33:03.455Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-16T01:33:03.673Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-16T01:33:04.144Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-16T01:33:05.011Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-16T01:33:05.517Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-16T01:33:06.816Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-16T01:33:08.388Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-16T01:33:09.353Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-16T01:33:09.651Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-16T01:33:10.890Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-16T01:33:11.277Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-16T01:33:11.557Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-16T01:33:11.826Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-16T01:33:12.768Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-16T01:33:13.391Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-16T01:33:13.709Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-16T01:33:14.018Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-16T01:33:14.392Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-16T01:33:14.607Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-16T01:33:14.829Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-16T01:33:15.087Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-16T01:33:15.471Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-16T01:33:15.939Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-16T01:33:16.421Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-16T01:33:16.663Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-16T01:33:16.954Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-16T01:33:17.234Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-16T01:33:18.596Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-16T01:33:18.814Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-16T01:33:19.155Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-16T01:33:19.490Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-16T01:33:19.978Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-16T01:33:20.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-16T01:33:20.478Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-16T01:33:20.758Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-16T01:33:21.058Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-16T01:33:34.782Z Downloading crates ...
2982026-03-16T01:33:34.846Z Downloaded displaydoc v0.2.5
2992026-03-16T01:33:34.851Z Downloaded clap v4.5.60
3002026-03-16T01:33:34.854Z Downloaded scroll v0.12.0
3012026-03-16T01:33:34.859Z Downloaded idna_adapter v1.2.1
3022026-03-16T01:33:34.859Z Downloaded bitflags v2.11.0
3032026-03-16T01:33:34.863Z Downloaded litemap v0.8.1
3042026-03-16T01:33:34.863Z Downloaded serde-value v0.7.0
3052026-03-16T01:33:34.863Z Downloaded generic-array v0.14.7
3062026-03-16T01:33:34.866Z Downloaded tinystr v0.8.2
3072026-03-16T01:33:34.871Z Downloaded syn v1.0.109
3082026-03-16T01:33:34.881Z Downloaded utf8_iter v1.0.4
3092026-03-16T01:33:34.886Z Downloaded zerofrom v0.1.6
3102026-03-16T01:33:34.886Z Downloaded fs-err v3.3.0
3112026-03-16T01:33:34.890Z Downloaded toml_datetime v0.6.11
3122026-03-16T01:33:34.890Z Downloaded fnv v1.0.7
3132026-03-16T01:33:34.896Z Downloaded colorchoice v1.0.4
3142026-03-16T01:33:34.896Z Downloaded unicode-xid v0.2.6
3152026-03-16T01:33:34.896Z Downloaded zerofrom-derive v0.1.6
3162026-03-16T01:33:34.900Z Downloaded zerovec-derive v0.11.2
3172026-03-16T01:33:34.900Z Downloaded utf8parse v0.2.2
3182026-03-16T01:33:34.900Z Downloaded usdt-attr-macro v0.5.0
3192026-03-16T01:33:34.904Z Downloaded usdt v0.5.0
3202026-03-16T01:33:34.904Z Downloaded bytecount v0.6.9
3212026-03-16T01:33:34.904Z Downloaded zmij v1.0.21
3222026-03-16T01:33:34.907Z Downloaded cargo-util-schemas v0.8.2
3232026-03-16T01:33:34.908Z Downloaded ucd-trie v0.1.7
3242026-03-16T01:33:34.911Z Downloaded zerocopy-derive v0.7.35
3252026-03-16T01:33:34.911Z Downloaded icu_properties v2.1.2
3262026-03-16T01:33:34.915Z Downloaded yoke v0.8.1
3272026-03-16T01:33:34.915Z Downloaded unicode-ident v1.0.24
3282026-03-16T01:33:34.919Z Downloaded itoa v1.0.17
3292026-03-16T01:33:34.919Z Downloaded writeable v0.6.2
3302026-03-16T01:33:34.919Z Downloaded serde-untagged v0.1.9
3312026-03-16T01:33:34.924Z Downloaded papergrid v0.11.0
3322026-03-16T01:33:34.928Z Downloaded thiserror-impl v2.0.18
3332026-03-16T01:33:34.928Z Downloaded getrandom v0.4.1
3342026-03-16T01:33:34.928Z Downloaded pest_generator v2.8.6
3352026-03-16T01:33:34.932Z Downloaded zerovec v0.11.5
3362026-03-16T01:33:34.939Z Downloaded serde_derive v1.0.228
3372026-03-16T01:33:34.939Z Downloaded percent-encoding v2.3.2
3382026-03-16T01:33:34.939Z Downloaded clap_lex v1.0.0
3392026-03-16T01:33:34.939Z Downloaded anstyle v1.0.13
3402026-03-16T01:33:34.943Z Downloaded erased-serde v0.4.9
3412026-03-16T01:33:34.943Z Downloaded thiserror v2.0.18
3422026-03-16T01:33:34.947Z Downloaded cpufeatures v0.2.17
3432026-03-16T01:33:34.947Z Downloaded unicode-linebreak v0.1.5
3442026-03-16T01:33:34.947Z Downloaded toml_write v0.1.2
3452026-03-16T01:33:34.947Z Downloaded proc-macro-error-attr v1.0.4
3462026-03-16T01:33:34.957Z Downloaded cfg-if v1.0.4
3472026-03-16T01:33:34.958Z Downloaded toml_edit v0.22.27
3482026-03-16T01:33:34.958Z Downloaded url v2.5.8
3492026-03-16T01:33:34.962Z Downloaded typeid v1.0.3
3502026-03-16T01:33:34.962Z Downloaded swrite v0.1.0
3512026-03-16T01:33:34.962Z Downloaded version_check v0.9.5
3522026-03-16T01:33:34.962Z Downloaded synstructure v0.13.2
3532026-03-16T01:33:34.963Z Downloaded quote v1.0.44
3542026-03-16T01:33:34.963Z Downloaded icu_provider v2.1.1
3552026-03-16T01:33:34.963Z Downloaded zerotrie v0.2.3
3562026-03-16T01:33:34.970Z Downloaded heck v0.4.1
3572026-03-16T01:33:34.970Z Downloaded dtrace-parser v0.2.0
3582026-03-16T01:33:34.970Z Downloaded thiserror v1.0.69
3592026-03-16T01:33:34.974Z Downloaded usdt-impl v0.5.0
3602026-03-16T01:33:34.974Z Downloaded toml v0.8.23
3612026-03-16T01:33:34.975Z Downloaded thiserror-impl v1.0.69
3622026-03-16T01:33:34.975Z Downloaded anstream v0.6.21
3632026-03-16T01:33:34.975Z Downloaded yoke-derive v0.8.1
3642026-03-16T01:33:34.981Z Downloaded tempfile v3.25.0
3652026-03-16T01:33:34.982Z Downloaded textwrap v0.16.2
3662026-03-16T01:33:34.982Z Downloaded cargo_toml v0.21.0
3672026-03-16T01:33:34.982Z Downloaded pest_meta v2.8.6
3682026-03-16T01:33:34.986Z Downloaded unicode-width v0.2.0
3692026-03-16T01:33:34.986Z Downloaded pest_derive v2.8.6
3702026-03-16T01:33:34.991Z Downloaded proc-macro2 v1.0.106
3712026-03-16T01:33:34.991Z Downloaded log v0.4.29
3722026-03-16T01:33:34.996Z Downloaded icu_normalizer_data v2.1.1
3732026-03-16T01:33:34.996Z Downloaded once_cell v1.21.3
3742026-03-16T01:33:34.996Z Downloaded smawk v0.3.2
3752026-03-16T01:33:34.999Z Downloaded unicode-width v0.1.14
3762026-03-16T01:33:34.999Z Downloaded macaddr v1.0.1
3772026-03-16T01:33:35.002Z Downloaded is_terminal_polyfill v1.70.2
3782026-03-16T01:33:35.002Z Downloaded icu_normalizer v2.1.1
3792026-03-16T01:33:35.007Z Downloaded goblin v0.8.2
3802026-03-16T01:33:35.013Z Downloaded winnow v0.7.14
3812026-03-16T01:33:35.017Z Downloaded byteorder v1.5.0
3822026-03-16T01:33:35.017Z Downloaded anstyle-parse v0.2.7
3832026-03-16T01:33:35.017Z Downloaded tabled_derive v0.7.0
3842026-03-16T01:33:35.021Z Downloaded zerocopy v0.7.35
3852026-03-16T01:33:35.029Z Downloaded serde v1.0.228
3862026-03-16T01:33:35.032Z Downloaded fastrand v2.3.0
3872026-03-16T01:33:35.033Z Downloaded equivalent v1.0.2
3882026-03-16T01:33:35.033Z Downloaded camino v1.2.2
3892026-03-16T01:33:35.037Z Downloaded rustix v1.1.3
3902026-03-16T01:33:35.050Z Downloaded semver v1.0.27
3912026-03-16T01:33:35.054Z Downloaded cargo-platform v0.2.0
3922026-03-16T01:33:35.055Z Downloaded ordered-float v2.10.1
3932026-03-16T01:33:35.055Z Downloaded dof v0.3.0
3942026-03-16T01:33:35.055Z Downloaded digest v0.10.7
3952026-03-16T01:33:35.059Z Downloaded stable_deref_trait v1.2.1
3962026-03-16T01:33:35.059Z Downloaded scroll_derive v0.12.1
3972026-03-16T01:33:35.059Z Downloaded form_urlencoded v1.2.2
3982026-03-16T01:33:35.059Z Downloaded typenum v1.19.0
3992026-03-16T01:33:35.059Z Downloaded terminal_size v0.4.3
4002026-03-16T01:33:35.063Z Downloaded serde_spanned v0.6.9
4012026-03-16T01:33:35.063Z Downloaded plain v0.2.3
4022026-03-16T01:33:35.063Z Downloaded errno v0.3.14
4032026-03-16T01:33:35.063Z Downloaded block-buffer v0.10.4
4042026-03-16T01:33:35.063Z Downloaded camino-tempfile v1.4.1
4052026-03-16T01:33:35.068Z Downloaded serde_core v1.0.228
4062026-03-16T01:33:35.068Z Downloaded potential_utf v0.1.4
4072026-03-16T01:33:35.068Z Downloaded proc-macro-error v1.0.4
4082026-03-16T01:33:35.072Z Downloaded usdt-macro v0.5.0
4092026-03-16T01:33:35.072Z Downloaded icu_collections v2.1.1
4102026-03-16T01:33:35.076Z Downloaded serde_tokenstream v0.2.3
4112026-03-16T01:33:35.076Z Downloaded autocfg v1.5.0
4122026-03-16T01:33:35.076Z Downloaded heck v0.5.0
4132026-03-16T01:33:35.080Z Downloaded anstyle-query v1.1.5
4142026-03-16T01:33:35.080Z Downloaded thread-id v4.2.2
4152026-03-16T01:33:35.080Z Downloaded pretty-hex v0.4.1
4162026-03-16T01:33:35.080Z Downloaded num-traits v0.2.19
4172026-03-16T01:33:35.086Z Downloaded memmap v0.7.0
4182026-03-16T01:33:35.091Z Downloaded sha2 v0.10.9
4192026-03-16T01:33:35.094Z Downloaded strsim v0.11.1
4202026-03-16T01:33:35.094Z Downloaded smallvec v1.15.1
4212026-03-16T01:33:35.098Z Downloaded cargo_metadata v0.21.0
4222026-03-16T01:33:35.108Z Downloaded memchr v2.8.0
4232026-03-16T01:33:35.112Z Downloaded anyhow v1.0.102
4242026-03-16T01:33:35.115Z Downloaded icu_locale_core v2.1.1
4252026-03-16T01:33:35.119Z Downloaded clap_derive v4.5.55
4262026-03-16T01:33:35.126Z Downloaded indexmap v2.13.0
4272026-03-16T01:33:35.136Z Downloaded crypto-common v0.1.7
4282026-03-16T01:33:35.141Z Downloaded hashbrown v0.16.1
4292026-03-16T01:33:35.151Z Downloaded serde_json v1.0.149
4302026-03-16T01:33:35.156Z Downloaded icu_properties_data v2.1.2
4312026-03-16T01:33:35.160Z Downloaded pest v2.8.6
4322026-03-16T01:33:35.165Z Downloaded clap_builder v4.5.60
4332026-03-16T01:33:35.169Z Downloaded idna v1.1.0
4342026-03-16T01:33:35.182Z Downloaded tabled v0.15.0
4352026-03-16T01:33:35.192Z Downloaded syn v2.0.117
4362026-03-16T01:33:35.214Z Downloaded libc v0.2.180
4372026-03-16T01:33:35.292Z Compiling proc-macro2 v1.0.106
4382026-03-16T01:33:35.295Z Compiling unicode-ident v1.0.24
4392026-03-16T01:33:35.295Z Compiling quote v1.0.44
4402026-03-16T01:33:35.295Z Compiling serde_core v1.0.228
4412026-03-16T01:33:35.295Z Compiling libc v0.2.180
4422026-03-16T01:33:35.295Z Compiling version_check v0.9.5
4432026-03-16T01:33:35.295Z Compiling stable_deref_trait v1.2.1
4442026-03-16T01:33:35.295Z Compiling memchr v2.8.0
4452026-03-16T01:33:35.296Z Compiling serde v1.0.228
4462026-03-16T01:33:35.296Z Compiling zmij v1.0.21
4472026-03-16T01:33:35.296Z Compiling autocfg v1.5.0
4482026-03-16T01:33:35.503Z Compiling thiserror v1.0.69
4492026-03-16T01:33:35.506Z Compiling itoa v1.0.17
4502026-03-16T01:33:35.527Z Compiling ucd-trie v0.1.7
4512026-03-16T01:33:35.530Z Compiling litemap v0.8.1
4522026-03-16T01:33:35.813Z Compiling writeable v0.6.2
4532026-03-16T01:33:35.895Z Compiling byteorder v1.5.0
4542026-03-16T01:33:35.957Z Compiling icu_properties_data v2.1.2
4552026-03-16T01:33:35.991Z Compiling icu_normalizer_data v2.1.1
4562026-03-16T01:33:35.991Z Compiling rustix v1.1.3
4572026-03-16T01:33:36.189Z Compiling serde_json v1.0.149
4582026-03-16T01:33:36.325Z Compiling pest v2.8.6
4592026-03-16T01:33:36.356Z Compiling bitflags v2.11.0
4602026-03-16T01:33:36.523Z Compiling num-traits v0.2.19
4612026-03-16T01:33:36.659Z Compiling equivalent v1.0.2
4622026-03-16T01:33:36.712Z Compiling hashbrown v0.16.1
4632026-03-16T01:33:36.765Z Compiling smallvec v1.15.1
4642026-03-16T01:33:36.768Z Compiling typeid v1.0.3
4652026-03-16T01:33:36.768Z Compiling proc-macro-error-attr v1.0.4
4662026-03-16T01:33:36.768Z Compiling usdt-impl v0.5.0
4672026-03-16T01:33:36.794Z Compiling toml_write v0.1.2
4682026-03-16T01:33:36.846Z Compiling erased-serde v0.4.9
4692026-03-16T01:33:36.879Z Compiling syn v1.0.109
4702026-03-16T01:33:37.071Z Compiling winnow v0.7.14
4712026-03-16T01:33:37.074Z Compiling proc-macro-error v1.0.4
4722026-03-16T01:33:37.126Z Compiling getrandom v0.4.1
4732026-03-16T01:33:37.243Z Compiling utf8_iter v1.0.4
4742026-03-16T01:33:37.246Z Compiling plain v0.2.3
4752026-03-16T01:33:37.356Z Compiling errno v0.3.14
4762026-03-16T01:33:37.442Z Compiling thread-id v4.2.2
4772026-03-16T01:33:37.468Z Compiling utf8parse v0.2.2
4782026-03-16T01:33:37.493Z Compiling percent-encoding v2.3.2
4792026-03-16T01:33:37.544Z Compiling camino v1.2.2
4802026-03-16T01:33:37.570Z Compiling syn v2.0.117
4812026-03-16T01:33:37.626Z Compiling indexmap v2.13.0
4822026-03-16T01:33:37.655Z Compiling log v0.4.29
4832026-03-16T01:33:37.684Z Compiling thiserror v2.0.18
4842026-03-16T01:33:37.736Z Compiling form_urlencoded v1.2.2
4852026-03-16T01:33:37.764Z Compiling anstyle-parse v0.2.7
4862026-03-16T01:33:37.937Z Compiling pest_meta v2.8.6
4872026-03-16T01:33:38.044Z Compiling pretty-hex v0.4.1
4882026-03-16T01:33:38.099Z Compiling colorchoice v1.0.4
4892026-03-16T01:33:38.103Z Compiling anstyle v1.0.13
4902026-03-16T01:33:38.164Z Compiling cfg-if v1.0.4
4912026-03-16T01:33:38.262Z Compiling anstyle-query v1.1.5
4922026-03-16T01:33:38.262Z Compiling is_terminal_polyfill v1.70.2
4932026-03-16T01:33:38.318Z Compiling ordered-float v2.10.1
4942026-03-16T01:33:38.434Z Compiling anstream v0.6.21
4952026-03-16T01:33:38.460Z Compiling fs-err v3.3.0
4962026-03-16T01:33:38.463Z Compiling heck v0.4.1
4972026-03-16T01:33:38.520Z Compiling clap_lex v1.0.0
4982026-03-16T01:33:38.524Z Compiling unicode-width v0.1.14
4992026-03-16T01:33:38.524Z Compiling heck v0.5.0
5002026-03-16T01:33:38.791Z Compiling semver v1.0.27
5012026-03-16T01:33:38.853Z Compiling terminal_size v0.4.3
5022026-03-16T01:33:38.853Z Compiling strsim v0.11.1
5032026-03-16T01:33:38.853Z Compiling anyhow v1.0.102
5042026-03-16T01:33:38.939Z Compiling once_cell v1.21.3
5052026-03-16T01:33:38.965Z Compiling unicode-xid v0.2.6
5062026-03-16T01:33:39.103Z Compiling bytecount v0.6.9
5072026-03-16T01:33:39.129Z Compiling fastrand v2.3.0
5082026-03-16T01:33:39.158Z Compiling fnv v1.0.7
5092026-03-16T01:33:39.218Z Compiling clap_builder v4.5.60
5102026-03-16T01:33:39.279Z Compiling papergrid v0.11.0
5112026-03-16T01:33:39.333Z Compiling memmap v0.7.0
5122026-03-16T01:33:39.333Z Compiling smawk v0.3.2
5132026-03-16T01:33:39.389Z Compiling serde-untagged v0.1.9
5142026-03-16T01:33:39.478Z Compiling tempfile v3.25.0
5152026-03-16T01:33:39.507Z Compiling unicode-width v0.2.0
5162026-03-16T01:33:39.534Z Compiling unicode-linebreak v0.1.5
5172026-03-16T01:33:39.615Z Compiling swrite v0.1.0
5182026-03-16T01:33:39.754Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-16T01:33:39.782Z Compiling camino-tempfile v1.4.1
5202026-03-16T01:33:39.868Z Compiling textwrap v0.16.2
5212026-03-16T01:33:40.283Z Compiling tabled_derive v0.7.0
5222026-03-16T01:33:41.142Z Compiling tabled v0.15.0
5232026-03-16T01:33:41.284Z Compiling synstructure v0.13.2
5242026-03-16T01:33:41.287Z Compiling pest_generator v2.8.6
5252026-03-16T01:33:42.029Z Compiling serde_derive v1.0.228
5262026-03-16T01:33:42.032Z Compiling zerofrom-derive v0.1.6
5272026-03-16T01:33:42.032Z Compiling yoke-derive v0.8.1
5282026-03-16T01:33:42.032Z Compiling zerovec-derive v0.11.2
5292026-03-16T01:33:42.032Z Compiling displaydoc v0.2.5
5302026-03-16T01:33:42.033Z Compiling thiserror-impl v1.0.69
5312026-03-16T01:33:42.033Z Compiling zerocopy-derive v0.7.35
5322026-03-16T01:33:42.033Z Compiling pest_derive v2.8.6
5332026-03-16T01:33:42.033Z Compiling scroll_derive v0.12.1
5342026-03-16T01:33:42.131Z Compiling thiserror-impl v2.0.18
5352026-03-16T01:33:42.134Z Compiling clap_derive v4.5.55
5362026-03-16T01:33:42.883Z Compiling scroll v0.12.0
5372026-03-16T01:33:43.069Z Compiling zerocopy v0.7.35
5382026-03-16T01:33:43.204Z Compiling goblin v0.8.2
5392026-03-16T01:33:43.570Z Compiling zerofrom v0.1.6
5402026-03-16T01:33:43.704Z Compiling dtrace-parser v0.2.0
5412026-03-16T01:33:43.729Z Compiling yoke v0.8.1
5422026-03-16T01:33:43.924Z Compiling zerovec v0.11.5
5432026-03-16T01:33:43.924Z Compiling zerotrie v0.2.3
5442026-03-16T01:33:43.994Z Compiling clap v4.5.60
5452026-03-16T01:33:44.528Z Compiling tinystr v0.8.2
5462026-03-16T01:33:44.528Z Compiling potential_utf v0.1.4
5472026-03-16T01:33:44.671Z Compiling icu_collections v2.1.1
5482026-03-16T01:33:44.773Z Compiling icu_locale_core v2.1.1
5492026-03-16T01:33:45.315Z Compiling toml_datetime v0.6.11
5502026-03-16T01:33:45.316Z Compiling serde_spanned v0.6.9
5512026-03-16T01:33:45.316Z Compiling serde-value v0.7.0
5522026-03-16T01:33:45.319Z Compiling cargo-platform v0.2.0
5532026-03-16T01:33:45.319Z Compiling macaddr v1.0.1
5542026-03-16T01:33:45.340Z Compiling dof v0.3.0
5552026-03-16T01:33:45.343Z Compiling serde_tokenstream v0.2.3
5562026-03-16T01:33:45.566Z Compiling icu_provider v2.1.1
5572026-03-16T01:33:45.607Z Compiling toml_edit v0.22.27
5582026-03-16T01:33:45.858Z Compiling icu_normalizer v2.1.1
5592026-03-16T01:33:45.858Z Compiling icu_properties v2.1.2
5602026-03-16T01:33:46.308Z Compiling usdt-macro v0.5.0
5612026-03-16T01:33:46.313Z Compiling usdt-attr-macro v0.5.0
5622026-03-16T01:33:47.005Z Compiling idna_adapter v1.2.1
5632026-03-16T01:33:47.083Z Compiling usdt v0.5.0
5642026-03-16T01:33:47.139Z Compiling idna v1.1.0
5652026-03-16T01:33:47.365Z Compiling toml v0.8.23
5662026-03-16T01:33:47.463Z Compiling url v2.5.8
5672026-03-16T01:33:47.852Z Compiling cargo_toml v0.21.0
5682026-03-16T01:33:48.011Z Compiling cargo-util-schemas v0.8.2
5692026-03-16T01:33:49.121Z Compiling cargo_metadata v0.21.0
5702026-03-16T01:33:50.388Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-16T01:33:53.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.40s
5722026-03-16T01:33:53.553Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-16T01:33:54.255Z Downloading crates ...
5742026-03-16T01:33:54.410Z Downloaded async-stream v0.3.6
5752026-03-16T01:33:54.442Z Downloaded dof v0.4.0
5762026-03-16T01:33:54.451Z Downloaded erased-serde v0.3.31
5772026-03-16T01:33:54.515Z Downloaded diesel v2.3.7
5782026-03-16T01:33:54.588Z Downloaded encoding_rs v0.8.35
5792026-03-16T01:33:54.614Z Downloaded futures v0.3.32
5802026-03-16T01:33:54.649Z Downloaded crc-catalog v2.4.0
5812026-03-16T01:33:54.660Z Downloaded convert_case v0.10.0
5822026-03-16T01:33:54.674Z Downloaded cookie v0.18.1
5832026-03-16T01:33:54.679Z Downloaded chacha20poly1305 v0.10.1
5842026-03-16T01:33:54.702Z Downloaded constant_time_eq v0.4.2
5852026-03-16T01:33:54.709Z Downloaded allocator-api2 v0.2.21
5862026-03-16T01:33:54.714Z Downloaded atomicwrites v0.4.4
5872026-03-16T01:33:54.718Z Downloaded arrayvec v0.7.6
5882026-03-16T01:33:54.723Z Downloaded colored v3.1.1
5892026-03-16T01:33:54.727Z Downloaded foldhash v0.2.0
5902026-03-16T01:33:54.732Z Downloaded cargo_toml v0.22.3
5912026-03-16T01:33:54.737Z Downloaded foldhash v0.1.5
5922026-03-16T01:33:54.744Z Downloaded fixedbitset v0.4.2
5932026-03-16T01:33:54.744Z Downloaded aho-corasick v1.1.4
5942026-03-16T01:33:54.748Z Downloaded document-features v0.2.12
5952026-03-16T01:33:54.753Z Downloaded bzip2 v0.4.4
5962026-03-16T01:33:54.757Z Downloaded endian-type v0.1.2
5972026-03-16T01:33:54.761Z Downloaded bit-vec v0.8.0
5982026-03-16T01:33:54.766Z Downloaded darling v0.20.11
5992026-03-16T01:33:54.770Z Downloaded cfg_aliases v0.2.1
6002026-03-16T01:33:54.775Z Downloaded bindgen v0.71.1
6012026-03-16T01:33:54.780Z Downloaded derive_builder_macro v0.20.2
6022026-03-16T01:33:54.784Z Downloaded daft v0.1.5
6032026-03-16T01:33:54.789Z Downloaded expectorate v1.2.0
6042026-03-16T01:33:54.793Z Downloaded dropshot v0.16.7
6052026-03-16T01:33:54.810Z Downloaded glob v0.3.3
6062026-03-16T01:33:54.814Z Downloaded embedded-io v0.4.0
6072026-03-16T01:33:54.818Z Downloaded difflib v0.4.0
6082026-03-16T01:33:54.822Z Downloaded fs-err v2.11.0
6092026-03-16T01:33:54.826Z Downloaded const-oid v0.9.6
6102026-03-16T01:33:54.830Z Downloaded float-cmp v0.10.0
6112026-03-16T01:33:54.835Z Downloaded hashbrown v0.13.2
6122026-03-16T01:33:54.839Z Downloaded futures-channel v0.3.32
6132026-03-16T01:33:54.843Z Downloaded crossbeam-utils v0.8.21
6142026-03-16T01:33:54.847Z Downloaded hash32 v0.3.1
6152026-03-16T01:33:54.862Z Downloaded hmac v0.12.1
6162026-03-16T01:33:54.866Z Downloaded foreign-types-shared v0.1.1
6172026-03-16T01:33:54.870Z Downloaded aes-gcm v0.10.3
6182026-03-16T01:33:54.874Z Downloaded indoc v2.0.7
6192026-03-16T01:33:54.878Z Downloaded h2 v0.4.13
6202026-03-16T01:33:54.884Z Downloaded instability v0.3.11
6212026-03-16T01:33:54.888Z Downloaded ciborium-io v0.2.2
6222026-03-16T01:33:54.893Z Downloaded cexpr v0.6.0
6232026-03-16T01:33:54.898Z Downloaded diesel_derives v2.3.7
6242026-03-16T01:33:54.902Z Downloaded blake3 v1.8.3
6252026-03-16T01:33:54.909Z Downloaded curve25519-dalek v4.1.3
6262026-03-16T01:33:54.917Z Downloaded find-msvc-tools v0.1.9
6272026-03-16T01:33:54.922Z Downloaded csv-core v0.1.13
6282026-03-16T01:33:54.926Z Downloaded aws-lc-rs v1.16.0
6292026-03-16T01:33:54.933Z Downloaded hyper-staticfile v0.10.1
6302026-03-16T01:33:54.937Z Downloaded ipnet v2.11.0
6312026-03-16T01:33:54.942Z Downloaded indoc v1.0.9
6322026-03-16T01:33:54.946Z Downloaded filetime v0.2.27
6332026-03-16T01:33:54.950Z Downloaded iana-time-zone v0.1.65
6342026-03-16T01:33:54.954Z Downloaded dropshot_endpoint v0.16.7
6352026-03-16T01:33:54.958Z Downloaded dropshot-api-manager-types v0.6.0
6362026-03-16T01:33:54.962Z Downloaded critical-section v1.2.0
6372026-03-16T01:33:54.972Z Downloaded flate2 v1.1.9
6382026-03-16T01:33:54.972Z Downloaded ipnetwork v0.21.1
6392026-03-16T01:33:54.976Z Downloaded http v1.4.0
6402026-03-16T01:33:54.976Z Downloaded dyn-clone v1.0.20
6412026-03-16T01:33:54.981Z Downloaded embedded-io v0.6.1
6422026-03-16T01:33:54.985Z Downloaded ecdsa v0.16.9
6432026-03-16T01:33:54.989Z Downloaded drift v0.1.3
6442026-03-16T01:33:54.994Z Downloaded foreign-types-macros v0.2.3
6452026-03-16T01:33:54.998Z Downloaded crossterm v0.29.0
6462026-03-16T01:33:55.003Z Downloaded itertools v0.12.1
6472026-03-16T01:33:55.009Z Downloaded jobserver v0.1.34
6482026-03-16T01:33:55.013Z Downloaded libefi-sys v0.1.0
6492026-03-16T01:33:55.018Z Downloaded enum-as-inner v0.6.1
6502026-03-16T01:33:55.022Z Downloaded elliptic-curve v0.13.8
6512026-03-16T01:33:55.026Z Downloaded derive-ex v0.1.8
6522026-03-16T01:33:55.030Z Downloaded libloading v0.8.9
6532026-03-16T01:33:55.030Z Downloaded libsw-core v0.3.2
6542026-03-16T01:33:55.034Z Downloaded jiff-static v0.2.21
6552026-03-16T01:33:55.038Z Downloaded darling_core v0.21.3
6562026-03-16T01:33:55.043Z Downloaded dsl_auto_type v0.2.0
6572026-03-16T01:33:55.047Z Downloaded funty v2.0.0
6582026-03-16T01:33:55.051Z Downloaded lalrpop v0.19.12
6592026-03-16T01:33:55.058Z Downloaded base16ct v0.2.0
6602026-03-16T01:33:55.063Z Downloaded hyper-rustls v0.27.7
6612026-03-16T01:33:55.068Z Downloaded der v0.7.10
6622026-03-16T01:33:55.072Z Downloaded crossbeam-channel v0.5.15
6632026-03-16T01:33:55.078Z Downloaded env_logger v0.11.9
6642026-03-16T01:33:55.083Z Downloaded daft-derive v0.1.5
6652026-03-16T01:33:55.089Z Downloaded data-encoding v2.10.0
6662026-03-16T01:33:55.089Z Downloaded humantime v2.3.0
6672026-03-16T01:33:55.094Z Downloaded hickory-proto v0.25.2
6682026-03-16T01:33:55.104Z Downloaded lzma-sys v0.1.20
6692026-03-16T01:33:55.127Z Downloaded convert_case v0.4.0
6702026-03-16T01:33:55.131Z Downloaded darling_macro v0.20.11
6712026-03-16T01:33:55.135Z Downloaded darling v0.23.0
6722026-03-16T01:33:55.139Z Downloaded flume v0.11.1
6732026-03-16T01:33:55.143Z Downloaded either v1.15.0
6742026-03-16T01:33:55.147Z Downloaded display-error-chain v0.2.2
6752026-03-16T01:33:55.152Z Downloaded derive_more v2.1.1
6762026-03-16T01:33:55.159Z Downloaded linear-map v1.2.0
6772026-03-16T01:33:55.163Z Downloaded derive-where v1.6.0
6782026-03-16T01:33:55.167Z Downloaded defmt v0.3.100
6792026-03-16T01:33:55.171Z Downloaded compact_str v0.8.1
6802026-03-16T01:33:55.175Z Downloaded blowfish v0.9.1
6812026-03-16T01:33:55.180Z Downloaded lzss v0.8.2
6822026-03-16T01:33:55.184Z Downloaded md5 v0.7.0
6832026-03-16T01:33:55.184Z Downloaded maplit v1.0.2
6842026-03-16T01:33:55.189Z Downloaded memmap2 v0.9.10
6852026-03-16T01:33:55.193Z Downloaded cc v1.2.56
6862026-03-16T01:33:55.197Z Downloaded darling_macro v0.23.0
6872026-03-16T01:33:55.197Z Downloaded backoff v0.4.0
6882026-03-16T01:33:55.202Z Downloaded foreign-types v0.3.2
6892026-03-16T01:33:55.202Z Downloaded dunce v1.0.5
6902026-03-16T01:33:55.206Z Downloaded dtrace-parser v0.3.0
6912026-03-16T01:33:55.210Z Downloaded derive_builder_core v0.20.2
6922026-03-16T01:33:55.210Z Downloaded cstr-argument v0.1.2
6932026-03-16T01:33:55.214Z Downloaded libxml v0.3.3
6942026-03-16T01:33:55.220Z Downloaded multimap v0.10.1
6952026-03-16T01:33:55.224Z Downloaded async-trait v0.1.89
6962026-03-16T01:33:55.228Z Downloaded diesel-dtrace v0.5.0
6972026-03-16T01:33:55.231Z Downloaded getrandom v0.2.17
6982026-03-16T01:33:55.235Z Downloaded des v0.8.1
6992026-03-16T01:33:55.239Z Downloaded derive_more v0.99.20
7002026-03-16T01:33:55.243Z Downloaded defmt-parser v1.0.0
7012026-03-16T01:33:55.248Z Downloaded debug-ignore v1.0.5
7022026-03-16T01:33:55.252Z Downloaded futures-executor v0.3.32
7032026-03-16T01:33:55.252Z Downloaded ctr v0.9.2
7042026-03-16T01:33:55.256Z Downloaded crunchy v0.2.4
7052026-03-16T01:33:55.260Z Downloaded cookie_store v0.22.1
7062026-03-16T01:33:55.264Z Downloaded chrono v0.4.44
7072026-03-16T01:33:55.268Z Downloaded cipher v0.4.4
7082026-03-16T01:33:55.272Z Downloaded cargo_metadata v0.19.2
7092026-03-16T01:33:55.276Z Downloaded camino-tempfile-ext v0.3.3
7102026-03-16T01:33:55.279Z Downloaded assert_matches v1.5.0
7112026-03-16T01:33:55.284Z Downloaded arc-swap v1.8.2
7122026-03-16T01:33:55.288Z Downloaded globset v0.4.18
7132026-03-16T01:33:55.292Z Downloaded adler2 v2.0.1
7142026-03-16T01:33:55.292Z Downloaded cancel-safe-futures v0.1.5
7152026-03-16T01:33:55.296Z Downloaded crossbeam-epoch v0.9.18
7162026-03-16T01:33:55.300Z Downloaded bitfield v0.19.4
7172026-03-16T01:33:55.303Z Downloaded defmt-macros v1.0.1
7182026-03-16T01:33:55.307Z Downloaded nix v0.31.1
7192026-03-16T01:33:55.317Z Downloaded libz-sys v1.1.24
7202026-03-16T01:33:55.335Z Downloaded diesel_table_macro_syntax v0.3.0
7212026-03-16T01:33:55.339Z Downloaded deranged v0.5.8
7222026-03-16T01:33:55.343Z Downloaded darling v0.21.3
7232026-03-16T01:33:55.348Z Downloaded ed25519 v2.2.3
7242026-03-16T01:33:55.351Z Downloaded downcast-rs v2.0.2
7252026-03-16T01:33:55.356Z Downloaded darling_macro v0.21.3
7262026-03-16T01:33:55.356Z Downloaded flagset v0.4.7
7272026-03-16T01:33:55.360Z Downloaded defmt v1.0.1
7282026-03-16T01:33:55.364Z Downloaded ff v0.13.1
7292026-03-16T01:33:55.368Z Downloaded fixedbitset v0.5.7
7302026-03-16T01:33:55.368Z Downloaded crucible-workspace-hack v0.1.0
7312026-03-16T01:33:55.371Z Downloaded crossterm v0.28.1
7322026-03-16T01:33:55.377Z Downloaded inout v0.1.4
7332026-03-16T01:33:55.381Z Downloaded dirs-sys-next v0.1.2
7342026-03-16T01:33:55.385Z Downloaded ident_case v1.0.1
7352026-03-16T01:33:55.385Z Downloaded foreign-types-shared v0.3.1
7362026-03-16T01:33:55.389Z Downloaded chacha20 v0.9.1
7372026-03-16T01:33:55.394Z Downloaded ingot-types v0.1.2
7382026-03-16T01:33:55.394Z Downloaded async-stream-impl v0.3.6
7392026-03-16T01:33:55.398Z Downloaded fallible-iterator v0.2.0
7402026-03-16T01:33:55.398Z Downloaded cargo-platform v0.1.9
7412026-03-16T01:33:55.402Z Downloaded der_derive v0.7.3
7422026-03-16T01:33:55.405Z Downloaded home v0.5.12
7432026-03-16T01:33:55.409Z Downloaded http-range v0.1.5
7442026-03-16T01:33:55.409Z Downloaded fatfs v0.3.6
7452026-03-16T01:33:55.413Z Downloaded float-ord v0.3.2
7462026-03-16T01:33:55.416Z Downloaded diff v0.1.13
7472026-03-16T01:33:55.420Z Downloaded keccak v0.1.6
7482026-03-16T01:33:55.423Z Downloaded env_filter v1.0.0
7492026-03-16T01:33:55.428Z Downloaded multer v3.1.0
7502026-03-16T01:33:55.432Z Downloaded opaque-debug v0.3.1
7512026-03-16T01:33:55.432Z Downloaded hubpack v0.1.2
7522026-03-16T01:33:55.435Z Downloaded dirs-next v2.0.0
7532026-03-16T01:33:55.439Z Downloaded group v0.13.0
7542026-03-16T01:33:55.439Z Downloaded ed25519-dalek v2.2.0
7552026-03-16T01:33:55.444Z Downloaded hubpack_derive v0.1.1
7562026-03-16T01:33:55.447Z Downloaded foreign-types v0.5.0
7572026-03-16T01:33:55.451Z Downloaded dropshot-api-manager v0.6.0
7582026-03-16T01:33:55.455Z Downloaded hashbrown v0.12.3
7592026-03-16T01:33:55.459Z Downloaded crypto-bigint v0.5.5
7602026-03-16T01:33:55.464Z Downloaded num_enum v0.7.5
7612026-03-16T01:33:55.469Z Downloaded git2 v0.20.4
7622026-03-16T01:33:55.477Z Downloaded fd-lock v4.0.4
7632026-03-16T01:33:55.481Z Downloaded ingot v0.1.1
7642026-03-16T01:33:55.485Z Downloaded is_ci v1.2.0
7652026-03-16T01:33:55.486Z Downloaded hostname v0.4.2
7662026-03-16T01:33:55.490Z Downloaded git-stub-vcs v0.1.0
7672026-03-16T01:33:55.494Z Downloaded hostname v0.3.1
7682026-03-16T01:33:55.499Z Downloaded curve25519-dalek-derive v0.1.1
7692026-03-16T01:33:55.499Z Downloaded lru-cache v0.1.2
7702026-03-16T01:33:55.502Z Downloaded castaway v0.2.4
7712026-03-16T01:33:55.502Z Downloaded hickory-resolver v0.25.2
7722026-03-16T01:33:55.506Z Downloaded hickory-resolver v0.24.4
7732026-03-16T01:33:55.514Z Downloaded memoffset v0.9.1
7742026-03-16T01:33:55.524Z Downloaded litrs v1.0.0
7752026-03-16T01:33:55.524Z Downloaded lru-slab v0.1.2
7762026-03-16T01:33:55.524Z Downloaded ignore v0.4.25
7772026-03-16T01:33:55.532Z Downloaded cfg_aliases v0.1.1
7782026-03-16T01:33:55.532Z Downloaded libgit2-sys v0.18.3+1.9.2
7792026-03-16T01:33:55.572Z Downloaded pin-project v1.1.11
7802026-03-16T01:33:55.582Z Downloaded lru v0.12.5
7812026-03-16T01:33:55.586Z Downloaded ahash v0.8.12
7822026-03-16T01:33:55.591Z Downloaded linked-hash-map v0.5.6
7832026-03-16T01:33:55.591Z Downloaded miniz_oxide v0.8.9
7842026-03-16T01:33:55.595Z Downloaded http-body-util v0.1.3
7852026-03-16T01:33:55.598Z Downloaded libsw v3.5.0
7862026-03-16T01:33:55.603Z Downloaded nanorand v0.7.0
7872026-03-16T01:33:55.607Z Downloaded hkdf v0.12.4
7882026-03-16T01:33:55.608Z Downloaded kstat-rs v0.2.4
7892026-03-16T01:33:55.612Z Downloaded half v1.8.3
7902026-03-16T01:33:55.612Z Downloaded indexmap v1.9.3
7912026-03-16T01:33:55.618Z Downloaded ena v0.14.4
7922026-03-16T01:33:55.622Z Downloaded lock_api v0.4.14
7932026-03-16T01:33:55.622Z Downloaded httparse v1.10.1
7942026-03-16T01:33:55.626Z Downloaded pin-utils v0.1.0
7952026-03-16T01:33:55.631Z Downloaded nibble_vec v0.1.0
7962026-03-16T01:33:55.631Z Downloaded libbz2-rs-sys v0.2.2
7972026-03-16T01:33:55.635Z Downloaded maybe-uninit v2.0.0
7982026-03-16T01:33:55.635Z Downloaded itertools v0.14.0
7992026-03-16T01:33:55.641Z Downloaded managed v0.8.0
8002026-03-16T01:33:55.645Z Downloaded indicatif v0.18.4
8012026-03-16T01:33:55.649Z Downloaded newtype_derive v0.1.6
8022026-03-16T01:33:55.655Z Downloaded oxide-tokio-rt v0.1.3
8032026-03-16T01:33:55.662Z Downloaded bitfield-struct v0.6.2
8042026-03-16T01:33:55.662Z Downloaded async-recursion v1.1.1
8052026-03-16T01:33:55.668Z Downloaded num_enum_derive v0.7.5
8062026-03-16T01:33:55.669Z Downloaded mime_guess v2.0.5
8072026-03-16T01:33:55.669Z Downloaded proc-macro-crate v1.3.1
8082026-03-16T01:33:55.669Z Downloaded num_enum v0.5.11
8092026-03-16T01:33:55.672Z Downloaded itertools v0.10.5
8102026-03-16T01:33:55.681Z Downloaded newtype-uuid v1.3.2
8112026-03-16T01:33:55.684Z Downloaded bit-vec v0.6.3
8122026-03-16T01:33:55.684Z Downloaded impl-trait-for-tuples v0.2.3
8132026-03-16T01:33:55.687Z Downloaded blake2 v0.10.6
8142026-03-16T01:33:55.691Z Downloaded prefix-trie v0.7.0
8152026-03-16T01:33:55.695Z Downloaded hyper v1.8.1
8162026-03-16T01:33:55.701Z Downloaded oso-derive v0.27.3
8172026-03-16T01:33:55.704Z Downloaded libm v0.2.16
8182026-03-16T01:33:55.712Z Downloaded base16ct v1.0.0
8192026-03-16T01:33:55.714Z Downloaded libscf-sys v1.1.0
8202026-03-16T01:33:55.717Z Downloaded owo-colors v4.3.0
8212026-03-16T01:33:55.720Z Downloaded moka v0.12.13
8222026-03-16T01:33:55.727Z Downloaded openssl-macros v0.1.1
8232026-03-16T01:33:55.730Z Downloaded num-derive v0.4.2
8242026-03-16T01:33:55.733Z Downloaded num-rational v0.4.2
8252026-03-16T01:33:55.736Z Downloaded lazy_static v1.5.0
8262026-03-16T01:33:55.739Z Downloaded internet-checksum v0.2.1
8272026-03-16T01:33:55.739Z Downloaded futures-sink v0.3.32
8282026-03-16T01:33:55.742Z Downloaded cmake v0.1.57
8292026-03-16T01:33:55.744Z Downloaded argon2 v0.5.3
8302026-03-16T01:33:55.748Z Downloaded mime v0.3.17
8312026-03-16T01:33:55.750Z Downloaded num-bigint-dig v0.8.6
8322026-03-16T01:33:55.754Z Downloaded parse-display v0.10.0
8332026-03-16T01:33:55.756Z Downloaded num-conv v0.2.0
8342026-03-16T01:33:55.759Z Downloaded hickory-proto v0.24.4
8352026-03-16T01:33:55.771Z Downloaded openssl-sys v0.9.111
8362026-03-16T01:33:55.777Z Downloaded paste v1.0.15
8372026-03-16T01:33:55.781Z Downloaded bzip2 v0.6.1
8382026-03-16T01:33:55.783Z Downloaded bcs v0.1.6
8392026-03-16T01:33:55.786Z Downloaded arrayref v0.3.9
8402026-03-16T01:33:55.789Z Downloaded pbkdf2 v0.12.2
8412026-03-16T01:33:55.792Z Downloaded pbkdf2 v0.11.0
8422026-03-16T01:33:55.795Z Downloaded hyper-tls v0.6.0
8432026-03-16T01:33:55.798Z Downloaded openssl-probe v0.2.1
8442026-03-16T01:33:55.800Z Downloaded newtype-uuid-macros v0.1.0
8452026-03-16T01:33:55.803Z Downloaded crc8 v0.1.1
8462026-03-16T01:33:55.803Z Downloaded bit-set v0.8.0
8472026-03-16T01:33:55.806Z Downloaded bcrypt-pbkdf v0.10.0
8482026-03-16T01:33:55.809Z Downloaded pem v3.0.6
8492026-03-16T01:33:55.812Z Downloaded papergrid v0.17.0
8502026-03-16T01:33:55.815Z Downloaded num-integer v0.1.46
8512026-03-16T01:33:55.818Z Downloaded password-hash v0.5.0
8522026-03-16T01:33:55.821Z Downloaded peg-runtime v0.8.5
8532026-03-16T01:33:55.823Z Downloaded block-padding v0.3.3
8542026-03-16T01:33:55.826Z Downloaded parking_lot_core v0.9.12
8552026-03-16T01:33:55.829Z Downloaded num-derive v0.3.3
8562026-03-16T01:33:55.832Z Downloaded aead v0.5.2
8572026-03-16T01:33:55.832Z Downloaded phf v0.12.1
8582026-03-16T01:33:55.835Z Downloaded rand_core v0.10.0
8592026-03-16T01:33:55.838Z Downloaded base64 v0.21.7
8602026-03-16T01:33:55.841Z Downloaded num_threads v0.1.7
8612026-03-16T01:33:55.845Z Downloaded atomic-waker v1.1.2
8622026-03-16T01:33:55.848Z Downloaded num-bigint v0.4.6
8632026-03-16T01:33:55.851Z Downloaded peg v0.8.5
8642026-03-16T01:33:55.855Z Downloaded parse-size v1.1.0
8652026-03-16T01:33:55.858Z Downloaded rand_seeder v0.4.0
8662026-03-16T01:33:55.861Z Downloaded aes v0.8.4
8672026-03-16T01:33:55.864Z Downloaded crc32fast v1.5.0
8682026-03-16T01:33:55.867Z Downloaded console v0.15.11
8692026-03-16T01:33:55.870Z Downloaded buf-list v1.1.2
8702026-03-16T01:33:55.872Z Downloaded ciborium v0.2.2
8712026-03-16T01:33:55.876Z Downloaded pem-rfc7468 v0.7.0
8722026-03-16T01:33:55.878Z Downloaded crc v3.4.0
8732026-03-16T01:33:55.881Z Downloaded crc-any v2.5.0
8742026-03-16T01:33:55.884Z Downloaded parking_lot_core v0.8.6
8752026-03-16T01:33:55.887Z Downloaded oxnet v0.1.4
8762026-03-16T01:33:55.890Z Downloaded futures-macro v0.3.32
8772026-03-16T01:33:55.893Z Downloaded phf_shared v0.11.3
8782026-03-16T01:33:55.896Z Downloaded async-bb8-diesel v0.2.1
8792026-03-16T01:33:55.899Z Downloaded phf_shared v0.12.1
8802026-03-16T01:33:55.899Z Downloaded bytes v1.11.1
8812026-03-16T01:33:55.903Z Downloaded p384 v0.13.1
8822026-03-16T01:33:55.910Z Downloaded p256 v0.13.2
8832026-03-16T01:33:55.913Z Downloaded base64ct v1.8.3
8842026-03-16T01:33:55.916Z Downloaded primeorder v0.13.6
8852026-03-16T01:33:55.919Z Downloaded predicates v3.1.4
8862026-03-16T01:33:55.922Z Downloaded proc-macro-crate v3.4.0
8872026-03-16T01:33:55.925Z Downloaded bit-set v0.5.3
8882026-03-16T01:33:55.928Z Downloaded heapless v0.8.0
8892026-03-16T01:33:55.931Z Downloaded chacha20 v0.10.0
8902026-03-16T01:33:55.934Z Downloaded backon v1.6.0
8912026-03-16T01:33:55.937Z Downloaded progenitor-client v0.11.2
8922026-03-16T01:33:55.941Z Downloaded pkcs1 v0.7.5
8932026-03-16T01:33:55.943Z Downloaded rustls-webpki v0.101.7
8942026-03-16T01:33:55.955Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-03-16T01:33:55.959Z Downloaded progenitor-macro v0.13.0
8962026-03-16T01:33:55.961Z Downloaded progenitor v0.13.0
8972026-03-16T01:33:55.961Z Downloaded progenitor v0.11.2
8982026-03-16T01:33:55.964Z Downloaded proc-macro-error2 v2.0.1
8992026-03-16T01:33:55.967Z Downloaded hyper-util v0.1.20
9002026-03-16T01:33:55.973Z Downloaded ciborium-ll v0.2.2
9012026-03-16T01:33:55.976Z Downloaded powerfmt v0.2.0
9022026-03-16T01:33:55.980Z Downloaded cbc v0.1.2
9032026-03-16T01:33:55.983Z Downloaded poly1305 v0.8.0
9042026-03-16T01:33:55.983Z Downloaded ar_archive_writer v0.5.1
9052026-03-16T01:33:55.986Z Downloaded openssl v0.10.75
9062026-03-16T01:33:55.995Z Downloaded serde-hex v0.1.0
9072026-03-16T01:33:55.998Z Downloaded quick-error v1.2.3
9082026-03-16T01:33:56.001Z Downloaded hex-literal v0.4.1
9092026-03-16T01:33:56.004Z Downloaded predicates-core v1.0.10
9102026-03-16T01:33:56.004Z Downloaded progenitor-extras v0.1.1
9112026-03-16T01:33:56.007Z Downloaded futures-core v0.3.32
9122026-03-16T01:33:56.010Z Downloaded scroll_derive v0.13.1
9132026-03-16T01:33:56.010Z Downloaded half v2.7.1
9142026-03-16T01:33:56.013Z Downloaded chrono-tz v0.10.4
9152026-03-16T01:33:56.028Z Downloaded rsa v0.9.10
9162026-03-16T01:33:56.033Z Downloaded object v0.30.4
9172026-03-16T01:33:56.042Z Downloaded progenitor-impl v0.13.0
9182026-03-16T01:33:56.045Z Downloaded pretty_assertions v1.4.1
9192026-03-16T01:33:56.048Z Downloaded colored v2.2.0
9202026-03-16T01:33:56.051Z Downloaded psl-types v2.0.11
9212026-03-16T01:33:56.054Z Downloaded cobs v0.3.0
9222026-03-16T01:33:56.056Z Downloaded atty v0.2.14
9232026-03-16T01:33:56.056Z Downloaded pin-project-lite v0.2.17
9242026-03-16T01:33:56.061Z Downloaded console v0.16.2
9252026-03-16T01:33:56.064Z Downloaded rtoolbox v0.0.3
9262026-03-16T01:33:56.067Z Downloaded bzip2-sys v0.1.13+1.0.8
9272026-03-16T01:33:56.077Z Downloaded serde_path_to_error v0.1.20
9282026-03-16T01:33:56.081Z Downloaded ref-cast v1.0.25
9292026-03-16T01:33:56.087Z Downloaded rand_core v0.6.4
9302026-03-16T01:33:56.087Z Downloaded clang-sys v1.8.1
9312026-03-16T01:33:56.090Z Downloaded array-init v0.0.4
9322026-03-16T01:33:56.090Z Downloaded git-stub v1.0.0
9332026-03-16T01:33:56.093Z Downloaded md-5 v0.10.6
9342026-03-16T01:33:56.093Z Downloaded match_cfg v0.1.0
9352026-03-16T01:33:56.096Z Downloaded lalrpop-util v0.19.12
9362026-03-16T01:33:56.097Z Downloaded const_format_proc_macros v0.2.34
9372026-03-16T01:33:56.099Z Downloaded rand_core v0.9.5
9382026-03-16T01:33:56.103Z Downloaded httpdate v1.0.3
9392026-03-16T01:33:56.103Z Downloaded indent_write v2.2.0
9402026-03-16T01:33:56.106Z Downloaded bitvec v1.0.1
9412026-03-16T01:33:56.116Z Downloaded qorb v0.4.1
9422026-03-16T01:33:56.121Z Downloaded postgres-types v0.2.12
9432026-03-16T01:33:56.124Z Downloaded newline-converter v0.3.0
9442026-03-16T01:33:56.126Z Downloaded globwalk v0.9.1
9452026-03-16T01:33:56.129Z Downloaded quinn v0.11.9
9462026-03-16T01:33:56.132Z Downloaded is-terminal v0.4.17
9472026-03-16T01:33:56.135Z Downloaded new_debug_unreachable v1.0.6
9482026-03-16T01:33:56.135Z Downloaded normalize-line-endings v0.3.0
9492026-03-16T01:33:56.138Z Downloaded instant v0.1.13
9502026-03-16T01:33:56.141Z Downloaded hickory-server v0.25.2
9512026-03-16T01:33:56.143Z Downloaded gethostname v0.5.0
9522026-03-16T01:33:56.146Z Downloaded rcgen v0.12.1
9532026-03-16T01:33:56.149Z Downloaded progenitor-impl v0.11.2
9542026-03-16T01:33:56.152Z Downloaded petname v2.0.2
9552026-03-16T01:33:56.156Z Downloaded ghash v0.5.1
9562026-03-16T01:33:56.159Z Downloaded rustc_version v0.1.7
9572026-03-16T01:33:56.159Z Downloaded futures-task v0.3.32
9582026-03-16T01:33:56.161Z Downloaded cassowary v0.3.0
9592026-03-16T01:33:56.164Z Downloaded ascii-canvas v3.0.0
9602026-03-16T01:33:56.164Z Downloaded hex v0.4.3
9612026-03-16T01:33:56.167Z Downloaded rayon-core v1.13.0
9622026-03-16T01:33:56.170Z Downloaded rpassword v7.4.0
9632026-03-16T01:33:56.173Z Downloaded pkcs5 v0.7.1
9642026-03-16T01:33:56.176Z Downloaded sapling-renderdag v0.1.0
9652026-03-16T01:33:56.180Z Downloaded getrandom v0.3.4
9662026-03-16T01:33:56.183Z Downloaded snafu v0.8.9
9672026-03-16T01:33:56.189Z Downloaded rand v0.8.5
9682026-03-16T01:33:56.192Z Downloaded phf v0.13.1
9692026-03-16T01:33:56.195Z Downloaded portable-atomic v1.13.1
9702026-03-16T01:33:56.201Z Downloaded sigpipe v0.1.3
9712026-03-16T01:33:56.204Z Downloaded rustls-native-certs v0.8.3
9722026-03-16T01:33:56.206Z Downloaded rayon v1.11.0
9732026-03-16T01:33:56.214Z Downloaded reqwest v0.13.2
9742026-03-16T01:33:56.219Z Downloaded packed_struct_codegen v0.10.1
9752026-03-16T01:33:56.222Z Downloaded cpufeatures v0.3.0
9762026-03-16T01:33:56.225Z Downloaded object v0.37.3
9772026-03-16T01:33:56.234Z Downloaded proptest v1.10.0
9782026-03-16T01:33:56.242Z Downloaded resolv-conf v0.7.6
9792026-03-16T01:33:56.245Z Downloaded sha1 v0.10.6
9802026-03-16T01:33:56.248Z Downloaded sec1 v0.7.3
9812026-03-16T01:33:56.251Z Downloaded rand v0.9.2
9822026-03-16T01:33:56.254Z Downloaded subtle v2.6.1
9832026-03-16T01:33:56.254Z Downloaded rustls-pki-types v1.14.0
9842026-03-16T01:33:56.257Z Downloaded csv v1.4.0
9852026-03-16T01:33:56.275Z Downloaded string_cache v0.8.9
9862026-03-16T01:33:56.278Z Downloaded serde_plain v1.0.2
9872026-03-16T01:33:56.281Z Downloaded serde_derive_internals v0.29.1
9882026-03-16T01:33:56.281Z Downloaded seq-macro v0.3.6
9892026-03-16T01:33:56.284Z Downloaded schemars v0.8.22
9902026-03-16T01:33:56.292Z Downloaded strum_macros v0.26.4
9912026-03-16T01:33:56.295Z Downloaded signal-hook-tokio v0.3.1
9922026-03-16T01:33:56.298Z Downloaded sct v0.7.1
9932026-03-16T01:33:56.300Z Downloaded ref-cast-impl v1.0.25
9942026-03-16T01:33:56.303Z Downloaded signal-hook v0.3.18
9952026-03-16T01:33:56.306Z Downloaded serde_spanned v1.0.4
9962026-03-16T01:33:56.306Z Downloaded schemars v0.9.0
9972026-03-16T01:33:56.316Z Downloaded serde_bytes v0.11.19
9982026-03-16T01:33:56.319Z Downloaded rusty-fork v0.3.1
9992026-03-16T01:33:56.323Z Downloaded structmeta v0.3.0
10002026-03-16T01:33:56.323Z Downloaded rustc_version v0.4.1
10012026-03-16T01:33:56.325Z Downloaded rand_xorshift v0.4.0
10022026-03-16T01:33:56.325Z Downloaded signal-hook-mio v0.2.5
10032026-03-16T01:33:56.328Z Downloaded shell-words v1.1.1
10042026-03-16T01:33:56.328Z Downloaded regress v0.10.5
10052026-03-16T01:33:56.336Z Downloaded ssh-encoding v0.2.0
10062026-03-16T01:33:56.339Z Downloaded serde_yaml v0.9.34+deprecated
10072026-03-16T01:33:56.342Z Downloaded serde_with_macros v3.17.0
10082026-03-16T01:33:56.345Z Downloaded static_assertions v1.1.0
10092026-03-16T01:33:56.348Z Downloaded thiserror-impl-no-std v2.0.2
10102026-03-16T01:33:56.348Z Downloaded smf v0.2.3
10112026-03-16T01:33:56.350Z Downloaded ryu v1.0.23
10122026-03-16T01:33:56.353Z Downloaded samael v0.0.19
10132026-03-16T01:33:56.356Z Downloaded rustls-platform-verifier v0.6.2
10142026-03-16T01:33:56.360Z Downloaded ron v0.12.0
10152026-03-16T01:33:56.367Z Downloaded futures-io v0.3.32
10162026-03-16T01:33:56.370Z Downloaded tar v0.4.44
10172026-03-16T01:33:56.374Z Downloaded tabled_derive v0.11.0
10182026-03-16T01:33:56.377Z Downloaded const_format v0.2.35
10192026-03-16T01:33:56.381Z Downloaded rustls v0.21.12
10202026-03-16T01:33:56.387Z Downloaded take_mut v0.2.2
10212026-03-16T01:33:56.390Z Downloaded tokio-native-tls v0.3.1
10222026-03-16T01:33:56.396Z Downloaded supports-color v3.0.2
10232026-03-16T01:33:56.396Z Downloaded salty v0.3.0
10242026-03-16T01:33:56.400Z Downloaded tinyvec v1.10.0
10252026-03-16T01:33:56.403Z Downloaded bb8 v0.8.6
10262026-03-16T01:33:56.403Z Downloaded scroll v0.13.0
10272026-03-16T01:33:56.406Z Downloaded jiff v0.2.21
10282026-03-16T01:33:56.420Z Downloaded time-macros v0.2.27
10292026-03-16T01:33:56.423Z Downloaded secrecy v0.10.3
10302026-03-16T01:33:56.426Z Downloaded serde_cbor v0.11.2
10312026-03-16T01:33:56.429Z Downloaded hashbrown v0.15.5
10322026-03-16T01:33:56.433Z Downloaded tap v1.0.1
10332026-03-16T01:33:56.435Z Downloaded serde_with v3.17.0
10342026-03-16T01:33:56.444Z Downloaded testing_table v0.3.0
10352026-03-16T01:33:56.447Z Downloaded rustls v0.22.4
10362026-03-16T01:33:56.457Z Downloaded futures-util v0.3.32
10372026-03-16T01:33:56.466Z Downloaded regex-automata v0.4.14
10382026-03-16T01:33:56.479Z Downloaded tokio-rustls v0.26.4
10392026-03-16T01:33:56.482Z Downloaded spin v0.9.8
10402026-03-16T01:33:56.485Z Downloaded slog-envlogger v2.2.0
10412026-03-16T01:33:56.488Z Downloaded num-complex v0.4.6
10422026-03-16T01:33:56.488Z Downloaded similar v2.7.0
10432026-03-16T01:33:56.491Z Downloaded petgraph v0.6.5
10442026-03-16T01:33:56.507Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10452026-03-16T01:33:56.510Z Downloaded tower-service v0.3.3
10462026-03-16T01:33:56.510Z Downloaded petgraph v0.8.3
10472026-03-16T01:33:56.530Z Downloaded sync-ptr v0.1.4
10482026-03-16T01:33:56.533Z Downloaded slog-bunyan v2.5.0
10492026-03-16T01:33:56.533Z Downloaded nix v0.28.0
10502026-03-16T01:33:56.541Z Downloaded tracing-core v0.1.36
10512026-03-16T01:33:56.544Z Downloaded native-tls v0.2.18
10522026-03-16T01:33:56.547Z Downloaded strum_macros v0.27.2
10532026-03-16T01:33:56.550Z Downloaded snafu-derive v0.8.9
10542026-03-16T01:33:56.550Z Downloaded pkg-config v0.3.32
10552026-03-16T01:33:56.553Z Downloaded nom v7.1.3
10562026-03-16T01:33:56.556Z Downloaded strum v0.27.2
10572026-03-16T01:33:56.558Z Downloaded progenitor-impl v0.10.0
10582026-03-16T01:33:56.561Z Downloaded nonempty v0.12.0
10592026-03-16T01:33:56.561Z Downloaded corncobs v0.1.4
10602026-03-16T01:33:56.564Z Downloaded scheduled-thread-pool v0.2.7
10612026-03-16T01:33:56.564Z Downloaded regex-syntax v0.6.29
10622026-03-16T01:33:56.569Z Downloaded toml_edit v0.23.10+spec-1.0.0
10632026-03-16T01:33:56.573Z Downloaded pin-project-internal v1.1.11
10642026-03-16T01:33:56.576Z Downloaded base64 v0.22.1
10652026-03-16T01:33:56.578Z Downloaded sled v0.34.7
10662026-03-16T01:33:56.586Z Downloaded twox-hash v2.1.2
10672026-03-16T01:33:56.589Z Downloaded time v0.3.47
10682026-03-16T01:33:56.600Z Downloaded ssh-key v0.6.7
10692026-03-16T01:33:56.605Z Downloaded r2d2 v0.8.10
10702026-03-16T01:33:56.608Z Downloaded russh-keys v0.45.0
10712026-03-16T01:33:56.611Z Downloaded predicates-tree v1.0.13
10722026-03-16T01:33:56.612Z Downloaded polar-core v0.27.3
10732026-03-16T01:33:56.617Z Downloaded unit-prefix v0.5.2
10742026-03-16T01:33:56.620Z Downloaded socket2 v0.5.10
10752026-03-16T01:33:56.623Z Downloaded termtree v0.5.1
10762026-03-16T01:33:56.623Z Downloaded strum_macros v0.24.3
10772026-03-16T01:33:56.626Z Downloaded num v0.4.3
10782026-03-16T01:33:56.626Z Downloaded quick-xml v0.37.5
10792026-03-16T01:33:56.630Z Downloaded p521 v0.13.3
10802026-03-16T01:33:56.633Z Downloaded openapiv3 v2.2.0
10812026-03-16T01:33:56.643Z Downloaded universal-hash v0.5.1
10822026-03-16T01:33:56.646Z Downloaded ingot-macros v0.1.1
10832026-03-16T01:33:56.648Z Downloaded salsa20 v0.10.2
10842026-03-16T01:33:56.649Z Downloaded fs_extra v1.3.0
10852026-03-16T01:33:56.652Z Downloaded tinyvec_macros v0.1.1
10862026-03-16T01:33:56.652Z Downloaded smoltcp v0.9.1
10872026-03-16T01:33:56.658Z Downloaded toml_writer v1.0.6+spec-1.1.0
10882026-03-16T01:33:56.661Z Downloaded sqlformat v0.3.5
10892026-03-16T01:33:56.664Z Downloaded tiny-keccak v2.0.2
10902026-03-16T01:33:56.664Z Downloaded test-strategy v0.4.5
10912026-03-16T01:33:56.667Z Downloaded vsss-rs v3.3.4
10922026-03-16T01:33:56.670Z Downloaded derive_more-impl v2.1.1
10932026-03-16T01:33:56.674Z Downloaded smallvec v0.6.14
10942026-03-16T01:33:56.677Z Downloaded tls_codec v0.4.2
10952026-03-16T01:33:56.680Z Downloaded password-hash v0.4.2
10962026-03-16T01:33:56.680Z Downloaded darling_core v0.20.11
10972026-03-16T01:33:56.683Z Downloaded signal-hook-registry v1.4.8
10982026-03-16T01:33:56.686Z Downloaded crossbeam-deque v0.8.6
10992026-03-16T01:33:56.686Z Downloaded http-body v1.0.1
11002026-03-16T01:33:56.689Z Downloaded derive_builder v0.20.2
11012026-03-16T01:33:56.692Z Downloaded bitfield-macros v0.19.4
11022026-03-16T01:33:56.695Z Downloaded tracing v0.1.44
11032026-03-16T01:33:56.711Z Downloaded sha3 v0.10.8
11042026-03-16T01:33:56.715Z Downloaded hickory-client v0.25.2
11052026-03-16T01:33:56.718Z Downloaded regex-syntax v0.8.10
11062026-03-16T01:33:56.724Z Downloaded term v1.2.1
11072026-03-16T01:33:56.726Z Downloaded steno v0.4.1
11082026-03-16T01:33:56.730Z Downloaded rustversion v1.0.22
11092026-03-16T01:33:56.732Z Downloaded russh v0.45.0
11102026-03-16T01:33:56.738Z Downloaded nodrop v0.1.14
11112026-03-16T01:33:56.741Z Downloaded utf-8 v0.7.6
11122026-03-16T01:33:56.741Z Downloaded wait-timeout v0.2.1
11132026-03-16T01:33:56.741Z Downloaded tokio-stream v0.1.18
11142026-03-16T01:33:56.744Z Downloaded bitflags v1.3.2
11152026-03-16T01:33:56.747Z Downloaded usdt-attr-macro v0.6.0
11162026-03-16T01:33:56.750Z Downloaded unicode-properties v0.1.4
11172026-03-16T01:33:56.750Z Downloaded slog-stdlog v4.1.1
11182026-03-16T01:33:56.753Z Downloaded darling_core v0.23.0
11192026-03-16T01:33:56.757Z Downloaded bumpalo v3.20.2
11202026-03-16T01:33:56.759Z Downloaded bstr v1.12.1
11212026-03-16T01:33:56.765Z Downloaded whoami v1.6.1
11222026-03-16T01:33:56.768Z Downloaded rustix v0.38.44
11232026-03-16T01:33:56.785Z Downloaded xz2 v0.1.7
11242026-03-16T01:33:56.788Z Downloaded xshell v0.2.7
11252026-03-16T01:33:56.791Z Downloaded rustls-pemfile v2.2.0
11262026-03-16T01:33:56.791Z Downloaded progenitor-macro v0.11.2
11272026-03-16T01:33:56.791Z Downloaded typed-path v0.9.3
11282026-03-16T01:33:56.796Z Downloaded unicode-segmentation v1.12.0
11292026-03-16T01:33:56.799Z Downloaded rustls-webpki v0.103.9
11302026-03-16T01:33:56.802Z Downloaded publicsuffix v2.3.0
11312026-03-16T01:33:56.804Z Downloaded sqlparser_derive v0.5.0
11322026-03-16T01:33:56.804Z Downloaded socket2 v0.6.2
11332026-03-16T01:33:56.807Z Downloaded unicode-normalization v0.1.25
11342026-03-16T01:33:56.810Z Downloaded shlex v1.3.0
11352026-03-16T01:33:56.813Z Downloaded term v0.7.0
11362026-03-16T01:33:56.816Z Downloaded zeroize v1.8.2
11372026-03-16T01:33:56.816Z Downloaded russh-cryptovec v0.7.3
11382026-03-16T01:33:56.819Z Downloaded ring v0.17.14
11392026-03-16T01:33:56.850Z Downloaded tower-http v0.6.8
11402026-03-16T01:33:56.856Z Downloaded topological-sort v0.2.2
11412026-03-16T01:33:56.859Z Downloaded tokio-rustls v0.24.1
11422026-03-16T01:33:56.862Z Downloaded walkdir v2.5.0
11432026-03-16T01:33:56.862Z Downloaded tokio-postgres v0.7.16
11442026-03-16T01:33:56.865Z Downloaded packed_struct v0.10.1
11452026-03-16T01:33:56.868Z Downloaded tokio-dtrace v0.1.1
11462026-03-16T01:33:56.869Z Downloaded path-slash v0.1.5
11472026-03-16T01:33:56.873Z Downloaded progenitor-client v0.10.0
11482026-03-16T01:33:56.873Z Downloaded unicode-bidi v0.3.18
11492026-03-16T01:33:56.873Z Downloaded zstd-safe v7.2.4
11502026-03-16T01:33:56.876Z Downloaded try-lock v0.2.5
11512026-03-16T01:33:56.876Z Downloaded stacker v0.1.23
11522026-03-16T01:33:56.876Z Downloaded thiserror-no-std v2.0.2
11532026-03-16T01:33:56.879Z Downloaded zstd v0.13.3
11542026-03-16T01:33:56.882Z Downloaded zip v4.6.1
11552026-03-16T01:33:56.885Z Downloaded zerocopy v0.8.40
11562026-03-16T01:33:56.891Z Downloaded toml v0.9.12+spec-1.1.0
11572026-03-16T01:33:56.895Z Downloaded zopfli v0.8.3
11582026-03-16T01:33:56.897Z Downloaded olpc-cjson v0.1.4
11592026-03-16T01:33:56.900Z Downloaded typify-impl v0.6.1
11602026-03-16T01:33:56.909Z Downloaded progenitor v0.10.0
11612026-03-16T01:33:56.912Z Downloaded typify-impl v0.4.3
11622026-03-16T01:33:56.923Z Downloaded zerocopy v0.6.6
11632026-03-16T01:33:56.926Z Downloaded usdt-impl v0.6.0
11642026-03-16T01:33:56.929Z Downloaded untrusted v0.7.1
11652026-03-16T01:33:56.929Z Downloaded proc-macro-error-attr2 v2.0.0
11662026-03-16T01:33:56.929Z Downloaded num_enum_derive v0.5.11
11672026-03-16T01:33:56.935Z Downloaded num-iter v0.1.45
11682026-03-16T01:33:56.935Z Downloaded same-file v1.0.6
11692026-03-16T01:33:56.935Z Downloaded reedline v0.40.0
11702026-03-16T01:33:56.938Z Downloaded rand_chacha v0.9.0
11712026-03-16T01:33:56.941Z Downloaded parking_lot v0.12.5
11722026-03-16T01:33:56.941Z Downloaded vcpkg v0.2.15
11732026-03-16T01:33:56.972Z Downloaded zip v0.6.6
11742026-03-16T01:33:56.975Z Downloaded progenitor-macro v0.10.0
11752026-03-16T01:33:56.979Z Downloaded peg-macros v0.8.5
11762026-03-16T01:33:56.979Z Downloaded rfc6979 v0.4.0
11772026-03-16T01:33:56.979Z Downloaded ppv-lite86 v0.2.21
11782026-03-16T01:33:56.982Z Downloaded oso v0.27.3
11792026-03-16T01:33:56.985Z Downloaded quinn-proto v0.11.13
11802026-03-16T01:33:56.988Z Downloaded whoami v2.1.0
11812026-03-16T01:33:56.991Z Downloaded zerocopy-derive v0.6.6
11822026-03-16T01:33:56.999Z Downloaded tabwriter v1.4.1
11832026-03-16T01:33:57.003Z Downloaded zone_cfg_derive v0.3.1
11842026-03-16T01:33:57.003Z Downloaded signature v2.2.0
11852026-03-16T01:33:57.003Z Downloaded radium v0.7.0
11862026-03-16T01:33:57.006Z Downloaded tracing-attributes v0.1.31
11872026-03-16T01:33:57.006Z Downloaded thread_local v1.1.9
11882026-03-16T01:33:57.010Z Downloaded slab v0.4.12
11892026-03-16T01:33:57.010Z Downloaded serde_urlencoded v0.7.1
11902026-03-16T01:33:57.013Z Downloaded omicron-zone-package v0.12.2
11912026-03-16T01:33:57.013Z Downloaded heapless v0.7.17
11922026-03-16T01:33:57.016Z Downloaded serde_repr v0.1.20
11932026-03-16T01:33:57.016Z Downloaded tabled v0.20.0
11942026-03-16T01:33:57.029Z Downloaded strip-ansi-escapes v0.2.1
11952026-03-16T01:33:57.032Z Downloaded scopeguard v1.2.0
11962026-03-16T01:33:57.032Z Downloaded rustls v0.23.37
11972026-03-16T01:33:57.040Z Downloaded secrecy v0.8.0
11982026-03-16T01:33:57.043Z Downloaded rand v0.10.0
11992026-03-16T01:33:57.046Z Downloaded prettyplease v0.2.37
12002026-03-16T01:33:57.049Z Downloaded openssl-probe v0.1.6
12012026-03-16T01:33:57.050Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-03-16T01:33:57.050Z Downloaded polyval v0.6.2
12032026-03-16T01:33:57.053Z Downloaded progenitor-client v0.13.0
12042026-03-16T01:33:57.053Z Downloaded slog v2.8.2
12052026-03-16T01:33:57.056Z Downloaded highway v1.3.0
12062026-03-16T01:33:57.056Z Downloaded parking_lot v0.11.2
12072026-03-16T01:33:57.059Z Downloaded precomputed-hash v0.1.1
12082026-03-16T01:33:57.059Z Downloaded structmeta-derive v0.3.0
12092026-03-16T01:33:57.059Z Downloaded spki v0.7.3
12102026-03-16T01:33:57.062Z Downloaded headers-core v0.3.0
12112026-03-16T01:33:57.062Z Downloaded postcard v1.1.3
12122026-03-16T01:33:57.065Z Downloaded parse-display-derive v0.10.0
12132026-03-16T01:33:57.065Z Downloaded nix v0.29.0
12142026-03-16T01:33:57.072Z Downloaded serde-big-array v0.5.1
12152026-03-16T01:33:57.081Z Downloaded tui-tree-widget v0.23.1
12162026-03-16T01:33:57.084Z Downloaded rand_chacha v0.3.1
12172026-03-16T01:33:57.087Z Downloaded nix v0.27.1
12182026-03-16T01:33:57.092Z Downloaded slog-scope v4.4.1
12192026-03-16T01:33:57.097Z Downloaded rustc-hash v2.1.1
12202026-03-16T01:33:57.100Z Downloaded time-core v0.1.8
12212026-03-16T01:33:57.100Z Downloaded sync_wrapper v1.0.2
12222026-03-16T01:33:57.103Z Downloaded termios v0.3.3
12232026-03-16T01:33:57.103Z Downloaded rustyline v14.0.0
12242026-03-16T01:33:57.106Z Downloaded siphasher v1.0.2
12252026-03-16T01:33:57.106Z Downloaded regex v1.12.3
12262026-03-16T01:33:57.111Z Downloaded tokio-rustls v0.25.0
12272026-03-16T01:33:57.114Z Downloaded yansi v1.0.1
12282026-03-16T01:33:57.117Z Downloaded subprocess v0.2.15
12292026-03-16T01:33:57.117Z Downloaded schemars v1.2.1
12302026-03-16T01:33:57.130Z Downloaded support-bundle-viewer v0.1.2
12312026-03-16T01:33:57.134Z Downloaded unicode-truncate v1.1.0
12322026-03-16T01:33:57.144Z Downloaded vergen v9.0.6
12332026-03-16T01:33:57.147Z Downloaded typify-macro v0.4.3
12342026-03-16T01:33:57.147Z Downloaded waitgroup v0.1.2
12352026-03-16T01:33:57.147Z Downloaded reqwest v0.12.28
12362026-03-16T01:33:57.150Z Downloaded usdt v0.6.0
12372026-03-16T01:33:57.154Z Downloaded tokio-macros v2.6.0
12382026-03-16T01:33:57.154Z Downloaded tls_codec_derive v0.4.2
12392026-03-16T01:33:57.157Z Downloaded slog-dtrace v0.3.0
12402026-03-16T01:33:57.161Z Downloaded trait-variant v0.1.2
12412026-03-16T01:33:57.164Z Downloaded iri-string v0.7.10
12422026-03-16T01:33:57.167Z Downloaded vergen-gitcl v1.0.8
12432026-03-16T01:33:57.177Z Downloaded webpki-roots v1.0.6
12442026-03-16T01:33:57.182Z Downloaded void v1.0.2
12452026-03-16T01:33:57.187Z Downloaded vte v0.14.1
12462026-03-16T01:33:57.190Z Downloaded semver v0.1.20
12472026-03-16T01:33:57.190Z Downloaded unsafe-libyaml v0.2.11
12482026-03-16T01:33:57.196Z Downloaded tokio-tungstenite v0.23.1
12492026-03-16T01:33:57.199Z Downloaded headers v0.4.1
12502026-03-16T01:33:57.199Z Downloaded xattr v1.6.1
12512026-03-16T01:33:57.203Z Downloaded itertools v0.13.0
12522026-03-16T01:33:57.209Z Downloaded wyz v0.5.1
12532026-03-16T01:33:57.211Z Downloaded winnow v0.6.26
12542026-03-16T01:33:57.219Z Downloaded radix_trie v0.2.1
12552026-03-16T01:33:57.223Z Downloaded smoltcp v0.11.0
12562026-03-16T01:33:57.246Z Downloaded toml_edit v0.19.15
12572026-03-16T01:33:57.261Z Downloaded goblin v0.10.5
12582026-03-16T01:33:57.285Z Downloaded minimal-lexical v0.2.1
12592026-03-16T01:33:57.289Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12602026-03-16T01:33:57.303Z Downloaded mio v1.1.1
12612026-03-16T01:33:57.307Z Downloaded hash32 v0.2.1
12622026-03-16T01:33:57.317Z Downloaded usdt-macro v0.6.0
12632026-03-16T01:33:57.418Z Downloaded scrypt v0.11.0
12642026-03-16T01:33:57.441Z Downloaded nu-ansi-term v0.50.3
12652026-03-16T01:33:57.445Z Downloaded unicase v2.9.0
12662026-03-16T01:33:57.450Z Downloaded tungstenite v0.23.0
12672026-03-16T01:33:57.467Z Downloaded rustls-webpki v0.102.8
12682026-03-16T01:33:57.486Z Downloaded phf_shared v0.13.1
12692026-03-16T01:33:57.493Z Downloaded ssh-cipher v0.2.0
12702026-03-16T01:33:57.503Z Downloaded pkcs8 v0.10.2
12712026-03-16T01:33:57.508Z Downloaded fxhash v0.2.1
12722026-03-16T01:33:57.513Z Downloaded schemars_derive v0.8.22
12732026-03-16T01:33:57.517Z Downloaded typify v0.6.1
12742026-03-16T01:33:57.539Z Downloaded vergen-git2 v1.0.7
12752026-03-16T01:33:57.544Z Downloaded stringprep v0.1.5
12762026-03-16T01:33:57.559Z Downloaded tungstenite v0.21.0
12772026-03-16T01:33:57.564Z Downloaded simd-adler32 v0.3.8
12782026-03-16T01:33:57.568Z Downloaded tower-layer v0.3.3
12792026-03-16T01:33:57.573Z Downloaded slog-async v2.8.0
12802026-03-16T01:33:57.577Z Downloaded quinn-udp v0.5.14
12812026-03-16T01:33:57.584Z Downloaded tokio-tungstenite v0.21.0
12822026-03-16T01:33:57.588Z Downloaded slog-term v2.9.2
12832026-03-16T01:33:57.591Z Downloaded postgres-protocol v0.6.10
12842026-03-16T01:33:57.595Z Downloaded recursive v0.1.1
12852026-03-16T01:33:57.602Z Downloaded tagptr v0.2.0
12862026-03-16T01:33:57.602Z Downloaded psm v0.1.30
12872026-03-16T01:33:57.602Z Downloaded rustls-pemfile v1.0.4
12882026-03-16T01:33:57.609Z Downloaded unicode_categories v0.1.1
12892026-03-16T01:33:57.614Z Downloaded zerocopy-derive v0.8.40
12902026-03-16T01:33:57.621Z Downloaded xshell-macros v0.2.7
12912026-03-16T01:33:57.624Z Downloaded typify-macro v0.6.1
12922026-03-16T01:33:57.627Z Downloaded toml v0.7.8
12932026-03-16T01:33:57.630Z Downloaded zone v0.3.1
12942026-03-16T01:33:57.630Z Downloaded strum v0.26.3
12952026-03-16T01:33:57.638Z Downloaded thread-id v5.1.0
12962026-03-16T01:33:57.642Z Downloaded ron v0.8.1
12972026-03-16T01:33:57.653Z Downloaded slog-json v2.6.1
12982026-03-16T01:33:57.692Z Downloaded zeroize_derive v1.4.3
12992026-03-16T01:33:57.695Z Downloaded vergen-lib v0.1.6
13002026-03-16T01:33:57.721Z Downloaded uuid v1.21.0
13012026-03-16T01:33:57.743Z Downloaded typify v0.4.3
13022026-03-16T01:33:57.755Z Downloaded sqlparser v0.61.0
13032026-03-16T01:33:57.763Z Downloaded tower v0.5.3
13042026-03-16T01:33:57.770Z Downloaded tokio-util v0.7.18
13052026-03-16T01:33:57.786Z Downloaded zlib-rs v0.6.2
13062026-03-16T01:33:57.790Z Downloaded winnow v0.5.40
13072026-03-16T01:33:57.804Z Downloaded ratatui v0.29.0
13082026-03-16T01:33:57.822Z Downloaded tough v0.20.0
13092026-03-16T01:33:57.905Z Downloaded tokio v1.49.0
13102026-03-16T01:33:57.996Z Downloaded uzers v0.12.2
13112026-03-16T01:33:58.105Z Downloaded aws-lc-sys v0.37.1
13122026-03-16T01:33:58.290Z Downloaded want v0.3.1
13132026-03-16T01:33:58.294Z Downloaded yasna v0.5.2
13142026-03-16T01:33:58.294Z Downloaded unarray v0.1.4
13152026-03-16T01:33:58.306Z Downloaded iddqd v0.3.17
13162026-03-16T01:33:58.310Z Downloaded x509-cert v0.2.5
13172026-03-16T01:33:58.323Z Downloaded untrusted v0.9.0
13182026-03-16T01:33:58.438Z Compiling libc v0.2.180
13192026-03-16T01:33:58.441Z Compiling serde v1.0.228
13202026-03-16T01:33:58.441Z Compiling log v0.4.29
13212026-03-16T01:33:58.441Z Compiling find-msvc-tools v0.1.9
13222026-03-16T01:33:58.441Z Compiling shlex v1.3.0
13232026-03-16T01:33:58.441Z Compiling smallvec v1.15.1
13242026-03-16T01:33:58.441Z Compiling typenum v1.19.0
13252026-03-16T01:33:58.441Z Compiling subtle v2.6.1
13262026-03-16T01:33:58.616Z Compiling generic-array v0.14.7
13272026-03-16T01:33:58.618Z Compiling scopeguard v1.2.0
13282026-03-16T01:33:58.619Z Compiling portable-atomic v1.13.1
13292026-03-16T01:33:58.673Z Compiling const-oid v0.9.6
13302026-03-16T01:33:58.676Z Compiling critical-section v1.2.0
13312026-03-16T01:33:58.708Z Compiling syn v2.0.117
13322026-03-16T01:33:58.726Z Compiling zerocopy v0.8.40
13332026-03-16T01:33:58.729Z Compiling pin-project-lite v0.2.17
13342026-03-16T01:33:58.835Z Compiling lock_api v0.4.14
13352026-03-16T01:33:58.855Z Compiling serde_json v1.0.149
13362026-03-16T01:33:58.888Z Compiling parking_lot_core v0.9.12
13372026-03-16T01:33:58.909Z Compiling pkg-config v0.3.32
13382026-03-16T01:33:58.931Z Compiling bitflags v2.11.0
13392026-03-16T01:33:58.954Z Compiling libm v0.2.16
13402026-03-16T01:33:58.957Z Compiling num-traits v0.2.19
13412026-03-16T01:33:58.957Z Compiling futures-core v0.3.32
13422026-03-16T01:33:59.098Z Compiling percent-encoding v2.3.2
13432026-03-16T01:33:59.120Z Compiling allocator-api2 v0.2.21
13442026-03-16T01:33:59.183Z Compiling futures-sink v0.3.32
13452026-03-16T01:33:59.311Z Compiling cpufeatures v0.2.17
13462026-03-16T01:33:59.333Z Compiling foldhash v0.2.0
13472026-03-16T01:33:59.447Z Compiling futures-channel v0.3.32
13482026-03-16T01:33:59.450Z Compiling futures-io v0.3.32
13492026-03-16T01:33:59.450Z Compiling futures-task v0.3.32
13502026-03-16T01:33:59.450Z Compiling slab v0.4.12
13512026-03-16T01:33:59.554Z Compiling getrandom v0.4.1
13522026-03-16T01:33:59.616Z Compiling hashbrown v0.16.1
13532026-03-16T01:33:59.634Z Compiling rand_core v0.10.0
13542026-03-16T01:33:59.667Z Compiling getrandom v0.3.4
13552026-03-16T01:33:59.694Z Compiling rustversion v1.0.22
13562026-03-16T01:33:59.713Z Compiling form_urlencoded v1.2.2
13572026-03-16T01:33:59.737Z Compiling dunce v1.0.5
13582026-03-16T01:33:59.753Z Compiling fs_extra v1.3.0
13592026-03-16T01:33:59.775Z Compiling base64ct v1.8.3
13602026-03-16T01:33:59.864Z Compiling ident_case v1.0.1
13612026-03-16T01:33:59.883Z Compiling flagset v0.4.7
13622026-03-16T01:33:59.906Z Compiling iana-time-zone v0.1.65
13632026-03-16T01:33:59.958Z Compiling getrandom v0.2.17
13642026-03-16T01:34:00.033Z Compiling jobserver v0.1.34
13652026-03-16T01:34:00.055Z Compiling errno v0.3.14
13662026-03-16T01:34:00.095Z Compiling mio v1.1.1
13672026-03-16T01:34:00.117Z Compiling socket2 v0.6.2
13682026-03-16T01:34:00.165Z Compiling rand_core v0.6.4
13692026-03-16T01:34:00.211Z Compiling once_cell v1.21.3
13702026-03-16T01:34:00.215Z Compiling signal-hook-registry v1.4.8
13712026-03-16T01:34:00.280Z Compiling pem-rfc7468 v0.7.0
13722026-03-16T01:34:00.328Z Compiling parking_lot v0.12.5
13732026-03-16T01:34:00.348Z Compiling cc v1.2.56
13742026-03-16T01:34:00.465Z Compiling indexmap v2.13.0
13752026-03-16T01:34:00.506Z Compiling rustix v1.1.3
13762026-03-16T01:34:00.509Z Compiling uuid v1.21.0
13772026-03-16T01:34:00.557Z Compiling rustc_version v0.4.1
13782026-03-16T01:34:00.577Z Compiling aws-lc-rs v1.16.0
13792026-03-16T01:34:00.614Z Compiling regex-syntax v0.8.10
13802026-03-16T01:34:00.706Z Compiling vcpkg v0.2.15
13812026-03-16T01:34:00.725Z Compiling tracing-core v0.1.36
13822026-03-16T01:34:00.851Z Compiling rand_core v0.9.5
13832026-03-16T01:34:00.932Z Compiling crossbeam-utils v0.8.21
13842026-03-16T01:34:01.028Z Compiling schemars v0.8.22
13852026-03-16T01:34:01.031Z Compiling httparse v1.10.1
13862026-03-16T01:34:01.031Z Compiling openssl-probe v0.2.1
13872026-03-16T01:34:01.288Z Compiling base64 v0.22.1
13882026-03-16T01:34:01.312Z Compiling syn v1.0.109
13892026-03-16T01:34:01.315Z Compiling untrusted v0.9.0
13902026-03-16T01:34:01.355Z Compiling cmake v0.1.57
13912026-03-16T01:34:01.355Z Compiling untrusted v0.7.1
13922026-03-16T01:34:01.481Z Compiling tower-layer v0.3.3
13932026-03-16T01:34:01.500Z Compiling atomic-waker v1.1.2
13942026-03-16T01:34:01.521Z Compiling dyn-clone v1.0.20
13952026-03-16T01:34:01.543Z Compiling tower-service v0.3.3
13962026-03-16T01:34:01.546Z Compiling tinyvec_macros v0.1.1
13972026-03-16T01:34:01.612Z Compiling try-lock v0.2.5
13982026-03-16T01:34:01.669Z Compiling rustls v0.23.37
13992026-03-16T01:34:01.688Z Compiling tinyvec v1.10.0
14002026-03-16T01:34:01.732Z Compiling spin v0.9.8
14012026-03-16T01:34:01.735Z Compiling want v0.3.1
14022026-03-16T01:34:01.755Z Compiling aho-corasick v1.1.4
14032026-03-16T01:34:01.813Z Compiling powerfmt v0.2.0
14042026-03-16T01:34:01.816Z Compiling time-core v0.1.8
14052026-03-16T01:34:01.854Z Compiling num-conv v0.2.0
14062026-03-16T01:34:01.912Z Compiling crc32fast v1.5.0
14072026-03-16T01:34:01.929Z Compiling pin-utils v0.1.0
14082026-03-16T01:34:01.976Z Compiling foreign-types-shared v0.1.1
14092026-03-16T01:34:02.021Z Compiling openssl v0.10.75
14102026-03-16T01:34:02.039Z Compiling httpdate v1.0.3
14112026-03-16T01:34:02.060Z Compiling deranged v0.5.8
14122026-03-16T01:34:02.063Z Compiling time-macros v0.2.27
14132026-03-16T01:34:02.102Z Compiling foreign-types v0.3.2
14142026-03-16T01:34:02.106Z Compiling wait-timeout v0.2.1
14152026-03-16T01:34:02.145Z Compiling simd-adler32 v0.3.8
14162026-03-16T01:34:02.148Z Compiling siphasher v1.0.2
14172026-03-16T01:34:02.188Z Compiling quick-error v1.2.3
14182026-03-16T01:34:02.210Z Compiling bit-vec v0.8.0
14192026-03-16T01:34:02.328Z Compiling usdt-impl v0.6.0
14202026-03-16T01:34:02.347Z Compiling native-tls v0.2.18
14212026-03-16T01:34:02.364Z Compiling num_threads v0.1.7
14222026-03-16T01:34:02.381Z Compiling either v1.15.0
14232026-03-16T01:34:02.492Z Compiling bit-set v0.8.0
14242026-03-16T01:34:02.512Z Compiling unicode-normalization v0.1.25
14252026-03-16T01:34:02.516Z Compiling crossbeam-epoch v0.9.18
14262026-03-16T01:34:02.553Z Compiling slog v2.8.2
14272026-03-16T01:34:02.587Z Compiling aws-lc-sys v0.37.1
14282026-03-16T01:34:02.638Z Compiling ring v0.17.14
14292026-03-16T01:34:02.671Z Compiling openssl-sys v0.9.111
14302026-03-16T01:34:02.671Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-03-16T01:34:02.734Z Compiling tempfile v3.25.0
14322026-03-16T01:34:02.759Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-03-16T01:34:02.833Z Compiling rand_xorshift v0.4.0
14342026-03-16T01:34:03.019Z Compiling synstructure v0.13.2
14352026-03-16T01:34:03.065Z Compiling pest_generator v2.8.6
14362026-03-16T01:34:03.125Z Compiling serde_derive_internals v0.29.1
14372026-03-16T01:34:03.167Z Compiling darling_core v0.20.11
14382026-03-16T01:34:03.186Z Compiling regex-automata v0.4.14
14392026-03-16T01:34:03.280Z Compiling rusty-fork v0.3.1
14402026-03-16T01:34:03.640Z Compiling darling_core v0.21.3
14412026-03-16T01:34:03.660Z Compiling time v0.3.47
14422026-03-16T01:34:03.715Z Compiling heapless v0.7.17
14432026-03-16T01:34:03.864Z Compiling thread-id v5.1.0
14442026-03-16T01:34:03.963Z Compiling sync_wrapper v1.0.2
14452026-03-16T01:34:04.043Z Compiling cookie v0.18.1
14462026-03-16T01:34:04.063Z Compiling rayon-core v1.13.0
14472026-03-16T01:34:04.067Z Compiling unicode-segmentation v1.12.0
14482026-03-16T01:34:04.111Z Compiling anyhow v1.0.102
14492026-03-16T01:34:04.312Z Compiling paste v1.0.15
14502026-03-16T01:34:04.349Z Compiling unicode-bidi v0.3.18
14512026-03-16T01:34:04.372Z Compiling adler2 v2.0.1
14522026-03-16T01:34:04.392Z Compiling unicode-properties v0.1.4
14532026-03-16T01:34:04.400Z Compiling zstd-safe v7.2.4
14542026-03-16T01:34:04.550Z Compiling unarray v0.1.4
14552026-03-16T01:34:04.568Z Compiling signal-hook v0.3.18
14562026-03-16T01:34:04.675Z Compiling miniz_oxide v0.8.9
14572026-03-16T01:34:04.802Z Compiling stringprep v0.1.5
14582026-03-16T01:34:04.822Z Compiling crossbeam-deque v0.8.6
14592026-03-16T01:34:04.891Z Compiling num-integer v0.1.46
14602026-03-16T01:34:04.909Z Compiling vergen-lib v0.1.6
14612026-03-16T01:34:05.094Z Compiling curve25519-dalek v4.1.3
14622026-03-16T01:34:05.112Z Compiling ff v0.13.1
14632026-03-16T01:34:05.170Z Compiling hash32 v0.2.1
14642026-03-16T01:34:05.294Z Compiling memoffset v0.9.1
14652026-03-16T01:34:05.334Z Compiling num-bigint-dig v0.8.6
14662026-03-16T01:34:05.429Z Compiling zlib-rs v0.6.2
14672026-03-16T01:34:05.448Z Compiling iri-string v0.7.10
14682026-03-16T01:34:05.534Z Compiling psl-types v2.0.11
14692026-03-16T01:34:05.565Z Compiling rustix v0.38.44
14702026-03-16T01:34:05.587Z Compiling smoltcp v0.9.1
14712026-03-16T01:34:05.590Z Compiling fallible-iterator v0.2.0
14722026-03-16T01:34:05.629Z Compiling ref-cast v1.0.25
14732026-03-16T01:34:05.677Z Compiling serde_derive v1.0.228
14742026-03-16T01:34:05.703Z Compiling zeroize_derive v1.4.3
14752026-03-16T01:34:05.939Z Compiling zerofrom-derive v0.1.6
14762026-03-16T01:34:06.022Z Compiling yoke-derive v0.8.1
14772026-03-16T01:34:06.061Z Compiling zerocopy-derive v0.8.40
14782026-03-16T01:34:06.079Z Compiling zerovec-derive v0.11.2
14792026-03-16T01:34:06.084Z Compiling displaydoc v0.2.5
14802026-03-16T01:34:06.495Z Compiling tokio-macros v2.6.0
14812026-03-16T01:34:06.598Z Compiling zeroize v1.8.2
14822026-03-16T01:34:07.093Z Compiling futures-macro v0.3.32
14832026-03-16T01:34:07.291Z Compiling der_derive v0.7.3
14842026-03-16T01:34:07.444Z Compiling thiserror-impl v2.0.18
14852026-03-16T01:34:07.495Z Compiling rustls-pki-types v1.14.0
14862026-03-16T01:34:07.600Z Compiling tracing-attributes v0.1.31
14872026-03-16T01:34:07.622Z Compiling crypto-common v0.1.7
14882026-03-16T01:34:07.642Z Compiling block-buffer v0.10.4
14892026-03-16T01:34:07.661Z Compiling block-padding v0.3.3
14902026-03-16T01:34:07.815Z Compiling digest v0.10.7
14912026-03-16T01:34:07.860Z Compiling inout v0.1.4
14922026-03-16T01:34:07.881Z Compiling pest_derive v2.8.6
14932026-03-16T01:34:07.913Z Compiling zerofrom v0.1.6
14942026-03-16T01:34:08.089Z Compiling yoke v0.8.1
14952026-03-16T01:34:08.112Z Compiling hmac v0.12.1
14962026-03-16T01:34:08.134Z Compiling sha2 v0.10.9
14972026-03-16T01:34:08.174Z Compiling cipher v0.4.4
14982026-03-16T01:34:08.202Z Compiling futures-util v0.3.32
14992026-03-16T01:34:08.326Z Compiling zerovec v0.11.5
15002026-03-16T01:34:08.350Z Compiling zerotrie v0.2.3
15012026-03-16T01:34:08.485Z Compiling salsa20 v0.10.2
15022026-03-16T01:34:08.534Z Compiling pbkdf2 v0.12.2
15032026-03-16T01:34:08.607Z Compiling der v0.7.10
15042026-03-16T01:34:08.675Z Compiling scrypt v0.11.0
15052026-03-16T01:34:08.691Z Compiling aes v0.8.4
15062026-03-16T01:34:08.755Z Compiling cbc v0.1.2
15072026-03-16T01:34:08.951Z Compiling tinystr v0.8.2
15082026-03-16T01:34:09.014Z Compiling potential_utf v0.1.4
15092026-03-16T01:34:09.035Z Compiling scroll_derive v0.13.1
15102026-03-16T01:34:09.069Z Compiling schemars_derive v0.8.22
15112026-03-16T01:34:09.289Z Compiling icu_locale_core v2.1.1
15122026-03-16T01:34:09.310Z Compiling icu_collections v2.1.1
15132026-03-16T01:34:09.353Z Compiling thiserror v2.0.18
15142026-03-16T01:34:09.495Z Compiling darling_macro v0.20.11
15152026-03-16T01:34:09.517Z Compiling tracing v0.1.44
15162026-03-16T01:34:09.874Z Compiling spki v0.7.3
15172026-03-16T01:34:09.893Z Compiling thiserror-impl v1.0.69
15182026-03-16T01:34:09.988Z Compiling openssl-macros v0.1.1
15192026-03-16T01:34:10.007Z Compiling dtrace-parser v0.3.0
15202026-03-16T01:34:10.148Z Compiling pkcs5 v0.7.1
15212026-03-16T01:34:10.151Z Compiling darling v0.20.11
15222026-03-16T01:34:10.190Z Compiling icu_provider v2.1.1
15232026-03-16T01:34:10.193Z Compiling scroll v0.13.0
15242026-03-16T01:34:10.232Z Compiling signature v2.2.0
15252026-03-16T01:34:10.282Z Compiling derive_builder_core v0.20.2
15262026-03-16T01:34:10.360Z Compiling bytes v1.11.1
15272026-03-16T01:34:10.424Z Compiling chrono v0.4.44
15282026-03-16T01:34:10.468Z Compiling ipnet v2.11.0
15292026-03-16T01:34:10.540Z Compiling icu_properties v2.1.2
15302026-03-16T01:34:10.564Z Compiling icu_normalizer v2.1.1
15312026-03-16T01:34:10.584Z Compiling pkcs8 v0.10.2
15322026-03-16T01:34:10.614Z Compiling goblin v0.10.5
15332026-03-16T01:34:10.840Z Compiling rustls-native-certs v0.8.3
15342026-03-16T01:34:11.015Z Compiling scroll_derive v0.12.1
15352026-03-16T01:34:11.076Z Compiling tokio v1.49.0
15362026-03-16T01:34:11.182Z Compiling http v1.4.0
15372026-03-16T01:34:11.239Z Compiling toml_datetime v0.6.11
15382026-03-16T01:34:11.262Z Compiling erased-serde v0.3.31
15392026-03-16T01:34:11.310Z Compiling serde_tokenstream v0.2.3
15402026-03-16T01:34:11.432Z Compiling serde_spanned v0.6.9
15412026-03-16T01:34:11.506Z Compiling derive_builder_macro v0.20.2
15422026-03-16T01:34:11.586Z Compiling md-5 v0.10.6
15432026-03-16T01:34:11.629Z Compiling webpki-roots v1.0.6
15442026-03-16T01:34:11.652Z Compiling thiserror v1.0.69
15452026-03-16T01:34:11.715Z Compiling darling_macro v0.21.3
15462026-03-16T01:34:11.783Z Compiling idna_adapter v1.2.1
15472026-03-16T01:34:11.784Z Compiling zerocopy-derive v0.7.35
15482026-03-16T01:34:11.821Z Compiling litrs v1.0.0
15492026-03-16T01:34:11.933Z Compiling idna v1.1.0
15502026-03-16T01:34:11.958Z Compiling scroll v0.12.0
15512026-03-16T01:34:12.000Z Compiling ryu v1.0.23
15522026-03-16T01:34:12.106Z Compiling http-body v1.0.1
15532026-03-16T01:34:12.138Z Compiling base16ct v0.2.0
15542026-03-16T01:34:12.160Z Compiling cfg_aliases v0.2.1
15552026-03-16T01:34:12.231Z Compiling serde_urlencoded v0.7.1
15562026-03-16T01:34:12.254Z Compiling nix v0.31.1
15572026-03-16T01:34:12.316Z Compiling url v2.5.8
15582026-03-16T01:34:12.316Z Compiling http-body-util v0.1.3
15592026-03-16T01:34:12.371Z Compiling publicsuffix v2.3.0
15602026-03-16T01:34:12.383Z Compiling sec1 v0.7.3
15612026-03-16T01:34:12.406Z Compiling darling v0.21.3
15622026-03-16T01:34:12.435Z Compiling goblin v0.8.2
15632026-03-16T01:34:12.523Z Compiling derive_builder v0.20.2
15642026-03-16T01:34:12.540Z Compiling document-features v0.2.12
15652026-03-16T01:34:12.576Z Compiling ppv-lite86 v0.2.21
15662026-03-16T01:34:12.686Z Compiling cargo-platform v0.1.9
15672026-03-16T01:34:12.762Z Compiling flate2 v1.1.9
15682026-03-16T01:34:12.797Z Compiling hkdf v0.12.4
15692026-03-16T01:34:12.823Z Compiling crypto-bigint v0.5.5
15702026-03-16T01:34:12.850Z Compiling hubpack_derive v0.1.1
15712026-03-16T01:34:12.878Z Compiling regex v1.12.3
15722026-03-16T01:34:13.019Z Compiling rand_chacha v0.9.0
15732026-03-16T01:34:13.037Z Compiling rand_chacha v0.3.1
15742026-03-16T01:34:13.076Z Compiling zerocopy v0.7.35
15752026-03-16T01:34:13.285Z Compiling rand v0.9.2
15762026-03-16T01:34:13.338Z Compiling rand v0.8.5
15772026-03-16T01:34:13.411Z Compiling async-trait v0.1.89
15782026-03-16T01:34:13.471Z Compiling ref-cast-impl v1.0.25
15792026-03-16T01:34:13.489Z Compiling daft-derive v0.1.5
15802026-03-16T01:34:13.489Z Compiling strum_macros v0.27.2
15812026-03-16T01:34:13.876Z Compiling curve25519-dalek-derive v0.1.1
15822026-03-16T01:34:14.145Z Compiling ipnetwork v0.21.1
15832026-03-16T01:34:14.221Z Compiling proptest v1.10.0
15842026-03-16T01:34:14.373Z Compiling postgres-protocol v0.6.10
15852026-03-16T01:34:14.510Z Compiling dof v0.4.0
15862026-03-16T01:34:14.531Z Compiling oxnet v0.1.4
15872026-03-16T01:34:14.840Z Compiling group v0.13.0
15882026-03-16T01:34:14.926Z Compiling num-iter v0.1.45
15892026-03-16T01:34:15.082Z Compiling proc-macro-error v1.0.4
15902026-03-16T01:34:15.140Z Compiling heck v0.4.1
15912026-03-16T01:34:15.440Z Compiling terminal_size v0.4.3
15922026-03-16T01:34:15.461Z Compiling phf_shared v0.13.1
15932026-03-16T01:34:15.481Z Compiling lazy_static v1.5.0
15942026-03-16T01:34:15.484Z Compiling vergen v9.0.6
15952026-03-16T01:34:15.534Z Compiling fs-err v3.3.0
15962026-03-16T01:34:15.590Z Compiling ahash v0.8.12
15972026-03-16T01:34:15.613Z Compiling libbz2-rs-sys v0.2.2
15982026-03-16T01:34:15.770Z Compiling winnow v0.5.40
15992026-03-16T01:34:15.812Z Compiling managed v0.8.0
16002026-03-16T01:34:15.815Z Compiling bumpalo v3.20.2
16012026-03-16T01:34:15.867Z Compiling object v0.37.3
16022026-03-16T01:34:15.885Z Compiling foldhash v0.1.5
16032026-03-16T01:34:15.888Z Compiling bitflags v1.3.2
16042026-03-16T01:34:16.005Z Compiling clap_builder v4.5.60
16052026-03-16T01:34:16.067Z Compiling hashbrown v0.15.5
16062026-03-16T01:34:16.142Z Compiling zopfli v0.8.3
16072026-03-16T01:34:16.163Z Compiling tokio-util v0.7.18
16082026-03-16T01:34:16.259Z Compiling tower v0.5.3
16092026-03-16T01:34:16.313Z Compiling tokio-native-tls v0.3.1
16102026-03-16T01:34:16.331Z Compiling strum v0.27.2
16112026-03-16T01:34:16.499Z Compiling bzip2 v0.6.1
16122026-03-16T01:34:16.539Z Compiling console v0.16.2
16132026-03-16T01:34:16.612Z Compiling phf v0.13.1
16142026-03-16T01:34:16.698Z Compiling dof v0.3.0
16152026-03-16T01:34:16.770Z Compiling usdt-macro v0.6.0
16162026-03-16T01:34:16.788Z Compiling tower-http v0.6.8
16172026-03-16T01:34:16.823Z Compiling usdt-attr-macro v0.6.0
16182026-03-16T01:34:16.899Z Compiling zone_cfg_derive v0.3.1
16192026-03-16T01:34:17.053Z Compiling rayon v1.11.0
16202026-03-16T01:34:17.236Z Compiling h2 v0.4.13
16212026-03-16T01:34:17.336Z Compiling signal-hook-mio v0.2.5
16222026-03-16T01:34:17.491Z Compiling cargo_metadata v0.19.2
16232026-03-16T01:34:17.510Z Compiling cookie_store v0.22.1
16242026-03-16T01:34:17.600Z Compiling newtype-uuid v1.3.2
16252026-03-16T01:34:17.747Z Compiling toml_edit v0.19.15
16262026-03-16T01:34:17.767Z Compiling elliptic-curve v0.13.8
16272026-03-16T01:34:17.804Z Compiling postgres-types v0.2.12
16282026-03-16T01:34:17.846Z Compiling bzip2 v0.4.4
16292026-03-16T01:34:17.957Z Compiling daft v0.1.5
16302026-03-16T01:34:18.253Z Compiling hubpack v0.1.2
16312026-03-16T01:34:18.352Z Compiling zstd v0.13.3
16322026-03-16T01:34:18.376Z Compiling serde_with_macros v3.17.0
16332026-03-16T01:34:18.415Z Compiling dtrace-parser v0.2.0
16342026-03-16T01:34:18.554Z Compiling ed25519 v2.2.3
16352026-03-16T01:34:18.574Z Compiling pkcs1 v0.7.5
16362026-03-16T01:34:18.713Z Compiling serde-big-array v0.5.1
16372026-03-16T01:34:18.907Z Compiling hex v0.4.3
16382026-03-16T01:34:19.039Z Compiling rfc6979 v0.4.0
16392026-03-16T01:34:19.124Z Compiling bstr v1.12.1
16402026-03-16T01:34:19.242Z Compiling clap_derive v4.5.55
16412026-03-16T01:34:19.333Z Compiling strum_macros v0.26.4
16422026-03-16T01:34:19.383Z Compiling serde_repr v0.1.20
16432026-03-16T01:34:19.499Z Compiling enum-as-inner v0.6.1
16442026-03-16T01:34:19.517Z Compiling itertools v0.12.1
16452026-03-16T01:34:19.780Z Compiling phf_shared v0.11.3
16462026-03-16T01:34:19.832Z Compiling float-cmp v0.10.0
16472026-03-16T01:34:20.012Z Compiling memmap2 v0.9.10
16482026-03-16T01:34:20.037Z Compiling thread-id v4.2.2
16492026-03-16T01:34:20.058Z Compiling env_filter v1.0.0
16502026-03-16T01:34:20.091Z Compiling encoding_rs v0.8.35
16512026-03-16T01:34:20.132Z Compiling difflib v0.4.0
16522026-03-16T01:34:20.156Z Compiling unit-prefix v0.5.2
16532026-03-16T01:34:20.205Z Compiling keccak v0.1.6
16542026-03-16T01:34:20.311Z Compiling data-encoding v2.10.0
16552026-03-16T01:34:20.348Z Compiling jiff v0.2.21
16562026-03-16T01:34:20.366Z Compiling mime v0.3.17
16572026-03-16T01:34:20.497Z Compiling whoami v2.1.0
16582026-03-16T01:34:20.726Z Compiling rustc-hash v2.1.1
16592026-03-16T01:34:20.892Z Compiling fixedbitset v0.4.2
16602026-03-16T01:34:20.922Z Compiling new_debug_unreachable v1.0.6
16612026-03-16T01:34:21.013Z Compiling precomputed-hash v0.1.1
16622026-03-16T01:34:21.030Z Compiling fixedbitset v0.5.7
16632026-03-16T01:34:21.133Z Compiling normalize-line-endings v0.3.0
16642026-03-16T01:34:21.194Z Compiling static_assertions v1.1.0
16652026-03-16T01:34:21.226Z Compiling predicates-core v1.0.10
16662026-03-16T01:34:21.262Z Compiling hyper v1.8.1
16672026-03-16T01:34:21.299Z Compiling petgraph v0.8.3
16682026-03-16T01:34:21.318Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692026-03-16T01:34:21.340Z Compiling string_cache v0.8.9
16702026-03-16T01:34:21.452Z Compiling predicates v3.1.4
16712026-03-16T01:34:21.472Z Compiling petgraph v0.6.5
16722026-03-16T01:34:21.570Z Compiling zone v0.3.1
16732026-03-16T01:34:21.653Z Compiling iddqd v0.3.17
16742026-03-16T01:34:21.730Z Compiling clap v4.5.60
16752026-03-16T01:34:21.799Z Compiling strum v0.26.3
16762026-03-16T01:34:21.839Z Compiling tokio-postgres v0.7.16
16772026-03-16T01:34:21.968Z Compiling hickory-proto v0.25.2
16782026-03-16T01:34:22.135Z Compiling sha3 v0.10.8
16792026-03-16T01:34:22.138Z Compiling indicatif v0.18.4
16802026-03-16T01:34:22.341Z Compiling env_logger v0.11.9
16812026-03-16T01:34:22.489Z Compiling usdt v0.6.0
16822026-03-16T01:34:22.702Z Compiling hyper-util v0.1.20
16832026-03-16T01:34:22.773Z Compiling toml_edit v0.22.27
16842026-03-16T01:34:22.812Z Compiling usdt-impl v0.5.0
16852026-03-16T01:34:22.845Z Compiling serde_with v3.17.0
16862026-03-16T01:34:23.202Z Compiling similar v2.7.0
16872026-03-16T01:34:23.306Z Compiling toml v0.7.8
16882026-03-16T01:34:23.428Z Compiling crossterm v0.28.1
16892026-03-16T01:34:23.517Z Compiling ecdsa v0.16.9
16902026-03-16T01:34:23.609Z Compiling ed25519-dalek v2.2.0
16912026-03-16T01:34:24.002Z Compiling zip v4.6.1
16922026-03-16T01:34:24.039Z Compiling rsa v0.9.10
16932026-03-16T01:34:24.388Z Compiling zip v0.6.6
16942026-03-16T01:34:24.536Z Compiling hyper-tls v0.6.0
16952026-03-16T01:34:24.752Z Compiling tokio-stream v0.1.18
16962026-03-16T01:34:25.160Z Compiling buf-list v1.1.2
16972026-03-16T01:34:25.183Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-16T01:34:25.202Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-16T01:34:25.292Z Compiling openapiv3 v2.2.0
17002026-03-16T01:34:25.317Z Compiling x509-cert v0.2.5
17012026-03-16T01:34:25.383Z Compiling sha1 v0.10.6
17022026-03-16T01:34:25.386Z Compiling itertools v0.13.0
17032026-03-16T01:34:25.419Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-16T01:34:25.545Z Compiling peg-runtime v0.8.5
17052026-03-16T01:34:25.660Z Compiling lalrpop-util v0.19.12
17062026-03-16T01:34:25.688Z Compiling thread_local v1.1.9
17072026-03-16T01:34:25.822Z Compiling slog-async v2.8.0
17082026-03-16T01:34:25.919Z Compiling futures-executor v0.3.32
17092026-03-16T01:34:25.936Z Compiling crossbeam-channel v0.5.15
17102026-03-16T01:34:26.017Z Compiling is-terminal v0.4.17
17112026-03-16T01:34:26.055Z Compiling filetime v0.2.27
17122026-03-16T01:34:26.148Z Compiling xattr v1.6.1
17132026-03-16T01:34:26.258Z Compiling take_mut v0.2.2
17142026-03-16T01:34:26.278Z Compiling term v1.2.1
17152026-03-16T01:34:26.281Z Compiling futures v0.3.32
17162026-03-16T01:34:26.315Z Compiling tar v0.4.44
17172026-03-16T01:34:26.843Z Compiling slog-term v2.9.2
17182026-03-16T01:34:47.438Z Compiling rustls-webpki v0.103.9
17192026-03-16T01:34:51.405Z Compiling tokio-rustls v0.26.4
17202026-03-16T01:34:51.405Z Compiling rustls-platform-verifier v0.6.2
17212026-03-16T01:34:51.665Z Compiling hyper-rustls v0.27.7
17222026-03-16T01:34:51.911Z Compiling reqwest v0.13.2
17232026-03-16T01:34:51.911Z Compiling reqwest v0.12.28
17242026-03-16T01:34:54.692Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-16T01:34:55.013Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-16T01:34:58.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17272026-03-16T01:34:58.957Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-16T01:34:59.011ZMar 16 01:34:58.275 INFO Starting download, target: MaghemiteMgd
17292026-03-16T01:34:59.011ZMar 16 01:34:58.276 INFO Starting download, target: Cockroach
17302026-03-16T01:34:59.011ZMar 16 01:34:58.276 INFO Starting download, target: DendriteStub
17312026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Starting download, target: TransceiverControl
17322026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Starting download, target: Console
17332026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Starting download, target: Clickhouse
17342026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-16T01:34:59.014ZMar 16 01:34:58.276 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-16T01:34:59.015ZMar 16 01:34:58.276 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-16T01:34:59.412ZMar 16 01:34:58.676 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-16T01:34:59.736ZMar 16 01:34:58.999 INFO Download complete, target: TransceiverControl
17422026-03-16T01:35:00.061ZMar 16 01:34:59.324 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-16T01:35:00.433ZMar 16 01:34:59.694 INFO Download complete, target: Console
17442026-03-16T01:35:00.564ZMar 16 01:34:59.827 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-16T01:35:00.817ZMar 16 01:35:00.080 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-16T01:35:01.078ZMar 16 01:35:00.340 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-16T01:35:01.359ZMar 16 01:35:00.623 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-16T01:35:01.360ZMar 16 01:35:00.624 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-16T01:35:04.023ZMar 16 01:35:03.286 INFO Download complete, target: DendriteStub
17502026-03-16T01:35:04.321ZMar 16 01:35:03.583 INFO Download complete, target: MaghemiteMgd
17512026-03-16T01:35:09.047ZMar 16 01:35:08.307 INFO Checking that binary works, target: Cockroach
17522026-03-16T01:35:09.212ZMar 16 01:35:08.472 INFO Download complete, target: Cockroach
17532026-03-16T01:35:12.017ZMar 16 01:35:11.277 INFO Checking that binary works, target: Clickhouse
17542026-03-16T01:35:12.121ZMar 16 01:35:11.380 INFO Download complete, target: Clickhouse
17552026-03-16T01:35:12.127ZAll prerequisites installed successfully
17562026-03-16T01:35:12.130Z
17572026-03-16T01:35:12.130Zreal 3:40.383026109
17582026-03-16T01:35:12.130Zuser 10:21.617534424
17592026-03-16T01:35:12.130Zsys 2:06.374070260
17602026-03-16T01:35:12.130Ztrap 0.353564284
17612026-03-16T01:35:12.130Ztflt 1.145798622
17622026-03-16T01:35:12.130Zdflt 1.781631973
17632026-03-16T01:35:12.130Zkflt 0.032373941
17642026-03-16T01:35:12.130Zlock 23:24.137580853
17652026-03-16T01:35:12.130Zslp 34:01.599052805
17662026-03-16T01:35:12.130Zlat 31.228079886
17672026-03-16T01:35:12.130Zstop 4:03.975733099
17682026-03-16T01:35:12.130Z+ ptime -m cargo xtask download softnpu
17692026-03-16T01:35:12.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17702026-03-16T01:35:12.818Z Running `target/debug/xtask download softnpu`
17712026-03-16T01:35:13.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
17722026-03-16T01:35:13.855Z Running `target/debug/xtask-downloader softnpu`
17732026-03-16T01:35:13.900ZMar 16 01:35:13.159 INFO Starting download, target: Softnpu
17742026-03-16T01:35:13.903ZMar 16 01:35:13.159 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-16T01:35:14.632ZMar 16 01:35:13.891 INFO Download complete, target: Softnpu
17762026-03-16T01:35:14.636Z
17772026-03-16T01:35:14.639Zreal 2.501229235
17782026-03-16T01:35:14.639Zuser 1.723253067
17792026-03-16T01:35:14.639Zsys 0.765548774
17802026-03-16T01:35:14.639Ztrap 0.000581400
17812026-03-16T01:35:14.639Ztflt 0.000068547
17822026-03-16T01:35:14.639Zdflt 0.000258568
17832026-03-16T01:35:14.639Zkflt 0.000001719
17842026-03-16T01:35:14.640Zlock 13.646718806
17852026-03-16T01:35:14.640Zslp 0.485735680
17862026-03-16T01:35:14.640Zlat 0.057351668
17872026-03-16T01:35:14.640Zstop 0.000172534
17882026-03-16T01:35:14.640Z+ export CARGO_INCREMENTAL=0
17892026-03-16T01:35:14.640Z+ CARGO_INCREMENTAL=0
17902026-03-16T01:35:14.640Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-16T01:35:15.756Z Compiling proc-macro2 v1.0.106
17922026-03-16T01:35:15.756Z Compiling quote v1.0.44
17932026-03-16T01:35:15.759Z Compiling unicode-ident v1.0.24
17942026-03-16T01:35:15.759Z Compiling libc v0.2.180
17952026-03-16T01:35:15.759Z Compiling serde_core v1.0.228
17962026-03-16T01:35:15.759Z Compiling serde v1.0.228
17972026-03-16T01:35:15.759Z Compiling cfg-if v1.0.4
17982026-03-16T01:35:15.759Z Compiling version_check v0.9.5
17992026-03-16T01:35:15.759Z Compiling shlex v1.3.0
18002026-03-16T01:35:15.918Z Compiling find-msvc-tools v0.1.9
18012026-03-16T01:35:15.921Z Compiling typenum v1.19.0
18022026-03-16T01:35:15.921Z Compiling portable-atomic v1.13.1
18032026-03-16T01:35:15.922Z Compiling memchr v2.8.0
18042026-03-16T01:35:15.922Z Compiling autocfg v1.5.0
18052026-03-16T01:35:15.922Z Compiling zmij v1.0.21
18062026-03-16T01:35:16.059Z Compiling serde_json v1.0.149
18072026-03-16T01:35:16.219Z Compiling zerocopy v0.8.40
18082026-03-16T01:35:16.284Z Compiling parking_lot_core v0.9.12
18092026-03-16T01:35:16.333Z Compiling libm v0.2.16
18102026-03-16T01:35:16.450Z Compiling generic-array v0.14.7
18112026-03-16T01:35:16.453Z Compiling smallvec v1.15.1
18122026-03-16T01:35:16.493Z Compiling num-traits v0.2.19
18132026-03-16T01:35:16.496Z Compiling icu_properties_data v2.1.2
18142026-03-16T01:35:16.510Z Compiling icu_normalizer_data v2.1.1
18152026-03-16T01:35:16.534Z Compiling itoa v1.0.17
18162026-03-16T01:35:16.663Z Compiling log v0.4.29
18172026-03-16T01:35:16.738Z Compiling getrandom v0.4.1
18182026-03-16T01:35:16.782Z Compiling pkg-config v0.3.32
18192026-03-16T01:35:16.824Z Compiling stable_deref_trait v1.2.1
18202026-03-16T01:35:16.911Z Compiling scopeguard v1.2.0
18212026-03-16T01:35:16.914Z Compiling subtle v2.6.1
18222026-03-16T01:35:17.026Z Compiling lock_api v0.4.14
18232026-03-16T01:35:17.072Z Compiling thiserror v2.0.18
18242026-03-16T01:35:17.075Z Compiling fnv v1.0.7
18252026-03-16T01:35:17.237Z Compiling jobserver v0.1.34
18262026-03-16T01:35:17.257Z Compiling getrandom v0.2.17
18272026-03-16T01:35:17.260Z Compiling errno v0.3.14
18282026-03-16T01:35:17.302Z Compiling pin-project-lite v0.2.17
18292026-03-16T01:35:17.305Z Compiling getrandom v0.3.4
18302026-03-16T01:35:17.443Z Compiling rand_core v0.6.4
18312026-03-16T01:35:17.534Z Compiling cc v1.2.56
18322026-03-16T01:35:17.649Z Compiling syn v2.0.117
18332026-03-16T01:35:17.670Z Compiling critical-section v1.2.0
18342026-03-16T01:35:17.760Z Compiling equivalent v1.0.2
18352026-03-16T01:35:17.760Z Compiling rustversion v1.0.22
18362026-03-16T01:35:17.823Z Compiling allocator-api2 v0.2.21
18372026-03-16T01:35:17.863Z Compiling percent-encoding v2.3.2
18382026-03-16T01:35:17.928Z Compiling dunce v1.0.5
18392026-03-16T01:35:17.949Z Compiling foldhash v0.2.0
18402026-03-16T01:35:18.056Z Compiling writeable v0.6.2
18412026-03-16T01:35:18.059Z Compiling litemap v0.8.1
18422026-03-16T01:35:18.098Z Compiling fs_extra v1.3.0
18432026-03-16T01:35:18.217Z Compiling once_cell v1.21.3
18442026-03-16T01:35:18.282Z Compiling hashbrown v0.16.1
18452026-03-16T01:35:18.412Z Compiling const-oid v0.9.6
18462026-03-16T01:35:18.457Z Compiling cmake v0.1.57
18472026-03-16T01:35:18.460Z Compiling signal-hook-registry v1.4.8
18482026-03-16T01:35:18.562Z Compiling rustix v1.1.3
18492026-03-16T01:35:18.581Z Compiling mio v1.1.1
18502026-03-16T01:35:18.625Z Compiling socket2 v0.6.2
18512026-03-16T01:35:18.642Z Compiling schemars v0.8.22
18522026-03-16T01:35:18.687Z Compiling aws-lc-rs v1.16.0
18532026-03-16T01:35:18.947Z Compiling parking_lot v0.12.5
18542026-03-16T01:35:18.950Z Compiling rand_core v0.10.0
18552026-03-16T01:35:19.052Z Compiling utf8_iter v1.0.4
18562026-03-16T01:35:19.094Z Compiling form_urlencoded v1.2.2
18572026-03-16T01:35:19.153Z Compiling semver v1.0.27
18582026-03-16T01:35:19.204Z Compiling indexmap v2.13.0
18592026-03-16T01:35:19.313Z Compiling bitflags v2.11.0
18602026-03-16T01:35:19.349Z Compiling ring v0.17.14
18612026-03-16T01:35:19.447Z Compiling aws-lc-sys v0.37.1
18622026-03-16T01:35:19.545Z Compiling strsim v0.11.1
18632026-03-16T01:35:19.546Z Compiling futures-core v0.3.32
18642026-03-16T01:35:19.848Z Compiling ucd-trie v0.1.7
18652026-03-16T01:35:19.869Z Compiling byteorder v1.5.0
18662026-03-16T01:35:19.956Z Compiling httparse v1.10.1
18672026-03-16T01:35:20.026Z Compiling thiserror v1.0.69
18682026-03-16T01:35:20.047Z Compiling pest v2.8.6
18692026-03-16T01:35:20.179Z Compiling vcpkg v0.2.15
18702026-03-16T01:35:20.201Z Compiling ident_case v1.0.1
18712026-03-16T01:35:20.222Z Compiling heck v0.5.0
18722026-03-16T01:35:20.449Z Compiling regex-syntax v0.8.10
18732026-03-16T01:35:20.452Z Compiling crossbeam-utils v0.8.21
18742026-03-16T01:35:20.452Z Compiling syn v1.0.109
18752026-03-16T01:35:20.694Z Compiling futures-sink v0.3.32
18762026-03-16T01:35:20.759Z Compiling rustls v0.23.37
18772026-03-16T01:35:20.798Z Compiling rustc_version v0.4.1
18782026-03-16T01:35:20.843Z Compiling futures-channel v0.3.32
18792026-03-16T01:35:20.891Z Compiling cpufeatures v0.2.17
18802026-03-16T01:35:20.949Z Compiling futures-task v0.3.32
18812026-03-16T01:35:20.952Z Compiling futures-io v0.3.32
18822026-03-16T01:35:20.952Z Compiling slab v0.4.12
18832026-03-16T01:35:21.012Z Compiling openssl-sys v0.9.111
18842026-03-16T01:35:21.170Z Compiling iana-time-zone v0.1.65
18852026-03-16T01:35:21.194Z Compiling plain v0.2.3
18862026-03-16T01:35:21.197Z Compiling uuid v1.21.0
18872026-03-16T01:35:21.261Z Compiling aho-corasick v1.1.4
18882026-03-16T01:35:21.351Z Compiling num-conv v0.2.0
18892026-03-16T01:35:21.374Z Compiling time-core v0.1.8
18902026-03-16T01:35:21.574Z Compiling openssl v0.10.75
18912026-03-16T01:35:21.596Z Compiling time-macros v0.2.27
18922026-03-16T01:35:21.644Z Compiling synstructure v0.13.2
18932026-03-16T01:35:21.704Z Compiling serde_derive_internals v0.29.1
18942026-03-16T01:35:21.733Z Compiling pest_meta v2.8.6
18952026-03-16T01:35:22.007Z Compiling pretty-hex v0.4.1
18962026-03-16T01:35:22.325Z Compiling base64ct v1.8.3
18972026-03-16T01:35:22.344Z Compiling crc32fast v1.5.0
18982026-03-16T01:35:22.367Z Compiling anyhow v1.0.102
18992026-03-16T01:35:22.407Z Compiling either v1.15.0
19002026-03-16T01:35:22.457Z Compiling darling_core v0.21.3
19012026-03-16T01:35:22.536Z Compiling pest_generator v2.8.6
19022026-03-16T01:35:22.699Z Compiling regex-automata v0.4.14
19032026-03-16T01:35:22.723Z Compiling pem-rfc7468 v0.7.0
19042026-03-16T01:35:22.726Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-16T01:35:22.788Z Compiling flagset v0.4.7
19062026-03-16T01:35:22.789Z Compiling native-tls v0.2.18
19072026-03-16T01:35:22.867Z Compiling rand_core v0.9.5
19082026-03-16T01:35:23.043Z Compiling slog v2.8.2
19092026-03-16T01:35:23.123Z Compiling tracing-core v0.1.36
19102026-03-16T01:35:23.173Z Compiling rayon-core v1.13.0
19112026-03-16T01:35:23.200Z Compiling untrusted v0.9.0
19122026-03-16T01:35:23.257Z Compiling dyn-clone v1.0.20
19132026-03-16T01:35:23.446Z Compiling cookie v0.18.1
19142026-03-16T01:35:23.469Z Compiling base64 v0.22.1
19152026-03-16T01:35:23.544Z Compiling camino v1.2.2
19162026-03-16T01:35:23.568Z Compiling serde_derive v1.0.228
19172026-03-16T01:35:23.589Z Compiling zeroize_derive v1.4.3
19182026-03-16T01:35:23.633Z Compiling zerofrom-derive v0.1.6
19192026-03-16T01:35:23.698Z Compiling yoke-derive v0.8.1
19202026-03-16T01:35:23.717Z Compiling zerovec-derive v0.11.2
19212026-03-16T01:35:23.735Z Compiling displaydoc v0.2.5
19222026-03-16T01:35:23.846Z Compiling zerocopy-derive v0.8.40
19232026-03-16T01:35:23.949Z Compiling tokio-macros v2.6.0
19242026-03-16T01:35:24.127Z Compiling futures-macro v0.3.32
19252026-03-16T01:35:24.396Z Compiling zeroize v1.8.2
19262026-03-16T01:35:24.648Z Compiling thiserror-impl v2.0.18
19272026-03-16T01:35:24.868Z Compiling tracing-attributes v0.1.31
19282026-03-16T01:35:25.016Z Compiling der_derive v0.7.3
19292026-03-16T01:35:25.115Z Compiling schemars_derive v0.8.22
19302026-03-16T01:35:25.197Z Compiling thiserror-impl v1.0.69
19312026-03-16T01:35:25.227Z Compiling zerofrom v0.1.6
19322026-03-16T01:35:25.408Z Compiling yoke v0.8.1
19332026-03-16T01:35:25.505Z Compiling crypto-common v0.1.7
19342026-03-16T01:35:25.657Z Compiling zerovec v0.11.5
19352026-03-16T01:35:25.679Z Compiling zerotrie v0.2.3
19362026-03-16T01:35:25.968Z Compiling block-buffer v0.10.4
19372026-03-16T01:35:26.183Z Compiling digest v0.10.7
19382026-03-16T01:35:26.303Z Compiling pest_derive v2.8.6
19392026-03-16T01:35:26.465Z Compiling tinystr v0.8.2
19402026-03-16T01:35:26.486Z Compiling potential_utf v0.1.4
19412026-03-16T01:35:26.533Z Compiling hmac v0.12.1
19422026-03-16T01:35:26.686Z Compiling icu_collections v2.1.1
19432026-03-16T01:35:26.709Z Compiling icu_locale_core v2.1.1
19442026-03-16T01:35:26.734Z Compiling futures-util v0.3.32
19452026-03-16T01:35:26.798Z Compiling block-padding v0.3.3
19462026-03-16T01:35:26.844Z Compiling sha2 v0.10.9
19472026-03-16T01:35:27.007Z Compiling inout v0.1.4
19482026-03-16T01:35:27.026Z Compiling rustls-pki-types v1.14.0
19492026-03-16T01:35:27.301Z Compiling cipher v0.4.4
19502026-03-16T01:35:27.551Z Compiling scroll_derive v0.12.1
19512026-03-16T01:35:27.596Z Compiling scroll_derive v0.13.1
19522026-03-16T01:35:27.618Z Compiling openssl-macros v0.1.1
19532026-03-16T01:35:27.846Z Compiling bytes v1.11.1
19542026-03-16T01:35:27.979Z Compiling icu_provider v2.1.1
19552026-03-16T01:35:28.112Z Compiling chrono v0.4.44
19562026-03-16T01:35:28.147Z Compiling serde_tokenstream v0.2.3
19572026-03-16T01:35:28.408Z Compiling icu_normalizer v2.1.1
19582026-03-16T01:35:28.471Z Compiling icu_properties v2.1.2
19592026-03-16T01:35:28.629Z Compiling tokio v1.49.0
19602026-03-16T01:35:29.031Z Compiling http v1.4.0
19612026-03-16T01:35:29.340Z Compiling der v0.7.10
19622026-03-16T01:35:29.890Z Compiling idna_adapter v1.2.1
19632026-03-16T01:35:29.945Z Compiling regex v1.12.3
19642026-03-16T01:35:29.995Z Compiling darling_macro v0.21.3
19652026-03-16T01:35:30.081Z Compiling idna v1.1.0
19662026-03-16T01:35:30.138Z Compiling ppv-lite86 v0.2.21
19672026-03-16T01:35:30.314Z Compiling zerocopy-derive v0.7.35
19682026-03-16T01:35:30.617Z Compiling url v2.5.8
19692026-03-16T01:35:30.689Z Compiling darling v0.21.3
19702026-03-16T01:35:30.743Z Compiling spki v0.7.3
19712026-03-16T01:35:30.911Z Compiling salsa20 v0.10.2
19722026-03-16T01:35:30.959Z Compiling pbkdf2 v0.12.2
19732026-03-16T01:35:31.022Z Compiling tracing v0.1.44
19742026-03-16T01:35:31.104Z Compiling scrypt v0.11.0
19752026-03-16T01:35:31.124Z Compiling rand_chacha v0.9.0
19762026-03-16T01:35:31.433Z Compiling aes v0.8.4
19772026-03-16T01:35:31.496Z Compiling cbc v0.1.2
19782026-03-16T01:35:32.219Z Compiling usdt-impl v0.5.0
19792026-03-16T01:35:32.307Z Compiling ref-cast v1.0.25
19802026-03-16T01:35:32.523Z Compiling usdt-impl v0.6.0
19812026-03-16T01:35:32.687Z Compiling paste v1.0.15
19822026-03-16T01:35:32.706Z Compiling winnow v0.7.14
19832026-03-16T01:35:32.828Z Compiling pkcs5 v0.7.1
19842026-03-16T01:35:33.093Z Compiling http-body v1.0.1
19852026-03-16T01:35:33.115Z Compiling rand v0.9.2
19862026-03-16T01:35:33.240Z Compiling scroll v0.13.0
19872026-03-16T01:35:33.298Z Compiling scroll v0.12.0
19882026-03-16T01:35:33.432Z Compiling toml_datetime v0.6.11
19892026-03-16T01:35:33.435Z Compiling serde_spanned v0.6.9
19902026-03-16T01:35:33.631Z Compiling heapless v0.7.17
19912026-03-16T01:35:33.748Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-16T01:35:33.786Z Compiling tokio-util v0.7.18
19932026-03-16T01:35:33.886Z Compiling signal-hook v0.3.18
19942026-03-16T01:35:33.975Z Compiling atomic-waker v1.1.2
19952026-03-16T01:35:34.074Z Compiling untrusted v0.7.1
19962026-03-16T01:35:34.148Z Compiling openssl-probe v0.2.1
19972026-03-16T01:35:34.168Z Compiling zstd-safe v7.2.4
19982026-03-16T01:35:34.338Z Compiling goblin v0.8.2
19992026-03-16T01:35:34.368Z Compiling goblin v0.10.5
20002026-03-16T01:35:34.457Z Compiling pkcs8 v0.10.2
20012026-03-16T01:35:34.681Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-16T01:35:34.925Z Compiling zerocopy v0.7.35
20032026-03-16T01:35:35.078Z Compiling ref-cast-impl v1.0.25
20042026-03-16T01:35:35.180Z Compiling darling_core v0.20.11
20052026-03-16T01:35:35.419Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-16T01:35:35.493Z Compiling memoffset v0.9.1
20072026-03-16T01:35:35.732Z Compiling tower-layer v0.3.3
20082026-03-16T01:35:35.804Z Compiling rustix v0.38.44
20092026-03-16T01:35:35.807Z Compiling litrs v1.0.0
20102026-03-16T01:35:35.807Z Compiling tinyvec_macros v0.1.1
20112026-03-16T01:35:35.868Z Compiling try-lock v0.2.5
20122026-03-16T01:35:36.116Z Compiling tower-service v0.3.3
20132026-03-16T01:35:36.300Z Compiling fastrand v2.3.0
20142026-03-16T01:35:36.362Z Compiling winnow v0.5.40
20152026-03-16T01:35:36.446Z Compiling document-features v0.2.12
20162026-03-16T01:35:36.467Z Compiling h2 v0.4.13
20172026-03-16T01:35:36.743Z Compiling want v0.3.1
20182026-03-16T01:35:36.958Z Compiling tinyvec v1.10.0
20192026-03-16T01:35:37.496Z Compiling dof v0.3.0
20202026-03-16T01:35:37.617Z Compiling dtrace-parser v0.2.0
20212026-03-16T01:35:37.918Z Compiling dtrace-parser v0.3.0
20222026-03-16T01:35:38.005Z Compiling ipnet v2.11.0
20232026-03-16T01:35:38.030Z Compiling darling_macro v0.20.11
20242026-03-16T01:35:38.298Z Compiling dof v0.4.0
20252026-03-16T01:35:38.360Z Compiling toml_edit v0.19.15
20262026-03-16T01:35:38.469Z Compiling async-trait v0.1.89
20272026-03-16T01:35:38.644Z Compiling daft-derive v0.1.5
20282026-03-16T01:35:38.670Z Compiling curve25519-dalek v4.1.3
20292026-03-16T01:35:38.806Z Compiling spin v0.9.8
20302026-03-16T01:35:38.849Z Compiling thread-id v5.1.0
20312026-03-16T01:35:38.965Z Compiling thread-id v4.2.2
20322026-03-16T01:35:39.022Z Compiling proc-macro-error-attr v1.0.4
20332026-03-16T01:35:39.083Z Compiling pin-utils v0.1.0
20342026-03-16T01:35:39.103Z Compiling foreign-types-shared v0.1.1
20352026-03-16T01:35:39.181Z Compiling cfg_aliases v0.2.1
20362026-03-16T01:35:39.287Z Compiling httpdate v1.0.3
20372026-03-16T01:35:39.308Z Compiling smoltcp v0.9.1
20382026-03-16T01:35:39.388Z Compiling powerfmt v0.2.0
20392026-03-16T01:35:39.705Z Compiling num-bigint-dig v0.8.6
20402026-03-16T01:35:39.753Z Compiling deranged v0.5.8
20412026-03-16T01:35:39.838Z Compiling tempfile v3.25.0
20422026-03-16T01:35:39.867Z Compiling nix v0.31.1
20432026-03-16T01:35:39.888Z Compiling foreign-types v0.3.2
20442026-03-16T01:35:40.023Z Compiling darling v0.20.11
20452026-03-16T01:35:40.492Z Compiling hyper v1.8.1
20462026-03-16T01:35:40.535Z Compiling ipnetwork v0.21.1
20472026-03-16T01:35:40.636Z Compiling strum_macros v0.26.4
20482026-03-16T01:35:40.938Z Compiling wait-timeout v0.2.1
20492026-03-16T01:35:40.959Z Compiling proc-macro-error v1.0.4
20502026-03-16T01:35:41.226Z Compiling bit-vec v0.8.0
20512026-03-16T01:35:41.249Z Compiling siphasher v1.0.2
20522026-03-16T01:35:41.252Z Compiling simd-adler32 v0.3.8
20532026-03-16T01:35:41.417Z Compiling quick-error v1.2.3
20542026-03-16T01:35:41.530Z Compiling anstyle v1.0.13
20552026-03-16T01:35:41.573Z Compiling num_threads v0.1.7
20562026-03-16T01:35:41.595Z Compiling unicode-segmentation v1.12.0
20572026-03-16T01:35:41.638Z Compiling utf8parse v0.2.2
20582026-03-16T01:35:41.801Z Compiling anstyle-parse v0.2.7
20592026-03-16T01:35:41.852Z Compiling time v0.3.47
20602026-03-16T01:35:41.966Z Compiling hyper-util v0.1.20
20612026-03-16T01:35:42.364Z Compiling rusty-fork v0.3.1
20622026-03-16T01:35:42.484Z Compiling bit-set v0.8.0
20632026-03-16T01:35:42.817Z Compiling crossbeam-epoch v0.9.18
20642026-03-16T01:35:42.989Z Compiling derive_builder_core v0.20.2
20652026-03-16T01:35:43.313Z Compiling unicode-normalization v0.1.25
20662026-03-16T01:35:43.939Z Compiling rustls-native-certs v0.8.3
20672026-03-16T01:35:44.294Z Compiling signature v2.2.0
20682026-03-16T01:35:44.316Z Compiling hubpack_derive v0.1.1
20692026-03-16T01:35:44.386Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-16T01:35:44.418Z Compiling strum_macros v0.27.2
20712026-03-16T01:35:44.504Z Compiling rand_xorshift v0.4.0
20722026-03-16T01:35:44.556Z Compiling sync_wrapper v1.0.2
20732026-03-16T01:35:44.621Z Compiling fs-err v3.3.0
20742026-03-16T01:35:44.641Z Compiling ahash v0.8.12
20752026-03-16T01:35:44.724Z Compiling unarray v0.1.4
20762026-03-16T01:35:44.877Z Compiling unicode-bidi v0.3.18
20772026-03-16T01:35:44.902Z Compiling adler2 v2.0.1
20782026-03-16T01:35:44.923Z Compiling object v0.37.3
20792026-03-16T01:35:44.926Z Compiling colorchoice v1.0.4
20802026-03-16T01:35:45.079Z Compiling anstyle-query v1.1.5
20812026-03-16T01:35:45.131Z Compiling is_terminal_polyfill v1.70.2
20822026-03-16T01:35:45.247Z Compiling unicode-properties v0.1.4
20832026-03-16T01:35:45.267Z Compiling anstream v0.6.21
20842026-03-16T01:35:45.270Z Compiling miniz_oxide v0.8.9
20852026-03-16T01:35:45.464Z Compiling proptest v1.10.0
20862026-03-16T01:35:45.527Z Compiling stringprep v0.1.5
20872026-03-16T01:35:45.748Z Compiling tower v0.5.3
20882026-03-16T01:35:46.057Z Compiling derive_builder_macro v0.20.2
20892026-03-16T01:35:46.425Z Compiling crossbeam-deque v0.8.6
20902026-03-16T01:35:46.685Z Compiling heck v0.4.1
20912026-03-16T01:35:46.688Z Compiling usdt-macro v0.6.0
20922026-03-16T01:35:46.732Z Compiling usdt-attr-macro v0.6.0
20932026-03-16T01:35:47.035Z Compiling http-body-util v0.1.3
20942026-03-16T01:35:47.235Z Compiling webpki-roots v1.0.6
20952026-03-16T01:35:47.399Z Compiling rand_chacha v0.3.1
20962026-03-16T01:35:47.422Z Compiling erased-serde v0.3.31
20972026-03-16T01:35:47.425Z Compiling md-5 v0.10.6
20982026-03-16T01:35:47.581Z Compiling num-integer v0.1.46
20992026-03-16T01:35:47.606Z Compiling hash32 v0.2.1
21002026-03-16T01:35:47.673Z Compiling vergen-lib v0.1.6
21012026-03-16T01:35:47.676Z Compiling ff v0.13.1
21022026-03-16T01:35:47.787Z Compiling base16ct v0.2.0
21032026-03-16T01:35:47.809Z Compiling iri-string v0.7.10
21042026-03-16T01:35:47.812Z Compiling zlib-rs v0.6.2
21052026-03-16T01:35:47.853Z Compiling psl-types v2.0.11
21062026-03-16T01:35:47.876Z Compiling ryu v1.0.23
21072026-03-16T01:35:47.897Z Compiling fallible-iterator v0.2.0
21082026-03-16T01:35:47.989Z Compiling publicsuffix v2.3.0
21092026-03-16T01:35:48.032Z Compiling sec1 v0.7.3
21102026-03-16T01:35:48.035Z Compiling num-iter v0.1.45
21112026-03-16T01:35:48.074Z Compiling serde_urlencoded v0.7.1
21122026-03-16T01:35:48.263Z Compiling group v0.13.0
21132026-03-16T01:35:48.285Z Compiling newtype-uuid v1.3.2
21142026-03-16T01:35:48.350Z Compiling postgres-protocol v0.6.10
21152026-03-16T01:35:48.478Z Compiling rand v0.8.5
21162026-03-16T01:35:48.669Z Compiling oxnet v0.1.4
21172026-03-16T01:35:48.695Z Compiling zone_cfg_derive v0.3.1
21182026-03-16T01:35:48.923Z Compiling derive_builder v0.20.2
21192026-03-16T01:35:48.996Z Compiling tokio-native-tls v0.3.1
21202026-03-16T01:35:49.087Z Compiling phf_shared v0.13.1
21212026-03-16T01:35:49.227Z Compiling lazy_static v1.5.0
21222026-03-16T01:35:49.336Z Compiling terminal_size v0.4.3
21232026-03-16T01:35:49.391Z Compiling tower-http v0.6.8
21242026-03-16T01:35:49.394Z Compiling serde_with_macros v3.17.0
21252026-03-16T01:35:49.480Z Compiling cargo-platform v0.1.9
21262026-03-16T01:35:49.527Z Compiling hkdf v0.12.4
21272026-03-16T01:35:49.530Z Compiling crypto-bigint v0.5.5
21282026-03-16T01:35:49.612Z Compiling enum-as-inner v0.6.1
21292026-03-16T01:35:49.652Z Compiling serde_repr v0.1.20
21302026-03-16T01:35:49.676Z Compiling clap_derive v4.5.55
21312026-03-16T01:35:49.726Z Compiling vergen v9.0.6
21322026-03-16T01:35:49.802Z Compiling bitflags v1.3.2
21332026-03-16T01:35:49.912Z Compiling libbz2-rs-sys v0.2.2
21342026-03-16T01:35:50.003Z Compiling bumpalo v3.20.2
21352026-03-16T01:35:50.265Z Compiling unicode-width v0.2.0
21362026-03-16T01:35:50.314Z Compiling managed v0.8.0
21372026-03-16T01:35:50.366Z Compiling foldhash v0.1.5
21382026-03-16T01:35:50.369Z Compiling clap_lex v1.0.0
21392026-03-16T01:35:50.431Z Compiling zopfli v0.8.3
21402026-03-16T01:35:50.595Z Compiling flate2 v1.1.9
21412026-03-16T01:35:50.638Z Compiling clap_builder v4.5.60
21422026-03-16T01:35:50.692Z Compiling console v0.16.2
21432026-03-16T01:35:50.714Z Compiling hashbrown v0.15.5
21442026-03-16T01:35:50.739Z Compiling bzip2 v0.6.1
21452026-03-16T01:35:51.061Z Compiling cargo_metadata v0.19.2
21462026-03-16T01:35:51.144Z Compiling elliptic-curve v0.13.8
21472026-03-16T01:35:51.381Z Compiling phf v0.13.1
21482026-03-16T01:35:51.478Z Compiling hyper-tls v0.6.0
21492026-03-16T01:35:51.603Z Compiling signal-hook-mio v0.2.5
21502026-03-16T01:35:51.606Z Compiling rayon v1.11.0
21512026-03-16T01:35:51.786Z Compiling daft v0.1.5
21522026-03-16T01:35:51.789Z Compiling cookie_store v0.22.1
21532026-03-16T01:35:51.957Z Compiling postgres-types v0.2.12
21542026-03-16T01:35:52.047Z Compiling bzip2 v0.4.4
21552026-03-16T01:35:52.177Z Compiling zstd v0.13.3
21562026-03-16T01:35:52.311Z Compiling strum v0.27.2
21572026-03-16T01:35:52.551Z Compiling hubpack v0.1.2
21582026-03-16T01:35:52.604Z Compiling ed25519 v2.2.3
21592026-03-16T01:35:52.654Z Compiling phf_shared v0.11.3
21602026-03-16T01:35:52.755Z Compiling pkcs1 v0.7.5
21612026-03-16T01:35:52.925Z Compiling hex v0.4.3
21622026-03-16T01:35:52.928Z Compiling serde-big-array v0.5.1
21632026-03-16T01:35:53.023Z Compiling rfc6979 v0.4.0
21642026-03-16T01:35:53.143Z Compiling bstr v1.12.1
21652026-03-16T01:35:53.280Z Compiling float-cmp v0.10.0
21662026-03-16T01:35:53.307Z Compiling itertools v0.12.1
21672026-03-16T01:35:53.327Z Compiling memmap2 v0.9.10
21682026-03-16T01:35:53.330Z Compiling env_filter v1.0.0
21692026-03-16T01:35:53.459Z Compiling encoding_rs v0.8.35
21702026-03-16T01:35:53.481Z Compiling toml_write v0.1.2
21712026-03-16T01:35:53.500Z Compiling rustc-hash v2.1.1
21722026-03-16T01:35:53.611Z Compiling new_debug_unreachable v1.0.6
21732026-03-16T01:35:53.632Z Compiling mime v0.3.17
21742026-03-16T01:35:53.671Z Compiling predicates-core v1.0.10
21752026-03-16T01:35:53.714Z Compiling static_assertions v1.1.0
21762026-03-16T01:35:53.734Z Compiling whoami v2.1.0
21772026-03-16T01:35:53.756Z Compiling data-encoding v2.10.0
21782026-03-16T01:35:53.823Z Compiling fixedbitset v0.5.7
21792026-03-16T01:35:53.898Z Compiling fixedbitset v0.4.2
21802026-03-16T01:35:53.949Z Compiling normalize-line-endings v0.3.0
21812026-03-16T01:35:53.970Z Compiling jiff v0.2.21
21822026-03-16T01:35:54.001Z Compiling precomputed-hash v0.1.1
21832026-03-16T01:35:54.185Z Compiling keccak v0.1.6
21842026-03-16T01:35:54.206Z Compiling difflib v0.4.0
21852026-03-16T01:35:54.231Z Compiling unit-prefix v0.5.2
21862026-03-16T01:35:54.469Z Compiling indicatif v0.18.4
21872026-03-16T01:35:54.523Z Compiling predicates v3.1.4
21882026-03-16T01:35:54.544Z Compiling sha3 v0.10.8
21892026-03-16T01:35:54.808Z Compiling hickory-proto v0.25.2
21902026-03-16T01:35:54.838Z Compiling zone v0.3.1
21912026-03-16T01:35:54.921Z Compiling string_cache v0.8.9
21922026-03-16T01:35:54.965Z Compiling petgraph v0.6.5
21932026-03-16T01:35:55.227Z Compiling petgraph v0.8.3
21942026-03-16T01:35:55.247Z Compiling tokio-postgres v0.7.16
21952026-03-16T01:35:55.250Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-16T01:35:55.340Z Compiling similar v2.7.0
21972026-03-16T01:35:55.518Z Compiling toml_edit v0.22.27
21982026-03-16T01:35:55.723Z Compiling iddqd v0.3.17
21992026-03-16T01:35:56.373Z Compiling env_logger v0.11.9
22002026-03-16T01:35:56.793Z Compiling usdt v0.6.0
22012026-03-16T01:35:57.207Z Compiling serde_with v3.17.0
22022026-03-16T01:35:57.531Z Compiling ecdsa v0.16.9
22032026-03-16T01:35:57.852Z Compiling zip v4.6.1
22042026-03-16T01:35:57.971Z Compiling rsa v0.9.10
22052026-03-16T01:35:58.353Z Compiling ed25519-dalek v2.2.0
22062026-03-16T01:35:58.838Z Compiling clap v4.5.60
22072026-03-16T01:35:59.037Z Compiling crossterm v0.28.1
22082026-03-16T01:35:59.221Z Compiling zip v0.6.6
22092026-03-16T01:35:59.304Z Compiling strum v0.26.3
22102026-03-16T01:35:59.381Z Compiling toml v0.7.8
22112026-03-16T01:35:59.473Z Compiling tokio-stream v0.1.18
22122026-03-16T01:35:59.587Z Compiling buf-list v1.1.2
22132026-03-16T01:35:59.926Z Compiling x509-cert v0.2.5
22142026-03-16T01:35:59.945Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-16T01:36:00.180Z Compiling openapiv3 v2.2.0
22162026-03-16T01:36:00.400Z Compiling sha1 v0.10.6
22172026-03-16T01:36:00.561Z Compiling itertools v0.13.0
22182026-03-16T01:36:00.714Z Compiling peg-runtime v0.8.5
22192026-03-16T01:36:00.738Z Compiling lalrpop-util v0.19.12
22202026-03-16T01:36:16.521Z Compiling macaddr v1.0.1
22212026-03-16T01:36:16.896Z Compiling structmeta-derive v0.3.0
22222026-03-16T01:36:16.918Z Compiling itertools v0.14.0
22232026-03-16T01:36:17.090Z Compiling heapless v0.8.0
22242026-03-16T01:36:18.250Z Compiling structmeta v0.3.0
22252026-03-16T01:36:18.602Z Compiling ingot-macros v0.1.1
22262026-03-16T01:36:22.035Z Compiling rustls-webpki v0.103.9
22272026-03-16T01:36:23.564Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-16T01:36:24.876Z Compiling hash32 v0.3.1
22292026-03-16T01:36:25.172Z Compiling smoltcp v0.11.0
22302026-03-16T01:36:25.288Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-16T01:36:25.418Z Compiling proc-macro-crate v3.4.0
22322026-03-16T01:36:25.643Z Compiling ingot-types v0.1.2
22332026-03-16T01:36:25.664Z Compiling cobs v0.3.0
22342026-03-16T01:36:25.728Z Compiling rustls v0.22.4
22352026-03-16T01:36:26.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-16T01:36:26.080Z Compiling num_enum_derive v0.7.5
22372026-03-16T01:36:26.080Z Compiling postcard v1.1.3
22382026-03-16T01:36:26.124Z Compiling proc-macro-crate v1.3.1
22392026-03-16T01:36:26.341Z Compiling ingot v0.1.1
22402026-03-16T01:36:26.360Z Compiling rustls-webpki v0.102.8
22412026-03-16T01:36:26.417Z Compiling futures-executor v0.3.32
22422026-03-16T01:36:26.615Z Compiling foreign-types-macros v0.2.3
22432026-03-16T01:36:26.618Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-16T01:36:26.789Z Compiling multer v3.1.0
22452026-03-16T01:36:26.812Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-16T01:36:27.016Z Compiling tokio-rustls v0.26.4
22472026-03-16T01:36:27.083Z Compiling rustls-platform-verifier v0.6.2
22482026-03-16T01:36:27.106Z Compiling thread_local v1.1.9
22492026-03-16T01:36:27.218Z Compiling cpufeatures v0.3.0
22502026-03-16T01:36:27.249Z Compiling slog-async v2.8.0
22512026-03-16T01:36:27.335Z Compiling hyper-rustls v0.27.7
22522026-03-16T01:36:27.362Z Compiling typeid v1.0.3
22532026-03-16T01:36:27.386Z Compiling foreign-types-shared v0.3.1
22542026-03-16T01:36:27.408Z Compiling match_cfg v0.1.0
22552026-03-16T01:36:27.431Z Compiling num_enum v0.7.5
22562026-03-16T01:36:27.521Z Compiling foreign-types v0.5.0
22572026-03-16T01:36:27.541Z Compiling hostname v0.3.1
22582026-03-16T01:36:27.544Z Compiling chacha20 v0.10.0
22592026-03-16T01:36:27.659Z Compiling reqwest v0.12.28
22602026-03-16T01:36:27.690Z Compiling reqwest v0.13.2
22612026-03-16T01:36:27.783Z Compiling futures v0.3.32
22622026-03-16T01:36:27.808Z Compiling num_enum_derive v0.5.11
22632026-03-16T01:36:27.966Z Compiling derive-ex v0.1.8
22642026-03-16T01:36:27.991Z Compiling tabwriter v1.4.1
22652026-03-16T01:36:28.079Z Compiling slog-json v2.6.1
22662026-03-16T01:36:28.410Z Compiling crossbeam-channel v0.5.15
22672026-03-16T01:36:28.480Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-16T01:36:28.741Z Compiling async-stream-impl v0.3.6
22692026-03-16T01:36:29.069Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-16T01:36:29.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-16T01:36:29.146Z Compiling serde_spanned v1.0.4
22722026-03-16T01:36:29.343Z Compiling is-terminal v0.4.17
22732026-03-16T01:36:29.365Z Compiling cstr-argument v0.1.2
22742026-03-16T01:36:29.494Z Compiling dropshot v0.16.7
22752026-03-16T01:36:29.517Z Compiling crucible-workspace-hack v0.1.0
22762026-03-16T01:36:29.554Z Compiling erased-serde v0.4.9
22772026-03-16T01:36:29.582Z Compiling take_mut v0.2.2
22782026-03-16T01:36:29.604Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22792026-03-16T01:36:29.607Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-16T01:36:29.701Z Compiling term v1.2.1
22812026-03-16T01:36:29.846Z Compiling async-stream v0.3.6
22822026-03-16T01:36:29.868Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-16T01:36:29.935Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-16T01:36:29.979Z Compiling num_enum v0.5.11
22852026-03-16T01:36:30.034Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-03-16T01:36:30.065Z Compiling test-strategy v0.4.5
22872026-03-16T01:36:30.099Z Compiling slog-bunyan v2.5.0
22882026-03-16T01:36:30.186Z Compiling slog-term v2.9.2
22892026-03-16T01:36:30.210Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-03-16T01:36:30.412Z Compiling rand v0.10.0
22912026-03-16T01:36:30.687Z Compiling tokio-rustls v0.25.0
22922026-03-16T01:36:31.024Z Compiling parse-display-derive v0.10.0
22932026-03-16T01:36:31.360Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22942026-03-16T01:36:31.433Z Compiling backon v1.6.0
22952026-03-16T01:36:31.505Z Compiling waitgroup v0.1.2
22962026-03-16T01:36:31.526Z Compiling dropshot_endpoint v0.16.7
22972026-03-16T01:36:31.674Z Compiling newtype-uuid-macros v0.1.0
22982026-03-16T01:36:31.717Z Compiling rustls-pemfile v2.2.0
22992026-03-16T01:36:31.758Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002026-03-16T01:36:31.863Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-16T01:36:31.902Z Compiling serde_path_to_error v0.1.20
23022026-03-16T01:36:32.006Z Compiling hostname v0.4.2
23032026-03-16T01:36:32.089Z Compiling instant v0.1.13
23042026-03-16T01:36:32.108Z Compiling libefi-sys v0.1.0
23052026-03-16T01:36:32.226Z Compiling debug-ignore v1.0.5
23062026-03-16T01:36:32.248Z Compiling colored v3.1.1
23072026-03-16T01:36:32.306Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-03-16T01:36:32.371Z Compiling backoff v0.4.0
23092026-03-16T01:36:32.393Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-16T01:36:32.398Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-16T01:36:32.494Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-16T01:36:32.515Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-16T01:36:32.562Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-03-16T01:36:32.664Z Compiling camino-tempfile v1.4.1
23152026-03-16T01:36:32.684Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-16T01:36:33.016Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-03-16T01:36:33.066Z Compiling parse-display v0.10.0
23182026-03-16T01:36:33.123Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-16T01:36:33.189Z Compiling usdt-macro v0.5.0
23202026-03-16T01:36:33.209Z Compiling usdt-attr-macro v0.5.0
23212026-03-16T01:36:33.349Z Compiling secrecy v0.10.3
23222026-03-16T01:36:33.558Z Compiling num-derive v0.4.2
23232026-03-16T01:36:33.579Z Compiling bitfield-struct v0.6.2
23242026-03-16T01:36:34.102Z Compiling regress v0.10.5
23252026-03-16T01:36:34.198Z Compiling ordered-float v2.10.1
23262026-03-16T01:36:34.218Z Compiling blake3 v1.8.3
23272026-03-16T01:36:34.297Z Compiling memmap v0.7.0
23282026-03-16T01:36:34.421Z Compiling sigpipe v0.1.3
23292026-03-16T01:36:34.553Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-16T01:36:34.606Z Compiling glob v0.3.3
23312026-03-16T01:36:34.625Z Compiling serde-value v0.7.0
23322026-03-16T01:36:34.770Z Compiling usdt v0.5.0
23332026-03-16T01:36:34.787Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-16T01:36:34.880Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-16T01:36:34.904Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-16T01:36:35.110Z Compiling serde-untagged v0.1.9
23372026-03-16T01:36:35.224Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-16T01:36:35.597Z Compiling toml v0.8.23
23392026-03-16T01:36:35.631Z Compiling smf v0.2.3
23402026-03-16T01:36:35.635Z Compiling filetime v0.2.27
23412026-03-16T01:36:35.663Z Compiling arrayvec v0.7.6
23422026-03-16T01:36:35.663Z Compiling unicode-xid v0.2.6
23432026-03-16T01:36:35.760Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-16T01:36:35.831Z Compiling constant_time_eq v0.4.2
23452026-03-16T01:36:35.878Z Compiling arrayref v0.3.9
23462026-03-16T01:36:35.897Z Compiling whoami v1.6.1
23472026-03-16T01:36:35.920Z Compiling same-file v1.0.6
23482026-03-16T01:36:35.992Z Compiling xattr v1.6.1
23492026-03-16T01:36:36.035Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-16T01:36:36.093Z Compiling walkdir v2.5.0
23512026-03-16T01:36:36.156Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-16T01:36:36.202Z Compiling tar v0.4.44
23532026-03-16T01:36:36.265Z Compiling cargo-util-schemas v0.8.2
23542026-03-16T01:36:36.472Z Compiling tokio-dtrace v0.1.1
23552026-03-16T01:36:36.492Z Compiling gethostname v0.5.0
23562026-03-16T01:36:36.675Z Compiling cargo-platform v0.2.0
23572026-03-16T01:36:36.928Z Compiling topological-sort v0.2.2
23582026-03-16T01:36:37.062Z Compiling oxide-tokio-rt v0.1.3
23592026-03-16T01:36:37.062Z Compiling indent_write v2.2.0
23602026-03-16T01:36:37.170Z Compiling shell-words v1.1.1
23612026-03-16T01:36:37.177Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-16T01:36:37.783Z Compiling cargo_metadata v0.21.0
23632026-03-16T01:36:48.921Z Compiling progenitor-client v0.13.0
23642026-03-16T01:36:48.969Z Compiling progenitor-client v0.10.0
23652026-03-16T01:36:48.969Z Compiling omicron-zone-package v0.12.2
23662026-03-16T01:36:49.067Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-16T01:36:49.067Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-16T01:36:49.072Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-16T01:36:49.072Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-16T01:36:49.284Z Compiling progenitor-extras v0.1.1
23712026-03-16T01:36:49.596Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-16T01:36:59.942Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-16T01:37:00.158Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-16T01:37:08.539Z Finished `release` profile [optimized] target(s) in 1m 53s
23752026-03-16T01:37:08.722Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-16T01:37:08.786ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-16T01:37:08.790ZCreated new build target 'test' and set it as active
23782026-03-16T01:37:08.793Z
23792026-03-16T01:37:08.793Zreal 1:54.099579005
23802026-03-16T01:37:08.793Zuser 20:24.944363589
23812026-03-16T01:37:08.793Zsys 2:59.844535672
23822026-03-16T01:37:08.793Ztrap 0.527026361
23832026-03-16T01:37:08.793Ztflt 3.450209053
23842026-03-16T01:37:08.793Zdflt 3.707790486
23852026-03-16T01:37:08.793Zkflt 0.006430344
23862026-03-16T01:37:08.793Zlock 47:20.082458059
23872026-03-16T01:37:08.793Zslp 1:11:03.673321436
23882026-03-16T01:37:08.793Zlat 47.289266327
23892026-03-16T01:37:08.793Zstop 6:46.835431905
23902026-03-16T01:37:08.793Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-16T01:37:09.865Z Finished `release` profile [optimized] target(s) in 1.06s
23922026-03-16T01:37:09.930Z Running `target/release/omicron-package -t test package`
23932026-03-16T01:37:09.985ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-16T01:37:11.744Z Compiling regress v0.10.5
23952026-03-16T01:37:11.745Z Compiling heck v0.5.0
23962026-03-16T01:37:11.745Z Compiling unsafe-libyaml v0.2.11
23972026-03-16T01:37:11.748Z Compiling convert_case v0.4.0
23982026-03-16T01:37:12.013Z Compiling half v2.7.1
23992026-03-16T01:37:12.016Z Compiling ciborium-io v0.2.2
24002026-03-16T01:37:12.017Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-16T01:37:12.017Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-16T01:37:12.035Z Compiling prettyplease v0.2.37
24032026-03-16T01:37:12.085Z Compiling universal-hash v0.5.1
24042026-03-16T01:37:12.088Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-16T01:37:12.111Z Compiling unicode-width v0.1.14
24062026-03-16T01:37:12.115Z Compiling opaque-debug v0.3.1
24072026-03-16T01:37:12.115Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-16T01:37:12.137Z Compiling typify-impl v0.6.1
24092026-03-16T01:37:12.167Z Compiling chacha20 v0.9.1
24102026-03-16T01:37:12.218Z Compiling password-hash v0.5.0
24112026-03-16T01:37:12.387Z Compiling ciborium-ll v0.2.2
24122026-03-16T01:37:12.416Z Compiling blake2 v0.10.6
24132026-03-16T01:37:12.419Z Compiling derive_more v0.99.20
24142026-03-16T01:37:12.470Z Compiling poly1305 v0.8.0
24152026-03-16T01:37:12.496Z Compiling aead v0.5.2
24162026-03-16T01:37:12.663Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-16T01:37:12.692Z Compiling ciborium v0.2.2
24182026-03-16T01:37:12.719Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-16T01:37:12.749Z Compiling is-terminal v0.4.17
24202026-03-16T01:37:12.773Z Compiling swrite v0.1.0
24212026-03-16T01:37:12.871Z Compiling chacha20poly1305 v0.10.1
24222026-03-16T01:37:12.899Z Compiling argon2 v0.5.3
24232026-03-16T01:37:12.928Z Compiling serde_spanned v1.0.4
24242026-03-16T01:37:13.093Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-16T01:37:13.158Z Compiling bytecount v0.6.9
24262026-03-16T01:37:13.190Z Compiling rustls v0.22.4
24272026-03-16T01:37:13.236Z Compiling rustls-webpki v0.102.8
24282026-03-16T01:37:13.296Z Compiling derive-where v1.6.0
24292026-03-16T01:37:13.393Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-16T01:37:13.423Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-16T01:37:13.524Z Compiling thread_local v1.1.9
24322026-03-16T01:37:13.554Z Compiling thiserror-no-std v2.0.2
24332026-03-16T01:37:13.596Z Compiling match_cfg v0.1.0
24342026-03-16T01:37:13.701Z Compiling vsss-rs v3.3.4
24352026-03-16T01:37:13.728Z Compiling hostname v0.3.1
24362026-03-16T01:37:13.871Z Compiling multer v3.1.0
24372026-03-16T01:37:13.928Z Compiling slog-async v2.8.0
24382026-03-16T01:37:13.931Z Compiling slog-json v2.6.1
24392026-03-16T01:37:14.022Z Compiling crossbeam-channel v0.5.15
24402026-03-16T01:37:14.175Z Compiling futures-executor v0.3.32
24412026-03-16T01:37:14.225Z Compiling take_mut v0.2.2
24422026-03-16T01:37:14.259Z Compiling term v1.2.1
24432026-03-16T01:37:14.287Z Compiling slog-bunyan v2.5.0
24442026-03-16T01:37:14.397Z Compiling futures v0.3.32
24452026-03-16T01:37:14.517Z Compiling dropshot v0.16.7
24462026-03-16T01:37:14.568Z Compiling async-stream v0.3.6
24472026-03-16T01:37:14.605Z Compiling progenitor-client v0.13.0
24482026-03-16T01:37:14.635Z Compiling slog-term v2.9.2
24492026-03-16T01:37:14.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-16T01:37:14.792Z Compiling waitgroup v0.1.2
24512026-03-16T01:37:14.958Z Compiling backon v1.6.0
24522026-03-16T01:37:14.987Z Compiling rustls-pemfile v2.2.0
24532026-03-16T01:37:14.991Z Compiling hostname v0.4.2
24542026-03-16T01:37:14.991Z Compiling serde_path_to_error v0.1.20
24552026-03-16T01:37:15.080Z Compiling instant v0.1.13
24562026-03-16T01:37:15.084Z Compiling debug-ignore v1.0.5
24572026-03-16T01:37:15.084Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-16T01:37:15.169Z Compiling parse-display v0.10.0
24592026-03-16T01:37:15.233Z Compiling backoff v0.4.0
24602026-03-16T01:37:15.262Z Compiling progenitor-extras v0.1.1
24612026-03-16T01:37:15.262Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-03-16T01:37:15.314Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-16T01:37:15.318Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-16T01:37:15.318Z Compiling progenitor-client v0.10.0
24652026-03-16T01:37:15.372Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-16T01:37:15.476Z Compiling macaddr v1.0.1
24672026-03-16T01:37:15.521Z Compiling console v0.15.11
24682026-03-16T01:37:15.553Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-03-16T01:37:15.558Z Compiling newline-converter v0.3.0
24702026-03-16T01:37:15.611Z Compiling atomicwrites v0.4.4
24712026-03-16T01:37:15.639Z Compiling num-rational v0.4.2
24722026-03-16T01:37:15.757Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-16T01:37:15.787Z Compiling num-complex v0.4.6
24742026-03-16T01:37:15.880Z Compiling slog-dtrace v0.3.0
24752026-03-16T01:37:16.003Z Compiling async-recursion v1.1.1
24762026-03-16T01:37:16.030Z Compiling expectorate v1.2.0
24772026-03-16T01:37:16.111Z Compiling cancel-safe-futures v0.1.5
24782026-03-16T01:37:16.260Z Compiling owo-colors v4.3.0
24792026-03-16T01:37:16.323Z Compiling tokio-rustls v0.25.0
24802026-03-16T01:37:16.398Z Compiling num v0.4.3
24812026-03-16T01:37:16.468Z Compiling float-ord v0.3.2
24822026-03-16T01:37:16.614Z Compiling libsw-core v0.3.2
24832026-03-16T01:37:16.646Z Compiling resolv-conf v0.7.6
24842026-03-16T01:37:16.680Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-16T01:37:16.855Z Compiling libsw v3.5.0
24862026-03-16T01:37:16.884Z Compiling toml v0.8.23
24872026-03-16T01:37:16.927Z Compiling linear-map v1.2.0
24882026-03-16T01:37:17.000Z Compiling linked-hash-map v0.5.6
24892026-03-16T01:37:17.124Z Compiling minimal-lexical v0.2.1
24902026-03-16T01:37:17.222Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-16T01:37:17.256Z Compiling lru-cache v0.1.2
24922026-03-16T01:37:17.310Z Compiling unicode-xid v0.2.6
24932026-03-16T01:37:17.459Z Compiling nom v7.1.3
24942026-03-16T01:37:17.488Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-16T01:37:17.492Z Compiling globset v0.4.18
24962026-03-16T01:37:17.492Z Compiling hickory-proto v0.24.4
24972026-03-16T01:37:17.568Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-16T01:37:17.706Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-03-16T01:37:17.915Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-16T01:37:18.184Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-16T01:37:18.975Z Compiling typify-macro v0.6.1
25022026-03-16T01:37:19.200Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-16T01:37:19.338Z Compiling convert_case v0.10.0
25042026-03-16T01:37:19.727Z Compiling derive_more-impl v2.1.1
25052026-03-16T01:37:20.813Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-16T01:37:21.013Z Compiling hickory-resolver v0.24.4
25072026-03-16T01:37:21.065Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-16T01:37:21.069Z Compiling typify v0.6.1
25092026-03-16T01:37:21.238Z Compiling progenitor-impl v0.13.0
25102026-03-16T01:37:21.268Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-03-16T01:37:21.373Z Compiling pin-project-internal v1.1.11
25122026-03-16T01:37:22.085Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-16T01:37:22.336Z Compiling derive_more v2.1.1
25142026-03-16T01:37:22.466Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-16T01:37:22.656Z Compiling qorb v0.4.1
25162026-03-16T01:37:22.810Z Compiling pin-project v1.1.11
25172026-03-16T01:37:22.952Z Compiling pem v3.0.6
25182026-03-16T01:37:22.990Z Compiling snafu-derive v0.8.9
25192026-03-16T01:37:23.875Z Compiling termtree v0.5.1
25202026-03-16T01:37:24.120Z Compiling crossterm v0.29.0
25212026-03-16T01:37:24.321Z Compiling progenitor-macro v0.13.0
25222026-03-16T01:37:24.511Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-03-16T01:37:25.352Z Compiling snafu v0.8.9
25242026-03-16T01:37:25.547Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-16T01:37:26.111Z Compiling olpc-cjson v0.1.4
25262026-03-16T01:37:26.395Z Compiling phf_shared v0.12.1
25272026-03-16T01:37:26.733Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-16T01:37:26.971Z Compiling serde_plain v1.0.2
25292026-03-16T01:37:27.364Z Compiling csv-core v0.1.13
25302026-03-16T01:37:27.441Z Compiling vte v0.14.1
25312026-03-16T01:37:27.901Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-16T01:37:27.968Z Compiling highway v1.3.0
25332026-03-16T01:37:28.085Z Compiling chrono-tz v0.10.4
25342026-03-16T01:37:28.298Z Compiling typed-path v0.9.3
25352026-03-16T01:37:28.522Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-16T01:37:28.781Z Compiling strip-ansi-escapes v0.2.1
25372026-03-16T01:37:28.910Z Compiling csv v1.4.0
25382026-03-16T01:37:29.373Z Compiling phf v0.12.1
25392026-03-16T01:37:29.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-16T01:37:29.635Z Compiling const_format_proc_macros v0.2.34
25412026-03-16T01:37:29.899Z Compiling tough v0.20.0
25422026-03-16T01:37:29.930Z Compiling papergrid v0.11.0
25432026-03-16T01:37:30.202Z Compiling fd-lock v4.0.4
25442026-03-16T01:37:30.237Z Compiling peg-macros v0.8.5
25452026-03-16T01:37:30.266Z Compiling progenitor v0.13.0
25462026-03-16T01:37:30.431Z Compiling tabled_derive v0.7.0
25472026-03-16T01:37:30.486Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-16T01:37:31.688Z Compiling nu-ansi-term v0.50.3
25492026-03-16T01:37:31.744Z Compiling tabled v0.15.0
25502026-03-16T01:37:31.789Z Compiling const_format v0.2.35
25512026-03-16T01:37:31.972Z Compiling peg v0.8.5
25522026-03-16T01:37:32.153Z Compiling reedline v0.40.0
25532026-03-16T01:37:32.412Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-16T01:37:32.478Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-16T01:37:32.523Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-16T01:37:34.028Z Compiling bcs v0.1.6
25572026-03-16T01:37:34.376Z Compiling semver v0.1.20
25582026-03-16T01:37:34.558Z Compiling base64 v0.21.7
25592026-03-16T01:37:34.744Z Compiling rustc_version v0.1.7
25602026-03-16T01:37:35.042Z Compiling newtype_derive v0.1.6
25612026-03-16T01:37:35.263Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-16T01:37:35.344Z Compiling typify-impl v0.4.3
25632026-03-16T01:37:35.556Z Compiling smawk v0.3.2
25642026-03-16T01:37:35.831Z Compiling humantime v2.3.0
25652026-03-16T01:37:36.193Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-16T01:37:36.433Z Compiling unicode-linebreak v0.1.5
25672026-03-16T01:37:36.537Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-16T01:37:36.620Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-16T01:37:36.711Z Compiling textwrap v0.16.2
25702026-03-16T01:37:36.819Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-16T01:37:36.975Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-16T01:37:37.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-16T01:37:37.512Z Compiling steno v0.4.1
25742026-03-16T01:37:38.794Z Compiling utf-8 v0.7.6
25752026-03-16T01:37:38.924Z Compiling tagptr v0.2.0
25762026-03-16T01:37:39.125Z Compiling moka v0.12.13
25772026-03-16T01:37:39.167Z Compiling tungstenite v0.21.0
25782026-03-16T01:37:39.237Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-16T01:37:39.444Z Compiling radium v0.7.0
25802026-03-16T01:37:39.857Z Compiling maybe-uninit v2.0.0
25812026-03-16T01:37:40.257Z Compiling tokio-tungstenite v0.21.0
25822026-03-16T01:37:40.446Z Compiling typify-macro v0.4.3
25832026-03-16T01:37:40.731Z Compiling tap v1.0.1
25842026-03-16T01:37:40.916Z Compiling hickory-resolver v0.25.2
25852026-03-16T01:37:41.006Z Compiling wyz v0.5.1
25862026-03-16T01:37:41.371Z Compiling zerocopy-derive v0.6.6
25872026-03-16T01:37:41.704Z Compiling packed_struct v0.10.1
25882026-03-16T01:37:41.983Z Compiling display-error-chain v0.2.2
25892026-03-16T01:37:42.069Z Compiling funty v2.0.0
25902026-03-16T01:37:42.114Z Compiling crc-catalog v2.4.0
25912026-03-16T01:37:42.242Z Compiling crc v3.4.0
25922026-03-16T01:37:42.402Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-03-16T01:37:42.434Z Compiling zerocopy v0.6.6
25942026-03-16T01:37:42.531Z Compiling typify v0.4.3
25952026-03-16T01:37:42.688Z Compiling progenitor-impl v0.10.0
25962026-03-16T01:37:42.961Z Compiling bitvec v1.0.1
25972026-03-16T01:37:43.443Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-16T01:37:45.716Z Compiling packed_struct_codegen v0.10.1
25992026-03-16T01:37:45.822Z Compiling progenitor-macro v0.10.0
26002026-03-16T01:37:45.847Z Compiling bitfield-macros v0.19.4
26012026-03-16T01:37:46.805Z Compiling indexmap v1.9.3
26022026-03-16T01:37:47.087Z Compiling nodrop v0.1.14
26032026-03-16T01:37:47.237Z Compiling array-init v0.0.4
26042026-03-16T01:37:47.266Z Compiling bitfield v0.19.4
26052026-03-16T01:37:47.518Z Compiling smallvec v0.6.14
26062026-03-16T01:37:47.731Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-16T01:37:47.849Z Compiling num-derive v0.3.3
26082026-03-16T01:37:47.877Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-16T01:37:48.422Z Compiling hashbrown v0.12.3
26102026-03-16T01:37:48.555Z Compiling proc-macro-error2 v2.0.1
26112026-03-16T01:37:48.954Z Compiling serde-hex v0.1.0
26122026-03-16T01:37:49.031Z Compiling libscf-sys v1.1.0
26132026-03-16T01:37:49.214Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-16T01:37:49.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-16T01:37:49.304Z Compiling ron v0.8.1
26162026-03-16T01:37:49.378Z Compiling hashbrown v0.13.2
26172026-03-16T01:37:49.563Z Compiling vergen-gitcl v1.0.8
26182026-03-16T01:37:49.841Z Compiling dirs-sys-next v0.1.2
26192026-03-16T01:37:49.875Z Compiling maplit v1.0.2
26202026-03-16T01:37:49.934Z Compiling crc-any v2.5.0
26212026-03-16T01:37:50.017Z Compiling crunchy v0.2.4
26222026-03-16T01:37:50.192Z Compiling diesel_derives v2.3.7
26232026-03-16T01:37:50.221Z Compiling glob v0.3.3
26242026-03-16T01:37:50.440Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-16T01:37:50.524Z Compiling object v0.30.4
26262026-03-16T01:37:50.561Z Compiling dirs-next v2.0.0
26272026-03-16T01:37:50.731Z Compiling clang-sys v1.8.1
26282026-03-16T01:37:50.800Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-16T01:37:51.257Z Compiling tabled_derive v0.11.0
26302026-03-16T01:37:51.310Z Compiling papergrid v0.17.0
26312026-03-16T01:37:51.558Z Compiling testing_table v0.3.0
26322026-03-16T01:37:51.686Z Compiling progenitor v0.10.0
26332026-03-16T01:37:51.743Z Compiling dsl_auto_type v0.2.0
26342026-03-16T01:37:51.895Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-16T01:37:51.942Z Compiling scheduled-thread-pool v0.2.7
26362026-03-16T01:37:52.067Z Compiling diesel_table_macro_syntax v0.3.0
26372026-03-16T01:37:52.152Z Compiling path-slash v0.1.5
26382026-03-16T01:37:52.198Z Compiling tiny-keccak v2.0.2
26392026-03-16T01:37:52.355Z Compiling r2d2 v0.8.10
26402026-03-16T01:37:52.459Z Compiling term v0.7.0
26412026-03-16T01:37:52.686Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-16T01:37:52.720Z Compiling arc-swap v1.8.2
26432026-03-16T01:37:52.745Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-16T01:37:52.749Z Compiling xshell-macros v0.2.7
26452026-03-16T01:37:53.049Z Compiling tabled v0.20.0
26462026-03-16T01:37:53.124Z Compiling bit-vec v0.6.3
26472026-03-16T01:37:53.151Z Compiling downcast-rs v2.0.2
26482026-03-16T01:37:53.270Z Compiling slog-scope v4.4.1
26492026-03-16T01:37:53.302Z Compiling xshell v0.2.7
26502026-03-16T01:37:53.331Z Compiling ascii-canvas v3.0.0
26512026-03-16T01:37:53.434Z Compiling bit-set v0.5.3
26522026-03-16T01:37:53.687Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-16T01:37:53.811Z Compiling itertools v0.10.5
26542026-03-16T01:37:53.977Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-16T01:37:54.259Z Compiling ena v0.14.4
26562026-03-16T01:37:54.567Z Compiling libloading v0.8.9
26572026-03-16T01:37:54.596Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26582026-03-16T01:37:54.855Z Compiling bindgen v0.71.1
26592026-03-16T01:37:54.998Z Compiling regex-syntax v0.6.29
26602026-03-16T01:37:55.263Z Compiling unicase v2.9.0
26612026-03-16T01:37:55.306Z Compiling diff v0.1.13
26622026-03-16T01:37:55.662Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-16T01:37:57.269Z Compiling lalrpop v0.19.12
26642026-03-16T01:37:57.761Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-16T01:37:58.691Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-03-16T01:37:59.017Z Compiling slog-stdlog v4.1.1
26672026-03-16T01:37:59.162Z Compiling diesel v2.3.7
26682026-03-16T01:37:59.229Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-03-16T01:37:59.620Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-16T01:37:59.744Z Compiling cexpr v0.6.0
26712026-03-16T01:38:00.373Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-16T01:38:00.447Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-16T01:38:00.626Z Compiling crc8 v0.1.1
26742026-03-16T01:38:00.743Z Compiling slog-envlogger v2.2.0
26752026-03-16T01:38:00.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-16T01:38:00.927Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-16T01:38:01.615Z Compiling headers-core v0.3.0
26782026-03-16T01:38:01.800Z Compiling libxml v0.3.3
26792026-03-16T01:38:02.038Z Compiling headers v0.4.1
26802026-03-16T01:38:02.312Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-16T01:38:02.352Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-16T01:38:02.429Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-16T01:38:02.658Z Compiling strum_macros v0.24.3
26842026-03-16T01:38:03.031Z Compiling indoc v1.0.9
26852026-03-16T01:38:03.259Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-16T01:38:03.555Z Compiling derive_builder v0.20.2
26872026-03-16T01:38:03.604Z Compiling oso-derive v0.27.3
26882026-03-16T01:38:03.758Z Compiling quick-xml v0.37.5
26892026-03-16T01:38:04.004Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-16T01:38:04.147Z Compiling openssl-probe v0.1.6
26912026-03-16T01:38:04.279Z Compiling half v1.8.3
26922026-03-16T01:38:04.461Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-16T01:38:04.517Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-16T01:38:04.914Z Compiling serde_cbor v0.11.2
26952026-03-16T01:38:05.437Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-16T01:38:05.566Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-16T01:38:05.775Z Compiling bb8 v0.8.6
26982026-03-16T01:38:05.822Z Compiling trait-variant v0.1.2
26992026-03-16T01:38:05.927Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-16T01:38:06.296Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-16T01:38:06.322Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-16T01:38:06.558Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-16T01:38:06.699Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-16T01:38:06.977Z Compiling fxhash v0.2.1
27052026-03-16T01:38:07.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-16T01:38:07.182Z Compiling kstat-rs v0.2.4
27072026-03-16T01:38:07.207Z Compiling libz-sys v1.1.24
27082026-03-16T01:38:07.286Z Compiling salty v0.3.0
27092026-03-16T01:38:07.357Z Compiling nonempty v0.12.0
27102026-03-16T01:38:07.549Z Compiling samael v0.0.19
27112026-03-16T01:38:07.650Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-16T01:38:07.784Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-16T01:38:07.872Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-16T01:38:08.106Z Compiling progenitor-impl v0.11.2
27152026-03-16T01:38:08.171Z Compiling darling_core v0.23.0
27162026-03-16T01:38:08.508Z Compiling polar-core v0.27.3
27172026-03-16T01:38:08.651Z Compiling nanorand v0.7.0
27182026-03-16T01:38:08.952Z Compiling fs-err v2.11.0
27192026-03-16T01:38:09.126Z Compiling parking_lot_core v0.8.6
27202026-03-16T01:38:09.571Z Compiling mime_guess v2.0.5
27212026-03-16T01:38:09.597Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-16T01:38:10.430Z Compiling flume v0.11.1
27232026-03-16T01:38:10.668Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-16T01:38:11.232Z Compiling progenitor-macro v0.11.2
27252026-03-16T01:38:11.346Z Compiling darling_macro v0.23.0
27262026-03-16T01:38:12.014Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-03-16T01:38:12.247Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-03-16T01:38:13.265Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-03-16T01:38:15.176Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-03-16T01:38:15.699Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-16T01:38:16.470Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-16T01:38:16.982Z Compiling progenitor-client v0.11.2
27332026-03-16T01:38:17.899Z Compiling git-stub v1.0.0
27342026-03-16T01:38:18.063Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-16T01:38:18.253Z Compiling instability v0.3.11
27362026-03-16T01:38:18.595Z Compiling git-stub-vcs v0.1.0
27372026-03-16T01:38:19.062Z Compiling progenitor v0.11.2
27382026-03-16T01:38:19.227Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-16T01:38:19.282Z Compiling darling v0.23.0
27402026-03-16T01:38:19.417Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-16T01:38:21.646Z Compiling oso v0.27.3
27422026-03-16T01:38:22.790Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-16T01:38:22.852Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-16T01:38:23.108Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-16T01:38:23.974Z Compiling async-bb8-diesel v0.2.1
27462026-03-16T01:38:24.399Z Compiling diesel-dtrace v0.5.0
27472026-03-16T01:38:24.546Z Compiling ignore v0.4.25
27482026-03-16T01:38:26.821Z Compiling primeorder v0.13.6
27492026-03-16T01:38:26.959Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-16T01:38:27.233Z Compiling castaway v0.2.4
27512026-03-16T01:38:27.433Z Compiling atty v0.2.14
27522026-03-16T01:38:27.517Z Compiling nibble_vec v0.1.0
27532026-03-16T01:38:27.609Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-16T01:38:27.736Z Compiling indoc v2.0.7
27552026-03-16T01:38:27.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-03-16T01:38:28.205Z Compiling http-range v0.1.5
27572026-03-16T01:38:28.331Z Compiling endian-type v0.1.2
27582026-03-16T01:38:28.565Z Compiling parse-size v1.1.0
27592026-03-16T01:38:28.569Z Compiling radix_trie v0.2.1
27602026-03-16T01:38:28.828Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-16T01:38:28.858Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-16T01:38:29.283Z Compiling compact_str v0.8.1
27632026-03-16T01:38:29.536Z Compiling p384 v0.13.1
27642026-03-16T01:38:29.883Z Compiling globwalk v0.9.1
27652026-03-16T01:38:30.749Z Compiling parking_lot v0.11.2
27662026-03-16T01:38:30.916Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-16T01:38:31.740Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-16T01:38:31.908Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-16T01:38:32.289Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-16T01:38:32.316Z Compiling predicates-tree v1.0.13
27712026-03-16T01:38:32.341Z Compiling unicode-truncate v1.1.0
27722026-03-16T01:38:32.604Z Compiling lru v0.12.5
27732026-03-16T01:38:32.664Z Compiling prefix-trie v0.7.0
27742026-03-16T01:38:32.888Z Compiling vergen-git2 v1.0.7
27752026-03-16T01:38:32.913Z Compiling cassowary v0.3.0
27762026-03-16T01:38:33.242Z Compiling hickory-server v0.25.2
27772026-03-16T01:38:33.291Z Compiling ratatui v0.29.0
27782026-03-16T01:38:34.168Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-03-16T01:38:34.398Z Compiling camino-tempfile-ext v0.3.3
27802026-03-16T01:38:34.747Z Compiling hyper-staticfile v0.10.1
27812026-03-16T01:38:34.865Z Compiling sled v0.34.7
27822026-03-16T01:38:36.363Z Compiling hickory-client v0.25.2
27832026-03-16T01:38:36.678Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-16T01:38:36.989Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-16T01:38:37.491Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-16T01:38:37.518Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-16T01:38:37.882Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-16T01:38:38.477Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27892026-03-16T01:38:38.559Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-16T01:38:39.270Z Compiling rand_seeder v0.4.0
27912026-03-16T01:38:39.549Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-16T01:38:39.578Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-16T01:38:39.806Z Compiling lzma-sys v0.1.20
27942026-03-16T01:38:39.858Z Compiling rustls v0.21.12
27952026-03-16T01:38:40.147Z Compiling corncobs v0.1.4
27962026-03-16T01:38:40.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-16T01:38:40.403Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-16T01:38:40.494Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-16T01:38:40.552Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-16T01:38:40.586Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-03-16T01:38:40.751Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-16T01:38:40.949Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-16T01:38:41.231Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-16T01:38:41.289Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-16T01:38:42.085Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-16T01:38:42.305Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-16T01:38:43.778Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-16T01:38:45.361Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-16T01:38:45.652Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-16T01:38:45.892Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-16T01:38:45.942Z Compiling cargo_toml v0.22.3
28122026-03-16T01:38:46.066Z Compiling rustls-webpki v0.101.7
28132026-03-16T01:38:46.205Z Compiling sct v0.7.1
28142026-03-16T01:38:46.546Z Compiling nix v0.29.0
28152026-03-16T01:38:47.080Z Compiling secrecy v0.8.0
28162026-03-16T01:38:47.139Z Compiling void v1.0.2
28172026-03-16T01:38:47.316Z Compiling lzss v0.8.2
28182026-03-16T01:38:48.281Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-16T01:38:48.448Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-16T01:38:48.716Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-16T01:38:49.234Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-16T01:38:49.528Z Compiling git2 v0.20.4
28232026-03-16T01:38:49.949Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-16T01:38:50.702Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-16T01:38:50.804Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-16T01:38:51.273Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-16T01:38:51.534Z Compiling tungstenite v0.23.0
28282026-03-16T01:38:51.576Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-16T01:38:51.651Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-16T01:38:51.950Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-16T01:38:52.291Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-16T01:38:52.596Z Compiling nix v0.27.1
28332026-03-16T01:38:53.160Z Compiling serde_bytes v0.11.19
28342026-03-16T01:38:53.564Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-03-16T01:38:53.766Z Compiling tokio-tungstenite v0.23.1
28362026-03-16T01:38:54.013Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-16T01:38:54.321Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-16T01:38:54.351Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-16T01:38:54.381Z Compiling xz2 v0.1.7
28402026-03-16T01:38:54.598Z Compiling ron v0.12.0
28412026-03-16T01:38:54.859Z Compiling tokio-rustls v0.24.1
28422026-03-16T01:38:55.235Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-16T01:38:56.103Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-16T01:38:57.693Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-16T01:38:59.778Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-16T01:39:00.500Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-16T01:39:00.925Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-16T01:39:01.305Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-16T01:39:03.482Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-16T01:39:03.510Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-16T01:39:03.961Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-16T01:39:04.641Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-16T01:39:06.102Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-16T01:39:06.228Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-03-16T01:39:07.401Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-03-16T01:39:08.250Z Compiling rustls-pemfile v1.0.4
28572026-03-16T01:39:08.755Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-16T01:39:10.226Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-16T01:39:10.572Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-16T01:39:10.882Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-16T01:39:11.219Z Compiling signal-hook-tokio v0.3.1
28622026-03-16T01:39:11.247Z Compiling yasna v0.5.2
28632026-03-16T01:39:11.447Z Compiling twox-hash v2.1.2
28642026-03-16T01:39:11.710Z Compiling is_ci v1.2.0
28652026-03-16T01:39:11.908Z Compiling base16ct v1.0.0
28662026-03-16T01:39:11.969Z Compiling rcgen v0.12.1
28672026-03-16T01:39:12.249Z Compiling supports-color v3.0.2
28682026-03-16T01:39:12.340Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-16T01:39:12.628Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-16T01:39:12.656Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-16T01:39:12.808Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-16T01:39:13.222Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-16T01:39:15.060Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-16T01:39:16.480Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-16T01:39:17.887Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-16T01:39:18.041Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-16T01:39:18.167Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-16T01:39:19.602Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-16T01:39:19.893Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-16T01:39:20.189Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-16T01:39:20.489Z Compiling fatfs v0.3.6
28822026-03-16T01:39:20.829Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-16T01:39:22.137Z Compiling subprocess v0.2.15
28842026-03-16T01:39:23.096Z Compiling rtoolbox v0.0.3
28852026-03-16T01:39:23.425Z Compiling seq-macro v0.3.6
28862026-03-16T01:39:24.080Z Compiling assert_matches v1.5.0
28872026-03-16T01:39:24.217Z Compiling rpassword v7.4.0
28882026-03-16T01:39:24.569Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-03-16T01:39:24.878Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-16T01:39:25.429Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-16T01:39:25.922Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-16T01:39:26.090Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-16T01:39:27.809Z Compiling tui-tree-widget v0.23.1
28942026-03-16T01:39:28.174Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-16T01:39:29.191Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-16T01:39:29.241Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-16T01:39:29.862Z Compiling uzers v0.12.2
28982026-03-16T01:39:31.106Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-16T01:39:31.693Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-16T01:39:32.953Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-16T01:39:36.553Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-16T01:39:37.044Z Compiling support-bundle-viewer v0.1.2
29032026-03-16T01:39:39.460Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-16T01:39:39.488Z Compiling multimap v0.10.1
29052026-03-16T01:40:00.927Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-03-16T01:40:06.026Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-16T01:40:08.214Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-16T01:48:18.661Z Finished `release` profile [optimized] target(s) in 11m 08s
29092026-03-16T01:49:12.425Z
29102026-03-16T01:49:12.428Zreal 12:03.298126401
29112026-03-16T01:49:12.428Zuser 1:43:46.758667372
29122026-03-16T01:49:12.428Zsys 4:07.735467843
29132026-03-16T01:49:12.428Ztrap 2.260183783
29142026-03-16T01:49:12.428Ztflt 2.911632623
29152026-03-16T01:49:12.428Zdflt 16.804134565
29162026-03-16T01:49:12.428Zkflt 0.001723089
29172026-03-16T01:49:12.428Zlock 8:07:29.167787827
29182026-03-16T01:49:12.428Zslp 3:57:25.386496823
29192026-03-16T01:49:12.428Zlat 2:47.997467585
29202026-03-16T01:49:12.428Zstop 6:43.990050681
29212026-03-16T01:49:12.429Z+ mapfile -t packages
29222026-03-16T01:49:12.429Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-16T01:49:13.623Z Finished `release` profile [optimized] target(s) in 1.18s
29242026-03-16T01:49:13.690Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-16T01:49:13.747ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-16T01:49:13.750Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-16T01:49:14.425Z Compiling libc v0.2.180
29282026-03-16T01:49:14.425Z Compiling serde v1.0.228
29292026-03-16T01:49:14.428Z Compiling serde_core v1.0.228
29302026-03-16T01:49:14.428Z Compiling rustix v1.1.3
29312026-03-16T01:49:14.428Z Compiling serde_json v1.0.149
29322026-03-16T01:49:14.428Z Compiling bitflags v2.11.0
29332026-03-16T01:49:14.552Z Compiling num-traits v0.2.19
29342026-03-16T01:49:14.564Z Compiling syn v2.0.117
29352026-03-16T01:49:14.576Z Compiling hashbrown v0.16.1
29362026-03-16T01:49:14.584Z Compiling smallvec v1.15.1
29372026-03-16T01:49:14.625Z Compiling usdt-impl v0.5.0
29382026-03-16T01:49:14.639Z Compiling syn v1.0.109
29392026-03-16T01:49:14.698Z Compiling getrandom v0.4.1
29402026-03-16T01:49:14.702Z Compiling percent-encoding v2.3.2
29412026-03-16T01:49:14.882Z Compiling log v0.4.29
29422026-03-16T01:49:14.967Z Compiling form_urlencoded v1.2.2
29432026-03-16T01:49:15.135Z Compiling fs-err v3.3.0
29442026-03-16T01:49:15.151Z Compiling anyhow v1.0.102
29452026-03-16T01:49:15.217Z Compiling heck v0.4.1
29462026-03-16T01:49:15.234Z Compiling once_cell v1.21.3
29472026-03-16T01:49:15.386Z Compiling indexmap v2.13.0
29482026-03-16T01:49:15.703Z Compiling errno v0.3.14
29492026-03-16T01:49:15.706Z Compiling thread-id v4.2.2
29502026-03-16T01:49:15.707Z Compiling memmap v0.7.0
29512026-03-16T01:49:16.236Z Compiling ordered-float v2.10.1
29522026-03-16T01:49:16.796Z Compiling proc-macro-error v1.0.4
29532026-03-16T01:49:17.108Z Compiling tabled_derive v0.7.0
29542026-03-16T01:49:17.136Z Compiling terminal_size v0.4.3
29552026-03-16T01:49:17.139Z Compiling tempfile v3.25.0
29562026-03-16T01:49:17.255Z Compiling clap_builder v4.5.60
29572026-03-16T01:49:17.255Z Compiling textwrap v0.16.2
29582026-03-16T01:49:17.448Z Compiling camino-tempfile v1.4.1
29592026-03-16T01:49:18.026Z Compiling tabled v0.15.0
29602026-03-16T01:49:18.279Z Compiling synstructure v0.13.2
29612026-03-16T01:49:18.280Z Compiling pest_generator v2.8.6
29622026-03-16T01:49:18.830Z Compiling serde_derive v1.0.228
29632026-03-16T01:49:18.830Z Compiling zerofrom-derive v0.1.6
29642026-03-16T01:49:18.833Z Compiling yoke-derive v0.8.1
29652026-03-16T01:49:18.833Z Compiling zerovec-derive v0.11.2
29662026-03-16T01:49:18.833Z Compiling displaydoc v0.2.5
29672026-03-16T01:49:18.833Z Compiling thiserror-impl v1.0.69
29682026-03-16T01:49:18.833Z Compiling zerocopy-derive v0.7.35
29692026-03-16T01:49:18.833Z Compiling scroll_derive v0.12.1
29702026-03-16T01:49:18.845Z Compiling thiserror-impl v2.0.18
29712026-03-16T01:49:18.849Z Compiling clap_derive v4.5.55
29722026-03-16T01:49:18.975Z Compiling pest_derive v2.8.6
29732026-03-16T01:49:19.736Z Compiling scroll v0.12.0
29742026-03-16T01:49:19.933Z Compiling zerocopy v0.7.35
29752026-03-16T01:49:20.170Z Compiling goblin v0.8.2
29762026-03-16T01:49:20.372Z Compiling thiserror v1.0.69
29772026-03-16T01:49:20.404Z Compiling zerofrom v0.1.6
29782026-03-16T01:49:20.490Z Compiling dtrace-parser v0.2.0
29792026-03-16T01:49:20.506Z Compiling thiserror v2.0.18
29802026-03-16T01:49:20.575Z Compiling yoke v0.8.1
29812026-03-16T01:49:20.867Z Compiling zerovec v0.11.5
29822026-03-16T01:49:21.090Z Compiling zerotrie v0.2.3
29832026-03-16T01:49:21.258Z Compiling clap v4.5.60
29842026-03-16T01:49:21.689Z Compiling tinystr v0.8.2
29852026-03-16T01:49:21.716Z Compiling potential_utf v0.1.4
29862026-03-16T01:49:21.967Z Compiling icu_locale_core v2.1.1
29872026-03-16T01:49:21.995Z Compiling icu_collections v2.1.1
29882026-03-16T01:49:22.981Z Compiling icu_provider v2.1.1
29892026-03-16T01:49:23.423Z Compiling icu_properties v2.1.2
29902026-03-16T01:49:23.473Z Compiling icu_normalizer v2.1.1
29912026-03-16T01:49:23.532Z Compiling toml_datetime v0.6.11
29922026-03-16T01:49:23.549Z Compiling serde_spanned v0.6.9
29932026-03-16T01:49:23.635Z Compiling dof v0.3.0
29942026-03-16T01:49:23.653Z Compiling serde_tokenstream v0.2.3
29952026-03-16T01:49:23.746Z Compiling serde-value v0.7.0
29962026-03-16T01:49:23.762Z Compiling cargo-platform v0.2.0
29972026-03-16T01:49:24.007Z Compiling toml_edit v0.22.27
29982026-03-16T01:49:24.075Z Compiling macaddr v1.0.1
29992026-03-16T01:49:24.677Z Compiling idna_adapter v1.2.1
30002026-03-16T01:49:24.680Z Compiling usdt-attr-macro v0.5.0
30012026-03-16T01:49:24.721Z Compiling usdt-macro v0.5.0
30022026-03-16T01:49:24.831Z Compiling idna v1.1.0
30032026-03-16T01:49:25.271Z Compiling url v2.5.8
30042026-03-16T01:49:25.568Z Compiling usdt v0.5.0
30052026-03-16T01:49:26.207Z Compiling toml v0.8.23
30062026-03-16T01:49:26.782Z Compiling cargo-util-schemas v0.8.2
30072026-03-16T01:49:26.782Z Compiling cargo_toml v0.21.0
30082026-03-16T01:49:28.164Z Compiling cargo_metadata v0.21.0
30092026-03-16T01:49:32.926Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-16T01:49:36.962Z Finished `release` profile [optimized] target(s) in 23.19s
30112026-03-16T01:49:37.100Z
30122026-03-16T01:49:37.103Zreal 23.307508240
30132026-03-16T01:49:37.103Zuser 3:10.888314431
30142026-03-16T01:49:37.103Zsys 20.921972011
30152026-03-16T01:49:37.103Ztrap 0.087295173
30162026-03-16T01:49:37.103Ztflt 0.635443367
30172026-03-16T01:49:37.103Zdflt 2.004355780
30182026-03-16T01:49:37.103Zkflt 0.000053336
30192026-03-16T01:49:37.103Zlock 5:29.287592773
30202026-03-16T01:49:37.103Zslp 6:29.959048168
30212026-03-16T01:49:37.103Zlat 7.565396462
30222026-03-16T01:49:37.103Zstop 26.988545249
30232026-03-16T01:49:37.103Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-16T01:49:37.103Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-16T01:49:37.103Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-16T01:49:37.103Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-16T01:49:37.103Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-16T01:49:38.289Z Compiling regress v0.10.5
30292026-03-16T01:49:38.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-16T01:49:38.292Z Compiling serde_spanned v1.0.4
30312026-03-16T01:49:38.439Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-16T01:49:38.443Z Compiling newtype-uuid-macros v0.1.0
30332026-03-16T01:49:38.443Z Compiling structmeta-derive v0.3.0
30342026-03-16T01:49:38.456Z Compiling rustls v0.22.4
30352026-03-16T01:49:38.459Z Compiling rustls-webpki v0.102.8
30362026-03-16T01:49:38.459Z Compiling multer v3.1.0
30372026-03-16T01:49:38.469Z Compiling debug-ignore v1.0.5
30382026-03-16T01:49:38.472Z Compiling match_cfg v0.1.0
30392026-03-16T01:49:38.501Z Compiling progenitor-client v0.13.0
30402026-03-16T01:49:38.505Z Compiling slog-json v2.6.1
30412026-03-16T01:49:38.521Z Compiling async-stream-impl v0.3.6
30422026-03-16T01:49:38.545Z Compiling dropshot v0.16.7
30432026-03-16T01:49:38.585Z Compiling itertools v0.14.0
30442026-03-16T01:49:38.722Z Compiling toml v0.9.12+spec-1.1.0
30452026-03-16T01:49:38.742Z Compiling hostname v0.3.1
30462026-03-16T01:49:38.745Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-16T01:49:38.787Z Compiling waitgroup v0.1.2
30482026-03-16T01:49:38.900Z Compiling slog-bunyan v2.5.0
30492026-03-16T01:49:38.921Z Compiling rustls-pemfile v2.2.0
30502026-03-16T01:49:38.964Z Compiling dropshot_endpoint v0.16.7
30512026-03-16T01:49:39.011Z Compiling serde_path_to_error v0.1.20
30522026-03-16T01:49:39.060Z Compiling hostname v0.4.2
30532026-03-16T01:49:39.063Z Compiling macaddr v1.0.1
30542026-03-16T01:49:39.109Z Compiling progenitor-client v0.10.0
30552026-03-16T01:49:39.113Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-16T01:49:39.180Z Compiling instant v0.1.13
30572026-03-16T01:49:39.254Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-03-16T01:49:39.342Z Compiling backon v1.6.0
30592026-03-16T01:49:39.403Z Compiling backoff v0.4.0
30602026-03-16T01:49:39.424Z Compiling async-stream v0.3.6
30612026-03-16T01:49:39.503Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-16T01:49:39.526Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-16T01:49:39.565Z Compiling progenitor-extras v0.1.1
30642026-03-16T01:49:39.589Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-03-16T01:49:39.592Z Compiling unsafe-libyaml v0.2.11
30662026-03-16T01:49:39.634Z Compiling crucible-workspace-hack v0.1.0
30672026-03-16T01:49:39.668Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-16T01:49:39.691Z Compiling secrecy v0.10.3
30692026-03-16T01:49:39.694Z Compiling heapless v0.8.0
30702026-03-16T01:49:39.733Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-16T01:49:39.900Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-16T01:49:39.922Z Compiling hash32 v0.3.1
30732026-03-16T01:49:39.925Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-03-16T01:49:40.086Z Compiling smoltcp v0.11.0
30752026-03-16T01:49:40.112Z Compiling toml v0.8.23
30762026-03-16T01:49:40.181Z Compiling tabwriter v1.4.1
30772026-03-16T01:49:40.225Z Compiling structmeta v0.3.0
30782026-03-16T01:49:40.268Z Compiling cobs v0.3.0
30792026-03-16T01:49:40.288Z Compiling foreign-types-macros v0.2.3
30802026-03-16T01:49:40.374Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-16T01:49:40.417Z Compiling proc-macro-crate v3.4.0
30822026-03-16T01:49:40.447Z Compiling ingot-macros v0.1.1
30832026-03-16T01:49:40.539Z Compiling foreign-types-shared v0.3.1
30842026-03-16T01:49:40.562Z Compiling derive-ex v0.1.8
30852026-03-16T01:49:40.583Z Compiling parse-display-derive v0.10.0
30862026-03-16T01:49:40.663Z Compiling cpufeatures v0.3.0
30872026-03-16T01:49:40.685Z Compiling convert_case v0.4.0
30882026-03-16T01:49:40.708Z Compiling postcard v1.1.3
30892026-03-16T01:49:40.759Z Compiling chacha20 v0.10.0
30902026-03-16T01:49:41.044Z Compiling proc-macro-crate v1.3.1
30912026-03-16T01:49:41.163Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-16T01:49:41.166Z Compiling foreign-types v0.5.0
30932026-03-16T01:49:41.211Z Compiling universal-hash v0.5.1
30942026-03-16T01:49:41.215Z Compiling num_enum_derive v0.7.5
30952026-03-16T01:49:41.215Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-16T01:49:41.276Z Compiling derive_more v0.99.20
30972026-03-16T01:49:41.279Z Compiling cstr-argument v0.1.2
30982026-03-16T01:49:41.320Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-16T01:49:41.400Z Compiling colored v3.1.1
31002026-03-16T01:49:41.517Z Compiling opaque-debug v0.3.1
31012026-03-16T01:49:41.520Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-16T01:49:41.646Z Compiling num_enum_derive v0.5.11
31032026-03-16T01:49:41.649Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-16T01:49:41.688Z Compiling tokio-rustls v0.25.0
31052026-03-16T01:49:41.708Z Compiling rand v0.10.0
31062026-03-16T01:49:41.772Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-16T01:49:41.848Z Compiling typify-impl v0.6.1
31082026-03-16T01:49:41.929Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-16T01:49:42.010Z Compiling half v2.7.1
31102026-03-16T01:49:42.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-16T01:49:42.434Z Compiling ciborium-io v0.2.2
31122026-03-16T01:49:42.457Z Compiling camino-tempfile v1.4.1
31132026-03-16T01:49:42.526Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-16T01:49:42.582Z Compiling ciborium-ll v0.2.2
31152026-03-16T01:49:42.682Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-16T01:49:42.791Z Compiling num_enum v0.7.5
31172026-03-16T01:49:42.812Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31182026-03-16T01:49:42.836Z Compiling ciborium v0.2.2
31192026-03-16T01:49:42.858Z Compiling smf v0.2.3
31202026-03-16T01:49:42.924Z Compiling aead v0.5.2
31212026-03-16T01:49:42.971Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-03-16T01:49:42.999Z Compiling num-derive v0.4.2
31232026-03-16T01:49:43.003Z Compiling sigpipe v0.1.3
31242026-03-16T01:49:43.046Z Compiling parse-display v0.10.0
31252026-03-16T01:49:43.046Z Compiling test-strategy v0.4.5
31262026-03-16T01:49:43.117Z Compiling glob v0.3.3
31272026-03-16T01:49:43.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-16T01:49:43.163Z Compiling num_enum v0.5.11
31292026-03-16T01:49:43.256Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-16T01:49:43.340Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-03-16T01:49:43.446Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-16T01:49:43.472Z Compiling poly1305 v0.8.0
31332026-03-16T01:49:43.614Z Compiling chacha20 v0.9.1
31342026-03-16T01:49:43.669Z Compiling whoami v1.6.1
31352026-03-16T01:49:43.690Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-16T01:49:43.729Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-16T01:49:43.774Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-16T01:49:43.949Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-16T01:49:43.973Z Compiling num-rational v0.4.2
31402026-03-16T01:49:43.976Z Compiling password-hash v0.5.0
31412026-03-16T01:49:44.076Z Compiling blake2 v0.10.6
31422026-03-16T01:49:44.175Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-16T01:49:44.261Z Compiling num-complex v0.4.6
31442026-03-16T01:49:44.336Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-16T01:49:44.357Z Compiling indent_write v2.2.0
31462026-03-16T01:49:44.443Z Compiling prettyplease v0.2.37
31472026-03-16T01:49:44.496Z Compiling ingot-types v0.1.2
31482026-03-16T01:49:44.569Z Compiling argon2 v0.5.3
31492026-03-16T01:49:44.592Z Compiling chacha20poly1305 v0.10.1
31502026-03-16T01:49:44.781Z Compiling num v0.4.3
31512026-03-16T01:49:44.808Z Compiling float-ord v0.3.2
31522026-03-16T01:49:44.846Z Compiling gethostname v0.5.0
31532026-03-16T01:49:44.890Z Compiling usdt-attr-macro v0.5.0
31542026-03-16T01:49:44.893Z Compiling usdt-macro v0.5.0
31552026-03-16T01:49:44.938Z Compiling derive-where v1.6.0
31562026-03-16T01:49:44.982Z Compiling memmap v0.7.0
31572026-03-16T01:49:45.005Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-03-16T01:49:45.044Z Compiling ingot v0.1.1
31592026-03-16T01:49:45.072Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-16T01:49:45.238Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-03-16T01:49:45.258Z Compiling typify-impl v0.4.3
31622026-03-16T01:49:45.348Z Compiling atomicwrites v0.4.4
31632026-03-16T01:49:45.451Z Compiling owo-colors v4.3.0
31642026-03-16T01:49:45.495Z Compiling thiserror-no-std v2.0.2
31652026-03-16T01:49:45.615Z Compiling vsss-rs v3.3.4
31662026-03-16T01:49:45.635Z Compiling cancel-safe-futures v0.1.5
31672026-03-16T01:49:45.977Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-16T01:49:46.002Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-16T01:49:46.052Z Compiling usdt v0.5.0
31702026-03-16T01:49:46.095Z Compiling libsw-core v0.3.2
31712026-03-16T01:49:46.151Z Compiling async-recursion v1.1.1
31722026-03-16T01:49:46.206Z Compiling resolv-conf v0.7.6
31732026-03-16T01:49:46.340Z Compiling libsw v3.5.0
31742026-03-16T01:49:46.588Z Compiling linear-map v1.2.0
31752026-03-16T01:49:46.611Z Compiling libefi-sys v0.1.0
31762026-03-16T01:49:46.614Z Compiling hickory-proto v0.24.4
31772026-03-16T01:49:46.697Z Compiling newline-converter v0.3.0
31782026-03-16T01:49:46.852Z Compiling console v0.15.11
31792026-03-16T01:49:46.877Z Compiling bitfield-struct v0.6.2
31802026-03-16T01:49:46.880Z Compiling linked-hash-map v0.5.6
31812026-03-16T01:49:46.926Z Compiling semver v0.1.20
31822026-03-16T01:49:46.929Z Compiling pin-project-internal v1.1.11
31832026-03-16T01:49:47.037Z Compiling slog-dtrace v0.3.0
31842026-03-16T01:49:47.131Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-03-16T01:49:47.178Z Compiling rustc_version v0.1.7
31862026-03-16T01:49:47.262Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31872026-03-16T01:49:47.294Z Compiling lru-cache v0.1.2
31882026-03-16T01:49:47.333Z Compiling expectorate v1.2.0
31892026-03-16T01:49:47.355Z Compiling minimal-lexical v0.2.1
31902026-03-16T01:49:47.453Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-16T01:49:47.490Z Compiling tokio-dtrace v0.1.1
31922026-03-16T01:49:47.515Z Compiling newtype_derive v0.1.6
31932026-03-16T01:49:47.561Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-16T01:49:47.698Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-16T01:49:47.730Z Compiling nom v7.1.3
31962026-03-16T01:49:47.756Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-16T01:49:47.810Z Compiling dropshot-api-manager-types v0.6.0
31982026-03-16T01:49:47.830Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-16T01:49:47.863Z Compiling phf_shared v0.12.1
32002026-03-16T01:49:47.986Z Compiling pem v3.0.6
32012026-03-16T01:49:48.101Z Compiling snafu-derive v0.8.9
32022026-03-16T01:49:48.127Z Compiling csv-core v0.1.13
32032026-03-16T01:49:48.287Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-16T01:49:48.307Z Compiling highway v1.3.0
32052026-03-16T01:49:48.330Z Compiling chrono-tz v0.10.4
32062026-03-16T01:49:48.470Z Compiling same-file v1.0.6
32072026-03-16T01:49:48.499Z Compiling xshell-macros v0.2.7
32082026-03-16T01:49:48.548Z Compiling typify-macro v0.6.1
32092026-03-16T01:49:48.633Z Compiling pin-project v1.1.11
32102026-03-16T01:49:48.661Z Compiling walkdir v2.5.0
32112026-03-16T01:49:48.712Z Compiling csv v1.4.0
32122026-03-16T01:49:48.793Z Compiling const_format_proc_macros v0.2.34
32132026-03-16T01:49:48.835Z Compiling phf v0.12.1
32142026-03-16T01:49:49.045Z Compiling xshell v0.2.7
32152026-03-16T01:49:49.065Z Compiling oxide-tokio-rt v0.1.3
32162026-03-16T01:49:49.272Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-16T01:49:49.464Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32182026-03-16T01:49:49.489Z Compiling globset v0.4.18
32192026-03-16T01:49:49.513Z Compiling olpc-cjson v0.1.4
32202026-03-16T01:49:49.548Z Compiling primeorder v0.13.6
32212026-03-16T01:49:49.570Z Compiling hickory-resolver v0.24.4
32222026-03-16T01:49:49.615Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-16T01:49:49.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-03-16T01:49:49.751Z Compiling serde_plain v1.0.2
32252026-03-16T01:49:49.772Z Compiling base64 v0.21.7
32262026-03-16T01:49:49.916Z Compiling typed-path v0.9.3
32272026-03-16T01:49:49.999Z Compiling const_format v0.2.35
32282026-03-16T01:49:50.031Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-16T01:49:50.344Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-16T01:49:50.395Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-16T01:49:50.451Z Compiling tabled_derive v0.7.0
32322026-03-16T01:49:50.474Z Compiling bcs v0.1.6
32332026-03-16T01:49:50.882Z Compiling snafu v0.8.9
32342026-03-16T01:49:50.951Z Compiling qorb v0.4.1
32352026-03-16T01:49:51.063Z Compiling typify v0.6.1
32362026-03-16T01:49:51.206Z Compiling progenitor-impl v0.13.0
32372026-03-16T01:49:51.206Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32382026-03-16T01:49:51.254Z Compiling salty v0.3.0
32392026-03-16T01:49:51.257Z Compiling termtree v0.5.1
32402026-03-16T01:49:51.297Z Compiling tough v0.20.0
32412026-03-16T01:49:51.442Z Compiling radium v0.7.0
32422026-03-16T01:49:51.509Z Compiling textwrap v0.16.2
32432026-03-16T01:49:51.617Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-16T01:49:51.785Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-16T01:49:51.881Z Compiling steno v0.4.1
32462026-03-16T01:49:51.885Z Compiling tabled v0.15.0
32472026-03-16T01:49:51.926Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-16T01:49:52.012Z Compiling typify-macro v0.4.3
32492026-03-16T01:49:52.084Z Compiling maybe-uninit v2.0.0
32502026-03-16T01:49:52.136Z Compiling humantime v2.3.0
32512026-03-16T01:49:52.170Z Compiling tap v1.0.1
32522026-03-16T01:49:52.191Z Compiling utf-8 v0.7.6
32532026-03-16T01:49:52.348Z Compiling wyz v0.5.1
32542026-03-16T01:49:52.462Z Compiling tungstenite v0.21.0
32552026-03-16T01:49:52.548Z Compiling p384 v0.13.1
32562026-03-16T01:49:52.580Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-16T01:49:52.653Z Compiling arc-swap v1.8.2
32582026-03-16T01:49:52.694Z Compiling tagptr v0.2.0
32592026-03-16T01:49:52.916Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-16T01:49:53.073Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-16T01:49:53.121Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-16T01:49:53.316Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-16T01:49:53.654Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-16T01:49:53.696Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-16T01:49:53.749Z Compiling funty v2.0.0
32662026-03-16T01:49:53.772Z Compiling packed_struct v0.10.1
32672026-03-16T01:49:54.163Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-03-16T01:49:54.349Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-16T01:49:54.470Z Compiling bitvec v1.0.1
32702026-03-16T01:49:54.491Z Compiling typify v0.4.3
32712026-03-16T01:49:54.656Z Compiling progenitor-impl v0.10.0
32722026-03-16T01:49:54.715Z Compiling tokio-tungstenite v0.21.0
32732026-03-16T01:49:55.074Z Compiling progenitor-macro v0.13.0
32742026-03-16T01:49:55.160Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-16T01:49:55.230Z Compiling slog-scope v4.4.1
32762026-03-16T01:49:55.267Z Compiling moka v0.12.13
32772026-03-16T01:49:55.491Z Compiling polyval v0.6.2
32782026-03-16T01:49:55.558Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-16T01:49:55.585Z Compiling packed_struct_codegen v0.10.1
32802026-03-16T01:49:55.606Z Compiling bitfield-macros v0.19.4
32812026-03-16T01:49:55.775Z Compiling zerocopy-derive v0.6.6
32822026-03-16T01:49:55.818Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-03-16T01:49:56.033Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-16T01:49:56.056Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-16T01:49:56.398Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-16T01:49:56.557Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-16T01:49:56.667Z Compiling indexmap v1.9.3
32882026-03-16T01:49:56.687Z Compiling nodrop v0.1.14
32892026-03-16T01:49:56.843Z Compiling parking_lot_core v0.8.6
32902026-03-16T01:49:56.906Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-16T01:49:56.981Z Compiling crc-catalog v2.4.0
32922026-03-16T01:49:57.036Z Compiling zerocopy v0.6.6
32932026-03-16T01:49:57.147Z Compiling crc v3.4.0
32942026-03-16T01:49:57.169Z Compiling proc-macro-error2 v2.0.1
32952026-03-16T01:49:57.289Z Compiling array-init v0.0.4
32962026-03-16T01:49:57.319Z Compiling bitfield v0.19.4
32972026-03-16T01:49:57.401Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-03-16T01:49:57.442Z Compiling hickory-resolver v0.25.2
32992026-03-16T01:49:57.531Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-16T01:49:57.613Z Compiling ghash v0.5.1
33012026-03-16T01:49:57.777Z Compiling smallvec v0.6.14
33022026-03-16T01:49:57.806Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-03-16T01:49:57.887Z Compiling slog-stdlog v4.1.1
33042026-03-16T01:49:58.018Z Compiling git-stub v1.0.0
33052026-03-16T01:49:58.104Z Compiling num-derive v0.3.3
33062026-03-16T01:49:58.148Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-16T01:49:58.193Z Compiling ctr v0.9.2
33082026-03-16T01:49:58.317Z Compiling lzma-sys v0.1.20
33092026-03-16T01:49:58.388Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-03-16T01:49:58.441Z Compiling progenitor-macro v0.10.0
33112026-03-16T01:49:58.480Z Compiling unicase v2.9.0
33122026-03-16T01:49:58.502Z Compiling hashbrown v0.12.3
33132026-03-16T01:49:58.724Z Compiling aes-gcm v0.10.3
33142026-03-16T01:49:58.760Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33152026-03-16T01:49:58.787Z Compiling mime_guess v2.0.5
33162026-03-16T01:49:58.868Z Compiling git-stub-vcs v0.1.0
33172026-03-16T01:49:58.944Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-16T01:49:58.987Z Compiling slog-envlogger v2.2.0
33192026-03-16T01:49:59.012Z Compiling serde-hex v0.1.0
33202026-03-16T01:49:59.216Z Compiling tabled_derive v0.11.0
33212026-03-16T01:49:59.380Z Compiling libscf-sys v1.1.0
33222026-03-16T01:49:59.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-16T01:49:59.431Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-03-16T01:49:59.570Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-03-16T01:49:59.683Z Compiling progenitor-impl v0.11.2
33262026-03-16T01:49:59.736Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-16T01:49:59.886Z Compiling ron v0.8.1
33282026-03-16T01:49:59.909Z Compiling papergrid v0.17.0
33292026-03-16T01:50:00.090Z Compiling cargo_toml v0.22.3
33302026-03-16T01:50:00.113Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-16T01:50:00.475Z Compiling hashbrown v0.13.2
33322026-03-16T01:50:00.876Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-16T01:50:00.955Z Compiling testing_table v0.3.0
33342026-03-16T01:50:01.203Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-16T01:50:01.246Z Compiling ssh-encoding v0.2.0
33362026-03-16T01:50:01.285Z Compiling blowfish v0.9.1
33372026-03-16T01:50:01.460Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-16T01:50:01.529Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-16T01:50:01.557Z Compiling nibble_vec v0.1.0
33402026-03-16T01:50:01.621Z Compiling endian-type v0.1.2
33412026-03-16T01:50:01.643Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-03-16T01:50:01.769Z Compiling corncobs v0.1.4
33432026-03-16T01:50:01.829Z Compiling crc-any v2.5.0
33442026-03-16T01:50:01.910Z Compiling radix_trie v0.2.1
33452026-03-16T01:50:01.937Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-16T01:50:02.021Z Compiling ssh-cipher v0.2.0
33472026-03-16T01:50:02.052Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-16T01:50:02.186Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-16T01:50:02.240Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-16T01:50:02.323Z Compiling tabled v0.20.0
33512026-03-16T01:50:02.348Z Compiling object v0.30.4
33522026-03-16T01:50:03.376Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-16T01:50:03.379Z Compiling progenitor v0.13.0
33542026-03-16T01:50:03.379Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-16T01:50:03.379Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33562026-03-16T01:50:03.379Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33572026-03-16T01:50:03.379Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33582026-03-16T01:50:03.379Z Compiling parking_lot v0.11.2
33592026-03-16T01:50:03.441Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-16T01:50:03.463Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-03-16T01:50:03.501Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-16T01:50:03.601Z Compiling progenitor-macro v0.11.2
33632026-03-16T01:50:03.860Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-16T01:50:04.080Z Compiling progenitor-client v0.11.2
33652026-03-16T01:50:04.104Z Compiling prefix-trie v0.7.0
33662026-03-16T01:50:04.129Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33672026-03-16T01:50:04.263Z Compiling password-hash v0.4.2
33682026-03-16T01:50:04.385Z Compiling fxhash v0.2.1
33692026-03-16T01:50:04.505Z Compiling secrecy v0.8.0
33702026-03-16T01:50:04.592Z Compiling half v1.8.3
33712026-03-16T01:50:04.630Z Compiling path-slash v0.1.5
33722026-03-16T01:50:04.725Z Compiling http-range v0.1.5
33732026-03-16T01:50:04.834Z Compiling pbkdf2 v0.11.0
33742026-03-16T01:50:04.993Z Compiling serde_cbor v0.11.2
33752026-03-16T01:50:05.015Z Compiling hickory-server v0.25.2
33762026-03-16T01:50:05.131Z Compiling sled v0.34.7
33772026-03-16T01:50:05.385Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-16T01:50:05.661Z Compiling xz2 v0.1.7
33792026-03-16T01:50:05.756Z Compiling ron v0.12.0
33802026-03-16T01:50:05.836Z Compiling progenitor v0.10.0
33812026-03-16T01:50:05.900Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-16T01:50:06.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-16T01:50:06.115Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33842026-03-16T01:50:06.827Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-16T01:50:06.851Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-16T01:50:07.019Z Compiling ssh-key v0.6.7
33872026-03-16T01:50:07.279Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-16T01:50:07.617Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-16T01:50:07.700Z Compiling hickory-client v0.25.2
33902026-03-16T01:50:07.880Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-16T01:50:08.082Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-03-16T01:50:08.105Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-16T01:50:08.171Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-16T01:50:08.809Z Compiling p256 v0.13.2
33952026-03-16T01:50:08.934Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-16T01:50:09.153Z Compiling p521 v0.13.3
33972026-03-16T01:50:09.176Z Compiling yasna v0.5.2
33982026-03-16T01:50:09.333Z Compiling kstat-rs v0.2.4
33992026-03-16T01:50:09.414Z Compiling headers-core v0.3.0
34002026-03-16T01:50:09.597Z Compiling nanorand v0.7.0
34012026-03-16T01:50:09.762Z Compiling russh-cryptovec v0.7.3
34022026-03-16T01:50:09.813Z Compiling atty v0.2.14
34032026-03-16T01:50:09.983Z Compiling home v0.5.12
34042026-03-16T01:50:10.007Z Compiling base16ct v1.0.0
34052026-03-16T01:50:10.041Z Compiling md5 v0.7.0
34062026-03-16T01:50:10.066Z Compiling crc8 v0.1.1
34072026-03-16T01:50:10.129Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-16T01:50:10.163Z Compiling flume v0.11.1
34092026-03-16T01:50:10.221Z Compiling rcgen v0.12.1
34102026-03-16T01:50:10.246Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-16T01:50:10.274Z Compiling russh-keys v0.45.0
34122026-03-16T01:50:10.299Z Compiling headers v0.4.1
34132026-03-16T01:50:10.434Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-16T01:50:10.466Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-16T01:50:10.609Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-16T01:50:10.631Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-16T01:50:10.852Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-03-16T01:50:10.934Z Compiling progenitor v0.11.2
34192026-03-16T01:50:11.150Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-16T01:50:11.177Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-16T01:50:11.405Z Compiling hyper-staticfile v0.10.1
34222026-03-16T01:50:11.430Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-16T01:50:11.475Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-16T01:50:11.880Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-16T01:50:11.969Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-16T01:50:12.016Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-16T01:50:12.116Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-16T01:50:12.462Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-16T01:50:12.487Z Compiling num-bigint v0.4.6
34302026-03-16T01:50:12.487Z Compiling des v0.8.1
34312026-03-16T01:50:12.490Z Compiling subprocess v0.2.15
34322026-03-16T01:50:12.563Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-16T01:50:12.767Z Compiling display-error-chain v0.2.2
34342026-03-16T01:50:12.971Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-03-16T01:50:12.993Z Compiling hex-literal v0.4.1
34362026-03-16T01:50:13.102Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-16T01:50:13.165Z Compiling colored v2.2.0
34382026-03-16T01:50:13.186Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-16T01:50:13.429Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-16T01:50:13.619Z Compiling socket2 v0.5.10
34412026-03-16T01:50:13.688Z Compiling internet-checksum v0.2.1
34422026-03-16T01:50:14.219Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-16T01:50:14.255Z Compiling russh v0.45.0
34442026-03-16T01:50:14.990Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-16T01:50:21.423Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-16T01:50:31.358Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-16T01:50:31.361Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-16T01:50:31.361Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-16T01:50:31.362Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-03-16T01:50:33.559Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-16T01:50:33.652Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-16T01:50:39.341Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-16T01:51:08.352Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-16T01:51:32.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
34552026-03-16T01:51:32.616Z
34562026-03-16T01:51:32.620Zreal 1:55.407587559
34572026-03-16T01:51:32.620Zuser 11:29.825458825
34582026-03-16T01:51:32.620Zsys 2:00.128678381
34592026-03-16T01:51:32.620Ztrap 0.344549970
34602026-03-16T01:51:32.620Ztflt 0.549394471
34612026-03-16T01:51:32.620Zdflt 1.588940181
34622026-03-16T01:51:32.620Zkflt 0.000219338
34632026-03-16T01:51:32.620Zlock 28:35.085633873
34642026-03-16T01:51:32.620Zslp 37:48.771126338
34652026-03-16T01:51:32.620Zlat 45.708819096
34662026-03-16T01:51:32.620Zstop 3:30.719117530
34672026-03-16T01:51:32.620Z+ mkdir tests
34682026-03-16T01:51:32.624Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-16T01:51:32.624Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-16T01:51:32.660Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-78a1393d6990c440 tests/
34712026-03-16T01:51:32.692Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-818bf3e53e54e996 tests/
34722026-03-16T01:51:32.724Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f05aef9a453844c3 tests/
34732026-03-16T01:51:32.755Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2b556b58e74163e5 tests/
34742026-03-16T01:51:33.099Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34752026-03-16T01:51:33.102Z+ 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-818bf3e53e54e996 tests/commtest-f05aef9a453844c3 tests/dhcp_server-78a1393d6990c440 tests/end_to_end_tests-2b556b58e74163e5 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-03-16T01:53:12.457ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-16T01:53:12.457Za .github/buildomat/ci-env.sh 1K
34782026-03-16T01:53:12.457Za out/target/test 1K
34792026-03-16T01:53:12.457Za out/npuzone/npuzone 27402K
34802026-03-16T01:53:12.458Za package-manifest.toml 35K
34812026-03-16T01:53:12.458Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-16T01:53:12.458Za target/release/omicron-package 41119K
34832026-03-16T01:53:12.458Za target/release/xtask 11359K
34842026-03-16T01:53:12.458Za target/debug/bootstrap 336425K
34852026-03-16T01:53:12.458Za tests/bootstrap-818bf3e53e54e996 31480K
34862026-03-16T01:53:12.458Za tests/commtest-f05aef9a453844c3 31997K
34872026-03-16T01:53:12.458Za tests/dhcp_server-78a1393d6990c440 31480K
34882026-03-16T01:53:12.458Za tests/end_to_end_tests-2b556b58e74163e5 378298K
34892026-03-16T01:53:12.458Za out/clickhouse.tar.gz 302852K
34902026-03-16T01:53:12.458Za out/clickhouse_keeper.tar.gz 288053K
34912026-03-16T01:53:12.458Za out/clickhouse_server.tar.gz 302851K
34922026-03-16T01:53:12.458Za out/cockroachdb.tar.gz 156257K
34932026-03-16T01:53:12.458Za out/crucible-pantry-zone.tar.gz 38342K
34942026-03-16T01:53:12.458Za out/crucible-utils.tar 17744K
34952026-03-16T01:53:12.458Za out/crucible-zone.tar.gz 52480K
34962026-03-16T01:53:12.458Za out/external-dns.tar.gz 41755K
34972026-03-16T01:53:12.458Za out/internal-dns.tar.gz 41755K
34982026-03-16T01:53:12.458Za out/mg-ddm-gz.tar 78377K
34992026-03-16T01:53:12.458Za out/nexus.tar.gz 209677K
35002026-03-16T01:53:12.458Za out/ntp.tar.gz 22683K
35012026-03-16T01:53:12.458Za out/omicron-gateway-softnpu.tar.gz 27316K
35022026-03-16T01:53:12.458Za out/omicron-sled-agent.tar 183052K
35032026-03-16T01:53:12.458Za out/overlay.tar.gz 3K
35042026-03-16T01:53:12.458Za out/oximeter.tar.gz 59435K
35052026-03-16T01:53:12.458Za out/oxlog.tar 3895K
35062026-03-16T01:53:12.458Za out/probe.tar.gz 3037K
35072026-03-16T01:53:12.458Za out/propolis-server.tar.gz 74633K
35082026-03-16T01:53:12.458Za out/pumpkind-gz.tar 26647K
35092026-03-16T01:53:12.458Za out/switch-softnpu.tar.gz 372883K
35102026-03-16T01:53:12.462Z
35112026-03-16T01:53:12.462Zreal 1:39.314539945
35122026-03-16T01:53:12.462Zuser 1:36.373828779
35132026-03-16T01:53:12.462Zsys 6.039606041
35142026-03-16T01:53:12.462Ztrap 0.006308857
35152026-03-16T01:53:12.462Ztflt 0.000000000
35162026-03-16T01:53:12.462Zdflt 0.000000000
35172026-03-16T01:53:12.462Zkflt 0.000000000
35182026-03-16T01:53:12.462Zlock 0.000000000
35192026-03-16T01:53:12.462Zslp 1:35.601782071
35202026-03-16T01:53:12.462Zlat 0.602469555
35212026-03-16T01:53:12.462Zstop 0.000160532
35222026-03-16T01:53:12.463Zprocess exited: duration 1300318 ms, exit code 0
 
35232026-03-16T01:53:12.478Zfound 1 output files
35242026-03-16T01:53:12.478Zuploading: /work/package.tar.gz (2321258187 bytes)
35252026-03-16T01:53:40.590Zuploaded: /work/package.tar.gz