01KKHBC5Y10NS0HCRJ478J2MA6: 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: 01KKHBCP2BH133VDXZ62YRCCQR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-12T15:43:01.674Zjob assigned to worker 01KKHBCQY2388XHKKH1D6S5RXA [factory aws, i-03ba43a9403d018dc] (queued for 54 s)
 
22026-03-12T15:43:09.536Zstarting task 0: "setup"
32026-03-12T15:43:09.542Z++ uname -s
42026-03-12T15:43:09.544Z+ kern=SunOS
52026-03-12T15:43:09.544Z+ build_user=build
62026-03-12T15:43:09.544Z+ build_uid=12345
72026-03-12T15:43:09.545Z+ work_dir=/work
82026-03-12T15:43:09.545Z+ input_dir=/input
92026-03-12T15:43:09.545Z+ [[ 0 == 12345 ]]
102026-03-12T15:43:09.545Z+ case "$kern" in
112026-03-12T15:43:09.545Z+ groupadd -g 12345 build
122026-03-12T15:43:09.547Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-12T15:43:11.555Z+ zfs create -o mountpoint=/work rpool/work
142026-03-12T15:43:11.675Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-12T15:43:11.678Z+ home_fs=zfs
162026-03-12T15:43:11.678Z+ [[ zfs == autofs ]]
172026-03-12T15:43:11.678Z+ mkdir -p /home/build
182026-03-12T15:43:11.681Z+ chown build:build /home/build /work
192026-03-12T15:43:13.682Z+ chmod 0700 /home/build /work
202026-03-12T15:43:13.685Zprocess exited: duration 4152 ms, exit code 0
 
212026-03-12T15:43:13.691Zstarting task 1: "rust-toolchain"
222026-03-12T15:43:13.697Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-12T15:43:13.697Z * rust toolchain channel = "1.91.1"
242026-03-12T15:43:13.697Z * rust toolchain profile = "default"
252026-03-12T15:43:13.697Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-12T15:43:13.697Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-12T15:43:13.697Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-12T15:43:13.700Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-12T15:43:13.700Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-12T15:43:13.843Zinfo: downloading installer
312026-03-12T15:43:15.453Zwarn: It looks like you have an existing installation of Rust at:
322026-03-12T15:43:15.453Zwarn: /opt/ooce/bin
332026-03-12T15:43:15.453Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-12T15:43:15.453Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-12T15:43:15.454Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-12T15:43:15.454Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-12T15:43:15.454Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-12T15:43:15.454Zerror: cannot install while Rust is installed
392026-03-12T15:43:15.454Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-12T15:43:15.454Zwarn: It looks like you have an existing rustup settings file at:
412026-03-12T15:43:15.454Zwarn: /home/build/.rustup/settings.toml
422026-03-12T15:43:15.454Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-12T15:43:15.454Zwarn: instead of the one inferred from the default host triple.
442026-03-12T15:43:15.469Zinfo: profile set to default
452026-03-12T15:43:15.470Zinfo: default host triple is x86_64-unknown-illumos
462026-03-12T15:43:15.472Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-12T15:43:15.629Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-12T15:43:15.632Zinfo: downloading 6 components
492026-03-12T15:43:30.650Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-12T15:43:30.651Z
512026-03-12T15:43:30.687Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-12T15:43:30.687Z
532026-03-12T15:43:30.690Z
542026-03-12T15:43:30.690ZRust is installed now. Great!
552026-03-12T15:43:30.690Z
562026-03-12T15:43:30.690ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-12T15:43:30.690Zenvironment variable. This has not been done automatically.
582026-03-12T15:43:30.690Z
592026-03-12T15:43:30.690ZTo configure your current shell, you need to source
602026-03-12T15:43:30.690Zthe corresponding env file under $HOME/.cargo.
612026-03-12T15:43:30.690Z
622026-03-12T15:43:30.690ZThis is usually done by running one of the following (note the leading DOT):
632026-03-12T15:43:30.690Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-12T15:43:30.690Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-12T15:43:30.690Zsource "~/.cargo/env.nu" # For nushell
662026-03-12T15:43:30.690Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-12T15:43:30.690Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-12T15:43:30.690Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-12T15:43:30.690Zwarn: no default linker (`cc`) was found in your PATH
702026-03-12T15:43:30.690Zwarn: many Rust crates require a system C toolchain to build
712026-03-12T15:43:30.787Z+ rustup --version
722026-03-12T15:43:30.795Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-12T15:43:30.798Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-12T15:43:30.822Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-12T15:43:30.825Z+ cargo --version
762026-03-12T15:43:30.837Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-12T15:43:30.840Z+ rustc --version
782026-03-12T15:43:30.866Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-12T15:43:30.870Zprocess exited: duration 17181 ms, exit code 0
 
802026-03-12T15:43:30.876Zstarting task 2: "authentication"
812026-03-12T15:43:30.896Zprocess exited: duration 19 ms, exit code 0
 
822026-03-12T15:43:30.901Zstarting task 3: "clone repository"
832026-03-12T15:43:30.907Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-12T15:43:30.910Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-12T15:43:30.946ZCloning into '/work/oxidecomputer/omicron'...
862026-03-12T15:43:43.855Z+ cd /work/oxidecomputer/omicron
872026-03-12T15:43:43.858Z+ git fetch origin 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
882026-03-12T15:43:44.210ZFrom https://github.com/oxidecomputer/omicron
892026-03-12T15:43:44.210Z * branch 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5 -> FETCH_HEAD
902026-03-12T15:43:44.224Z+ [[ -n john/switch-slot-no-display ]]
912026-03-12T15:43:44.227Z++ git branch --show-current
922026-03-12T15:43:44.230Z+ current=main
932026-03-12T15:43:44.230Z+ [[ main != john/switch-slot-no-display ]]
942026-03-12T15:43:44.230Z+ git branch -f john/switch-slot-no-display 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
952026-03-12T15:43:44.233Z+ git checkout -f john/switch-slot-no-display
962026-03-12T15:43:44.355ZSwitched to branch 'john/switch-slot-no-display'
972026-03-12T15:43:44.358Z+ git reset --hard 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
982026-03-12T15:43:44.475ZHEAD is now at 6e4dd7ca1 fix typo
992026-03-12T15:43:44.478Zprocess exited: duration 13578 ms, exit code 0
 
1002026-03-12T15:43:44.484Zstarting task 4: "build"
1012026-03-12T15:43:44.490Z+ source .github/buildomat/ci-env.sh
1022026-03-12T15:43:44.493Z++ export CARGO_TERM_COLOR=always
1032026-03-12T15:43:44.493Z++ CARGO_TERM_COLOR=always
1042026-03-12T15:43:44.493Z+ cargo --version
1052026-03-12T15:43:44.503Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-12T15:43:44.505Z+ rustc --version
1072026-03-12T15:43:44.533Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-12T15:43:44.536Z+ WORK=/work
1092026-03-12T15:43:44.536Z+ pfexec mkdir -p /work
1102026-03-12T15:43:44.541Z+ pfexec chown build /work
1112026-03-12T15:43:44.544Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-12T15:43:54.444Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-12T15:44:04.043Z Startup: Caching catalogs ... Done
1142026-03-12T15:44:25.578ZPlanning: Solver setup ... Done (19.998s)
1152026-03-12T15:44:25.723ZPlanning: Running solver ... Done (0.145s)
1162026-03-12T15:44:25.910ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-12T15:44:25.923ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-12T15:44:26.050ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-12T15:44:26.092ZPlanning: Package planning ... Done (0.043s)
1202026-03-12T15:44:26.132ZPlanning: Merging actions ... Done (0.039s)
1212026-03-12T15:44:26.371ZPlanning: Checking for conflicting actions ... Done (0.238s)
1222026-03-12T15:44:26.381ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-12T15:44:27.214ZPlanning: Evaluating mediators ... Done (0.833s)
1242026-03-12T15:44:27.222ZPlanning: Planning completed in 23.04 seconds
1252026-03-12T15:44:27.238Z Packages to install: 4
1262026-03-12T15:44:27.238Z Mediators to change: 2
1272026-03-12T15:44:27.238Z Services to change: 1
1282026-03-12T15:44:27.241Z Estimated space available: 155.43 GB
1292026-03-12T15:44:27.241ZEstimated space to be consumed: 1.82 GB
1302026-03-12T15:44:27.241Z Create boot environment: No
1312026-03-12T15:44:27.241ZCreate backup boot environment: No
1322026-03-12T15:44:27.241Z Rebuild boot archive: No
1332026-03-12T15:44:27.241Z
1342026-03-12T15:44:27.241ZChanged mediators:
1352026-03-12T15:44:27.241Z mediator clang:
1362026-03-12T15:44:27.241Z version: None -> 15 (system default)
1372026-03-12T15:44:27.241Z
1382026-03-12T15:44:27.241Z mediator llvm:
1392026-03-12T15:44:27.241Z version: 14 (system default) -> 15 (system default)
1402026-03-12T15:44:27.241Z
1412026-03-12T15:44:27.241ZChanged packages:
1422026-03-12T15:44:27.241Zhelios-dev
1432026-03-12T15:44:27.241Z developer/build-essential
1442026-03-12T15:44:27.241Z None -> 11-2.0
1452026-03-12T15:44:27.241Z library/libxmlsec1
1462026-03-12T15:44:27.241Z None -> 1.2.35-2.0
1472026-03-12T15:44:27.241Z ooce/developer/clang-15
1482026-03-12T15:44:27.241Z None -> 15.0.7-2.0
1492026-03-12T15:44:27.241Z ooce/developer/llvm-15
1502026-03-12T15:44:27.241Z None -> 15.0.7-2.0
1512026-03-12T15:44:27.241Z
1522026-03-12T15:44:27.242ZServices:
1532026-03-12T15:44:27.242Z restart_fmri:
1542026-03-12T15:44:27.242Z svc:/system/update-man-index:default
1552026-03-12T15:44:27.286Z
1562026-03-12T15:44:27.286ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-12T15:44:32.632ZDownload: 2217/3290 items 117.9/212.6MB 55% complete (24.6M/s)
1582026-03-12T15:44:35.605ZDownload: Completed 212.60 MB in 8.32 seconds (25.6M/s)
1592026-03-12T15:44:36.567Z Actions: 1/3689 actions (Installing new actions)
1602026-03-12T15:44:40.720Z Actions: Completed 3689 actions in 4.15 seconds.
1612026-03-12T15:44:41.415Z Done (0.691s)
1622026-03-12T15:44:41.415Z Done (0.000s)
1632026-03-12T15:44:42.329Z Done (0.914s)
1642026-03-12T15:44:46.391Z Done (3.701s)
1652026-03-12T15:44:46.469Z Done (0.016s)
1662026-03-12T15:44:46.472Z Done (0.000s)
1672026-03-12T15:44:46.690Z Done (0.000s)
1682026-03-12T15:44:47.637ZPlanning: Evaluating mediator changes ... Done
1692026-03-12T15:44:47.783ZPlanning: Checking for conflicting actions ... Done
1702026-03-12T15:44:47.786ZPlanning: Consolidating action changes ... Done
1712026-03-12T15:44:48.006ZPlanning: Evaluating mediators ... Done
1722026-03-12T15:44:48.009ZPlanning: Planning completed in 0.37 seconds
1732026-03-12T15:44:48.035Z Mediators to change: 2
1742026-03-12T15:44:48.036Z Create boot environment: No
1752026-03-12T15:44:48.038ZCreate backup boot environment: No
1762026-03-12T15:44:48.126Z Done
1772026-03-12T15:44:48.126Z Done
1782026-03-12T15:44:48.858Z Done
1792026-03-12T15:44:52.194Z Done
1802026-03-12T15:44:52.283Z Done
1812026-03-12T15:44:52.287Z Done
1822026-03-12T15:44:52.460Z Done
1832026-03-12T15:44:53.000ZPlanning: Evaluating mediator changes ... Done
1842026-03-12T15:44:53.003ZPlanning: Merging actions ... Done
1852026-03-12T15:44:53.167ZPlanning: Checking for conflicting actions ... Done
1862026-03-12T15:44:53.170ZPlanning: Consolidating action changes ... Done
1872026-03-12T15:44:53.385ZPlanning: Evaluating mediators ... Done
1882026-03-12T15:44:53.427ZPlanning: Planning completed in 0.63 seconds
1892026-03-12T15:44:53.457Z Packages to change: 1
1902026-03-12T15:44:53.457Z Mediators to change: 1
1912026-03-12T15:44:53.457Z Services to change: 1
1922026-03-12T15:44:53.458Z Create boot environment: No
1932026-03-12T15:44:53.460ZCreate backup boot environment: Yes
1942026-03-12T15:44:55.910Z Actions: 1/6 actions (Updating modified actions)
1952026-03-12T15:44:55.913Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-12T15:44:55.913Z Done
1972026-03-12T15:44:55.913Z Done
1982026-03-12T15:44:56.100Z Done
1992026-03-12T15:44:59.400Z Done
2002026-03-12T15:44:59.489Z Done
2012026-03-12T15:44:59.491Z Done
2022026-03-12T15:44:59.644Z Done
2032026-03-12T15:45:00.021ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-12T15:45:00.021Zclang system 15 system
2052026-03-12T15:45:00.021Zcsh system system illumos
2062026-03-12T15:45:00.021Zctags system system illumos
2072026-03-12T15:45:00.021Zfile system system illumos
2082026-03-12T15:45:00.021Zgcc vendor 12 vendor
2092026-03-12T15:45:00.021Zgcc system 10 system
2102026-03-12T15:45:00.021Zgcc system 7 system
2112026-03-12T15:45:00.021Zgo system 1.20 system
2122026-03-12T15:45:00.021Zgo system 1.19 system
2132026-03-12T15:45:00.021Zllvm system 15 system
2142026-03-12T15:45:00.021Zllvm system 14 system
2152026-03-12T15:45:00.021Zmariadb system 10.6 system
2162026-03-12T15:45:00.021Zmta vendor vendor dma
2172026-03-12T15:45:00.021Zopenjdk system 17 system
2182026-03-12T15:45:00.021Zopenjdk system 11 system
2192026-03-12T15:45:00.022Zopenjdk system 1.8 system
2202026-03-12T15:45:00.022Zopenssl vendor 3 vendor
2212026-03-12T15:45:00.022Zperl system 5.36 system
2222026-03-12T15:45:00.022Zpostgresql system 15 system
2232026-03-12T15:45:00.022Zpostgresql system 13 system
2242026-03-12T15:45:00.022Zpython vendor 3 vendor
2252026-03-12T15:45:00.022Zpython system 2 system
2262026-03-12T15:45:00.022Zpython3 system 3.11 system
2272026-03-12T15:45:00.022Zruby system 3.0 system
2282026-03-12T15:45:00.022Zwords vendor vendor american-english
2292026-03-12T15:45:00.022Zwords system system australian-english
2302026-03-12T15:45:00.022Zwords system system british-english
2312026-03-12T15:45:00.022Zwords system system canadian-english
2322026-03-12T15:45:00.022Zwords system system french
2332026-03-12T15:45:00.022Zwords system system italian
2342026-03-12T15:45:00.022Zwords system system ngerman
2352026-03-12T15:45:00.022Zwords system system ogerman
2362026-03-12T15:45:00.022Zwords system system spanish
2372026-03-12T15:45:00.321ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-12T15:45:00.321Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-12T15:45:06.224ZFMRI IFO
2402026-03-12T15:45:06.224Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-12T15:45:06.224Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-12T15:45:06.224Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-12T15:45:06.224Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-12T15:45:06.224Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-12T15:45:06.224Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-12T15:45:06.224Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-12T15:45:06.224Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-12T15:45:06.224Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-12T15:45:06.224Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-12T15:45:06.224Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-12T15:45:06.224Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-12T15:45:06.224Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-12T15:45:06.224Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-12T15:45:06.224Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-12T15:45:06.224Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-12T15:45:07.454Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-12T15:45:07.714Z Updating crates.io index
2582026-03-12T15:45:07.754Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-12T15:45:07.995Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-12T15:45:09.003Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-12T15:45:09.267Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-12T15:45:09.567Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-12T15:45:10.773Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-12T15:45:11.437Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-12T15:45:12.842Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-12T15:45:14.471Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-12T15:45:15.209Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-12T15:45:15.829Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-12T15:45:17.241Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-12T15:45:17.666Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-12T15:45:18.029Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-12T15:45:18.484Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-12T15:45:19.380Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-12T15:45:19.929Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-12T15:45:20.357Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-12T15:45:20.795Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-12T15:45:21.140Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-12T15:45:21.580Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-12T15:45:21.862Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-12T15:45:22.218Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-12T15:45:22.668Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-12T15:45:23.171Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-12T15:45:23.794Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-12T15:45:24.120Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-12T15:45:24.396Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-12T15:45:24.739Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-12T15:45:26.031Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-12T15:45:26.523Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-12T15:45:26.973Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-12T15:45:27.288Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-12T15:45:27.894Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-12T15:45:28.258Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-12T15:45:28.580Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-12T15:45:28.874Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-12T15:45:29.342Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-12T15:45:46.589Z Downloading crates ...
2972026-03-12T15:45:46.658Z Downloaded anstream v0.6.21
2982026-03-12T15:45:46.663Z Downloaded anstyle v1.0.13
2992026-03-12T15:45:46.666Z Downloaded anstyle-query v1.1.5
3002026-03-12T15:45:46.669Z Downloaded smallvec v1.15.1
3012026-03-12T15:45:46.672Z Downloaded bitflags v2.11.0
3022026-03-12T15:45:46.675Z Downloaded block-buffer v0.10.4
3032026-03-12T15:45:46.678Z Downloaded autocfg v1.5.0
3042026-03-12T15:45:46.678Z Downloaded semver v1.0.27
3052026-03-12T15:45:46.681Z Downloaded anstyle-parse v0.2.7
3062026-03-12T15:45:46.681Z Downloaded anyhow v1.0.102
3072026-03-12T15:45:46.683Z Downloaded usdt-attr-macro v0.5.0
3082026-03-12T15:45:46.692Z Downloaded icu_provider v2.1.1
3092026-03-12T15:45:46.696Z Downloaded heck v0.5.0
3102026-03-12T15:45:46.699Z Downloaded heck v0.4.1
3112026-03-12T15:45:46.703Z Downloaded stable_deref_trait v1.2.1
3122026-03-12T15:45:46.705Z Downloaded textwrap v0.16.2
3132026-03-12T15:45:46.708Z Downloaded macaddr v1.0.1
3142026-03-12T15:45:46.708Z Downloaded icu_properties v2.1.2
3152026-03-12T15:45:46.711Z Downloaded unicode-ident v1.0.24
3162026-03-12T15:45:46.711Z Downloaded scroll v0.12.0
3172026-03-12T15:45:46.714Z Downloaded utf8_iter v1.0.4
3182026-03-12T15:45:46.717Z Downloaded num-traits v0.2.19
3192026-03-12T15:45:46.720Z Downloaded clap_lex v1.0.0
3202026-03-12T15:45:46.723Z Downloaded crypto-common v0.1.7
3212026-03-12T15:45:46.723Z Downloaded terminal_size v0.4.3
3222026-03-12T15:45:46.723Z Downloaded itoa v1.0.17
3232026-03-12T15:45:46.726Z Downloaded idna_adapter v1.2.1
3242026-03-12T15:45:46.726Z Downloaded zerofrom-derive v0.1.6
3252026-03-12T15:45:46.729Z Downloaded thread-id v4.2.2
3262026-03-12T15:45:46.729Z Downloaded utf8parse v0.2.2
3272026-03-12T15:45:46.729Z Downloaded clap v4.5.60
3282026-03-12T15:45:46.735Z Downloaded version_check v0.9.5
3292026-03-12T15:45:46.737Z Downloaded yoke-derive v0.8.1
3302026-03-12T15:45:46.737Z Downloaded toml_write v0.1.2
3312026-03-12T15:45:46.740Z Downloaded cpufeatures v0.2.17
3322026-03-12T15:45:46.740Z Downloaded tabled_derive v0.7.0
3332026-03-12T15:45:46.740Z Downloaded potential_utf v0.1.4
3342026-03-12T15:45:46.740Z Downloaded ordered-float v2.10.1
3352026-03-12T15:45:46.743Z Downloaded form_urlencoded v1.2.2
3362026-03-12T15:45:46.743Z Downloaded zerofrom v0.1.6
3372026-03-12T15:45:46.743Z Downloaded dtrace-parser v0.2.0
3382026-03-12T15:45:46.747Z Downloaded usdt-macro v0.5.0
3392026-03-12T15:45:46.747Z Downloaded unicode-xid v0.2.6
3402026-03-12T15:45:46.747Z Downloaded typeid v1.0.3
3412026-03-12T15:45:46.747Z Downloaded plain v0.2.3
3422026-03-12T15:45:46.750Z Downloaded usdt v0.5.0
3432026-03-12T15:45:46.750Z Downloaded unicode-linebreak v0.1.5
3442026-03-12T15:45:46.750Z Downloaded cfg-if v1.0.4
3452026-03-12T15:45:46.750Z Downloaded cargo-platform v0.2.0
3462026-03-12T15:45:46.754Z Downloaded toml_datetime v0.6.11
3472026-03-12T15:45:46.754Z Downloaded percent-encoding v2.3.2
3482026-03-12T15:45:46.754Z Downloaded zerotrie v0.2.3
3492026-03-12T15:45:46.757Z Downloaded errno v0.3.14
3502026-03-12T15:45:46.757Z Downloaded colorchoice v1.0.4
3512026-03-12T15:45:46.761Z Downloaded writeable v0.6.2
3522026-03-12T15:45:46.764Z Downloaded zmij v1.0.21
3532026-03-12T15:45:46.764Z Downloaded strsim v0.11.1
3542026-03-12T15:45:46.767Z Downloaded zerovec-derive v0.11.2
3552026-03-12T15:45:46.767Z Downloaded yoke v0.8.1
3562026-03-12T15:45:46.769Z Downloaded generic-array v0.14.7
3572026-03-12T15:45:46.769Z Downloaded dof v0.3.0
3582026-03-12T15:45:46.769Z Downloaded usdt-impl v0.5.0
3592026-03-12T15:45:46.772Z Downloaded serde_spanned v0.6.9
3602026-03-12T15:45:46.772Z Downloaded toml v0.8.23
3612026-03-12T15:45:46.776Z Downloaded tinystr v0.8.2
3622026-03-12T15:45:46.776Z Downloaded erased-serde v0.4.9
3632026-03-12T15:45:46.781Z Downloaded zerocopy-derive v0.7.35
3642026-03-12T15:45:46.781Z Downloaded ucd-trie v0.1.7
3652026-03-12T15:45:46.781Z Downloaded pretty-hex v0.4.1
3662026-03-12T15:45:46.786Z Downloaded thiserror-impl v2.0.18
3672026-03-12T15:45:46.789Z Downloaded smawk v0.3.2
3682026-03-12T15:45:46.789Z Downloaded typenum v1.19.0
3692026-03-12T15:45:46.796Z Downloaded proc-macro-error-attr v1.0.4
3702026-03-12T15:45:46.799Z Downloaded serde-value v0.7.0
3712026-03-12T15:45:46.802Z Downloaded swrite v0.1.0
3722026-03-12T15:45:46.802Z Downloaded is_terminal_polyfill v1.70.2
3732026-03-12T15:45:46.802Z Downloaded toml_edit v0.22.27
3742026-03-12T15:45:46.805Z Downloaded fnv v1.0.7
3752026-03-12T15:45:46.805Z Downloaded url v2.5.8
3762026-03-12T15:45:46.809Z Downloaded scroll_derive v0.12.1
3772026-03-12T15:45:46.809Z Downloaded fastrand v2.3.0
3782026-03-12T15:45:46.813Z Downloaded sha2 v0.10.9
3792026-03-12T15:45:46.813Z Downloaded memmap v0.7.0
3802026-03-12T15:45:46.816Z Downloaded zerovec v0.11.5
3812026-03-12T15:45:46.822Z Downloaded equivalent v1.0.2
3822026-03-12T15:45:46.826Z Downloaded byteorder v1.5.0
3832026-03-12T15:45:46.826Z Downloaded serde_tokenstream v0.2.3
3842026-03-12T15:45:46.830Z Downloaded zerocopy v0.7.35
3852026-03-12T15:45:46.841Z Downloaded thiserror-impl v1.0.69
3862026-03-12T15:45:46.845Z Downloaded cargo_metadata v0.21.0
3872026-03-12T15:45:46.845Z Downloaded quote v1.0.44
3882026-03-12T15:45:46.848Z Downloaded thiserror v2.0.18
3892026-03-12T15:45:46.852Z Downloaded proc-macro-error v1.0.4
3902026-03-12T15:45:46.855Z Downloaded unicode-width v0.2.0
3912026-03-12T15:45:46.858Z Downloaded unicode-width v0.1.14
3922026-03-12T15:45:46.861Z Downloaded thiserror v1.0.69
3932026-03-12T15:45:46.866Z Downloaded bytecount v0.6.9
3942026-03-12T15:45:46.866Z Downloaded displaydoc v0.2.5
3952026-03-12T15:45:46.869Z Downloaded clap_derive v4.5.55
3962026-03-12T15:45:46.869Z Downloaded cargo_toml v0.21.0
3972026-03-12T15:45:46.872Z Downloaded cargo-util-schemas v0.8.2
3982026-03-12T15:45:46.872Z Downloaded fs-err v3.3.0
3992026-03-12T15:45:46.872Z Downloaded winnow v0.7.14
4002026-03-12T15:45:46.879Z Downloaded tempfile v3.25.0
4012026-03-12T15:45:46.882Z Downloaded serde-untagged v0.1.9
4022026-03-12T15:45:46.882Z Downloaded pest_derive v2.8.6
4032026-03-12T15:45:46.886Z Downloaded pest_generator v2.8.6
4042026-03-12T15:45:46.886Z Downloaded litemap v0.8.1
4052026-03-12T15:45:46.886Z Downloaded once_cell v1.21.3
4062026-03-12T15:45:46.889Z Downloaded synstructure v0.13.2
4072026-03-12T15:45:46.889Z Downloaded camino-tempfile v1.4.1
4082026-03-12T15:45:46.892Z Downloaded digest v0.10.7
4092026-03-12T15:45:46.896Z Downloaded log v0.4.29
4102026-03-12T15:45:46.896Z Downloaded proc-macro2 v1.0.106
4112026-03-12T15:45:46.903Z Downloaded serde_derive v1.0.228
4122026-03-12T15:45:46.906Z Downloaded camino v1.2.2
4132026-03-12T15:45:46.914Z Downloaded papergrid v0.11.0
4142026-03-12T15:45:46.918Z Downloaded icu_normalizer v2.1.1
4152026-03-12T15:45:46.922Z Downloaded serde_core v1.0.228
4162026-03-12T15:45:46.922Z Downloaded pest v2.8.6
4172026-03-12T15:45:46.926Z Downloaded getrandom v0.4.1
4182026-03-12T15:45:46.930Z Downloaded icu_normalizer_data v2.1.1
4192026-03-12T15:45:46.942Z Downloaded pest_meta v2.8.6
4202026-03-12T15:45:46.950Z Downloaded memchr v2.8.0
4212026-03-12T15:45:46.956Z Downloaded serde_json v1.0.149
4222026-03-12T15:45:46.963Z Downloaded icu_collections v2.1.1
4232026-03-12T15:45:46.967Z Downloaded serde v1.0.228
4242026-03-12T15:45:46.967Z Downloaded indexmap v2.13.0
4252026-03-12T15:45:46.971Z Downloaded icu_locale_core v2.1.1
4262026-03-12T15:45:46.977Z Downloaded goblin v0.8.2
4272026-03-12T15:45:46.989Z Downloaded idna v1.1.0
4282026-03-12T15:45:46.993Z Downloaded hashbrown v0.16.1
4292026-03-12T15:45:47.005Z Downloaded icu_properties_data v2.1.2
4302026-03-12T15:45:47.012Z Downloaded clap_builder v4.5.60
4312026-03-12T15:45:47.017Z Downloaded tabled v0.15.0
4322026-03-12T15:45:47.030Z Downloaded syn v1.0.109
4332026-03-12T15:45:47.041Z Downloaded syn v2.0.117
4342026-03-12T15:45:47.055Z Downloaded rustix v1.1.3
4352026-03-12T15:45:47.089Z Downloaded libc v0.2.180
4362026-03-12T15:45:47.172Z Compiling proc-macro2 v1.0.106
4372026-03-12T15:45:47.177Z Compiling quote v1.0.44
4382026-03-12T15:45:47.177Z Compiling unicode-ident v1.0.24
4392026-03-12T15:45:47.177Z Compiling serde_core v1.0.228
4402026-03-12T15:45:47.177Z Compiling libc v0.2.180
4412026-03-12T15:45:47.177Z Compiling version_check v0.9.5
4422026-03-12T15:45:47.177Z Compiling stable_deref_trait v1.2.1
4432026-03-12T15:45:47.177Z Compiling memchr v2.8.0
4442026-03-12T15:45:47.177Z Compiling serde v1.0.228
4452026-03-12T15:45:47.177Z Compiling zmij v1.0.21
4462026-03-12T15:45:47.379Z Compiling autocfg v1.5.0
4472026-03-12T15:45:47.382Z Compiling ucd-trie v0.1.7
4482026-03-12T15:45:47.383Z Compiling itoa v1.0.17
4492026-03-12T15:45:47.383Z Compiling thiserror v1.0.69
4502026-03-12T15:45:47.383Z Compiling litemap v0.8.1
4512026-03-12T15:45:47.727Z Compiling writeable v0.6.2
4522026-03-12T15:45:47.806Z Compiling icu_normalizer_data v2.1.1
4532026-03-12T15:45:47.853Z Compiling rustix v1.1.3
4542026-03-12T15:45:47.976Z Compiling icu_properties_data v2.1.2
4552026-03-12T15:45:48.037Z Compiling pest v2.8.6
4562026-03-12T15:45:48.067Z Compiling byteorder v1.5.0
4572026-03-12T15:45:48.122Z Compiling bitflags v2.11.0
4582026-03-12T15:45:48.203Z Compiling serde_json v1.0.149
4592026-03-12T15:45:48.450Z Compiling num-traits v0.2.19
4602026-03-12T15:45:48.503Z Compiling typeid v1.0.3
4612026-03-12T15:45:48.529Z Compiling hashbrown v0.16.1
4622026-03-12T15:45:48.581Z Compiling equivalent v1.0.2
4632026-03-12T15:45:48.612Z Compiling smallvec v1.15.1
4642026-03-12T15:45:48.640Z Compiling proc-macro-error-attr v1.0.4
4652026-03-12T15:45:48.693Z Compiling usdt-impl v0.5.0
4662026-03-12T15:45:48.835Z Compiling errno v0.3.14
4672026-03-12T15:45:48.838Z Compiling thread-id v4.2.2
4682026-03-12T15:45:48.892Z Compiling syn v1.0.109
4692026-03-12T15:45:48.919Z Compiling toml_write v0.1.2
4702026-03-12T15:45:49.003Z Compiling winnow v0.7.14
4712026-03-12T15:45:49.030Z Compiling erased-serde v0.4.9
4722026-03-12T15:45:49.116Z Compiling proc-macro-error v1.0.4
4732026-03-12T15:45:49.118Z Compiling camino v1.2.2
4742026-03-12T15:45:49.278Z Compiling indexmap v2.13.0
4752026-03-12T15:45:49.278Z Compiling utf8parse v0.2.2
4762026-03-12T15:45:49.363Z Compiling utf8_iter v1.0.4
4772026-03-12T15:45:49.366Z Compiling percent-encoding v2.3.2
4782026-03-12T15:45:49.456Z Compiling getrandom v0.4.1
4792026-03-12T15:45:49.482Z Compiling thiserror v2.0.18
4802026-03-12T15:45:49.582Z Compiling syn v2.0.117
4812026-03-12T15:45:49.585Z Compiling plain v0.2.3
4822026-03-12T15:45:49.638Z Compiling pest_meta v2.8.6
4832026-03-12T15:45:49.663Z Compiling log v0.4.29
4842026-03-12T15:45:49.773Z Compiling form_urlencoded v1.2.2
4852026-03-12T15:45:49.938Z Compiling anstyle-parse v0.2.7
4862026-03-12T15:45:49.966Z Compiling is_terminal_polyfill v1.70.2
4872026-03-12T15:45:50.049Z Compiling anstyle-query v1.1.5
4882026-03-12T15:45:50.102Z Compiling colorchoice v1.0.4
4892026-03-12T15:45:50.134Z Compiling anstyle v1.0.13
4902026-03-12T15:45:50.200Z Compiling ordered-float v2.10.1
4912026-03-12T15:45:50.234Z Compiling cfg-if v1.0.4
4922026-03-12T15:45:50.266Z Compiling pretty-hex v0.4.1
4932026-03-12T15:45:50.346Z Compiling terminal_size v0.4.3
4942026-03-12T15:45:50.349Z Compiling fs-err v3.3.0
4952026-03-12T15:45:50.349Z Compiling heck v0.4.1
4962026-03-12T15:45:50.459Z Compiling anstream v0.6.21
4972026-03-12T15:45:50.490Z Compiling anyhow v1.0.102
4982026-03-12T15:45:50.493Z Compiling clap_lex v1.0.0
4992026-03-12T15:45:50.585Z Compiling unicode-width v0.1.14
5002026-03-12T15:45:50.612Z Compiling once_cell v1.21.3
5012026-03-12T15:45:50.615Z Compiling bytecount v0.6.9
5022026-03-12T15:45:50.669Z Compiling heck v0.5.0
5032026-03-12T15:45:50.721Z Compiling strsim v0.11.1
5042026-03-12T15:45:50.751Z Compiling unicode-xid v0.2.6
5052026-03-12T15:45:50.869Z Compiling fastrand v2.3.0
5062026-03-12T15:45:50.907Z Compiling fnv v1.0.7
5072026-03-12T15:45:50.970Z Compiling memmap v0.7.0
5082026-03-12T15:45:51.001Z Compiling clap_builder v4.5.60
5092026-03-12T15:45:51.004Z Compiling unicode-linebreak v0.1.5
5102026-03-12T15:45:51.150Z Compiling semver v1.0.27
5112026-03-12T15:45:51.223Z Compiling tempfile v3.25.0
5122026-03-12T15:45:51.250Z Compiling papergrid v0.11.0
5132026-03-12T15:45:51.253Z Compiling smawk v0.3.2
5142026-03-12T15:45:51.253Z Compiling unicode-width v0.2.0
5152026-03-12T15:45:51.620Z Compiling textwrap v0.16.2
5162026-03-12T15:45:51.660Z Compiling serde-untagged v0.1.9
5172026-03-12T15:45:51.701Z Compiling camino-tempfile v1.4.1
5182026-03-12T15:45:51.732Z Compiling swrite v0.1.0
5192026-03-12T15:45:51.772Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-12T15:45:52.213Z Compiling tabled_derive v0.7.0
5212026-03-12T15:45:53.050Z Compiling tabled v0.15.0
5222026-03-12T15:45:53.239Z Compiling synstructure v0.13.2
5232026-03-12T15:45:53.239Z Compiling pest_generator v2.8.6
5242026-03-12T15:45:53.964Z Compiling serde_derive v1.0.228
5252026-03-12T15:45:53.964Z Compiling zerofrom-derive v0.1.6
5262026-03-12T15:45:53.968Z Compiling yoke-derive v0.8.1
5272026-03-12T15:45:53.968Z Compiling zerovec-derive v0.11.2
5282026-03-12T15:45:53.968Z Compiling displaydoc v0.2.5
5292026-03-12T15:45:53.968Z Compiling thiserror-impl v1.0.69
5302026-03-12T15:45:53.968Z Compiling zerocopy-derive v0.7.35
5312026-03-12T15:45:53.968Z Compiling scroll_derive v0.12.1
5322026-03-12T15:45:53.968Z Compiling thiserror-impl v2.0.18
5332026-03-12T15:45:53.968Z Compiling clap_derive v4.5.55
5342026-03-12T15:45:54.069Z Compiling pest_derive v2.8.6
5352026-03-12T15:45:54.956Z Compiling scroll v0.12.0
5362026-03-12T15:45:55.271Z Compiling zerofrom v0.1.6
5372026-03-12T15:45:55.296Z Compiling goblin v0.8.2
5382026-03-12T15:45:55.299Z Compiling zerocopy v0.7.35
5392026-03-12T15:45:55.430Z Compiling yoke v0.8.1
5402026-03-12T15:45:55.606Z Compiling dtrace-parser v0.2.0
5412026-03-12T15:45:55.642Z Compiling zerovec v0.11.5
5422026-03-12T15:45:55.642Z Compiling zerotrie v0.2.3
5432026-03-12T15:45:56.027Z Compiling clap v4.5.60
5442026-03-12T15:45:56.234Z Compiling tinystr v0.8.2
5452026-03-12T15:45:56.234Z Compiling potential_utf v0.1.4
5462026-03-12T15:45:56.403Z Compiling icu_collections v2.1.1
5472026-03-12T15:45:56.442Z Compiling icu_locale_core v2.1.1
5482026-03-12T15:45:57.230Z Compiling icu_provider v2.1.1
5492026-03-12T15:45:57.503Z Compiling toml_datetime v0.6.11
5502026-03-12T15:45:57.503Z Compiling serde_spanned v0.6.9
5512026-03-12T15:45:57.503Z Compiling serde-value v0.7.0
5522026-03-12T15:45:57.506Z Compiling cargo-platform v0.2.0
5532026-03-12T15:45:57.506Z Compiling macaddr v1.0.1
5542026-03-12T15:45:57.507Z Compiling icu_normalizer v2.1.1
5552026-03-12T15:45:57.507Z Compiling icu_properties v2.1.2
5562026-03-12T15:45:57.529Z Compiling dof v0.3.0
5572026-03-12T15:45:57.532Z Compiling serde_tokenstream v0.2.3
5582026-03-12T15:45:57.826Z Compiling toml_edit v0.22.27
5592026-03-12T15:45:58.591Z Compiling usdt-macro v0.5.0
5602026-03-12T15:45:58.591Z Compiling usdt-attr-macro v0.5.0
5612026-03-12T15:45:58.776Z Compiling idna_adapter v1.2.1
5622026-03-12T15:45:58.912Z Compiling idna v1.1.0
5632026-03-12T15:45:59.267Z Compiling url v2.5.8
5642026-03-12T15:45:59.384Z Compiling usdt v0.5.0
5652026-03-12T15:45:59.598Z Compiling toml v0.8.23
5662026-03-12T15:46:00.073Z Compiling cargo-util-schemas v0.8.2
5672026-03-12T15:46:00.073Z Compiling cargo_toml v0.21.0
5682026-03-12T15:46:01.230Z Compiling cargo_metadata v0.21.0
5692026-03-12T15:46:02.504Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-12T15:46:05.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.21s
5712026-03-12T15:46:05.711Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-12T15:46:06.416Z Downloading crates ...
5732026-03-12T15:46:06.624Z Downloaded ahash v0.8.12
5742026-03-12T15:46:06.632Z Downloaded backon v1.6.0
5752026-03-12T15:46:06.632Z Downloaded bcs v0.1.6
5762026-03-12T15:46:06.632Z Downloaded async-stream v0.3.6
5772026-03-12T15:46:06.632Z Downloaded endian-type v0.1.2
5782026-03-12T15:46:06.632Z Downloaded critical-section v1.2.0
5792026-03-12T15:46:06.632Z Downloaded data-encoding v2.10.0
5802026-03-12T15:46:06.632Z Downloaded defmt v0.3.100
5812026-03-12T15:46:06.632Z Downloaded bit-set v0.8.0
5822026-03-12T15:46:06.632Z Downloaded base64ct v1.8.3
5832026-03-12T15:46:06.632Z Downloaded crossbeam-utils v0.8.21
5842026-03-12T15:46:06.632Z Downloaded ciborium-ll v0.2.2
5852026-03-12T15:46:06.632Z Downloaded darling v0.20.11
5862026-03-12T15:46:06.632Z Downloaded debug-ignore v1.0.5
5872026-03-12T15:46:06.632Z Downloaded darling_core v0.20.11
5882026-03-12T15:46:06.632Z Downloaded ena v0.14.4
5892026-03-12T15:46:06.632Z Downloaded embedded-io v0.4.0
5902026-03-12T15:46:06.632Z Downloaded dsl_auto_type v0.1.3
5912026-03-12T15:46:06.632Z Downloaded dirs-next v2.0.0
5922026-03-12T15:46:06.637Z Downloaded diesel_table_macro_syntax v0.2.0
5932026-03-12T15:46:06.637Z Downloaded dirs-sys-next v0.1.2
5942026-03-12T15:46:06.640Z Downloaded clang-sys v1.8.1
5952026-03-12T15:46:06.643Z Downloaded dof v0.4.0
5962026-03-12T15:46:06.646Z Downloaded dtrace-parser v0.3.0
5972026-03-12T15:46:06.649Z Downloaded foreign-types v0.3.2
5982026-03-12T15:46:06.652Z Downloaded foreign-types v0.5.0
5992026-03-12T15:46:06.656Z Downloaded foreign-types-macros v0.2.3
6002026-03-12T15:46:06.659Z Downloaded crc-catalog v2.4.0
6012026-03-12T15:46:06.662Z Downloaded foreign-types-shared v0.3.1
6022026-03-12T15:46:06.664Z Downloaded atomicwrites v0.4.4
6032026-03-12T15:46:06.667Z Downloaded fixedbitset v0.4.2
6042026-03-12T15:46:06.671Z Downloaded cargo-platform v0.1.9
6052026-03-12T15:46:06.673Z Downloaded crucible-workspace-hack v0.1.0
6062026-03-12T15:46:06.677Z Downloaded block-padding v0.3.3
6072026-03-12T15:46:06.680Z Downloaded cfg_aliases v0.2.1
6082026-03-12T15:46:06.682Z Downloaded bit-set v0.5.3
6092026-03-12T15:46:06.686Z Downloaded array-init v0.0.4
6102026-03-12T15:46:06.689Z Downloaded ghash v0.5.1
6112026-03-12T15:46:06.692Z Downloaded float-cmp v0.10.0
6122026-03-12T15:46:06.695Z Downloaded bitflags v1.3.2
6132026-03-12T15:46:06.700Z Downloaded foreign-types-shared v0.1.1
6142026-03-12T15:46:06.703Z Downloaded fd-lock v4.0.4
6152026-03-12T15:46:06.707Z Downloaded gethostname v0.5.0
6162026-03-12T15:46:06.710Z Downloaded dropshot-api-manager-types v0.6.0
6172026-03-12T15:46:06.713Z Downloaded futures-io v0.3.32
6182026-03-12T15:46:06.716Z Downloaded futures-task v0.3.32
6192026-03-12T15:46:06.719Z Downloaded filetime v0.2.27
6202026-03-12T15:46:06.722Z Downloaded globwalk v0.9.1
6212026-03-12T15:46:06.725Z Downloaded futures-sink v0.3.32
6222026-03-12T15:46:06.728Z Downloaded git-stub v1.0.0
6232026-03-12T15:46:06.731Z Downloaded fallible-iterator v0.2.0
6242026-03-12T15:46:06.735Z Downloaded constant_time_eq v0.4.2
6252026-03-12T15:46:06.737Z Downloaded fxhash v0.2.1
6262026-03-12T15:46:06.740Z Downloaded hash32 v0.3.1
6272026-03-12T15:46:06.743Z Downloaded hex v0.4.3
6282026-03-12T15:46:06.746Z Downloaded convert_case v0.10.0
6292026-03-12T15:46:06.750Z Downloaded headers-core v0.3.0
6302026-03-12T15:46:06.752Z Downloaded const-oid v0.9.6
6312026-03-12T15:46:06.756Z Downloaded hubpack_derive v0.1.1
6322026-03-12T15:46:06.759Z Downloaded cbc v0.1.2
6332026-03-12T15:46:06.761Z Downloaded chacha20 v0.9.1
6342026-03-12T15:46:06.765Z Downloaded fs-err v2.11.0
6352026-03-12T15:46:06.768Z Downloaded http-body v1.0.1
6362026-03-12T15:46:06.771Z Downloaded find-msvc-tools v0.1.9
6372026-03-12T15:46:06.774Z Downloaded hex-literal v0.4.1
6382026-03-12T15:46:06.777Z Downloaded fixedbitset v0.5.7
6392026-03-12T15:46:06.780Z Downloaded defmt-macros v1.0.1
6402026-03-12T15:46:06.799Z Downloaded indent_write v2.2.0
6412026-03-12T15:46:06.802Z Downloaded indoc v1.0.9
6422026-03-12T15:46:06.805Z Downloaded git-stub-vcs v0.1.0
6432026-03-12T15:46:06.809Z Downloaded darling v0.23.0
6442026-03-12T15:46:06.815Z Downloaded instant v0.1.13
6452026-03-12T15:46:06.817Z Downloaded group v0.13.0
6462026-03-12T15:46:06.820Z Downloaded cookie_store v0.22.1
6472026-03-12T15:46:06.824Z Downloaded is-terminal v0.4.17
6482026-03-12T15:46:06.826Z Downloaded colored v2.2.0
6492026-03-12T15:46:06.830Z Downloaded instability v0.3.11
6502026-03-12T15:46:06.833Z Downloaded internet-checksum v0.2.1
6512026-03-12T15:46:06.836Z Downloaded lalrpop-util v0.19.12
6522026-03-12T15:46:06.838Z Downloaded kstat-rs v0.2.4
6532026-03-12T15:46:06.841Z Downloaded is_ci v1.2.0
6542026-03-12T15:46:06.844Z Downloaded lru v0.12.5
6552026-03-12T15:46:06.847Z Downloaded libscf-sys v1.1.0
6562026-03-12T15:46:06.850Z Downloaded crc32fast v1.5.0
6572026-03-12T15:46:06.853Z Downloaded http-body-util v0.1.3
6582026-03-12T15:46:06.855Z Downloaded highway v1.3.0
6592026-03-12T15:46:06.858Z Downloaded diff v0.1.13
6602026-03-12T15:46:06.861Z Downloaded lru-slab v0.1.2
6612026-03-12T15:46:06.864Z Downloaded humantime v2.3.0
6622026-03-12T15:46:06.867Z Downloaded foldhash v0.1.5
6632026-03-12T15:46:06.869Z Downloaded hyper-staticfile v0.10.1
6642026-03-12T15:46:06.872Z Downloaded elliptic-curve v0.13.8
6652026-03-12T15:46:06.876Z Downloaded aes-gcm v0.10.3
6662026-03-12T15:46:06.880Z Downloaded memoffset v0.9.1
6672026-03-12T15:46:06.883Z Downloaded md-5 v0.10.6
6682026-03-12T15:46:06.887Z Downloaded mime v0.3.17
6692026-03-12T15:46:06.891Z Downloaded maplit v1.0.2
6702026-03-12T15:46:06.894Z Downloaded inout v0.1.4
6712026-03-12T15:46:06.894Z Downloaded glob v0.3.3
6722026-03-12T15:46:06.897Z Downloaded nibble_vec v0.1.0
6732026-03-12T15:46:06.900Z Downloaded normalize-line-endings v0.3.0
6742026-03-12T15:46:06.902Z Downloaded ipnetwork v0.21.1
6752026-03-12T15:46:06.905Z Downloaded newtype-uuid-macros v0.1.0
6762026-03-12T15:46:06.908Z Downloaded newtype_derive v0.1.6
6772026-03-12T15:46:06.911Z Downloaded newline-converter v0.3.0
6782026-03-12T15:46:06.911Z Downloaded new_debug_unreachable v1.0.6
6792026-03-12T15:46:06.913Z Downloaded async-trait v0.1.89
6802026-03-12T15:46:06.917Z Downloaded hmac v0.12.1
6812026-03-12T15:46:06.920Z Downloaded hickory-client v0.25.2
6822026-03-12T15:46:06.924Z Downloaded nodrop v0.1.14
6832026-03-12T15:46:06.926Z Downloaded base64 v0.22.1
6842026-03-12T15:46:06.930Z Downloaded num_threads v0.1.7
6852026-03-12T15:46:06.932Z Downloaded num_enum_derive v0.5.11
6862026-03-12T15:46:06.936Z Downloaded num-derive v0.4.2
6872026-03-12T15:46:06.939Z Downloaded olpc-cjson v0.1.4
6882026-03-12T15:46:06.941Z Downloaded openssl-probe v0.2.1
6892026-03-12T15:46:06.945Z Downloaded openssl-probe v0.1.6
6902026-03-12T15:46:06.945Z Downloaded oso-derive v0.27.3
6912026-03-12T15:46:06.948Z Downloaded linear-map v1.2.0
6922026-03-12T15:46:06.951Z Downloaded iana-time-zone v0.1.65
6932026-03-12T15:46:06.954Z Downloaded futures v0.3.32
6942026-03-12T15:46:06.957Z Downloaded hyper-rustls v0.27.7
6952026-03-12T15:46:06.961Z Downloaded lock_api v0.4.14
6962026-03-12T15:46:06.963Z Downloaded lru-cache v0.1.2
6972026-03-12T15:46:06.966Z Downloaded packed_struct_codegen v0.10.1
6982026-03-12T15:46:06.969Z Downloaded opaque-debug v0.3.1
6992026-03-12T15:46:06.972Z Downloaded ed25519-dalek v2.2.0
7002026-03-12T15:46:06.975Z Downloaded multimap v0.10.1
7012026-03-12T15:46:06.977Z Downloaded compact_str v0.8.1
7022026-03-12T15:46:06.980Z Downloaded nanorand v0.7.0
7032026-03-12T15:46:06.983Z Downloaded num v0.4.3
7042026-03-12T15:46:06.986Z Downloaded nu-ansi-term v0.50.3
7052026-03-12T15:46:06.990Z Downloaded peg-runtime v0.8.5
7062026-03-12T15:46:06.993Z Downloaded pbkdf2 v0.12.2
7072026-03-12T15:46:06.993Z Downloaded parse-display v0.10.0
7082026-03-12T15:46:06.997Z Downloaded parse-size v1.1.0
7092026-03-12T15:46:06.999Z Downloaded pbkdf2 v0.11.0
7102026-03-12T15:46:06.999Z Downloaded newtype-uuid v1.3.2
7112026-03-12T15:46:07.002Z Downloaded native-tls v0.2.18
7122026-03-12T15:46:07.005Z Downloaded multer v3.1.0
7132026-03-12T15:46:07.008Z Downloaded ingot-macros v0.1.1
7142026-03-12T15:46:07.014Z Downloaded path-slash v0.1.5
7152026-03-12T15:46:07.016Z Downloaded num_enum v0.7.5
7162026-03-12T15:46:07.016Z Downloaded libsw v3.5.0
7172026-03-12T15:46:07.019Z Downloaded mime_guess v2.0.5
7182026-03-12T15:46:07.022Z Downloaded pin-utils v0.1.0
7192026-03-12T15:46:07.025Z Downloaded num_enum_derive v0.7.5
7202026-03-12T15:46:07.028Z Downloaded num_enum v0.5.11
7212026-03-12T15:46:07.031Z Downloaded phf_shared v0.12.1
7222026-03-12T15:46:07.034Z Downloaded derive_builder v0.20.2
7232026-03-12T15:46:07.038Z Downloaded num-complex v0.4.6
7242026-03-12T15:46:07.041Z Downloaded litrs v1.0.0
7252026-03-12T15:46:07.044Z Downloaded impl-trait-for-tuples v0.2.3
7262026-03-12T15:46:07.047Z Downloaded oxnet v0.1.4
7272026-03-12T15:46:07.050Z Downloaded predicates-tree v1.0.13
7282026-03-12T15:46:07.053Z Downloaded predicates-core v1.0.10
7292026-03-12T15:46:07.055Z Downloaded proc-macro-error-attr2 v2.0.0
7302026-03-12T15:46:07.058Z Downloaded oxide-tokio-rt v0.1.2
7312026-03-12T15:46:07.058Z Downloaded owo-colors v4.3.0
7322026-03-12T15:46:07.061Z Downloaded powerfmt v0.2.0
7332026-03-12T15:46:07.064Z Downloaded derive_more v2.1.1
7342026-03-12T15:46:07.072Z Downloaded progenitor-client v0.10.0
7352026-03-12T15:46:07.075Z Downloaded pem v3.0.6
7362026-03-12T15:46:07.078Z Downloaded parse-display-derive v0.10.0
7372026-03-12T15:46:07.081Z Downloaded heapless v0.8.0
7382026-03-12T15:46:07.084Z Downloaded packed_struct v0.10.1
7392026-03-12T15:46:07.087Z Downloaded heapless v0.7.17
7402026-03-12T15:46:07.090Z Downloaded progenitor-client v0.11.2
7412026-03-12T15:46:07.093Z Downloaded psl-types v2.0.11
7422026-03-12T15:46:07.093Z Downloaded progenitor-macro v0.10.0
7432026-03-12T15:46:07.095Z Downloaded progenitor-macro v0.11.2
7442026-03-12T15:46:07.098Z Downloaded phf v0.13.1
7452026-03-12T15:46:07.098Z Downloaded headers v0.4.1
7462026-03-12T15:46:07.103Z Downloaded pin-project-internal v1.1.11
7472026-03-12T15:46:07.106Z Downloaded omicron-zone-package v0.12.2
7482026-03-12T15:46:07.109Z Downloaded progenitor-macro v0.13.0
7492026-03-12T15:46:07.112Z Downloaded crypto-bigint v0.5.5
7502026-03-12T15:46:07.116Z Downloaded ar_archive_writer v0.5.1
7512026-03-12T15:46:07.120Z Downloaded rand_xorshift v0.4.0
7522026-03-12T15:46:07.123Z Downloaded phf_shared v0.13.1
7532026-03-12T15:46:07.125Z Downloaded rand_chacha v0.3.1
7542026-03-12T15:46:07.128Z Downloaded pin-project-lite v0.2.17
7552026-03-12T15:46:07.131Z Downloaded recursive-proc-macro-impl v0.1.1
7562026-03-12T15:46:07.134Z Downloaded der v0.7.10
7572026-03-12T15:46:07.137Z Downloaded precomputed-hash v0.1.1
7582026-03-12T15:46:07.140Z Downloaded ppv-lite86 v0.2.21
7592026-03-12T15:46:07.143Z Downloaded progenitor v0.13.0
7602026-03-12T15:46:07.143Z Downloaded progenitor v0.10.0
7612026-03-12T15:46:07.145Z Downloaded proc-macro-error2 v2.0.1
7622026-03-12T15:46:07.148Z Downloaded ref-cast-impl v1.0.25
7632026-03-12T15:46:07.152Z Downloaded quick-error v1.2.3
7642026-03-12T15:46:07.155Z Downloaded indicatif v0.18.4
7652026-03-12T15:46:07.158Z Downloaded rfc6979 v0.4.0
7662026-03-12T15:46:07.158Z Downloaded progenitor-extras v0.1.1
7672026-03-12T15:46:07.160Z Downloaded predicates v3.1.4
7682026-03-12T15:46:07.163Z Downloaded hickory-resolver v0.24.4
7692026-03-12T15:46:07.168Z Downloaded ref-cast v1.0.25
7702026-03-12T15:46:07.171Z Downloaded peg v0.8.5
7712026-03-12T15:46:07.173Z Downloaded cc v1.2.56
7722026-03-12T15:46:07.176Z Downloaded recursive v0.1.1
7732026-03-12T15:46:07.179Z Downloaded radium v0.7.0
7742026-03-12T15:46:07.182Z Downloaded proc-macro-crate v3.4.0
7752026-03-12T15:46:07.182Z Downloaded rtoolbox v0.0.3
7762026-03-12T15:46:07.185Z Downloaded progenitor v0.11.2
7772026-03-12T15:46:07.189Z Downloaded derive_more-impl v2.1.1
7782026-03-12T15:46:07.191Z Downloaded progenitor-client v0.13.0
7792026-03-12T15:46:07.194Z Downloaded pkcs1 v0.7.5
7802026-03-12T15:46:07.197Z Downloaded hickory-resolver v0.25.2
7812026-03-12T15:46:07.200Z Downloaded rustc_version v0.1.7
7822026-03-12T15:46:07.202Z Downloaded russh-cryptovec v0.7.3
7832026-03-12T15:46:07.202Z Downloaded rand_seeder v0.4.0
7842026-03-12T15:46:07.205Z Downloaded rand_core v0.9.5
7852026-03-12T15:46:07.208Z Downloaded rand_chacha v0.9.0
7862026-03-12T15:46:07.208Z Downloaded r2d2 v0.8.10
7872026-03-12T15:46:07.211Z Downloaded psm v0.1.30
7882026-03-12T15:46:07.214Z Downloaded flate2 v1.1.9
7892026-03-12T15:46:07.217Z Downloaded postcard v1.1.3
7902026-03-12T15:46:07.220Z Downloaded rand_core v0.6.4
7912026-03-12T15:46:07.223Z Downloaded paste v1.0.15
7922026-03-12T15:46:07.226Z Downloaded papergrid v0.17.0
7932026-03-12T15:46:07.229Z Downloaded same-file v1.0.6
7942026-03-12T15:46:07.231Z Downloaded expectorate v1.2.0
7952026-03-12T15:46:07.234Z Downloaded dropshot-api-manager v0.6.0
7962026-03-12T15:46:07.238Z Downloaded salsa20 v0.10.2
7972026-03-12T15:46:07.241Z Downloaded parking_lot_core v0.9.12
7982026-03-12T15:46:07.246Z Downloaded scopeguard v1.2.0
7992026-03-12T15:46:07.246Z Downloaded serde_repr v0.1.20
8002026-03-12T15:46:07.249Z Downloaded serde_plain v1.0.2
8012026-03-12T15:46:07.249Z Downloaded postgres-types v0.2.12
8022026-03-12T15:46:07.252Z Downloaded resolv-conf v0.7.6
8032026-03-12T15:46:07.252Z Downloaded secrecy v0.10.3
8042026-03-12T15:46:07.255Z Downloaded scroll_derive v0.13.1
8052026-03-12T15:46:07.257Z Downloaded scrypt v0.11.0
8062026-03-12T15:46:07.258Z Downloaded semver v0.1.20
8072026-03-12T15:46:07.260Z Downloaded scheduled-thread-pool v0.2.7
8082026-03-12T15:46:07.260Z Downloaded secrecy v0.8.0
8092026-03-12T15:46:07.263Z Downloaded parking_lot v0.12.5
8102026-03-12T15:46:07.267Z Downloaded primeorder v0.13.6
8112026-03-12T15:46:07.270Z Downloaded parking_lot v0.11.2
8122026-03-12T15:46:07.270Z Downloaded base64 v0.21.7
8132026-03-12T15:46:07.272Z Downloaded serde_urlencoded v0.7.1
8142026-03-12T15:46:07.277Z Downloaded serde_bytes v0.11.19
8152026-03-12T15:46:07.279Z Downloaded serde-big-array v0.5.1
8162026-03-12T15:46:07.280Z Downloaded rustc-hash v2.1.1
8172026-03-12T15:46:07.282Z Downloaded postgres-protocol v0.6.10
8182026-03-12T15:46:07.282Z Downloaded sha1 v0.10.6
8192026-03-12T15:46:07.286Z Downloaded polyval v0.6.2
8202026-03-12T15:46:07.290Z Downloaded poly1305 v0.8.0
8212026-03-12T15:46:07.290Z Downloaded rustc_version v0.4.1
8222026-03-12T15:46:07.292Z Downloaded p256 v0.13.2
8232026-03-12T15:46:07.295Z Downloaded shell-words v1.1.1
8242026-03-12T15:46:07.295Z Downloaded rustls-pemfile v1.0.4
8252026-03-12T15:46:07.298Z Downloaded rustls-native-certs v0.8.3
8262026-03-12T15:46:07.301Z Downloaded signal-hook-mio v0.2.5
8272026-03-12T15:46:07.301Z Downloaded jiff-static v0.2.21
8282026-03-12T15:46:07.304Z Downloaded quinn-udp v0.5.14
8292026-03-12T15:46:07.307Z Downloaded rusty-fork v0.3.1
8302026-03-12T15:46:07.310Z Downloaded rustversion v1.0.22
8312026-03-12T15:46:07.315Z Downloaded pkcs5 v0.7.1
8322026-03-12T15:46:07.318Z Downloaded pin-project v1.1.11
8332026-03-12T15:46:07.324Z Downloaded progenitor-impl v0.11.2
8342026-03-12T15:46:07.329Z Downloaded siphasher v1.0.2
8352026-03-12T15:46:07.329Z Downloaded sct v0.7.1
8362026-03-12T15:46:07.332Z Downloaded slog-envlogger v2.2.0
8372026-03-12T15:46:07.334Z Downloaded slog-bunyan v2.5.0
8382026-03-12T15:46:07.334Z Downloaded serde_spanned v1.0.4
8392026-03-12T15:46:07.337Z Downloaded schemars_derive v0.8.22
8402026-03-12T15:46:07.337Z Downloaded sigpipe v0.1.3
8412026-03-12T15:46:07.340Z Downloaded signature v2.2.0
8422026-03-12T15:46:07.343Z Downloaded oso v0.27.3
8432026-03-12T15:46:07.346Z Downloaded prefix-trie v0.7.0
8442026-03-12T15:46:07.348Z Downloaded openssl-sys v0.9.111
8452026-03-12T15:46:07.351Z Downloaded sapling-renderdag v0.1.0
8462026-03-12T15:46:07.354Z Downloaded http v1.4.0
8472026-03-12T15:46:07.357Z Downloaded hickory-server v0.25.2
8482026-03-12T15:46:07.360Z Downloaded hashbrown v0.13.2
8492026-03-12T15:46:07.363Z Downloaded russh-keys v0.45.0
8502026-03-12T15:46:07.366Z Downloaded serde_path_to_error v0.1.20
8512026-03-12T15:46:07.369Z Downloaded seq-macro v0.3.6
8522026-03-12T15:46:07.371Z Downloaded ssh-cipher v0.2.0
8532026-03-12T15:46:07.371Z Downloaded serde-hex v0.1.0
8542026-03-12T15:46:07.374Z Downloaded sec1 v0.7.3
8552026-03-12T15:46:07.377Z Downloaded sqlparser_derive v0.5.0
8562026-03-12T15:46:07.377Z Downloaded miniz_oxide v0.8.9
8572026-03-12T15:46:07.381Z Downloaded serde_derive_internals v0.29.1
8582026-03-12T15:46:07.384Z Downloaded hyper-util v0.1.20
8592026-03-12T15:46:07.386Z Downloaded structmeta-derive v0.3.0
8602026-03-12T15:46:07.390Z Downloaded strum v0.27.2
8612026-03-12T15:46:07.390Z Downloaded rustls-pemfile v2.2.0
8622026-03-12T15:46:07.393Z Downloaded shlex v1.3.0
8632026-03-12T15:46:07.393Z Downloaded strum v0.26.3
8642026-03-12T15:46:07.393Z Downloaded structmeta v0.3.0
8652026-03-12T15:46:07.396Z Downloaded strip-ansi-escapes v0.2.1
8662026-03-12T15:46:07.396Z Downloaded rustls-pki-types v1.14.0
8672026-03-12T15:46:07.399Z Downloaded rand_core v0.10.0
8682026-03-12T15:46:07.401Z Downloaded prettyplease v0.2.37
8692026-03-12T15:46:07.404Z Downloaded slab v0.4.12
8702026-03-12T15:46:07.407Z Downloaded signal-hook-tokio v0.3.1
8712026-03-12T15:46:07.407Z Downloaded pkg-config v0.3.32
8722026-03-12T15:46:07.410Z Downloaded pkcs8 v0.10.2
8732026-03-12T15:46:07.414Z Downloaded peg-macros v0.8.5
8742026-03-12T15:46:07.414Z Downloaded slog-dtrace v0.3.0
8752026-03-12T15:46:07.417Z Downloaded simd-adler32 v0.3.8
8762026-03-12T15:46:07.417Z Downloaded signal-hook-registry v1.4.8
8772026-03-12T15:46:07.420Z Downloaded password-hash v0.4.2
8782026-03-12T15:46:07.420Z Downloaded phf v0.12.1
8792026-03-12T15:46:07.422Z Downloaded slog-term v2.9.2
8802026-03-12T15:46:07.425Z Downloaded snafu-derive v0.8.9
8812026-03-12T15:46:07.425Z Downloaded smallvec v0.6.14
8822026-03-12T15:46:07.428Z Downloaded slog-stdlog v4.1.1
8832026-03-12T15:46:07.428Z Downloaded supports-color v3.0.2
8842026-03-12T15:46:07.431Z Downloaded subtle v2.6.1
8852026-03-12T15:46:07.433Z Downloaded tabwriter v1.4.1
8862026-03-12T15:46:07.433Z Downloaded smf v0.2.3
8872026-03-12T15:46:07.436Z Downloaded slog-scope v4.4.1
8882026-03-12T15:46:07.436Z Downloaded slog-json v2.6.1
8892026-03-12T15:46:07.439Z Downloaded itertools v0.10.5
8902026-03-12T15:46:07.443Z Downloaded take_mut v0.2.2
8912026-03-12T15:46:07.446Z Downloaded spki v0.7.3
8922026-03-12T15:46:07.448Z Downloaded hashbrown v0.12.3
8932026-03-12T15:46:07.451Z Downloaded tagptr v0.2.0
8942026-03-12T15:46:07.451Z Downloaded sync_wrapper v1.0.2
8952026-03-12T15:46:07.455Z Downloaded sync-ptr v0.1.4
8962026-03-12T15:46:07.455Z Downloaded serde_cbor v0.11.2
8972026-03-12T15:46:07.455Z Downloaded testing_table v0.3.0
8982026-03-12T15:46:07.458Z Downloaded tap v1.0.1
8992026-03-12T15:46:07.458Z Downloaded ron v0.8.1
9002026-03-12T15:46:07.462Z Downloaded minimal-lexical v0.2.1
9012026-03-12T15:46:07.466Z Downloaded serde_with_macros v3.17.0
9022026-03-12T15:46:07.469Z Downloaded termtree v0.5.1
9032026-03-12T15:46:07.471Z Downloaded thiserror-impl-no-std v2.0.2
9042026-03-12T15:46:07.471Z Downloaded progenitor-impl v0.13.0
9052026-03-12T15:46:07.474Z Downloaded scroll v0.13.0
9062026-03-12T15:46:07.474Z Downloaded rcgen v0.12.1
9072026-03-12T15:46:07.477Z Downloaded crossterm v0.29.0
9082026-03-12T15:46:07.482Z Downloaded aes v0.8.4
9092026-03-12T15:46:07.485Z Downloaded rustls-platform-verifier v0.6.2
9102026-03-12T15:46:07.489Z Downloaded tabled_derive v0.11.0
9112026-03-12T15:46:07.494Z Downloaded string_cache v0.8.9
9122026-03-12T15:46:07.494Z Downloaded stacker v0.1.23
9132026-03-12T15:46:07.497Z Downloaded tinyvec_macros v0.1.1
9142026-03-12T15:46:07.497Z Downloaded thread-id v5.1.0
9152026-03-12T15:46:07.497Z Downloaded pem-rfc7468 v0.7.0
9162026-03-12T15:46:07.500Z Downloaded password-hash v0.5.0
9172026-03-12T15:46:07.500Z Downloaded strum_macros v0.27.2
9182026-03-12T15:46:07.503Z Downloaded progenitor-impl v0.10.0
9192026-03-12T15:46:07.506Z Downloaded strum_macros v0.26.4
9202026-03-12T15:46:07.506Z Downloaded strum_macros v0.24.3
9212026-03-12T15:46:07.509Z Downloaded nom v7.1.3
9222026-03-12T15:46:07.512Z Downloaded slog-async v2.8.0
9232026-03-12T15:46:07.515Z Downloaded ryu v1.0.23
9242026-03-12T15:46:07.518Z Downloaded schemars v0.8.22
9252026-03-12T15:46:07.524Z Downloaded spin v0.9.8
9262026-03-12T15:46:07.527Z Downloaded stringprep v0.1.5
9272026-03-12T15:46:07.531Z Downloaded support-bundle-viewer v0.1.2
9282026-03-12T15:46:07.531Z Downloaded topological-sort v0.2.2
9292026-03-12T15:46:07.531Z Downloaded sqlformat v0.3.5
9302026-03-12T15:46:07.589Z Downloaded diesel_derives v2.2.7
9312026-03-12T15:46:07.589Z Downloaded hashbrown v0.15.5
9322026-03-12T15:46:07.589Z Downloaded tower-layer v0.3.3
9332026-03-12T15:46:07.589Z Downloaded quinn v0.11.9
9342026-03-12T15:46:07.589Z Downloaded publicsuffix v2.3.0
9352026-03-12T15:46:07.589Z Downloaded chacha20poly1305 v0.10.1
9362026-03-12T15:46:07.589Z Downloaded time-macros v0.2.27
9372026-03-12T15:46:07.589Z Downloaded time-core v0.1.8
9382026-03-12T15:46:07.589Z Downloaded thiserror-no-std v2.0.2
9392026-03-12T15:46:07.589Z Downloaded termios v0.3.3
9402026-03-12T15:46:07.589Z Downloaded parking_lot_core v0.8.6
9412026-03-12T15:46:07.589Z Downloaded ssh-encoding v0.2.0
9422026-03-12T15:46:07.589Z Downloaded num-rational v0.4.2
9432026-03-12T15:46:07.589Z Downloaded num-integer v0.1.46
9442026-03-12T15:46:07.589Z Downloaded unarray v0.1.4
9452026-03-12T15:46:07.589Z Downloaded libbz2-rs-sys v0.2.2
9462026-03-12T15:46:07.589Z Downloaded try-lock v0.2.5
9472026-03-12T15:46:07.589Z Downloaded tower-service v0.3.3
9482026-03-12T15:46:07.589Z Downloaded tiny-keccak v2.0.2
9492026-03-12T15:46:07.589Z Downloaded half v2.7.1
9502026-03-12T15:46:07.589Z Downloaded proc-macro-crate v1.3.1
9512026-03-12T15:46:07.589Z Downloaded thread_local v1.1.9
9522026-03-12T15:46:07.589Z Downloaded rayon-core v1.13.0
9532026-03-12T15:46:07.589Z Downloaded static_assertions v1.1.0
9542026-03-12T15:46:07.590Z Downloaded slog v2.8.2
9552026-03-12T15:46:07.590Z Downloaded similar v2.7.0
9562026-03-12T15:46:07.593Z Downloaded trait-variant v0.1.2
9572026-03-12T15:46:07.593Z Downloaded tls_codec_derive v0.4.2
9582026-03-12T15:46:07.593Z Downloaded typify-macro v0.6.1
9592026-03-12T15:46:07.593Z Downloaded tls_codec v0.4.2
9602026-03-12T15:46:07.593Z Downloaded typify-macro v0.4.3
9612026-03-12T15:46:07.593Z Downloaded pretty_assertions v1.4.1
9622026-03-12T15:46:07.597Z Downloaded unicode-truncate v1.1.0
9632026-03-12T15:46:07.597Z Downloaded signal-hook v0.3.18
9642026-03-12T15:46:07.600Z Downloaded serde_yaml v0.9.34+deprecated
9652026-03-12T15:46:07.603Z Downloaded schemars v0.9.0
9662026-03-12T15:46:07.610Z Downloaded usdt-attr-macro v0.6.0
9672026-03-12T15:46:07.612Z Downloaded toml_writer v1.0.6+spec-1.1.0
9682026-03-12T15:46:07.612Z Downloaded itertools v0.13.0
9692026-03-12T15:46:07.616Z Downloaded unit-prefix v0.5.2
9702026-03-12T15:46:07.619Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9712026-03-12T15:46:07.619Z Downloaded qorb v0.4.1
9722026-03-12T15:46:07.622Z Downloaded tokio-rustls v0.25.0
9732026-03-12T15:46:07.625Z Downloaded untrusted v0.9.0
9742026-03-12T15:46:07.625Z Downloaded untrusted v0.7.1
9752026-03-12T15:46:07.628Z Downloaded mio v1.1.1
9762026-03-12T15:46:07.630Z Downloaded utf-8 v0.7.6
9772026-03-12T15:46:07.633Z Downloaded tokio-tungstenite v0.23.1
9782026-03-12T15:46:07.633Z Downloaded usdt-macro v0.6.0
9792026-03-12T15:46:07.636Z Downloaded usdt v0.6.0
9802026-03-12T15:46:07.636Z Downloaded rand v0.9.2
9812026-03-12T15:46:07.638Z Downloaded rand v0.8.5
9822026-03-12T15:46:07.641Z Downloaded term v1.2.1
9832026-03-12T15:46:07.644Z Downloaded socket2 v0.6.2
9842026-03-12T15:46:07.644Z Downloaded universal-hash v0.5.1
9852026-03-12T15:46:07.647Z Downloaded rsa v0.9.10
9862026-03-12T15:46:07.649Z Downloaded tokio-tungstenite v0.21.0
9872026-03-12T15:46:07.652Z Downloaded tokio-macros v2.6.0
9882026-03-12T15:46:07.652Z Downloaded tokio-dtrace v0.1.1
9892026-03-12T15:46:07.652Z Downloaded iddqd v0.3.17
9902026-03-12T15:46:07.658Z Downloaded wait-timeout v0.2.1
9912026-03-12T15:46:07.661Z Downloaded want v0.3.1
9922026-03-12T15:46:07.661Z Downloaded waitgroup v0.1.2
9932026-03-12T15:46:07.663Z Downloaded void v1.0.2
9942026-03-12T15:46:07.663Z Downloaded unicase v2.9.0
9952026-03-12T15:46:07.663Z Downloaded blake3 v1.8.3
9962026-03-12T15:46:07.669Z Downloaded libxml v0.3.3
9972026-03-12T15:46:07.673Z Downloaded num-bigint v0.4.6
9982026-03-12T15:46:07.677Z Downloaded memmap2 v0.9.10
9992026-03-12T15:46:07.680Z Downloaded arc-swap v1.8.2
10002026-03-12T15:46:07.683Z Downloaded tokio-native-tls v0.3.1
10012026-03-12T15:46:07.687Z Downloaded subprocess v0.2.15
10022026-03-12T15:46:07.687Z Downloaded socket2 v0.5.10
10032026-03-12T15:46:07.690Z Downloaded indexmap v1.9.3
10042026-03-12T15:46:07.692Z Downloaded ignore v0.4.25
10052026-03-12T15:46:07.692Z Downloaded const_format v0.2.35
10062026-03-12T15:46:07.695Z Downloaded xattr v1.6.1
10072026-03-12T15:46:07.698Z Downloaded tar v0.4.44
10082026-03-12T15:46:07.701Z Downloaded xshell-macros v0.2.7
10092026-03-12T15:46:07.701Z Downloaded num-bigint-dig v0.8.6
10102026-03-12T15:46:07.704Z Downloaded futures-util v0.3.32
10112026-03-12T15:46:07.712Z Downloaded tokio-rustls v0.24.1
10122026-03-12T15:46:07.715Z Downloaded samael v0.0.19
10132026-03-12T15:46:07.718Z Downloaded usdt-impl v0.6.0
10142026-03-12T15:46:07.721Z Downloaded tokio-stream v0.1.18
10152026-03-12T15:46:07.724Z Downloaded hyper v1.8.1
10162026-03-12T15:46:07.729Z Downloaded vergen-lib v0.1.6
10172026-03-12T15:46:07.731Z Downloaded zeroize_derive v1.4.3
10182026-03-12T15:46:07.731Z Downloaded vsss-rs v3.3.4
10192026-03-12T15:46:07.736Z Downloaded vergen-gitcl v1.0.8
10202026-03-12T15:46:07.736Z Downloaded vergen-git2 v1.0.7
10212026-03-12T15:46:07.739Z Downloaded toml_parser v1.0.9+spec-1.1.0
10222026-03-12T15:46:07.739Z Downloaded rustls-webpki v0.103.9
10232026-03-12T15:46:07.741Z Downloaded zone v0.3.1
10242026-03-12T15:46:07.742Z Downloaded aho-corasick v1.1.4
10252026-03-12T15:46:07.745Z Downloaded twox-hash v2.1.2
10262026-03-12T15:46:07.748Z Downloaded test-strategy v0.4.5
10272026-03-12T15:46:07.751Z Downloaded iri-string v0.7.10
10282026-03-12T15:46:07.756Z Downloaded tui-tree-widget v0.23.1
10292026-03-12T15:46:07.758Z Downloaded flume v0.11.1
10302026-03-12T15:46:07.761Z Downloaded walkdir v2.5.0
10312026-03-12T15:46:07.763Z Downloaded tinyvec v1.10.0
10322026-03-12T15:46:07.763Z Downloaded h2 v0.4.13
10332026-03-12T15:46:07.768Z Downloaded snafu v0.8.9
10342026-03-12T15:46:07.773Z Downloaded darling_core v0.23.0
10352026-03-12T15:46:07.777Z Downloaded whoami v2.1.0
10362026-03-12T15:46:07.779Z Downloaded toml v0.9.12+spec-1.1.0
10372026-03-12T15:46:07.782Z Downloaded wyz v0.5.1
10382026-03-12T15:46:07.785Z Downloaded unicode-properties v0.1.4
10392026-03-12T15:46:07.785Z Downloaded libm v0.2.16
10402026-03-12T15:46:07.791Z Downloaded toml v0.7.8
10412026-03-12T15:46:07.794Z Downloaded zeroize v1.8.2
10422026-03-12T15:46:07.796Z Downloaded russh v0.45.0
10432026-03-12T15:46:07.799Z Downloaded vergen v9.0.6
10442026-03-12T15:46:07.802Z Downloaded hkdf v0.12.4
10452026-03-12T15:46:07.805Z Downloaded zone_cfg_derive v0.3.1
10462026-03-12T15:46:07.805Z Downloaded tokio-rustls v0.26.4
10472026-03-12T15:46:07.805Z Downloaded xz2 v0.1.7
10482026-03-12T15:46:07.807Z Downloaded p521 v0.13.3
10492026-03-12T15:46:07.810Z Downloaded tracing-attributes v0.1.31
10502026-03-12T15:46:07.813Z Downloaded term v0.7.0
10512026-03-12T15:46:07.815Z Downloaded itertools v0.12.1
10522026-03-12T15:46:07.819Z Downloaded tracing-core v0.1.36
10532026-03-12T15:46:07.822Z Downloaded bindgen v0.71.1
10542026-03-12T15:46:07.826Z Downloaded rustyline v14.0.0
10552026-03-12T15:46:07.830Z Downloaded typify v0.6.1
10562026-03-12T15:46:07.833Z Downloaded uzers v0.12.2
10572026-03-12T15:46:07.836Z Downloaded unicode-bidi v0.3.18
10582026-03-12T15:46:07.839Z Downloaded xshell v0.2.7
10592026-03-12T15:46:07.839Z Downloaded rand v0.10.0
10602026-03-12T15:46:07.841Z Downloaded yasna v0.5.2
10612026-03-12T15:46:07.845Z Downloaded aws-lc-rs v1.16.0
10622026-03-12T15:46:07.850Z Downloaded whoami v1.6.1
10632026-03-12T15:46:07.853Z Downloaded ron v0.12.0
10642026-03-12T15:46:07.858Z Downloaded typify v0.4.3
10652026-03-12T15:46:07.861Z Downloaded tungstenite v0.23.0
10662026-03-12T15:46:07.864Z Downloaded schemars v1.2.1
10672026-03-12T15:46:07.875Z Downloaded vte v0.14.1
10682026-03-12T15:46:07.878Z Downloaded tungstenite v0.21.0
10692026-03-12T15:46:07.881Z Downloaded toml_edit v0.23.10+spec-1.0.0
10702026-03-12T15:46:07.884Z Downloaded steno v0.4.1
10712026-03-12T15:46:07.887Z Downloaded zstd v0.13.3
10722026-03-12T15:46:07.890Z Downloaded zerocopy v0.6.6
10732026-03-12T15:46:07.890Z Downloaded reedline v0.40.0
10742026-03-12T15:46:07.895Z Downloaded zstd-safe v7.2.4
10752026-03-12T15:46:07.898Z Downloaded itertools v0.14.0
10762026-03-12T15:46:07.901Z Downloaded rpassword v7.4.0
10772026-03-12T15:46:07.904Z Downloaded darling_core v0.21.3
10782026-03-12T15:46:07.907Z Downloaded phf_shared v0.11.3
10792026-03-12T15:46:07.910Z Downloaded derive-where v1.6.0
10802026-03-12T15:46:07.913Z Downloaded getrandom v0.3.4
10812026-03-12T15:46:07.913Z Downloaded fatfs v0.3.6
10822026-03-12T15:46:07.916Z Downloaded deranged v0.5.8
10832026-03-12T15:46:07.919Z Downloaded dropshot_endpoint v0.16.7
10842026-03-12T15:46:07.922Z Downloaded libsw-core v0.3.2
10852026-03-12T15:46:07.922Z Downloaded openssl-macros v0.1.1
10862026-03-12T15:46:07.922Z Downloaded num-conv v0.2.0
10872026-03-12T15:46:07.925Z Downloaded httparse v1.10.1
10882026-03-12T15:46:07.925Z Downloaded num-derive v0.3.3
10892026-03-12T15:46:07.928Z Downloaded num-iter v0.1.45
10902026-03-12T15:46:07.928Z Downloaded ssh-key v0.6.7
10912026-03-12T15:46:07.932Z Downloaded jobserver v0.1.34
10922026-03-12T15:46:07.935Z Downloaded curve25519-dalek v4.1.3
10932026-03-12T15:46:07.940Z Downloaded unsafe-libyaml v0.2.11
10942026-03-12T15:46:07.943Z Downloaded toml_edit v0.19.15
10952026-03-12T15:46:07.955Z Downloaded zopfli v0.8.3
10962026-03-12T15:46:07.958Z Downloaded reqwest v0.12.28
10972026-03-12T15:46:07.962Z Downloaded uuid v1.21.0
10982026-03-12T15:46:07.965Z Downloaded regex v1.12.3
10992026-03-12T15:46:07.969Z Downloaded allocator-api2 v0.2.21
11002026-03-12T15:46:07.971Z Downloaded libloading v0.8.9
11012026-03-12T15:46:07.974Z Downloaded libefi-sys v0.1.0
11022026-03-12T15:46:07.974Z Downloaded ipnet v2.11.0
11032026-03-12T15:46:07.977Z Downloaded p384 v0.13.1
11042026-03-12T15:46:07.981Z Downloaded unicode_categories v0.1.1
11052026-03-12T15:46:07.983Z Downloaded ingot-types v0.1.2
11062026-03-12T15:46:07.984Z Downloaded nonempty v0.12.0
11072026-03-12T15:46:07.984Z Downloaded ingot v0.1.1
11082026-03-12T15:46:07.984Z Downloaded getrandom v0.2.17
11092026-03-12T15:46:07.987Z Downloaded indoc v2.0.7
11102026-03-12T15:46:07.989Z Downloaded half v1.8.3
11112026-03-12T15:46:07.989Z Downloaded yansi v1.0.1
11122026-03-12T15:46:07.994Z Downloaded derive_more v0.99.20
11132026-03-12T15:46:07.997Z Downloaded git2 v0.20.4
11142026-03-12T15:46:09.004Z Downloaded md5 v0.7.0
11152026-03-12T15:46:09.008Z Downloaded zip v0.6.6
11162026-03-12T15:46:09.008Z Downloaded bitvec v1.0.1
11172026-03-12T15:46:09.008Z Downloaded zerocopy-derive v0.8.40
11182026-03-12T15:46:09.008Z Downloaded tokio-postgres v0.7.16
11192026-03-12T15:46:09.008Z Downloaded reqwest v0.13.2
11202026-03-12T15:46:09.008Z Downloaded match_cfg v0.1.0
11212026-03-12T15:46:09.008Z Downloaded maybe-uninit v2.0.0
11222026-03-12T15:46:09.008Z Downloaded managed v0.8.0
11232026-03-12T15:46:09.008Z Downloaded moka v0.12.13
11242026-03-12T15:46:09.008Z Downloaded linked-hash-map v0.5.6
11252026-03-12T15:46:09.008Z Downloaded lzss v0.8.2
11262026-03-12T15:46:09.008Z Downloaded defmt v1.0.1
11272026-03-12T15:46:09.008Z Downloaded futures-channel v0.3.32
11282026-03-12T15:46:09.008Z Downloaded chacha20 v0.10.0
11292026-03-12T15:46:09.008Z Downloaded bumpalo v3.20.2
11302026-03-12T15:46:09.008Z Downloaded crc-any v2.5.0
11312026-03-12T15:46:09.008Z Downloaded cookie v0.18.1
11322026-03-12T15:46:09.008Z Downloaded bytes v1.11.1
11332026-03-12T15:46:09.008Z Downloaded lazy_static v1.5.0
11342026-03-12T15:46:09.008Z Downloaded keccak v0.1.6
11352026-03-12T15:46:09.008Z Downloaded typed-path v0.9.3
11362026-03-12T15:46:09.008Z Downloaded rayon v1.11.0
11372026-03-12T15:46:09.008Z Downloaded salty v0.3.0
11382026-03-12T15:46:09.008Z Downloaded lalrpop v0.19.12
11392026-03-12T15:46:09.008Z Downloaded rustls-webpki v0.101.7
11402026-03-12T15:46:09.008Z Downloaded tough v0.20.0
11412026-03-12T15:46:09.008Z Downloaded goblin v0.10.5
11422026-03-12T15:46:09.008Z Downloaded unicode-segmentation v1.12.0
11432026-03-12T15:46:09.008Z Downloaded unicode-normalization v0.1.25
11442026-03-12T15:46:09.008Z Downloaded diesel v2.2.12
11452026-03-12T15:46:09.009Z Downloaded x509-cert v0.2.5
11462026-03-12T15:46:09.009Z Downloaded zip v4.6.1
11472026-03-12T15:46:09.009Z Downloaded tokio-util v0.7.18
11482026-03-12T15:46:09.009Z Downloaded quick-xml v0.37.5
11492026-03-12T15:46:09.009Z Downloaded serde_with v3.17.0
11502026-03-12T15:46:09.009Z Downloaded rustls-webpki v0.102.8
11512026-03-12T15:46:09.009Z Downloaded proptest v1.10.0
11522026-03-12T15:46:09.009Z Downloaded tower-http v0.6.8
11532026-03-12T15:46:09.009Z Downloaded winnow v0.5.40
11542026-03-12T15:46:09.009Z Downloaded quinn-proto v0.11.13
11552026-03-12T15:46:09.009Z Downloaded nix v0.27.1
11562026-03-12T15:46:09.009Z Downloaded object v0.30.4
11572026-03-12T15:46:09.009Z Downloaded winnow v0.6.26
11582026-03-12T15:46:09.009Z Downloaded petname v2.0.2
11592026-03-12T15:46:09.009Z Downloaded portable-atomic v1.13.1
11602026-03-12T15:46:09.009Z Downloaded radix_trie v0.2.1
11612026-03-12T15:46:09.009Z Downloaded chrono v0.4.44
11622026-03-12T15:46:09.009Z Downloaded tower v0.5.3
11632026-03-12T15:46:09.009Z Downloaded console v0.16.2
11642026-03-12T15:46:09.009Z Downloaded bzip2 v0.4.4
11652026-03-12T15:46:09.009Z Downloaded blowfish v0.9.1
11662026-03-12T15:46:09.009Z Downloaded blake2 v0.10.6
11672026-03-12T15:46:09.009Z Downloaded futures-executor v0.3.32
11682026-03-12T15:46:09.009Z Downloaded tabled v0.20.0
11692026-03-12T15:46:09.009Z Downloaded polar-core v0.27.3
11702026-03-12T15:46:09.009Z Downloaded dropshot v0.16.7
11712026-03-12T15:46:09.009Z Downloaded time v0.3.47
11722026-03-12T15:46:09.009Z Downloaded bstr v1.12.1
11732026-03-12T15:46:09.009Z Downloaded regex-syntax v0.6.29
11742026-03-12T15:46:09.009Z Downloaded rustls v0.21.12
11752026-03-12T15:46:09.009Z Downloaded nix v0.30.1
11762026-03-12T15:46:09.009Z Downloaded zlib-rs v0.6.2
11772026-03-12T15:46:09.009Z Downloaded vcpkg v0.2.15
11782026-03-12T15:46:09.009Z Downloaded smoltcp v0.9.1
11792026-03-12T15:46:09.009Z Downloaded object v0.37.3
11802026-03-12T15:46:09.010Z Downloaded rustls v0.22.4
11812026-03-12T15:46:09.010Z Downloaded smoltcp v0.11.0
11822026-03-12T15:46:09.010Z Downloaded openapiv3 v2.2.0
11832026-03-12T15:46:09.010Z Downloaded regex-syntax v0.8.10
11842026-03-12T15:46:09.010Z Downloaded zerocopy v0.8.40
11852026-03-12T15:46:09.010Z Downloaded webpki-roots v1.0.6
11862026-03-12T15:46:09.010Z Downloaded rustix v0.38.44
11872026-03-12T15:46:09.010Z Downloaded rustls v0.23.37
11882026-03-12T15:46:09.010Z Downloaded regress v0.10.5
11892026-03-12T15:46:09.010Z Downloaded hickory-proto v0.25.2
11902026-03-12T15:46:09.010Z Downloaded nix v0.31.1
11912026-03-12T15:46:09.010Z Downloaded nix v0.28.0
11922026-03-12T15:46:09.010Z Downloaded hickory-proto v0.24.4
11932026-03-12T15:46:09.010Z Downloaded openssl v0.10.75
11942026-03-12T15:46:09.010Z Downloaded sqlparser v0.61.0
11952026-03-12T15:46:09.011Z Downloaded typify-impl v0.6.1
11962026-03-12T15:46:09.011Z Downloaded nix v0.29.0
11972026-03-12T15:46:09.011Z Downloaded ident_case v1.0.1
11982026-03-12T15:46:09.011Z Downloaded hyper-tls v0.6.0
11992026-03-12T15:46:09.011Z Downloaded hubpack v0.1.2
12002026-03-12T15:46:09.011Z Downloaded httpdate v1.0.3
12012026-03-12T15:46:09.011Z Downloaded hostname v0.3.1
12022026-03-12T15:46:09.011Z Downloaded globset v0.4.18
12032026-03-12T15:46:09.011Z Downloaded fs_extra v1.3.0
12042026-03-12T15:46:09.011Z Downloaded ff v0.13.1
12052026-03-12T15:46:09.011Z Downloaded bzip2-sys v0.1.13+1.0.8
12062026-03-12T15:46:09.011Z Downloaded erased-serde v0.3.31
12072026-03-12T15:46:09.011Z Downloaded diesel-dtrace v0.4.2
12082026-03-12T15:46:09.011Z Downloaded des v0.8.1
12092026-03-12T15:46:09.011Z Downloaded daft v0.1.5
12102026-03-12T15:46:09.011Z Downloaded ctr v0.9.2
12112026-03-12T15:46:09.011Z Downloaded csv-core v0.1.13
12122026-03-12T15:46:09.011Z Downloaded derive_builder_core v0.20.2
12132026-03-12T15:46:09.011Z Downloaded console v0.15.11
12142026-03-12T15:46:09.011Z Downloaded colored v3.1.1
12152026-03-12T15:46:09.016Z Downloaded cancel-safe-futures v0.1.5
12162026-03-12T15:46:09.016Z Downloaded ecdsa v0.16.9
12172026-03-12T15:46:09.016Z Downloaded der_derive v0.7.3
12182026-03-12T15:46:09.016Z Downloaded cargo_metadata v0.19.2
12192026-03-12T15:46:09.016Z Downloaded camino-tempfile-ext v0.3.3
12202026-03-12T15:46:09.016Z Downloaded bitfield v0.19.4
12212026-03-12T15:46:09.016Z Downloaded http-range v0.1.5
12222026-03-12T15:46:09.016Z Downloaded hostname v0.4.2
12232026-03-12T15:46:09.016Z Downloaded sled v0.34.7
12242026-03-12T15:46:09.016Z Downloaded home v0.5.12
12252026-03-12T15:46:09.016Z Downloaded cexpr v0.6.0
12262026-03-12T15:46:09.016Z Downloaded bit-vec v0.6.3
12272026-03-12T15:46:09.016Z Downloaded arrayvec v0.7.6
12282026-03-12T15:46:09.016Z Downloaded buf-list v1.1.2
12292026-03-12T15:46:09.016Z Downloaded hash32 v0.2.1
12302026-03-12T15:46:09.016Z Downloaded corncobs v0.1.4
12312026-03-12T15:46:09.016Z Downloaded cipher v0.4.4
12322026-03-12T15:46:09.016Z Downloaded crossbeam-channel v0.5.15
12332026-03-12T15:46:09.016Z Downloaded base16ct v1.0.0
12342026-03-12T15:46:09.016Z Downloaded drift v0.1.3
12352026-03-12T15:46:09.016Z Downloaded backoff v0.4.0
12362026-03-12T15:46:09.016Z Downloaded ed25519 v2.2.3
12372026-03-12T15:46:09.016Z Downloaded lzma-sys v0.1.20
12382026-03-12T15:46:09.016Z Downloaded typify-impl v0.4.3
12392026-03-12T15:46:09.016Z Downloaded ratatui v0.29.0
12402026-03-12T15:46:09.016Z Downloaded tracing v0.1.44
12412026-03-12T15:46:09.016Z Downloaded petgraph v0.8.3
12422026-03-12T15:46:09.016Z Downloaded chrono-tz v0.10.4
12432026-03-12T15:46:09.016Z Downloaded zerocopy-derive v0.6.6
12442026-03-12T15:46:09.016Z Downloaded libz-sys v1.1.24
12452026-03-12T15:46:09.016Z Downloaded futures-macro v0.3.32
12462026-03-12T15:46:09.016Z Downloaded regex-automata v0.4.14
12472026-03-12T15:46:09.017Z Downloaded petgraph v0.6.5
12482026-03-12T15:46:09.017Z Downloaded tokio v1.49.0
12492026-03-12T15:46:09.017Z Downloaded jiff v0.2.21
12502026-03-12T15:46:09.017Z Downloaded futures-core v0.3.32
12512026-03-12T15:46:09.017Z Downloaded env_logger v0.11.9
12522026-03-12T15:46:09.017Z Downloaded env_filter v1.0.0
12532026-03-12T15:46:09.017Z Downloaded either v1.15.0
12542026-03-12T15:46:09.017Z Downloaded foldhash v0.2.0
12552026-03-12T15:46:09.017Z Downloaded derive-ex v0.1.8
12562026-03-12T15:46:09.017Z Downloaded const_format_proc_macros v0.2.34
12572026-03-12T15:46:09.017Z Downloaded funty v2.0.0
12582026-03-12T15:46:09.017Z Downloaded cpufeatures v0.3.0
12592026-03-12T15:46:09.017Z Downloaded cobs v0.3.0
12602026-03-12T15:46:09.017Z Downloaded bitfield-macros v0.19.4
12612026-03-12T15:46:09.017Z Downloaded crc8 v0.1.1
12622026-03-12T15:46:09.017Z Downloaded float-ord v0.3.2
12632026-03-12T15:46:09.017Z Downloaded embedded-io v0.6.1
12642026-03-12T15:46:09.017Z Downloaded ciborium v0.2.2
12652026-03-12T15:46:09.017Z Downloaded cargo_toml v0.22.3
12662026-03-12T15:46:09.017Z Downloaded argon2 v0.5.3
12672026-03-12T15:46:09.017Z Downloaded enum-as-inner v0.6.1
12682026-03-12T15:46:09.017Z Downloaded derive_builder_macro v0.20.2
12692026-03-12T15:46:09.017Z Downloaded atomic-waker v1.1.2
12702026-03-12T15:46:09.017Z Downloaded async-stream-impl v0.3.6
12712026-03-12T15:46:09.017Z Downloaded arrayref v0.3.9
12722026-03-12T15:46:09.017Z Downloaded flagset v0.4.7
12732026-03-12T15:46:09.017Z Downloaded display-error-chain v0.2.2
12742026-03-12T15:46:09.017Z Downloaded darling_macro v0.20.11
12752026-03-12T15:46:09.017Z Downloaded crunchy v0.2.4
12762026-03-12T15:46:09.017Z Downloaded base16ct v0.2.0
12772026-03-12T15:46:09.017Z Downloaded dunce v1.0.5
12782026-03-12T15:46:09.017Z Downloaded crc v3.4.0
12792026-03-12T15:46:09.017Z Downloaded difflib v0.4.0
12802026-03-12T15:46:09.017Z Downloaded cstr-argument v0.1.2
12812026-03-12T15:46:09.017Z Downloaded bcrypt-pbkdf v0.10.0
12822026-03-12T15:46:09.017Z Downloaded defmt-parser v1.0.0
12832026-03-12T15:46:09.017Z Downloaded bitfield-struct v0.6.2
12842026-03-12T15:46:09.017Z Downloaded darling_macro v0.21.3
12852026-03-12T15:46:09.017Z Downloaded curve25519-dalek-derive v0.1.1
12862026-03-12T15:46:09.018Z Downloaded cfg_aliases v0.1.1
12872026-03-12T15:46:09.018Z Downloaded darling v0.21.3
12882026-03-12T15:46:09.018Z Downloaded daft-derive v0.1.5
12892026-03-12T15:46:09.018Z Downloaded cmake v0.1.57
12902026-03-12T15:46:09.018Z Downloaded csv v1.4.0
12912026-03-12T15:46:09.018Z Downloaded document-features v0.2.12
12922026-03-12T15:46:09.018Z Downloaded crossterm v0.28.1
12932026-03-12T15:46:09.018Z Downloaded atty v0.2.14
12942026-03-12T15:46:09.018Z Downloaded adler2 v2.0.1
12952026-03-12T15:46:09.018Z Downloaded ciborium-io v0.2.2
12962026-03-12T15:46:09.018Z Downloaded ascii-canvas v3.0.0
12972026-03-12T15:46:09.018Z Downloaded dyn-clone v1.0.20
12982026-03-12T15:46:09.018Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-03-12T15:46:09.018Z Downloaded sha3 v0.10.8
13002026-03-12T15:46:09.018Z Downloaded crossbeam-epoch v0.9.18
13012026-03-12T15:46:09.018Z Downloaded crossbeam-deque v0.8.6
13022026-03-12T15:46:09.018Z Downloaded cassowary v0.3.0
13032026-03-12T15:46:09.018Z Downloaded bit-vec v0.8.0
13042026-03-12T15:46:09.018Z Downloaded convert_case v0.4.0
13052026-03-12T15:46:09.018Z Downloaded bzip2 v0.6.1
13062026-03-12T15:46:09.018Z Downloaded darling_macro v0.23.0
13072026-03-12T15:46:09.018Z Downloaded async-recursion v1.1.1
13082026-03-12T15:46:09.018Z Downloaded castaway v0.2.4
13092026-03-12T15:46:09.018Z Downloaded bb8 v0.8.6
13102026-03-12T15:46:09.018Z Downloaded async-bb8-diesel v0.2.1
13112026-03-12T15:46:09.018Z Downloaded aead v0.5.2
13122026-03-12T15:46:09.018Z Downloaded assert_matches v1.5.0
13132026-03-12T15:46:09.018Z Downloaded encoding_rs v0.8.35
13142026-03-12T15:46:09.018Z Downloaded ring v0.17.14
13152026-03-12T15:46:09.023Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-12T15:46:09.537Z Downloaded aws-lc-sys v0.37.1
13172026-03-12T15:46:09.833Z Compiling libc v0.2.180
13182026-03-12T15:46:09.833Z Compiling serde v1.0.228
13192026-03-12T15:46:09.836Z Compiling log v0.4.29
13202026-03-12T15:46:09.836Z Compiling find-msvc-tools v0.1.9
13212026-03-12T15:46:09.836Z Compiling shlex v1.3.0
13222026-03-12T15:46:09.836Z Compiling smallvec v1.15.1
13232026-03-12T15:46:09.836Z Compiling typenum v1.19.0
13242026-03-12T15:46:09.836Z Compiling subtle v2.6.1
13252026-03-12T15:46:10.040Z Compiling generic-array v0.14.7
13262026-03-12T15:46:10.057Z Compiling scopeguard v1.2.0
13272026-03-12T15:46:10.060Z Compiling portable-atomic v1.13.1
13282026-03-12T15:46:10.061Z Compiling const-oid v0.9.6
13292026-03-12T15:46:10.135Z Compiling critical-section v1.2.0
13302026-03-12T15:46:10.175Z Compiling syn v2.0.117
13312026-03-12T15:46:10.194Z Compiling zerocopy v0.8.40
13322026-03-12T15:46:10.215Z Compiling serde_json v1.0.149
13332026-03-12T15:46:10.283Z Compiling lock_api v0.4.14
13342026-03-12T15:46:10.321Z Compiling pin-project-lite v0.2.17
13352026-03-12T15:46:10.344Z Compiling parking_lot_core v0.9.12
13362026-03-12T15:46:10.347Z Compiling pkg-config v0.3.32
13372026-03-12T15:46:10.408Z Compiling libm v0.2.16
13382026-03-12T15:46:10.430Z Compiling num-traits v0.2.19
13392026-03-12T15:46:10.433Z Compiling bitflags v2.11.0
13402026-03-12T15:46:10.474Z Compiling futures-core v0.3.32
13412026-03-12T15:46:10.494Z Compiling percent-encoding v2.3.2
13422026-03-12T15:46:10.583Z Compiling allocator-api2 v0.2.21
13432026-03-12T15:46:10.647Z Compiling futures-sink v0.3.32
13442026-03-12T15:46:10.715Z Compiling cpufeatures v0.2.17
13452026-03-12T15:46:10.780Z Compiling foldhash v0.2.0
13462026-03-12T15:46:10.783Z Compiling futures-channel v0.3.32
13472026-03-12T15:46:10.820Z Compiling futures-task v0.3.32
13482026-03-12T15:46:10.823Z Compiling getrandom v0.4.1
13492026-03-12T15:46:10.889Z Compiling slab v0.4.12
13502026-03-12T15:46:10.951Z Compiling futures-io v0.3.32
13512026-03-12T15:46:10.996Z Compiling getrandom v0.3.4
13522026-03-12T15:46:11.058Z Compiling hashbrown v0.16.1
13532026-03-12T15:46:11.083Z Compiling rustversion v1.0.22
13542026-03-12T15:46:11.083Z Compiling rand_core v0.10.0
13552026-03-12T15:46:11.123Z Compiling form_urlencoded v1.2.2
13562026-03-12T15:46:11.171Z Compiling fs_extra v1.3.0
13572026-03-12T15:46:11.193Z Compiling base64ct v1.8.3
13582026-03-12T15:46:11.196Z Compiling ident_case v1.0.1
13592026-03-12T15:46:11.331Z Compiling dunce v1.0.5
13602026-03-12T15:46:11.353Z Compiling flagset v0.4.7
13612026-03-12T15:46:11.396Z Compiling getrandom v0.2.17
13622026-03-12T15:46:11.415Z Compiling jobserver v0.1.34
13632026-03-12T15:46:11.437Z Compiling errno v0.3.14
13642026-03-12T15:46:11.484Z Compiling mio v1.1.1
13652026-03-12T15:46:11.506Z Compiling socket2 v0.6.2
13662026-03-12T15:46:11.556Z Compiling pem-rfc7468 v0.7.0
13672026-03-12T15:46:11.637Z Compiling rand_core v0.6.4
13682026-03-12T15:46:11.645Z Compiling once_cell v1.21.3
13692026-03-12T15:46:11.665Z Compiling signal-hook-registry v1.4.8
13702026-03-12T15:46:11.712Z Compiling cc v1.2.56
13712026-03-12T15:46:11.752Z Compiling parking_lot v0.12.5
13722026-03-12T15:46:11.833Z Compiling indexmap v2.13.0
13732026-03-12T15:46:11.931Z Compiling iana-time-zone v0.1.65
13742026-03-12T15:46:11.955Z Compiling rustix v1.1.3
13752026-03-12T15:46:11.958Z Compiling uuid v1.21.0
13762026-03-12T15:46:12.020Z Compiling rustc_version v0.4.1
13772026-03-12T15:46:12.024Z Compiling vcpkg v0.2.15
13782026-03-12T15:46:12.065Z Compiling aws-lc-rs v1.16.0
13792026-03-12T15:46:12.108Z Compiling regex-syntax v0.8.10
13802026-03-12T15:46:12.214Z Compiling tracing-core v0.1.36
13812026-03-12T15:46:12.299Z Compiling rand_core v0.9.5
13822026-03-12T15:46:12.370Z Compiling crossbeam-utils v0.8.21
13832026-03-12T15:46:12.393Z Compiling schemars v0.8.22
13842026-03-12T15:46:12.489Z Compiling untrusted v0.7.1
13852026-03-12T15:46:12.511Z Compiling untrusted v0.9.0
13862026-03-12T15:46:12.672Z Compiling httparse v1.10.1
13872026-03-12T15:46:12.696Z Compiling openssl-probe v0.2.1
13882026-03-12T15:46:12.719Z Compiling cmake v0.1.57
13892026-03-12T15:46:12.721Z Compiling base64 v0.22.1
13902026-03-12T15:46:12.741Z Compiling syn v1.0.109
13912026-03-12T15:46:12.788Z Compiling tower-service v0.3.3
13922026-03-12T15:46:12.872Z Compiling atomic-waker v1.1.2
13932026-03-12T15:46:12.921Z Compiling rustls v0.23.37
13942026-03-12T15:46:12.944Z Compiling tower-layer v0.3.3
13952026-03-12T15:46:12.965Z Compiling try-lock v0.2.5
13962026-03-12T15:46:12.986Z Compiling dyn-clone v1.0.20
13972026-03-12T15:46:13.045Z Compiling tinyvec_macros v0.1.1
13982026-03-12T15:46:13.089Z Compiling spin v0.9.8
13992026-03-12T15:46:13.116Z Compiling want v0.3.1
14002026-03-12T15:46:13.149Z Compiling tinyvec v1.10.0
14012026-03-12T15:46:13.174Z Compiling aho-corasick v1.1.4
14022026-03-12T15:46:13.219Z Compiling foreign-types-shared v0.1.1
14032026-03-12T15:46:13.219Z Compiling time-core v0.1.8
14042026-03-12T15:46:13.222Z Compiling crc32fast v1.5.0
14052026-03-12T15:46:13.222Z Compiling httpdate v1.0.3
14062026-03-12T15:46:13.307Z Compiling pin-utils v0.1.0
14072026-03-12T15:46:13.355Z Compiling powerfmt v0.2.0
14082026-03-12T15:46:13.377Z Compiling num-conv v0.2.0
14092026-03-12T15:46:13.396Z Compiling openssl v0.10.75
14102026-03-12T15:46:13.441Z Compiling foreign-types v0.3.2
14112026-03-12T15:46:13.496Z Compiling wait-timeout v0.2.1
14122026-03-12T15:46:13.546Z Compiling siphasher v1.0.2
14132026-03-12T15:46:13.570Z Compiling deranged v0.5.8
14142026-03-12T15:46:13.593Z Compiling time-macros v0.2.27
14152026-03-12T15:46:13.593Z Compiling native-tls v0.2.18
14162026-03-12T15:46:13.640Z Compiling bit-vec v0.8.0
14172026-03-12T15:46:13.662Z Compiling usdt-impl v0.6.0
14182026-03-12T15:46:13.756Z Compiling either v1.15.0
14192026-03-12T15:46:13.779Z Compiling quick-error v1.2.3
14202026-03-12T15:46:13.779Z Compiling simd-adler32 v0.3.8
14212026-03-12T15:46:13.827Z Compiling num_threads v0.1.7
14222026-03-12T15:46:13.925Z Compiling aws-lc-sys v0.37.1
14232026-03-12T15:46:13.948Z Compiling ring v0.17.14
14242026-03-12T15:46:13.969Z Compiling openssl-sys v0.9.111
14252026-03-12T15:46:13.973Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-12T15:46:13.973Z Compiling bzip2-sys v0.1.13+1.0.8
14272026-03-12T15:46:14.060Z Compiling bit-set v0.8.0
14282026-03-12T15:46:14.086Z Compiling unicode-normalization v0.1.25
14292026-03-12T15:46:14.114Z Compiling crossbeam-epoch v0.9.18
14302026-03-12T15:46:14.144Z Compiling tempfile v3.25.0
14312026-03-12T15:46:14.284Z Compiling slog v2.8.2
14322026-03-12T15:46:14.417Z Compiling synstructure v0.13.2
14332026-03-12T15:46:14.528Z Compiling serde_derive_internals v0.29.1
14342026-03-12T15:46:14.586Z Compiling pest_generator v2.8.6
14352026-03-12T15:46:14.608Z Compiling darling_core v0.20.11
14362026-03-12T15:46:14.721Z Compiling regex-automata v0.4.14
14372026-03-12T15:46:14.761Z Compiling rusty-fork v0.3.1
14382026-03-12T15:46:15.107Z Compiling darling_core v0.21.3
14392026-03-12T15:46:15.161Z Compiling time v0.3.47
14402026-03-12T15:46:15.209Z Compiling rand_xorshift v0.4.0
14412026-03-12T15:46:15.281Z Compiling heapless v0.7.17
14422026-03-12T15:46:15.440Z Compiling thread-id v5.1.0
14432026-03-12T15:46:15.537Z Compiling sync_wrapper v1.0.2
14442026-03-12T15:46:15.559Z Compiling cookie v0.18.1
14452026-03-12T15:46:15.586Z Compiling adler2 v2.0.1
14462026-03-12T15:46:15.636Z Compiling signal-hook v0.3.18
14472026-03-12T15:46:15.686Z Compiling unicode-properties v0.1.4
14482026-03-12T15:46:15.707Z Compiling unicode-bidi v0.3.18
14492026-03-12T15:46:15.739Z Compiling unarray v0.1.4
14502026-03-12T15:46:15.766Z Compiling zstd-safe v7.2.4
14512026-03-12T15:46:15.835Z Compiling rayon-core v1.13.0
14522026-03-12T15:46:15.868Z Compiling paste v1.0.15
14532026-03-12T15:46:15.895Z Compiling anyhow v1.0.102
14542026-03-12T15:46:15.916Z Compiling unicode-segmentation v1.12.0
14552026-03-12T15:46:16.065Z Compiling miniz_oxide v0.8.9
14562026-03-12T15:46:16.158Z Compiling stringprep v0.1.5
14572026-03-12T15:46:16.184Z Compiling crossbeam-deque v0.8.6
14582026-03-12T15:46:16.452Z Compiling num-integer v0.1.46
14592026-03-12T15:46:16.474Z Compiling vergen-lib v0.1.6
14602026-03-12T15:46:16.477Z Compiling curve25519-dalek v4.1.3
14612026-03-12T15:46:16.637Z Compiling ff v0.13.1
14622026-03-12T15:46:16.747Z Compiling hash32 v0.2.1
14632026-03-12T15:46:16.801Z Compiling num-bigint-dig v0.8.6
14642026-03-12T15:46:16.824Z Compiling fallible-iterator v0.2.0
14652026-03-12T15:46:16.908Z Compiling iri-string v0.7.10
14662026-03-12T15:46:16.941Z Compiling zlib-rs v0.6.2
14672026-03-12T15:46:16.989Z Compiling base16ct v0.2.0
14682026-03-12T15:46:17.016Z Compiling rustix v0.38.44
14692026-03-12T15:46:17.061Z Compiling serde_derive v1.0.228
14702026-03-12T15:46:17.086Z Compiling zeroize_derive v1.4.3
14712026-03-12T15:46:17.106Z Compiling zerofrom-derive v0.1.6
14722026-03-12T15:46:17.226Z Compiling yoke-derive v0.8.1
14732026-03-12T15:46:17.258Z Compiling zerocopy-derive v0.8.40
14742026-03-12T15:46:17.450Z Compiling zerovec-derive v0.11.2
14752026-03-12T15:46:17.502Z Compiling displaydoc v0.2.5
14762026-03-12T15:46:17.940Z Compiling tokio-macros v2.6.0
14772026-03-12T15:46:17.993Z Compiling zeroize v1.8.2
14782026-03-12T15:46:18.540Z Compiling futures-macro v0.3.32
14792026-03-12T15:46:18.792Z Compiling der_derive v0.7.3
14802026-03-12T15:46:18.814Z Compiling thiserror-impl v2.0.18
14812026-03-12T15:46:18.859Z Compiling rustls-pki-types v1.14.0
14822026-03-12T15:46:18.994Z Compiling tracing-attributes v0.1.31
14832026-03-12T15:46:19.114Z Compiling crypto-common v0.1.7
14842026-03-12T15:46:19.137Z Compiling zerofrom v0.1.6
14852026-03-12T15:46:19.140Z Compiling block-buffer v0.10.4
14862026-03-12T15:46:19.285Z Compiling yoke v0.8.1
14872026-03-12T15:46:19.311Z Compiling block-padding v0.3.3
14882026-03-12T15:46:19.314Z Compiling scroll_derive v0.13.1
14892026-03-12T15:46:19.381Z Compiling digest v0.10.7
14902026-03-12T15:46:19.492Z Compiling inout v0.1.4
14912026-03-12T15:46:19.535Z Compiling zerovec v0.11.5
14922026-03-12T15:46:19.582Z Compiling zerotrie v0.2.3
14932026-03-12T15:46:19.720Z Compiling hmac v0.12.1
14942026-03-12T15:46:19.757Z Compiling futures-util v0.3.32
14952026-03-12T15:46:19.777Z Compiling cipher v0.4.4
14962026-03-12T15:46:19.935Z Compiling sha2 v0.10.9
14972026-03-12T15:46:19.997Z Compiling pbkdf2 v0.12.2
14982026-03-12T15:46:20.141Z Compiling salsa20 v0.10.2
14992026-03-12T15:46:20.162Z Compiling aes v0.8.4
15002026-03-12T15:46:20.180Z Compiling der v0.7.10
15012026-03-12T15:46:20.276Z Compiling tinystr v0.8.2
15022026-03-12T15:46:20.334Z Compiling potential_utf v0.1.4
15032026-03-12T15:46:20.514Z Compiling icu_locale_core v2.1.1
15042026-03-12T15:46:20.537Z Compiling icu_collections v2.1.1
15052026-03-12T15:46:20.583Z Compiling scrypt v0.11.0
15062026-03-12T15:46:20.682Z Compiling cbc v0.1.2
15072026-03-12T15:46:20.764Z Compiling thiserror v2.0.18
15082026-03-12T15:46:20.886Z Compiling pest_derive v2.8.6
15092026-03-12T15:46:20.915Z Compiling schemars_derive v0.8.22
15102026-03-12T15:46:20.940Z Compiling scroll v0.13.0
15112026-03-12T15:46:20.980Z Compiling tracing v0.1.44
15122026-03-12T15:46:21.234Z Compiling darling_macro v0.20.11
15132026-03-12T15:46:21.308Z Compiling goblin v0.10.5
15142026-03-12T15:46:21.343Z Compiling openssl-macros v0.1.1
15152026-03-12T15:46:21.493Z Compiling icu_provider v2.1.1
15162026-03-12T15:46:21.563Z Compiling spki v0.7.3
15172026-03-12T15:46:21.604Z Compiling thiserror-impl v1.0.69
15182026-03-12T15:46:21.668Z Compiling dtrace-parser v0.3.0
15192026-03-12T15:46:21.783Z Compiling pkcs5 v0.7.1
15202026-03-12T15:46:21.834Z Compiling icu_normalizer v2.1.1
15212026-03-12T15:46:21.847Z Compiling bytes v1.11.1
15222026-03-12T15:46:21.887Z Compiling icu_properties v2.1.2
15232026-03-12T15:46:21.910Z Compiling chrono v0.4.44
15242026-03-12T15:46:21.913Z Compiling ipnet v2.11.0
15252026-03-12T15:46:21.954Z Compiling darling v0.20.11
15262026-03-12T15:46:22.070Z Compiling derive_builder_core v0.20.2
15272026-03-12T15:46:22.446Z Compiling pkcs8 v0.10.2
15282026-03-12T15:46:22.557Z Compiling tokio v1.49.0
15292026-03-12T15:46:22.638Z Compiling http v1.4.0
15302026-03-12T15:46:22.743Z Compiling signature v2.2.0
15312026-03-12T15:46:22.746Z Compiling rustls-native-certs v0.8.3
15322026-03-12T15:46:22.746Z Compiling scroll_derive v0.12.1
15332026-03-12T15:46:22.864Z Compiling erased-serde v0.3.31
15342026-03-12T15:46:22.921Z Compiling serde_spanned v0.6.9
15352026-03-12T15:46:23.028Z Compiling serde_tokenstream v0.2.3
15362026-03-12T15:46:23.107Z Compiling idna_adapter v1.2.1
15372026-03-12T15:46:23.129Z Compiling toml_datetime v0.6.11
15382026-03-12T15:46:23.183Z Compiling md-5 v0.10.6
15392026-03-12T15:46:23.291Z Compiling idna v1.1.0
15402026-03-12T15:46:23.313Z Compiling derive_builder_macro v0.20.2
15412026-03-12T15:46:23.378Z Compiling thiserror v1.0.69
15422026-03-12T15:46:23.400Z Compiling webpki-roots v1.0.6
15432026-03-12T15:46:23.447Z Compiling darling_macro v0.21.3
15442026-03-12T15:46:23.469Z Compiling zerocopy-derive v0.7.35
15452026-03-12T15:46:23.498Z Compiling ryu v1.0.23
15462026-03-12T15:46:23.521Z Compiling http-body v1.0.1
15472026-03-12T15:46:23.567Z Compiling smoltcp v0.9.1
15482026-03-12T15:46:23.616Z Compiling psl-types v2.0.11
15492026-03-12T15:46:23.667Z Compiling scroll v0.12.0
15502026-03-12T15:46:23.729Z Compiling url v2.5.8
15512026-03-12T15:46:23.750Z Compiling http-body-util v0.1.3
15522026-03-12T15:46:23.789Z Compiling ref-cast v1.0.25
15532026-03-12T15:46:23.849Z Compiling litrs v1.0.0
15542026-03-12T15:46:23.910Z Compiling ppv-lite86 v0.2.21
15552026-03-12T15:46:23.961Z Compiling derive_builder v0.20.2
15562026-03-12T15:46:24.037Z Compiling goblin v0.8.2
15572026-03-12T15:46:24.083Z Compiling publicsuffix v2.3.0
15582026-03-12T15:46:24.112Z Compiling serde_urlencoded v0.7.1
15592026-03-12T15:46:24.156Z Compiling darling v0.21.3
15602026-03-12T15:46:24.202Z Compiling sec1 v0.7.3
15612026-03-12T15:46:24.272Z Compiling cargo-platform v0.1.9
15622026-03-12T15:46:24.294Z Compiling flate2 v1.1.9
15632026-03-12T15:46:24.313Z Compiling hkdf v0.12.4
15642026-03-12T15:46:24.387Z Compiling rand_chacha v0.9.0
15652026-03-12T15:46:24.476Z Compiling rand_chacha v0.3.1
15662026-03-12T15:46:24.567Z Compiling hubpack_derive v0.1.1
15672026-03-12T15:46:24.614Z Compiling document-features v0.2.12
15682026-03-12T15:46:24.636Z Compiling crypto-bigint v0.5.5
15692026-03-12T15:46:24.667Z Compiling regex v1.12.3
15702026-03-12T15:46:24.703Z Compiling rand v0.9.2
15712026-03-12T15:46:24.763Z Compiling zerocopy v0.7.35
15722026-03-12T15:46:24.867Z Compiling rand v0.8.5
15732026-03-12T15:46:25.234Z Compiling dof v0.4.0
15742026-03-12T15:46:25.290Z Compiling daft-derive v0.1.5
15752026-03-12T15:46:25.341Z Compiling curve25519-dalek-derive v0.1.1
15762026-03-12T15:46:25.450Z Compiling ref-cast-impl v1.0.25
15772026-03-12T15:46:25.579Z Compiling proptest v1.10.0
15782026-03-12T15:46:25.627Z Compiling ipnetwork v0.21.1
15792026-03-12T15:46:25.647Z Compiling postgres-protocol v0.6.10
15802026-03-12T15:46:25.804Z Compiling async-trait v0.1.89
15812026-03-12T15:46:26.053Z Compiling oxnet v0.1.4
15822026-03-12T15:46:26.196Z Compiling strum_macros v0.27.2
15832026-03-12T15:46:26.337Z Compiling group v0.13.0
15842026-03-12T15:46:26.356Z Compiling num-iter v0.1.45
15852026-03-12T15:46:26.527Z Compiling proc-macro-error v1.0.4
15862026-03-12T15:46:26.628Z Compiling heck v0.4.1
15872026-03-12T15:46:26.941Z Compiling terminal_size v0.4.3
15882026-03-12T15:46:26.941Z Compiling phf_shared v0.13.1
15892026-03-12T15:46:27.019Z Compiling lazy_static v1.5.0
15902026-03-12T15:46:27.117Z Compiling vergen v9.0.6
15912026-03-12T15:46:27.151Z Compiling fs-err v3.3.0
15922026-03-12T15:46:27.173Z Compiling ahash v0.8.12
15932026-03-12T15:46:27.225Z Compiling bitflags v1.3.2
15942026-03-12T15:46:27.305Z Compiling object v0.37.3
15952026-03-12T15:46:27.331Z Compiling managed v0.8.0
15962026-03-12T15:46:27.353Z Compiling bumpalo v3.20.2
15972026-03-12T15:46:27.379Z Compiling winnow v0.5.40
15982026-03-12T15:46:27.400Z Compiling foldhash v0.1.5
15992026-03-12T15:46:27.433Z Compiling libbz2-rs-sys v0.2.2
16002026-03-12T15:46:27.544Z Compiling clap_builder v4.5.60
16012026-03-12T15:46:27.578Z Compiling usdt-attr-macro v0.6.0
16022026-03-12T15:46:27.629Z Compiling zopfli v0.8.3
16032026-03-12T15:46:27.632Z Compiling usdt-macro v0.6.0
16042026-03-12T15:46:27.671Z Compiling tokio-util v0.7.18
16052026-03-12T15:46:27.715Z Compiling tower v0.5.3
16062026-03-12T15:46:27.718Z Compiling tokio-native-tls v0.3.1
16072026-03-12T15:46:27.975Z Compiling hashbrown v0.15.5
16082026-03-12T15:46:28.045Z Compiling bzip2 v0.6.1
16092026-03-12T15:46:28.311Z Compiling tower-http v0.6.8
16102026-03-12T15:46:28.380Z Compiling dof v0.3.0
16112026-03-12T15:46:28.402Z Compiling console v0.16.2
16122026-03-12T15:46:28.568Z Compiling phf v0.13.1
16132026-03-12T15:46:28.689Z Compiling h2 v0.4.13
16142026-03-12T15:46:28.710Z Compiling signal-hook-mio v0.2.5
16152026-03-12T15:46:28.794Z Compiling rayon v1.11.0
16162026-03-12T15:46:28.816Z Compiling zone_cfg_derive v0.3.1
16172026-03-12T15:46:28.869Z Compiling cargo_metadata v0.19.2
16182026-03-12T15:46:29.000Z Compiling newtype-uuid v1.3.2
16192026-03-12T15:46:29.128Z Compiling toml_edit v0.19.15
16202026-03-12T15:46:29.189Z Compiling strum v0.27.2
16212026-03-12T15:46:29.276Z Compiling cookie_store v0.22.1
16222026-03-12T15:46:29.339Z Compiling daft v0.1.5
16232026-03-12T15:46:29.362Z Compiling elliptic-curve v0.13.8
16242026-03-12T15:46:29.473Z Compiling postgres-types v0.2.12
16252026-03-12T15:46:29.605Z Compiling hubpack v0.1.2
16262026-03-12T15:46:29.754Z Compiling bzip2 v0.4.4
16272026-03-12T15:46:29.904Z Compiling zstd v0.13.3
16282026-03-12T15:46:29.960Z Compiling serde_with_macros v3.17.0
16292026-03-12T15:46:30.048Z Compiling dtrace-parser v0.2.0
16302026-03-12T15:46:30.251Z Compiling ed25519 v2.2.3
16312026-03-12T15:46:30.277Z Compiling pkcs1 v0.7.5
16322026-03-12T15:46:30.299Z Compiling serde-big-array v0.5.1
16332026-03-12T15:46:30.500Z Compiling hex v0.4.3
16342026-03-12T15:46:30.590Z Compiling rfc6979 v0.4.0
16352026-03-12T15:46:30.762Z Compiling bstr v1.12.1
16362026-03-12T15:46:30.803Z Compiling clap_derive v4.5.55
16372026-03-12T15:46:30.855Z Compiling strum_macros v0.26.4
16382026-03-12T15:46:30.896Z Compiling enum-as-inner v0.6.1
16392026-03-12T15:46:31.136Z Compiling serde_repr v0.1.20
16402026-03-12T15:46:31.345Z Compiling itertools v0.12.1
16412026-03-12T15:46:31.415Z Compiling phf_shared v0.11.3
16422026-03-12T15:46:31.499Z Compiling float-cmp v0.10.0
16432026-03-12T15:46:31.567Z Compiling thread-id v4.2.2
16442026-03-12T15:46:31.618Z Compiling memmap2 v0.9.10
16452026-03-12T15:46:31.682Z Compiling env_filter v1.0.0
16462026-03-12T15:46:31.704Z Compiling encoding_rs v0.8.35
16472026-03-12T15:46:31.727Z Compiling static_assertions v1.1.0
16482026-03-12T15:46:31.730Z Compiling whoami v2.1.0
16492026-03-12T15:46:31.836Z Compiling data-encoding v2.10.0
16502026-03-12T15:46:31.880Z Compiling keccak v0.1.6
16512026-03-12T15:46:31.921Z Compiling precomputed-hash v0.1.1
16522026-03-12T15:46:31.979Z Compiling new_debug_unreachable v1.0.6
16532026-03-12T15:46:32.044Z Compiling rustc-hash v2.1.1
16542026-03-12T15:46:32.086Z Compiling jiff v0.2.21
16552026-03-12T15:46:32.110Z Compiling difflib v0.4.0
16562026-03-12T15:46:32.217Z Compiling predicates-core v1.0.10
16572026-03-12T15:46:32.279Z Compiling fixedbitset v0.4.2
16582026-03-12T15:46:32.460Z Compiling normalize-line-endings v0.3.0
16592026-03-12T15:46:32.587Z Compiling fixedbitset v0.5.7
16602026-03-12T15:46:32.587Z Compiling mime v0.3.17
16612026-03-12T15:46:32.823Z Compiling hyper v1.8.1
16622026-03-12T15:46:32.886Z Compiling unit-prefix v0.5.2
16632026-03-12T15:46:32.946Z Compiling zone v0.3.1
16642026-03-12T15:46:32.967Z Compiling petgraph v0.8.3
16652026-03-12T15:46:33.007Z Compiling predicates v3.1.4
16662026-03-12T15:46:33.029Z Compiling petgraph v0.6.5
16672026-03-12T15:46:33.032Z Compiling hickory-proto v0.25.2
16682026-03-12T15:46:33.081Z Compiling indicatif v0.18.4
16692026-03-12T15:46:33.331Z Compiling clap v4.5.60
16702026-03-12T15:46:33.395Z Compiling strum v0.26.3
16712026-03-12T15:46:33.451Z Compiling iddqd v0.3.17
16722026-03-12T15:46:33.566Z Compiling sha3 v0.10.8
16732026-03-12T15:46:33.686Z Compiling string_cache v0.8.9
16742026-03-12T15:46:33.807Z Compiling tokio-postgres v0.7.16
16752026-03-12T15:46:33.900Z Compiling env_logger v0.11.9
16762026-03-12T15:46:33.921Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-03-12T15:46:34.007Z Compiling toml_edit v0.22.27
16782026-03-12T15:46:34.220Z Compiling usdt v0.6.0
16792026-03-12T15:46:34.282Z Compiling hyper-util v0.1.20
16802026-03-12T15:46:34.303Z Compiling usdt-impl v0.5.0
16812026-03-12T15:46:34.389Z Compiling serde_with v3.17.0
16822026-03-12T15:46:34.603Z Compiling similar v2.7.0
16832026-03-12T15:46:35.062Z Compiling crossterm v0.28.1
16842026-03-12T15:46:35.083Z Compiling toml v0.7.8
16852026-03-12T15:46:35.131Z Compiling ecdsa v0.16.9
16862026-03-12T15:46:35.153Z Compiling ed25519-dalek v2.2.0
16872026-03-12T15:46:35.676Z Compiling rsa v0.9.10
16882026-03-12T15:46:35.854Z Compiling zip v4.6.1
16892026-03-12T15:46:35.961Z Compiling zip v0.6.6
16902026-03-12T15:46:36.089Z Compiling tokio-stream v0.1.18
16912026-03-12T15:46:36.185Z Compiling hyper-tls v0.6.0
16922026-03-12T15:46:36.496Z Compiling buf-list v1.1.2
16932026-03-12T15:46:36.761Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-03-12T15:46:36.834Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-12T15:46:36.876Z Compiling openapiv3 v2.2.0
16962026-03-12T15:46:36.899Z Compiling x509-cert v0.2.5
16972026-03-12T15:46:36.901Z Compiling sha1 v0.10.6
16982026-03-12T15:46:37.069Z Compiling itertools v0.13.0
16992026-03-12T15:46:37.201Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-03-12T15:46:37.223Z Compiling peg-runtime v0.8.5
17012026-03-12T15:46:37.273Z Compiling lalrpop-util v0.19.12
17022026-03-12T15:46:37.294Z Compiling thread_local v1.1.9
17032026-03-12T15:46:37.534Z Compiling slog-async v2.8.0
17042026-03-12T15:46:37.606Z Compiling futures-executor v0.3.32
17052026-03-12T15:46:37.629Z Compiling crossbeam-channel v0.5.15
17062026-03-12T15:46:37.631Z Compiling filetime v0.2.27
17072026-03-12T15:46:37.671Z Compiling is-terminal v0.4.17
17082026-03-12T15:46:37.789Z Compiling xattr v1.6.1
17092026-03-12T15:46:37.811Z Compiling term v1.2.1
17102026-03-12T15:46:37.887Z Compiling take_mut v0.2.2
17112026-03-12T15:46:37.947Z Compiling tar v0.4.44
17122026-03-12T15:46:37.970Z Compiling futures v0.3.32
17132026-03-12T15:46:38.252Z Compiling slog-term v2.9.2
17142026-03-12T15:46:58.797Z Compiling rustls-webpki v0.103.9
17152026-03-12T15:47:02.792Z Compiling tokio-rustls v0.26.4
17162026-03-12T15:47:02.792Z Compiling rustls-platform-verifier v0.6.2
17172026-03-12T15:47:03.059Z Compiling hyper-rustls v0.27.7
17182026-03-12T15:47:03.316Z Compiling reqwest v0.13.2
17192026-03-12T15:47:03.316Z Compiling reqwest v0.12.28
17202026-03-12T15:47:06.089Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-03-12T15:47:06.402Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-03-12T15:47:10.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17232026-03-12T15:47:10.393Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-03-12T15:47:10.452ZMar 12 15:47:09.754 INFO Starting download, target: Console
17252026-03-12T15:47:10.452ZMar 12 15:47:09.755 INFO Starting download, target: TransceiverControl
17262026-03-12T15:47:10.452ZMar 12 15:47:09.755 INFO Starting download, target: Clickhouse
17272026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Starting download, target: Cockroach
17282026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Starting download, target: MaghemiteMgd
17292026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Starting download, target: DendriteStub
17302026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-03-12T15:47:10.456ZMar 12 15:47:09.755 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-03-12T15:47:10.986ZMar 12 15:47:10.285 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-03-12T15:47:11.323ZMar 12 15:47:10.621 INFO Download complete, target: TransceiverControl
17382026-03-12T15:47:11.454ZMar 12 15:47:10.753 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-03-12T15:47:11.845ZMar 12 15:47:11.144 INFO Download complete, target: Console
17402026-03-12T15:47:12.090ZMar 12 15:47:11.390 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-03-12T15:47:12.100ZMar 12 15:47:11.403 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-03-12T15:47:12.516ZMar 12 15:47:11.819 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-03-12T15:47:12.516ZMar 12 15:47:11.819 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-03-12T15:47:12.872ZMar 12 15:47:12.176 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-03-12T15:47:15.607ZMar 12 15:47:14.911 INFO Download complete, target: MaghemiteMgd
17462026-03-12T15:47:15.694ZMar 12 15:47:14.998 INFO Download complete, target: DendriteStub
17472026-03-12T15:47:20.229ZMar 12 15:47:19.534 INFO Checking that binary works, target: Cockroach
17482026-03-12T15:47:20.358ZMar 12 15:47:19.662 INFO Download complete, target: Cockroach
17492026-03-12T15:47:23.930ZMar 12 15:47:23.235 INFO Checking that binary works, target: Clickhouse
17502026-03-12T15:47:24.051ZMar 12 15:47:23.338 INFO Download complete, target: Clickhouse
17512026-03-12T15:47:24.056ZAll prerequisites installed successfully
17522026-03-12T15:47:24.056Z
17532026-03-12T15:47:24.056Zreal 3:39.523813571
17542026-03-12T15:47:24.056Zuser 10:24.282008586
17552026-03-12T15:47:24.056Zsys 2:06.882030980
17562026-03-12T15:47:24.056Ztrap 0.336663149
17572026-03-12T15:47:24.056Ztflt 1.118123513
17582026-03-12T15:47:24.056Zdflt 1.871074652
17592026-03-12T15:47:24.056Zkflt 0.023856463
17602026-03-12T15:47:24.056Zlock 23:40.409207511
17612026-03-12T15:47:24.056Zslp 33:59.504173308
17622026-03-12T15:47:24.056Zlat 30.018116620
17632026-03-12T15:47:24.056Zstop 4:17.091008181
17642026-03-12T15:47:24.056Z+ ptime -m cargo xtask download softnpu
17652026-03-12T15:47:24.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17662026-03-12T15:47:24.735Z Running `target/debug/xtask download softnpu`
17672026-03-12T15:47:25.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
17682026-03-12T15:47:25.762Z Running `target/debug/xtask-downloader softnpu`
17692026-03-12T15:47:25.807ZMar 12 15:47:25.112 INFO Starting download, target: Softnpu
17702026-03-12T15:47:25.811ZMar 12 15:47:25.113 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17712026-03-12T15:47:26.446ZMar 12 15:47:25.752 INFO Download complete, target: Softnpu
17722026-03-12T15:47:26.450Z
17732026-03-12T15:47:26.453Zreal 2.403834178
17742026-03-12T15:47:26.453Zuser 1.563584796
17752026-03-12T15:47:26.453Zsys 0.690145424
17762026-03-12T15:47:26.453Ztrap 0.000542888
17772026-03-12T15:47:26.453Ztflt 0.000118642
17782026-03-12T15:47:26.453Zdflt 0.000110649
17792026-03-12T15:47:26.453Zkflt 0.000000000
17802026-03-12T15:47:26.453Zlock 11.688617404
17812026-03-12T15:47:26.453Zslp 0.433377718
17822026-03-12T15:47:26.453Zlat 0.030302452
17832026-03-12T15:47:26.453Zstop 0.000175997
17842026-03-12T15:47:26.453Z+ export CARGO_INCREMENTAL=0
17852026-03-12T15:47:26.453Z+ CARGO_INCREMENTAL=0
17862026-03-12T15:47:26.453Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17872026-03-12T15:47:27.572Z Compiling proc-macro2 v1.0.106
17882026-03-12T15:47:27.572Z Compiling quote v1.0.44
17892026-03-12T15:47:27.575Z Compiling unicode-ident v1.0.24
17902026-03-12T15:47:27.575Z Compiling libc v0.2.180
17912026-03-12T15:47:27.576Z Compiling serde_core v1.0.228
17922026-03-12T15:47:27.576Z Compiling serde v1.0.228
17932026-03-12T15:47:27.576Z Compiling cfg-if v1.0.4
17942026-03-12T15:47:27.576Z Compiling version_check v0.9.5
17952026-03-12T15:47:27.576Z Compiling shlex v1.3.0
17962026-03-12T15:47:27.576Z Compiling find-msvc-tools v0.1.9
17972026-03-12T15:47:27.717Z Compiling typenum v1.19.0
17982026-03-12T15:47:27.720Z Compiling portable-atomic v1.13.1
17992026-03-12T15:47:27.720Z Compiling memchr v2.8.0
18002026-03-12T15:47:27.720Z Compiling zmij v1.0.21
18012026-03-12T15:47:27.720Z Compiling serde_json v1.0.149
18022026-03-12T15:47:27.951Z Compiling autocfg v1.5.0
18032026-03-12T15:47:27.994Z Compiling zerocopy v0.8.40
18042026-03-12T15:47:28.111Z Compiling parking_lot_core v0.9.12
18052026-03-12T15:47:28.133Z Compiling libm v0.2.16
18062026-03-12T15:47:28.222Z Compiling smallvec v1.15.1
18072026-03-12T15:47:28.244Z Compiling icu_properties_data v2.1.2
18082026-03-12T15:47:28.374Z Compiling generic-array v0.14.7
18092026-03-12T15:47:28.439Z Compiling icu_normalizer_data v2.1.1
18102026-03-12T15:47:28.503Z Compiling itoa v1.0.17
18112026-03-12T15:47:28.526Z Compiling log v0.4.29
18122026-03-12T15:47:28.528Z Compiling num-traits v0.2.19
18132026-03-12T15:47:28.543Z Compiling getrandom v0.4.1
18142026-03-12T15:47:28.606Z Compiling pkg-config v0.3.32
18152026-03-12T15:47:28.609Z Compiling stable_deref_trait v1.2.1
18162026-03-12T15:47:28.764Z Compiling subtle v2.6.1
18172026-03-12T15:47:28.786Z Compiling scopeguard v1.2.0
18182026-03-12T15:47:28.904Z Compiling fnv v1.0.7
18192026-03-12T15:47:28.944Z Compiling jobserver v0.1.34
18202026-03-12T15:47:28.950Z Compiling getrandom v0.2.17
18212026-03-12T15:47:28.950Z Compiling errno v0.3.14
18222026-03-12T15:47:29.011Z Compiling lock_api v0.4.14
18232026-03-12T15:47:29.099Z Compiling thiserror v2.0.18
18242026-03-12T15:47:29.189Z Compiling rand_core v0.6.4
18252026-03-12T15:47:29.218Z Compiling cc v1.2.56
18262026-03-12T15:47:29.322Z Compiling pin-project-lite v0.2.17
18272026-03-12T15:47:29.338Z Compiling getrandom v0.3.4
18282026-03-12T15:47:29.453Z Compiling syn v2.0.117
18292026-03-12T15:47:29.527Z Compiling critical-section v1.2.0
18302026-03-12T15:47:29.569Z Compiling equivalent v1.0.2
18312026-03-12T15:47:29.593Z Compiling allocator-api2 v0.2.21
18322026-03-12T15:47:29.672Z Compiling rustversion v1.0.22
18332026-03-12T15:47:29.733Z Compiling percent-encoding v2.3.2
18342026-03-12T15:47:29.733Z Compiling foldhash v0.2.0
18352026-03-12T15:47:29.819Z Compiling fs_extra v1.3.0
18362026-03-12T15:47:29.938Z Compiling litemap v0.8.1
18372026-03-12T15:47:29.957Z Compiling writeable v0.6.2
18382026-03-12T15:47:30.037Z Compiling once_cell v1.21.3
18392026-03-12T15:47:30.114Z Compiling dunce v1.0.5
18402026-03-12T15:47:30.120Z Compiling hashbrown v0.16.1
18412026-03-12T15:47:30.179Z Compiling cmake v0.1.57
18422026-03-12T15:47:30.324Z Compiling const-oid v0.9.6
18432026-03-12T15:47:30.388Z Compiling signal-hook-registry v1.4.8
18442026-03-12T15:47:30.472Z Compiling rustix v1.1.3
18452026-03-12T15:47:30.477Z Compiling socket2 v0.6.2
18462026-03-12T15:47:30.540Z Compiling mio v1.1.1
18472026-03-12T15:47:30.545Z Compiling schemars v0.8.22
18482026-03-12T15:47:30.680Z Compiling aws-lc-rs v1.16.0
18492026-03-12T15:47:30.930Z Compiling semver v1.0.27
18502026-03-12T15:47:30.952Z Compiling indexmap v2.13.0
18512026-03-12T15:47:31.028Z Compiling parking_lot v0.12.5
18522026-03-12T15:47:31.049Z Compiling rand_core v0.10.0
18532026-03-12T15:47:31.071Z Compiling utf8_iter v1.0.4
18542026-03-12T15:47:31.073Z Compiling ring v0.17.14
18552026-03-12T15:47:31.091Z Compiling aws-lc-sys v0.37.1
18562026-03-12T15:47:31.308Z Compiling bitflags v2.11.0
18572026-03-12T15:47:31.333Z Compiling form_urlencoded v1.2.2
18582026-03-12T15:47:31.412Z Compiling futures-core v0.3.32
18592026-03-12T15:47:31.431Z Compiling strsim v0.11.1
18602026-03-12T15:47:31.828Z Compiling ucd-trie v0.1.7
18612026-03-12T15:47:31.830Z Compiling httparse v1.10.1
18622026-03-12T15:47:31.851Z Compiling byteorder v1.5.0
18632026-03-12T15:47:31.854Z Compiling thiserror v1.0.69
18642026-03-12T15:47:31.979Z Compiling ident_case v1.0.1
18652026-03-12T15:47:32.029Z Compiling pest v2.8.6
18662026-03-12T15:47:32.127Z Compiling vcpkg v0.2.15
18672026-03-12T15:47:32.150Z Compiling heck v0.5.0
18682026-03-12T15:47:32.214Z Compiling crossbeam-utils v0.8.21
18692026-03-12T15:47:32.291Z Compiling syn v1.0.109
18702026-03-12T15:47:32.402Z Compiling regex-syntax v0.8.10
18712026-03-12T15:47:32.520Z Compiling rustls v0.23.37
18722026-03-12T15:47:32.579Z Compiling futures-sink v0.3.32
18732026-03-12T15:47:32.624Z Compiling rustc_version v0.4.1
18742026-03-12T15:47:32.711Z Compiling futures-channel v0.3.32
18752026-03-12T15:47:32.754Z Compiling slab v0.4.12
18762026-03-12T15:47:32.757Z Compiling futures-task v0.3.32
18772026-03-12T15:47:32.757Z Compiling cpufeatures v0.2.17
18782026-03-12T15:47:32.757Z Compiling futures-io v0.3.32
18792026-03-12T15:47:32.925Z Compiling openssl-sys v0.9.111
18802026-03-12T15:47:32.993Z Compiling iana-time-zone v0.1.65
18812026-03-12T15:47:33.015Z Compiling plain v0.2.3
18822026-03-12T15:47:33.019Z Compiling uuid v1.21.0
18832026-03-12T15:47:33.063Z Compiling aho-corasick v1.1.4
18842026-03-12T15:47:33.107Z Compiling time-core v0.1.8
18852026-03-12T15:47:33.130Z Compiling num-conv v0.2.0
18862026-03-12T15:47:33.335Z Compiling time-macros v0.2.27
18872026-03-12T15:47:33.447Z Compiling synstructure v0.13.2
18882026-03-12T15:47:33.486Z Compiling serde_derive_internals v0.29.1
18892026-03-12T15:47:33.566Z Compiling pest_meta v2.8.6
18902026-03-12T15:47:33.849Z Compiling openssl v0.10.75
18912026-03-12T15:47:34.047Z Compiling pretty-hex v0.4.1
18922026-03-12T15:47:34.209Z Compiling crc32fast v1.5.0
18932026-03-12T15:47:34.229Z Compiling either v1.15.0
18942026-03-12T15:47:34.255Z Compiling base64ct v1.8.3
18952026-03-12T15:47:34.298Z Compiling anyhow v1.0.102
18962026-03-12T15:47:34.319Z Compiling darling_core v0.21.3
18972026-03-12T15:47:34.368Z Compiling pest_generator v2.8.6
18982026-03-12T15:47:34.529Z Compiling regex-automata v0.4.14
18992026-03-12T15:47:34.554Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19002026-03-12T15:47:34.577Z Compiling pem-rfc7468 v0.7.0
19012026-03-12T15:47:34.644Z Compiling flagset v0.4.7
19022026-03-12T15:47:34.710Z Compiling native-tls v0.2.18
19032026-03-12T15:47:34.729Z Compiling rand_core v0.9.5
19042026-03-12T15:47:34.891Z Compiling slog v2.8.2
19052026-03-12T15:47:34.998Z Compiling tracing-core v0.1.36
19062026-03-12T15:47:35.042Z Compiling untrusted v0.9.0
19072026-03-12T15:47:35.085Z Compiling dyn-clone v1.0.20
19082026-03-12T15:47:35.107Z Compiling rayon-core v1.13.0
19092026-03-12T15:47:35.299Z Compiling cookie v0.18.1
19102026-03-12T15:47:35.369Z Compiling serde_derive v1.0.228
19112026-03-12T15:47:35.391Z Compiling zeroize_derive v1.4.3
19122026-03-12T15:47:35.395Z Compiling zerofrom-derive v0.1.6
19132026-03-12T15:47:35.436Z Compiling yoke-derive v0.8.1
19142026-03-12T15:47:35.439Z Compiling zerovec-derive v0.11.2
19152026-03-12T15:47:35.496Z Compiling displaydoc v0.2.5
19162026-03-12T15:47:35.580Z Compiling zerocopy-derive v0.8.40
19172026-03-12T15:47:35.600Z Compiling tokio-macros v2.6.0
19182026-03-12T15:47:35.734Z Compiling futures-macro v0.3.32
19192026-03-12T15:47:36.254Z Compiling zeroize v1.8.2
19202026-03-12T15:47:36.431Z Compiling thiserror-impl v2.0.18
19212026-03-12T15:47:36.624Z Compiling tracing-attributes v0.1.31
19222026-03-12T15:47:36.775Z Compiling der_derive v0.7.3
19232026-03-12T15:47:36.794Z Compiling schemars_derive v0.8.22
19242026-03-12T15:47:36.874Z Compiling thiserror-impl v1.0.69
19252026-03-12T15:47:36.985Z Compiling zerofrom v0.1.6
19262026-03-12T15:47:37.178Z Compiling yoke v0.8.1
19272026-03-12T15:47:37.311Z Compiling crypto-common v0.1.7
19282026-03-12T15:47:37.423Z Compiling zerovec v0.11.5
19292026-03-12T15:47:37.445Z Compiling zerotrie v0.2.3
19302026-03-12T15:47:37.820Z Compiling block-buffer v0.10.4
19312026-03-12T15:47:37.990Z Compiling digest v0.10.7
19322026-03-12T15:47:38.074Z Compiling pest_derive v2.8.6
19332026-03-12T15:47:38.212Z Compiling tinystr v0.8.2
19342026-03-12T15:47:38.236Z Compiling potential_utf v0.1.4
19352026-03-12T15:47:38.288Z Compiling hmac v0.12.1
19362026-03-12T15:47:38.355Z Compiling futures-util v0.3.32
19372026-03-12T15:47:38.447Z Compiling icu_collections v2.1.1
19382026-03-12T15:47:38.485Z Compiling icu_locale_core v2.1.1
19392026-03-12T15:47:38.505Z Compiling block-padding v0.3.3
19402026-03-12T15:47:38.529Z Compiling sha2 v0.10.9
19412026-03-12T15:47:38.600Z Compiling rustls-pki-types v1.14.0
19422026-03-12T15:47:38.723Z Compiling inout v0.1.4
19432026-03-12T15:47:38.936Z Compiling cipher v0.4.4
19442026-03-12T15:47:38.982Z Compiling scroll_derive v0.13.1
19452026-03-12T15:47:39.377Z Compiling scroll_derive v0.12.1
19462026-03-12T15:47:39.509Z Compiling icu_provider v2.1.1
19472026-03-12T15:47:39.530Z Compiling openssl-macros v0.1.1
19482026-03-12T15:47:39.682Z Compiling bytes v1.11.1
19492026-03-12T15:47:40.031Z Compiling icu_normalizer v2.1.1
19502026-03-12T15:47:40.074Z Compiling icu_properties v2.1.2
19512026-03-12T15:47:40.098Z Compiling chrono v0.4.44
19522026-03-12T15:47:40.119Z Compiling serde_tokenstream v0.2.3
19532026-03-12T15:47:40.512Z Compiling tokio v1.49.0
19542026-03-12T15:47:40.935Z Compiling http v1.4.0
19552026-03-12T15:47:41.314Z Compiling idna_adapter v1.2.1
19562026-03-12T15:47:41.496Z Compiling idna v1.1.0
19572026-03-12T15:47:41.675Z Compiling der v0.7.10
19582026-03-12T15:47:41.760Z Compiling regex v1.12.3
19592026-03-12T15:47:41.781Z Compiling darling_macro v0.21.3
19602026-03-12T15:47:41.938Z Compiling ppv-lite86 v0.2.21
19612026-03-12T15:47:41.997Z Compiling url v2.5.8
19622026-03-12T15:47:42.209Z Compiling zerocopy-derive v0.7.35
19632026-03-12T15:47:42.439Z Compiling darling v0.21.3
19642026-03-12T15:47:42.553Z Compiling salsa20 v0.10.2
19652026-03-12T15:47:42.574Z Compiling pbkdf2 v0.12.2
19662026-03-12T15:47:42.738Z Compiling tracing v0.1.44
19672026-03-12T15:47:43.050Z Compiling spki v0.7.3
19682026-03-12T15:47:43.268Z Compiling base64 v0.22.1
19692026-03-12T15:47:43.290Z Compiling camino v1.2.2
19702026-03-12T15:47:43.331Z Compiling scrypt v0.11.0
19712026-03-12T15:47:43.386Z Compiling rand_chacha v0.9.0
19722026-03-12T15:47:43.580Z Compiling aes v0.8.4
19732026-03-12T15:47:43.648Z Compiling cbc v0.1.2
19742026-03-12T15:47:44.227Z Compiling usdt-impl v0.5.0
19752026-03-12T15:47:44.248Z Compiling winnow v0.7.14
19762026-03-12T15:47:44.420Z Compiling ref-cast v1.0.25
19772026-03-12T15:47:44.539Z Compiling usdt-impl v0.6.0
19782026-03-12T15:47:44.672Z Compiling paste v1.0.15
19792026-03-12T15:47:44.874Z Compiling pkcs5 v0.7.1
19802026-03-12T15:47:45.095Z Compiling rand v0.9.2
19812026-03-12T15:47:45.189Z Compiling http-body v1.0.1
19822026-03-12T15:47:45.252Z Compiling scroll v0.12.0
19832026-03-12T15:47:45.400Z Compiling scroll v0.13.0
19842026-03-12T15:47:45.442Z Compiling serde_spanned v0.6.9
19852026-03-12T15:47:45.481Z Compiling toml_datetime v0.6.11
19862026-03-12T15:47:45.602Z Compiling heapless v0.7.17
19872026-03-12T15:47:45.690Z Compiling bzip2-sys v0.1.13+1.0.8
19882026-03-12T15:47:45.764Z Compiling openssl-probe v0.2.1
19892026-03-12T15:47:45.821Z Compiling zstd-safe v7.2.4
19902026-03-12T15:47:45.881Z Compiling untrusted v0.7.1
19912026-03-12T15:47:45.901Z Compiling signal-hook v0.3.18
19922026-03-12T15:47:45.952Z Compiling tokio-util v0.7.18
19932026-03-12T15:47:46.096Z Compiling atomic-waker v1.1.2
19942026-03-12T15:47:46.192Z Compiling toml_parser v1.0.9+spec-1.1.0
19952026-03-12T15:47:46.270Z Compiling goblin v0.10.5
19962026-03-12T15:47:46.313Z Compiling goblin v0.8.2
19972026-03-12T15:47:46.442Z Compiling pkcs8 v0.10.2
19982026-03-12T15:47:46.916Z Compiling zerocopy v0.7.35
19992026-03-12T15:47:46.962Z Compiling ref-cast-impl v1.0.25
20002026-03-12T15:47:47.229Z Compiling darling_core v0.20.11
20012026-03-12T15:47:47.358Z Compiling toml_datetime v0.7.5+spec-1.1.0
20022026-03-12T15:47:47.415Z Compiling fastrand v2.3.0
20032026-03-12T15:47:47.474Z Compiling tower-layer v0.3.3
20042026-03-12T15:47:47.676Z Compiling litrs v1.0.0
20052026-03-12T15:47:47.715Z Compiling tower-service v0.3.3
20062026-03-12T15:47:47.734Z Compiling try-lock v0.2.5
20072026-03-12T15:47:47.973Z Compiling rustix v0.38.44
20082026-03-12T15:47:48.000Z Compiling winnow v0.5.40
20092026-03-12T15:47:48.119Z Compiling tinyvec_macros v0.1.1
20102026-03-12T15:47:48.309Z Compiling document-features v0.2.12
20112026-03-12T15:47:48.395Z Compiling want v0.3.1
20122026-03-12T15:47:48.432Z Compiling h2 v0.4.13
20132026-03-12T15:47:48.435Z Compiling tinyvec v1.10.0
20142026-03-12T15:47:49.229Z Compiling dtrace-parser v0.2.0
20152026-03-12T15:47:49.248Z Compiling dtrace-parser v0.3.0
20162026-03-12T15:47:49.787Z Compiling toml_edit v0.19.15
20172026-03-12T15:47:49.972Z Compiling dof v0.3.0
20182026-03-12T15:47:50.002Z Compiling ipnet v2.11.0
20192026-03-12T15:47:50.073Z Compiling darling_macro v0.20.11
20202026-03-12T15:47:50.117Z Compiling daft-derive v0.1.5
20212026-03-12T15:47:50.165Z Compiling async-trait v0.1.89
20222026-03-12T15:47:50.676Z Compiling dof v0.4.0
20232026-03-12T15:47:50.706Z Compiling curve25519-dalek v4.1.3
20242026-03-12T15:47:50.886Z Compiling spin v0.9.8
20252026-03-12T15:47:50.906Z Compiling thread-id v5.1.0
20262026-03-12T15:47:51.023Z Compiling thread-id v4.2.2
20272026-03-12T15:47:51.070Z Compiling proc-macro-error-attr v1.0.4
20282026-03-12T15:47:51.091Z Compiling smoltcp v0.9.1
20292026-03-12T15:47:51.142Z Compiling httpdate v1.0.3
20302026-03-12T15:47:51.168Z Compiling num-bigint-dig v0.8.6
20312026-03-12T15:47:51.442Z Compiling powerfmt v0.2.0
20322026-03-12T15:47:51.524Z Compiling pin-utils v0.1.0
20332026-03-12T15:47:51.660Z Compiling foreign-types-shared v0.1.1
20342026-03-12T15:47:51.717Z Compiling tempfile v3.25.0
20352026-03-12T15:47:51.739Z Compiling deranged v0.5.8
20362026-03-12T15:47:51.761Z Compiling foreign-types v0.3.2
20372026-03-12T15:47:51.904Z Compiling darling v0.20.11
20382026-03-12T15:47:52.395Z Compiling ipnetwork v0.21.1
20392026-03-12T15:47:52.502Z Compiling strum_macros v0.26.4
20402026-03-12T15:47:52.537Z Compiling hyper v1.8.1
20412026-03-12T15:47:52.770Z Compiling wait-timeout v0.2.1
20422026-03-12T15:47:52.814Z Compiling proc-macro-error v1.0.4
20432026-03-12T15:47:53.093Z Compiling simd-adler32 v0.3.8
20442026-03-12T15:47:53.139Z Compiling num_threads v0.1.7
20452026-03-12T15:47:53.163Z Compiling bit-vec v0.8.0
20462026-03-12T15:47:53.288Z Compiling utf8parse v0.2.2
20472026-03-12T15:47:53.430Z Compiling siphasher v1.0.2
20482026-03-12T15:47:53.475Z Compiling quick-error v1.2.3
20492026-03-12T15:47:53.527Z Compiling anstyle v1.0.13
20502026-03-12T15:47:53.570Z Compiling unicode-segmentation v1.12.0
20512026-03-12T15:47:53.615Z Compiling rusty-fork v0.3.1
20522026-03-12T15:47:53.731Z Compiling time v0.3.47
20532026-03-12T15:47:54.017Z Compiling hyper-util v0.1.20
20542026-03-12T15:47:54.141Z Compiling anstyle-parse v0.2.7
20552026-03-12T15:47:54.393Z Compiling bit-set v0.8.0
20562026-03-12T15:47:54.694Z Compiling crossbeam-epoch v0.9.18
20572026-03-12T15:47:54.860Z Compiling derive_builder_core v0.20.2
20582026-03-12T15:47:55.202Z Compiling unicode-normalization v0.1.25
20592026-03-12T15:47:55.853Z Compiling rustls-native-certs v0.8.3
20602026-03-12T15:47:56.223Z Compiling signature v2.2.0
20612026-03-12T15:47:56.302Z Compiling hubpack_derive v0.1.1
20622026-03-12T15:47:56.338Z Compiling curve25519-dalek-derive v0.1.1
20632026-03-12T15:47:56.410Z Compiling strum_macros v0.27.2
20642026-03-12T15:47:56.431Z Compiling rand_xorshift v0.4.0
20652026-03-12T15:47:56.624Z Compiling sync_wrapper v1.0.2
20662026-03-12T15:47:56.643Z Compiling fs-err v3.3.0
20672026-03-12T15:47:56.777Z Compiling ahash v0.8.12
20682026-03-12T15:47:56.895Z Compiling unicode-bidi v0.3.18
20692026-03-12T15:47:56.917Z Compiling object v0.37.3
20702026-03-12T15:47:56.937Z Compiling unicode-properties v0.1.4
20712026-03-12T15:47:57.088Z Compiling colorchoice v1.0.4
20722026-03-12T15:47:57.174Z Compiling adler2 v2.0.1
20732026-03-12T15:47:57.248Z Compiling is_terminal_polyfill v1.70.2
20742026-03-12T15:47:57.283Z Compiling unarray v0.1.4
20752026-03-12T15:47:57.305Z Compiling anstyle-query v1.1.5
20762026-03-12T15:47:57.350Z Compiling stringprep v0.1.5
20772026-03-12T15:47:57.395Z Compiling miniz_oxide v0.8.9
20782026-03-12T15:47:57.433Z Compiling anstream v0.6.21
20792026-03-12T15:47:57.454Z Compiling proptest v1.10.0
20802026-03-12T15:47:57.693Z Compiling tower v0.5.3
20812026-03-12T15:47:58.140Z Compiling derive_builder_macro v0.20.2
20822026-03-12T15:47:58.331Z Compiling crossbeam-deque v0.8.6
20832026-03-12T15:47:58.566Z Compiling heck v0.4.1
20842026-03-12T15:47:58.618Z Compiling usdt-macro v0.6.0
20852026-03-12T15:47:58.626Z Compiling usdt-attr-macro v0.6.0
20862026-03-12T15:47:58.960Z Compiling http-body-util v0.1.3
20872026-03-12T15:47:59.167Z Compiling webpki-roots v1.0.6
20882026-03-12T15:47:59.325Z Compiling rand_chacha v0.3.1
20892026-03-12T15:47:59.346Z Compiling erased-serde v0.3.31
20902026-03-12T15:47:59.349Z Compiling md-5 v0.10.6
20912026-03-12T15:47:59.525Z Compiling num-integer v0.1.46
20922026-03-12T15:47:59.547Z Compiling hash32 v0.2.1
20932026-03-12T15:47:59.595Z Compiling vergen-lib v0.1.6
20942026-03-12T15:47:59.630Z Compiling ff v0.13.1
20952026-03-12T15:47:59.699Z Compiling fallible-iterator v0.2.0
20962026-03-12T15:47:59.725Z Compiling ryu v1.0.23
20972026-03-12T15:47:59.762Z Compiling iri-string v0.7.10
20982026-03-12T15:47:59.789Z Compiling psl-types v2.0.11
20992026-03-12T15:47:59.813Z Compiling base16ct v0.2.0
21002026-03-12T15:47:59.855Z Compiling zlib-rs v0.6.2
21012026-03-12T15:47:59.975Z Compiling publicsuffix v2.3.0
21022026-03-12T15:47:59.978Z Compiling serde_urlencoded v0.7.1
21032026-03-12T15:47:59.978Z Compiling num-iter v0.1.45
21042026-03-12T15:48:00.014Z Compiling sec1 v0.7.3
21052026-03-12T15:48:00.172Z Compiling postgres-protocol v0.6.10
21062026-03-12T15:48:00.191Z Compiling group v0.13.0
21072026-03-12T15:48:00.253Z Compiling newtype-uuid v1.3.2
21082026-03-12T15:48:00.441Z Compiling rand v0.8.5
21092026-03-12T15:48:00.606Z Compiling oxnet v0.1.4
21102026-03-12T15:48:00.839Z Compiling zone_cfg_derive v0.3.1
21112026-03-12T15:48:00.859Z Compiling derive_builder v0.20.2
21122026-03-12T15:48:01.029Z Compiling tokio-native-tls v0.3.1
21132026-03-12T15:48:01.072Z Compiling phf_shared v0.13.1
21142026-03-12T15:48:01.166Z Compiling lazy_static v1.5.0
21152026-03-12T15:48:01.258Z Compiling terminal_size v0.4.3
21162026-03-12T15:48:01.316Z Compiling serde_with_macros v3.17.0
21172026-03-12T15:48:01.319Z Compiling cargo-platform v0.1.9
21182026-03-12T15:48:01.423Z Compiling tower-http v0.6.8
21192026-03-12T15:48:01.442Z Compiling hkdf v0.12.4
21202026-03-12T15:48:01.570Z Compiling crypto-bigint v0.5.5
21212026-03-12T15:48:01.595Z Compiling serde_repr v0.1.20
21222026-03-12T15:48:01.620Z Compiling enum-as-inner v0.6.1
21232026-03-12T15:48:01.642Z Compiling clap_derive v4.5.55
21242026-03-12T15:48:01.663Z Compiling vergen v9.0.6
21252026-03-12T15:48:01.760Z Compiling clap_lex v1.0.0
21262026-03-12T15:48:01.856Z Compiling libbz2-rs-sys v0.2.2
21272026-03-12T15:48:01.941Z Compiling managed v0.8.0
21282026-03-12T15:48:02.008Z Compiling bitflags v1.3.2
21292026-03-12T15:48:02.050Z Compiling unicode-width v0.2.0
21302026-03-12T15:48:02.115Z Compiling foldhash v0.1.5
21312026-03-12T15:48:02.360Z Compiling bumpalo v3.20.2
21322026-03-12T15:48:02.363Z Compiling console v0.16.2
21332026-03-12T15:48:02.446Z Compiling bzip2 v0.6.1
21342026-03-12T15:48:02.449Z Compiling hashbrown v0.15.5
21352026-03-12T15:48:02.641Z Compiling zopfli v0.8.3
21362026-03-12T15:48:02.740Z Compiling clap_builder v4.5.60
21372026-03-12T15:48:02.963Z Compiling flate2 v1.1.9
21382026-03-12T15:48:03.005Z Compiling cargo_metadata v0.19.2
21392026-03-12T15:48:03.162Z Compiling elliptic-curve v0.13.8
21402026-03-12T15:48:03.231Z Compiling phf v0.13.1
21412026-03-12T15:48:03.452Z Compiling hyper-tls v0.6.0
21422026-03-12T15:48:03.496Z Compiling rayon v1.11.0
21432026-03-12T15:48:03.628Z Compiling signal-hook-mio v0.2.5
21442026-03-12T15:48:03.742Z Compiling daft v0.1.5
21452026-03-12T15:48:03.789Z Compiling cookie_store v0.22.1
21462026-03-12T15:48:03.810Z Compiling postgres-types v0.2.12
21472026-03-12T15:48:03.902Z Compiling zstd v0.13.3
21482026-03-12T15:48:03.946Z Compiling bzip2 v0.4.4
21492026-03-12T15:48:04.108Z Compiling strum v0.27.2
21502026-03-12T15:48:04.339Z Compiling hubpack v0.1.2
21512026-03-12T15:48:04.427Z Compiling ed25519 v2.2.3
21522026-03-12T15:48:04.496Z Compiling phf_shared v0.11.3
21532026-03-12T15:48:04.689Z Compiling pkcs1 v0.7.5
21542026-03-12T15:48:04.761Z Compiling serde-big-array v0.5.1
21552026-03-12T15:48:04.909Z Compiling hex v0.4.3
21562026-03-12T15:48:04.957Z Compiling rfc6979 v0.4.0
21572026-03-12T15:48:04.978Z Compiling bstr v1.12.1
21582026-03-12T15:48:05.219Z Compiling itertools v0.12.1
21592026-03-12T15:48:05.239Z Compiling float-cmp v0.10.0
21602026-03-12T15:48:05.263Z Compiling memmap2 v0.9.10
21612026-03-12T15:48:05.287Z Compiling env_filter v1.0.0
21622026-03-12T15:48:05.441Z Compiling encoding_rs v0.8.35
21632026-03-12T15:48:05.549Z Compiling difflib v0.4.0
21642026-03-12T15:48:05.571Z Compiling predicates-core v1.0.10
21652026-03-12T15:48:05.571Z Compiling precomputed-hash v0.1.1
21662026-03-12T15:48:05.652Z Compiling mime v0.3.17
21672026-03-12T15:48:05.675Z Compiling fixedbitset v0.5.7
21682026-03-12T15:48:05.802Z Compiling jiff v0.2.21
21692026-03-12T15:48:05.822Z Compiling unit-prefix v0.5.2
21702026-03-12T15:48:05.928Z Compiling new_debug_unreachable v1.0.6
21712026-03-12T15:48:05.983Z Compiling normalize-line-endings v0.3.0
21722026-03-12T15:48:06.021Z Compiling rustc-hash v2.1.1
21732026-03-12T15:48:06.118Z Compiling fixedbitset v0.4.2
21742026-03-12T15:48:06.143Z Compiling whoami v2.1.0
21752026-03-12T15:48:06.193Z Compiling data-encoding v2.10.0
21762026-03-12T15:48:06.235Z Compiling static_assertions v1.1.0
21772026-03-12T15:48:06.338Z Compiling keccak v0.1.6
21782026-03-12T15:48:06.377Z Compiling toml_write v0.1.2
21792026-03-12T15:48:06.413Z Compiling petgraph v0.6.5
21802026-03-12T15:48:06.446Z Compiling tokio-postgres v0.7.16
21812026-03-12T15:48:06.601Z Compiling hickory-proto v0.25.2
21822026-03-12T15:48:06.604Z Compiling toml_edit v0.22.27
21832026-03-12T15:48:06.666Z Compiling sha3 v0.10.8
21842026-03-12T15:48:06.692Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21852026-03-12T15:48:06.883Z Compiling zone v0.3.1
21862026-03-12T15:48:07.234Z Compiling iddqd v0.3.17
21872026-03-12T15:48:07.727Z Compiling predicates v3.1.4
21882026-03-12T15:48:07.771Z Compiling string_cache v0.8.9
21892026-03-12T15:48:08.064Z Compiling indicatif v0.18.4
21902026-03-12T15:48:08.456Z Compiling petgraph v0.8.3
21912026-03-12T15:48:08.529Z Compiling similar v2.7.0
21922026-03-12T15:48:08.734Z Compiling env_logger v0.11.9
21932026-03-12T15:48:09.079Z Compiling usdt v0.6.0
21942026-03-12T15:48:09.412Z Compiling serde_with v3.17.0
21952026-03-12T15:48:09.546Z Compiling zip v4.6.1
21962026-03-12T15:48:09.673Z Compiling ecdsa v0.16.9
21972026-03-12T15:48:09.934Z Compiling rsa v0.9.10
21982026-03-12T15:48:10.406Z Compiling clap v4.5.60
21992026-03-12T15:48:10.521Z Compiling ed25519-dalek v2.2.0
22002026-03-12T15:48:10.780Z Compiling crossterm v0.28.1
22012026-03-12T15:48:11.087Z Compiling zip v0.6.6
22022026-03-12T15:48:11.112Z Compiling strum v0.26.3
22032026-03-12T15:48:11.131Z Compiling toml v0.7.8
22042026-03-12T15:48:11.151Z Compiling tokio-stream v0.1.18
22052026-03-12T15:48:11.285Z Compiling buf-list v1.1.2
22062026-03-12T15:48:11.713Z Compiling x509-cert v0.2.5
22072026-03-12T15:48:11.761Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22082026-03-12T15:48:11.842Z Compiling openapiv3 v2.2.0
22092026-03-12T15:48:11.899Z Compiling sha1 v0.10.6
22102026-03-12T15:48:12.233Z Compiling itertools v0.13.0
22112026-03-12T15:48:12.424Z Compiling peg-runtime v0.8.5
22122026-03-12T15:48:12.804Z Compiling lalrpop-util v0.19.12
22132026-03-12T15:48:27.900Z Compiling macaddr v1.0.1
22142026-03-12T15:48:28.254Z Compiling structmeta-derive v0.3.0
22152026-03-12T15:48:28.275Z Compiling itertools v0.14.0
22162026-03-12T15:48:28.984Z Compiling heapless v0.8.0
22172026-03-12T15:48:29.968Z Compiling ingot-macros v0.1.1
22182026-03-12T15:48:30.261Z Compiling structmeta v0.3.0
22192026-03-12T15:48:33.918Z Compiling rustls-webpki v0.103.9
22202026-03-12T15:48:35.801Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-03-12T15:48:36.771Z Compiling hash32 v0.3.1
22222026-03-12T15:48:36.990Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-03-12T15:48:37.135Z Compiling smoltcp v0.11.0
22242026-03-12T15:48:37.302Z Compiling proc-macro-crate v3.4.0
22252026-03-12T15:48:37.353Z Compiling ingot-types v0.1.2
22262026-03-12T15:48:37.397Z Compiling cobs v0.3.0
22272026-03-12T15:48:37.592Z Compiling rustls v0.22.4
22282026-03-12T15:48:37.793Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22292026-03-12T15:48:37.796Z Compiling postcard v1.1.3
22302026-03-12T15:48:37.884Z Compiling proc-macro-crate v1.3.1
22312026-03-12T15:48:37.911Z Compiling ingot v0.1.1
22322026-03-12T15:48:37.933Z Compiling num_enum_derive v0.7.5
22332026-03-12T15:48:37.987Z Compiling rustls-webpki v0.102.8
22342026-03-12T15:48:38.280Z Compiling futures-executor v0.3.32
22352026-03-12T15:48:38.329Z Compiling foreign-types-macros v0.2.3
22362026-03-12T15:48:38.357Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22372026-03-12T15:48:38.396Z Compiling multer v3.1.0
22382026-03-12T15:48:38.683Z Compiling tokio-rustls v0.26.4
22392026-03-12T15:48:38.885Z Compiling rustls-platform-verifier v0.6.2
22402026-03-12T15:48:38.928Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22412026-03-12T15:48:38.947Z Compiling thread_local v1.1.9
22422026-03-12T15:48:39.058Z Compiling hyper-rustls v0.27.7
22432026-03-12T15:48:39.135Z Compiling foreign-types-shared v0.3.1
22442026-03-12T15:48:39.161Z Compiling typeid v1.0.3
22452026-03-12T15:48:39.225Z Compiling match_cfg v0.1.0
22462026-03-12T15:48:39.258Z Compiling slog-async v2.8.0
22472026-03-12T15:48:39.276Z Compiling cpufeatures v0.3.0
22482026-03-12T15:48:39.296Z Compiling num_enum v0.7.5
22492026-03-12T15:48:39.342Z Compiling hostname v0.3.1
22502026-03-12T15:48:39.386Z Compiling reqwest v0.13.2
22512026-03-12T15:48:39.402Z Compiling reqwest v0.12.28
22522026-03-12T15:48:39.477Z Compiling chacha20 v0.10.0
22532026-03-12T15:48:39.483Z Compiling foreign-types v0.5.0
22542026-03-12T15:48:39.668Z Compiling futures v0.3.32
22552026-03-12T15:48:39.691Z Compiling num_enum_derive v0.5.11
22562026-03-12T15:48:39.870Z Compiling derive-ex v0.1.8
22572026-03-12T15:48:39.904Z Compiling tabwriter v1.4.1
22582026-03-12T15:48:39.982Z Compiling slog-json v2.6.1
22592026-03-12T15:48:40.322Z Compiling crossbeam-channel v0.5.15
22602026-03-12T15:48:40.386Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22612026-03-12T15:48:40.400Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22622026-03-12T15:48:40.767Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22632026-03-12T15:48:40.983Z Compiling async-stream-impl v0.3.6
22642026-03-12T15:48:41.023Z Compiling serde_spanned v1.0.4
22652026-03-12T15:48:41.027Z Compiling is-terminal v0.4.17
22662026-03-12T15:48:41.154Z Compiling cstr-argument v0.1.2
22672026-03-12T15:48:41.174Z Compiling memoffset v0.9.1
22682026-03-12T15:48:41.238Z Compiling dropshot v0.16.7
22692026-03-12T15:48:41.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22702026-03-12T15:48:41.264Z Compiling term v1.2.1
22712026-03-12T15:48:41.387Z Compiling erased-serde v0.4.9
22722026-03-12T15:48:41.464Z Compiling cfg_aliases v0.2.1
22732026-03-12T15:48:41.534Z Compiling crucible-workspace-hack v0.1.0
22742026-03-12T15:48:41.555Z Compiling take_mut v0.2.2
22752026-03-12T15:48:41.580Z Compiling toml_writer v1.0.6+spec-1.1.0
22762026-03-12T15:48:41.716Z Compiling slog-term v2.9.2
22772026-03-12T15:48:41.804Z Compiling async-stream v0.3.6
22782026-03-12T15:48:41.847Z Compiling toml v0.9.12+spec-1.1.0
22792026-03-12T15:48:41.876Z Compiling nix v0.30.1
22802026-03-12T15:48:42.027Z Compiling test-strategy v0.4.5
22812026-03-12T15:48:42.217Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22822026-03-12T15:48:42.394Z Compiling num_enum v0.5.11
22832026-03-12T15:48:42.414Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22842026-03-12T15:48:42.580Z Compiling tokio-rustls v0.25.0
22852026-03-12T15:48:42.599Z Compiling slog-bunyan v2.5.0
22862026-03-12T15:48:42.757Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22872026-03-12T15:48:42.842Z Compiling rand v0.10.0
22882026-03-12T15:48:43.070Z Compiling parse-display-derive v0.10.0
22892026-03-12T15:48:43.148Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-03-12T15:48:43.216Z Compiling backon v1.6.0
22912026-03-12T15:48:43.347Z Compiling waitgroup v0.1.2
22922026-03-12T15:48:43.378Z Compiling newtype-uuid-macros v0.1.0
22932026-03-12T15:48:43.462Z Compiling dropshot_endpoint v0.16.7
22942026-03-12T15:48:43.484Z Compiling rustls-pemfile v2.2.0
22952026-03-12T15:48:43.542Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22962026-03-12T15:48:43.563Z Compiling serde_path_to_error v0.1.20
22972026-03-12T15:48:43.613Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22982026-03-12T15:48:43.838Z Compiling hostname v0.4.2
22992026-03-12T15:48:43.858Z Compiling instant v0.1.13
23002026-03-12T15:48:43.898Z Compiling colored v3.1.1
23012026-03-12T15:48:43.983Z Compiling libefi-sys v0.1.0
23022026-03-12T15:48:44.029Z Compiling debug-ignore v1.0.5
23032026-03-12T15:48:44.090Z Compiling backoff v0.4.0
23042026-03-12T15:48:44.111Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052026-03-12T15:48:44.162Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-12T15:48:44.206Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23072026-03-12T15:48:44.290Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-03-12T15:48:44.319Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23092026-03-12T15:48:44.378Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23102026-03-12T15:48:44.528Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23112026-03-12T15:48:44.558Z Compiling camino-tempfile v1.4.1
23122026-03-12T15:48:44.721Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-03-12T15:48:44.835Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-03-12T15:48:44.947Z Compiling usdt-attr-macro v0.5.0
23152026-03-12T15:48:45.090Z Compiling parse-display v0.10.0
23162026-03-12T15:48:45.112Z Compiling usdt-macro v0.5.0
23172026-03-12T15:48:45.133Z Compiling secrecy v0.10.3
23182026-03-12T15:48:45.308Z Compiling num-derive v0.4.2
23192026-03-12T15:48:45.373Z Compiling bitfield-struct v0.6.2
23202026-03-12T15:48:45.420Z Compiling regress v0.10.5
23212026-03-12T15:48:45.950Z Compiling ordered-float v2.10.1
23222026-03-12T15:48:46.065Z Compiling blake3 v1.8.3
23232026-03-12T15:48:46.116Z Compiling memmap v0.7.0
23242026-03-12T15:48:46.219Z Compiling sigpipe v0.1.3
23252026-03-12T15:48:46.252Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23262026-03-12T15:48:46.353Z Compiling glob v0.3.3
23272026-03-12T15:48:46.374Z Compiling serde-value v0.7.0
23282026-03-12T15:48:46.419Z Compiling usdt v0.5.0
23292026-03-12T15:48:46.508Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23302026-03-12T15:48:46.563Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23312026-03-12T15:48:46.601Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-12T15:48:46.883Z Compiling serde-untagged v0.1.9
23332026-03-12T15:48:46.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23342026-03-12T15:48:47.236Z Compiling toml v0.8.23
23352026-03-12T15:48:47.300Z Compiling smf v0.2.3
23362026-03-12T15:48:47.362Z Compiling filetime v0.2.27
23372026-03-12T15:48:47.382Z Compiling xattr v1.6.1
23382026-03-12T15:48:47.430Z Compiling arrayvec v0.7.6
23392026-03-12T15:48:47.486Z Compiling same-file v1.0.6
23402026-03-12T15:48:47.566Z Compiling constant_time_eq v0.4.2
23412026-03-12T15:48:47.638Z Compiling whoami v1.6.1
23422026-03-12T15:48:47.644Z Compiling arrayref v0.3.9
23432026-03-12T15:48:47.719Z Compiling unicode-xid v0.2.6
23442026-03-12T15:48:47.762Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-12T15:48:47.811Z Compiling walkdir v2.5.0
23462026-03-12T15:48:47.830Z Compiling tar v0.4.44
23472026-03-12T15:48:47.882Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-12T15:48:47.908Z Compiling cargo-util-schemas v0.8.2
23492026-03-12T15:48:48.231Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23502026-03-12T15:48:48.539Z Compiling tokio-dtrace v0.1.1
23512026-03-12T15:48:48.747Z Compiling gethostname v0.5.0
23522026-03-12T15:48:48.766Z Compiling cargo-platform v0.2.0
23532026-03-12T15:48:48.770Z Compiling topological-sort v0.2.2
23542026-03-12T15:48:48.937Z Compiling oxide-tokio-rt v0.1.2
23552026-03-12T15:48:48.957Z Compiling shell-words v1.1.1
23562026-03-12T15:48:49.012Z Compiling indent_write v2.2.0
23572026-03-12T15:48:49.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23582026-03-12T15:48:49.497Z Compiling cargo_metadata v0.21.0
23592026-03-12T15:49:00.807Z Compiling progenitor-client v0.13.0
23602026-03-12T15:49:00.871Z Compiling progenitor-client v0.10.0
23612026-03-12T15:49:00.871Z Compiling omicron-zone-package v0.12.2
23622026-03-12T15:49:00.984Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23632026-03-12T15:49:00.985Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-03-12T15:49:00.988Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-03-12T15:49:01.043Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23662026-03-12T15:49:01.157Z Compiling progenitor-extras v0.1.1
23672026-03-12T15:49:01.427Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23682026-03-12T15:49:10.815Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23692026-03-12T15:49:12.058Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23702026-03-12T15:49:20.467Z Finished `release` profile [optimized] target(s) in 1m 54s
23712026-03-12T15:49:20.646Z Running `target/release/omicron-package -t test target create -p dev`
23722026-03-12T15:49:20.705ZLogging to: /work/oxidecomputer/omicron/out/LOG
23732026-03-12T15:49:20.708ZCreated new build target 'test' and set it as active
23742026-03-12T15:49:20.708Z
23752026-03-12T15:49:20.708Zreal 1:54.268903541
23762026-03-12T15:49:20.708Zuser 20:27.211868195
23772026-03-12T15:49:20.708Zsys 2:59.980635345
23782026-03-12T15:49:20.708Ztrap 0.520424935
23792026-03-12T15:49:20.708Ztflt 3.314551359
23802026-03-12T15:49:20.708Zdflt 3.521120609
23812026-03-12T15:49:20.708Zkflt 0.017673023
23822026-03-12T15:49:20.708Zlock 47:27.288691101
23832026-03-12T15:49:20.708Zslp 1:11:09.118371648
23842026-03-12T15:49:20.708Zlat 46.573431170
23852026-03-12T15:49:20.708Zstop 6:50.537674403
23862026-03-12T15:49:20.711Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23872026-03-12T15:49:21.793Z Finished `release` profile [optimized] target(s) in 1.07s
23882026-03-12T15:49:21.857Z Running `target/release/omicron-package -t test package`
23892026-03-12T15:49:21.914ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-03-12T15:49:23.690Z Compiling regress v0.10.5
23912026-03-12T15:49:23.690Z Compiling heck v0.5.0
23922026-03-12T15:49:23.693Z Compiling unsafe-libyaml v0.2.11
23932026-03-12T15:49:23.693Z Compiling convert_case v0.4.0
23942026-03-12T15:49:23.967Z Compiling half v2.7.1
23952026-03-12T15:49:23.967Z Compiling ciborium-io v0.2.2
23962026-03-12T15:49:23.993Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23972026-03-12T15:49:23.996Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23982026-03-12T15:49:23.996Z Compiling prettyplease v0.2.37
23992026-03-12T15:49:24.019Z Compiling universal-hash v0.5.1
24002026-03-12T15:49:24.044Z Compiling thiserror-impl-no-std v2.0.2
24012026-03-12T15:49:24.046Z Compiling unicode-width v0.1.14
24022026-03-12T15:49:24.046Z Compiling opaque-debug v0.3.1
24032026-03-12T15:49:24.047Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24042026-03-12T15:49:24.099Z Compiling chacha20 v0.9.1
24052026-03-12T15:49:24.102Z Compiling password-hash v0.5.0
24062026-03-12T15:49:24.184Z Compiling typify-impl v0.6.1
24072026-03-12T15:49:24.319Z Compiling poly1305 v0.8.0
24082026-03-12T15:49:24.319Z Compiling blake2 v0.10.6
24092026-03-12T15:49:24.377Z Compiling derive_more v0.99.20
24102026-03-12T15:49:24.442Z Compiling ciborium-ll v0.2.2
24112026-03-12T15:49:24.471Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24122026-03-12T15:49:24.580Z Compiling aead v0.5.2
24132026-03-12T15:49:24.607Z Compiling is-terminal v0.4.17
24142026-03-12T15:49:24.663Z Compiling serde_yaml v0.9.34+deprecated
24152026-03-12T15:49:24.754Z Compiling ciborium v0.2.2
24162026-03-12T15:49:24.811Z Compiling swrite v0.1.0
24172026-03-12T15:49:24.839Z Compiling chacha20poly1305 v0.10.1
24182026-03-12T15:49:24.877Z Compiling argon2 v0.5.3
24192026-03-12T15:49:24.987Z Compiling serde_spanned v1.0.4
24202026-03-12T15:49:25.042Z Compiling toml_writer v1.0.6+spec-1.1.0
24212026-03-12T15:49:25.108Z Compiling bytecount v0.6.9
24222026-03-12T15:49:25.165Z Compiling rustls v0.22.4
24232026-03-12T15:49:25.206Z Compiling rustls-webpki v0.102.8
24242026-03-12T15:49:25.231Z Compiling derive-where v1.6.0
24252026-03-12T15:49:25.353Z Compiling toml v0.9.12+spec-1.1.0
24262026-03-12T15:49:25.381Z Compiling thread_local v1.1.9
24272026-03-12T15:49:25.475Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24282026-03-12T15:49:25.504Z Compiling match_cfg v0.1.0
24292026-03-12T15:49:25.568Z Compiling thiserror-no-std v2.0.2
24302026-03-12T15:49:25.622Z Compiling hostname v0.3.1
24312026-03-12T15:49:25.701Z Compiling vsss-rs v3.3.4
24322026-03-12T15:49:25.909Z Compiling multer v3.1.0
24332026-03-12T15:49:25.940Z Compiling slog-async v2.8.0
24342026-03-12T15:49:26.000Z Compiling typify-impl v0.4.3
24352026-03-12T15:49:26.031Z Compiling slog-json v2.6.1
24362026-03-12T15:49:26.170Z Compiling crossbeam-channel v0.5.15
24372026-03-12T15:49:26.252Z Compiling futures-executor v0.3.32
24382026-03-12T15:49:26.279Z Compiling take_mut v0.2.2
24392026-03-12T15:49:26.309Z Compiling term v1.2.1
24402026-03-12T15:49:26.449Z Compiling slog-bunyan v2.5.0
24412026-03-12T15:49:26.576Z Compiling futures v0.3.32
24422026-03-12T15:49:26.647Z Compiling async-stream v0.3.6
24432026-03-12T15:49:26.680Z Compiling dropshot v0.16.7
24442026-03-12T15:49:26.710Z Compiling slog-term v2.9.2
24452026-03-12T15:49:26.793Z Compiling progenitor-client v0.13.0
24462026-03-12T15:49:26.879Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-03-12T15:49:26.915Z Compiling waitgroup v0.1.2
24482026-03-12T15:49:26.988Z Compiling backon v1.6.0
24492026-03-12T15:49:27.016Z Compiling rustls-pemfile v2.2.0
24502026-03-12T15:49:27.110Z Compiling serde_path_to_error v0.1.20
24512026-03-12T15:49:27.139Z Compiling hostname v0.4.2
24522026-03-12T15:49:27.173Z Compiling instant v0.1.13
24532026-03-12T15:49:27.175Z Compiling debug-ignore v1.0.5
24542026-03-12T15:49:27.232Z Compiling progenitor-extras v0.1.1
24552026-03-12T15:49:27.276Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24562026-03-12T15:49:27.338Z Compiling backoff v0.4.0
24572026-03-12T15:49:27.368Z Compiling parse-display v0.10.0
24582026-03-12T15:49:27.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-03-12T15:49:27.371Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24602026-03-12T15:49:27.455Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-12T15:49:27.539Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24622026-03-12T15:49:27.569Z Compiling progenitor-client v0.10.0
24632026-03-12T15:49:27.600Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24642026-03-12T15:49:27.600Z Compiling macaddr v1.0.1
24652026-03-12T15:49:27.659Z Compiling console v0.15.11
24662026-03-12T15:49:27.731Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24672026-03-12T15:49:27.778Z Compiling atomicwrites v0.4.4
24682026-03-12T15:49:27.970Z Compiling newline-converter v0.3.0
24692026-03-12T15:49:27.997Z Compiling num-rational v0.4.2
24702026-03-12T15:49:28.000Z Compiling num-complex v0.4.6
24712026-03-12T15:49:28.191Z Compiling slog-dtrace v0.3.0
24722026-03-12T15:49:28.223Z Compiling expectorate v1.2.0
24732026-03-12T15:49:28.498Z Compiling tokio-rustls v0.25.0
24742026-03-12T15:49:28.609Z Compiling num v0.4.3
24752026-03-12T15:49:28.751Z Compiling async-recursion v1.1.1
24762026-03-12T15:49:28.778Z Compiling owo-colors v4.3.0
24772026-03-12T15:49:28.837Z Compiling float-ord v0.3.2
24782026-03-12T15:49:28.893Z Compiling cancel-safe-futures v0.1.5
24792026-03-12T15:49:29.052Z Compiling libsw-core v0.3.2
24802026-03-12T15:49:29.276Z Compiling resolv-conf v0.7.6
24812026-03-12T15:49:29.334Z Compiling libsw v3.5.0
24822026-03-12T15:49:29.386Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24832026-03-12T15:49:29.606Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24842026-03-12T15:49:29.641Z Compiling toml v0.8.23
24852026-03-12T15:49:29.644Z Compiling linear-map v1.2.0
24862026-03-12T15:49:29.856Z Compiling minimal-lexical v0.2.1
24872026-03-12T15:49:29.884Z Compiling linked-hash-map v0.5.6
24882026-03-12T15:49:29.992Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24892026-03-12T15:49:30.111Z Compiling unicode-xid v0.2.6
24902026-03-12T15:49:30.200Z Compiling lru-cache v0.1.2
24912026-03-12T15:49:30.227Z Compiling nom v7.1.3
24922026-03-12T15:49:30.316Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-03-12T15:49:30.417Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-03-12T15:49:30.528Z Compiling globset v0.4.18
24952026-03-12T15:49:30.744Z Compiling hickory-proto v0.24.4
24962026-03-12T15:49:31.021Z Compiling typify-macro v0.6.1
24972026-03-12T15:49:31.048Z Compiling typify-macro v0.4.3
24982026-03-12T15:49:32.024Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-12T15:49:32.106Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-03-12T15:49:32.911Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25012026-03-12T15:49:32.954Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-12T15:49:33.113Z Compiling typify v0.4.3
25032026-03-12T15:49:33.116Z Compiling typify v0.6.1
25042026-03-12T15:49:33.284Z Compiling progenitor-impl v0.13.0
25052026-03-12T15:49:34.212Z Compiling hickory-resolver v0.24.4
25062026-03-12T15:49:34.585Z Compiling progenitor-impl v0.11.2
25072026-03-12T15:49:35.239Z Compiling convert_case v0.10.0
25082026-03-12T15:49:35.650Z Compiling derive_more-impl v2.1.1
25092026-03-12T15:49:36.414Z Compiling progenitor-macro v0.13.0
25102026-03-12T15:49:36.694Z Compiling qorb v0.4.1
25112026-03-12T15:49:37.691Z Compiling progenitor-macro v0.11.2
25122026-03-12T15:49:38.260Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-03-12T15:49:38.561Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-12T15:49:40.062Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25152026-03-12T15:49:41.650Z Compiling progenitor-client v0.11.2
25162026-03-12T15:49:41.684Z Compiling pin-project-internal v1.1.11
25172026-03-12T15:49:41.686Z Compiling derive_more v2.1.1
25182026-03-12T15:49:41.845Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-03-12T15:49:41.947Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-12T15:49:42.109Z Compiling pem v3.0.6
25212026-03-12T15:49:42.138Z Compiling snafu-derive v0.8.9
25222026-03-12T15:49:42.313Z Compiling termtree v0.5.1
25232026-03-12T15:49:42.364Z Compiling progenitor v0.13.0
25242026-03-12T15:49:42.568Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25252026-03-12T15:49:42.605Z Compiling crossterm v0.29.0
25262026-03-12T15:49:43.006Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-12T15:49:43.170Z Compiling pin-project v1.1.11
25282026-03-12T15:49:43.340Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-03-12T15:49:43.446Z Compiling progenitor v0.11.2
25302026-03-12T15:49:43.577Z Compiling olpc-cjson v0.1.4
25312026-03-12T15:49:43.661Z Compiling phf_shared v0.12.1
25322026-03-12T15:49:43.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-03-12T15:49:44.472Z Compiling snafu v0.8.9
25342026-03-12T15:49:44.690Z Compiling serde_plain v1.0.2
25352026-03-12T15:49:44.755Z Compiling csv-core v0.1.13
25362026-03-12T15:49:44.885Z Compiling vte v0.14.1
25372026-03-12T15:49:45.109Z Compiling chrono-tz v0.10.4
25382026-03-12T15:49:45.206Z Compiling highway v1.3.0
25392026-03-12T15:49:45.292Z Compiling typed-path v0.9.3
25402026-03-12T15:49:45.344Z Compiling strip-ansi-escapes v0.2.1
25412026-03-12T15:49:45.442Z Compiling csv v1.4.0
25422026-03-12T15:49:45.682Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-03-12T15:49:46.092Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-03-12T15:49:46.120Z Compiling phf v0.12.1
25452026-03-12T15:49:46.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-03-12T15:49:46.465Z Compiling const_format_proc_macros v0.2.34
25472026-03-12T15:49:46.755Z Compiling papergrid v0.11.0
25482026-03-12T15:49:47.037Z Compiling tough v0.20.0
25492026-03-12T15:49:47.216Z Compiling fd-lock v4.0.4
25502026-03-12T15:49:47.424Z Compiling peg-macros v0.8.5
25512026-03-12T15:49:47.552Z Compiling tabled_derive v0.7.0
25522026-03-12T15:49:48.015Z Compiling nu-ansi-term v0.50.3
25532026-03-12T15:49:48.790Z Compiling tabled v0.15.0
25542026-03-12T15:49:49.156Z Compiling peg v0.8.5
25552026-03-12T15:49:49.208Z Compiling reedline v0.40.0
25562026-03-12T15:49:49.282Z Compiling const_format v0.2.35
25572026-03-12T15:49:49.524Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-03-12T15:49:49.995Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-12T15:49:50.187Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-12T15:49:51.497Z Compiling bcs v0.1.6
25612026-03-12T15:49:51.510Z Compiling semver v0.1.20
25622026-03-12T15:49:51.878Z Compiling rustc_version v0.1.7
25632026-03-12T15:49:52.039Z Compiling base64 v0.21.7
25642026-03-12T15:49:52.168Z Compiling newtype_derive v0.1.6
25652026-03-12T15:49:52.456Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-12T15:49:52.721Z Compiling smawk v0.3.2
25672026-03-12T15:49:52.748Z Compiling unicode-linebreak v0.1.5
25682026-03-12T15:49:52.965Z Compiling humantime v2.3.0
25692026-03-12T15:49:53.139Z Compiling textwrap v0.16.2
25702026-03-12T15:49:53.340Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-12T15:49:53.574Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25722026-03-12T15:49:53.635Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-12T15:49:53.972Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25742026-03-12T15:49:54.205Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-12T15:49:54.242Z Compiling steno v0.4.1
25762026-03-12T15:49:54.376Z Compiling utf-8 v0.7.6
25772026-03-12T15:49:54.675Z Compiling progenitor-impl v0.10.0
25782026-03-12T15:49:55.102Z Compiling tagptr v0.2.0
25792026-03-12T15:49:55.349Z Compiling moka v0.12.13
25802026-03-12T15:49:55.478Z Compiling tungstenite v0.21.0
25812026-03-12T15:49:55.883Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-12T15:49:56.766Z Compiling tokio-tungstenite v0.21.0
25832026-03-12T15:49:57.204Z Compiling hickory-resolver v0.25.2
25842026-03-12T15:49:57.245Z Compiling radium v0.7.0
25852026-03-12T15:49:57.663Z Compiling maybe-uninit v2.0.0
25862026-03-12T15:49:57.782Z Compiling progenitor-macro v0.10.0
25872026-03-12T15:49:58.056Z Compiling tap v1.0.1
25882026-03-12T15:49:58.240Z Compiling wyz v0.5.1
25892026-03-12T15:49:58.583Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-03-12T15:49:58.617Z Compiling zerocopy-derive v0.6.6
25912026-03-12T15:49:58.719Z Compiling packed_struct v0.10.1
25922026-03-12T15:49:59.090Z Compiling display-error-chain v0.2.2
25932026-03-12T15:49:59.257Z Compiling crc-catalog v2.4.0
25942026-03-12T15:49:59.306Z Compiling funty v2.0.0
25952026-03-12T15:49:59.429Z Compiling crc v3.4.0
25962026-03-12T15:49:59.689Z Compiling zerocopy v0.6.6
25972026-03-12T15:49:59.920Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-12T15:50:00.261Z Compiling bitvec v1.0.1
25992026-03-12T15:50:00.904Z Compiling packed_struct_codegen v0.10.1
26002026-03-12T15:50:01.629Z Compiling bitfield-macros v0.19.4
26012026-03-12T15:50:01.820Z Compiling indexmap v1.9.3
26022026-03-12T15:50:02.125Z Compiling nodrop v0.1.14
26032026-03-12T15:50:02.272Z Compiling array-init v0.0.4
26042026-03-12T15:50:02.340Z Compiling smallvec v0.6.14
26052026-03-12T15:50:02.586Z Compiling bitfield v0.19.4
26062026-03-12T15:50:02.615Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-12T15:50:02.758Z Compiling num-derive v0.3.3
26082026-03-12T15:50:02.879Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-12T15:50:03.066Z Compiling hashbrown v0.12.3
26102026-03-12T15:50:03.432Z Compiling proc-macro-error2 v2.0.1
26112026-03-12T15:50:03.591Z Compiling progenitor v0.10.0
26122026-03-12T15:50:03.821Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26132026-03-12T15:50:03.881Z Compiling serde-hex v0.1.0
26142026-03-12T15:50:04.055Z Compiling libscf-sys v1.1.0
26152026-03-12T15:50:04.265Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-03-12T15:50:04.557Z Compiling ron v0.8.1
26172026-03-12T15:50:04.559Z Compiling nix v0.31.1
26182026-03-12T15:50:04.700Z Compiling hashbrown v0.13.2
26192026-03-12T15:50:04.972Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-03-12T15:50:05.176Z Compiling vergen-gitcl v1.0.8
26212026-03-12T15:50:05.281Z Compiling dirs-sys-next v0.1.2
26222026-03-12T15:50:05.487Z Compiling maplit v1.0.2
26232026-03-12T15:50:05.562Z Compiling crunchy v0.2.4
26242026-03-12T15:50:05.632Z Compiling glob v0.3.3
26252026-03-12T15:50:05.635Z Compiling crc-any v2.5.0
26262026-03-12T15:50:05.695Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-03-12T15:50:05.980Z Compiling dirs-next v2.0.0
26282026-03-12T15:50:06.120Z Compiling clang-sys v1.8.1
26292026-03-12T15:50:06.202Z Compiling object v0.30.4
26302026-03-12T15:50:06.273Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-12T15:50:06.322Z Compiling tabled_derive v0.11.0
26322026-03-12T15:50:06.415Z Compiling papergrid v0.17.0
26332026-03-12T15:50:06.563Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26342026-03-12T15:50:06.622Z Compiling testing_table v0.3.0
26352026-03-12T15:50:06.878Z Compiling dsl_auto_type v0.1.3
26362026-03-12T15:50:07.125Z Compiling scheduled-thread-pool v0.2.7
26372026-03-12T15:50:07.199Z Compiling diesel_table_macro_syntax v0.2.0
26382026-03-12T15:50:07.491Z Compiling path-slash v0.1.5
26392026-03-12T15:50:07.664Z Compiling tiny-keccak v2.0.2
26402026-03-12T15:50:07.693Z Compiling diesel_derives v2.2.7
26412026-03-12T15:50:07.730Z Compiling r2d2 v0.8.10
26422026-03-12T15:50:08.020Z Compiling tabled v0.20.0
26432026-03-12T15:50:08.107Z Compiling term v0.7.0
26442026-03-12T15:50:08.559Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-12T15:50:08.666Z Compiling arc-swap v1.8.2
26462026-03-12T15:50:08.804Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-12T15:50:09.115Z Compiling bit-vec v0.6.3
26482026-03-12T15:50:09.143Z Compiling xshell-macros v0.2.7
26492026-03-12T15:50:09.258Z Compiling slog-scope v4.4.1
26502026-03-12T15:50:09.420Z Compiling bit-set v0.5.3
26512026-03-12T15:50:09.658Z Compiling ascii-canvas v3.0.0
26522026-03-12T15:50:09.688Z Compiling xshell v0.2.7
26532026-03-12T15:50:09.795Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-12T15:50:09.842Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-12T15:50:09.922Z Compiling itertools v0.10.5
26562026-03-12T15:50:10.021Z Compiling ena v0.14.4
26572026-03-12T15:50:10.339Z Compiling libloading v0.8.9
26582026-03-12T15:50:10.390Z Compiling bindgen v0.71.1
26592026-03-12T15:50:10.522Z Compiling diff v0.1.13
26602026-03-12T15:50:10.646Z Compiling unicase v2.9.0
26612026-03-12T15:50:10.789Z Compiling regex-syntax v0.6.29
26622026-03-12T15:50:11.043Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-12T15:50:11.431Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-12T15:50:11.544Z Compiling slog-stdlog v4.1.1
26652026-03-12T15:50:12.106Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-12T15:50:12.529Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-03-12T15:50:13.099Z Compiling lalrpop v0.19.12
26682026-03-12T15:50:13.254Z Compiling cexpr v0.6.0
26692026-03-12T15:50:13.281Z Compiling diesel v2.2.12
26702026-03-12T15:50:13.517Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-12T15:50:13.780Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-12T15:50:13.811Z Compiling crc8 v0.1.1
26732026-03-12T15:50:13.995Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-12T15:50:14.067Z Compiling slog-envlogger v2.2.0
26752026-03-12T15:50:14.110Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-12T15:50:14.592Z Compiling headers-core v0.3.0
26772026-03-12T15:50:14.789Z Compiling libxml v0.3.3
26782026-03-12T15:50:14.818Z Compiling headers v0.4.1
26792026-03-12T15:50:15.030Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26802026-03-12T15:50:15.199Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-12T15:50:15.573Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-12T15:50:15.615Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-12T15:50:15.643Z Compiling strum_macros v0.24.3
26842026-03-12T15:50:15.886Z Compiling indoc v1.0.9
26852026-03-12T15:50:16.470Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-12T15:50:16.775Z Compiling derive_builder v0.20.2
26872026-03-12T15:50:16.868Z Compiling oso-derive v0.27.3
26882026-03-12T15:50:16.977Z Compiling quick-xml v0.37.5
26892026-03-12T15:50:17.005Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-12T15:50:17.391Z Compiling openssl-probe v0.1.6
26912026-03-12T15:50:17.554Z Compiling half v1.8.3
26922026-03-12T15:50:17.815Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-12T15:50:18.128Z Compiling serde_cbor v0.11.2
26942026-03-12T15:50:18.206Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-12T15:50:18.790Z Compiling diesel-dtrace v0.4.2
26962026-03-12T15:50:18.820Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-12T15:50:18.822Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-12T15:50:19.019Z Compiling bb8 v0.8.6
26992026-03-12T15:50:19.179Z Compiling trait-variant v0.1.2
27002026-03-12T15:50:19.269Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-12T15:50:19.465Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-12T15:50:19.548Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-12T15:50:19.930Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-12T15:50:19.960Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-12T15:50:20.233Z Compiling fxhash v0.2.1
27062026-03-12T15:50:20.443Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-12T15:50:20.547Z Compiling kstat-rs v0.2.4
27082026-03-12T15:50:20.579Z Compiling libz-sys v1.1.24
27092026-03-12T15:50:20.733Z Compiling samael v0.0.19
27102026-03-12T15:50:20.736Z Compiling salty v0.3.0
27112026-03-12T15:50:20.831Z Compiling nonempty v0.12.0
27122026-03-12T15:50:21.076Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-03-12T15:50:21.217Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-12T15:50:21.248Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27152026-03-12T15:50:21.307Z Compiling darling_core v0.23.0
27162026-03-12T15:50:21.412Z Compiling nanorand v0.7.0
27172026-03-12T15:50:21.507Z Compiling fs-err v2.11.0
27182026-03-12T15:50:21.894Z Compiling parking_lot_core v0.8.6
27192026-03-12T15:50:21.962Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-03-12T15:50:22.098Z Compiling mime_guess v2.0.5
27212026-03-12T15:50:22.228Z Compiling flume v0.11.1
27222026-03-12T15:50:22.773Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-03-12T15:50:22.955Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27242026-03-12T15:50:23.489Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27252026-03-12T15:50:23.868Z Compiling git-stub v1.0.0
27262026-03-12T15:50:24.166Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-03-12T15:50:24.210Z Compiling instability v0.3.11
27282026-03-12T15:50:24.316Z Compiling polar-core v0.27.3
27292026-03-12T15:50:24.449Z Compiling darling_macro v0.23.0
27302026-03-12T15:50:24.555Z Compiling git-stub-vcs v0.1.0
27312026-03-12T15:50:25.050Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-12T15:50:25.153Z Compiling darling v0.23.0
27332026-03-12T15:50:25.288Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-03-12T15:50:27.768Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27352026-03-12T15:50:27.909Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27362026-03-12T15:50:28.319Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-12T15:50:28.990Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27382026-03-12T15:50:29.475Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392026-03-12T15:50:32.203Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27402026-03-12T15:50:32.659Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-03-12T15:50:33.945Z Compiling ignore v0.4.25
27422026-03-12T15:50:35.787Z Compiling async-bb8-diesel v0.2.1
27432026-03-12T15:50:36.368Z Compiling primeorder v0.13.6
27442026-03-12T15:50:36.777Z Compiling oso v0.27.3
27452026-03-12T15:50:37.956Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-03-12T15:50:38.473Z Compiling castaway v0.2.4
27472026-03-12T15:50:38.659Z Compiling atty v0.2.14
27482026-03-12T15:50:38.688Z Compiling nibble_vec v0.1.0
27492026-03-12T15:50:38.865Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-12T15:50:38.909Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-03-12T15:50:39.145Z Compiling endian-type v0.1.2
27522026-03-12T15:50:39.206Z Compiling http-range v0.1.5
27532026-03-12T15:50:39.399Z Compiling parse-size v1.1.0
27542026-03-12T15:50:39.691Z Compiling indoc v2.0.7
27552026-03-12T15:50:39.717Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-12T15:50:39.750Z Compiling radix_trie v0.2.1
27572026-03-12T15:50:39.885Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-12T15:50:40.131Z Compiling compact_str v0.8.1
27592026-03-12T15:50:40.343Z Compiling p384 v0.13.1
27602026-03-12T15:50:40.769Z Compiling globwalk v0.9.1
27612026-03-12T15:50:41.037Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-03-12T15:50:41.276Z Compiling parking_lot v0.11.2
27632026-03-12T15:50:41.624Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-03-12T15:50:42.223Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-03-12T15:50:42.427Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-12T15:50:42.564Z Compiling predicates-tree v1.0.13
27672026-03-12T15:50:42.749Z Compiling unicode-truncate v1.1.0
27682026-03-12T15:50:43.010Z Compiling lru v0.12.5
27692026-03-12T15:50:43.089Z Compiling prefix-trie v0.7.0
27702026-03-12T15:50:43.132Z Compiling vergen-git2 v1.0.7
27712026-03-12T15:50:43.296Z Compiling cassowary v0.3.0
27722026-03-12T15:50:43.738Z Compiling ratatui v0.29.0
27732026-03-12T15:50:44.747Z Compiling hickory-server v0.25.2
27742026-03-12T15:50:45.202Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-03-12T15:50:45.233Z Compiling camino-tempfile-ext v0.3.3
27762026-03-12T15:50:45.651Z Compiling hyper-staticfile v0.10.1
27772026-03-12T15:50:46.095Z Compiling sled v0.34.7
27782026-03-12T15:50:47.104Z Compiling hickory-client v0.25.2
27792026-03-12T15:50:47.562Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-03-12T15:50:48.256Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27812026-03-12T15:50:48.387Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-03-12T15:50:48.974Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27832026-03-12T15:50:49.355Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27842026-03-12T15:50:49.814Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27852026-03-12T15:50:50.482Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-12T15:50:50.508Z Compiling rand_seeder v0.4.0
27872026-03-12T15:50:50.596Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-03-12T15:50:50.822Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-03-12T15:50:51.153Z Compiling lzma-sys v0.1.20
27902026-03-12T15:50:51.180Z Compiling rustls v0.21.12
27912026-03-12T15:50:51.210Z Compiling corncobs v0.1.4
27922026-03-12T15:50:51.392Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-03-12T15:50:51.542Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-03-12T15:50:51.608Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-03-12T15:50:51.797Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27962026-03-12T15:50:51.833Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27972026-03-12T15:50:52.050Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-12T15:50:52.080Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-03-12T15:50:52.377Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28002026-03-12T15:50:52.439Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-03-12T15:50:52.535Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28022026-03-12T15:50:54.105Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28032026-03-12T15:50:54.343Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-03-12T15:50:55.849Z Compiling git2 v0.20.4
28052026-03-12T15:50:56.583Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-03-12T15:50:56.663Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-12T15:50:56.875Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-12T15:50:56.952Z Compiling cargo_toml v0.22.3
28092026-03-12T15:50:57.177Z Compiling nix v0.29.0
28102026-03-12T15:50:57.727Z Compiling rustls-webpki v0.101.7
28112026-03-12T15:50:58.472Z Compiling sct v0.7.1
28122026-03-12T15:50:58.807Z Compiling secrecy v0.8.0
28132026-03-12T15:50:59.136Z Compiling void v1.0.2
28142026-03-12T15:50:59.308Z Compiling lzss v0.8.2
28152026-03-12T15:51:00.019Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-12T15:51:00.221Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28172026-03-12T15:51:00.360Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28182026-03-12T15:51:00.433Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28192026-03-12T15:51:01.380Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-12T15:51:01.460Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28212026-03-12T15:51:02.022Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28222026-03-12T15:51:02.116Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28232026-03-12T15:51:02.671Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28242026-03-12T15:51:02.833Z Compiling tungstenite v0.23.0
28252026-03-12T15:51:02.975Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-03-12T15:51:03.081Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-03-12T15:51:03.310Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-03-12T15:51:03.391Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-12T15:51:03.684Z Compiling nix v0.27.1
28302026-03-12T15:51:03.778Z Compiling serde_bytes v0.11.19
28312026-03-12T15:51:04.253Z Compiling tokio-tungstenite v0.23.1
28322026-03-12T15:51:04.491Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28332026-03-12T15:51:04.730Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28342026-03-12T15:51:04.917Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-03-12T15:51:05.299Z Compiling tokio-rustls v0.24.1
28362026-03-12T15:51:05.668Z Compiling xz2 v0.1.7
28372026-03-12T15:51:05.958Z Compiling ron v0.12.0
28382026-03-12T15:51:06.679Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28392026-03-12T15:51:09.810Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-12T15:51:11.441Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-12T15:51:11.609Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28422026-03-12T15:51:11.679Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28432026-03-12T15:51:13.651Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28442026-03-12T15:51:14.342Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-03-12T15:51:14.596Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28462026-03-12T15:51:14.761Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28472026-03-12T15:51:15.613Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-03-12T15:51:15.928Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28492026-03-12T15:51:16.783Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28502026-03-12T15:51:19.056Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-03-12T15:51:19.550Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-03-12T15:51:19.754Z Compiling rustls-pemfile v1.0.4
28532026-03-12T15:51:20.268Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28542026-03-12T15:51:21.783Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28552026-03-12T15:51:22.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28562026-03-12T15:51:22.375Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28572026-03-12T15:51:22.749Z Compiling signal-hook-tokio v0.3.1
28582026-03-12T15:51:22.941Z Compiling yasna v0.5.2
28592026-03-12T15:51:22.977Z Compiling twox-hash v2.1.2
28602026-03-12T15:51:23.140Z Compiling is_ci v1.2.0
28612026-03-12T15:51:23.381Z Compiling base16ct v1.0.0
28622026-03-12T15:51:23.407Z Compiling supports-color v3.0.2
28632026-03-12T15:51:23.675Z Compiling rcgen v0.12.1
28642026-03-12T15:51:23.756Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-03-12T15:51:24.124Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28662026-03-12T15:51:24.268Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28672026-03-12T15:51:24.778Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28682026-03-12T15:51:24.928Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28692026-03-12T15:51:26.563Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-03-12T15:51:28.694Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28712026-03-12T15:51:29.785Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-03-12T15:51:29.837Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-03-12T15:51:30.398Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-03-12T15:51:31.341Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-03-12T15:51:31.642Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-03-12T15:51:31.968Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28772026-03-12T15:51:32.225Z Compiling fatfs v0.3.6
28782026-03-12T15:51:33.813Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-03-12T15:51:34.889Z Compiling rtoolbox v0.0.3
28802026-03-12T15:51:35.221Z Compiling subprocess v0.2.15
28812026-03-12T15:51:36.331Z Compiling seq-macro v0.3.6
28822026-03-12T15:51:36.994Z Compiling assert_matches v1.5.0
28832026-03-12T15:51:37.127Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28842026-03-12T15:51:37.995Z Compiling rpassword v7.4.0
28852026-03-12T15:51:38.179Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28862026-03-12T15:51:38.432Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-03-12T15:51:38.856Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-03-12T15:51:41.650Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-03-12T15:51:41.814Z Compiling tui-tree-widget v0.23.1
28902026-03-12T15:51:41.991Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-03-12T15:51:42.188Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28922026-03-12T15:51:42.868Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-03-12T15:51:43.811Z Compiling uzers v0.12.2
28942026-03-12T15:51:45.645Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-03-12T15:51:46.313Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-03-12T15:51:47.900Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-03-12T15:51:49.387Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-03-12T15:51:51.179Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-03-12T15:51:53.400Z Compiling support-bundle-viewer v0.1.2
29002026-03-12T15:51:54.363Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-03-12T15:51:55.523Z Compiling multimap v0.10.1
29022026-03-12T15:52:15.341Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29032026-03-12T15:52:16.475Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29042026-03-12T15:59:09.532Z Finished `release` profile [optimized] target(s) in 9m 47s
29052026-03-12T16:00:02.185Z
29062026-03-12T16:00:02.185Zreal 10:41.539883410
29072026-03-12T16:00:02.188Zuser 1:43:17.378599454
29082026-03-12T16:00:02.188Zsys 4:05.560036707
29092026-03-12T16:00:02.188Ztrap 2.321052445
29102026-03-12T16:00:02.188Ztflt 3.064745977
29112026-03-12T16:00:02.188Zdflt 16.992849438
29122026-03-12T16:00:02.188Zkflt 0.004703289
29132026-03-12T16:00:02.188Zlock 7:22:12.260872821
29142026-03-12T16:00:02.188Zslp 3:57:19.581527556
29152026-03-12T16:00:02.188Zlat 2:59.024427779
29162026-03-12T16:00:02.188Zstop 6:33.529755568
29172026-03-12T16:00:02.188Z+ mapfile -t packages
29182026-03-12T16:00:02.188Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29192026-03-12T16:00:03.369Z Finished `release` profile [optimized] target(s) in 1.17s
29202026-03-12T16:00:03.437Z Running `target/release/omicron-package -t test list-outputs`
29212026-03-12T16:00:03.496ZLogging to: /work/oxidecomputer/omicron/out/LOG
29222026-03-12T16:00:03.499Z+ ptime -m cargo build --locked --release -p xtask
29232026-03-12T16:00:04.169Z Compiling libc v0.2.180
29242026-03-12T16:00:04.169Z Compiling serde v1.0.228
29252026-03-12T16:00:04.172Z Compiling serde_core v1.0.228
29262026-03-12T16:00:04.172Z Compiling rustix v1.1.3
29272026-03-12T16:00:04.271Z Compiling bitflags v2.11.0
29282026-03-12T16:00:04.281Z Compiling serde_json v1.0.149
29292026-03-12T16:00:04.290Z Compiling num-traits v0.2.19
29302026-03-12T16:00:04.306Z Compiling syn v2.0.117
29312026-03-12T16:00:04.314Z Compiling hashbrown v0.16.1
29322026-03-12T16:00:04.317Z Compiling smallvec v1.15.1
29332026-03-12T16:00:04.330Z Compiling usdt-impl v0.5.0
29342026-03-12T16:00:04.344Z Compiling syn v1.0.109
29352026-03-12T16:00:04.389Z Compiling log v0.4.29
29362026-03-12T16:00:04.436Z Compiling percent-encoding v2.3.2
29372026-03-12T16:00:04.639Z Compiling getrandom v0.4.1
29382026-03-12T16:00:04.760Z Compiling form_urlencoded v1.2.2
29392026-03-12T16:00:04.825Z Compiling fs-err v3.3.0
29402026-03-12T16:00:04.857Z Compiling once_cell v1.21.3
29412026-03-12T16:00:04.870Z Compiling anyhow v1.0.102
29422026-03-12T16:00:04.873Z Compiling heck v0.4.1
29432026-03-12T16:00:05.187Z Compiling indexmap v2.13.0
29442026-03-12T16:00:05.442Z Compiling thread-id v4.2.2
29452026-03-12T16:00:05.469Z Compiling errno v0.3.14
29462026-03-12T16:00:05.473Z Compiling memmap v0.7.0
29472026-03-12T16:00:05.834Z Compiling ordered-float v2.10.1
29482026-03-12T16:00:06.488Z Compiling proc-macro-error v1.0.4
29492026-03-12T16:00:06.787Z Compiling tabled_derive v0.7.0
29502026-03-12T16:00:06.898Z Compiling terminal_size v0.4.3
29512026-03-12T16:00:06.899Z Compiling tempfile v3.25.0
29522026-03-12T16:00:07.021Z Compiling clap_builder v4.5.60
29532026-03-12T16:00:07.021Z Compiling textwrap v0.16.2
29542026-03-12T16:00:07.203Z Compiling camino-tempfile v1.4.1
29552026-03-12T16:00:07.679Z Compiling tabled v0.15.0
29562026-03-12T16:00:07.992Z Compiling synstructure v0.13.2
29572026-03-12T16:00:07.996Z Compiling pest_generator v2.8.6
29582026-03-12T16:00:08.531Z Compiling serde_derive v1.0.228
29592026-03-12T16:00:08.531Z Compiling zerofrom-derive v0.1.6
29602026-03-12T16:00:08.535Z Compiling yoke-derive v0.8.1
29612026-03-12T16:00:08.535Z Compiling zerovec-derive v0.11.2
29622026-03-12T16:00:08.535Z Compiling displaydoc v0.2.5
29632026-03-12T16:00:08.535Z Compiling thiserror-impl v1.0.69
29642026-03-12T16:00:08.535Z Compiling zerocopy-derive v0.7.35
29652026-03-12T16:00:08.535Z Compiling scroll_derive v0.12.1
29662026-03-12T16:00:08.555Z Compiling thiserror-impl v2.0.18
29672026-03-12T16:00:08.560Z Compiling clap_derive v4.5.55
29682026-03-12T16:00:08.670Z Compiling pest_derive v2.8.6
29692026-03-12T16:00:09.450Z Compiling scroll v0.12.0
29702026-03-12T16:00:09.744Z Compiling zerocopy v0.7.35
29712026-03-12T16:00:09.849Z Compiling goblin v0.8.2
29722026-03-12T16:00:10.131Z Compiling thiserror v1.0.69
29732026-03-12T16:00:10.150Z Compiling zerofrom v0.1.6
29742026-03-12T16:00:10.217Z Compiling thiserror v2.0.18
29752026-03-12T16:00:10.263Z Compiling dtrace-parser v0.2.0
29762026-03-12T16:00:10.323Z Compiling yoke v0.8.1
29772026-03-12T16:00:10.594Z Compiling zerovec v0.11.5
29782026-03-12T16:00:10.606Z Compiling zerotrie v0.2.3
29792026-03-12T16:00:10.837Z Compiling clap v4.5.60
29802026-03-12T16:00:11.413Z Compiling tinystr v0.8.2
29812026-03-12T16:00:11.723Z Compiling icu_locale_core v2.1.1
29822026-03-12T16:00:12.297Z Compiling potential_utf v0.1.4
29832026-03-12T16:00:12.549Z Compiling icu_collections v2.1.1
29842026-03-12T16:00:12.800Z Compiling icu_provider v2.1.1
29852026-03-12T16:00:13.110Z Compiling serde_spanned v0.6.9
29862026-03-12T16:00:13.164Z Compiling icu_properties v2.1.2
29872026-03-12T16:00:13.216Z Compiling icu_normalizer v2.1.1
29882026-03-12T16:00:13.248Z Compiling toml_datetime v0.6.11
29892026-03-12T16:00:13.330Z Compiling dof v0.3.0
29902026-03-12T16:00:13.365Z Compiling serde_tokenstream v0.2.3
29912026-03-12T16:00:13.662Z Compiling toml_edit v0.22.27
29922026-03-12T16:00:13.765Z Compiling serde-value v0.7.0
29932026-03-12T16:00:13.805Z Compiling cargo-platform v0.2.0
29942026-03-12T16:00:13.833Z Compiling macaddr v1.0.1
29952026-03-12T16:00:14.437Z Compiling idna_adapter v1.2.1
29962026-03-12T16:00:14.492Z Compiling usdt-attr-macro v0.5.0
29972026-03-12T16:00:14.550Z Compiling usdt-macro v0.5.0
29982026-03-12T16:00:14.584Z Compiling idna v1.1.0
29992026-03-12T16:00:15.179Z Compiling url v2.5.8
30002026-03-12T16:00:15.386Z Compiling usdt v0.5.0
30012026-03-12T16:00:15.892Z Compiling toml v0.8.23
30022026-03-12T16:00:16.475Z Compiling cargo-util-schemas v0.8.2
30032026-03-12T16:00:16.475Z Compiling cargo_toml v0.21.0
30042026-03-12T16:00:17.861Z Compiling cargo_metadata v0.21.0
30052026-03-12T16:00:22.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-03-12T16:00:26.716Z Finished `release` profile [optimized] target(s) in 23.20s
30072026-03-12T16:00:26.892Z
30082026-03-12T16:00:26.897Zreal 23.361728060
30092026-03-12T16:00:26.897Zuser 3:11.750601070
30102026-03-12T16:00:26.897Zsys 21.164846187
30112026-03-12T16:00:26.897Ztrap 0.092371921
30122026-03-12T16:00:26.898Ztflt 0.649212756
30132026-03-12T16:00:26.898Zdflt 2.128850210
30142026-03-12T16:00:26.898Zkflt 0.000059157
30152026-03-12T16:00:26.898Zlock 5:31.345558341
30162026-03-12T16:00:26.898Zslp 6:35.356922035
30172026-03-12T16:00:26.898Zlat 8.118646398
30182026-03-12T16:00:26.898Zstop 26.598620203
30192026-03-12T16:00:26.898Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30202026-03-12T16:00:26.898Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-03-12T16:00:26.898Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30222026-03-12T16:00:26.898Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-03-12T16:00:26.898Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30242026-03-12T16:00:28.090Z Compiling regress v0.10.5
30252026-03-12T16:00:28.094Z Compiling serde_spanned v1.0.4
30262026-03-12T16:00:28.094Z Compiling toml_writer v1.0.6+spec-1.1.0
30272026-03-12T16:00:28.094Z Compiling newtype-uuid-macros v0.1.0
30282026-03-12T16:00:28.095Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-12T16:00:28.241Z Compiling structmeta-derive v0.3.0
30302026-03-12T16:00:28.248Z Compiling rustls v0.22.4
30312026-03-12T16:00:28.260Z Compiling rustls-webpki v0.102.8
30322026-03-12T16:00:28.267Z Compiling multer v3.1.0
30332026-03-12T16:00:28.267Z Compiling match_cfg v0.1.0
30342026-03-12T16:00:28.267Z Compiling debug-ignore v1.0.5
30352026-03-12T16:00:28.267Z Compiling slog-json v2.6.1
30362026-03-12T16:00:28.275Z Compiling async-stream-impl v0.3.6
30372026-03-12T16:00:28.330Z Compiling dropshot v0.16.7
30382026-03-12T16:00:28.335Z Compiling itertools v0.14.0
30392026-03-12T16:00:28.366Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30402026-03-12T16:00:28.451Z Compiling hostname v0.3.1
30412026-03-12T16:00:28.474Z Compiling waitgroup v0.1.2
30422026-03-12T16:00:28.579Z Compiling toml v0.9.12+spec-1.1.0
30432026-03-12T16:00:28.624Z Compiling rustls-pemfile v2.2.0
30442026-03-12T16:00:28.648Z Compiling slog-bunyan v2.5.0
30452026-03-12T16:00:28.715Z Compiling dropshot_endpoint v0.16.7
30462026-03-12T16:00:28.769Z Compiling hostname v0.4.2
30472026-03-12T16:00:28.769Z Compiling serde_path_to_error v0.1.20
30482026-03-12T16:00:28.799Z Compiling progenitor-client v0.13.0
30492026-03-12T16:00:28.866Z Compiling macaddr v1.0.1
30502026-03-12T16:00:28.895Z Compiling progenitor-client v0.10.0
30512026-03-12T16:00:28.906Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-03-12T16:00:28.935Z Compiling instant v0.1.13
30532026-03-12T16:00:28.939Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30542026-03-12T16:00:29.191Z Compiling backon v1.6.0
30552026-03-12T16:00:29.238Z Compiling backoff v0.4.0
30562026-03-12T16:00:29.257Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30572026-03-12T16:00:29.286Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30582026-03-12T16:00:29.312Z Compiling async-stream v0.3.6
30592026-03-12T16:00:29.338Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-03-12T16:00:29.342Z Compiling unsafe-libyaml v0.2.11
30612026-03-12T16:00:29.342Z Compiling crucible-workspace-hack v0.1.0
30622026-03-12T16:00:29.468Z Compiling progenitor-extras v0.1.1
30632026-03-12T16:00:29.490Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-03-12T16:00:29.514Z Compiling cfg_aliases v0.2.1
30652026-03-12T16:00:29.554Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-12T16:00:29.624Z Compiling secrecy v0.10.3
30672026-03-12T16:00:29.648Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30682026-03-12T16:00:29.712Z Compiling heapless v0.8.0
30692026-03-12T16:00:29.829Z Compiling hash32 v0.3.1
30702026-03-12T16:00:29.851Z Compiling memoffset v0.9.1
30712026-03-12T16:00:29.882Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30722026-03-12T16:00:29.889Z Compiling smoltcp v0.11.0
30732026-03-12T16:00:29.911Z Compiling structmeta v0.3.0
30742026-03-12T16:00:30.008Z Compiling toml v0.8.23
30752026-03-12T16:00:30.046Z Compiling tabwriter v1.4.1
30762026-03-12T16:00:30.153Z Compiling serde_yaml v0.9.34+deprecated
30772026-03-12T16:00:30.218Z Compiling derive-ex v0.1.8
30782026-03-12T16:00:30.218Z Compiling parse-display-derive v0.10.0
30792026-03-12T16:00:30.310Z Compiling ingot-macros v0.1.1
30802026-03-12T16:00:30.361Z Compiling proc-macro-crate v3.4.0
30812026-03-12T16:00:30.383Z Compiling cobs v0.3.0
30822026-03-12T16:00:30.432Z Compiling foreign-types-macros v0.2.3
30832026-03-12T16:00:30.481Z Compiling foreign-types-shared v0.3.1
30842026-03-12T16:00:30.485Z Compiling convert_case v0.4.0
30852026-03-12T16:00:30.594Z Compiling cpufeatures v0.3.0
30862026-03-12T16:00:30.639Z Compiling postcard v1.1.3
30872026-03-12T16:00:30.707Z Compiling chacha20 v0.10.0
30882026-03-12T16:00:30.952Z Compiling proc-macro-crate v1.3.1
30892026-03-12T16:00:31.019Z Compiling derive_more v0.99.20
30902026-03-12T16:00:31.102Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-12T16:00:31.126Z Compiling universal-hash v0.5.1
30922026-03-12T16:00:31.126Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30932026-03-12T16:00:31.170Z Compiling num_enum_derive v0.7.5
30942026-03-12T16:00:31.194Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-12T16:00:31.368Z Compiling foreign-types v0.5.0
30962026-03-12T16:00:31.380Z Compiling cstr-argument v0.1.2
30972026-03-12T16:00:31.380Z Compiling colored v3.1.1
30982026-03-12T16:00:31.421Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-03-12T16:00:31.490Z Compiling opaque-debug v0.3.1
31002026-03-12T16:00:31.541Z Compiling num_enum_derive v0.5.11
31012026-03-12T16:00:31.584Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-03-12T16:00:31.610Z Compiling rand v0.10.0
31032026-03-12T16:00:31.639Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31042026-03-12T16:00:31.709Z Compiling tokio-rustls v0.25.0
31052026-03-12T16:00:31.736Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-12T16:00:31.916Z Compiling half v2.7.1
31072026-03-12T16:00:31.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-03-12T16:00:31.962Z Compiling ciborium-io v0.2.2
31092026-03-12T16:00:32.108Z Compiling nix v0.30.1
31102026-03-12T16:00:32.143Z Compiling camino-tempfile v1.4.1
31112026-03-12T16:00:32.293Z Compiling ciborium-ll v0.2.2
31122026-03-12T16:00:32.353Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-12T16:00:32.473Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31142026-03-12T16:00:32.598Z Compiling ciborium v0.2.2
31152026-03-12T16:00:32.625Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31162026-03-12T16:00:32.652Z Compiling smf v0.2.3
31172026-03-12T16:00:32.673Z Compiling aead v0.5.2
31182026-03-12T16:00:32.946Z Compiling num_enum v0.7.5
31192026-03-12T16:00:32.957Z Compiling test-strategy v0.4.5
31202026-03-12T16:00:32.958Z Compiling parse-display v0.10.0
31212026-03-12T16:00:32.958Z Compiling num-derive v0.4.2
31222026-03-12T16:00:32.958Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-12T16:00:32.958Z Compiling sigpipe v0.1.3
31242026-03-12T16:00:32.958Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31252026-03-12T16:00:32.958Z Compiling glob v0.3.3
31262026-03-12T16:00:32.968Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31272026-03-12T16:00:33.075Z Compiling num_enum v0.5.11
31282026-03-12T16:00:33.225Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-03-12T16:00:33.257Z Compiling poly1305 v0.8.0
31302026-03-12T16:00:33.262Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31312026-03-12T16:00:33.297Z Compiling chacha20 v0.9.1
31322026-03-12T16:00:33.391Z Compiling whoami v1.6.1
31332026-03-12T16:00:33.419Z Compiling typify-impl v0.4.3
31342026-03-12T16:00:33.635Z Compiling typify-impl v0.6.1
31352026-03-12T16:00:33.663Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-12T16:00:33.689Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-12T16:00:33.805Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-12T16:00:33.874Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-12T16:00:34.050Z Compiling num-rational v0.4.2
31402026-03-12T16:00:34.092Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-03-12T16:00:34.134Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31422026-03-12T16:00:34.158Z Compiling password-hash v0.5.0
31432026-03-12T16:00:34.240Z Compiling blake2 v0.10.6
31442026-03-12T16:00:34.317Z Compiling ingot-types v0.1.2
31452026-03-12T16:00:34.336Z Compiling num-complex v0.4.6
31462026-03-12T16:00:34.657Z Compiling indent_write v2.2.0
31472026-03-12T16:00:34.783Z Compiling prettyplease v0.2.37
31482026-03-12T16:00:34.806Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-03-12T16:00:34.843Z Compiling ingot v0.1.1
31502026-03-12T16:00:34.882Z Compiling argon2 v0.5.3
31512026-03-12T16:00:34.910Z Compiling chacha20poly1305 v0.10.1
31522026-03-12T16:00:34.933Z Compiling float-ord v0.3.2
31532026-03-12T16:00:34.941Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31542026-03-12T16:00:35.045Z Compiling num v0.4.3
31552026-03-12T16:00:35.075Z Compiling gethostname v0.5.0
31562026-03-12T16:00:35.118Z Compiling usdt-attr-macro v0.5.0
31572026-03-12T16:00:35.134Z Compiling usdt-macro v0.5.0
31582026-03-12T16:00:35.190Z Compiling derive-where v1.6.0
31592026-03-12T16:00:35.244Z Compiling memmap v0.7.0
31602026-03-12T16:00:35.404Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-12T16:00:35.517Z Compiling atomicwrites v0.4.4
31622026-03-12T16:00:35.543Z Compiling thiserror-no-std v2.0.2
31632026-03-12T16:00:35.687Z Compiling vsss-rs v3.3.4
31642026-03-12T16:00:35.766Z Compiling cancel-safe-futures v0.1.5
31652026-03-12T16:00:35.775Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-03-12T16:00:35.805Z Compiling owo-colors v4.3.0
31672026-03-12T16:00:35.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-12T16:00:36.106Z Compiling libsw-core v0.3.2
31692026-03-12T16:00:36.195Z Compiling async-recursion v1.1.1
31702026-03-12T16:00:36.280Z Compiling usdt v0.5.0
31712026-03-12T16:00:36.352Z Compiling resolv-conf v0.7.6
31722026-03-12T16:00:36.401Z Compiling libsw v3.5.0
31732026-03-12T16:00:36.656Z Compiling progenitor-client v0.11.2
31742026-03-12T16:00:36.677Z Compiling linear-map v1.2.0
31752026-03-12T16:00:36.812Z Compiling libefi-sys v0.1.0
31762026-03-12T16:00:36.848Z Compiling hickory-proto v0.24.4
31772026-03-12T16:00:36.890Z Compiling newline-converter v0.3.0
31782026-03-12T16:00:36.960Z Compiling console v0.15.11
31792026-03-12T16:00:36.984Z Compiling bitfield-struct v0.6.2
31802026-03-12T16:00:37.046Z Compiling semver v0.1.20
31812026-03-12T16:00:37.072Z Compiling linked-hash-map v0.5.6
31822026-03-12T16:00:37.101Z Compiling pin-project-internal v1.1.11
31832026-03-12T16:00:37.149Z Compiling slog-dtrace v0.3.0
31842026-03-12T16:00:37.198Z Compiling minimal-lexical v0.2.1
31852026-03-12T16:00:37.349Z Compiling rustc_version v0.1.7
31862026-03-12T16:00:37.446Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31872026-03-12T16:00:37.468Z Compiling expectorate v1.2.0
31882026-03-12T16:00:37.476Z Compiling lru-cache v0.1.2
31892026-03-12T16:00:37.547Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31902026-03-12T16:00:37.569Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-12T16:00:37.658Z Compiling nom v7.1.3
31922026-03-12T16:00:37.695Z Compiling newtype_derive v0.1.6
31932026-03-12T16:00:37.796Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-03-12T16:00:37.801Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-12T16:00:37.801Z Compiling tokio-dtrace v0.1.1
31962026-03-12T16:00:37.806Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-12T16:00:37.899Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-12T16:00:37.986Z Compiling dropshot-api-manager-types v0.6.0
31992026-03-12T16:00:38.029Z Compiling phf_shared v0.12.1
32002026-03-12T16:00:38.108Z Compiling pem v3.0.6
32012026-03-12T16:00:38.150Z Compiling snafu-derive v0.8.9
32022026-03-12T16:00:38.297Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-12T16:00:38.360Z Compiling csv-core v0.1.13
32042026-03-12T16:00:38.462Z Compiling highway v1.3.0
32052026-03-12T16:00:38.586Z Compiling xshell-macros v0.2.7
32062026-03-12T16:00:38.623Z Compiling chrono-tz v0.10.4
32072026-03-12T16:00:38.731Z Compiling same-file v1.0.6
32082026-03-12T16:00:38.843Z Compiling pin-project v1.1.11
32092026-03-12T16:00:38.877Z Compiling const_format_proc_macros v0.2.34
32102026-03-12T16:00:38.977Z Compiling walkdir v2.5.0
32112026-03-12T16:00:38.999Z Compiling csv v1.4.0
32122026-03-12T16:00:39.049Z Compiling phf v0.12.1
32132026-03-12T16:00:39.128Z Compiling oxide-tokio-rt v0.1.2
32142026-03-12T16:00:39.153Z Compiling xshell v0.2.7
32152026-03-12T16:00:39.279Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32162026-03-12T16:00:39.446Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-12T16:00:39.465Z Compiling globset v0.4.18
32182026-03-12T16:00:39.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-03-12T16:00:39.723Z Compiling olpc-cjson v0.1.4
32202026-03-12T16:00:39.770Z Compiling primeorder v0.13.6
32212026-03-12T16:00:42.822Z Compiling hickory-resolver v0.24.4
32222026-03-12T16:00:42.822Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32232026-03-12T16:00:42.822Z Compiling serde_plain v1.0.2
32242026-03-12T16:00:42.822Z Compiling typed-path v0.9.3
32252026-03-12T16:00:42.822Z Compiling base64 v0.21.7
32262026-03-12T16:00:42.822Z Compiling const_format v0.2.35
32272026-03-12T16:00:42.822Z Compiling typify-macro v0.4.3
32282026-03-12T16:00:42.822Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-12T16:00:42.822Z Compiling typify-macro v0.6.1
32302026-03-12T16:00:42.822Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-03-12T16:00:42.822Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-03-12T16:00:42.822Z Compiling tabled_derive v0.7.0
32332026-03-12T16:00:42.822Z Compiling bcs v0.1.6
32342026-03-12T16:00:42.822Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-12T16:00:42.822Z Compiling snafu v0.8.9
32362026-03-12T16:00:42.822Z Compiling salty v0.3.0
32372026-03-12T16:00:42.822Z Compiling qorb v0.4.1
32382026-03-12T16:00:42.822Z Compiling termtree v0.5.1
32392026-03-12T16:00:42.822Z Compiling tough v0.20.0
32402026-03-12T16:00:42.822Z Compiling radium v0.7.0
32412026-03-12T16:00:42.822Z Compiling textwrap v0.16.2
32422026-03-12T16:00:42.822Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-12T16:00:42.822Z Compiling steno v0.4.1
32442026-03-12T16:00:42.823Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-03-12T16:00:42.823Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-12T16:00:42.823Z Compiling tabled v0.15.0
32472026-03-12T16:00:42.823Z Compiling humantime v2.3.0
32482026-03-12T16:00:42.823Z Compiling tap v1.0.1
32492026-03-12T16:00:42.823Z Compiling utf-8 v0.7.6
32502026-03-12T16:00:42.823Z Compiling maybe-uninit v2.0.0
32512026-03-12T16:00:42.823Z Compiling wyz v0.5.1
32522026-03-12T16:00:42.823Z Compiling tungstenite v0.21.0
32532026-03-12T16:00:42.823Z Compiling p384 v0.13.1
32542026-03-12T16:00:42.823Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32552026-03-12T16:00:42.823Z Compiling typify v0.4.3
32562026-03-12T16:00:42.833Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-03-12T16:00:42.870Z Compiling progenitor-impl v0.11.2
32582026-03-12T16:00:42.883Z Compiling typify v0.6.1
32592026-03-12T16:00:42.921Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-12T16:00:43.036Z Compiling progenitor-impl v0.13.0
32612026-03-12T16:00:43.336Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-12T16:00:43.353Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-12T16:00:43.489Z Compiling progenitor-impl v0.10.0
32642026-03-12T16:00:43.742Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-03-12T16:00:43.775Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-03-12T16:00:44.146Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32672026-03-12T16:00:44.150Z Compiling arc-swap v1.8.2
32682026-03-12T16:00:44.588Z Compiling funty v2.0.0
32692026-03-12T16:00:44.942Z Compiling tagptr v0.2.0
32702026-03-12T16:00:45.168Z Compiling packed_struct v0.10.1
32712026-03-12T16:00:45.190Z Compiling moka v0.12.13
32722026-03-12T16:00:45.309Z Compiling bitvec v1.0.1
32732026-03-12T16:00:45.386Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-03-12T16:00:45.411Z Compiling slog-scope v4.4.1
32752026-03-12T16:00:45.583Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-03-12T16:00:45.638Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-03-12T16:00:45.731Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32782026-03-12T16:00:45.764Z Compiling tokio-tungstenite v0.21.0
32792026-03-12T16:00:45.909Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32802026-03-12T16:00:46.203Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-03-12T16:00:46.301Z Compiling polyval v0.6.2
32822026-03-12T16:00:46.503Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32832026-03-12T16:00:46.629Z Compiling packed_struct_codegen v0.10.1
32842026-03-12T16:00:46.697Z Compiling progenitor-macro v0.11.2
32852026-03-12T16:00:46.932Z Compiling progenitor-macro v0.13.0
32862026-03-12T16:00:46.963Z Compiling bitfield-macros v0.19.4
32872026-03-12T16:00:46.983Z Compiling zerocopy-derive v0.6.6
32882026-03-12T16:00:47.090Z Compiling proc-macro-error-attr2 v2.0.0
32892026-03-12T16:00:47.114Z Compiling indexmap v1.9.3
32902026-03-12T16:00:47.299Z Compiling progenitor-macro v0.10.0
32912026-03-12T16:00:47.337Z Compiling parking_lot_core v0.8.6
32922026-03-12T16:00:47.423Z Compiling crc-catalog v2.4.0
32932026-03-12T16:00:47.583Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32942026-03-12T16:00:47.685Z Compiling nodrop v0.1.14
32952026-03-12T16:00:47.708Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-03-12T16:00:47.732Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32972026-03-12T16:00:47.837Z Compiling array-init v0.0.4
32982026-03-12T16:00:48.026Z Compiling bitfield v0.19.4
32992026-03-12T16:00:48.098Z Compiling proc-macro-error2 v2.0.1
33002026-03-12T16:00:48.127Z Compiling crc v3.4.0
33012026-03-12T16:00:48.232Z Compiling zerocopy v0.6.6
33022026-03-12T16:00:48.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-03-12T16:00:48.443Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33042026-03-12T16:00:48.475Z Compiling ghash v0.5.1
33052026-03-12T16:00:48.497Z Compiling hickory-resolver v0.25.2
33062026-03-12T16:00:48.537Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33072026-03-12T16:00:48.643Z Compiling slog-stdlog v4.1.1
33082026-03-12T16:00:48.672Z Compiling smallvec v0.6.14
33092026-03-12T16:00:48.728Z Compiling nix v0.31.1
33102026-03-12T16:00:48.788Z Compiling git-stub v1.0.0
33112026-03-12T16:00:48.942Z Compiling ctr v0.9.2
33122026-03-12T16:00:48.999Z Compiling num-derive v0.3.3
33132026-03-12T16:00:49.048Z Compiling lzma-sys v0.1.20
33142026-03-12T16:00:49.167Z Compiling hashbrown v0.12.3
33152026-03-12T16:00:49.250Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33162026-03-12T16:00:49.306Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33172026-03-12T16:00:49.610Z Compiling unicase v2.9.0
33182026-03-12T16:00:49.756Z Compiling aes-gcm v0.10.3
33192026-03-12T16:00:49.848Z Compiling git-stub-vcs v0.1.0
33202026-03-12T16:00:49.881Z Compiling serde-hex v0.1.0
33212026-03-12T16:00:49.953Z Compiling mime_guess v2.0.5
33222026-03-12T16:00:50.025Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-03-12T16:00:50.282Z Compiling slog-envlogger v2.2.0
33242026-03-12T16:00:50.313Z Compiling libscf-sys v1.1.0
33252026-03-12T16:00:50.337Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-03-12T16:00:50.389Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-03-12T16:00:50.410Z Compiling tabled_derive v0.11.0
33282026-03-12T16:00:50.742Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-03-12T16:00:50.812Z Compiling ron v0.8.1
33302026-03-12T16:00:50.948Z Compiling papergrid v0.17.0
33312026-03-12T16:00:50.971Z Compiling cargo_toml v0.22.3
33322026-03-12T16:00:51.158Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-12T16:00:51.194Z Compiling hashbrown v0.13.2
33342026-03-12T16:00:51.492Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-03-12T16:00:51.844Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-03-12T16:00:51.892Z Compiling testing_table v0.3.0
33372026-03-12T16:00:51.957Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33382026-03-12T16:00:52.143Z Compiling blowfish v0.9.1
33392026-03-12T16:00:52.203Z Compiling ssh-encoding v0.2.0
33402026-03-12T16:00:52.276Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-03-12T16:00:52.282Z Compiling nibble_vec v0.1.0
33422026-03-12T16:00:52.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-12T16:00:52.478Z Compiling endian-type v0.1.2
33442026-03-12T16:00:52.501Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-03-12T16:00:52.579Z Compiling crc-any v2.5.0
33462026-03-12T16:00:52.671Z Compiling corncobs v0.1.4
33472026-03-12T16:00:52.694Z Compiling radix_trie v0.2.1
33482026-03-12T16:00:52.797Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-12T16:00:52.855Z Compiling ssh-cipher v0.2.0
33502026-03-12T16:00:52.880Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-03-12T16:00:52.941Z Compiling bcrypt-pbkdf v0.10.0
33522026-03-12T16:00:52.998Z Compiling tabled v0.20.0
33532026-03-12T16:00:53.141Z Compiling object v0.30.4
33542026-03-12T16:00:53.363Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-12T16:00:53.399Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-03-12T16:00:53.475Z Compiling parking_lot v0.11.2
33572026-03-12T16:00:53.706Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33582026-03-12T16:00:53.808Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-03-12T16:00:53.991Z Compiling progenitor v0.11.2
33602026-03-12T16:00:54.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33612026-03-12T16:00:54.304Z Compiling progenitor v0.13.0
33622026-03-12T16:00:54.461Z Compiling prefix-trie v0.7.0
33632026-03-12T16:00:54.485Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33642026-03-12T16:00:54.517Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33652026-03-12T16:00:54.540Z Compiling progenitor v0.10.0
33662026-03-12T16:00:54.697Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33672026-03-12T16:00:54.806Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-03-12T16:00:54.828Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33692026-03-12T16:00:54.967Z Compiling password-hash v0.4.2
33702026-03-12T16:00:55.050Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-03-12T16:00:55.072Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33722026-03-12T16:00:55.197Z Compiling fxhash v0.2.1
33732026-03-12T16:00:55.260Z Compiling secrecy v0.8.0
33742026-03-12T16:00:55.301Z Compiling path-slash v0.1.5
33752026-03-12T16:00:55.391Z Compiling http-range v0.1.5
33762026-03-12T16:00:55.478Z Compiling half v1.8.3
33772026-03-12T16:00:55.530Z Compiling sled v0.34.7
33782026-03-12T16:00:55.662Z Compiling pbkdf2 v0.11.0
33792026-03-12T16:00:55.867Z Compiling serde_cbor v0.11.2
33802026-03-12T16:00:55.967Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-03-12T16:00:56.391Z Compiling hickory-server v0.25.2
33822026-03-12T16:00:56.567Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33832026-03-12T16:00:56.718Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-03-12T16:00:56.743Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33852026-03-12T16:00:57.016Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-03-12T16:00:57.403Z Compiling ron v0.12.0
33872026-03-12T16:00:57.607Z Compiling xz2 v0.1.7
33882026-03-12T16:00:57.739Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33892026-03-12T16:00:57.950Z Compiling ssh-key v0.6.7
33902026-03-12T16:00:58.484Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33912026-03-12T16:00:58.659Z Compiling hickory-client v0.25.2
33922026-03-12T16:00:58.815Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-12T16:00:58.950Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-12T16:00:58.992Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-03-12T16:00:59.120Z Compiling p521 v0.13.3
33962026-03-12T16:00:59.145Z Compiling p256 v0.13.2
33972026-03-12T16:00:59.431Z Compiling yasna v0.5.2
33982026-03-12T16:00:59.573Z Compiling kstat-rs v0.2.4
33992026-03-12T16:00:59.578Z Compiling headers-core v0.3.0
34002026-03-12T16:00:59.675Z Compiling nanorand v0.7.0
34012026-03-12T16:00:59.700Z Compiling russh-cryptovec v0.7.3
34022026-03-12T16:00:59.704Z Compiling atty v0.2.14
34032026-03-12T16:00:59.791Z Compiling crc8 v0.1.1
34042026-03-12T16:00:59.835Z Compiling home v0.5.12
34052026-03-12T16:00:59.896Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34062026-03-12T16:00:59.967Z Compiling md5 v0.7.0
34072026-03-12T16:00:59.991Z Compiling base16ct v1.0.0
34082026-03-12T16:01:00.029Z Compiling flume v0.11.1
34092026-03-12T16:01:00.053Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34102026-03-12T16:01:00.078Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-12T16:01:00.100Z Compiling rcgen v0.12.1
34122026-03-12T16:01:00.230Z Compiling russh-keys v0.45.0
34132026-03-12T16:01:00.341Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34142026-03-12T16:01:00.364Z Compiling headers v0.4.1
34152026-03-12T16:01:00.477Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-03-12T16:01:00.500Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-12T16:01:00.974Z Compiling hyper-staticfile v0.10.1
34182026-03-12T16:01:01.039Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-03-12T16:01:01.257Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-03-12T16:01:01.368Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-12T16:01:01.469Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-12T16:01:01.677Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-12T16:01:01.793Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-03-12T16:01:01.893Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-12T16:01:01.974Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-12T16:01:02.162Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-12T16:01:02.442Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-03-12T16:01:02.497Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-12T16:01:02.577Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-12T16:01:02.629Z Compiling num-bigint v0.4.6
34312026-03-12T16:01:02.818Z Compiling des v0.8.1
34322026-03-12T16:01:02.883Z Compiling subprocess v0.2.15
34332026-03-12T16:01:02.971Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-12T16:01:03.099Z Compiling hex-literal v0.4.1
34352026-03-12T16:01:03.280Z Compiling display-error-chain v0.2.2
34362026-03-12T16:01:03.377Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-12T16:01:03.475Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34382026-03-12T16:01:03.498Z Compiling colored v2.2.0
34392026-03-12T16:01:03.569Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-12T16:01:03.597Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-03-12T16:01:03.910Z Compiling socket2 v0.5.10
34422026-03-12T16:01:03.951Z Compiling internet-checksum v0.2.1
34432026-03-12T16:01:04.530Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-12T16:01:04.554Z Compiling russh v0.45.0
34452026-03-12T16:01:12.758Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-12T16:01:22.640Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-12T16:01:22.643Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-12T16:01:22.643Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-12T16:01:22.644Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-12T16:01:24.920Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-12T16:01:25.019Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-12T16:01:30.715Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-12T16:01:59.855Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-12T16:02:24.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34552026-03-12T16:02:24.858Z
34562026-03-12T16:02:24.861Zreal 1:57.920776563
34572026-03-12T16:02:24.861Zuser 11:33.846662380
34582026-03-12T16:02:24.861Zsys 2:03.233312550
34592026-03-12T16:02:24.861Ztrap 0.366870006
34602026-03-12T16:02:24.862Ztflt 0.677643637
34612026-03-12T16:02:24.862Zdflt 1.442873090
34622026-03-12T16:02:24.862Zkflt 0.000162986
34632026-03-12T16:02:24.862Zlock 28:49.499674930
34642026-03-12T16:02:24.862Zslp 38:06.132731319
34652026-03-12T16:02:24.862Zlat 47.666785259
34662026-03-12T16:02:24.862Zstop 3:39.511031680
34672026-03-12T16:02:24.862Z+ mkdir tests
34682026-03-12T16:02:24.865Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-12T16:02:24.865Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-12T16:02:24.906Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cedd3b49b68381d5 tests/
34712026-03-12T16:02:24.925Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-53b99396c705c9f1 tests/
34722026-03-12T16:02:24.947Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-13d82b7f389f1e69 tests/
34732026-03-12T16:02:24.975Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-39fadf3d6037db54 tests/
34742026-03-12T16:02:25.218Z+ 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-12T16:02:25.221Z+ 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-53b99396c705c9f1 tests/commtest-13d82b7f389f1e69 tests/dhcp_server-cedd3b49b68381d5 tests/end_to_end_tests-39fadf3d6037db54 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-12T16:04:05.714ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-12T16:04:05.714Za .github/buildomat/ci-env.sh 1K
34782026-03-12T16:04:05.714Za out/target/test 1K
34792026-03-12T16:04:05.714Za out/npuzone/npuzone 27402K
34802026-03-12T16:04:05.714Za package-manifest.toml 35K
34812026-03-12T16:04:05.714Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-12T16:04:05.714Za target/release/omicron-package 41046K
34832026-03-12T16:04:05.714Za target/release/xtask 11359K
34842026-03-12T16:04:05.714Za target/debug/bootstrap 345772K
34852026-03-12T16:04:05.714Za tests/bootstrap-53b99396c705c9f1 31480K
34862026-03-12T16:04:05.714Za tests/commtest-13d82b7f389f1e69 31997K
34872026-03-12T16:04:05.714Za tests/dhcp_server-cedd3b49b68381d5 31480K
34882026-03-12T16:04:05.714Za tests/end_to_end_tests-39fadf3d6037db54 387795K
34892026-03-12T16:04:05.714Za out/clickhouse.tar.gz 302534K
34902026-03-12T16:04:05.714Za out/clickhouse_keeper.tar.gz 287831K
34912026-03-12T16:04:05.714Za out/clickhouse_server.tar.gz 302533K
34922026-03-12T16:04:05.714Za out/cockroachdb.tar.gz 156090K
34932026-03-12T16:04:05.714Za out/crucible-pantry-zone.tar.gz 38312K
34942026-03-12T16:04:05.714Za out/crucible-utils.tar 17744K
34952026-03-12T16:04:05.714Za out/crucible-zone.tar.gz 52450K
34962026-03-12T16:04:05.714Za out/external-dns.tar.gz 41534K
34972026-03-12T16:04:05.714Za out/internal-dns.tar.gz 41533K
34982026-03-12T16:04:05.714Za out/mg-ddm-gz.tar 86339K
34992026-03-12T16:04:05.714Za out/nexus.tar.gz 210854K
35002026-03-12T16:04:05.714Za out/ntp.tar.gz 22551K
35012026-03-12T16:04:05.714Za out/omicron-gateway-softnpu.tar.gz 29742K
35022026-03-12T16:04:05.715Za out/omicron-sled-agent.tar 184414K
35032026-03-12T16:04:05.715Za out/overlay.tar.gz 3K
35042026-03-12T16:04:05.715Za out/oximeter.tar.gz 57866K
35052026-03-12T16:04:05.715Za out/oxlog.tar 3895K
35062026-03-12T16:04:05.715Za out/probe.tar.gz 3037K
35072026-03-12T16:04:05.715Za out/propolis-server.tar.gz 74633K
35082026-03-12T16:04:05.715Za out/pumpkind-gz.tar 26647K
35092026-03-12T16:04:05.715Za out/switch-softnpu.tar.gz 376535K
35102026-03-12T16:04:05.718Z
35112026-03-12T16:04:05.718Zreal 1:40.508944532
35122026-03-12T16:04:05.719Zuser 1:37.436308559
35132026-03-12T16:04:05.719Zsys 6.409054876
35142026-03-12T16:04:05.719Ztrap 0.007177957
35152026-03-12T16:04:05.719Ztflt 0.000000000
35162026-03-12T16:04:05.719Zdflt 0.000000000
35172026-03-12T16:04:05.719Zkflt 0.000000000
35182026-03-12T16:04:05.719Zlock 0.000000000
35192026-03-12T16:04:05.719Zslp 1:36.542440445
35202026-03-12T16:04:05.719Zlat 0.618419185
35212026-03-12T16:04:05.719Zstop 0.000144780
35222026-03-12T16:04:05.723Zprocess exited: duration 1221408 ms, exit code 0
 
35232026-03-12T16:04:05.738Zfound 1 output files
35242026-03-12T16:04:05.738Zuploading: /work/package.tar.gz (2332138484 bytes)
35252026-03-12T16:04:41.511Zuploaded: /work/package.tar.gz