01KKWRV7D204EV34D43GCP7EHR: 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: 01KKWRVK1RQMPHX44X2GDYZX7A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T02:10:26.998Zjob assigned to worker 01KKWRVSJB7A03NMCSNAT78W1Q [factory aws, i-04b952a5733bab7ff] (queued for 1 m 21 s)
 
22026-03-17T02:10:34.727Zstarting task 0: "setup"
32026-03-17T02:10:34.733Z++ uname -s
42026-03-17T02:10:34.735Z+ kern=SunOS
52026-03-17T02:10:34.736Z+ build_user=build
62026-03-17T02:10:34.736Z+ build_uid=12345
72026-03-17T02:10:34.736Z+ work_dir=/work
82026-03-17T02:10:34.736Z+ input_dir=/input
92026-03-17T02:10:34.736Z+ [[ 0 == 12345 ]]
102026-03-17T02:10:34.736Z+ case "$kern" in
112026-03-17T02:10:34.736Z+ groupadd -g 12345 build
122026-03-17T02:10:34.738Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T02:10:36.746Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T02:10:36.857Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T02:10:36.860Z+ home_fs=zfs
162026-03-17T02:10:36.860Z+ [[ zfs == autofs ]]
172026-03-17T02:10:36.861Z+ mkdir -p /home/build
182026-03-17T02:10:36.865Z+ chown build:build /home/build /work
192026-03-17T02:10:38.865Z+ chmod 0700 /home/build /work
202026-03-17T02:10:38.868Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-17T02:10:38.874Zstarting task 1: "rust-toolchain"
222026-03-17T02:10:38.880Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T02:10:38.880Z * rust toolchain channel = "1.94.0"
242026-03-17T02:10:38.880Z * rust toolchain profile = "default"
252026-03-17T02:10:38.883Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-17T02:10:38.883Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T02:10:38.883Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T02:10:38.883Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T02:10:38.883Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T02:10:38.999Zinfo: downloading installer
312026-03-17T02:10:40.667Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T02:10:40.667Zwarn: /opt/ooce/bin
332026-03-17T02:10:40.667Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T02:10:40.667Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T02:10:40.667Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T02:10:40.668Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T02:10:40.668Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T02:10:40.668Zerror: cannot install while Rust is installed
392026-03-17T02:10:40.668Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T02:10:40.668Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T02:10:40.668Zwarn: /home/build/.rustup/settings.toml
422026-03-17T02:10:40.668Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T02:10:40.668Zwarn: instead of the one inferred from the default host triple.
442026-03-17T02:10:40.683Zinfo: profile set to default
452026-03-17T02:10:40.683Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T02:10:40.686Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T02:10:40.840Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T02:10:40.843Zinfo: downloading 6 components
492026-03-17T02:10:57.592Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T02:10:57.592Z
512026-03-17T02:10:57.626Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T02:10:57.626Z
532026-03-17T02:10:57.629Z
542026-03-17T02:10:57.629ZRust is installed now. Great!
552026-03-17T02:10:57.629Z
562026-03-17T02:10:57.629ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T02:10:57.629Zenvironment variable. This has not been done automatically.
582026-03-17T02:10:57.629Z
592026-03-17T02:10:57.629ZTo configure your current shell, you need to source
602026-03-17T02:10:57.629Zthe corresponding env file under $HOME/.cargo.
612026-03-17T02:10:57.629Z
622026-03-17T02:10:57.629ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T02:10:57.629Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T02:10:57.629Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T02:10:57.629Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T02:10:57.630Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T02:10:57.630Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T02:10:57.630Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T02:10:57.630Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T02:10:57.630Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T02:10:57.723Z+ rustup --version
722026-03-17T02:10:57.730Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T02:10:57.733Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T02:10:57.755Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T02:10:57.758Z+ cargo --version
762026-03-17T02:10:57.770Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T02:10:57.773Z+ rustc --version
782026-03-17T02:10:57.798Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T02:10:57.801Zprocess exited: duration 18925 ms, exit code 0
 
802026-03-17T02:10:57.807Zstarting task 2: "authentication"
812026-03-17T02:10:57.827Zprocess exited: duration 19 ms, exit code 0
 
822026-03-17T02:10:57.833Zstarting task 3: "clone repository"
832026-03-17T02:10:57.838Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T02:10:57.841Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T02:10:57.874ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T02:11:08.632Z+ cd /work/oxidecomputer/omicron
872026-03-17T02:11:08.635Z+ git fetch origin 2ba1215588cee323052ac78057d9284da554a096
882026-03-17T02:11:08.918ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T02:11:08.918Z * branch 2ba1215588cee323052ac78057d9284da554a096 -> FETCH_HEAD
902026-03-17T02:11:08.930Z+ [[ -n zl/omdb-mcast ]]
912026-03-17T02:11:08.933Z++ git branch --show-current
922026-03-17T02:11:08.936Z+ current=main
932026-03-17T02:11:08.936Z+ [[ main != zl/omdb-mcast ]]
942026-03-17T02:11:08.936Z+ git branch -f zl/omdb-mcast 2ba1215588cee323052ac78057d9284da554a096
952026-03-17T02:11:08.939Z+ git checkout -f zl/omdb-mcast
962026-03-17T02:11:09.255ZSwitched to branch 'zl/omdb-mcast'
972026-03-17T02:11:09.258Z+ git reset --hard 2ba1215588cee323052ac78057d9284da554a096
982026-03-17T02:11:09.309ZHEAD is now at 2ba121558 merge multicast-e2e into omdb-mcast
992026-03-17T02:11:09.313Zprocess exited: duration 11476 ms, exit code 0
 
1002026-03-17T02:11:09.319Zstarting task 4: "build"
1012026-03-17T02:11:09.325Z+ source .github/buildomat/ci-env.sh
1022026-03-17T02:11:09.328Z++ export CARGO_TERM_COLOR=always
1032026-03-17T02:11:09.328Z++ CARGO_TERM_COLOR=always
1042026-03-17T02:11:09.328Z+ cargo --version
1052026-03-17T02:11:09.337Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-17T02:11:09.340Z+ rustc --version
1072026-03-17T02:11:09.366Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-17T02:11:09.369Z+ WORK=/work
1092026-03-17T02:11:09.369Z+ pfexec mkdir -p /work
1102026-03-17T02:11:09.374Z+ pfexec chown build /work
1112026-03-17T02:11:09.377Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-17T02:11:19.256Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-17T02:11:28.932Z Startup: Caching catalogs ... Done
1142026-03-17T02:11:51.111ZPlanning: Solver setup ... Done (20.564s)
1152026-03-17T02:11:51.264ZPlanning: Running solver ... Done (0.152s)
1162026-03-17T02:11:51.445ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-17T02:11:51.458ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-17T02:11:51.586ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-17T02:11:51.630ZPlanning: Package planning ... Done (0.044s)
1202026-03-17T02:11:51.674ZPlanning: Merging actions ... Done (0.043s)
1212026-03-17T02:11:51.916ZPlanning: Checking for conflicting actions ... Done (0.242s)
1222026-03-17T02:11:51.927ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-17T02:11:52.812ZPlanning: Evaluating mediators ... Done (0.885s)
1242026-03-17T02:11:52.820ZPlanning: Planning completed in 23.74 seconds
1252026-03-17T02:11:52.834Z Packages to install: 4
1262026-03-17T02:11:52.834Z Mediators to change: 2
1272026-03-17T02:11:52.834Z Services to change: 1
1282026-03-17T02:11:52.837Z Estimated space available: 155.43 GB
1292026-03-17T02:11:52.837ZEstimated space to be consumed: 1.83 GB
1302026-03-17T02:11:52.838Z Create boot environment: No
1312026-03-17T02:11:52.838ZCreate backup boot environment: No
1322026-03-17T02:11:52.838Z Rebuild boot archive: No
1332026-03-17T02:11:52.838Z
1342026-03-17T02:11:52.838ZChanged mediators:
1352026-03-17T02:11:52.838Z mediator clang:
1362026-03-17T02:11:52.838Z version: None -> 15 (system default)
1372026-03-17T02:11:52.838Z
1382026-03-17T02:11:52.838Z mediator llvm:
1392026-03-17T02:11:52.838Z version: 14 (system default) -> 15 (system default)
1402026-03-17T02:11:52.838Z
1412026-03-17T02:11:52.838ZChanged packages:
1422026-03-17T02:11:52.838Zhelios-dev
1432026-03-17T02:11:52.838Z developer/build-essential
1442026-03-17T02:11:52.838Z None -> 11-2.0
1452026-03-17T02:11:52.838Z library/libxmlsec1
1462026-03-17T02:11:52.838Z None -> 1.2.35-2.0
1472026-03-17T02:11:52.838Z ooce/developer/clang-15
1482026-03-17T02:11:52.838Z None -> 15.0.7-2.0
1492026-03-17T02:11:52.838Z ooce/developer/llvm-15
1502026-03-17T02:11:52.838Z None -> 15.0.7-2.0
1512026-03-17T02:11:52.838Z
1522026-03-17T02:11:52.838ZServices:
1532026-03-17T02:11:52.838Z restart_fmri:
1542026-03-17T02:11:52.838Z svc:/system/update-man-index:default
1552026-03-17T02:11:52.883Z
1562026-03-17T02:11:52.883ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-17T02:11:57.883ZDownload: 936/3290 items 19.0/212.6MB 8% complete (3.8M/s)
1582026-03-17T02:12:03.419ZDownload: 2215/3290 items 117.7/212.6MB 55% complete (12.2M/s)
1592026-03-17T02:12:08.441ZDownload: 3282/3290 items 211.6/212.6MB 99% complete (19.2M/s)
1602026-03-17T02:12:08.499ZDownload: Completed 212.60 MB in 15.61 seconds (13.6M/s)
1612026-03-17T02:12:08.766Z Actions: 1/3689 actions (Installing new actions)
1622026-03-17T02:12:12.942Z Actions: Completed 3689 actions in 4.18 seconds.
1632026-03-17T02:12:13.302Z Done (0.356s)
1642026-03-17T02:12:13.302Z Done (0.000s)
1652026-03-17T02:12:14.195Z Done (0.892s)
1662026-03-17T02:12:18.227Z Done (3.686s)
1672026-03-17T02:12:18.312Z Done (0.018s)
1682026-03-17T02:12:18.316Z Done (0.000s)
1692026-03-17T02:12:18.510Z Done (0.000s)
1702026-03-17T02:12:19.475ZPlanning: Evaluating mediator changes ... Done
1712026-03-17T02:12:19.617ZPlanning: Checking for conflicting actions ... Done
1722026-03-17T02:12:19.620ZPlanning: Consolidating action changes ... Done
1732026-03-17T02:12:19.839ZPlanning: Evaluating mediators ... Done
1742026-03-17T02:12:19.841ZPlanning: Planning completed in 0.36 seconds
1752026-03-17T02:12:19.869Z Mediators to change: 2
1762026-03-17T02:12:19.869Z Create boot environment: No
1772026-03-17T02:12:19.869ZCreate backup boot environment: No
1782026-03-17T02:12:19.951Z Done
1792026-03-17T02:12:19.951Z Done
1802026-03-17T02:12:20.704Z Done
1812026-03-17T02:12:24.008Z Done
1822026-03-17T02:12:24.096Z Done
1832026-03-17T02:12:24.099Z Done
1842026-03-17T02:12:24.266Z Done
1852026-03-17T02:12:24.809ZPlanning: Evaluating mediator changes ... Done
1862026-03-17T02:12:24.812ZPlanning: Merging actions ... Done
1872026-03-17T02:12:24.978ZPlanning: Checking for conflicting actions ... Done
1882026-03-17T02:12:24.981ZPlanning: Consolidating action changes ... Done
1892026-03-17T02:12:25.200ZPlanning: Evaluating mediators ... Done
1902026-03-17T02:12:25.242ZPlanning: Planning completed in 0.64 seconds
1912026-03-17T02:12:25.272Z Packages to change: 1
1922026-03-17T02:12:25.272Z Mediators to change: 1
1932026-03-17T02:12:25.275Z Services to change: 1
1942026-03-17T02:12:25.275Z Create boot environment: No
1952026-03-17T02:12:25.275ZCreate backup boot environment: Yes
1962026-03-17T02:12:27.732Z Actions: 1/6 actions (Updating modified actions)
1972026-03-17T02:12:27.735Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-17T02:12:27.735Z Done
1992026-03-17T02:12:27.735Z Done
2002026-03-17T02:12:27.923Z Done
2012026-03-17T02:12:31.212Z Done
2022026-03-17T02:12:31.294Z Done
2032026-03-17T02:12:31.298Z Done
2042026-03-17T02:12:31.449Z Done
2052026-03-17T02:12:31.822ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-17T02:12:31.822Zclang system 15 system
2072026-03-17T02:12:31.822Zcsh system system illumos
2082026-03-17T02:12:31.822Zctags system system illumos
2092026-03-17T02:12:31.822Zfile system system illumos
2102026-03-17T02:12:31.822Zgcc vendor 12 vendor
2112026-03-17T02:12:31.822Zgcc system 10 system
2122026-03-17T02:12:31.822Zgcc system 7 system
2132026-03-17T02:12:31.822Zgo system 1.20 system
2142026-03-17T02:12:31.822Zgo system 1.19 system
2152026-03-17T02:12:31.822Zllvm system 15 system
2162026-03-17T02:12:31.823Zllvm system 14 system
2172026-03-17T02:12:31.823Zmariadb system 10.6 system
2182026-03-17T02:12:31.823Zmta vendor vendor dma
2192026-03-17T02:12:31.823Zopenjdk system 17 system
2202026-03-17T02:12:31.823Zopenjdk system 11 system
2212026-03-17T02:12:31.823Zopenjdk system 1.8 system
2222026-03-17T02:12:31.823Zopenssl vendor 3 vendor
2232026-03-17T02:12:31.823Zperl system 5.36 system
2242026-03-17T02:12:31.823Zpostgresql system 15 system
2252026-03-17T02:12:31.823Zpostgresql system 13 system
2262026-03-17T02:12:31.823Zpython vendor 3 vendor
2272026-03-17T02:12:31.823Zpython system 2 system
2282026-03-17T02:12:31.823Zpython3 system 3.11 system
2292026-03-17T02:12:31.823Zruby system 3.0 system
2302026-03-17T02:12:31.823Zwords vendor vendor american-english
2312026-03-17T02:12:31.823Zwords system system australian-english
2322026-03-17T02:12:31.823Zwords system system british-english
2332026-03-17T02:12:31.823Zwords system system canadian-english
2342026-03-17T02:12:31.823Zwords system system french
2352026-03-17T02:12:31.823Zwords system system italian
2362026-03-17T02:12:31.823Zwords system system ngerman
2372026-03-17T02:12:31.823Zwords system system ogerman
2382026-03-17T02:12:31.823Zwords system system spanish
2392026-03-17T02:12:32.122ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-17T02:12:32.122Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-17T02:12:38.075ZFMRI IFO
2422026-03-17T02:12:38.075Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-17T02:12:38.075Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-17T02:12:38.075Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-17T02:12:38.075Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-17T02:12:38.075Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-17T02:12:38.075Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-17T02:12:38.076Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-17T02:12:38.076Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-17T02:12:38.076Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-17T02:12:38.076Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-17T02:12:38.076Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-17T02:12:38.076Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-17T02:12:38.076Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-17T02:12:38.076Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-17T02:12:38.076Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-17T02:12:38.076Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-17T02:12:39.290Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-17T02:12:39.540Z Updating crates.io index
2602026-03-17T02:12:39.575Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-17T02:12:40.268Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-17T02:12:40.578Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-17T02:12:40.903Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-17T02:12:41.204Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-17T02:12:42.140Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-17T02:12:42.792Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-17T02:12:44.135Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-17T02:12:45.698Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-17T02:12:46.431Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-17T02:12:46.798Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-17T02:12:47.969Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-17T02:12:48.340Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-17T02:12:48.704Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-17T02:12:49.025Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-17T02:12:49.901Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-17T02:12:50.465Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-17T02:12:50.716Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-17T02:12:50.952Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-17T02:12:51.415Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-17T02:12:51.661Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-17T02:12:51.876Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-17T02:12:52.108Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-17T02:12:52.551Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-17T02:12:52.851Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-17T02:12:53.427Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-17T02:12:53.645Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-17T02:12:53.940Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-17T02:12:54.749Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-17T02:12:55.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-17T02:12:55.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-17T02:12:55.808Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-17T02:12:56.102Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-17T02:12:56.564Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-17T02:12:56.792Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-17T02:12:57.021Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-17T02:12:57.269Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-17T02:12:57.645Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-17T02:13:12.449Z Downloading crates ...
2992026-03-17T02:13:12.507Z Downloaded cargo-platform v0.2.0
3002026-03-17T02:13:12.512Z Downloaded sha2 v0.10.9
3012026-03-17T02:13:12.515Z Downloaded scroll_derive v0.12.1
3022026-03-17T02:13:12.515Z Downloaded cpufeatures v0.2.17
3032026-03-17T02:13:12.518Z Downloaded strsim v0.11.1
3042026-03-17T02:13:12.529Z Downloaded zerovec v0.11.5
3052026-03-17T02:13:12.539Z Downloaded utf8_iter v1.0.4
3062026-03-17T02:13:12.542Z Downloaded tinystr v0.8.2
3072026-03-17T02:13:12.545Z Downloaded utf8parse v0.2.2
3082026-03-17T02:13:12.548Z Downloaded toml_write v0.1.2
3092026-03-17T02:13:12.548Z Downloaded yoke v0.8.1
3102026-03-17T02:13:12.551Z Downloaded thiserror v2.0.18
3112026-03-17T02:13:12.556Z Downloaded cargo_toml v0.21.0
3122026-03-17T02:13:12.560Z Downloaded usdt v0.5.0
3132026-03-17T02:13:12.563Z Downloaded zmij v1.0.21
3142026-03-17T02:13:12.563Z Downloaded zerocopy-derive v0.7.35
3152026-03-17T02:13:12.565Z Downloaded usdt-impl v0.5.0
3162026-03-17T02:13:12.578Z Downloaded winnow v0.7.14
3172026-03-17T02:13:12.584Z Downloaded zerofrom-derive v0.1.6
3182026-03-17T02:13:12.587Z Downloaded unicode-width v0.2.0
3192026-03-17T02:13:12.591Z Downloaded fastrand v2.3.0
3202026-03-17T02:13:12.594Z Downloaded equivalent v1.0.2
3212026-03-17T02:13:12.594Z Downloaded ucd-trie v0.1.7
3222026-03-17T02:13:12.594Z Downloaded log v0.4.29
3232026-03-17T02:13:12.597Z Downloaded unicode-xid v0.2.6
3242026-03-17T02:13:12.597Z Downloaded thiserror v1.0.69
3252026-03-17T02:13:12.600Z Downloaded writeable v0.6.2
3262026-03-17T02:13:12.603Z Downloaded url v2.5.8
3272026-03-17T02:13:12.603Z Downloaded zerofrom v0.1.6
3282026-03-17T02:13:12.606Z Downloaded unicode-linebreak v0.1.5
3292026-03-17T02:13:12.606Z Downloaded thiserror-impl v2.0.18
3302026-03-17T02:13:12.606Z Downloaded stable_deref_trait v1.2.1
3312026-03-17T02:13:12.606Z Downloaded serde v1.0.228
3322026-03-17T02:13:12.609Z Downloaded hashbrown v0.16.1
3332026-03-17T02:13:12.612Z Downloaded papergrid v0.11.0
3342026-03-17T02:13:12.616Z Downloaded unicode-width v0.1.14
3352026-03-17T02:13:12.620Z Downloaded icu_normalizer v2.1.1
3362026-03-17T02:13:12.623Z Downloaded tempfile v3.25.0
3372026-03-17T02:13:12.625Z Downloaded serde_tokenstream v0.2.3
3382026-03-17T02:13:12.625Z Downloaded percent-encoding v2.3.2
3392026-03-17T02:13:12.628Z Downloaded anstyle-query v1.1.5
3402026-03-17T02:13:12.628Z Downloaded anstyle-parse v0.2.7
3412026-03-17T02:13:12.628Z Downloaded swrite v0.1.0
3422026-03-17T02:13:12.631Z Downloaded serde_core v1.0.228
3432026-03-17T02:13:12.631Z Downloaded clap_derive v4.5.55
3442026-03-17T02:13:12.634Z Downloaded idna_adapter v1.2.1
3452026-03-17T02:13:12.634Z Downloaded potential_utf v0.1.4
3462026-03-17T02:13:12.634Z Downloaded semver v1.0.27
3472026-03-17T02:13:12.637Z Downloaded scroll v0.12.0
3482026-03-17T02:13:12.637Z Downloaded proc-macro-error-attr v1.0.4
3492026-03-17T02:13:12.640Z Downloaded cfg-if v1.0.4
3502026-03-17T02:13:12.640Z Downloaded icu_normalizer_data v2.1.1
3512026-03-17T02:13:12.640Z Downloaded itoa v1.0.17
3522026-03-17T02:13:12.643Z Downloaded tabled_derive v0.7.0
3532026-03-17T02:13:12.643Z Downloaded cargo-util-schemas v0.8.2
3542026-03-17T02:13:12.643Z Downloaded dtrace-parser v0.2.0
3552026-03-17T02:13:12.646Z Downloaded byteorder v1.5.0
3562026-03-17T02:13:12.646Z Downloaded bytecount v0.6.9
3572026-03-17T02:13:12.646Z Downloaded bitflags v2.11.0
3582026-03-17T02:13:12.649Z Downloaded indexmap v2.13.0
3592026-03-17T02:13:12.652Z Downloaded typeid v1.0.3
3602026-03-17T02:13:12.655Z Downloaded toml v0.8.23
3612026-03-17T02:13:12.663Z Downloaded serde_json v1.0.149
3622026-03-17T02:13:12.677Z Downloaded syn v2.0.117
3632026-03-17T02:13:12.771Z Downloaded yoke-derive v0.8.1
3642026-03-17T02:13:12.798Z Downloaded getrandom v0.4.1
3652026-03-17T02:13:12.801Z Downloaded crypto-common v0.1.7
3662026-03-17T02:13:12.806Z Downloaded erased-serde v0.4.9
3672026-03-17T02:13:12.809Z Downloaded pest_derive v2.8.6
3682026-03-17T02:13:12.815Z Downloaded icu_properties v2.1.2
3692026-03-17T02:13:12.818Z Downloaded autocfg v1.5.0
3702026-03-17T02:13:12.821Z Downloaded usdt-attr-macro v0.5.0
3712026-03-17T02:13:12.824Z Downloaded idna v1.1.0
3722026-03-17T02:13:12.827Z Downloaded version_check v0.9.5
3732026-03-17T02:13:12.827Z Downloaded toml_datetime v0.6.11
3742026-03-17T02:13:12.827Z Downloaded usdt-macro v0.5.0
3752026-03-17T02:13:12.829Z Downloaded displaydoc v0.2.5
3762026-03-17T02:13:12.829Z Downloaded zerovec-derive v0.11.2
3772026-03-17T02:13:12.832Z Downloaded thiserror-impl v1.0.69
3782026-03-17T02:13:12.832Z Downloaded synstructure v0.13.2
3792026-03-17T02:13:12.832Z Downloaded thread-id v4.2.2
3802026-03-17T02:13:12.835Z Downloaded heck v0.5.0
3812026-03-17T02:13:12.835Z Downloaded plain v0.2.3
3822026-03-17T02:13:12.835Z Downloaded digest v0.10.7
3832026-03-17T02:13:12.838Z Downloaded clap_lex v1.0.0
3842026-03-17T02:13:12.838Z Downloaded terminal_size v0.4.3
3852026-03-17T02:13:12.838Z Downloaded pest_generator v2.8.6
3862026-03-17T02:13:12.841Z Downloaded memmap v0.7.0
3872026-03-17T02:13:12.841Z Downloaded textwrap v0.16.2
3882026-03-17T02:13:12.844Z Downloaded heck v0.4.1
3892026-03-17T02:13:12.844Z Downloaded colorchoice v1.0.4
3902026-03-17T02:13:12.844Z Downloaded unicode-ident v1.0.24
3912026-03-17T02:13:12.847Z Downloaded typenum v1.19.0
3922026-03-17T02:13:12.850Z Downloaded zerotrie v0.2.3
3932026-03-17T02:13:12.853Z Downloaded toml_edit v0.22.27
3942026-03-17T02:13:12.856Z Downloaded camino v1.2.2
3952026-03-17T02:13:12.856Z Downloaded zerocopy v0.7.35
3962026-03-17T02:13:12.866Z Downloaded icu_provider v2.1.1
3972026-03-17T02:13:12.869Z Downloaded camino-tempfile v1.4.1
3982026-03-17T02:13:12.876Z Downloaded anstream v0.6.21
3992026-03-17T02:13:12.883Z Downloaded pest v2.8.6
4002026-03-17T02:13:12.889Z Downloaded serde_spanned v0.6.9
4012026-03-17T02:13:12.892Z Downloaded serde-value v0.7.0
4022026-03-17T02:13:12.892Z Downloaded macaddr v1.0.1
4032026-03-17T02:13:12.897Z Downloaded litemap v0.8.1
4042026-03-17T02:13:12.900Z Downloaded anyhow v1.0.102
4052026-03-17T02:13:12.903Z Downloaded smallvec v1.15.1
4062026-03-17T02:13:12.917Z Downloaded proc-macro2 v1.0.106
4072026-03-17T02:13:12.920Z Downloaded serde_derive v1.0.228
4082026-03-17T02:13:12.924Z Downloaded pest_meta v2.8.6
4092026-03-17T02:13:12.927Z Downloaded tabled v0.15.0
4102026-03-17T02:13:12.937Z Downloaded icu_collections v2.1.1
4112026-03-17T02:13:12.941Z Downloaded goblin v0.8.2
4122026-03-17T02:13:12.953Z Downloaded libc v0.2.180
4132026-03-17T02:13:12.976Z Downloaded pretty-hex v0.4.1
4142026-03-17T02:13:12.979Z Downloaded block-buffer v0.10.4
4152026-03-17T02:13:12.979Z Downloaded fnv v1.0.7
4162026-03-17T02:13:12.979Z Downloaded dof v0.3.0
4172026-03-17T02:13:12.989Z Downloaded clap_builder v4.5.60
4182026-03-17T02:13:12.996Z Downloaded icu_properties_data v2.1.2
4192026-03-17T02:13:13.002Z Downloaded proc-macro-error v1.0.4
4202026-03-17T02:13:13.005Z Downloaded errno v0.3.14
4212026-03-17T02:13:13.008Z Downloaded num-traits v0.2.19
4222026-03-17T02:13:13.012Z Downloaded generic-array v0.14.7
4232026-03-17T02:13:13.021Z Downloaded ordered-float v2.10.1
4242026-03-17T02:13:13.024Z Downloaded anstyle v1.0.13
4252026-03-17T02:13:13.024Z Downloaded quote v1.0.44
4262026-03-17T02:13:13.027Z Downloaded fs-err v3.3.0
4272026-03-17T02:13:13.027Z Downloaded cargo_metadata v0.21.0
4282026-03-17T02:13:13.030Z Downloaded serde-untagged v0.1.9
4292026-03-17T02:13:13.033Z Downloaded smawk v0.3.2
4302026-03-17T02:13:13.036Z Downloaded icu_locale_core v2.1.1
4312026-03-17T02:13:13.044Z Downloaded memchr v2.8.0
4322026-03-17T02:13:13.064Z Downloaded form_urlencoded v1.2.2
4332026-03-17T02:13:13.067Z Downloaded rustix v1.1.3
4342026-03-17T02:13:13.082Z Downloaded once_cell v1.21.3
4352026-03-17T02:13:13.093Z Downloaded clap v4.5.60
4362026-03-17T02:13:13.147Z Downloaded is_terminal_polyfill v1.70.2
4372026-03-17T02:13:13.164Z Downloaded syn v1.0.109
4382026-03-17T02:13:13.235Z Compiling proc-macro2 v1.0.106
4392026-03-17T02:13:13.235Z Compiling quote v1.0.44
4402026-03-17T02:13:13.238Z Compiling unicode-ident v1.0.24
4412026-03-17T02:13:13.238Z Compiling serde_core v1.0.228
4422026-03-17T02:13:13.238Z Compiling libc v0.2.180
4432026-03-17T02:13:13.238Z Compiling version_check v0.9.5
4442026-03-17T02:13:13.238Z Compiling stable_deref_trait v1.2.1
4452026-03-17T02:13:13.238Z Compiling memchr v2.8.0
4462026-03-17T02:13:13.238Z Compiling serde v1.0.228
4472026-03-17T02:13:13.238Z Compiling zmij v1.0.21
4482026-03-17T02:13:13.238Z Compiling ucd-trie v0.1.7
4492026-03-17T02:13:13.446Z Compiling itoa v1.0.17
4502026-03-17T02:13:13.450Z Compiling autocfg v1.5.0
4512026-03-17T02:13:13.450Z Compiling thiserror v1.0.69
4522026-03-17T02:13:13.450Z Compiling litemap v0.8.1
4532026-03-17T02:13:13.755Z Compiling writeable v0.6.2
4542026-03-17T02:13:13.782Z Compiling icu_normalizer_data v2.1.1
4552026-03-17T02:13:13.917Z Compiling rustix v1.1.3
4562026-03-17T02:13:13.947Z Compiling icu_properties_data v2.1.2
4572026-03-17T02:13:13.977Z Compiling byteorder v1.5.0
4582026-03-17T02:13:14.121Z Compiling pest v2.8.6
4592026-03-17T02:13:14.179Z Compiling bitflags v2.11.0
4602026-03-17T02:13:14.318Z Compiling serde_json v1.0.149
4612026-03-17T02:13:14.402Z Compiling num-traits v0.2.19
4622026-03-17T02:13:14.405Z Compiling typeid v1.0.3
4632026-03-17T02:13:14.506Z Compiling smallvec v1.15.1
4642026-03-17T02:13:14.535Z Compiling equivalent v1.0.2
4652026-03-17T02:13:14.538Z Compiling hashbrown v0.16.1
4662026-03-17T02:13:14.652Z Compiling proc-macro-error-attr v1.0.4
4672026-03-17T02:13:14.793Z Compiling usdt-impl v0.5.0
4682026-03-17T02:13:14.875Z Compiling syn v1.0.109
4692026-03-17T02:13:14.967Z Compiling erased-serde v0.4.9
4702026-03-17T02:13:14.970Z Compiling toml_write v0.1.2
4712026-03-17T02:13:14.970Z Compiling winnow v0.7.14
4722026-03-17T02:13:15.163Z Compiling proc-macro-error v1.0.4
4732026-03-17T02:13:15.212Z Compiling percent-encoding v2.3.2
4742026-03-17T02:13:15.275Z Compiling errno v0.3.14
4752026-03-17T02:13:15.306Z Compiling thread-id v4.2.2
4762026-03-17T02:13:15.365Z Compiling syn v2.0.117
4772026-03-17T02:13:15.368Z Compiling thiserror v2.0.18
4782026-03-17T02:13:15.454Z Compiling indexmap v2.13.0
4792026-03-17T02:13:15.457Z Compiling camino v1.2.2
4802026-03-17T02:13:15.457Z Compiling utf8_iter v1.0.4
4812026-03-17T02:13:15.537Z Compiling log v0.4.29
4822026-03-17T02:13:15.540Z Compiling utf8parse v0.2.2
4832026-03-17T02:13:15.566Z Compiling pest_meta v2.8.6
4842026-03-17T02:13:15.569Z Compiling plain v0.2.3
4852026-03-17T02:13:15.593Z Compiling getrandom v0.4.1
4862026-03-17T02:13:15.769Z Compiling anstyle-parse v0.2.7
4872026-03-17T02:13:15.890Z Compiling form_urlencoded v1.2.2
4882026-03-17T02:13:16.011Z Compiling anstyle v1.0.13
4892026-03-17T02:13:16.039Z Compiling ordered-float v2.10.1
4902026-03-17T02:13:16.124Z Compiling anstyle-query v1.1.5
4912026-03-17T02:13:16.154Z Compiling cfg-if v1.0.4
4922026-03-17T02:13:16.181Z Compiling pretty-hex v0.4.1
4932026-03-17T02:13:16.238Z Compiling colorchoice v1.0.4
4942026-03-17T02:13:16.268Z Compiling is_terminal_polyfill v1.70.2
4952026-03-17T02:13:16.327Z Compiling fs-err v3.3.0
4962026-03-17T02:13:16.432Z Compiling anstream v0.6.21
4972026-03-17T02:13:16.460Z Compiling fnv v1.0.7
4982026-03-17T02:13:16.463Z Compiling clap_lex v1.0.0
4992026-03-17T02:13:16.463Z Compiling unicode-width v0.1.14
5002026-03-17T02:13:16.463Z Compiling once_cell v1.21.3
5012026-03-17T02:13:16.463Z Compiling bytecount v0.6.9
5022026-03-17T02:13:16.720Z Compiling fastrand v2.3.0
5032026-03-17T02:13:16.786Z Compiling terminal_size v0.4.3
5042026-03-17T02:13:16.883Z Compiling semver v1.0.27
5052026-03-17T02:13:16.943Z Compiling strsim v0.11.1
5062026-03-17T02:13:16.974Z Compiling unicode-xid v0.2.6
5072026-03-17T02:13:16.974Z Compiling heck v0.4.1
5082026-03-17T02:13:17.029Z Compiling anyhow v1.0.102
5092026-03-17T02:13:17.087Z Compiling heck v0.5.0
5102026-03-17T02:13:17.155Z Compiling tempfile v3.25.0
5112026-03-17T02:13:17.184Z Compiling papergrid v0.11.0
5122026-03-17T02:13:17.213Z Compiling clap_builder v4.5.60
5132026-03-17T02:13:17.347Z Compiling memmap v0.7.0
5142026-03-17T02:13:17.428Z Compiling serde-untagged v0.1.9
5152026-03-17T02:13:17.458Z Compiling unicode-linebreak v0.1.5
5162026-03-17T02:13:17.514Z Compiling smawk v0.3.2
5172026-03-17T02:13:17.568Z Compiling unicode-width v0.2.0
5182026-03-17T02:13:17.690Z Compiling camino-tempfile v1.4.1
5192026-03-17T02:13:17.746Z Compiling swrite v0.1.0
5202026-03-17T02:13:17.782Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-17T02:13:17.896Z Compiling textwrap v0.16.2
5222026-03-17T02:13:18.283Z Compiling tabled_derive v0.7.0
5232026-03-17T02:13:19.046Z Compiling synstructure v0.13.2
5242026-03-17T02:13:19.046Z Compiling pest_generator v2.8.6
5252026-03-17T02:13:19.150Z Compiling tabled v0.15.0
5262026-03-17T02:13:19.750Z Compiling serde_derive v1.0.228
5272026-03-17T02:13:19.753Z Compiling zerofrom-derive v0.1.6
5282026-03-17T02:13:19.753Z Compiling yoke-derive v0.8.1
5292026-03-17T02:13:19.753Z Compiling zerovec-derive v0.11.2
5302026-03-17T02:13:19.774Z Compiling displaydoc v0.2.5
5312026-03-17T02:13:19.777Z Compiling thiserror-impl v1.0.69
5322026-03-17T02:13:19.778Z Compiling zerocopy-derive v0.7.35
5332026-03-17T02:13:19.827Z Compiling scroll_derive v0.12.1
5342026-03-17T02:13:19.853Z Compiling thiserror-impl v2.0.18
5352026-03-17T02:13:19.856Z Compiling pest_derive v2.8.6
5362026-03-17T02:13:19.987Z Compiling clap_derive v4.5.55
5372026-03-17T02:13:20.789Z Compiling scroll v0.12.0
5382026-03-17T02:13:20.890Z Compiling zerocopy v0.7.35
5392026-03-17T02:13:21.087Z Compiling zerofrom v0.1.6
5402026-03-17T02:13:21.115Z Compiling goblin v0.8.2
5412026-03-17T02:13:21.236Z Compiling yoke v0.8.1
5422026-03-17T02:13:21.285Z Compiling dtrace-parser v0.2.0
5432026-03-17T02:13:21.474Z Compiling zerovec v0.11.5
5442026-03-17T02:13:21.474Z Compiling zerotrie v0.2.3
5452026-03-17T02:13:21.763Z Compiling clap v4.5.60
5462026-03-17T02:13:22.098Z Compiling tinystr v0.8.2
5472026-03-17T02:13:22.098Z Compiling potential_utf v0.1.4
5482026-03-17T02:13:22.263Z Compiling icu_collections v2.1.1
5492026-03-17T02:13:22.302Z Compiling icu_locale_core v2.1.1
5502026-03-17T02:13:23.064Z Compiling icu_provider v2.1.1
5512026-03-17T02:13:23.088Z Compiling serde_spanned v0.6.9
5522026-03-17T02:13:23.092Z Compiling toml_datetime v0.6.11
5532026-03-17T02:13:23.092Z Compiling serde-value v0.7.0
5542026-03-17T02:13:23.092Z Compiling cargo-platform v0.2.0
5552026-03-17T02:13:23.092Z Compiling macaddr v1.0.1
5562026-03-17T02:13:23.110Z Compiling dof v0.3.0
5572026-03-17T02:13:23.113Z Compiling serde_tokenstream v0.2.3
5582026-03-17T02:13:23.353Z Compiling icu_properties v2.1.2
5592026-03-17T02:13:23.354Z Compiling icu_normalizer v2.1.1
5602026-03-17T02:13:23.441Z Compiling toml_edit v0.22.27
5612026-03-17T02:13:24.045Z Compiling usdt-attr-macro v0.5.0
5622026-03-17T02:13:24.048Z Compiling usdt-macro v0.5.0
5632026-03-17T02:13:24.538Z Compiling idna_adapter v1.2.1
5642026-03-17T02:13:24.678Z Compiling idna v1.1.0
5652026-03-17T02:13:24.796Z Compiling usdt v0.5.0
5662026-03-17T02:13:25.022Z Compiling url v2.5.8
5672026-03-17T02:13:25.200Z Compiling toml v0.8.23
5682026-03-17T02:13:25.685Z Compiling cargo-util-schemas v0.8.2
5692026-03-17T02:13:25.685Z Compiling cargo_toml v0.21.0
5702026-03-17T02:13:26.818Z Compiling cargo_metadata v0.21.0
5712026-03-17T02:13:28.114Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-17T02:13:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.88s
5732026-03-17T02:13:31.220Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-17T02:13:31.939Z Downloading crates ...
5752026-03-17T02:13:32.054Z Downloaded atty v0.2.14
5762026-03-17T02:13:32.057Z Downloaded async-stream v0.3.6
5772026-03-17T02:13:32.062Z Downloaded camino-tempfile-ext v0.3.3
5782026-03-17T02:13:32.065Z Downloaded cipher v0.4.4
5792026-03-17T02:13:32.068Z Downloaded cassowary v0.3.0
5802026-03-17T02:13:32.071Z Downloaded aes-gcm v0.10.3
5812026-03-17T02:13:32.077Z Downloaded derive_builder_macro v0.20.2
5822026-03-17T02:13:32.086Z Downloaded bitfield-macros v0.19.4
5832026-03-17T02:13:32.089Z Downloaded dunce v1.0.5
5842026-03-17T02:13:32.089Z Downloaded cstr-argument v0.1.2
5852026-03-17T02:13:32.092Z Downloaded fd-lock v4.0.4
5862026-03-17T02:13:32.096Z Downloaded dropshot-api-manager v0.6.0
5872026-03-17T02:13:32.099Z Downloaded cargo_toml v0.22.3
5882026-03-17T02:13:32.099Z Downloaded fixedbitset v0.5.7
5892026-03-17T02:13:32.102Z Downloaded blake2 v0.10.6
5902026-03-17T02:13:32.105Z Downloaded arrayvec v0.7.6
5912026-03-17T02:13:32.105Z Downloaded aead v0.5.2
5922026-03-17T02:13:32.108Z Downloaded colored v2.2.0
5932026-03-17T02:13:32.111Z Downloaded bit-vec v0.6.3
5942026-03-17T02:13:32.111Z Downloaded bumpalo v3.20.2
5952026-03-17T02:13:32.115Z Downloaded blake3 v1.8.3
5962026-03-17T02:13:32.121Z Downloaded getrandom v0.2.17
5972026-03-17T02:13:32.124Z Downloaded buf-list v1.1.2
5982026-03-17T02:13:32.124Z Downloaded bit-set v0.5.3
5992026-03-17T02:13:32.127Z Downloaded cargo_metadata v0.19.2
6002026-03-17T02:13:32.127Z Downloaded darling_macro v0.21.3
6012026-03-17T02:13:32.127Z Downloaded bit-set v0.8.0
6022026-03-17T02:13:32.130Z Downloaded ciborium-ll v0.2.2
6032026-03-17T02:13:32.130Z Downloaded backon v1.6.0
6042026-03-17T02:13:32.133Z Downloaded debug-ignore v1.0.5
6052026-03-17T02:13:32.136Z Downloaded darling_macro v0.20.11
6062026-03-17T02:13:32.136Z Downloaded ciborium-io v0.2.2
6072026-03-17T02:13:32.136Z Downloaded darling_core v0.23.0
6082026-03-17T02:13:32.140Z Downloaded derive-where v1.6.0
6092026-03-17T02:13:32.143Z Downloaded adler2 v2.0.1
6102026-03-17T02:13:32.146Z Downloaded assert_matches v1.5.0
6112026-03-17T02:13:32.146Z Downloaded cmake v0.1.57
6122026-03-17T02:13:32.148Z Downloaded defmt v1.0.1
6132026-03-17T02:13:32.151Z Downloaded derive_builder_core v0.20.2
6142026-03-17T02:13:32.154Z Downloaded defmt-parser v1.0.0
6152026-03-17T02:13:32.154Z Downloaded foreign-types v0.5.0
6162026-03-17T02:13:32.158Z Downloaded difflib v0.4.0
6172026-03-17T02:13:32.158Z Downloaded diesel_table_macro_syntax v0.3.0
6182026-03-17T02:13:32.158Z Downloaded defmt-macros v1.0.1
6192026-03-17T02:13:32.161Z Downloaded foldhash v0.1.5
6202026-03-17T02:13:32.161Z Downloaded deranged v0.5.8
6212026-03-17T02:13:32.164Z Downloaded crc8 v0.1.1
6222026-03-17T02:13:32.164Z Downloaded bcrypt-pbkdf v0.10.0
6232026-03-17T02:13:32.167Z Downloaded diff v0.1.13
6242026-03-17T02:13:32.167Z Downloaded castaway v0.2.4
6252026-03-17T02:13:32.170Z Downloaded convert_case v0.4.0
6262026-03-17T02:13:32.170Z Downloaded async-stream-impl v0.3.6
6272026-03-17T02:13:32.170Z Downloaded derive-ex v0.1.8
6282026-03-17T02:13:32.173Z Downloaded derive_more v2.1.1
6292026-03-17T02:13:32.180Z Downloaded elliptic-curve v0.13.8
6302026-03-17T02:13:32.184Z Downloaded der_derive v0.7.3
6312026-03-17T02:13:32.187Z Downloaded fallible-iterator v0.2.0
6322026-03-17T02:13:32.187Z Downloaded defmt v0.3.100
6332026-03-17T02:13:32.190Z Downloaded bitfield v0.19.4
6342026-03-17T02:13:32.190Z Downloaded foreign-types-shared v0.3.1
6352026-03-17T02:13:32.190Z Downloaded atomicwrites v0.4.4
6362026-03-17T02:13:32.193Z Downloaded dsl_auto_type v0.2.0
6372026-03-17T02:13:32.194Z Downloaded embedded-io v0.4.0
6382026-03-17T02:13:32.197Z Downloaded crossbeam-utils v0.8.21
6392026-03-17T02:13:32.197Z Downloaded bcs v0.1.6
6402026-03-17T02:13:32.200Z Downloaded futures-core v0.3.32
6412026-03-17T02:13:32.200Z Downloaded flagset v0.4.7
6422026-03-17T02:13:32.202Z Downloaded embedded-io v0.6.1
6432026-03-17T02:13:32.202Z Downloaded fxhash v0.2.1
6442026-03-17T02:13:32.206Z Downloaded ff v0.13.1
6452026-03-17T02:13:32.206Z Downloaded cpufeatures v0.3.0
6462026-03-17T02:13:32.209Z Downloaded env_logger v0.11.9
6472026-03-17T02:13:32.209Z Downloaded display-error-chain v0.2.2
6482026-03-17T02:13:32.212Z Downloaded endian-type v0.1.2
6492026-03-17T02:13:32.212Z Downloaded const_format_proc_macros v0.2.34
6502026-03-17T02:13:32.216Z Downloaded foreign-types-macros v0.2.3
6512026-03-17T02:13:32.216Z Downloaded float-cmp v0.10.0
6522026-03-17T02:13:32.216Z Downloaded crunchy v0.2.4
6532026-03-17T02:13:32.220Z Downloaded env_filter v1.0.0
6542026-03-17T02:13:32.221Z Downloaded backoff v0.4.0
6552026-03-17T02:13:32.221Z Downloaded daft-derive v0.1.5
6562026-03-17T02:13:32.224Z Downloaded funty v2.0.0
6572026-03-17T02:13:32.224Z Downloaded corncobs v0.1.4
6582026-03-17T02:13:32.227Z Downloaded cexpr v0.6.0
6592026-03-17T02:13:32.227Z Downloaded gethostname v0.5.0
6602026-03-17T02:13:32.231Z Downloaded dyn-clone v1.0.20
6612026-03-17T02:13:32.231Z Downloaded hash32 v0.3.1
6622026-03-17T02:13:32.234Z Downloaded globwalk v0.9.1
6632026-03-17T02:13:32.234Z Downloaded downcast-rs v2.0.2
6642026-03-17T02:13:32.234Z Downloaded foreign-types v0.3.2
6652026-03-17T02:13:32.237Z Downloaded dof v0.4.0
6662026-03-17T02:13:32.237Z Downloaded ena v0.14.4
6672026-03-17T02:13:32.240Z Downloaded ed25519-dalek v2.2.0
6682026-03-17T02:13:32.240Z Downloaded clang-sys v1.8.1
6692026-03-17T02:13:32.244Z Downloaded hex-literal v0.4.1
6702026-03-17T02:13:32.247Z Downloaded headers-core v0.3.0
6712026-03-17T02:13:32.247Z Downloaded futures-task v0.3.32
6722026-03-17T02:13:32.247Z Downloaded futures-io v0.3.32
6732026-03-17T02:13:32.247Z Downloaded cfg_aliases v0.2.1
6742026-03-17T02:13:32.250Z Downloaded async-trait v0.1.89
6752026-03-17T02:13:32.253Z Downloaded foreign-types-shared v0.1.1
6762026-03-17T02:13:32.253Z Downloaded dropshot-api-manager-types v0.6.0
6772026-03-17T02:13:32.253Z Downloaded curve25519-dalek-derive v0.1.1
6782026-03-17T02:13:32.256Z Downloaded constant_time_eq v0.4.2
6792026-03-17T02:13:32.256Z Downloaded des v0.8.1
6802026-03-17T02:13:32.259Z Downloaded ident_case v1.0.1
6812026-03-17T02:13:32.259Z Downloaded fs-err v2.11.0
6822026-03-17T02:13:32.263Z Downloaded futures-sink v0.3.32
6832026-03-17T02:13:32.263Z Downloaded derive_more v0.99.20
6842026-03-17T02:13:32.267Z Downloaded fs_extra v1.3.0
6852026-03-17T02:13:32.270Z Downloaded fixedbitset v0.4.2
6862026-03-17T02:13:32.270Z Downloaded erased-serde v0.3.31
6872026-03-17T02:13:32.270Z Downloaded enum-as-inner v0.6.1
6882026-03-17T02:13:32.273Z Downloaded daft v0.1.5
6892026-03-17T02:13:32.273Z Downloaded csv-core v0.1.13
6902026-03-17T02:13:32.277Z Downloaded cookie_store v0.22.1
6912026-03-17T02:13:32.279Z Downloaded httpdate v1.0.3
6922026-03-17T02:13:32.279Z Downloaded futures-macro v0.3.32
6932026-03-17T02:13:32.280Z Downloaded ed25519 v2.2.3
6942026-03-17T02:13:32.284Z Downloaded hash32 v0.2.1
6952026-03-17T02:13:32.284Z Downloaded find-msvc-tools v0.1.9
6962026-03-17T02:13:32.288Z Downloaded filetime v0.2.27
6972026-03-17T02:13:32.288Z Downloaded internet-checksum v0.2.1
6982026-03-17T02:13:32.288Z Downloaded indoc v1.0.9
6992026-03-17T02:13:32.291Z Downloaded http-body v1.0.1
7002026-03-17T02:13:32.291Z Downloaded hex v0.4.3
7012026-03-17T02:13:32.291Z Downloaded is-terminal v0.4.17
7022026-03-17T02:13:32.295Z Downloaded ghash v0.5.1
7032026-03-17T02:13:32.295Z Downloaded ecdsa v0.16.9
7042026-03-17T02:13:32.298Z Downloaded cookie v0.18.1
7052026-03-17T02:13:32.312Z Downloaded kstat-rs v0.2.4
7062026-03-17T02:13:32.314Z Downloaded hubpack_derive v0.1.1
7072026-03-17T02:13:32.314Z Downloaded flate2 v1.1.9
7082026-03-17T02:13:32.317Z Downloaded darling v0.20.11
7092026-03-17T02:13:32.321Z Downloaded indent_write v2.2.0
7102026-03-17T02:13:32.324Z Downloaded hostname v0.4.2
7112026-03-17T02:13:32.324Z Downloaded darling v0.21.3
7122026-03-17T02:13:32.328Z Downloaded lazy_static v1.5.0
7132026-03-17T02:13:32.331Z Downloaded is_ci v1.2.0
7142026-03-17T02:13:32.331Z Downloaded hubpack v0.1.2
7152026-03-17T02:13:32.336Z Downloaded crc32fast v1.5.0
7162026-03-17T02:13:32.336Z Downloaded keccak v0.1.6
7172026-03-17T02:13:32.340Z Downloaded maplit v1.0.2
7182026-03-17T02:13:32.340Z Downloaded inout v0.1.4
7192026-03-17T02:13:32.340Z Downloaded crc-any v2.5.0
7202026-03-17T02:13:32.343Z Downloaded futures-executor v0.3.32
7212026-03-17T02:13:32.343Z Downloaded crossbeam-epoch v0.9.18
7222026-03-17T02:13:32.343Z Downloaded ahash v0.8.12
7232026-03-17T02:13:32.346Z Downloaded lru-cache v0.1.2
7242026-03-17T02:13:32.364Z Downloaded mime v0.3.17
7252026-03-17T02:13:32.364Z Downloaded multimap v0.10.1
7262026-03-17T02:13:32.364Z Downloaded managed v0.8.0
7272026-03-17T02:13:32.364Z Downloaded lalrpop-util v0.19.12
7282026-03-17T02:13:32.364Z Downloaded ingot-types v0.1.2
7292026-03-17T02:13:32.364Z Downloaded indoc v2.0.7
7302026-03-17T02:13:32.364Z Downloaded nonempty v0.12.0
7312026-03-17T02:13:32.364Z Downloaded md5 v0.7.0
7322026-03-17T02:13:32.364Z Downloaded maybe-uninit v2.0.0
7332026-03-17T02:13:32.364Z Downloaded lru v0.12.5
7342026-03-17T02:13:32.364Z Downloaded lru-slab v0.1.2
7352026-03-17T02:13:32.364Z Downloaded ingot v0.1.1
7362026-03-17T02:13:32.364Z Downloaded hyper-tls v0.6.0
7372026-03-17T02:13:32.364Z Downloaded http-body-util v0.1.3
7382026-03-17T02:13:32.368Z Downloaded git-stub v1.0.0
7392026-03-17T02:13:32.368Z Downloaded futures-channel v0.3.32
7402026-03-17T02:13:32.368Z Downloaded linked-hash-map v0.5.6
7412026-03-17T02:13:32.371Z Downloaded ipnet v2.11.0
7422026-03-17T02:13:32.371Z Downloaded group v0.13.0
7432026-03-17T02:13:32.374Z Downloaded globset v0.4.18
7442026-03-17T02:13:32.374Z Downloaded num-iter v0.1.45
7452026-03-17T02:13:32.377Z Downloaded nibble_vec v0.1.0
7462026-03-17T02:13:32.377Z Downloaded ipnetwork v0.21.1
7472026-03-17T02:13:32.380Z Downloaded fatfs v0.3.6
7482026-03-17T02:13:32.383Z Downloaded libsw v3.5.0
7492026-03-17T02:13:32.383Z Downloaded libscf-sys v1.1.0
7502026-03-17T02:13:32.383Z Downloaded jobserver v0.1.34
7512026-03-17T02:13:32.386Z Downloaded num-conv v0.2.0
7522026-03-17T02:13:32.386Z Downloaded memoffset v0.9.1
7532026-03-17T02:13:32.389Z Downloaded libefi-sys v0.1.0
7542026-03-17T02:13:32.389Z Downloaded getrandom v0.3.4
7552026-03-17T02:13:32.392Z Downloaded base64 v0.22.1
7562026-03-17T02:13:32.395Z Downloaded oso-derive v0.27.3
7572026-03-17T02:13:32.399Z Downloaded normalize-line-endings v0.3.0
7582026-03-17T02:13:32.399Z Downloaded match_cfg v0.1.0
7592026-03-17T02:13:32.399Z Downloaded impl-trait-for-tuples v0.2.3
7602026-03-17T02:13:32.403Z Downloaded humantime v2.3.0
7612026-03-17T02:13:32.403Z Downloaded md-5 v0.10.6
7622026-03-17T02:13:32.406Z Downloaded openssl-probe v0.2.1
7632026-03-17T02:13:32.406Z Downloaded num_threads v0.1.7
7642026-03-17T02:13:32.406Z Downloaded num_enum_derive v0.5.11
7652026-03-17T02:13:32.406Z Downloaded lzss v0.8.2
7662026-03-17T02:13:32.409Z Downloaded packed_struct_codegen v0.10.1
7672026-03-17T02:13:32.410Z Downloaded newtype_derive v0.1.6
7682026-03-17T02:13:32.412Z Downloaded openssl-macros v0.1.1
7692026-03-17T02:13:32.412Z Downloaded opaque-debug v0.3.1
7702026-03-17T02:13:32.412Z Downloaded new_debug_unreachable v1.0.6
7712026-03-17T02:13:32.415Z Downloaded httparse v1.10.1
7722026-03-17T02:13:32.415Z Downloaded newtype-uuid-macros v0.1.0
7732026-03-17T02:13:32.418Z Downloaded mime_guess v2.0.5
7742026-03-17T02:13:32.418Z Downloaded compact_str v0.8.1
7752026-03-17T02:13:32.421Z Downloaded newtype-uuid v1.3.2
7762026-03-17T02:13:32.424Z Downloaded hickory-client v0.25.2
7772026-03-17T02:13:32.427Z Downloaded lock_api v0.4.14
7782026-03-17T02:13:32.427Z Downloaded half v1.8.3
7792026-03-17T02:13:32.430Z Downloaded dropshot_endpoint v0.16.7
7802026-03-17T02:13:32.433Z Downloaded peg-runtime v0.8.5
7812026-03-17T02:13:32.433Z Downloaded nanorand v0.7.0
7822026-03-17T02:13:32.436Z Downloaded nodrop v0.1.14
7832026-03-17T02:13:32.436Z Downloaded path-slash v0.1.5
7842026-03-17T02:13:32.436Z Downloaded flume v0.11.1
7852026-03-17T02:13:32.439Z Downloaded olpc-cjson v0.1.4
7862026-03-17T02:13:32.441Z Downloaded openssl-probe v0.1.6
7872026-03-17T02:13:32.441Z Downloaded ignore v0.4.25
7882026-03-17T02:13:32.444Z Downloaded pbkdf2 v0.12.2
7892026-03-17T02:13:32.444Z Downloaded nu-ansi-term v0.50.3
7902026-03-17T02:13:32.447Z Downloaded phf_shared v0.11.3
7912026-03-17T02:13:32.451Z Downloaded half v2.7.1
7922026-03-17T02:13:32.451Z Downloaded num_enum v0.5.11
7932026-03-17T02:13:32.454Z Downloaded chacha20poly1305 v0.10.1
7942026-03-17T02:13:32.458Z Downloaded libloading v0.8.9
7952026-03-17T02:13:32.461Z Downloaded const_format v0.2.35
7962026-03-17T02:13:32.464Z Downloaded num-integer v0.1.46
7972026-03-17T02:13:32.464Z Downloaded crypto-bigint v0.5.5
7982026-03-17T02:13:32.468Z Downloaded pin-utils v0.1.0
7992026-03-17T02:13:32.472Z Downloaded native-tls v0.2.18
8002026-03-17T02:13:32.472Z Downloaded memmap2 v0.9.10
8012026-03-17T02:13:32.476Z Downloaded parse-display v0.10.0
8022026-03-17T02:13:32.476Z Downloaded hmac v0.12.1
8032026-03-17T02:13:32.478Z Downloaded oxnet v0.1.4
8042026-03-17T02:13:32.479Z Downloaded owo-colors v4.3.0
8052026-03-17T02:13:32.483Z Downloaded num-rational v0.4.2
8062026-03-17T02:13:32.483Z Downloaded num-derive v0.3.3
8072026-03-17T02:13:32.486Z Downloaded parse-size v1.1.0
8082026-03-17T02:13:32.486Z Downloaded heapless v0.8.0
8092026-03-17T02:13:32.486Z Downloaded ar_archive_writer v0.5.1
8102026-03-17T02:13:32.489Z Downloaded packed_struct v0.10.1
8112026-03-17T02:13:32.493Z Downloaded oxide-tokio-rt v0.1.3
8122026-03-17T02:13:32.493Z Downloaded litrs v1.0.0
8132026-03-17T02:13:32.496Z Downloaded base64 v0.21.7
8142026-03-17T02:13:32.499Z Downloaded precomputed-hash v0.1.1
8152026-03-17T02:13:32.499Z Downloaded phf_shared v0.13.1
8162026-03-17T02:13:32.502Z Downloaded pbkdf2 v0.11.0
8172026-03-17T02:13:32.502Z Downloaded parking_lot_core v0.8.6
8182026-03-17T02:13:32.505Z Downloaded progenitor-client v0.11.2
8192026-03-17T02:13:32.505Z Downloaded proc-macro-error-attr2 v2.0.0
8202026-03-17T02:13:32.508Z Downloaded num-complex v0.4.6
8212026-03-17T02:13:32.508Z Downloaded multer v3.1.0
8222026-03-17T02:13:32.512Z Downloaded proc-macro-crate v1.3.1
8232026-03-17T02:13:32.512Z Downloaded predicates-core v1.0.10
8242026-03-17T02:13:32.512Z Downloaded libbz2-rs-sys v0.2.2
8252026-03-17T02:13:32.515Z Downloaded progenitor-macro v0.10.0
8262026-03-17T02:13:32.515Z Downloaded indexmap v1.9.3
8272026-03-17T02:13:32.519Z Downloaded arc-swap v1.8.2
8282026-03-17T02:13:32.522Z Downloaded phf v0.12.1
8292026-03-17T02:13:32.522Z Downloaded proc-macro-crate v3.4.0
8302026-03-17T02:13:32.525Z Downloaded progenitor-client v0.10.0
8312026-03-17T02:13:32.525Z Downloaded phf_shared v0.12.1
8322026-03-17T02:13:32.525Z Downloaded parse-display-derive v0.10.0
8332026-03-17T02:13:32.528Z Downloaded progenitor-macro v0.11.2
8342026-03-17T02:13:32.528Z Downloaded paste v1.0.15
8352026-03-17T02:13:32.531Z Downloaded expectorate v1.2.0
8362026-03-17T02:13:32.534Z Downloaded phf v0.13.1
8372026-03-17T02:13:32.534Z Downloaded progenitor-macro v0.13.0
8382026-03-17T02:13:32.534Z Downloaded powerfmt v0.2.0
8392026-03-17T02:13:32.538Z Downloaded rand_chacha v0.3.1
8402026-03-17T02:13:32.538Z Downloaded heapless v0.7.17
8412026-03-17T02:13:32.541Z Downloaded password-hash v0.4.2
8422026-03-17T02:13:32.541Z Downloaded predicates-tree v1.0.13
8432026-03-17T02:13:32.544Z Downloaded peg v0.8.5
8442026-03-17T02:13:32.548Z Downloaded parking_lot_core v0.9.12
8452026-03-17T02:13:32.548Z Downloaded password-hash v0.5.0
8462026-03-17T02:13:32.552Z Downloaded psl-types v2.0.11
8472026-03-17T02:13:32.552Z Downloaded predicates v3.1.4
8482026-03-17T02:13:32.555Z Downloaded ref-cast-impl v1.0.25
8492026-03-17T02:13:32.555Z Downloaded recursive v0.1.1
8502026-03-17T02:13:32.555Z Downloaded poly1305 v0.8.0
8512026-03-17T02:13:32.558Z Downloaded ref-cast v1.0.25
8522026-03-17T02:13:32.561Z Downloaded recursive-proc-macro-impl v0.1.1
8532026-03-17T02:13:32.561Z Downloaded crossbeam-channel v0.5.15
8542026-03-17T02:13:32.564Z Downloaded radium v0.7.0
8552026-03-17T02:13:32.567Z Downloaded hickory-resolver v0.25.2
8562026-03-17T02:13:32.570Z Downloaded hickory-resolver v0.24.4
8572026-03-17T02:13:32.575Z Downloaded proc-macro-error2 v2.0.1
8582026-03-17T02:13:32.579Z Downloaded rfc6979 v0.4.0
8592026-03-17T02:13:32.579Z Downloaded pem-rfc7468 v0.7.0
8602026-03-17T02:13:32.579Z Downloaded jiff-static v0.2.21
8612026-03-17T02:13:32.582Z Downloaded progenitor-client v0.13.0
8622026-03-17T02:13:32.582Z Downloaded progenitor v0.10.0
8632026-03-17T02:13:32.586Z Downloaded polyval v0.6.2
8642026-03-17T02:13:32.586Z Downloaded rustc-hash v2.1.1
8652026-03-17T02:13:32.586Z Downloaded rustc_version v0.1.7
8662026-03-17T02:13:32.589Z Downloaded pem v3.0.6
8672026-03-17T02:13:32.589Z Downloaded rustc_version v0.4.1
8682026-03-17T02:13:32.589Z Downloaded quick-error v1.2.3
8692026-03-17T02:13:32.592Z Downloaded progenitor-extras v0.1.1
8702026-03-17T02:13:32.592Z Downloaded parking_lot v0.12.5
8712026-03-17T02:13:32.595Z Downloaded pin-project-internal v1.1.11
8722026-03-17T02:13:32.595Z Downloaded headers v0.4.1
8732026-03-17T02:13:32.599Z Downloaded rand_xorshift v0.4.0
8742026-03-17T02:13:32.603Z Downloaded peg-macros v0.8.5
8752026-03-17T02:13:32.603Z Downloaded progenitor v0.13.0
8762026-03-17T02:13:32.606Z Downloaded rand_chacha v0.9.0
8772026-03-17T02:13:32.606Z Downloaded progenitor v0.11.2
8782026-03-17T02:13:32.606Z Downloaded postcard v1.1.3
8792026-03-17T02:13:32.609Z Downloaded pkcs1 v0.7.5
8802026-03-17T02:13:32.612Z Downloaded parking_lot v0.11.2
8812026-03-17T02:13:32.612Z Downloaded hashbrown v0.13.2
8822026-03-17T02:13:32.615Z Downloaded pin-project-lite v0.2.17
8832026-03-17T02:13:32.620Z Downloaded rand_core v0.6.4
8842026-03-17T02:13:32.623Z Downloaded ppv-lite86 v0.2.21
8852026-03-17T02:13:32.624Z Downloaded postgres-protocol v0.6.10
8862026-03-17T02:13:32.628Z Downloaded sapling-renderdag v0.1.0
8872026-03-17T02:13:32.628Z Downloaded crossterm v0.28.1
8882026-03-17T02:13:32.631Z Downloaded pkcs5 v0.7.1
8892026-03-17T02:13:32.635Z Downloaded quinn-udp v0.5.14
8902026-03-17T02:13:32.637Z Downloaded pkg-config v0.3.32
8912026-03-17T02:13:32.637Z Downloaded psm v0.1.30
8922026-03-17T02:13:32.640Z Downloaded scroll_derive v0.13.1
8932026-03-17T02:13:32.643Z Downloaded rtoolbox v0.0.3
8942026-03-17T02:13:32.643Z Downloaded pin-project v1.1.11
8952026-03-17T02:13:32.651Z Downloaded scrypt v0.11.0
8962026-03-17T02:13:32.655Z Downloaded serde_repr v0.1.20
8972026-03-17T02:13:32.655Z Downloaded secrecy v0.10.3
8982026-03-17T02:13:32.659Z Downloaded serde_urlencoded v0.7.1
8992026-03-17T02:13:32.659Z Downloaded crossterm v0.29.0
9002026-03-17T02:13:32.662Z Downloaded resolv-conf v0.7.6
9012026-03-17T02:13:32.664Z Downloaded papergrid v0.17.0
9022026-03-17T02:13:32.667Z Downloaded minimal-lexical v0.2.1
9032026-03-17T02:13:32.670Z Downloaded hashbrown v0.12.3
9042026-03-17T02:13:32.674Z Downloaded signal-hook-mio v0.2.5
9052026-03-17T02:13:32.678Z Downloaded serde_plain v1.0.2
9062026-03-17T02:13:32.678Z Downloaded rustls-pemfile v1.0.4
9072026-03-17T02:13:32.681Z Downloaded r2d2 v0.8.10
9082026-03-17T02:13:32.681Z Downloaded miniz_oxide v0.8.9
9092026-03-17T02:13:32.684Z Downloaded openssl-sys v0.9.111
9102026-03-17T02:13:32.687Z Downloaded hyper-util v0.1.20
9112026-03-17T02:13:32.690Z Downloaded rand_core v0.9.5
9122026-03-17T02:13:32.693Z Downloaded rusty-fork v0.3.1
9132026-03-17T02:13:32.696Z Downloaded serde_spanned v1.0.4
9142026-03-17T02:13:32.696Z Downloaded signal-hook-tokio v0.3.1
9152026-03-17T02:13:32.696Z Downloaded scopeguard v1.2.0
9162026-03-17T02:13:32.700Z Downloaded rustversion v1.0.22
9172026-03-17T02:13:32.700Z Downloaded scroll v0.13.0
9182026-03-17T02:13:32.703Z Downloaded postgres-types v0.2.12
9192026-03-17T02:13:32.706Z Downloaded rustls-native-certs v0.8.3
9202026-03-17T02:13:32.706Z Downloaded http v1.4.0
9212026-03-17T02:13:32.709Z Downloaded siphasher v1.0.2
9222026-03-17T02:13:32.713Z Downloaded prettyplease v0.2.37
9232026-03-17T02:13:32.717Z Downloaded oso v0.27.3
9242026-03-17T02:13:32.721Z Downloaded sec1 v0.7.3
9252026-03-17T02:13:32.721Z Downloaded progenitor-impl v0.11.2
9262026-03-17T02:13:32.725Z Downloaded iddqd v0.3.17
9272026-03-17T02:13:32.728Z Downloaded primeorder v0.13.6
9282026-03-17T02:13:32.728Z Downloaded itertools v0.10.5
9292026-03-17T02:13:32.732Z Downloaded serde_derive_internals v0.29.1
9302026-03-17T02:13:32.735Z Downloaded serde-hex v0.1.0
9312026-03-17T02:13:32.735Z Downloaded sct v0.7.1
9322026-03-17T02:13:32.738Z Downloaded itertools v0.12.1
9332026-03-17T02:13:32.743Z Downloaded sha1 v0.10.6
9342026-03-17T02:13:32.746Z Downloaded mio v1.1.1
9352026-03-17T02:13:32.749Z Downloaded signal-hook-registry v1.4.8
9362026-03-17T02:13:32.752Z Downloaded qorb v0.4.1
9372026-03-17T02:13:32.755Z Downloaded serde_bytes v0.11.19
9382026-03-17T02:13:32.757Z Downloaded rand_seeder v0.4.0
9392026-03-17T02:13:32.758Z Downloaded seq-macro v0.3.6
9402026-03-17T02:13:32.761Z Downloaded simd-adler32 v0.3.8
9412026-03-17T02:13:32.761Z Downloaded pretty_assertions v1.4.1
9422026-03-17T02:13:32.764Z Downloaded sqlparser_derive v0.5.0
9432026-03-17T02:13:32.764Z Downloaded rand_core v0.10.0
9442026-03-17T02:13:32.764Z Downloaded progenitor-impl v0.13.0
9452026-03-17T02:13:32.767Z Downloaded num-bigint-dig v0.8.6
9462026-03-17T02:13:32.770Z Downloaded slog-envlogger v2.2.0
9472026-03-17T02:13:32.773Z Downloaded hickory-server v0.25.2
9482026-03-17T02:13:32.775Z Downloaded serde_path_to_error v0.1.20
9492026-03-17T02:13:32.779Z Downloaded num-bigint v0.4.6
9502026-03-17T02:13:32.782Z Downloaded strip-ansi-escapes v0.2.1
9512026-03-17T02:13:32.782Z Downloaded slog-json v2.6.1
9522026-03-17T02:13:32.785Z Downloaded slog-async v2.8.0
9532026-03-17T02:13:32.785Z Downloaded progenitor-impl v0.10.0
9542026-03-17T02:13:32.789Z Downloaded russh-cryptovec v0.7.3
9552026-03-17T02:13:32.789Z Downloaded rustls-platform-verifier v0.6.2
9562026-03-17T02:13:32.792Z Downloaded subtle v2.6.1
9572026-03-17T02:13:32.792Z Downloaded tagptr v0.2.0
9582026-03-17T02:13:32.795Z Downloaded russh-keys v0.45.0
9592026-03-17T02:13:32.795Z Downloaded indicatif v0.18.4
9602026-03-17T02:13:32.798Z Downloaded tabwriter v1.4.1
9612026-03-17T02:13:32.801Z Downloaded aho-corasick v1.1.4
9622026-03-17T02:13:32.804Z Downloaded sync-ptr v0.1.4
9632026-03-17T02:13:32.807Z Downloaded prefix-trie v0.7.0
9642026-03-17T02:13:32.810Z Downloaded bitvec v1.0.1
9652026-03-17T02:13:32.819Z Downloaded termtree v0.5.1
9662026-03-17T02:13:32.821Z Downloaded thiserror-impl-no-std v2.0.2
9672026-03-17T02:13:32.821Z Downloaded strum_macros v0.26.4
9682026-03-17T02:13:32.824Z Downloaded rayon-core v1.13.0
9692026-03-17T02:13:32.827Z Downloaded rustls-pki-types v1.14.0
9702026-03-17T02:13:32.830Z Downloaded signature v2.2.0
9712026-03-17T02:13:32.830Z Downloaded strum v0.27.2
9722026-03-17T02:13:32.833Z Downloaded static_assertions v1.1.0
9732026-03-17T02:13:32.833Z Downloaded num-derive v0.4.2
9742026-03-17T02:13:32.838Z Downloaded thread-id v5.1.0
9752026-03-17T02:13:32.838Z Downloaded tap v1.0.1
9762026-03-17T02:13:32.838Z Downloaded stacker v0.1.23
9772026-03-17T02:13:32.841Z Downloaded hashbrown v0.15.5
9782026-03-17T02:13:32.846Z Downloaded sqlformat v0.3.5
9792026-03-17T02:13:32.847Z Downloaded structmeta-derive v0.3.0
9802026-03-17T02:13:32.850Z Downloaded string_cache v0.8.9
9812026-03-17T02:13:32.850Z Downloaded rcgen v0.12.1
9822026-03-17T02:13:32.850Z Downloaded itertools v0.14.0
9832026-03-17T02:13:32.853Z Downloaded time-core v0.1.8
9842026-03-17T02:13:32.856Z Downloaded strum_macros v0.27.2
9852026-03-17T02:13:32.859Z Downloaded testing_table v0.3.0
9862026-03-17T02:13:32.859Z Downloaded semver v0.1.20
9872026-03-17T02:13:32.859Z Downloaded ssh-cipher v0.2.0
9882026-03-17T02:13:32.862Z Downloaded ron v0.8.1
9892026-03-17T02:13:32.865Z Downloaded slog-dtrace v0.3.0
9902026-03-17T02:13:32.871Z Downloaded libm v0.2.16
9912026-03-17T02:13:32.874Z Downloaded strum_macros v0.24.3
9922026-03-17T02:13:32.878Z Downloaded slog-bunyan v2.5.0
9932026-03-17T02:13:32.878Z Downloaded publicsuffix v2.3.0
9942026-03-17T02:13:32.881Z Downloaded rand v0.10.0
9952026-03-17T02:13:32.884Z Downloaded quinn v0.11.9
9962026-03-17T02:13:32.887Z Downloaded thiserror-no-std v2.0.2
9972026-03-17T02:13:32.890Z Downloaded termios v0.3.3
9982026-03-17T02:13:32.890Z Downloaded ryu v1.0.23
9992026-03-17T02:13:32.893Z Downloaded tower-layer v0.3.3
10002026-03-17T02:13:32.893Z Downloaded topological-sort v0.2.2
10012026-03-17T02:13:32.897Z Downloaded shell-words v1.1.1
10022026-03-17T02:13:32.897Z Downloaded itertools v0.13.0
10032026-03-17T02:13:32.901Z Downloaded strum v0.26.3
10042026-03-17T02:13:32.903Z Downloaded serde-big-array v0.5.1
10052026-03-17T02:13:32.904Z Downloaded sigpipe v0.1.3
10062026-03-17T02:13:32.906Z Downloaded spin v0.9.8
10072026-03-17T02:13:32.907Z Downloaded tokio-native-tls v0.3.1
10082026-03-17T02:13:32.910Z Downloaded thread_local v1.1.9
10092026-03-17T02:13:32.910Z Downloaded ssh-encoding v0.2.0
10102026-03-17T02:13:32.913Z Downloaded slog v2.8.2
10112026-03-17T02:13:32.916Z Downloaded term v0.7.0
10122026-03-17T02:13:32.919Z Downloaded serde_with_macros v3.17.0
10132026-03-17T02:13:32.919Z Downloaded rpassword v7.4.0
10142026-03-17T02:13:32.922Z Downloaded tabled_derive v0.11.0
10152026-03-17T02:13:32.922Z Downloaded signal-hook v0.3.18
10162026-03-17T02:13:32.925Z Downloaded trait-variant v0.1.2
10172026-03-17T02:13:32.925Z Downloaded tower-service v0.3.3
10182026-03-17T02:13:32.928Z Downloaded try-lock v0.2.5
10192026-03-17T02:13:32.928Z Downloaded bindgen v0.71.1
10202026-03-17T02:13:32.933Z Downloaded similar v2.7.0
10212026-03-17T02:13:32.936Z Downloaded tokio-tungstenite v0.23.1
10222026-03-17T02:13:32.940Z Downloaded rsa v0.9.10
10232026-03-17T02:13:32.943Z Downloaded libxml v0.3.3
10242026-03-17T02:13:32.949Z Downloaded universal-hash v0.5.1
10252026-03-17T02:13:32.952Z Downloaded unarray v0.1.4
10262026-03-17T02:13:32.952Z Downloaded typify-macro v0.4.3
10272026-03-17T02:13:32.953Z Downloaded tokio-rustls v0.25.0
10282026-03-17T02:13:32.955Z Downloaded schemars_derive v0.8.22
10292026-03-17T02:13:32.955Z Downloaded rustls-pemfile v2.2.0
10302026-03-17T02:13:32.959Z Downloaded rand v0.8.5
10312026-03-17T02:13:32.962Z Downloaded shlex v1.3.0
10322026-03-17T02:13:32.962Z Downloaded schemars v0.9.0
10332026-03-17T02:13:32.969Z Downloaded waitgroup v0.1.2
10342026-03-17T02:13:32.972Z Downloaded utf-8 v0.7.6
10352026-03-17T02:13:32.972Z Downloaded untrusted v0.7.1
10362026-03-17T02:13:32.975Z Downloaded unit-prefix v0.5.2
10372026-03-17T02:13:32.975Z Downloaded untrusted v0.9.0
10382026-03-17T02:13:32.975Z Downloaded socket2 v0.5.10
10392026-03-17T02:13:32.978Z Downloaded p521 v0.13.3
10402026-03-17T02:13:32.981Z Downloaded wait-timeout v0.2.1
10412026-03-17T02:13:32.984Z Downloaded void v1.0.2
10422026-03-17T02:13:32.985Z Downloaded support-bundle-viewer v0.1.2
10432026-03-17T02:13:32.985Z Downloaded tiny-keccak v2.0.2
10442026-03-17T02:13:32.988Z Downloaded tokio-dtrace v0.1.1
10452026-03-17T02:13:32.988Z Downloaded rand v0.9.2
10462026-03-17T02:13:32.991Z Downloaded samael v0.0.19
10472026-03-17T02:13:32.995Z Downloaded subprocess v0.2.15
10482026-03-17T02:13:32.998Z Downloaded hyper v1.8.1
10492026-03-17T02:13:33.003Z Downloaded want v0.3.1
10502026-03-17T02:13:33.006Z Downloaded slog-scope v4.4.1
10512026-03-17T02:13:33.006Z Downloaded serde_cbor v0.11.2
10522026-03-17T02:13:33.010Z Downloaded tui-tree-widget v0.23.1
10532026-03-17T02:13:33.010Z Downloaded vergen-gitcl v1.0.8
10542026-03-17T02:13:33.013Z Downloaded nom v7.1.3
10552026-03-17T02:13:33.032Z Downloaded usdt-macro v0.6.0
10562026-03-17T02:13:33.032Z Downloaded xattr v1.6.1
10572026-03-17T02:13:33.032Z Downloaded usdt-attr-macro v0.6.0
10582026-03-17T02:13:33.032Z Downloaded tls_codec v0.4.2
10592026-03-17T02:13:33.032Z Downloaded unicode-truncate v1.1.0
10602026-03-17T02:13:33.032Z Downloaded h2 v0.4.13
10612026-03-17T02:13:33.032Z Downloaded uzers v0.12.2
10622026-03-17T02:13:33.032Z Downloaded unicase v2.9.0
10632026-03-17T02:13:33.032Z Downloaded tokio-rustls v0.26.4
10642026-03-17T02:13:33.032Z Downloaded xshell-macros v0.2.7
10652026-03-17T02:13:33.032Z Downloaded test-strategy v0.4.5
10662026-03-17T02:13:33.036Z Downloaded smallvec v0.6.14
10672026-03-17T02:13:33.036Z Downloaded tar v0.4.44
10682026-03-17T02:13:33.038Z Downloaded toml_parser v1.0.9+spec-1.1.0
10692026-03-17T02:13:33.041Z Downloaded snafu v0.8.9
10702026-03-17T02:13:33.044Z Downloaded futures-util v0.3.32
10712026-03-17T02:13:33.054Z Downloaded zone_cfg_derive v0.3.1
10722026-03-17T02:13:33.057Z Downloaded zone v0.3.1
10732026-03-17T02:13:33.057Z Downloaded typify v0.6.1
10742026-03-17T02:13:33.061Z Downloaded vergen-git2 v1.0.7
10752026-03-17T02:13:33.061Z Downloaded usdt-impl v0.6.0
10762026-03-17T02:13:33.065Z Downloaded hkdf v0.12.4
10772026-03-17T02:13:33.065Z Downloaded tinyvec v1.10.0
10782026-03-17T02:13:33.068Z Downloaded tracing-attributes v0.1.31
10792026-03-17T02:13:33.068Z Downloaded tokio-postgres v0.7.16
10802026-03-17T02:13:33.071Z Downloaded walkdir v2.5.0
10812026-03-17T02:13:33.074Z Downloaded reqwest v0.13.2
10822026-03-17T02:13:33.078Z Downloaded twox-hash v2.1.2
10832026-03-17T02:13:33.081Z Downloaded tokio-stream v0.1.18
10842026-03-17T02:13:33.084Z Downloaded xz2 v0.1.7
10852026-03-17T02:13:33.088Z Downloaded zeroize_derive v1.4.3
10862026-03-17T02:13:33.088Z Downloaded whoami v1.6.1
10872026-03-17T02:13:33.088Z Downloaded unicode-properties v0.1.4
10882026-03-17T02:13:33.091Z Downloaded toml v0.9.12+spec-1.1.0
10892026-03-17T02:13:33.094Z Downloaded russh v0.45.0
10902026-03-17T02:13:33.097Z Downloaded typify v0.4.3
10912026-03-17T02:13:33.100Z Downloaded zeroize v1.8.2
10922026-03-17T02:13:33.103Z Downloaded ron v0.12.0
10932026-03-17T02:13:33.107Z Downloaded vte v0.14.1
10942026-03-17T02:13:33.111Z Downloaded vergen v9.0.6
10952026-03-17T02:13:33.114Z Downloaded unsafe-libyaml v0.2.11
10962026-03-17T02:13:33.114Z Downloaded zstd-safe v7.2.4
10972026-03-17T02:13:33.118Z Downloaded toml v0.7.8
10982026-03-17T02:13:33.121Z Downloaded tokio-rustls v0.24.1
10992026-03-17T02:13:33.121Z Downloaded portable-atomic v1.13.1
11002026-03-17T02:13:33.126Z Downloaded tungstenite v0.23.0
11012026-03-17T02:13:33.131Z Downloaded rustls-webpki v0.103.9
11022026-03-17T02:13:33.134Z Downloaded whoami v2.1.0
11032026-03-17T02:13:33.134Z Downloaded tungstenite v0.21.0
11042026-03-17T02:13:33.137Z Downloaded curve25519-dalek v4.1.3
11052026-03-17T02:13:33.143Z Downloaded zerocopy v0.6.6
11062026-03-17T02:13:33.146Z Downloaded toml_edit v0.23.10+spec-1.0.0
11072026-03-17T02:13:33.149Z Downloaded unicode-bidi v0.3.18
11082026-03-17T02:13:33.152Z Downloaded steno v0.4.1
11092026-03-17T02:13:33.155Z Downloaded reedline v0.40.0
11102026-03-17T02:13:33.158Z Downloaded zstd v0.13.3
11112026-03-17T02:13:33.162Z Downloaded aws-lc-rs v1.16.0
11122026-03-17T02:13:33.168Z Downloaded tracing-core v0.1.36
11132026-03-17T02:13:33.171Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-03-17T02:13:33.174Z Downloaded term v1.2.1
11152026-03-17T02:13:33.177Z Downloaded yasna v0.5.2
11162026-03-17T02:13:33.177Z Downloaded stringprep v0.1.5
11172026-03-17T02:13:33.181Z Downloaded socket2 v0.6.2
11182026-03-17T02:13:33.181Z Downloaded slog-term v2.9.2
11192026-03-17T02:13:33.184Z Downloaded schemars v1.2.1
11202026-03-17T02:13:33.192Z Downloaded toml_edit v0.19.15
11212026-03-17T02:13:33.206Z Downloaded xshell v0.2.7
11222026-03-17T02:13:33.209Z Downloaded zopfli v0.8.3
11232026-03-17T02:13:33.209Z Downloaded object v0.30.4
11242026-03-17T02:13:33.215Z Downloaded rustyline v14.0.0
11252026-03-17T02:13:33.219Z Downloaded chrono v0.4.44
11262026-03-17T02:13:33.224Z Downloaded wyz v0.5.1
11272026-03-17T02:13:33.227Z Downloaded unicode_categories v0.1.1
11282026-03-17T02:13:33.227Z Downloaded regex v1.12.3
11292026-03-17T02:13:33.231Z Downloaded rayon v1.11.0
11302026-03-17T02:13:33.238Z Downloaded zip v0.6.6
11312026-03-17T02:13:33.242Z Downloaded serde_with v3.17.0
11322026-03-17T02:13:33.251Z Downloaded proptest v1.10.0
11332026-03-17T02:13:33.258Z Downloaded lalrpop v0.19.12
11342026-03-17T02:13:33.267Z Downloaded dropshot v0.16.7
11352026-03-17T02:13:33.284Z Downloaded yansi v1.0.1
11362026-03-17T02:13:33.287Z Downloaded reqwest v0.12.28
11372026-03-17T02:13:33.291Z Downloaded nix v0.27.1
11382026-03-17T02:13:33.297Z Downloaded ssh-key v0.6.7
11392026-03-17T02:13:33.303Z Downloaded polar-core v0.27.3
11402026-03-17T02:13:33.308Z Downloaded nix v0.28.0
11412026-03-17T02:13:33.317Z Downloaded petname v2.0.2
11422026-03-17T02:13:33.322Z Downloaded tough v0.20.0
11432026-03-17T02:13:33.328Z Downloaded unicode-normalization v0.1.25
11442026-03-17T02:13:33.331Z Downloaded salty v0.3.0
11452026-03-17T02:13:33.336Z Downloaded zip v4.6.1
11462026-03-17T02:13:33.339Z Downloaded typed-path v0.9.3
11472026-03-17T02:13:33.344Z Downloaded tokio-util v0.7.18
11482026-03-17T02:13:33.350Z Downloaded rustls-webpki v0.102.8
11492026-03-17T02:13:33.364Z Downloaded radix_trie v0.2.1
11502026-03-17T02:13:33.367Z Downloaded quinn-proto v0.11.13
11512026-03-17T02:13:33.373Z Downloaded object v0.37.3
11522026-03-17T02:13:33.381Z Downloaded winnow v0.6.26
11532026-03-17T02:13:33.388Z Downloaded rustls v0.21.12
11542026-03-17T02:13:33.396Z Downloaded nix v0.29.0
11552026-03-17T02:13:33.405Z Downloaded tls_codec_derive v0.4.2
11562026-03-17T02:13:33.408Z Downloaded time v0.3.47
11572026-03-17T02:13:33.416Z Downloaded tinyvec_macros v0.1.1
11582026-03-17T02:13:33.419Z Downloaded take_mut v0.2.2
11592026-03-17T02:13:33.419Z Downloaded supports-color v3.0.2
11602026-03-17T02:13:33.419Z Downloaded diesel v2.3.7
11612026-03-17T02:13:33.434Z Downloaded tabled v0.20.0
11622026-03-17T02:13:33.447Z Downloaded bstr v1.12.1
11632026-03-17T02:13:33.453Z Downloaded regex-syntax v0.6.29
11642026-03-17T02:13:33.461Z Downloaded zlib-rs v0.6.2
11652026-03-17T02:13:33.465Z Downloaded hickory-proto v0.24.4
11662026-03-17T02:13:33.474Z Downloaded vsss-rs v3.3.4
11672026-03-17T02:13:33.479Z Downloaded tokio-tungstenite v0.21.0
11682026-03-17T02:13:33.483Z Downloaded tokio-macros v2.6.0
11692026-03-17T02:13:33.483Z Downloaded openapiv3 v2.2.0
11702026-03-17T02:13:33.487Z Downloaded nix v0.31.1
11712026-03-17T02:13:33.496Z Downloaded time-macros v0.2.27
11722026-03-17T02:13:33.499Z Downloaded rustls v0.22.4
11732026-03-17T02:13:33.507Z Downloaded smoltcp v0.9.1
11742026-03-17T02:13:33.520Z Downloaded smoltcp v0.11.0
11752026-03-17T02:13:33.524Z Downloaded webpki-roots v1.0.6
11762026-03-17T02:13:33.527Z Downloaded rustls v0.23.37
11772026-03-17T02:13:33.536Z Downloaded rustix v0.38.44
11782026-03-17T02:13:33.554Z Downloaded regex-syntax v0.8.10
11792026-03-17T02:13:33.560Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11802026-03-17T02:13:33.564Z Downloaded hickory-proto v0.25.2
11812026-03-17T02:13:33.574Z Downloaded typify-macro v0.6.1
11822026-03-17T02:13:33.577Z Downloaded regress v0.10.5
11832026-03-17T02:13:33.581Z Downloaded vergen-lib v0.1.6
11842026-03-17T02:13:33.584Z Downloaded tower-http v0.6.8
11852026-03-17T02:13:33.588Z Downloaded usdt v0.6.0
11862026-03-17T02:13:33.592Z Downloaded rustls-webpki v0.101.7
11872026-03-17T02:13:33.600Z Downloaded moka v0.12.13
11882026-03-17T02:13:33.605Z Downloaded goblin v0.10.5
11892026-03-17T02:13:33.611Z Downloaded git2 v0.20.4
11902026-03-17T02:13:33.620Z Downloaded openssl v0.10.75
11912026-03-17T02:13:33.625Z Downloaded p384 v0.13.1
11922026-03-17T02:13:33.629Z Downloaded bzip2-sys v0.1.13+1.0.8
11932026-03-17T02:13:33.638Z Downloaded tracing v0.1.44
11942026-03-17T02:13:33.655Z Downloaded uuid v1.21.0
11952026-03-17T02:13:33.658Z Downloaded sqlparser v0.61.0
11962026-03-17T02:13:33.665Z Downloaded ratatui v0.29.0
11972026-03-17T02:13:33.680Z Downloaded unicode-segmentation v1.12.0
11982026-03-17T02:13:33.683Z Downloaded sled v0.34.7
11992026-03-17T02:13:33.690Z Downloaded zerocopy-derive v0.8.40
12002026-03-17T02:13:33.697Z Downloaded tower v0.5.3
12012026-03-17T02:13:33.703Z Downloaded typify-impl v0.4.3
12022026-03-17T02:13:33.714Z Downloaded x509-cert v0.2.5
12032026-03-17T02:13:33.718Z Downloaded petgraph v0.6.5
12042026-03-17T02:13:33.733Z Downloaded chrono-tz v0.10.4
12052026-03-17T02:13:33.746Z Downloaded winnow v0.5.40
12062026-03-17T02:13:33.752Z Downloaded regex-automata v0.4.14
12072026-03-17T02:13:33.764Z Downloaded typify-impl v0.6.1
12082026-03-17T02:13:33.774Z Downloaded lzma-sys v0.1.20
12092026-03-17T02:13:33.796Z Downloaded zerocopy-derive v0.6.6
12102026-03-17T02:13:33.803Z Downloaded zerocopy v0.8.40
12112026-03-17T02:13:33.810Z Downloaded vcpkg v0.2.15
12122026-03-17T02:13:33.840Z Downloaded jiff v0.2.21
12132026-03-17T02:13:33.854Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12142026-03-17T02:13:33.867Z Downloaded csv v1.4.0
12152026-03-17T02:13:33.883Z Downloaded petgraph v0.8.3
12162026-03-17T02:13:33.899Z Downloaded libz-sys v1.1.24
12172026-03-17T02:13:33.915Z Downloaded quick-xml v0.37.5
12182026-03-17T02:13:33.920Z Downloaded iri-string v0.7.10
12192026-03-17T02:13:33.925Z Downloaded serde_yaml v0.9.34+deprecated
12202026-03-17T02:13:33.928Z Downloaded scheduled-thread-pool v0.2.7
12212026-03-17T02:13:33.928Z Downloaded tokio v1.49.0
12222026-03-17T02:13:33.957Z Downloaded slab v0.4.12
12232026-03-17T02:13:33.959Z Downloaded secrecy v0.8.0
12242026-03-17T02:13:33.959Z Downloaded sha3 v0.10.8
12252026-03-17T02:13:33.962Z Downloaded sync_wrapper v1.0.2
12262026-03-17T02:13:33.965Z Downloaded structmeta v0.3.0
12272026-03-17T02:13:33.965Z Downloaded spki v0.7.3
12282026-03-17T02:13:33.965Z Downloaded snafu-derive v0.8.9
12292026-03-17T02:13:33.965Z Downloaded smf v0.2.3
12302026-03-17T02:13:33.969Z Downloaded schemars v0.8.22
12312026-03-17T02:13:33.974Z Downloaded slog-stdlog v4.1.1
12322026-03-17T02:13:33.978Z Downloaded p256 v0.13.2
12332026-03-17T02:13:33.981Z Downloaded same-file v1.0.6
12342026-03-17T02:13:33.981Z Downloaded salsa20 v0.10.2
12352026-03-17T02:13:33.981Z Downloaded pkcs8 v0.10.2
12362026-03-17T02:13:33.984Z Downloaded omicron-zone-package v0.12.2
12372026-03-17T02:13:33.984Z Downloaded num_enum_derive v0.7.5
12382026-03-17T02:13:33.987Z Downloaded num_enum v0.7.5
12392026-03-17T02:13:33.991Z Downloaded diesel_derives v2.3.7
12402026-03-17T02:13:33.995Z Downloaded cc v1.2.56
12412026-03-17T02:13:33.998Z Downloaded num v0.4.3
12422026-03-17T02:13:33.998Z Downloaded iana-time-zone v0.1.65
12432026-03-17T02:13:34.001Z Downloaded libsw-core v0.3.2
12442026-03-17T02:13:34.001Z Downloaded ingot-macros v0.1.1
12452026-03-17T02:13:34.004Z Downloaded futures v0.3.32
12462026-03-17T02:13:34.007Z Downloaded darling_core v0.20.11
12472026-03-17T02:13:34.010Z Downloaded hyper-rustls v0.27.7
12482026-03-17T02:13:34.010Z Downloaded encoding_rs v0.8.35
12492026-03-17T02:13:34.027Z Downloaded bytes v1.11.1
12502026-03-17T02:13:34.030Z Downloaded newline-converter v0.3.0
12512026-03-17T02:13:34.033Z Downloaded linear-map v1.2.0
12522026-03-17T02:13:34.033Z Downloaded der v0.7.10
12532026-03-17T02:13:34.036Z Downloaded hyper-staticfile v0.10.1
12542026-03-17T02:13:34.040Z Downloaded http-range v0.1.5
12552026-03-17T02:13:34.040Z Downloaded hostname v0.3.1
12562026-03-17T02:13:34.040Z Downloaded home v0.5.12
12572026-03-17T02:13:34.040Z Downloaded highway v1.3.0
12582026-03-17T02:13:34.043Z Downloaded foldhash v0.2.0
12592026-03-17T02:13:34.043Z Downloaded derive_more-impl v2.1.1
12602026-03-17T02:13:34.045Z Downloaded ring v0.17.14
12612026-03-17T02:13:34.077Z Downloaded console v0.16.2
12622026-03-17T02:13:34.081Z Downloaded chacha20 v0.10.0
12632026-03-17T02:13:34.081Z Downloaded bzip2 v0.6.1
12642026-03-17T02:13:34.084Z Downloaded instant v0.1.13
12652026-03-17T02:13:34.084Z Downloaded instability v0.3.11
12662026-03-17T02:13:34.084Z Downloaded darling_macro v0.23.0
12672026-03-17T02:13:34.084Z Downloaded crossbeam-deque v0.8.6
12682026-03-17T02:13:34.087Z Downloaded colored v3.1.1
12692026-03-17T02:13:34.087Z Downloaded allocator-api2 v0.2.21
12702026-03-17T02:13:34.090Z Downloaded either v1.15.0
12712026-03-17T02:13:34.090Z Downloaded glob v0.3.3
12722026-03-17T02:13:34.093Z Downloaded git-stub-vcs v0.1.0
12732026-03-17T02:13:34.093Z Downloaded cbc v0.1.2
12742026-03-17T02:13:34.093Z Downloaded cancel-safe-futures v0.1.5
12752026-03-17T02:13:34.095Z Downloaded drift v0.1.3
12762026-03-17T02:13:34.099Z Downloaded const-oid v0.9.6
12772026-03-17T02:13:34.101Z Downloaded crucible-workspace-hack v0.1.0
12782026-03-17T02:13:34.101Z Downloaded console v0.15.11
12792026-03-17T02:13:34.105Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-03-17T02:13:34.145Z Downloaded ciborium v0.2.2
12812026-03-17T02:13:34.148Z Downloaded async-bb8-diesel v0.2.1
12822026-03-17T02:13:34.151Z Downloaded diesel-dtrace v0.5.0
12832026-03-17T02:13:34.151Z Downloaded convert_case v0.10.0
12842026-03-17T02:13:34.151Z Downloaded derive_builder v0.20.2
12852026-03-17T02:13:34.154Z Downloaded chacha20 v0.9.1
12862026-03-17T02:13:34.157Z Downloaded blowfish v0.9.1
12872026-03-17T02:13:34.157Z Downloaded bzip2 v0.4.4
12882026-03-17T02:13:34.160Z Downloaded argon2 v0.5.3
12892026-03-17T02:13:34.160Z Downloaded dirs-sys-next v0.1.2
12902026-03-17T02:13:34.160Z Downloaded base64ct v1.8.3
12912026-03-17T02:13:34.163Z Downloaded dirs-next v2.0.0
12922026-03-17T02:13:34.163Z Downloaded dtrace-parser v0.3.0
12932026-03-17T02:13:34.163Z Downloaded darling_core v0.21.3
12942026-03-17T02:13:34.166Z Downloaded cobs v0.3.0
12952026-03-17T02:13:34.169Z Downloaded bitflags v1.3.2
12962026-03-17T02:13:34.169Z Downloaded bitfield-struct v0.6.2
12972026-03-17T02:13:34.171Z Downloaded bit-vec v0.8.0
12982026-03-17T02:13:34.171Z Downloaded base16ct v1.0.0
12992026-03-17T02:13:34.171Z Downloaded base16ct v0.2.0
13002026-03-17T02:13:34.174Z Downloaded ctr v0.9.2
13012026-03-17T02:13:34.174Z Downloaded bb8 v0.8.6
13022026-03-17T02:13:34.174Z Downloaded float-ord v0.3.2
13032026-03-17T02:13:34.179Z Downloaded document-features v0.2.12
13042026-03-17T02:13:34.179Z Downloaded data-encoding v2.10.0
13052026-03-17T02:13:34.179Z Downloaded crc-catalog v2.4.0
13062026-03-17T02:13:34.179Z Downloaded cargo-platform v0.1.9
13072026-03-17T02:13:34.182Z Downloaded critical-section v1.2.0
13082026-03-17T02:13:34.182Z Downloaded crc v3.4.0
13092026-03-17T02:13:34.182Z Downloaded cfg_aliases v0.1.1
13102026-03-17T02:13:34.182Z Downloaded block-padding v0.3.3
13112026-03-17T02:13:34.182Z Downloaded atomic-waker v1.1.2
13122026-03-17T02:13:34.185Z Downloaded async-recursion v1.1.1
13132026-03-17T02:13:34.185Z Downloaded ascii-canvas v3.0.0
13142026-03-17T02:13:34.188Z Downloaded arrayref v0.3.9
13152026-03-17T02:13:34.188Z Downloaded array-init v0.0.4
13162026-03-17T02:13:34.188Z Downloaded aes v0.8.4
13172026-03-17T02:13:34.192Z Downloaded darling v0.23.0
13182026-03-17T02:13:34.618Z Downloaded aws-lc-sys v0.37.1
13192026-03-17T02:13:34.948Z Compiling libc v0.2.180
13202026-03-17T02:13:34.951Z Compiling serde v1.0.228
13212026-03-17T02:13:34.951Z Compiling log v0.4.29
13222026-03-17T02:13:34.951Z Compiling find-msvc-tools v0.1.9
13232026-03-17T02:13:34.951Z Compiling shlex v1.3.0
13242026-03-17T02:13:34.951Z Compiling smallvec v1.15.1
13252026-03-17T02:13:34.951Z Compiling typenum v1.19.0
13262026-03-17T02:13:34.951Z Compiling subtle v2.6.1
13272026-03-17T02:13:35.168Z Compiling generic-array v0.14.7
13282026-03-17T02:13:35.171Z Compiling scopeguard v1.2.0
13292026-03-17T02:13:35.206Z Compiling portable-atomic v1.13.1
13302026-03-17T02:13:35.264Z Compiling const-oid v0.9.6
13312026-03-17T02:13:35.283Z Compiling critical-section v1.2.0
13322026-03-17T02:13:35.306Z Compiling syn v2.0.117
13332026-03-17T02:13:35.323Z Compiling zerocopy v0.8.40
13342026-03-17T02:13:35.327Z Compiling parking_lot_core v0.9.12
13352026-03-17T02:13:35.389Z Compiling lock_api v0.4.14
13362026-03-17T02:13:35.392Z Compiling pin-project-lite v0.2.17
13372026-03-17T02:13:35.392Z Compiling serde_json v1.0.149
13382026-03-17T02:13:35.455Z Compiling pkg-config v0.3.32
13392026-03-17T02:13:35.458Z Compiling bitflags v2.11.0
13402026-03-17T02:13:35.474Z Compiling libm v0.2.16
13412026-03-17T02:13:35.520Z Compiling num-traits v0.2.19
13422026-03-17T02:13:35.586Z Compiling futures-core v0.3.32
13432026-03-17T02:13:35.628Z Compiling percent-encoding v2.3.2
13442026-03-17T02:13:35.654Z Compiling allocator-api2 v0.2.21
13452026-03-17T02:13:35.765Z Compiling futures-sink v0.3.32
13462026-03-17T02:13:35.807Z Compiling cpufeatures v0.2.17
13472026-03-17T02:13:35.852Z Compiling foldhash v0.2.0
13482026-03-17T02:13:35.894Z Compiling futures-channel v0.3.32
13492026-03-17T02:13:35.897Z Compiling futures-task v0.3.32
13502026-03-17T02:13:35.955Z Compiling futures-io v0.3.32
13512026-03-17T02:13:36.060Z Compiling hashbrown v0.16.1
13522026-03-17T02:13:36.063Z Compiling slab v0.4.12
13532026-03-17T02:13:36.103Z Compiling getrandom v0.4.1
13542026-03-17T02:13:36.129Z Compiling rand_core v0.10.0
13552026-03-17T02:13:36.151Z Compiling rustversion v1.0.22
13562026-03-17T02:13:36.182Z Compiling getrandom v0.3.4
13572026-03-17T02:13:36.207Z Compiling form_urlencoded v1.2.2
13582026-03-17T02:13:36.207Z Compiling fs_extra v1.3.0
13592026-03-17T02:13:36.227Z Compiling base64ct v1.8.3
13602026-03-17T02:13:36.313Z Compiling getrandom v0.2.17
13612026-03-17T02:13:36.423Z Compiling jobserver v0.1.34
13622026-03-17T02:13:36.427Z Compiling errno v0.3.14
13632026-03-17T02:13:36.561Z Compiling mio v1.1.1
13642026-03-17T02:13:36.595Z Compiling socket2 v0.6.2
13652026-03-17T02:13:36.623Z Compiling rand_core v0.6.4
13662026-03-17T02:13:36.646Z Compiling signal-hook-registry v1.4.8
13672026-03-17T02:13:36.740Z Compiling cc v1.2.56
13682026-03-17T02:13:36.763Z Compiling once_cell v1.21.3
13692026-03-17T02:13:36.766Z Compiling parking_lot v0.12.5
13702026-03-17T02:13:36.903Z Compiling indexmap v2.13.0
13712026-03-17T02:13:36.982Z Compiling dunce v1.0.5
13722026-03-17T02:13:37.004Z Compiling ident_case v1.0.1
13732026-03-17T02:13:37.007Z Compiling pem-rfc7468 v0.7.0
13742026-03-17T02:13:37.044Z Compiling flagset v0.4.7
13752026-03-17T02:13:37.048Z Compiling iana-time-zone v0.1.65
13762026-03-17T02:13:37.087Z Compiling rustix v1.1.3
13772026-03-17T02:13:37.117Z Compiling uuid v1.21.0
13782026-03-17T02:13:37.201Z Compiling rustc_version v0.4.1
13792026-03-17T02:13:37.230Z Compiling aws-lc-rs v1.16.0
13802026-03-17T02:13:37.271Z Compiling vcpkg v0.2.15
13812026-03-17T02:13:37.347Z Compiling regex-syntax v0.8.10
13822026-03-17T02:13:37.382Z Compiling tracing-core v0.1.36
13832026-03-17T02:13:37.477Z Compiling crossbeam-utils v0.8.21
13842026-03-17T02:13:37.512Z Compiling rand_core v0.9.5
13852026-03-17T02:13:37.629Z Compiling base64 v0.22.1
13862026-03-17T02:13:37.650Z Compiling untrusted v0.9.0
13872026-03-17T02:13:37.679Z Compiling httparse v1.10.1
13882026-03-17T02:13:37.709Z Compiling schemars v0.8.22
13892026-03-17T02:13:37.734Z Compiling untrusted v0.7.1
13902026-03-17T02:13:37.823Z Compiling cmake v0.1.57
13912026-03-17T02:13:37.863Z Compiling syn v1.0.109
13922026-03-17T02:13:37.911Z Compiling openssl-probe v0.2.1
13932026-03-17T02:13:37.914Z Compiling tower-layer v0.3.3
13942026-03-17T02:13:38.027Z Compiling try-lock v0.2.5
13952026-03-17T02:13:38.086Z Compiling tinyvec_macros v0.1.1
13962026-03-17T02:13:38.108Z Compiling rustls v0.23.37
13972026-03-17T02:13:38.164Z Compiling atomic-waker v1.1.2
13982026-03-17T02:13:38.168Z Compiling tower-service v0.3.3
13992026-03-17T02:13:38.210Z Compiling dyn-clone v1.0.20
14002026-03-17T02:13:38.231Z Compiling tinyvec v1.10.0
14012026-03-17T02:13:38.234Z Compiling want v0.3.1
14022026-03-17T02:13:38.234Z Compiling spin v0.9.8
14032026-03-17T02:13:38.339Z Compiling aho-corasick v1.1.4
14042026-03-17T02:13:38.385Z Compiling crc32fast v1.5.0
14052026-03-17T02:13:38.388Z Compiling time-core v0.1.8
14062026-03-17T02:13:38.388Z Compiling foreign-types-shared v0.1.1
14072026-03-17T02:13:38.406Z Compiling openssl v0.10.75
14082026-03-17T02:13:38.470Z Compiling num-conv v0.2.0
14092026-03-17T02:13:38.512Z Compiling pin-utils v0.1.0
14102026-03-17T02:13:38.534Z Compiling httpdate v1.0.3
14112026-03-17T02:13:38.578Z Compiling powerfmt v0.2.0
14122026-03-17T02:13:38.618Z Compiling foreign-types v0.3.2
14132026-03-17T02:13:38.643Z Compiling wait-timeout v0.2.1
14142026-03-17T02:13:38.665Z Compiling time-macros v0.2.27
14152026-03-17T02:13:38.687Z Compiling siphasher v1.0.2
14162026-03-17T02:13:38.720Z Compiling simd-adler32 v0.3.8
14172026-03-17T02:13:38.743Z Compiling usdt-impl v0.6.0
14182026-03-17T02:13:38.767Z Compiling num_threads v0.1.7
14192026-03-17T02:13:38.785Z Compiling deranged v0.5.8
14202026-03-17T02:13:38.848Z Compiling native-tls v0.2.18
14212026-03-17T02:13:38.872Z Compiling quick-error v1.2.3
14222026-03-17T02:13:38.891Z Compiling either v1.15.0
14232026-03-17T02:13:38.914Z Compiling bit-vec v0.8.0
14242026-03-17T02:13:39.022Z Compiling unicode-normalization v0.1.25
14252026-03-17T02:13:39.043Z Compiling crossbeam-epoch v0.9.18
14262026-03-17T02:13:39.047Z Compiling aws-lc-sys v0.37.1
14272026-03-17T02:13:39.048Z Compiling ring v0.17.14
14282026-03-17T02:13:39.112Z Compiling openssl-sys v0.9.111
14292026-03-17T02:13:39.133Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-03-17T02:13:39.191Z Compiling bit-set v0.8.0
14312026-03-17T02:13:39.243Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-03-17T02:13:39.267Z Compiling rand_xorshift v0.4.0
14332026-03-17T02:13:39.418Z Compiling tempfile v3.25.0
14342026-03-17T02:13:39.494Z Compiling slog v2.8.2
14352026-03-17T02:13:39.515Z Compiling heapless v0.7.17
14362026-03-17T02:13:39.627Z Compiling synstructure v0.13.2
14372026-03-17T02:13:39.673Z Compiling pest_generator v2.8.6
14382026-03-17T02:13:39.696Z Compiling serde_derive_internals v0.29.1
14392026-03-17T02:13:39.719Z Compiling darling_core v0.20.11
14402026-03-17T02:13:39.852Z Compiling regex-automata v0.4.14
14412026-03-17T02:13:39.952Z Compiling rusty-fork v0.3.1
14422026-03-17T02:13:40.211Z Compiling time v0.3.47
14432026-03-17T02:13:40.260Z Compiling darling_core v0.21.3
14442026-03-17T02:13:40.407Z Compiling thread-id v5.1.0
14452026-03-17T02:13:40.524Z Compiling sync_wrapper v1.0.2
14462026-03-17T02:13:40.527Z Compiling cookie v0.18.1
14472026-03-17T02:13:40.673Z Compiling unicode-properties v0.1.4
14482026-03-17T02:13:40.695Z Compiling adler2 v2.0.1
14492026-03-17T02:13:40.792Z Compiling unicode-bidi v0.3.18
14502026-03-17T02:13:40.796Z Compiling unicode-segmentation v1.12.0
14512026-03-17T02:13:40.816Z Compiling unarray v0.1.4
14522026-03-17T02:13:40.843Z Compiling anyhow v1.0.102
14532026-03-17T02:13:40.874Z Compiling paste v1.0.15
14542026-03-17T02:13:40.959Z Compiling zstd-safe v7.2.4
14552026-03-17T02:13:40.981Z Compiling rayon-core v1.13.0
14562026-03-17T02:13:41.005Z Compiling signal-hook v0.3.18
14572026-03-17T02:13:41.245Z Compiling stringprep v0.1.5
14582026-03-17T02:13:41.310Z Compiling miniz_oxide v0.8.9
14592026-03-17T02:13:41.450Z Compiling crossbeam-deque v0.8.6
14602026-03-17T02:13:41.490Z Compiling num-integer v0.1.46
14612026-03-17T02:13:41.539Z Compiling vergen-lib v0.1.6
14622026-03-17T02:13:41.641Z Compiling curve25519-dalek v4.1.3
14632026-03-17T02:13:41.735Z Compiling ff v0.13.1
14642026-03-17T02:13:41.781Z Compiling hash32 v0.2.1
14652026-03-17T02:13:41.923Z Compiling memoffset v0.9.1
14662026-03-17T02:13:41.943Z Compiling iri-string v0.7.10
14672026-03-17T02:13:41.966Z Compiling smoltcp v0.9.1
14682026-03-17T02:13:42.047Z Compiling base16ct v0.2.0
14692026-03-17T02:13:42.089Z Compiling fallible-iterator v0.2.0
14702026-03-17T02:13:42.185Z Compiling ref-cast v1.0.25
14712026-03-17T02:13:42.220Z Compiling serde_derive v1.0.228
14722026-03-17T02:13:42.241Z Compiling zeroize_derive v1.4.3
14732026-03-17T02:13:42.245Z Compiling zerofrom-derive v0.1.6
14742026-03-17T02:13:42.289Z Compiling yoke-derive v0.8.1
14752026-03-17T02:13:42.412Z Compiling zerocopy-derive v0.8.40
14762026-03-17T02:13:42.511Z Compiling zerovec-derive v0.11.2
14772026-03-17T02:13:42.531Z Compiling displaydoc v0.2.5
14782026-03-17T02:13:42.587Z Compiling tokio-macros v2.6.0
14792026-03-17T02:13:43.127Z Compiling futures-macro v0.3.32
14802026-03-17T02:13:43.146Z Compiling zeroize v1.8.2
14812026-03-17T02:13:43.536Z Compiling der_derive v0.7.3
14822026-03-17T02:13:43.590Z Compiling thiserror-impl v2.0.18
14832026-03-17T02:13:43.912Z Compiling rustls-pki-types v1.14.0
14842026-03-17T02:13:43.916Z Compiling tracing-attributes v0.1.31
14852026-03-17T02:13:44.052Z Compiling scroll_derive v0.13.1
14862026-03-17T02:13:44.158Z Compiling crypto-common v0.1.7
14872026-03-17T02:13:44.224Z Compiling block-buffer v0.10.4
14882026-03-17T02:13:44.245Z Compiling futures-util v0.3.32
14892026-03-17T02:13:44.266Z Compiling zerofrom v0.1.6
14902026-03-17T02:13:44.355Z Compiling block-padding v0.3.3
14912026-03-17T02:13:44.377Z Compiling pest_derive v2.8.6
14922026-03-17T02:13:44.440Z Compiling yoke v0.8.1
14932026-03-17T02:13:44.459Z Compiling digest v0.10.7
14942026-03-17T02:13:44.569Z Compiling inout v0.1.4
14952026-03-17T02:13:44.573Z Compiling schemars_derive v0.8.22
14962026-03-17T02:13:44.697Z Compiling zerovec v0.11.5
14972026-03-17T02:13:44.803Z Compiling zerotrie v0.2.3
14982026-03-17T02:13:44.822Z Compiling hmac v0.12.1
14992026-03-17T02:13:44.865Z Compiling cipher v0.4.4
15002026-03-17T02:13:44.949Z Compiling sha2 v0.10.9
15012026-03-17T02:13:45.033Z Compiling der v0.7.10
15022026-03-17T02:13:45.155Z Compiling pbkdf2 v0.12.2
15032026-03-17T02:13:45.211Z Compiling salsa20 v0.10.2
15042026-03-17T02:13:45.232Z Compiling aes v0.8.4
15052026-03-17T02:13:45.319Z Compiling tinystr v0.8.2
15062026-03-17T02:13:45.398Z Compiling potential_utf v0.1.4
15072026-03-17T02:13:45.420Z Compiling scrypt v0.11.0
15082026-03-17T02:13:45.480Z Compiling thiserror v2.0.18
15092026-03-17T02:13:45.599Z Compiling icu_locale_core v2.1.1
15102026-03-17T02:13:45.629Z Compiling icu_collections v2.1.1
15112026-03-17T02:13:45.633Z Compiling cbc v0.1.2
15122026-03-17T02:13:45.779Z Compiling scroll v0.13.0
15132026-03-17T02:13:45.802Z Compiling darling_macro v0.20.11
15142026-03-17T02:13:45.825Z Compiling tracing v0.1.44
15152026-03-17T02:13:45.853Z Compiling thiserror-impl v1.0.69
15162026-03-17T02:13:46.149Z Compiling goblin v0.10.5
15172026-03-17T02:13:46.206Z Compiling spki v0.7.3
15182026-03-17T02:13:46.306Z Compiling openssl-macros v0.1.1
15192026-03-17T02:13:46.419Z Compiling dtrace-parser v0.3.0
15202026-03-17T02:13:46.491Z Compiling icu_provider v2.1.1
15212026-03-17T02:13:46.512Z Compiling pkcs5 v0.7.1
15222026-03-17T02:13:46.517Z Compiling darling v0.20.11
15232026-03-17T02:13:46.630Z Compiling derive_builder_core v0.20.2
15242026-03-17T02:13:46.709Z Compiling signature v2.2.0
15252026-03-17T02:13:46.762Z Compiling rustls-native-certs v0.8.3
15262026-03-17T02:13:46.863Z Compiling icu_properties v2.1.2
15272026-03-17T02:13:46.886Z Compiling icu_normalizer v2.1.1
15282026-03-17T02:13:46.928Z Compiling scroll_derive v0.12.1
15292026-03-17T02:13:46.948Z Compiling pkcs8 v0.10.2
15302026-03-17T02:13:47.140Z Compiling bytes v1.11.1
15312026-03-17T02:13:47.163Z Compiling chrono v0.4.44
15322026-03-17T02:13:47.219Z Compiling ipnet v2.11.0
15332026-03-17T02:13:47.388Z Compiling toml_datetime v0.6.11
15342026-03-17T02:13:47.486Z Compiling erased-serde v0.3.31
15352026-03-17T02:13:47.508Z Compiling serde_spanned v0.6.9
15362026-03-17T02:13:47.644Z Compiling thiserror v1.0.69
15372026-03-17T02:13:47.663Z Compiling serde_tokenstream v0.2.3
15382026-03-17T02:13:47.708Z Compiling md-5 v0.10.6
15392026-03-17T02:13:47.747Z Compiling webpki-roots v1.0.6
15402026-03-17T02:13:47.786Z Compiling darling_macro v0.21.3
15412026-03-17T02:13:47.847Z Compiling tokio v1.49.0
15422026-03-17T02:13:47.891Z Compiling http v1.4.0
15432026-03-17T02:13:47.914Z Compiling derive_builder_macro v0.20.2
15442026-03-17T02:13:47.937Z Compiling scroll v0.12.0
15452026-03-17T02:13:47.940Z Compiling zerocopy-derive v0.7.35
15462026-03-17T02:13:48.011Z Compiling rustix v0.38.44
15472026-03-17T02:13:48.090Z Compiling idna_adapter v1.2.1
15482026-03-17T02:13:48.245Z Compiling idna v1.1.0
15492026-03-17T02:13:48.283Z Compiling cfg_aliases v0.2.1
15502026-03-17T02:13:48.322Z Compiling psl-types v2.0.11
15512026-03-17T02:13:48.343Z Compiling ryu v1.0.23
15522026-03-17T02:13:48.389Z Compiling zlib-rs v0.6.2
15532026-03-17T02:13:48.435Z Compiling litrs v1.0.0
15542026-03-17T02:13:48.462Z Compiling num-bigint-dig v0.8.6
15552026-03-17T02:13:48.510Z Compiling darling v0.21.3
15562026-03-17T02:13:48.550Z Compiling derive_builder v0.20.2
15572026-03-17T02:13:48.598Z Compiling serde_urlencoded v0.7.1
15582026-03-17T02:13:48.622Z Compiling nix v0.31.1
15592026-03-17T02:13:48.717Z Compiling ppv-lite86 v0.2.21
15602026-03-17T02:13:48.738Z Compiling url v2.5.8
15612026-03-17T02:13:48.935Z Compiling http-body v1.0.1
15622026-03-17T02:13:48.957Z Compiling publicsuffix v2.3.0
15632026-03-17T02:13:49.005Z Compiling goblin v0.8.2
15642026-03-17T02:13:49.126Z Compiling rand_chacha v0.9.0
15652026-03-17T02:13:49.149Z Compiling rand_chacha v0.3.1
15662026-03-17T02:13:49.153Z Compiling http-body-util v0.1.3
15672026-03-17T02:13:49.153Z Compiling document-features v0.2.12
15682026-03-17T02:13:49.217Z Compiling zerocopy v0.7.35
15692026-03-17T02:13:49.221Z Compiling sec1 v0.7.3
15702026-03-17T02:13:49.221Z Compiling cargo-platform v0.1.9
15712026-03-17T02:13:49.221Z Compiling hkdf v0.12.4
15722026-03-17T02:13:49.505Z Compiling rand v0.9.2
15732026-03-17T02:13:49.606Z Compiling rand v0.8.5
15742026-03-17T02:13:49.627Z Compiling hubpack_derive v0.1.1
15752026-03-17T02:13:49.818Z Compiling crypto-bigint v0.5.5
15762026-03-17T02:13:49.841Z Compiling regex v1.12.3
15772026-03-17T02:13:49.947Z Compiling dof v0.4.0
15782026-03-17T02:13:50.252Z Compiling proptest v1.10.0
15792026-03-17T02:13:50.283Z Compiling postgres-protocol v0.6.10
15802026-03-17T02:13:50.287Z Compiling async-trait v0.1.89
15812026-03-17T02:13:50.450Z Compiling strum_macros v0.27.2
15822026-03-17T02:13:50.468Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-17T02:13:50.563Z Compiling daft-derive v0.1.5
15842026-03-17T02:13:50.736Z Compiling ipnetwork v0.21.1
15852026-03-17T02:13:51.100Z Compiling oxnet v0.1.4
15862026-03-17T02:13:51.287Z Compiling ref-cast-impl v1.0.25
15872026-03-17T02:13:51.595Z Compiling group v0.13.0
15882026-03-17T02:13:51.622Z Compiling num-iter v0.1.45
15892026-03-17T02:13:51.799Z Compiling proc-macro-error v1.0.4
15902026-03-17T02:13:52.073Z Compiling heck v0.4.1
15912026-03-17T02:13:52.152Z Compiling terminal_size v0.4.3
15922026-03-17T02:13:52.227Z Compiling phf_shared v0.13.1
15932026-03-17T02:13:52.267Z Compiling lazy_static v1.5.0
15942026-03-17T02:13:52.270Z Compiling vergen v9.0.6
15952026-03-17T02:13:52.311Z Compiling fs-err v3.3.0
15962026-03-17T02:13:52.334Z Compiling ahash v0.8.12
15972026-03-17T02:13:52.357Z Compiling bumpalo v3.20.2
15982026-03-17T02:13:52.387Z Compiling bitflags v1.3.2
15992026-03-17T02:13:52.410Z Compiling object v0.37.3
16002026-03-17T02:13:52.503Z Compiling libbz2-rs-sys v0.2.2
16012026-03-17T02:13:52.547Z Compiling flate2 v1.1.9
16022026-03-17T02:13:52.571Z Compiling foldhash v0.1.5
16032026-03-17T02:13:52.575Z Compiling winnow v0.5.40
16042026-03-17T02:13:52.594Z Compiling managed v0.8.0
16052026-03-17T02:13:52.662Z Compiling zopfli v0.8.3
16062026-03-17T02:13:52.711Z Compiling clap_builder v4.5.60
16072026-03-17T02:13:52.811Z Compiling hashbrown v0.15.5
16082026-03-17T02:13:52.860Z Compiling phf v0.13.1
16092026-03-17T02:13:52.904Z Compiling zone_cfg_derive v0.3.1
16102026-03-17T02:13:52.926Z Compiling tokio-util v0.7.18
16112026-03-17T02:13:53.055Z Compiling tower v0.5.3
16122026-03-17T02:13:53.087Z Compiling tokio-native-tls v0.3.1
16132026-03-17T02:13:53.140Z Compiling bzip2 v0.6.1
16142026-03-17T02:13:53.295Z Compiling strum v0.27.2
16152026-03-17T02:13:53.430Z Compiling console v0.16.2
16162026-03-17T02:13:53.460Z Compiling usdt-macro v0.6.0
16172026-03-17T02:13:53.481Z Compiling usdt-attr-macro v0.6.0
16182026-03-17T02:13:53.583Z Compiling rayon v1.11.0
16192026-03-17T02:13:53.587Z Compiling signal-hook-mio v0.2.5
16202026-03-17T02:13:53.724Z Compiling tower-http v0.6.8
16212026-03-17T02:13:53.766Z Compiling newtype-uuid v1.3.2
16222026-03-17T02:13:53.932Z Compiling h2 v0.4.13
16232026-03-17T02:13:54.019Z Compiling dof v0.3.0
16242026-03-17T02:13:54.205Z Compiling daft v0.1.5
16252026-03-17T02:13:54.228Z Compiling cookie_store v0.22.1
16262026-03-17T02:13:54.288Z Compiling cargo_metadata v0.19.2
16272026-03-17T02:13:54.399Z Compiling toml_edit v0.19.15
16282026-03-17T02:13:54.468Z Compiling elliptic-curve v0.13.8
16292026-03-17T02:13:54.600Z Compiling postgres-types v0.2.12
16302026-03-17T02:13:54.624Z Compiling hubpack v0.1.2
16312026-03-17T02:13:54.627Z Compiling bzip2 v0.4.4
16322026-03-17T02:13:54.930Z Compiling zstd v0.13.3
16332026-03-17T02:13:54.976Z Compiling serde_with_macros v3.17.0
16342026-03-17T02:13:55.034Z Compiling dtrace-parser v0.2.0
16352026-03-17T02:13:55.125Z Compiling ed25519 v2.2.3
16362026-03-17T02:13:55.324Z Compiling pkcs1 v0.7.5
16372026-03-17T02:13:55.390Z Compiling serde-big-array v0.5.1
16382026-03-17T02:13:55.585Z Compiling hex v0.4.3
16392026-03-17T02:13:55.818Z Compiling rfc6979 v0.4.0
16402026-03-17T02:13:55.891Z Compiling bstr v1.12.1
16412026-03-17T02:13:55.952Z Compiling clap_derive v4.5.55
16422026-03-17T02:13:55.995Z Compiling enum-as-inner v0.6.1
16432026-03-17T02:13:56.052Z Compiling strum_macros v0.26.4
16442026-03-17T02:13:56.120Z Compiling serde_repr v0.1.20
16452026-03-17T02:13:56.181Z Compiling itertools v0.12.1
16462026-03-17T02:13:56.284Z Compiling phf_shared v0.11.3
16472026-03-17T02:13:56.524Z Compiling float-cmp v0.10.0
16482026-03-17T02:13:56.559Z Compiling memmap2 v0.9.10
16492026-03-17T02:13:56.662Z Compiling thread-id v4.2.2
16502026-03-17T02:13:56.720Z Compiling env_filter v1.0.0
16512026-03-17T02:13:56.740Z Compiling encoding_rs v0.8.35
16522026-03-17T02:13:56.788Z Compiling predicates-core v1.0.10
16532026-03-17T02:13:56.869Z Compiling rustc-hash v2.1.1
16542026-03-17T02:13:56.889Z Compiling jiff v0.2.21
16552026-03-17T02:13:56.909Z Compiling unit-prefix v0.5.2
16562026-03-17T02:13:57.039Z Compiling new_debug_unreachable v1.0.6
16572026-03-17T02:13:57.061Z Compiling difflib v0.4.0
16582026-03-17T02:13:57.101Z Compiling precomputed-hash v0.1.1
16592026-03-17T02:13:57.123Z Compiling static_assertions v1.1.0
16602026-03-17T02:13:57.146Z Compiling whoami v2.1.0
16612026-03-17T02:13:57.167Z Compiling mime v0.3.17
16622026-03-17T02:13:57.228Z Compiling keccak v0.1.6
16632026-03-17T02:13:57.248Z Compiling data-encoding v2.10.0
16642026-03-17T02:13:57.532Z Compiling fixedbitset v0.4.2
16652026-03-17T02:13:57.683Z Compiling normalize-line-endings v0.3.0
16662026-03-17T02:13:57.817Z Compiling fixedbitset v0.5.7
16672026-03-17T02:13:57.846Z Compiling zone v0.3.1
16682026-03-17T02:13:57.866Z Compiling predicates v3.1.4
16692026-03-17T02:13:57.934Z Compiling petgraph v0.6.5
16702026-03-17T02:13:58.250Z Compiling hyper v1.8.1
16712026-03-17T02:13:58.272Z Compiling petgraph v0.8.3
16722026-03-17T02:13:58.346Z Compiling hickory-proto v0.25.2
16732026-03-17T02:13:58.382Z Compiling tokio-postgres v0.7.16
16742026-03-17T02:13:58.517Z Compiling clap v4.5.60
16752026-03-17T02:13:58.606Z Compiling sha3 v0.10.8
16762026-03-17T02:13:58.624Z Compiling strum v0.26.3
16772026-03-17T02:13:58.648Z Compiling toml_edit v0.22.27
16782026-03-17T02:13:58.790Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-17T02:13:58.816Z Compiling string_cache v0.8.9
16802026-03-17T02:13:58.820Z Compiling indicatif v0.18.4
16812026-03-17T02:13:58.859Z Compiling iddqd v0.3.17
16822026-03-17T02:13:59.137Z Compiling env_logger v0.11.9
16832026-03-17T02:13:59.234Z Compiling usdt v0.6.0
16842026-03-17T02:13:59.528Z Compiling usdt-impl v0.5.0
16852026-03-17T02:13:59.590Z Compiling similar v2.7.0
16862026-03-17T02:13:59.625Z Compiling serde_with v3.17.0
16872026-03-17T02:13:59.993Z Compiling hyper-util v0.1.20
16882026-03-17T02:13:59.996Z Compiling toml v0.7.8
16892026-03-17T02:14:00.332Z Compiling crossterm v0.28.1
16902026-03-17T02:14:00.422Z Compiling ecdsa v0.16.9
16912026-03-17T02:14:00.444Z Compiling ed25519-dalek v2.2.0
16922026-03-17T02:14:00.753Z Compiling zip v4.6.1
16932026-03-17T02:14:00.783Z Compiling rsa v0.9.10
16942026-03-17T02:14:00.980Z Compiling zip v0.6.6
16952026-03-17T02:14:01.311Z Compiling tokio-stream v0.1.18
16962026-03-17T02:14:01.395Z Compiling buf-list v1.1.2
16972026-03-17T02:14:01.990Z Compiling hyper-tls v0.6.0
16982026-03-17T02:14:02.030Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-17T02:14:02.057Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-17T02:14:02.122Z Compiling openapiv3 v2.2.0
17012026-03-17T02:14:02.145Z Compiling x509-cert v0.2.5
17022026-03-17T02:14:02.233Z Compiling sha1 v0.10.6
17032026-03-17T02:14:02.325Z Compiling itertools v0.13.0
17042026-03-17T02:14:02.423Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-17T02:14:02.487Z Compiling lalrpop-util v0.19.12
17062026-03-17T02:14:02.552Z Compiling peg-runtime v0.8.5
17072026-03-17T02:14:02.601Z Compiling thread_local v1.1.9
17082026-03-17T02:14:02.666Z Compiling slog-async v2.8.0
17092026-03-17T02:14:02.755Z Compiling futures-executor v0.3.32
17102026-03-17T02:14:02.842Z Compiling crossbeam-channel v0.5.15
17112026-03-17T02:14:02.875Z Compiling is-terminal v0.4.17
17122026-03-17T02:14:02.926Z Compiling filetime v0.2.27
17132026-03-17T02:14:02.950Z Compiling take_mut v0.2.2
17142026-03-17T02:14:02.954Z Compiling term v1.2.1
17152026-03-17T02:14:03.008Z Compiling xattr v1.6.1
17162026-03-17T02:14:03.067Z Compiling futures v0.3.32
17172026-03-17T02:14:03.171Z Compiling tar v0.4.44
17182026-03-17T02:14:03.477Z Compiling slog-term v2.9.2
17192026-03-17T02:14:23.861Z Compiling rustls-webpki v0.103.9
17202026-03-17T02:14:27.868Z Compiling tokio-rustls v0.26.4
17212026-03-17T02:14:27.868Z Compiling rustls-platform-verifier v0.6.2
17222026-03-17T02:14:28.120Z Compiling hyper-rustls v0.27.7
17232026-03-17T02:14:28.370Z Compiling reqwest v0.13.2
17242026-03-17T02:14:28.370Z Compiling reqwest v0.12.28
17252026-03-17T02:14:31.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-17T02:14:31.488Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-17T02:14:35.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17282026-03-17T02:14:35.444Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-17T02:14:35.501ZMar 17 02:14:34.387 INFO Starting download, target: Console
17302026-03-17T02:14:35.502ZMar 17 02:14:34.387 INFO Starting download, target: Cockroach
17312026-03-17T02:14:35.502ZMar 17 02:14:34.387 INFO Starting download, target: MaghemiteMgd
17322026-03-17T02:14:35.502ZMar 17 02:14:34.387 INFO Starting download, target: DendriteStub
17332026-03-17T02:14:35.502ZMar 17 02:14:34.387 INFO Starting download, target: TransceiverControl
17342026-03-17T02:14:35.508ZMar 17 02:14:34.387 INFO Starting download, target: Clickhouse
17352026-03-17T02:14:35.508ZMar 17 02:14:34.387 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-17T02:14:35.508ZMar 17 02:14:34.387 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-17T02:14:35.508ZMar 17 02:14:34.387 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-17T02:14:35.508ZMar 17 02:14:34.387 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-17T02:14:35.508ZMar 17 02:14:34.388 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-17T02:14:35.508ZMar 17 02:14:34.388 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-17T02:14:36.133ZMar 17 02:14:35.011 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-17T02:14:36.456ZMar 17 02:14:35.330 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-17T02:14:36.475ZMar 17 02:14:35.357 INFO Download complete, target: TransceiverControl
17442026-03-17T02:14:36.835ZMar 17 02:14:35.718 INFO Download complete, target: Console
17452026-03-17T02:14:37.638ZMar 17 02:14:36.526 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-17T02:14:37.706ZMar 17 02:14:36.594 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-17T02:14:37.773ZMar 17 02:14:36.654 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-17T02:14:38.355ZMar 17 02:14:37.244 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-17T02:14:38.355ZMar 17 02:14:37.244 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-17T02:14:41.445ZMar 17 02:14:40.333 INFO Download complete, target: MaghemiteMgd
17512026-03-17T02:14:41.669ZMar 17 02:14:40.557 INFO Download complete, target: DendriteStub
17522026-03-17T02:14:46.308ZMar 17 02:14:45.196 INFO Checking that binary works, target: Cockroach
17532026-03-17T02:14:46.432ZMar 17 02:14:45.320 INFO Download complete, target: Cockroach
17542026-03-17T02:14:49.180ZMar 17 02:14:48.067 INFO Checking that binary works, target: Clickhouse
17552026-03-17T02:14:49.280ZMar 17 02:14:48.168 INFO Download complete, target: Clickhouse
17562026-03-17T02:14:49.286ZAll prerequisites installed successfully
17572026-03-17T02:14:49.290Z
17582026-03-17T02:14:49.290Zreal 3:39.886702672
17592026-03-17T02:14:49.290Zuser 10:23.318822714
17602026-03-17T02:14:49.290Zsys 2:05.841370135
17612026-03-17T02:14:49.290Ztrap 0.348373276
17622026-03-17T02:14:49.290Ztflt 1.151699321
17632026-03-17T02:14:49.290Zdflt 1.903070400
17642026-03-17T02:14:49.290Zkflt 0.021967125
17652026-03-17T02:14:49.290Zlock 32:04.802734945
17662026-03-17T02:14:49.290Zslp 25:22.359893109
17672026-03-17T02:14:49.290Zlat 32.524639545
17682026-03-17T02:14:49.290Zstop 4:23.440015908
17692026-03-17T02:14:49.290Z+ ptime -m cargo xtask download softnpu
17702026-03-17T02:14:49.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17712026-03-17T02:14:49.990Z Running `target/debug/xtask download softnpu`
17722026-03-17T02:14:50.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
17732026-03-17T02:14:51.063Z Running `target/debug/xtask-downloader softnpu`
17742026-03-17T02:14:51.116ZMar 17 02:14:50.004 INFO Starting download, target: Softnpu
17752026-03-17T02:14:51.120ZMar 17 02:14:50.004 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-17T02:14:51.828ZMar 17 02:14:50.716 INFO Download complete, target: Softnpu
17772026-03-17T02:14:51.832Z
17782026-03-17T02:14:51.832Zreal 2.538540510
17792026-03-17T02:14:51.832Zuser 1.733728892
17802026-03-17T02:14:51.832Zsys 0.791800672
17812026-03-17T02:14:51.836Ztrap 0.000555558
17822026-03-17T02:14:51.836Ztflt 0.000176229
17832026-03-17T02:14:51.836Zdflt 0.000216158
17842026-03-17T02:14:51.836Zkflt 0.000000000
17852026-03-17T02:14:51.836Zlock 12.794337858
17862026-03-17T02:14:51.836Zslp 0.505073237
17872026-03-17T02:14:51.836Zlat 0.055156383
17882026-03-17T02:14:51.836Zstop 0.000168131
17892026-03-17T02:14:51.836Z+ export CARGO_INCREMENTAL=0
17902026-03-17T02:14:51.836Z+ CARGO_INCREMENTAL=0
17912026-03-17T02:14:51.836Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-17T02:14:53.046Z Compiling proc-macro2 v1.0.106
17932026-03-17T02:14:53.046Z Compiling quote v1.0.44
17942026-03-17T02:14:53.050Z Compiling unicode-ident v1.0.24
17952026-03-17T02:14:53.050Z Compiling libc v0.2.180
17962026-03-17T02:14:53.050Z Compiling serde_core v1.0.228
17972026-03-17T02:14:53.050Z Compiling serde v1.0.228
17982026-03-17T02:14:53.050Z Compiling cfg-if v1.0.4
17992026-03-17T02:14:53.050Z Compiling version_check v0.9.5
18002026-03-17T02:14:53.050Z Compiling shlex v1.3.0
18012026-03-17T02:14:53.050Z Compiling find-msvc-tools v0.1.9
18022026-03-17T02:14:53.050Z Compiling typenum v1.19.0
18032026-03-17T02:14:53.215Z Compiling portable-atomic v1.13.1
18042026-03-17T02:14:53.219Z Compiling memchr v2.8.0
18052026-03-17T02:14:53.219Z Compiling autocfg v1.5.0
18062026-03-17T02:14:53.219Z Compiling zmij v1.0.21
18072026-03-17T02:14:53.457Z Compiling serde_json v1.0.149
18082026-03-17T02:14:53.647Z Compiling zerocopy v0.8.40
18092026-03-17T02:14:53.699Z Compiling parking_lot_core v0.9.12
18102026-03-17T02:14:53.844Z Compiling generic-array v0.14.7
18112026-03-17T02:14:53.866Z Compiling libm v0.2.16
18122026-03-17T02:14:53.869Z Compiling num-traits v0.2.19
18132026-03-17T02:14:53.937Z Compiling smallvec v1.15.1
18142026-03-17T02:14:53.961Z Compiling icu_properties_data v2.1.2
18152026-03-17T02:14:54.008Z Compiling icu_normalizer_data v2.1.1
18162026-03-17T02:14:54.081Z Compiling itoa v1.0.17
18172026-03-17T02:14:54.104Z Compiling log v0.4.29
18182026-03-17T02:14:54.156Z Compiling getrandom v0.4.1
18192026-03-17T02:14:54.160Z Compiling pkg-config v0.3.32
18202026-03-17T02:14:54.265Z Compiling stable_deref_trait v1.2.1
18212026-03-17T02:14:54.360Z Compiling subtle v2.6.1
18222026-03-17T02:14:54.385Z Compiling scopeguard v1.2.0
18232026-03-17T02:14:54.505Z Compiling fnv v1.0.7
18242026-03-17T02:14:54.529Z Compiling lock_api v0.4.14
18252026-03-17T02:14:54.576Z Compiling jobserver v0.1.34
18262026-03-17T02:14:54.579Z Compiling getrandom v0.2.17
18272026-03-17T02:14:54.627Z Compiling errno v0.3.14
18282026-03-17T02:14:54.763Z Compiling thiserror v2.0.18
18292026-03-17T02:14:54.823Z Compiling rand_core v0.6.4
18302026-03-17T02:14:54.853Z Compiling cc v1.2.56
18312026-03-17T02:14:54.880Z Compiling syn v2.0.117
18322026-03-17T02:14:54.955Z Compiling getrandom v0.3.4
18332026-03-17T02:14:55.008Z Compiling pin-project-lite v0.2.17
18342026-03-17T02:14:55.155Z Compiling critical-section v1.2.0
18352026-03-17T02:14:55.251Z Compiling allocator-api2 v0.2.21
18362026-03-17T02:14:55.298Z Compiling rustversion v1.0.22
18372026-03-17T02:14:55.347Z Compiling equivalent v1.0.2
18382026-03-17T02:14:55.351Z Compiling dunce v1.0.5
18392026-03-17T02:14:55.351Z Compiling percent-encoding v2.3.2
18402026-03-17T02:14:55.489Z Compiling litemap v0.8.1
18412026-03-17T02:14:55.551Z Compiling fs_extra v1.3.0
18422026-03-17T02:14:55.574Z Compiling writeable v0.6.2
18432026-03-17T02:14:55.633Z Compiling foldhash v0.2.0
18442026-03-17T02:14:55.726Z Compiling once_cell v1.21.3
18452026-03-17T02:14:55.849Z Compiling cmake v0.1.57
18462026-03-17T02:14:55.902Z Compiling hashbrown v0.16.1
18472026-03-17T02:14:55.952Z Compiling const-oid v0.9.6
18482026-03-17T02:14:56.077Z Compiling signal-hook-registry v1.4.8
18492026-03-17T02:14:56.080Z Compiling rustix v1.1.3
18502026-03-17T02:14:56.102Z Compiling mio v1.1.1
18512026-03-17T02:14:56.233Z Compiling semver v1.0.27
18522026-03-17T02:14:56.257Z Compiling socket2 v0.6.2
18532026-03-17T02:14:56.327Z Compiling schemars v0.8.22
18542026-03-17T02:14:56.350Z Compiling utf8_iter v1.0.4
18552026-03-17T02:14:56.593Z Compiling bitflags v2.11.0
18562026-03-17T02:14:56.649Z Compiling indexmap v2.13.0
18572026-03-17T02:14:56.652Z Compiling parking_lot v0.12.5
18582026-03-17T02:14:56.703Z Compiling ring v0.17.14
18592026-03-17T02:14:56.706Z Compiling aws-lc-sys v0.37.1
18602026-03-17T02:14:56.706Z Compiling aws-lc-rs v1.16.0
18612026-03-17T02:14:56.794Z Compiling rand_core v0.10.0
18622026-03-17T02:14:57.034Z Compiling form_urlencoded v1.2.2
18632026-03-17T02:14:57.119Z Compiling strsim v0.11.1
18642026-03-17T02:14:57.140Z Compiling futures-core v0.3.32
18652026-03-17T02:14:57.390Z Compiling byteorder v1.5.0
18662026-03-17T02:14:57.413Z Compiling ucd-trie v0.1.7
18672026-03-17T02:14:57.495Z Compiling httparse v1.10.1
18682026-03-17T02:14:57.527Z Compiling thiserror v1.0.69
18692026-03-17T02:14:57.643Z Compiling pest v2.8.6
18702026-03-17T02:14:57.731Z Compiling ident_case v1.0.1
18712026-03-17T02:14:57.734Z Compiling vcpkg v0.2.15
18722026-03-17T02:14:57.815Z Compiling heck v0.5.0
18732026-03-17T02:14:57.898Z Compiling syn v1.0.109
18742026-03-17T02:14:57.976Z Compiling regex-syntax v0.8.10
18752026-03-17T02:14:58.027Z Compiling crossbeam-utils v0.8.21
18762026-03-17T02:14:58.245Z Compiling futures-sink v0.3.32
18772026-03-17T02:14:58.303Z Compiling rustls v0.23.37
18782026-03-17T02:14:58.354Z Compiling rustc_version v0.4.1
18792026-03-17T02:14:58.383Z Compiling futures-channel v0.3.32
18802026-03-17T02:14:58.436Z Compiling futures-task v0.3.32
18812026-03-17T02:14:58.436Z Compiling cpufeatures v0.2.17
18822026-03-17T02:14:58.530Z Compiling futures-io v0.3.32
18832026-03-17T02:14:58.533Z Compiling slab v0.4.12
18842026-03-17T02:14:58.533Z Compiling openssl-sys v0.9.111
18852026-03-17T02:14:58.730Z Compiling plain v0.2.3
18862026-03-17T02:14:58.757Z Compiling iana-time-zone v0.1.65
18872026-03-17T02:14:58.760Z Compiling uuid v1.21.0
18882026-03-17T02:14:58.809Z Compiling synstructure v0.13.2
18892026-03-17T02:14:58.812Z Compiling serde_derive_internals v0.29.1
18902026-03-17T02:14:58.915Z Compiling aho-corasick v1.1.4
18912026-03-17T02:14:58.940Z Compiling time-core v0.1.8
18922026-03-17T02:14:59.057Z Compiling num-conv v0.2.0
18932026-03-17T02:14:59.148Z Compiling pest_meta v2.8.6
18942026-03-17T02:14:59.260Z Compiling time-macros v0.2.27
18952026-03-17T02:14:59.530Z Compiling openssl v0.10.75
18962026-03-17T02:14:59.745Z Compiling pretty-hex v0.4.1
18972026-03-17T02:14:59.920Z Compiling base64ct v1.8.3
18982026-03-17T02:14:59.945Z Compiling pest_generator v2.8.6
18992026-03-17T02:14:59.969Z Compiling crc32fast v1.5.0
19002026-03-17T02:15:00.028Z Compiling regex-automata v0.4.14
19012026-03-17T02:15:00.052Z Compiling either v1.15.0
19022026-03-17T02:15:00.052Z Compiling anyhow v1.0.102
19032026-03-17T02:15:00.102Z Compiling darling_core v0.21.3
19042026-03-17T02:15:00.137Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-17T02:15:00.312Z Compiling pem-rfc7468 v0.7.0
19062026-03-17T02:15:00.336Z Compiling flagset v0.4.7
19072026-03-17T02:15:00.371Z Compiling native-tls v0.2.18
19082026-03-17T02:15:00.449Z Compiling rand_core v0.9.5
19092026-03-17T02:15:00.624Z Compiling slog v2.8.2
19102026-03-17T02:15:00.651Z Compiling tracing-core v0.1.36
19112026-03-17T02:15:00.705Z Compiling rayon-core v1.13.0
19122026-03-17T02:15:00.733Z Compiling serde_derive v1.0.228
19132026-03-17T02:15:00.757Z Compiling zeroize_derive v1.4.3
19142026-03-17T02:15:00.783Z Compiling zerofrom-derive v0.1.6
19152026-03-17T02:15:00.826Z Compiling yoke-derive v0.8.1
19162026-03-17T02:15:00.878Z Compiling zerovec-derive v0.11.2
19172026-03-17T02:15:00.902Z Compiling displaydoc v0.2.5
19182026-03-17T02:15:00.933Z Compiling zerocopy-derive v0.8.40
19192026-03-17T02:15:00.959Z Compiling tokio-macros v2.6.0
19202026-03-17T02:15:00.962Z Compiling futures-macro v0.3.32
19212026-03-17T02:15:01.567Z Compiling zeroize v1.8.2
19222026-03-17T02:15:01.897Z Compiling thiserror-impl v2.0.18
19232026-03-17T02:15:02.062Z Compiling tracing-attributes v0.1.31
19242026-03-17T02:15:02.085Z Compiling der_derive v0.7.3
19252026-03-17T02:15:02.132Z Compiling schemars_derive v0.8.22
19262026-03-17T02:15:02.284Z Compiling thiserror-impl v1.0.69
19272026-03-17T02:15:02.383Z Compiling zerofrom v0.1.6
19282026-03-17T02:15:02.567Z Compiling yoke v0.8.1
19292026-03-17T02:15:02.716Z Compiling crypto-common v0.1.7
19302026-03-17T02:15:02.837Z Compiling zerovec v0.11.5
19312026-03-17T02:15:02.908Z Compiling zerotrie v0.2.3
19322026-03-17T02:15:03.277Z Compiling block-buffer v0.10.4
19332026-03-17T02:15:03.467Z Compiling digest v0.10.7
19342026-03-17T02:15:03.492Z Compiling pest_derive v2.8.6
19352026-03-17T02:15:03.496Z Compiling futures-util v0.3.32
19362026-03-17T02:15:03.626Z Compiling tinystr v0.8.2
19372026-03-17T02:15:03.629Z Compiling potential_utf v0.1.4
19382026-03-17T02:15:03.748Z Compiling hmac v0.12.1
19392026-03-17T02:15:03.898Z Compiling icu_locale_core v2.1.1
19402026-03-17T02:15:03.929Z Compiling icu_collections v2.1.1
19412026-03-17T02:15:03.953Z Compiling block-padding v0.3.3
19422026-03-17T02:15:03.956Z Compiling sha2 v0.10.9
19432026-03-17T02:15:04.089Z Compiling rustls-pki-types v1.14.0
19442026-03-17T02:15:04.116Z Compiling inout v0.1.4
19452026-03-17T02:15:04.153Z Compiling scroll_derive v0.12.1
19462026-03-17T02:15:04.849Z Compiling cipher v0.4.4
19472026-03-17T02:15:04.976Z Compiling icu_provider v2.1.1
19482026-03-17T02:15:04.999Z Compiling bytes v1.11.1
19492026-03-17T02:15:05.166Z Compiling chrono v0.4.44
19502026-03-17T02:15:05.187Z Compiling serde_tokenstream v0.2.3
19512026-03-17T02:15:05.191Z Compiling scroll_derive v0.13.1
19522026-03-17T02:15:05.239Z Compiling openssl-macros v0.1.1
19532026-03-17T02:15:05.510Z Compiling icu_normalizer v2.1.1
19542026-03-17T02:15:05.590Z Compiling icu_properties v2.1.2
19552026-03-17T02:15:05.733Z Compiling tokio v1.49.0
19562026-03-17T02:15:06.274Z Compiling http v1.4.0
19572026-03-17T02:15:07.072Z Compiling idna_adapter v1.2.1
19582026-03-17T02:15:07.098Z Compiling ppv-lite86 v0.2.21
19592026-03-17T02:15:07.101Z Compiling der v0.7.10
19602026-03-17T02:15:07.175Z Compiling darling_macro v0.21.3
19612026-03-17T02:15:07.256Z Compiling idna v1.1.0
19622026-03-17T02:15:07.313Z Compiling regex v1.12.3
19632026-03-17T02:15:07.646Z Compiling zerocopy-derive v0.7.35
19642026-03-17T02:15:07.722Z Compiling url v2.5.8
19652026-03-17T02:15:07.749Z Compiling untrusted v0.9.0
19662026-03-17T02:15:07.749Z Compiling dyn-clone v1.0.20
19672026-03-17T02:15:07.799Z Compiling darling v0.21.3
19682026-03-17T02:15:07.941Z Compiling salsa20 v0.10.2
19692026-03-17T02:15:07.972Z Compiling pbkdf2 v0.12.2
19702026-03-17T02:15:08.135Z Compiling tracing v0.1.44
19712026-03-17T02:15:08.346Z Compiling spki v0.7.3
19722026-03-17T02:15:08.712Z Compiling cookie v0.18.1
19732026-03-17T02:15:08.761Z Compiling base64 v0.22.1
19742026-03-17T02:15:08.976Z Compiling camino v1.2.2
19752026-03-17T02:15:09.193Z Compiling scrypt v0.11.0
19762026-03-17T02:15:09.197Z Compiling rand_chacha v0.9.0
19772026-03-17T02:15:09.257Z Compiling aes v0.8.4
19782026-03-17T02:15:09.375Z Compiling cbc v0.1.2
19792026-03-17T02:15:09.900Z Compiling usdt-impl v0.5.0
19802026-03-17T02:15:09.924Z Compiling ref-cast v1.0.25
19812026-03-17T02:15:10.026Z Compiling usdt-impl v0.6.0
19822026-03-17T02:15:10.125Z Compiling winnow v0.7.14
19832026-03-17T02:15:10.189Z Compiling paste v1.0.15
19842026-03-17T02:15:10.410Z Compiling pkcs5 v0.7.1
19852026-03-17T02:15:10.607Z Compiling rand v0.9.2
19862026-03-17T02:15:10.654Z Compiling http-body v1.0.1
19872026-03-17T02:15:10.863Z Compiling tokio-util v0.7.18
19882026-03-17T02:15:10.989Z Compiling scroll v0.13.0
19892026-03-17T02:15:11.025Z Compiling serde_spanned v0.6.9
19902026-03-17T02:15:11.052Z Compiling toml_datetime v0.6.11
19912026-03-17T02:15:11.159Z Compiling scroll v0.12.0
19922026-03-17T02:15:11.266Z Compiling heapless v0.7.17
19932026-03-17T02:15:11.408Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-17T02:15:11.412Z Compiling openssl-probe v0.2.1
19952026-03-17T02:15:11.457Z Compiling signal-hook v0.3.18
19962026-03-17T02:15:11.643Z Compiling zstd-safe v7.2.4
19972026-03-17T02:15:11.666Z Compiling untrusted v0.7.1
19982026-03-17T02:15:11.704Z Compiling atomic-waker v1.1.2
19992026-03-17T02:15:11.920Z Compiling goblin v0.8.2
20002026-03-17T02:15:11.963Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-17T02:15:12.047Z Compiling goblin v0.10.5
20022026-03-17T02:15:12.153Z Compiling pkcs8 v0.10.2
20032026-03-17T02:15:12.555Z Compiling zerocopy v0.7.35
20042026-03-17T02:15:12.630Z Compiling ref-cast-impl v1.0.25
20052026-03-17T02:15:12.745Z Compiling darling_core v0.20.11
20062026-03-17T02:15:12.926Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-17T02:15:12.950Z Compiling memoffset v0.9.1
20082026-03-17T02:15:13.079Z Compiling winnow v0.5.40
20092026-03-17T02:15:13.148Z Compiling try-lock v0.2.5
20102026-03-17T02:15:13.220Z Compiling tower-service v0.3.3
20112026-03-17T02:15:13.310Z Compiling tinyvec_macros v0.1.1
20122026-03-17T02:15:13.612Z Compiling fastrand v2.3.0
20132026-03-17T02:15:13.612Z Compiling tower-layer v0.3.3
20142026-03-17T02:15:13.657Z Compiling litrs v1.0.0
20152026-03-17T02:15:13.707Z Compiling rustix v0.38.44
20162026-03-17T02:15:14.020Z Compiling want v0.3.1
20172026-03-17T02:15:14.100Z Compiling tinyvec v1.10.0
20182026-03-17T02:15:14.248Z Compiling h2 v0.4.13
20192026-03-17T02:15:14.288Z Compiling document-features v0.2.12
20202026-03-17T02:15:14.876Z Compiling toml_edit v0.19.15
20212026-03-17T02:15:14.981Z Compiling dof v0.3.0
20222026-03-17T02:15:15.021Z Compiling dtrace-parser v0.2.0
20232026-03-17T02:15:15.324Z Compiling dtrace-parser v0.3.0
20242026-03-17T02:15:15.560Z Compiling darling_macro v0.20.11
20252026-03-17T02:15:15.692Z Compiling ipnet v2.11.0
20262026-03-17T02:15:15.843Z Compiling dof v0.4.0
20272026-03-17T02:15:15.910Z Compiling async-trait v0.1.89
20282026-03-17T02:15:16.158Z Compiling daft-derive v0.1.5
20292026-03-17T02:15:16.181Z Compiling curve25519-dalek v4.1.3
20302026-03-17T02:15:16.338Z Compiling spin v0.9.8
20312026-03-17T02:15:16.424Z Compiling thread-id v5.1.0
20322026-03-17T02:15:16.515Z Compiling thread-id v4.2.2
20332026-03-17T02:15:16.546Z Compiling proc-macro-error-attr v1.0.4
20342026-03-17T02:15:16.627Z Compiling smoltcp v0.9.1
20352026-03-17T02:15:16.649Z Compiling num-bigint-dig v0.8.6
20362026-03-17T02:15:16.812Z Compiling cfg_aliases v0.2.1
20372026-03-17T02:15:16.907Z Compiling foreign-types-shared v0.1.1
20382026-03-17T02:15:16.931Z Compiling pin-utils v0.1.0
20392026-03-17T02:15:17.069Z Compiling httpdate v1.0.3
20402026-03-17T02:15:17.115Z Compiling powerfmt v0.2.0
20412026-03-17T02:15:17.289Z Compiling foreign-types v0.3.2
20422026-03-17T02:15:17.312Z Compiling tempfile v3.25.0
20432026-03-17T02:15:17.362Z Compiling deranged v0.5.8
20442026-03-17T02:15:17.392Z Compiling nix v0.31.1
20452026-03-17T02:15:17.760Z Compiling darling v0.20.11
20462026-03-17T02:15:18.087Z Compiling ipnetwork v0.21.1
20472026-03-17T02:15:18.167Z Compiling strum_macros v0.26.4
20482026-03-17T02:15:18.291Z Compiling wait-timeout v0.2.1
20492026-03-17T02:15:18.317Z Compiling proc-macro-error v1.0.4
20502026-03-17T02:15:18.432Z Compiling hyper v1.8.1
20512026-03-17T02:15:18.639Z Compiling anstyle v1.0.13
20522026-03-17T02:15:18.777Z Compiling utf8parse v0.2.2
20532026-03-17T02:15:18.813Z Compiling quick-error v1.2.3
20542026-03-17T02:15:18.838Z Compiling unicode-segmentation v1.12.0
20552026-03-17T02:15:18.861Z Compiling simd-adler32 v0.3.8
20562026-03-17T02:15:18.934Z Compiling num_threads v0.1.7
20572026-03-17T02:15:19.071Z Compiling bit-vec v0.8.0
20582026-03-17T02:15:19.181Z Compiling siphasher v1.0.2
20592026-03-17T02:15:19.362Z Compiling bit-set v0.8.0
20602026-03-17T02:15:19.408Z Compiling time v0.3.47
20612026-03-17T02:15:19.458Z Compiling rusty-fork v0.3.1
20622026-03-17T02:15:19.600Z Compiling anstyle-parse v0.2.7
20632026-03-17T02:15:19.869Z Compiling hyper-util v0.1.20
20642026-03-17T02:15:20.365Z Compiling crossbeam-epoch v0.9.18
20652026-03-17T02:15:20.405Z Compiling derive_builder_core v0.20.2
20662026-03-17T02:15:20.852Z Compiling unicode-normalization v0.1.25
20672026-03-17T02:15:21.511Z Compiling rustls-native-certs v0.8.3
20682026-03-17T02:15:21.799Z Compiling signature v2.2.0
20692026-03-17T02:15:21.852Z Compiling hubpack_derive v0.1.1
20702026-03-17T02:15:21.955Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-17T02:15:22.007Z Compiling strum_macros v0.27.2
20722026-03-17T02:15:22.032Z Compiling rand_xorshift v0.4.0
20732026-03-17T02:15:22.182Z Compiling sync_wrapper v1.0.2
20742026-03-17T02:15:22.288Z Compiling fs-err v3.3.0
20752026-03-17T02:15:22.310Z Compiling ahash v0.8.12
20762026-03-17T02:15:22.337Z Compiling colorchoice v1.0.4
20772026-03-17T02:15:22.447Z Compiling unicode-properties v0.1.4
20782026-03-17T02:15:22.542Z Compiling anstyle-query v1.1.5
20792026-03-17T02:15:22.589Z Compiling is_terminal_polyfill v1.70.2
20802026-03-17T02:15:22.636Z Compiling unarray v0.1.4
20812026-03-17T02:15:22.693Z Compiling adler2 v2.0.1
20822026-03-17T02:15:22.724Z Compiling object v0.37.3
20832026-03-17T02:15:22.747Z Compiling unicode-bidi v0.3.18
20842026-03-17T02:15:22.774Z Compiling proptest v1.10.0
20852026-03-17T02:15:22.800Z Compiling anstream v0.6.21
20862026-03-17T02:15:22.874Z Compiling miniz_oxide v0.8.9
20872026-03-17T02:15:23.194Z Compiling stringprep v0.1.5
20882026-03-17T02:15:23.398Z Compiling tower v0.5.3
20892026-03-17T02:15:23.706Z Compiling derive_builder_macro v0.20.2
20902026-03-17T02:15:23.996Z Compiling crossbeam-deque v0.8.6
20912026-03-17T02:15:24.030Z Compiling heck v0.4.1
20922026-03-17T02:15:24.106Z Compiling usdt-attr-macro v0.6.0
20932026-03-17T02:15:24.160Z Compiling usdt-macro v0.6.0
20942026-03-17T02:15:24.511Z Compiling http-body-util v0.1.3
20952026-03-17T02:15:24.594Z Compiling webpki-roots v1.0.6
20962026-03-17T02:15:24.838Z Compiling rand_chacha v0.3.1
20972026-03-17T02:15:24.866Z Compiling erased-serde v0.3.31
20982026-03-17T02:15:24.897Z Compiling md-5 v0.10.6
20992026-03-17T02:15:25.069Z Compiling num-integer v0.1.46
21002026-03-17T02:15:25.093Z Compiling hash32 v0.2.1
21012026-03-17T02:15:25.119Z Compiling vergen-lib v0.1.6
21022026-03-17T02:15:25.164Z Compiling ff v0.13.1
21032026-03-17T02:15:25.277Z Compiling iri-string v0.7.10
21042026-03-17T02:15:25.301Z Compiling psl-types v2.0.11
21052026-03-17T02:15:25.327Z Compiling base16ct v0.2.0
21062026-03-17T02:15:25.330Z Compiling ryu v1.0.23
21072026-03-17T02:15:25.379Z Compiling fallible-iterator v0.2.0
21082026-03-17T02:15:25.383Z Compiling zlib-rs v0.6.2
21092026-03-17T02:15:25.479Z Compiling publicsuffix v2.3.0
21102026-03-17T02:15:25.523Z Compiling sec1 v0.7.3
21112026-03-17T02:15:25.527Z Compiling num-iter v0.1.45
21122026-03-17T02:15:25.594Z Compiling serde_urlencoded v0.7.1
21132026-03-17T02:15:25.680Z Compiling newtype-uuid v1.3.2
21142026-03-17T02:15:25.715Z Compiling group v0.13.0
21152026-03-17T02:15:25.760Z Compiling postgres-protocol v0.6.10
21162026-03-17T02:15:25.968Z Compiling rand v0.8.5
21172026-03-17T02:15:26.191Z Compiling oxnet v0.1.4
21182026-03-17T02:15:26.467Z Compiling derive_builder v0.20.2
21192026-03-17T02:15:26.491Z Compiling zone_cfg_derive v0.3.1
21202026-03-17T02:15:26.651Z Compiling tokio-native-tls v0.3.1
21212026-03-17T02:15:26.701Z Compiling phf_shared v0.13.1
21222026-03-17T02:15:26.825Z Compiling lazy_static v1.5.0
21232026-03-17T02:15:26.877Z Compiling terminal_size v0.4.3
21242026-03-17T02:15:26.948Z Compiling tower-http v0.6.8
21252026-03-17T02:15:26.975Z Compiling serde_with_macros v3.17.0
21262026-03-17T02:15:27.076Z Compiling cargo-platform v0.1.9
21272026-03-17T02:15:27.079Z Compiling hkdf v0.12.4
21282026-03-17T02:15:27.145Z Compiling crypto-bigint v0.5.5
21292026-03-17T02:15:27.262Z Compiling enum-as-inner v0.6.1
21302026-03-17T02:15:27.287Z Compiling clap_derive v4.5.55
21312026-03-17T02:15:27.290Z Compiling serde_repr v0.1.20
21322026-03-17T02:15:27.339Z Compiling vergen v9.0.6
21332026-03-17T02:15:27.407Z Compiling managed v0.8.0
21342026-03-17T02:15:27.460Z Compiling clap_lex v1.0.0
21352026-03-17T02:15:27.528Z Compiling foldhash v0.1.5
21362026-03-17T02:15:27.708Z Compiling bumpalo v3.20.2
21372026-03-17T02:15:27.753Z Compiling bitflags v1.3.2
21382026-03-17T02:15:27.862Z Compiling libbz2-rs-sys v0.2.2
21392026-03-17T02:15:27.964Z Compiling unicode-width v0.2.0
21402026-03-17T02:15:28.009Z Compiling zopfli v0.8.3
21412026-03-17T02:15:28.038Z Compiling hashbrown v0.15.5
21422026-03-17T02:15:28.328Z Compiling flate2 v1.1.9
21432026-03-17T02:15:28.351Z Compiling console v0.16.2
21442026-03-17T02:15:28.375Z Compiling clap_builder v4.5.60
21452026-03-17T02:15:28.632Z Compiling elliptic-curve v0.13.8
21462026-03-17T02:15:28.655Z Compiling bzip2 v0.6.1
21472026-03-17T02:15:28.713Z Compiling cargo_metadata v0.19.2
21482026-03-17T02:15:28.932Z Compiling phf v0.13.1
21492026-03-17T02:15:29.037Z Compiling hyper-tls v0.6.0
21502026-03-17T02:15:29.105Z Compiling daft v0.1.5
21512026-03-17T02:15:29.157Z Compiling signal-hook-mio v0.2.5
21522026-03-17T02:15:29.188Z Compiling rayon v1.11.0
21532026-03-17T02:15:29.323Z Compiling cookie_store v0.22.1
21542026-03-17T02:15:29.346Z Compiling postgres-types v0.2.12
21552026-03-17T02:15:29.470Z Compiling zstd v0.13.3
21562026-03-17T02:15:29.493Z Compiling bzip2 v0.4.4
21572026-03-17T02:15:29.496Z Compiling strum v0.27.2
21582026-03-17T02:15:29.836Z Compiling hubpack v0.1.2
21592026-03-17T02:15:29.917Z Compiling ed25519 v2.2.3
21602026-03-17T02:15:30.047Z Compiling phf_shared v0.11.3
21612026-03-17T02:15:30.270Z Compiling pkcs1 v0.7.5
21622026-03-17T02:15:30.328Z Compiling hex v0.4.3
21632026-03-17T02:15:30.352Z Compiling serde-big-array v0.5.1
21642026-03-17T02:15:30.530Z Compiling rfc6979 v0.4.0
21652026-03-17T02:15:30.554Z Compiling bstr v1.12.1
21662026-03-17T02:15:30.752Z Compiling itertools v0.12.1
21672026-03-17T02:15:30.797Z Compiling float-cmp v0.10.0
21682026-03-17T02:15:30.827Z Compiling memmap2 v0.9.10
21692026-03-17T02:15:30.850Z Compiling env_filter v1.0.0
21702026-03-17T02:15:31.001Z Compiling encoding_rs v0.8.35
21712026-03-17T02:15:31.128Z Compiling precomputed-hash v0.1.1
21722026-03-17T02:15:31.239Z Compiling toml_write v0.1.2
21732026-03-17T02:15:31.262Z Compiling rustc-hash v2.1.1
21742026-03-17T02:15:31.359Z Compiling keccak v0.1.6
21752026-03-17T02:15:31.399Z Compiling whoami v2.1.0
21762026-03-17T02:15:31.443Z Compiling difflib v0.4.0
21772026-03-17T02:15:31.479Z Compiling normalize-line-endings v0.3.0
21782026-03-17T02:15:31.522Z Compiling fixedbitset v0.4.2
21792026-03-17T02:15:31.596Z Compiling jiff v0.2.21
21802026-03-17T02:15:31.621Z Compiling new_debug_unreachable v1.0.6
21812026-03-17T02:15:31.645Z Compiling fixedbitset v0.5.7
21822026-03-17T02:15:31.708Z Compiling predicates-core v1.0.10
21832026-03-17T02:15:31.809Z Compiling data-encoding v2.10.0
21842026-03-17T02:15:31.865Z Compiling static_assertions v1.1.0
21852026-03-17T02:15:31.938Z Compiling unit-prefix v0.5.2
21862026-03-17T02:15:31.961Z Compiling mime v0.3.17
21872026-03-17T02:15:31.985Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-17T02:15:32.043Z Compiling petgraph v0.8.3
21892026-03-17T02:15:32.081Z Compiling predicates v3.1.4
21902026-03-17T02:15:32.152Z Compiling indicatif v0.18.4
21912026-03-17T02:15:32.174Z Compiling petgraph v0.6.5
21922026-03-17T02:15:32.178Z Compiling string_cache v0.8.9
21932026-03-17T02:15:32.468Z Compiling zone v0.3.1
21942026-03-17T02:15:32.489Z Compiling hickory-proto v0.25.2
21952026-03-17T02:15:32.850Z Compiling tokio-postgres v0.7.16
21962026-03-17T02:15:32.889Z Compiling sha3 v0.10.8
21972026-03-17T02:15:33.168Z Compiling toml_edit v0.22.27
21982026-03-17T02:15:33.263Z Compiling iddqd v0.3.17
21992026-03-17T02:15:33.332Z Compiling similar v2.7.0
22002026-03-17T02:15:34.195Z Compiling env_logger v0.11.9
22012026-03-17T02:15:34.340Z Compiling usdt v0.6.0
22022026-03-17T02:15:34.757Z Compiling ecdsa v0.16.9
22032026-03-17T02:15:35.013Z Compiling serde_with v3.17.0
22042026-03-17T02:15:35.186Z Compiling zip v4.6.1
22052026-03-17T02:15:35.306Z Compiling rsa v0.9.10
22062026-03-17T02:15:35.615Z Compiling clap v4.5.60
22072026-03-17T02:15:35.893Z Compiling ed25519-dalek v2.2.0
22082026-03-17T02:15:36.197Z Compiling crossterm v0.28.1
22092026-03-17T02:15:36.832Z Compiling zip v0.6.6
22102026-03-17T02:15:36.857Z Compiling strum v0.26.3
22112026-03-17T02:15:36.891Z Compiling toml v0.7.8
22122026-03-17T02:15:36.995Z Compiling tokio-stream v0.1.18
22132026-03-17T02:15:37.046Z Compiling buf-list v1.1.2
22142026-03-17T02:15:37.560Z Compiling x509-cert v0.2.5
22152026-03-17T02:15:37.586Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-17T02:15:37.675Z Compiling openapiv3 v2.2.0
22172026-03-17T02:15:37.679Z Compiling sha1 v0.10.6
22182026-03-17T02:15:37.866Z Compiling itertools v0.13.0
22192026-03-17T02:15:38.005Z Compiling peg-runtime v0.8.5
22202026-03-17T02:15:38.080Z Compiling lalrpop-util v0.19.12
22212026-03-17T02:15:53.801Z Compiling macaddr v1.0.1
22222026-03-17T02:15:54.072Z Compiling structmeta-derive v0.3.0
22232026-03-17T02:15:54.174Z Compiling itertools v0.14.0
22242026-03-17T02:15:55.224Z Compiling heapless v0.8.0
22252026-03-17T02:15:55.870Z Compiling ingot-macros v0.1.1
22262026-03-17T02:15:56.259Z Compiling structmeta v0.3.0
22272026-03-17T02:15:59.514Z Compiling rustls-webpki v0.103.9
22282026-03-17T02:16:00.835Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-17T02:16:02.200Z Compiling hash32 v0.3.1
22302026-03-17T02:16:02.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-17T02:16:02.612Z Compiling smoltcp v0.11.0
22322026-03-17T02:16:02.737Z Compiling proc-macro-crate v3.4.0
22332026-03-17T02:16:02.770Z Compiling ingot-types v0.1.2
22342026-03-17T02:16:02.995Z Compiling cobs v0.3.0
22352026-03-17T02:16:03.068Z Compiling rustls v0.22.4
22362026-03-17T02:16:03.247Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-17T02:16:03.328Z Compiling ingot v0.1.1
22382026-03-17T02:16:03.350Z Compiling num_enum_derive v0.7.5
22392026-03-17T02:16:03.422Z Compiling postcard v1.1.3
22402026-03-17T02:16:03.443Z Compiling proc-macro-crate v1.3.1
22412026-03-17T02:16:03.646Z Compiling rustls-webpki v0.102.8
22422026-03-17T02:16:03.948Z Compiling futures-executor v0.3.32
22432026-03-17T02:16:03.985Z Compiling foreign-types-macros v0.2.3
22442026-03-17T02:16:04.055Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-17T02:16:04.268Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-17T02:16:04.543Z Compiling tokio-rustls v0.26.4
22472026-03-17T02:16:04.570Z Compiling rustls-platform-verifier v0.6.2
22482026-03-17T02:16:04.612Z Compiling multer v3.1.0
22492026-03-17T02:16:04.634Z Compiling thread_local v1.1.9
22502026-03-17T02:16:04.661Z Compiling cpufeatures v0.3.0
22512026-03-17T02:16:04.754Z Compiling typeid v1.0.3
22522026-03-17T02:16:04.780Z Compiling foreign-types-shared v0.3.1
22532026-03-17T02:16:04.836Z Compiling slog-async v2.8.0
22542026-03-17T02:16:04.860Z Compiling match_cfg v0.1.0
22552026-03-17T02:16:04.914Z Compiling hyper-rustls v0.27.7
22562026-03-17T02:16:04.936Z Compiling foreign-types v0.5.0
22572026-03-17T02:16:04.959Z Compiling chacha20 v0.10.0
22582026-03-17T02:16:04.983Z Compiling hostname v0.3.1
22592026-03-17T02:16:05.056Z Compiling num_enum v0.7.5
22602026-03-17T02:16:05.199Z Compiling futures v0.3.32
22612026-03-17T02:16:05.248Z Compiling reqwest v0.12.28
22622026-03-17T02:16:05.251Z Compiling reqwest v0.13.2
22632026-03-17T02:16:05.299Z Compiling num_enum_derive v0.5.11
22642026-03-17T02:16:05.376Z Compiling derive-ex v0.1.8
22652026-03-17T02:16:05.491Z Compiling tabwriter v1.4.1
22662026-03-17T02:16:05.525Z Compiling slog-json v2.6.1
22672026-03-17T02:16:05.885Z Compiling crossbeam-channel v0.5.15
22682026-03-17T02:16:05.967Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-17T02:16:05.991Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-17T02:16:06.488Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-17T02:16:06.514Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-17T02:16:06.561Z Compiling async-stream-impl v0.3.6
22732026-03-17T02:16:06.583Z Compiling serde_spanned v1.0.4
22742026-03-17T02:16:06.818Z Compiling is-terminal v0.4.17
22752026-03-17T02:16:06.855Z Compiling cstr-argument v0.1.2
22762026-03-17T02:16:06.970Z Compiling dropshot v0.16.7
22772026-03-17T02:16:07.038Z Compiling crucible-workspace-hack v0.1.0
22782026-03-17T02:16:07.065Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-17T02:16:07.092Z Compiling take_mut v0.2.2
22802026-03-17T02:16:07.096Z Compiling term v1.2.1
22812026-03-17T02:16:07.163Z Compiling erased-serde v0.4.9
22822026-03-17T02:16:07.242Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22832026-03-17T02:16:07.325Z Compiling async-stream v0.3.6
22842026-03-17T02:16:07.349Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-17T02:16:07.555Z Compiling test-strategy v0.4.5
22862026-03-17T02:16:07.577Z Compiling slog-term v2.9.2
22872026-03-17T02:16:07.604Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882026-03-17T02:16:07.607Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892026-03-17T02:16:07.776Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-17T02:16:07.811Z Compiling num_enum v0.5.11
22912026-03-17T02:16:07.956Z Compiling slog-bunyan v2.5.0
22922026-03-17T02:16:07.986Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-17T02:16:08.209Z Compiling tokio-rustls v0.25.0
22942026-03-17T02:16:08.233Z Compiling rand v0.10.0
22952026-03-17T02:16:08.415Z Compiling parse-display-derive v0.10.0
22962026-03-17T02:16:08.437Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-17T02:16:08.543Z Compiling backon v1.6.0
22982026-03-17T02:16:08.565Z Compiling waitgroup v0.1.2
22992026-03-17T02:16:08.753Z Compiling newtype-uuid-macros v0.1.0
23002026-03-17T02:16:08.781Z Compiling dropshot_endpoint v0.16.7
23012026-03-17T02:16:08.899Z Compiling rustls-pemfile v2.2.0
23022026-03-17T02:16:09.013Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-17T02:16:09.183Z Compiling serde_path_to_error v0.1.20
23042026-03-17T02:16:09.275Z Compiling hostname v0.4.2
23052026-03-17T02:16:09.313Z Compiling instant v0.1.13
23062026-03-17T02:16:09.355Z Compiling debug-ignore v1.0.5
23072026-03-17T02:16:09.381Z Compiling colored v3.1.1
23082026-03-17T02:16:09.407Z Compiling libefi-sys v0.1.0
23092026-03-17T02:16:09.480Z Compiling backoff v0.4.0
23102026-03-17T02:16:09.527Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-17T02:16:09.714Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-17T02:16:09.737Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-17T02:16:09.797Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-03-17T02:16:09.935Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23152026-03-17T02:16:10.086Z Compiling camino-tempfile v1.4.1
23162026-03-17T02:16:10.209Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23172026-03-17T02:16:10.271Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-17T02:16:10.412Z Compiling usdt-attr-macro v0.5.0
23192026-03-17T02:16:10.437Z Compiling parse-display v0.10.0
23202026-03-17T02:16:10.464Z Compiling usdt-macro v0.5.0
23212026-03-17T02:16:10.618Z Compiling secrecy v0.10.3
23222026-03-17T02:16:10.652Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-03-17T02:16:10.852Z Compiling bitfield-struct v0.6.2
23242026-03-17T02:16:11.171Z Compiling num-derive v0.4.2
23252026-03-17T02:16:11.390Z Compiling regress v0.10.5
23262026-03-17T02:16:11.414Z Compiling ordered-float v2.10.1
23272026-03-17T02:16:11.438Z Compiling blake3 v1.8.3
23282026-03-17T02:16:11.594Z Compiling memmap v0.7.0
23292026-03-17T02:16:11.690Z Compiling sigpipe v0.1.3
23302026-03-17T02:16:11.826Z Compiling glob v0.3.3
23312026-03-17T02:16:11.850Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-17T02:16:11.941Z Compiling serde-value v0.7.0
23332026-03-17T02:16:12.158Z Compiling usdt v0.5.0
23342026-03-17T02:16:12.187Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-17T02:16:12.334Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-17T02:16:12.384Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23372026-03-17T02:16:12.450Z Compiling serde-untagged v0.1.9
23382026-03-17T02:16:12.522Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-17T02:16:12.742Z Compiling toml v0.8.23
23402026-03-17T02:16:12.874Z Compiling smf v0.2.3
23412026-03-17T02:16:12.914Z Compiling filetime v0.2.27
23422026-03-17T02:16:12.937Z Compiling xattr v1.6.1
23432026-03-17T02:16:12.960Z Compiling constant_time_eq v0.4.2
23442026-03-17T02:16:12.981Z Compiling unicode-xid v0.2.6
23452026-03-17T02:16:13.028Z Compiling arrayvec v0.7.6
23462026-03-17T02:16:13.181Z Compiling same-file v1.0.6
23472026-03-17T02:16:13.207Z Compiling whoami v1.6.1
23482026-03-17T02:16:13.207Z Compiling arrayref v0.3.9
23492026-03-17T02:16:13.257Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-17T02:16:13.280Z Compiling tar v0.4.44
23512026-03-17T02:16:13.346Z Compiling walkdir v2.5.0
23522026-03-17T02:16:13.369Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-17T02:16:13.393Z Compiling cargo-util-schemas v0.8.2
23542026-03-17T02:16:13.424Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23552026-03-17T02:16:13.741Z Compiling tokio-dtrace v0.1.1
23562026-03-17T02:16:13.830Z Compiling gethostname v0.5.0
23572026-03-17T02:16:14.016Z Compiling cargo-platform v0.2.0
23582026-03-17T02:16:14.176Z Compiling topological-sort v0.2.2
23592026-03-17T02:16:14.199Z Compiling oxide-tokio-rt v0.1.3
23602026-03-17T02:16:14.231Z Compiling shell-words v1.1.1
23612026-03-17T02:16:14.268Z Compiling indent_write v2.2.0
23622026-03-17T02:16:14.329Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23632026-03-17T02:16:14.944Z Compiling cargo_metadata v0.21.0
23642026-03-17T02:16:26.182Z Compiling progenitor-client v0.13.0
23652026-03-17T02:16:26.242Z Compiling progenitor-client v0.10.0
23662026-03-17T02:16:26.242Z Compiling omicron-zone-package v0.12.2
23672026-03-17T02:16:26.341Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-17T02:16:26.341Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-17T02:16:26.346Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-17T02:16:26.346Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-17T02:16:26.567Z Compiling progenitor-extras v0.1.1
23722026-03-17T02:16:26.850Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-17T02:16:36.383Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-17T02:16:37.630Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-17T02:16:45.890Z Finished `release` profile [optimized] target(s) in 1m 54s
23762026-03-17T02:16:46.082Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-17T02:16:46.158ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-17T02:16:46.161ZCreated new build target 'test' and set it as active
23792026-03-17T02:16:46.164Z
23802026-03-17T02:16:46.164Zreal 1:54.313672900
23812026-03-17T02:16:46.164Zuser 20:12.814145848
23822026-03-17T02:16:46.164Zsys 3:04.738498664
23832026-03-17T02:16:46.164Ztrap 0.524316683
23842026-03-17T02:16:46.164Ztflt 2.974008478
23852026-03-17T02:16:46.164Zdflt 4.006843238
23862026-03-17T02:16:46.164Zkflt 0.000729997
23872026-03-17T02:16:46.164Zlock 1:04:17.750385747
23882026-03-17T02:16:46.164Zslp 51:29.094877258
23892026-03-17T02:16:46.164Zlat 46.254043479
23902026-03-17T02:16:46.164Zstop 7:52.891377285
23912026-03-17T02:16:46.164Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-17T02:16:47.354Z Finished `release` profile [optimized] target(s) in 1.17s
23932026-03-17T02:16:47.423Z Running `target/release/omicron-package -t test package`
23942026-03-17T02:16:47.490ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-17T02:16:49.390Z Compiling regress v0.10.5
23962026-03-17T02:16:49.390Z Compiling heck v0.5.0
23972026-03-17T02:16:49.402Z Compiling unsafe-libyaml v0.2.11
23982026-03-17T02:16:49.647Z Compiling convert_case v0.4.0
23992026-03-17T02:16:49.703Z Compiling half v2.7.1
24002026-03-17T02:16:49.706Z Compiling ciborium-io v0.2.2
24012026-03-17T02:16:49.763Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-03-17T02:16:49.763Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24032026-03-17T02:16:49.820Z Compiling prettyplease v0.2.37
24042026-03-17T02:16:49.851Z Compiling typify-impl v0.6.1
24052026-03-17T02:16:49.883Z Compiling universal-hash v0.5.1
24062026-03-17T02:16:49.886Z Compiling thiserror-impl-no-std v2.0.2
24072026-03-17T02:16:49.886Z Compiling opaque-debug v0.3.1
24082026-03-17T02:16:49.886Z Compiling unicode-width v0.1.14
24092026-03-17T02:16:50.003Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-17T02:16:50.036Z Compiling chacha20 v0.9.1
24112026-03-17T02:16:50.039Z Compiling password-hash v0.5.0
24122026-03-17T02:16:50.102Z Compiling ciborium-ll v0.2.2
24132026-03-17T02:16:50.106Z Compiling poly1305 v0.8.0
24142026-03-17T02:16:50.106Z Compiling derive_more v0.99.20
24152026-03-17T02:16:50.169Z Compiling blake2 v0.10.6
24162026-03-17T02:16:50.204Z Compiling aead v0.5.2
24172026-03-17T02:16:50.379Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-17T02:16:50.411Z Compiling ciborium v0.2.2
24192026-03-17T02:16:50.445Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24202026-03-17T02:16:50.477Z Compiling is-terminal v0.4.17
24212026-03-17T02:16:50.513Z Compiling swrite v0.1.0
24222026-03-17T02:16:50.547Z Compiling argon2 v0.5.3
24232026-03-17T02:16:50.641Z Compiling chacha20poly1305 v0.10.1
24242026-03-17T02:16:50.692Z Compiling serde_spanned v1.0.4
24252026-03-17T02:16:50.860Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-17T02:16:50.939Z Compiling bytecount v0.6.9
24272026-03-17T02:16:50.985Z Compiling rustls v0.22.4
24282026-03-17T02:16:51.013Z Compiling rustls-webpki v0.102.8
24292026-03-17T02:16:51.054Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-17T02:16:51.180Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-17T02:16:51.217Z Compiling derive-where v1.6.0
24322026-03-17T02:16:51.220Z Compiling thread_local v1.1.9
24332026-03-17T02:16:51.304Z Compiling match_cfg v0.1.0
24342026-03-17T02:16:51.344Z Compiling thiserror-no-std v2.0.2
24352026-03-17T02:16:51.430Z Compiling hostname v0.3.1
24362026-03-17T02:16:51.510Z Compiling vsss-rs v3.3.4
24372026-03-17T02:16:51.575Z Compiling multer v3.1.0
24382026-03-17T02:16:51.635Z Compiling slog-async v2.8.0
24392026-03-17T02:16:51.667Z Compiling slog-json v2.6.1
24402026-03-17T02:16:51.746Z Compiling crossbeam-channel v0.5.15
24412026-03-17T02:16:51.829Z Compiling futures-executor v0.3.32
24422026-03-17T02:16:51.891Z Compiling take_mut v0.2.2
24432026-03-17T02:16:51.963Z Compiling term v1.2.1
24442026-03-17T02:16:51.993Z Compiling slog-bunyan v2.5.0
24452026-03-17T02:16:52.066Z Compiling futures v0.3.32
24462026-03-17T02:16:52.200Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-17T02:16:52.233Z Compiling dropshot v0.16.7
24482026-03-17T02:16:52.323Z Compiling async-stream v0.3.6
24492026-03-17T02:16:52.372Z Compiling slog-term v2.9.2
24502026-03-17T02:16:52.405Z Compiling progenitor-client v0.13.0
24512026-03-17T02:16:52.438Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-17T02:16:52.565Z Compiling waitgroup v0.1.2
24532026-03-17T02:16:52.662Z Compiling backon v1.6.0
24542026-03-17T02:16:52.701Z Compiling rustls-pemfile v2.2.0
24552026-03-17T02:16:52.734Z Compiling serde_path_to_error v0.1.20
24562026-03-17T02:16:52.767Z Compiling hostname v0.4.2
24572026-03-17T02:16:52.816Z Compiling instant v0.1.13
24582026-03-17T02:16:52.851Z Compiling debug-ignore v1.0.5
24592026-03-17T02:16:52.854Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-17T02:16:52.921Z Compiling progenitor-extras v0.1.1
24612026-03-17T02:16:52.960Z Compiling backoff v0.4.0
24622026-03-17T02:16:52.963Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-03-17T02:16:53.028Z Compiling parse-display v0.10.0
24642026-03-17T02:16:53.031Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-17T02:16:53.031Z Compiling progenitor-client v0.10.0
24662026-03-17T02:16:53.031Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-03-17T02:16:53.155Z Compiling macaddr v1.0.1
24682026-03-17T02:16:53.220Z Compiling console v0.15.11
24692026-03-17T02:16:53.255Z Compiling newline-converter v0.3.0
24702026-03-17T02:16:53.259Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-03-17T02:16:53.323Z Compiling atomicwrites v0.4.4
24722026-03-17T02:16:53.359Z Compiling num-rational v0.4.2
24732026-03-17T02:16:53.460Z Compiling num-complex v0.4.6
24742026-03-17T02:16:53.497Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-17T02:16:53.600Z Compiling slog-dtrace v0.3.0
24762026-03-17T02:16:53.722Z Compiling async-recursion v1.1.1
24772026-03-17T02:16:53.753Z Compiling expectorate v1.2.0
24782026-03-17T02:16:53.847Z Compiling owo-colors v4.3.0
24792026-03-17T02:16:53.976Z Compiling float-ord v0.3.2
24802026-03-17T02:16:54.058Z Compiling num v0.4.3
24812026-03-17T02:16:54.157Z Compiling tokio-rustls v0.25.0
24822026-03-17T02:16:54.191Z Compiling cancel-safe-futures v0.1.5
24832026-03-17T02:16:54.263Z Compiling libsw-core v0.3.2
24842026-03-17T02:16:54.266Z Compiling resolv-conf v0.7.6
24852026-03-17T02:16:54.390Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-03-17T02:16:54.492Z Compiling libsw v3.5.0
24872026-03-17T02:16:54.599Z Compiling toml v0.8.23
24882026-03-17T02:16:54.661Z Compiling linear-map v1.2.0
24892026-03-17T02:16:54.764Z Compiling minimal-lexical v0.2.1
24902026-03-17T02:16:54.801Z Compiling linked-hash-map v0.5.6
24912026-03-17T02:16:54.982Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-03-17T02:16:55.106Z Compiling nom v7.1.3
24932026-03-17T02:16:55.141Z Compiling lru-cache v0.1.2
24942026-03-17T02:16:55.144Z Compiling unicode-xid v0.2.6
24952026-03-17T02:16:55.210Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-17T02:16:55.210Z Compiling globset v0.4.18
24972026-03-17T02:16:55.360Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-17T02:16:55.390Z Compiling hickory-proto v0.24.4
24992026-03-17T02:16:55.450Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-03-17T02:16:55.723Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-03-17T02:16:55.915Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-03-17T02:16:56.774Z Compiling typify-macro v0.6.1
25032026-03-17T02:16:57.029Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-17T02:16:57.082Z Compiling convert_case v0.10.0
25052026-03-17T02:16:57.482Z Compiling derive_more-impl v2.1.1
25062026-03-17T02:16:58.489Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-17T02:16:58.526Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-17T02:16:58.662Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-03-17T02:16:58.740Z Compiling pin-project-internal v1.1.11
25102026-03-17T02:16:58.818Z Compiling typify v0.6.1
25112026-03-17T02:16:59.007Z Compiling progenitor-impl v0.13.0
25122026-03-17T02:16:59.087Z Compiling hickory-resolver v0.24.4
25132026-03-17T02:16:59.847Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-17T02:17:00.107Z Compiling derive_more v2.1.1
25152026-03-17T02:17:00.178Z Compiling pin-project v1.1.11
25162026-03-17T02:17:00.263Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-17T02:17:00.372Z Compiling pem v3.0.6
25182026-03-17T02:17:00.463Z Compiling snafu-derive v0.8.9
25192026-03-17T02:17:00.954Z Compiling qorb v0.4.1
25202026-03-17T02:17:01.280Z Compiling termtree v0.5.1
25212026-03-17T02:17:01.547Z Compiling crossterm v0.29.0
25222026-03-17T02:17:01.844Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-03-17T02:17:02.082Z Compiling progenitor-macro v0.13.0
25242026-03-17T02:17:02.811Z Compiling snafu v0.8.9
25252026-03-17T02:17:03.101Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-03-17T02:17:03.565Z Compiling phf_shared v0.12.1
25272026-03-17T02:17:03.931Z Compiling olpc-cjson v0.1.4
25282026-03-17T02:17:04.224Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-03-17T02:17:04.600Z Compiling serde_plain v1.0.2
25302026-03-17T02:17:04.970Z Compiling csv-core v0.1.13
25312026-03-17T02:17:05.020Z Compiling vte v0.14.1
25322026-03-17T02:17:05.357Z Compiling typed-path v0.9.3
25332026-03-17T02:17:05.530Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-17T02:17:06.082Z Compiling highway v1.3.0
25352026-03-17T02:17:06.139Z Compiling chrono-tz v0.10.4
25362026-03-17T02:17:06.451Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-17T02:17:06.626Z Compiling csv v1.4.0
25382026-03-17T02:17:06.901Z Compiling tough v0.20.0
25392026-03-17T02:17:07.036Z Compiling strip-ansi-escapes v0.2.1
25402026-03-17T02:17:07.419Z Compiling phf v0.12.1
25412026-03-17T02:17:07.497Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-03-17T02:17:07.691Z Compiling const_format_proc_macros v0.2.34
25432026-03-17T02:17:07.787Z Compiling papergrid v0.11.0
25442026-03-17T02:17:07.948Z Compiling fd-lock v4.0.4
25452026-03-17T02:17:08.117Z Compiling progenitor v0.13.0
25462026-03-17T02:17:08.147Z Compiling peg-macros v0.8.5
25472026-03-17T02:17:08.179Z Compiling tabled_derive v0.7.0
25482026-03-17T02:17:08.726Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-03-17T02:17:08.968Z Compiling nu-ansi-term v0.50.3
25502026-03-17T02:17:09.425Z Compiling tabled v0.15.0
25512026-03-17T02:17:09.568Z Compiling reedline v0.40.0
25522026-03-17T02:17:09.673Z Compiling const_format v0.2.35
25532026-03-17T02:17:09.861Z Compiling peg v0.8.5
25542026-03-17T02:17:09.994Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-03-17T02:17:10.138Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-03-17T02:17:10.338Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25572026-03-17T02:17:11.883Z Compiling bcs v0.1.6
25582026-03-17T02:17:12.409Z Compiling semver v0.1.20
25592026-03-17T02:17:12.441Z Compiling base64 v0.21.7
25602026-03-17T02:17:12.808Z Compiling rustc_version v0.1.7
25612026-03-17T02:17:13.108Z Compiling newtype_derive v0.1.6
25622026-03-17T02:17:13.172Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-03-17T02:17:13.394Z Compiling typify-impl v0.4.3
25642026-03-17T02:17:13.488Z Compiling humantime v2.3.0
25652026-03-17T02:17:13.688Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-17T02:17:14.056Z Compiling smawk v0.3.2
25672026-03-17T02:17:14.090Z Compiling unicode-linebreak v0.1.5
25682026-03-17T02:17:14.283Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-17T02:17:14.315Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-17T02:17:14.318Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-17T02:17:14.490Z Compiling textwrap v0.16.2
25722026-03-17T02:17:14.677Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-17T02:17:14.925Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-03-17T02:17:15.078Z Compiling steno v0.4.1
25752026-03-17T02:17:16.558Z Compiling utf-8 v0.7.6
25762026-03-17T02:17:16.648Z Compiling tagptr v0.2.0
25772026-03-17T02:17:16.858Z Compiling moka v0.12.13
25782026-03-17T02:17:16.894Z Compiling tungstenite v0.21.0
25792026-03-17T02:17:17.433Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-03-17T02:17:17.642Z Compiling radium v0.7.0
25812026-03-17T02:17:17.998Z Compiling tokio-tungstenite v0.21.0
25822026-03-17T02:17:18.486Z Compiling hickory-resolver v0.25.2
25832026-03-17T02:17:18.551Z Compiling typify-macro v0.4.3
25842026-03-17T02:17:18.595Z Compiling maybe-uninit v2.0.0
25852026-03-17T02:17:18.960Z Compiling tap v1.0.1
25862026-03-17T02:17:19.136Z Compiling wyz v0.5.1
25872026-03-17T02:17:19.462Z Compiling zerocopy-derive v0.6.6
25882026-03-17T02:17:19.525Z Compiling crc-catalog v2.4.0
25892026-03-17T02:17:19.577Z Compiling packed_struct v0.10.1
25902026-03-17T02:17:19.693Z Compiling display-error-chain v0.2.2
25912026-03-17T02:17:19.797Z Compiling funty v2.0.0
25922026-03-17T02:17:19.913Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-03-17T02:17:19.996Z Compiling crc v3.4.0
25942026-03-17T02:17:20.425Z Compiling bitvec v1.0.1
25952026-03-17T02:17:20.518Z Compiling zerocopy v0.6.6
25962026-03-17T02:17:20.576Z Compiling typify v0.4.3
25972026-03-17T02:17:20.745Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-17T02:17:21.086Z Compiling progenitor-impl v0.10.0
25992026-03-17T02:17:22.976Z Compiling packed_struct_codegen v0.10.1
26002026-03-17T02:17:23.089Z Compiling bitfield-macros v0.19.4
26012026-03-17T02:17:23.910Z Compiling indexmap v1.9.3
26022026-03-17T02:17:24.010Z Compiling nodrop v0.1.14
26032026-03-17T02:17:24.116Z Compiling progenitor-macro v0.10.0
26042026-03-17T02:17:24.185Z Compiling array-init v0.0.4
26052026-03-17T02:17:24.255Z Compiling bitfield v0.19.4
26062026-03-17T02:17:24.470Z Compiling smallvec v0.6.14
26072026-03-17T02:17:24.707Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-03-17T02:17:24.766Z Compiling num-derive v0.3.3
26092026-03-17T02:17:24.817Z Compiling proc-macro-error-attr2 v2.0.0
26102026-03-17T02:17:25.330Z Compiling hashbrown v0.12.3
26112026-03-17T02:17:25.911Z Compiling libscf-sys v1.1.0
26122026-03-17T02:17:26.167Z Compiling proc-macro-error2 v2.0.1
26132026-03-17T02:17:26.267Z Compiling serde-hex v0.1.0
26142026-03-17T02:17:26.371Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-17T02:17:26.517Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-03-17T02:17:26.649Z Compiling ron v0.8.1
26172026-03-17T02:17:26.822Z Compiling hashbrown v0.13.2
26182026-03-17T02:17:26.858Z Compiling vergen-gitcl v1.0.8
26192026-03-17T02:17:26.896Z Compiling dirs-sys-next v0.1.2
26202026-03-17T02:17:27.134Z Compiling glob v0.3.3
26212026-03-17T02:17:27.246Z Compiling crc-any v2.5.0
26222026-03-17T02:17:27.623Z Compiling crunchy v0.2.4
26232026-03-17T02:17:27.653Z Compiling maplit v1.0.2
26242026-03-17T02:17:27.806Z Compiling diesel_derives v2.3.7
26252026-03-17T02:17:27.836Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-17T02:17:28.038Z Compiling clang-sys v1.8.1
26272026-03-17T02:17:28.114Z Compiling object v0.30.4
26282026-03-17T02:17:28.200Z Compiling dirs-next v2.0.0
26292026-03-17T02:17:28.272Z Compiling tabled_derive v0.11.0
26302026-03-17T02:17:28.391Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-17T02:17:28.530Z Compiling papergrid v0.17.0
26322026-03-17T02:17:28.700Z Compiling testing_table v0.3.0
26332026-03-17T02:17:29.158Z Compiling dsl_auto_type v0.2.0
26342026-03-17T02:17:29.203Z Compiling scheduled-thread-pool v0.2.7
26352026-03-17T02:17:29.243Z Compiling diesel_table_macro_syntax v0.3.0
26362026-03-17T02:17:29.276Z Compiling path-slash v0.1.5
26372026-03-17T02:17:29.517Z Compiling tiny-keccak v2.0.2
26382026-03-17T02:17:29.548Z Compiling r2d2 v0.8.10
26392026-03-17T02:17:29.742Z Compiling term v0.7.0
26402026-03-17T02:17:29.956Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-17T02:17:29.959Z Compiling arc-swap v1.8.2
26422026-03-17T02:17:30.031Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-17T02:17:30.138Z Compiling progenitor v0.10.0
26442026-03-17T02:17:30.184Z Compiling tabled v0.20.0
26452026-03-17T02:17:30.323Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26462026-03-17T02:17:30.373Z Compiling xshell-macros v0.2.7
26472026-03-17T02:17:30.430Z Compiling downcast-rs v2.0.2
26482026-03-17T02:17:30.476Z Compiling bit-vec v0.6.3
26492026-03-17T02:17:30.480Z Compiling slog-scope v4.4.1
26502026-03-17T02:17:30.693Z Compiling ascii-canvas v3.0.0
26512026-03-17T02:17:30.778Z Compiling bit-set v0.5.3
26522026-03-17T02:17:30.878Z Compiling xshell v0.2.7
26532026-03-17T02:17:31.052Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-17T02:17:31.087Z Compiling itertools v0.10.5
26552026-03-17T02:17:31.360Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-17T02:17:31.654Z Compiling ena v0.14.4
26572026-03-17T02:17:31.860Z Compiling libloading v0.8.9
26582026-03-17T02:17:31.973Z Compiling bindgen v0.71.1
26592026-03-17T02:17:32.157Z Compiling unicase v2.9.0
26602026-03-17T02:17:32.335Z Compiling diff v0.1.13
26612026-03-17T02:17:32.560Z Compiling regex-syntax v0.6.29
26622026-03-17T02:17:32.668Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-17T02:17:32.701Z Compiling slog-stdlog v4.1.1
26642026-03-17T02:17:33.286Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26652026-03-17T02:17:34.169Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26662026-03-17T02:17:34.613Z Compiling lalrpop v0.19.12
26672026-03-17T02:17:35.597Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-17T02:17:35.837Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-17T02:17:36.606Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-03-17T02:17:36.636Z Compiling diesel v2.3.7
26712026-03-17T02:17:36.978Z Compiling cexpr v0.6.0
26722026-03-17T02:17:37.256Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-03-17T02:17:37.259Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-03-17T02:17:37.318Z Compiling crc8 v0.1.1
26752026-03-17T02:17:37.547Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-17T02:17:37.628Z Compiling slog-envlogger v2.2.0
26772026-03-17T02:17:37.850Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-17T02:17:38.517Z Compiling headers-core v0.3.0
26792026-03-17T02:17:38.578Z Compiling libxml v0.3.3
26802026-03-17T02:17:38.720Z Compiling headers v0.4.1
26812026-03-17T02:17:39.099Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-17T02:17:39.144Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-17T02:17:39.418Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-17T02:17:39.994Z Compiling strum_macros v0.24.3
26852026-03-17T02:17:40.516Z Compiling indoc v1.0.9
26862026-03-17T02:17:40.884Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-17T02:17:41.086Z Compiling derive_builder v0.20.2
26882026-03-17T02:17:41.121Z Compiling oso-derive v0.27.3
26892026-03-17T02:17:41.175Z Compiling quick-xml v0.37.5
26902026-03-17T02:17:41.220Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-17T02:17:41.301Z Compiling openssl-probe v0.1.6
26922026-03-17T02:17:41.676Z Compiling half v1.8.3
26932026-03-17T02:17:41.740Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-17T02:17:41.784Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-17T02:17:41.813Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-17T02:17:42.260Z Compiling serde_cbor v0.11.2
26972026-03-17T02:17:42.698Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-17T02:17:42.983Z Compiling bb8 v0.8.6
26992026-03-17T02:17:43.031Z Compiling trait-variant v0.1.2
27002026-03-17T02:17:43.283Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-17T02:17:43.459Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-17T02:17:43.545Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-17T02:17:43.586Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-17T02:17:43.772Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-17T02:17:43.865Z Compiling fxhash v0.2.1
27062026-03-17T02:17:43.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-17T02:17:44.131Z Compiling kstat-rs v0.2.4
27082026-03-17T02:17:44.225Z Compiling samael v0.0.19
27092026-03-17T02:17:44.260Z Compiling libz-sys v1.1.24
27102026-03-17T02:17:44.293Z Compiling nonempty v0.12.0
27112026-03-17T02:17:44.596Z Compiling salty v0.3.0
27122026-03-17T02:17:44.699Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-03-17T02:17:44.901Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-17T02:17:45.059Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
27152026-03-17T02:17:45.134Z Compiling progenitor-impl v0.11.2
27162026-03-17T02:17:45.271Z Compiling darling_core v0.23.0
27172026-03-17T02:17:45.506Z Compiling nanorand v0.7.0
27182026-03-17T02:17:45.770Z Compiling polar-core v0.27.3
27192026-03-17T02:17:45.986Z Compiling fs-err v2.11.0
27202026-03-17T02:17:46.087Z Compiling parking_lot_core v0.8.6
27212026-03-17T02:17:46.634Z Compiling mime_guess v2.0.5
27222026-03-17T02:17:46.693Z Compiling flume v0.11.1
27232026-03-17T02:17:47.221Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
27242026-03-17T02:17:47.332Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-03-17T02:17:48.262Z Compiling progenitor-macro v0.11.2
27262026-03-17T02:17:48.510Z Compiling darling_macro v0.23.0
27272026-03-17T02:17:49.235Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-17T02:17:49.989Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27292026-03-17T02:17:50.494Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-17T02:17:51.737Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-17T02:17:51.955Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-17T02:17:52.724Z Compiling progenitor-client v0.11.2
27332026-03-17T02:17:53.681Z Compiling git-stub v1.0.0
27342026-03-17T02:17:54.027Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-17T02:17:54.123Z Compiling instability v0.3.11
27362026-03-17T02:17:54.475Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-17T02:17:56.142Z Compiling progenitor v0.11.2
27382026-03-17T02:17:56.379Z Compiling git-stub-vcs v0.1.0
27392026-03-17T02:17:56.444Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-03-17T02:17:56.897Z Compiling darling v0.23.0
27412026-03-17T02:17:57.041Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-03-17T02:17:59.756Z Compiling oso v0.27.3
27432026-03-17T02:18:00.528Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-03-17T02:18:00.558Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-17T02:18:00.775Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-03-17T02:18:01.776Z Compiling async-bb8-diesel v0.2.1
27472026-03-17T02:18:02.229Z Compiling diesel-dtrace v0.5.0
27482026-03-17T02:18:02.288Z Compiling ignore v0.4.25
27492026-03-17T02:18:02.625Z Compiling primeorder v0.13.6
27502026-03-17T02:18:03.110Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-17T02:18:04.365Z Compiling castaway v0.2.4
27522026-03-17T02:18:04.410Z Compiling nibble_vec v0.1.0
27532026-03-17T02:18:04.566Z Compiling atty v0.2.14
27542026-03-17T02:18:04.651Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-17T02:18:04.758Z Compiling parse-size v1.1.0
27562026-03-17T02:18:04.942Z Compiling http-range v0.1.5
27572026-03-17T02:18:04.983Z Compiling indoc v2.0.7
27582026-03-17T02:18:05.034Z Compiling endian-type v0.1.2
27592026-03-17T02:18:05.269Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-03-17T02:18:05.356Z Compiling radix_trie v0.2.1
27612026-03-17T02:18:05.672Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-17T02:18:05.724Z Compiling compact_str v0.8.1
27632026-03-17T02:18:05.937Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-03-17T02:18:06.534Z Compiling globwalk v0.9.1
27652026-03-17T02:18:07.230Z Compiling p384 v0.13.1
27662026-03-17T02:18:08.067Z Compiling parking_lot v0.11.2
27672026-03-17T02:18:08.691Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-03-17T02:18:09.139Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-03-17T02:18:09.211Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-03-17T02:18:09.355Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-17T02:18:09.488Z Compiling predicates-tree v1.0.13
27722026-03-17T02:18:09.716Z Compiling unicode-truncate v1.1.0
27732026-03-17T02:18:09.983Z Compiling lru v0.12.5
27742026-03-17T02:18:10.076Z Compiling prefix-trie v0.7.0
27752026-03-17T02:18:10.106Z Compiling vergen-git2 v1.0.7
27762026-03-17T02:18:10.266Z Compiling cassowary v0.3.0
27772026-03-17T02:18:10.472Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-03-17T02:18:10.761Z Compiling ratatui v0.29.0
27792026-03-17T02:18:11.572Z Compiling hickory-server v0.25.2
27802026-03-17T02:18:11.682Z Compiling camino-tempfile-ext v0.3.3
27812026-03-17T02:18:11.711Z Compiling hyper-staticfile v0.10.1
27822026-03-17T02:18:12.301Z Compiling sled v0.34.7
27832026-03-17T02:18:13.229Z Compiling hickory-client v0.25.2
27842026-03-17T02:18:13.930Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-03-17T02:18:13.978Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-03-17T02:18:13.981Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-03-17T02:18:14.383Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-03-17T02:18:14.763Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27892026-03-17T02:18:14.999Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-03-17T02:18:15.729Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-17T02:18:15.845Z Compiling rand_seeder v0.4.0
27922026-03-17T02:18:16.209Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-17T02:18:16.455Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-03-17T02:18:16.521Z Compiling lzma-sys v0.1.20
27952026-03-17T02:18:17.032Z Compiling rustls v0.21.12
27962026-03-17T02:18:17.060Z Compiling corncobs v0.1.4
27972026-03-17T02:18:17.317Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-03-17T02:18:17.420Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-03-17T02:18:17.669Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-17T02:18:17.711Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-03-17T02:18:17.754Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-17T02:18:17.975Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-17T02:18:18.248Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-03-17T02:18:18.309Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-17T02:18:18.437Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-03-17T02:18:18.918Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-03-17T02:18:19.161Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-17T02:18:21.508Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-17T02:18:22.464Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-17T02:18:22.741Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-17T02:18:22.864Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-17T02:18:23.040Z Compiling cargo_toml v0.22.3
28132026-03-17T02:18:23.180Z Compiling rustls-webpki v0.101.7
28142026-03-17T02:18:24.741Z Compiling sct v0.7.1
28152026-03-17T02:18:25.077Z Compiling nix v0.29.0
28162026-03-17T02:18:25.289Z Compiling secrecy v0.8.0
28172026-03-17T02:18:25.529Z Compiling void v1.0.2
28182026-03-17T02:18:25.737Z Compiling lzss v0.8.2
28192026-03-17T02:18:25.782Z Compiling git2 v0.20.4
28202026-03-17T02:18:25.941Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-17T02:18:26.102Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-17T02:18:26.177Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-03-17T02:18:26.434Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28242026-03-17T02:18:26.809Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-03-17T02:18:27.473Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-17T02:18:27.543Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-03-17T02:18:28.399Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-03-17T02:18:28.468Z Compiling tungstenite v0.23.0
28292026-03-17T02:18:28.721Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-17T02:18:28.789Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-17T02:18:29.085Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-17T02:18:29.366Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-03-17T02:18:29.649Z Compiling nix v0.27.1
28342026-03-17T02:18:29.743Z Compiling serde_bytes v0.11.19
28352026-03-17T02:18:30.225Z Compiling tokio-tungstenite v0.23.1
28362026-03-17T02:18:30.259Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-17T02:18:30.381Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-17T02:18:31.300Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-03-17T02:18:31.488Z Compiling tokio-rustls v0.24.1
28402026-03-17T02:18:31.744Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-03-17T02:18:31.871Z Compiling xz2 v0.1.7
28422026-03-17T02:18:31.903Z Compiling ron v0.12.0
28432026-03-17T02:18:32.370Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-03-17T02:18:33.152Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-17T02:18:34.430Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-17T02:18:37.048Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-17T02:18:37.080Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-17T02:18:38.493Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-03-17T02:18:39.407Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-03-17T02:18:40.328Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-03-17T02:18:40.360Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-03-17T02:18:41.137Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-17T02:18:41.557Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-17T02:18:41.590Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-17T02:18:43.367Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-17T02:18:44.660Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-03-17T02:18:46.100Z Compiling rustls-pemfile v1.0.4
28582026-03-17T02:18:46.591Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-03-17T02:18:46.734Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-17T02:18:48.281Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-03-17T02:18:48.314Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-03-17T02:18:48.349Z Compiling signal-hook-tokio v0.3.1
28632026-03-17T02:18:48.550Z Compiling twox-hash v2.1.2
28642026-03-17T02:18:48.584Z Compiling yasna v0.5.2
28652026-03-17T02:18:48.618Z Compiling is_ci v1.2.0
28662026-03-17T02:18:48.629Z Compiling base16ct v1.0.0
28672026-03-17T02:18:49.004Z Compiling supports-color v3.0.2
28682026-03-17T02:18:49.273Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-17T02:18:49.350Z Compiling rcgen v0.12.1
28702026-03-17T02:18:49.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-03-17T02:18:49.413Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-03-17T02:18:50.305Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-03-17T02:18:50.524Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-03-17T02:18:51.327Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-17T02:18:52.868Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-17T02:18:54.395Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28772026-03-17T02:18:54.966Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-03-17T02:18:55.204Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-03-17T02:18:55.647Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-17T02:18:55.942Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-03-17T02:18:56.222Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-17T02:18:56.516Z Compiling fatfs v0.3.6
28832026-03-17T02:18:56.975Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-17T02:18:58.105Z Compiling rtoolbox v0.0.3
28852026-03-17T02:18:58.466Z Compiling subprocess v0.2.15
28862026-03-17T02:18:59.901Z Compiling assert_matches v1.5.0
28872026-03-17T02:19:00.037Z Compiling seq-macro v0.3.6
28882026-03-17T02:19:00.711Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-03-17T02:19:01.190Z Compiling rpassword v7.4.0
28902026-03-17T02:19:01.534Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-17T02:19:02.118Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-17T02:19:02.160Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-17T02:19:04.215Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-03-17T02:19:04.386Z Compiling tui-tree-widget v0.23.1
28952026-03-17T02:19:04.744Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-03-17T02:19:05.153Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-03-17T02:19:05.814Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-03-17T02:19:06.150Z Compiling uzers v0.12.2
28992026-03-17T02:19:07.234Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-03-17T02:19:07.999Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-17T02:19:09.433Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-17T02:19:12.939Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-17T02:19:13.086Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-17T02:19:15.813Z Compiling support-bundle-viewer v0.1.2
29052026-03-17T02:19:16.982Z Compiling multimap v0.10.1
29062026-03-17T02:19:38.761Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-17T02:19:40.937Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-17T02:19:44.006Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-03-17T02:29:19.622Z Finished `release` profile [optimized] target(s) in 12m 31s
29102026-03-17T02:30:12.726Z
29112026-03-17T02:30:12.729Zreal 13:26.462365525
29122026-03-17T02:30:12.729Zuser 1:43:31.737345922
29132026-03-17T02:30:12.729Zsys 4:11.603262400
29142026-03-17T02:30:12.729Ztrap 2.310878655
29152026-03-17T02:30:12.729Ztflt 2.229253111
29162026-03-17T02:30:12.730Zdflt 17.899613588
29172026-03-17T02:30:12.730Zkflt 0.031397895
29182026-03-17T02:30:12.730Zlock 9:44:41.215085726
29192026-03-17T02:30:12.730Zslp 2:57:50.471265569
29202026-03-17T02:30:12.730Zlat 2:49.686048190
29212026-03-17T02:30:12.730Zstop 7:10.079199558
29222026-03-17T02:30:12.730Z+ mapfile -t packages
29232026-03-17T02:30:12.730Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-03-17T02:30:14.019Z Finished `release` profile [optimized] target(s) in 1.27s
29252026-03-17T02:30:14.088Z Running `target/release/omicron-package -t test list-outputs`
29262026-03-17T02:30:14.151ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-03-17T02:30:14.154Z+ ptime -m cargo build --locked --release -p xtask
29282026-03-17T02:30:14.871Z Compiling libc v0.2.180
29292026-03-17T02:30:14.871Z Compiling serde v1.0.228
29302026-03-17T02:30:14.874Z Compiling serde_core v1.0.228
29312026-03-17T02:30:15.002Z Compiling rustix v1.1.3
29322026-03-17T02:30:15.013Z Compiling bitflags v2.11.0
29332026-03-17T02:30:15.016Z Compiling serde_json v1.0.149
29342026-03-17T02:30:15.048Z Compiling num-traits v0.2.19
29352026-03-17T02:30:15.051Z Compiling hashbrown v0.16.1
29362026-03-17T02:30:15.051Z Compiling syn v2.0.117
29372026-03-17T02:30:15.108Z Compiling smallvec v1.15.1
29382026-03-17T02:30:15.124Z Compiling usdt-impl v0.5.0
29392026-03-17T02:30:15.143Z Compiling syn v1.0.109
29402026-03-17T02:30:15.161Z Compiling getrandom v0.4.1
29412026-03-17T02:30:15.161Z Compiling log v0.4.29
29422026-03-17T02:30:15.312Z Compiling percent-encoding v2.3.2
29432026-03-17T02:30:15.479Z Compiling fs-err v3.3.0
29442026-03-17T02:30:15.483Z Compiling once_cell v1.21.3
29452026-03-17T02:30:15.589Z Compiling form_urlencoded v1.2.2
29462026-03-17T02:30:15.638Z Compiling anyhow v1.0.102
29472026-03-17T02:30:15.674Z Compiling heck v0.4.1
29482026-03-17T02:30:15.873Z Compiling indexmap v2.13.0
29492026-03-17T02:30:16.093Z Compiling errno v0.3.14
29502026-03-17T02:30:16.094Z Compiling thread-id v4.2.2
29512026-03-17T02:30:16.097Z Compiling memmap v0.7.0
29522026-03-17T02:30:16.649Z Compiling ordered-float v2.10.1
29532026-03-17T02:30:17.226Z Compiling proc-macro-error v1.0.4
29542026-03-17T02:30:17.531Z Compiling terminal_size v0.4.3
29552026-03-17T02:30:17.531Z Compiling tempfile v3.25.0
29562026-03-17T02:30:17.561Z Compiling tabled_derive v0.7.0
29572026-03-17T02:30:17.653Z Compiling clap_builder v4.5.60
29582026-03-17T02:30:17.653Z Compiling textwrap v0.16.2
29592026-03-17T02:30:17.839Z Compiling camino-tempfile v1.4.1
29602026-03-17T02:30:18.422Z Compiling tabled v0.15.0
29612026-03-17T02:30:18.700Z Compiling synstructure v0.13.2
29622026-03-17T02:30:18.700Z Compiling pest_generator v2.8.6
29632026-03-17T02:30:19.234Z Compiling serde_derive v1.0.228
29642026-03-17T02:30:19.234Z Compiling zerofrom-derive v0.1.6
29652026-03-17T02:30:19.237Z Compiling yoke-derive v0.8.1
29662026-03-17T02:30:19.237Z Compiling zerovec-derive v0.11.2
29672026-03-17T02:30:19.237Z Compiling displaydoc v0.2.5
29682026-03-17T02:30:19.265Z Compiling thiserror-impl v1.0.69
29692026-03-17T02:30:19.396Z Compiling zerocopy-derive v0.7.35
29702026-03-17T02:30:20.014Z Compiling pest_derive v2.8.6
29712026-03-17T02:30:20.083Z Compiling scroll_derive v0.12.1
29722026-03-17T02:30:20.115Z Compiling thiserror-impl v2.0.18
29732026-03-17T02:30:20.167Z Compiling clap_derive v4.5.55
29742026-03-17T02:30:20.441Z Compiling zerocopy v0.7.35
29752026-03-17T02:30:20.805Z Compiling zerofrom v0.1.6
29762026-03-17T02:30:20.834Z Compiling thiserror v1.0.69
29772026-03-17T02:30:20.932Z Compiling scroll v0.12.0
29782026-03-17T02:30:20.982Z Compiling yoke v0.8.1
29792026-03-17T02:30:20.999Z Compiling dtrace-parser v0.2.0
29802026-03-17T02:30:21.264Z Compiling zerovec v0.11.5
29812026-03-17T02:30:21.279Z Compiling zerotrie v0.2.3
29822026-03-17T02:30:21.350Z Compiling goblin v0.8.2
29832026-03-17T02:30:21.725Z Compiling thiserror v2.0.18
29842026-03-17T02:30:22.108Z Compiling tinystr v0.8.2
29852026-03-17T02:30:22.416Z Compiling icu_locale_core v2.1.1
29862026-03-17T02:30:22.432Z Compiling potential_utf v0.1.4
29872026-03-17T02:30:22.697Z Compiling icu_collections v2.1.1
29882026-03-17T02:30:23.151Z Compiling clap v4.5.60
29892026-03-17T02:30:23.646Z Compiling icu_provider v2.1.1
29902026-03-17T02:30:23.682Z Compiling toml_datetime v0.6.11
29912026-03-17T02:30:23.733Z Compiling serde_spanned v0.6.9
29922026-03-17T02:30:23.790Z Compiling dof v0.3.0
29932026-03-17T02:30:23.861Z Compiling serde_tokenstream v0.2.3
29942026-03-17T02:30:23.922Z Compiling serde-value v0.7.0
29952026-03-17T02:30:23.960Z Compiling toml_edit v0.22.27
29962026-03-17T02:30:24.016Z Compiling icu_normalizer v2.1.1
29972026-03-17T02:30:24.145Z Compiling icu_properties v2.1.2
29982026-03-17T02:30:24.205Z Compiling cargo-platform v0.2.0
29992026-03-17T02:30:24.280Z Compiling macaddr v1.0.1
30002026-03-17T02:30:24.817Z Compiling usdt-attr-macro v0.5.0
30012026-03-17T02:30:24.817Z Compiling usdt-macro v0.5.0
30022026-03-17T02:30:25.365Z Compiling idna_adapter v1.2.1
30032026-03-17T02:30:25.514Z Compiling idna v1.1.0
30042026-03-17T02:30:25.916Z Compiling usdt v0.5.0
30052026-03-17T02:30:25.955Z Compiling url v2.5.8
30062026-03-17T02:30:26.114Z Compiling toml v0.8.23
30072026-03-17T02:30:26.739Z Compiling cargo-util-schemas v0.8.2
30082026-03-17T02:30:26.767Z Compiling cargo_toml v0.21.0
30092026-03-17T02:30:28.226Z Compiling cargo_metadata v0.21.0
30102026-03-17T02:30:32.409Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-17T02:30:36.450Z Finished `release` profile [optimized] target(s) in 22.28s
30122026-03-17T02:30:36.602Z
30132026-03-17T02:30:36.605Zreal 22.404634923
30142026-03-17T02:30:36.605Zuser 3:09.489132004
30152026-03-17T02:30:36.605Zsys 20.874163556
30162026-03-17T02:30:36.605Ztrap 0.089208617
30172026-03-17T02:30:36.605Ztflt 0.668644440
30182026-03-17T02:30:36.605Zdflt 1.608896059
30192026-03-17T02:30:36.605Zkflt 0.000021868
30202026-03-17T02:30:36.605Zlock 7:14.018982584
30212026-03-17T02:30:36.605Zslp 4:25.517826780
30222026-03-17T02:30:36.605Zlat 8.852292916
30232026-03-17T02:30:36.605Zstop 29.826102341
30242026-03-17T02:30:36.605Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-17T02:30:36.605Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-17T02:30:36.605Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-17T02:30:36.605Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-17T02:30:36.605Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-03-17T02:30:37.890Z Compiling regress v0.10.5
30302026-03-17T02:30:37.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-03-17T02:30:37.893Z Compiling serde_spanned v1.0.4
30322026-03-17T02:30:38.061Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-03-17T02:30:38.083Z Compiling newtype-uuid-macros v0.1.0
30342026-03-17T02:30:38.086Z Compiling structmeta-derive v0.3.0
30352026-03-17T02:30:38.100Z Compiling rustls v0.22.4
30362026-03-17T02:30:38.104Z Compiling rustls-webpki v0.102.8
30372026-03-17T02:30:38.104Z Compiling multer v3.1.0
30382026-03-17T02:30:38.120Z Compiling debug-ignore v1.0.5
30392026-03-17T02:30:38.123Z Compiling match_cfg v0.1.0
30402026-03-17T02:30:38.209Z Compiling progenitor-client v0.13.0
30412026-03-17T02:30:38.234Z Compiling slog-json v2.6.1
30422026-03-17T02:30:38.237Z Compiling async-stream-impl v0.3.6
30432026-03-17T02:30:38.286Z Compiling dropshot v0.16.7
30442026-03-17T02:30:38.339Z Compiling toml v0.9.12+spec-1.1.0
30452026-03-17T02:30:38.364Z Compiling itertools v0.14.0
30462026-03-17T02:30:38.367Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-17T02:30:38.445Z Compiling hostname v0.3.1
30482026-03-17T02:30:38.468Z Compiling waitgroup v0.1.2
30492026-03-17T02:30:38.573Z Compiling rustls-pemfile v2.2.0
30502026-03-17T02:30:38.597Z Compiling slog-bunyan v2.5.0
30512026-03-17T02:30:38.676Z Compiling dropshot_endpoint v0.16.7
30522026-03-17T02:30:38.700Z Compiling hostname v0.4.2
30532026-03-17T02:30:38.726Z Compiling serde_path_to_error v0.1.20
30542026-03-17T02:30:38.772Z Compiling macaddr v1.0.1
30552026-03-17T02:30:38.772Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-17T02:30:38.850Z Compiling progenitor-client v0.10.0
30572026-03-17T02:30:38.902Z Compiling instant v0.1.13
30582026-03-17T02:30:38.929Z Compiling backon v1.6.0
30592026-03-17T02:30:39.069Z Compiling backoff v0.4.0
30602026-03-17T02:30:39.096Z Compiling async-stream v0.3.6
30612026-03-17T02:30:39.123Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-17T02:30:39.209Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-03-17T02:30:39.237Z Compiling progenitor-extras v0.1.1
30642026-03-17T02:30:39.264Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-03-17T02:30:39.291Z Compiling unsafe-libyaml v0.2.11
30662026-03-17T02:30:39.295Z Compiling crucible-workspace-hack v0.1.0
30672026-03-17T02:30:39.345Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-17T02:30:39.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-17T02:30:39.377Z Compiling secrecy v0.10.3
30702026-03-17T02:30:39.495Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-17T02:30:39.573Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-03-17T02:30:39.628Z Compiling heapless v0.8.0
30732026-03-17T02:30:39.631Z Compiling structmeta v0.3.0
30742026-03-17T02:30:39.676Z Compiling hash32 v0.3.1
30752026-03-17T02:30:39.731Z Compiling smoltcp v0.11.0
30762026-03-17T02:30:39.818Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30772026-03-17T02:30:39.848Z Compiling toml v0.8.23
30782026-03-17T02:30:39.913Z Compiling tabwriter v1.4.1
30792026-03-17T02:30:39.940Z Compiling cobs v0.3.0
30802026-03-17T02:30:39.967Z Compiling derive-ex v0.1.8
30812026-03-17T02:30:40.038Z Compiling parse-display-derive v0.10.0
30822026-03-17T02:30:40.076Z Compiling serde_yaml v0.9.34+deprecated
30832026-03-17T02:30:40.101Z Compiling proc-macro-crate v3.4.0
30842026-03-17T02:30:40.174Z Compiling ingot-macros v0.1.1
30852026-03-17T02:30:40.287Z Compiling foreign-types-macros v0.2.3
30862026-03-17T02:30:40.313Z Compiling convert_case v0.4.0
30872026-03-17T02:30:40.341Z Compiling foreign-types-shared v0.3.1
30882026-03-17T02:30:40.367Z Compiling cpufeatures v0.3.0
30892026-03-17T02:30:40.492Z Compiling chacha20 v0.10.0
30902026-03-17T02:30:40.520Z Compiling postcard v1.1.3
30912026-03-17T02:30:40.777Z Compiling proc-macro-crate v1.3.1
30922026-03-17T02:30:40.864Z Compiling derive_more v0.99.20
30932026-03-17T02:30:40.892Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-03-17T02:30:40.892Z Compiling universal-hash v0.5.1
30952026-03-17T02:30:40.941Z Compiling num_enum_derive v0.7.5
30962026-03-17T02:30:40.966Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-17T02:30:41.079Z Compiling cstr-argument v0.1.2
30982026-03-17T02:30:41.118Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-17T02:30:41.143Z Compiling foreign-types v0.5.0
31002026-03-17T02:30:41.218Z Compiling opaque-debug v0.3.1
31012026-03-17T02:30:41.274Z Compiling colored v3.1.1
31022026-03-17T02:30:41.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-03-17T02:30:41.335Z Compiling tokio-rustls v0.25.0
31042026-03-17T02:30:41.385Z Compiling num_enum_derive v0.5.11
31052026-03-17T02:30:41.412Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-03-17T02:30:41.489Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-17T02:30:41.513Z Compiling rand v0.10.0
31082026-03-17T02:30:41.604Z Compiling typify-impl v0.6.1
31092026-03-17T02:30:41.695Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-03-17T02:30:41.844Z Compiling half v2.7.1
31112026-03-17T02:30:41.868Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31122026-03-17T02:30:42.228Z Compiling ciborium-io v0.2.2
31132026-03-17T02:30:42.256Z Compiling camino-tempfile v1.4.1
31142026-03-17T02:30:42.308Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-17T02:30:42.386Z Compiling ciborium-ll v0.2.2
31162026-03-17T02:30:42.398Z Compiling test-strategy v0.4.5
31172026-03-17T02:30:42.484Z Compiling num_enum v0.7.5
31182026-03-17T02:30:42.511Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31192026-03-17T02:30:42.514Z Compiling parse-display v0.10.0
31202026-03-17T02:30:42.566Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31212026-03-17T02:30:42.615Z Compiling smf v0.2.3
31222026-03-17T02:30:42.666Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-17T02:30:42.720Z Compiling ciborium v0.2.2
31242026-03-17T02:30:42.744Z Compiling aead v0.5.2
31252026-03-17T02:30:42.797Z Compiling num-derive v0.4.2
31262026-03-17T02:30:42.837Z Compiling sigpipe v0.1.3
31272026-03-17T02:30:42.884Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-17T02:30:42.909Z Compiling num_enum v0.5.11
31292026-03-17T02:30:42.996Z Compiling glob v0.3.3
31302026-03-17T02:30:42.999Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31312026-03-17T02:30:43.049Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-17T02:30:43.091Z Compiling poly1305 v0.8.0
31332026-03-17T02:30:43.189Z Compiling chacha20 v0.9.1
31342026-03-17T02:30:43.397Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31352026-03-17T02:30:43.508Z Compiling whoami v1.6.1
31362026-03-17T02:30:43.561Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31372026-03-17T02:30:43.587Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-17T02:30:43.591Z Compiling thiserror-impl-no-std v2.0.2
31392026-03-17T02:30:43.669Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-03-17T02:30:43.734Z Compiling num-rational v0.4.2
31412026-03-17T02:30:43.760Z Compiling password-hash v0.5.0
31422026-03-17T02:30:43.918Z Compiling blake2 v0.10.6
31432026-03-17T02:30:44.061Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-17T02:30:44.137Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-17T02:30:44.161Z Compiling num-complex v0.4.6
31462026-03-17T02:30:44.221Z Compiling ingot-types v0.1.2
31472026-03-17T02:30:44.247Z Compiling indent_write v2.2.0
31482026-03-17T02:30:44.275Z Compiling prettyplease v0.2.37
31492026-03-17T02:30:44.365Z Compiling argon2 v0.5.3
31502026-03-17T02:30:44.473Z Compiling chacha20poly1305 v0.10.1
31512026-03-17T02:30:44.573Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-03-17T02:30:44.625Z Compiling float-ord v0.3.2
31532026-03-17T02:30:44.687Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-03-17T02:30:44.715Z Compiling num v0.4.3
31552026-03-17T02:30:44.718Z Compiling gethostname v0.5.0
31562026-03-17T02:30:44.718Z Compiling usdt-macro v0.5.0
31572026-03-17T02:30:44.798Z Compiling ingot v0.1.1
31582026-03-17T02:30:44.824Z Compiling usdt-attr-macro v0.5.0
31592026-03-17T02:30:44.852Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-17T02:30:44.855Z Compiling derive-where v1.6.0
31612026-03-17T02:30:44.931Z Compiling memmap v0.7.0
31622026-03-17T02:30:45.130Z Compiling typify-impl v0.4.3
31632026-03-17T02:30:45.233Z Compiling atomicwrites v0.4.4
31642026-03-17T02:30:45.260Z Compiling cancel-safe-futures v0.1.5
31652026-03-17T02:30:45.285Z Compiling thiserror-no-std v2.0.2
31662026-03-17T02:30:45.361Z Compiling owo-colors v4.3.0
31672026-03-17T02:30:45.438Z Compiling vsss-rs v3.3.4
31682026-03-17T02:30:45.514Z Compiling libsw-core v0.3.2
31692026-03-17T02:30:45.613Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-03-17T02:30:45.775Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31712026-03-17T02:30:45.820Z Compiling async-recursion v1.1.1
31722026-03-17T02:30:45.927Z Compiling usdt v0.5.0
31732026-03-17T02:30:45.952Z Compiling resolv-conf v0.7.6
31742026-03-17T02:30:46.003Z Compiling libsw v3.5.0
31752026-03-17T02:30:46.290Z Compiling linear-map v1.2.0
31762026-03-17T02:30:46.318Z Compiling libefi-sys v0.1.0
31772026-03-17T02:30:46.347Z Compiling newline-converter v0.3.0
31782026-03-17T02:30:46.454Z Compiling hickory-proto v0.24.4
31792026-03-17T02:30:46.532Z Compiling console v0.15.11
31802026-03-17T02:30:46.582Z Compiling bitfield-struct v0.6.2
31812026-03-17T02:30:46.642Z Compiling semver v0.1.20
31822026-03-17T02:30:46.692Z Compiling linked-hash-map v0.5.6
31832026-03-17T02:30:46.776Z Compiling pin-project-internal v1.1.11
31842026-03-17T02:30:46.844Z Compiling slog-dtrace v0.3.0
31852026-03-17T02:30:46.904Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-17T02:30:47.018Z Compiling expectorate v1.2.0
31872026-03-17T02:30:47.046Z Compiling lru-cache v0.1.2
31882026-03-17T02:30:47.091Z Compiling rustc_version v0.1.7
31892026-03-17T02:30:47.123Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-17T02:30:47.150Z Compiling minimal-lexical v0.2.1
31912026-03-17T02:30:47.276Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-17T02:30:47.279Z Compiling tokio-dtrace v0.1.1
31932026-03-17T02:30:47.334Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-17T02:30:47.400Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-17T02:30:47.434Z Compiling newtype_derive v0.1.6
31962026-03-17T02:30:47.537Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-17T02:30:47.540Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-17T02:30:47.592Z Compiling nom v7.1.3
31992026-03-17T02:30:47.642Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-17T02:30:47.697Z Compiling phf_shared v0.12.1
32012026-03-17T02:30:47.721Z Compiling pem v3.0.6
32022026-03-17T02:30:47.828Z Compiling snafu-derive v0.8.9
32032026-03-17T02:30:47.968Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-17T02:30:47.993Z Compiling csv-core v0.1.13
32052026-03-17T02:30:48.080Z Compiling highway v1.3.0
32062026-03-17T02:30:48.123Z Compiling same-file v1.0.6
32072026-03-17T02:30:48.221Z Compiling xshell-macros v0.2.7
32082026-03-17T02:30:48.340Z Compiling typify-macro v0.6.1
32092026-03-17T02:30:48.373Z Compiling chrono-tz v0.10.4
32102026-03-17T02:30:48.398Z Compiling walkdir v2.5.0
32112026-03-17T02:30:48.473Z Compiling pin-project v1.1.11
32122026-03-17T02:30:48.538Z Compiling csv v1.4.0
32132026-03-17T02:30:48.657Z Compiling const_format_proc_macros v0.2.34
32142026-03-17T02:30:48.717Z Compiling phf v0.12.1
32152026-03-17T02:30:48.776Z Compiling xshell v0.2.7
32162026-03-17T02:30:48.949Z Compiling oxide-tokio-rt v0.1.3
32172026-03-17T02:30:48.997Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-17T02:30:49.184Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-17T02:30:49.314Z Compiling globset v0.4.18
32202026-03-17T02:30:49.341Z Compiling olpc-cjson v0.1.4
32212026-03-17T02:30:49.368Z Compiling primeorder v0.13.6
32222026-03-17T02:30:49.431Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-17T02:30:49.503Z Compiling hickory-resolver v0.24.4
32242026-03-17T02:30:49.529Z Compiling serde_plain v1.0.2
32252026-03-17T02:30:49.585Z Compiling base64 v0.21.7
32262026-03-17T02:30:49.612Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-03-17T02:30:49.757Z Compiling typed-path v0.9.3
32282026-03-17T02:30:49.830Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-17T02:30:49.856Z Compiling const_format v0.2.35
32302026-03-17T02:30:50.092Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-03-17T02:30:50.330Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-03-17T02:30:50.334Z Compiling tabled_derive v0.7.0
32332026-03-17T02:30:50.400Z Compiling bcs v0.1.6
32342026-03-17T02:30:50.628Z Compiling snafu v0.8.9
32352026-03-17T02:30:50.843Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-17T02:30:50.867Z Compiling typify v0.6.1
32372026-03-17T02:30:50.922Z Compiling qorb v0.4.1
32382026-03-17T02:30:50.997Z Compiling salty v0.3.0
32392026-03-17T02:30:51.034Z Compiling progenitor-impl v0.13.0
32402026-03-17T02:30:51.062Z Compiling tough v0.20.0
32412026-03-17T02:30:51.120Z Compiling radium v0.7.0
32422026-03-17T02:30:51.151Z Compiling termtree v0.5.1
32432026-03-17T02:30:51.349Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-17T02:30:51.387Z Compiling textwrap v0.16.2
32452026-03-17T02:30:51.577Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-03-17T02:30:51.609Z Compiling steno v0.4.1
32472026-03-17T02:30:51.634Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-17T02:30:51.763Z Compiling tabled v0.15.0
32492026-03-17T02:30:51.808Z Compiling typify-macro v0.4.3
32502026-03-17T02:30:51.896Z Compiling tap v1.0.1
32512026-03-17T02:30:51.936Z Compiling humantime v2.3.0
32522026-03-17T02:30:52.030Z Compiling utf-8 v0.7.6
32532026-03-17T02:30:52.081Z Compiling maybe-uninit v2.0.0
32542026-03-17T02:30:52.109Z Compiling wyz v0.5.1
32552026-03-17T02:30:52.305Z Compiling tungstenite v0.21.0
32562026-03-17T02:30:52.342Z Compiling p384 v0.13.1
32572026-03-17T02:30:52.477Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-03-17T02:30:52.510Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-03-17T02:30:52.683Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32602026-03-17T02:30:52.729Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-03-17T02:30:53.135Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-03-17T02:30:53.319Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-03-17T02:30:53.364Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-03-17T02:30:53.506Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-03-17T02:30:53.771Z Compiling arc-swap v1.8.2
32662026-03-17T02:30:53.846Z Compiling funty v2.0.0
32672026-03-17T02:30:54.112Z Compiling packed_struct v0.10.1
32682026-03-17T02:30:54.244Z Compiling tagptr v0.2.0
32692026-03-17T02:30:54.306Z Compiling typify v0.4.3
32702026-03-17T02:30:54.477Z Compiling progenitor-impl v0.10.0
32712026-03-17T02:30:54.500Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32722026-03-17T02:30:54.564Z Compiling moka v0.12.13
32732026-03-17T02:30:54.777Z Compiling bitvec v1.0.1
32742026-03-17T02:30:54.828Z Compiling slog-scope v4.4.1
32752026-03-17T02:30:54.923Z Compiling progenitor-macro v0.13.0
32762026-03-17T02:30:54.926Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-03-17T02:30:55.190Z Compiling tokio-tungstenite v0.21.0
32782026-03-17T02:30:55.268Z Compiling polyval v0.6.2
32792026-03-17T02:30:55.293Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-03-17T02:30:55.441Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-03-17T02:30:55.487Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-03-17T02:30:55.614Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-03-17T02:30:55.646Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-17T02:30:55.671Z Compiling packed_struct_codegen v0.10.1
32852026-03-17T02:30:55.781Z Compiling bitfield-macros v0.19.4
32862026-03-17T02:30:55.987Z Compiling zerocopy-derive v0.6.6
32872026-03-17T02:30:56.583Z Compiling proc-macro-error-attr2 v2.0.0
32882026-03-17T02:30:56.738Z Compiling indexmap v1.9.3
32892026-03-17T02:30:56.833Z Compiling parking_lot_core v0.8.6
32902026-03-17T02:30:56.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-17T02:30:56.884Z Compiling crc-catalog v2.4.0
32922026-03-17T02:30:57.052Z Compiling nodrop v0.1.14
32932026-03-17T02:30:57.077Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32942026-03-17T02:30:57.205Z Compiling array-init v0.0.4
32952026-03-17T02:30:57.230Z Compiling proc-macro-error2 v2.0.1
32962026-03-17T02:30:57.233Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-17T02:30:57.328Z Compiling zerocopy v0.6.6
32982026-03-17T02:30:57.364Z Compiling crc v3.4.0
32992026-03-17T02:30:57.573Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-03-17T02:30:57.674Z Compiling bitfield v0.19.4
33012026-03-17T02:30:57.724Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33022026-03-17T02:30:57.783Z Compiling ghash v0.5.1
33032026-03-17T02:30:57.852Z Compiling hickory-resolver v0.25.2
33042026-03-17T02:30:57.878Z Compiling smallvec v0.6.14
33052026-03-17T02:30:58.010Z Compiling slog-stdlog v4.1.1
33062026-03-17T02:30:58.075Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33072026-03-17T02:30:58.133Z Compiling git-stub v1.0.0
33082026-03-17T02:30:58.164Z Compiling num-derive v0.3.3
33092026-03-17T02:30:58.206Z Compiling ctr v0.9.2
33102026-03-17T02:30:58.209Z Compiling progenitor-macro v0.10.0
33112026-03-17T02:30:58.293Z Compiling lzma-sys v0.1.20
33122026-03-17T02:30:58.327Z Compiling unicase v2.9.0
33132026-03-17T02:30:58.507Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-17T02:30:58.534Z Compiling hashbrown v0.12.3
33152026-03-17T02:30:58.642Z Compiling mime_guess v2.0.5
33162026-03-17T02:30:58.728Z Compiling aes-gcm v0.10.3
33172026-03-17T02:30:58.832Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33182026-03-17T02:30:58.906Z Compiling git-stub-vcs v0.1.0
33192026-03-17T02:30:59.001Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-03-17T02:30:59.028Z Compiling slog-envlogger v2.2.0
33212026-03-17T02:30:59.259Z Compiling serde-hex v0.1.0
33222026-03-17T02:30:59.331Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-17T02:30:59.394Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-17T02:30:59.397Z Compiling libscf-sys v1.1.0
33252026-03-17T02:30:59.444Z Compiling tabled_derive v0.11.0
33262026-03-17T02:30:59.635Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-17T02:30:59.676Z Compiling progenitor-impl v0.11.2
33282026-03-17T02:30:59.784Z Compiling ron v0.8.1
33292026-03-17T02:30:59.874Z Compiling papergrid v0.17.0
33302026-03-17T02:30:59.912Z Compiling cargo_toml v0.22.3
33312026-03-17T02:31:00.374Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-03-17T02:31:00.540Z Compiling hashbrown v0.13.2
33332026-03-17T02:31:00.702Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-03-17T02:31:01.154Z Compiling testing_table v0.3.0
33352026-03-17T02:31:01.182Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33362026-03-17T02:31:01.211Z Compiling blowfish v0.9.1
33372026-03-17T02:31:01.273Z Compiling ssh-encoding v0.2.0
33382026-03-17T02:31:01.396Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-17T02:31:01.495Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-17T02:31:01.575Z Compiling nibble_vec v0.1.0
33412026-03-17T02:31:01.662Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-03-17T02:31:01.757Z Compiling corncobs v0.1.4
33432026-03-17T02:31:01.793Z Compiling endian-type v0.1.2
33442026-03-17T02:31:01.815Z Compiling crc-any v2.5.0
33452026-03-17T02:31:01.890Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33462026-03-17T02:31:02.005Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-17T02:31:02.059Z Compiling radix_trie v0.2.1
33482026-03-17T02:31:02.089Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-17T02:31:02.114Z Compiling ssh-cipher v0.2.0
33502026-03-17T02:31:02.254Z Compiling bcrypt-pbkdf v0.10.0
33512026-03-17T02:31:02.288Z Compiling tabled v0.20.0
33522026-03-17T02:31:02.319Z Compiling progenitor v0.13.0
33532026-03-17T02:31:02.363Z Compiling object v0.30.4
33542026-03-17T02:31:02.510Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-17T02:31:02.549Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-17T02:31:02.600Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-17T02:31:02.732Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-17T02:31:02.965Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-03-17T02:31:03.181Z Compiling parking_lot v0.11.2
33602026-03-17T02:31:03.254Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-03-17T02:31:03.494Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-17T02:31:03.594Z Compiling progenitor-macro v0.11.2
33632026-03-17T02:31:03.736Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-17T02:31:03.793Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33652026-03-17T02:31:04.184Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33662026-03-17T02:31:04.246Z Compiling progenitor-client v0.11.2
33672026-03-17T02:31:04.424Z Compiling prefix-trie v0.7.0
33682026-03-17T02:31:04.448Z Compiling password-hash v0.4.2
33692026-03-17T02:31:04.451Z Compiling fxhash v0.2.1
33702026-03-17T02:31:04.686Z Compiling secrecy v0.8.0
33712026-03-17T02:31:04.711Z Compiling half v1.8.3
33722026-03-17T02:31:04.920Z Compiling http-range v0.1.5
33732026-03-17T02:31:04.985Z Compiling path-slash v0.1.5
33742026-03-17T02:31:05.010Z Compiling hickory-server v0.25.2
33752026-03-17T02:31:05.130Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33762026-03-17T02:31:05.193Z Compiling serde_cbor v0.11.2
33772026-03-17T02:31:05.325Z Compiling pbkdf2 v0.11.0
33782026-03-17T02:31:05.485Z Compiling sled v0.34.7
33792026-03-17T02:31:05.512Z Compiling progenitor v0.10.0
33802026-03-17T02:31:05.689Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-17T02:31:05.770Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-17T02:31:05.796Z Compiling ron v0.12.0
33832026-03-17T02:31:06.064Z Compiling xz2 v0.1.7
33842026-03-17T02:31:06.620Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-03-17T02:31:06.695Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-17T02:31:06.753Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-03-17T02:31:07.095Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33882026-03-17T02:31:07.444Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-03-17T02:31:07.581Z Compiling ssh-key v0.6.7
33902026-03-17T02:31:07.840Z Compiling hickory-client v0.25.2
33912026-03-17T02:31:07.945Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-17T02:31:08.227Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-03-17T02:31:08.305Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-17T02:31:08.349Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-17T02:31:08.880Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-03-17T02:31:09.049Z Compiling p521 v0.13.3
33972026-03-17T02:31:09.419Z Compiling p256 v0.13.2
33982026-03-17T02:31:09.801Z Compiling yasna v0.5.2
33992026-03-17T02:31:09.849Z Compiling kstat-rs v0.2.4
34002026-03-17T02:31:09.931Z Compiling headers-core v0.3.0
34012026-03-17T02:31:09.961Z Compiling nanorand v0.7.0
34022026-03-17T02:31:09.991Z Compiling russh-cryptovec v0.7.3
34032026-03-17T02:31:09.994Z Compiling atty v0.2.14
34042026-03-17T02:31:10.049Z Compiling crc8 v0.1.1
34052026-03-17T02:31:10.080Z Compiling base16ct v1.0.0
34062026-03-17T02:31:10.125Z Compiling md5 v0.7.0
34072026-03-17T02:31:10.197Z Compiling home v0.5.12
34082026-03-17T02:31:10.258Z Compiling flume v0.11.1
34092026-03-17T02:31:10.318Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-03-17T02:31:10.348Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34112026-03-17T02:31:10.377Z Compiling russh-keys v0.45.0
34122026-03-17T02:31:10.405Z Compiling headers v0.4.1
34132026-03-17T02:31:10.455Z Compiling rcgen v0.12.1
34142026-03-17T02:31:10.481Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-17T02:31:10.513Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34162026-03-17T02:31:10.720Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34172026-03-17T02:31:10.784Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-03-17T02:31:10.879Z Compiling progenitor v0.11.2
34192026-03-17T02:31:10.916Z Compiling hyper-staticfile v0.10.1
34202026-03-17T02:31:11.105Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-17T02:31:11.317Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-17T02:31:11.448Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34232026-03-17T02:31:11.514Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-03-17T02:31:11.640Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-03-17T02:31:11.688Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-17T02:31:11.879Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-17T02:31:12.177Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-03-17T02:31:12.483Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34292026-03-17T02:31:12.511Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-03-17T02:31:12.609Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-03-17T02:31:12.636Z Compiling num-bigint v0.4.6
34322026-03-17T02:31:12.736Z Compiling des v0.8.1
34332026-03-17T02:31:12.765Z Compiling subprocess v0.2.15
34342026-03-17T02:31:12.892Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-03-17T02:31:13.034Z Compiling display-error-chain v0.2.2
34362026-03-17T02:31:13.258Z Compiling hex-literal v0.4.1
34372026-03-17T02:31:13.413Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-17T02:31:13.440Z Compiling colored v2.2.0
34392026-03-17T02:31:13.497Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34402026-03-17T02:31:13.596Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-03-17T02:31:13.766Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-03-17T02:31:13.844Z Compiling socket2 v0.5.10
34432026-03-17T02:31:13.964Z Compiling internet-checksum v0.2.1
34442026-03-17T02:31:14.473Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-17T02:31:14.565Z Compiling russh v0.45.0
34462026-03-17T02:31:21.434Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-03-17T02:31:31.608Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-17T02:31:31.608Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-03-17T02:31:31.611Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-17T02:31:31.611Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-03-17T02:31:33.836Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-03-17T02:31:33.956Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-03-17T02:31:39.639Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542026-03-17T02:32:09.691Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34552026-03-17T02:32:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34562026-03-17T02:32:35.119Z
34572026-03-17T02:32:35.122Zreal 1:58.437244342
34582026-03-17T02:32:35.122Zuser 11:36.087672693
34592026-03-17T02:32:35.122Zsys 2:05.647125053
34602026-03-17T02:32:35.122Ztrap 0.355838523
34612026-03-17T02:32:35.122Ztflt 0.721175386
34622026-03-17T02:32:35.122Zdflt 1.732976993
34632026-03-17T02:32:35.122Zkflt 0.000132878
34642026-03-17T02:32:35.122Zlock 40:24.430914889
34652026-03-17T02:32:35.122Zslp 26:14.921196817
34662026-03-17T02:32:35.122Zlat 44.952529455
34672026-03-17T02:32:35.122Zstop 3:55.717527989
34682026-03-17T02:32:35.122Z+ mkdir tests
34692026-03-17T02:32:35.125Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-03-17T02:32:35.128Z+ xargs -I '{}' -t cp '{}' tests/
34712026-03-17T02:32:35.162Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34722026-03-17T02:32:35.196Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34732026-03-17T02:32:35.227Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34742026-03-17T02:32:35.262Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34752026-03-17T02:32:35.609Z+ 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/*)
34762026-03-17T02:32:35.613Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34772026-03-17T02:34:15.039ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-03-17T02:34:15.039Za .github/buildomat/ci-env.sh 1K
34792026-03-17T02:34:15.039Za out/target/test 1K
34802026-03-17T02:34:15.039Za out/npuzone/npuzone 27402K
34812026-03-17T02:34:15.039Za package-manifest.toml 35K
34822026-03-17T02:34:15.039Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-03-17T02:34:15.039Za target/release/omicron-package 40561K
34842026-03-17T02:34:15.039Za target/release/xtask 11433K
34852026-03-17T02:34:15.039Za target/debug/bootstrap 334875K
34862026-03-17T02:34:15.039Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34872026-03-17T02:34:15.039Za tests/commtest-24d786529c44a77c 32395K
34882026-03-17T02:34:15.039Za tests/dhcp_server-58b78f45b9570bbf 31310K
34892026-03-17T02:34:15.039Za tests/end_to_end_tests-a99e61b3cc7d9b0e 376454K
34902026-03-17T02:34:15.039Za out/clickhouse.tar.gz 301709K
34912026-03-17T02:34:15.039Za out/clickhouse_keeper.tar.gz 287173K
34922026-03-17T02:34:15.039Za out/clickhouse_server.tar.gz 301708K
34932026-03-17T02:34:15.039Za out/cockroachdb.tar.gz 156525K
34942026-03-17T02:34:15.039Za out/crucible-pantry-zone.tar.gz 38990K
34952026-03-17T02:34:15.039Za out/crucible-utils.tar 17744K
34962026-03-17T02:34:15.039Za out/crucible-zone.tar.gz 53128K
34972026-03-17T02:34:15.039Za out/external-dns.tar.gz 43604K
34982026-03-17T02:34:15.039Za out/internal-dns.tar.gz 43604K
34992026-03-17T02:34:15.039Za out/mg-ddm-gz.tar 78377K
35002026-03-17T02:34:15.039Za out/nexus.tar.gz 209154K
35012026-03-17T02:34:15.039Za out/ntp.tar.gz 25418K
35022026-03-17T02:34:15.039Za out/omicron-gateway-softnpu.tar.gz 28226K
35032026-03-17T02:34:15.039Za out/omicron-sled-agent.tar 186391K
35042026-03-17T02:34:15.039Za out/overlay.tar.gz 3K
35052026-03-17T02:34:15.040Za out/oximeter.tar.gz 57410K
35062026-03-17T02:34:15.040Za out/oxlog.tar 3782K
35072026-03-17T02:34:15.040Za out/probe.tar.gz 3037K
35082026-03-17T02:34:15.040Za out/propolis-server.tar.gz 74633K
35092026-03-17T02:34:15.040Za out/pumpkind-gz.tar 26647K
35102026-03-17T02:34:15.040Za out/switch-softnpu.tar.gz 367858K
35112026-03-17T02:34:15.043Z
35122026-03-17T02:34:15.043Zreal 1:39.418775473
35132026-03-17T02:34:15.043Zuser 1:36.410723382
35142026-03-17T02:34:15.043Zsys 6.259388249
35152026-03-17T02:34:15.043Ztrap 0.007148252
35162026-03-17T02:34:15.043Ztflt 0.000000000
35172026-03-17T02:34:15.043Zdflt 0.000000000
35182026-03-17T02:34:15.043Zkflt 0.000000000
35192026-03-17T02:34:15.043Zlock 0.000000000
35202026-03-17T02:34:15.043Zslp 1:35.544192345
35212026-03-17T02:34:15.043Zlat 0.611173321
35222026-03-17T02:34:15.043Zstop 0.000191632
35232026-03-17T02:34:15.046Zprocess exited: duration 1385599 ms, exit code 0
 
35242026-03-17T02:34:15.060Zfound 1 output files
35252026-03-17T02:34:15.060Zuploading: /work/package.tar.gz (2319444873 bytes)
35262026-03-17T02:34:41.761Zuploaded: /work/package.tar.gz