01KKM6NFE34CC9ZNKBNXPKSVD3: 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: 01KKM6P7XVJG0SX626CGDAGVYM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T18:18:48.827Zjob assigned to worker 01KKM6PDVVAPS0FZBTN67C3ZZX [factory aws, i-0a4ac5ec7a8ac2c64] (queued for 1 m 8 s)
 
22026-03-13T18:18:57.105Zstarting task 0: "setup"
32026-03-13T18:18:57.113Z++ uname -s
42026-03-13T18:18:57.117Z+ kern=SunOS
52026-03-13T18:18:57.117Z+ build_user=build
62026-03-13T18:18:57.117Z+ build_uid=12345
72026-03-13T18:18:57.117Z+ work_dir=/work
82026-03-13T18:18:57.117Z+ input_dir=/input
92026-03-13T18:18:57.117Z+ [[ 0 == 12345 ]]
102026-03-13T18:18:57.117Z+ case "$kern" in
112026-03-13T18:18:57.117Z+ groupadd -g 12345 build
122026-03-13T18:18:57.120Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T18:18:59.126Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T18:18:59.239Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T18:18:59.242Z+ home_fs=zfs
162026-03-13T18:18:59.242Z+ [[ zfs == autofs ]]
172026-03-13T18:18:59.242Z+ mkdir -p /home/build
182026-03-13T18:18:59.245Z+ chown build:build /home/build /work
192026-03-13T18:19:01.247Z+ chmod 0700 /home/build /work
202026-03-13T18:19:01.250Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-13T18:19:01.258Zstarting task 1: "rust-toolchain"
222026-03-13T18:19:01.264Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T18:19:01.264Z * rust toolchain channel = "1.91.1"
242026-03-13T18:19:01.264Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T18:19:01.264Z * rust toolchain profile = "default"
262026-03-13T18:19:01.264Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T18:19:01.264Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T18:19:01.267Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T18:19:01.267Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T18:19:01.394Zinfo: downloading installer
312026-03-13T18:19:03.165Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T18:19:03.165Zwarn: /opt/ooce/bin
332026-03-13T18:19:03.165Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T18:19:03.165Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T18:19:03.165Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T18:19:03.165Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T18:19:03.165Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T18:19:03.165Zerror: cannot install while Rust is installed
392026-03-13T18:19:03.165Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T18:19:03.165Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T18:19:03.165Zwarn: /home/build/.rustup/settings.toml
422026-03-13T18:19:03.166Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T18:19:03.166Zwarn: instead of the one inferred from the default host triple.
442026-03-13T18:19:03.177Zinfo: profile set to default
452026-03-13T18:19:03.177Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T18:19:03.182Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T18:19:03.381Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T18:19:03.384Zinfo: downloading 6 components
492026-03-13T18:19:19.572Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T18:19:19.572Z
512026-03-13T18:19:19.681Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T18:19:19.681Z
532026-03-13T18:19:19.689Z
542026-03-13T18:19:19.689ZRust is installed now. Great!
552026-03-13T18:19:19.689Z
562026-03-13T18:19:19.689ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T18:19:19.689Zenvironment variable. This has not been done automatically.
582026-03-13T18:19:19.689Z
592026-03-13T18:19:19.689ZTo configure your current shell, you need to source
602026-03-13T18:19:19.690Zthe corresponding env file under $HOME/.cargo.
612026-03-13T18:19:19.690Z
622026-03-13T18:19:19.690ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T18:19:19.690Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T18:19:19.690Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T18:19:19.690Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T18:19:19.690Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T18:19:19.690Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T18:19:19.690Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T18:19:19.690Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T18:19:19.690Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T18:19:19.727Z+ rustup --version
722026-03-13T18:19:19.734Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T18:19:19.738Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T18:19:19.763Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T18:19:19.766Z+ cargo --version
762026-03-13T18:19:19.778Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T18:19:19.781Z+ rustc --version
782026-03-13T18:19:19.807Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T18:19:19.812Zprocess exited: duration 18550 ms, exit code 0
 
802026-03-13T18:19:19.819Zstarting task 2: "authentication"
812026-03-13T18:19:19.840Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T18:19:19.846Zstarting task 3: "clone repository"
832026-03-13T18:19:19.852Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T18:19:19.855Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T18:19:19.889ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T18:19:37.927Z+ cd /work/oxidecomputer/omicron
872026-03-13T18:19:37.932Z+ git fetch origin b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3
882026-03-13T18:19:38.280ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T18:19:38.280Z * branch b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 -> FETCH_HEAD
902026-03-13T18:19:38.293Z+ [[ -n bump-console-41d066cc ]]
912026-03-13T18:19:38.298Z++ git branch --show-current
922026-03-13T18:19:38.298Z+ current=main
932026-03-13T18:19:38.298Z+ [[ main != bump-console-41d066cc ]]
942026-03-13T18:19:38.299Z+ git branch -f bump-console-41d066cc b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3
952026-03-13T18:19:38.303Z+ git checkout -f bump-console-41d066cc
962026-03-13T18:19:38.640ZSwitched to branch 'bump-console-41d066cc'
972026-03-13T18:19:38.646Z+ git reset --hard b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3
982026-03-13T18:19:38.668ZHEAD is now at b2686d401 Bump web console (fleet access + light mode polish)
992026-03-13T18:19:38.675Zprocess exited: duration 18816 ms, exit code 0
 
1002026-03-13T18:19:38.754Zstarting task 4: "build"
1012026-03-13T18:19:38.768Z+ source .github/buildomat/ci-env.sh
1022026-03-13T18:19:38.768Z++ export CARGO_TERM_COLOR=always
1032026-03-13T18:19:38.768Z++ CARGO_TERM_COLOR=always
1042026-03-13T18:19:38.768Z+ cargo --version
1052026-03-13T18:19:38.768Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T18:19:38.768Z+ rustc --version
1072026-03-13T18:19:38.797Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T18:19:38.805Z+ WORK=/work
1092026-03-13T18:19:38.805Z+ pfexec mkdir -p /work
1102026-03-13T18:19:38.810Z+ pfexec chown build /work
1112026-03-13T18:19:38.811Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-13T18:19:51.131Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-13T18:20:01.040Z Startup: Caching catalogs ... Done
1142026-03-13T18:20:23.254ZPlanning: Solver setup ... Done (20.607s)
1152026-03-13T18:20:23.400ZPlanning: Running solver ... Done (0.152s)
1162026-03-13T18:20:23.585ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-13T18:20:23.599ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-13T18:20:23.767ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-13T18:20:23.817ZPlanning: Package planning ... Done (0.045s)
1202026-03-13T18:20:23.850ZPlanning: Merging actions ... Done (0.038s)
1212026-03-13T18:20:24.097ZPlanning: Checking for conflicting actions ... Done (0.241s)
1222026-03-13T18:20:24.112ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-13T18:20:26.327ZPlanning: Evaluating mediators ... Done (2.210s)
1242026-03-13T18:20:26.338ZPlanning: Planning completed in 25.14 seconds
1252026-03-13T18:20:26.384Z Packages to install: 4
1262026-03-13T18:20:26.385Z Mediators to change: 2
1272026-03-13T18:20:26.385Z Services to change: 1
1282026-03-13T18:20:26.385Z Estimated space available: 155.43 GB
1292026-03-13T18:20:26.385ZEstimated space to be consumed: 1.83 GB
1302026-03-13T18:20:26.385Z Create boot environment: No
1312026-03-13T18:20:26.385ZCreate backup boot environment: No
1322026-03-13T18:20:26.385Z Rebuild boot archive: No
1332026-03-13T18:20:26.385Z
1342026-03-13T18:20:26.385ZChanged mediators:
1352026-03-13T18:20:26.385Z mediator clang:
1362026-03-13T18:20:26.385Z version: None -> 15 (system default)
1372026-03-13T18:20:26.386Z
1382026-03-13T18:20:26.386Z mediator llvm:
1392026-03-13T18:20:26.386Z version: 14 (system default) -> 15 (system default)
1402026-03-13T18:20:26.386Z
1412026-03-13T18:20:26.386ZChanged packages:
1422026-03-13T18:20:26.386Zhelios-dev
1432026-03-13T18:20:26.386Z developer/build-essential
1442026-03-13T18:20:26.386Z None -> 11-2.0
1452026-03-13T18:20:26.386Z library/libxmlsec1
1462026-03-13T18:20:26.386Z None -> 1.2.35-2.0
1472026-03-13T18:20:26.386Z ooce/developer/clang-15
1482026-03-13T18:20:26.387Z None -> 15.0.7-2.0
1492026-03-13T18:20:26.387Z ooce/developer/llvm-15
1502026-03-13T18:20:26.387Z None -> 15.0.7-2.0
1512026-03-13T18:20:26.387Z
1522026-03-13T18:20:26.387ZServices:
1532026-03-13T18:20:26.387Z restart_fmri:
1542026-03-13T18:20:26.387Z svc:/system/update-man-index:default
1552026-03-13T18:20:26.496Z
1562026-03-13T18:20:26.496ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-13T18:20:31.506ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1582026-03-13T18:20:41.840ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (15.5M/s)
1592026-03-13T18:20:50.290ZDownload: 3290/3290 items 212.6/212.6MB 100% complete (12.8M/s)
1602026-03-13T18:20:50.431ZDownload: Completed 212.60 MB in 19.82 seconds (10.7M/s)
1612026-03-13T18:20:50.431Z Actions: 1/3689 actions (Installing new actions)
1622026-03-13T18:20:50.759Z Actions: Completed 3689 actions in 4.21 seconds.
1632026-03-13T18:20:51.168Z Done (0.331s)
1642026-03-13T18:20:51.168Z Done (0.000s)
1652026-03-13T18:20:51.991Z Done (0.895s)
1662026-03-13T18:20:55.965Z Done (3.631s)
1672026-03-13T18:20:56.045Z Done (0.017s)
1682026-03-13T18:20:56.048Z Done (0.000s)
1692026-03-13T18:20:56.260Z Done (0.000s)
1702026-03-13T18:20:57.234ZPlanning: Evaluating mediator changes ... Done
1712026-03-13T18:20:57.378ZPlanning: Checking for conflicting actions ... Done
1722026-03-13T18:20:57.381ZPlanning: Consolidating action changes ... Done
1732026-03-13T18:20:57.597ZPlanning: Evaluating mediators ... Done
1742026-03-13T18:20:57.600ZPlanning: Planning completed in 0.36 seconds
1752026-03-13T18:20:57.627Z Mediators to change: 2
1762026-03-13T18:20:57.627Z Create boot environment: No
1772026-03-13T18:20:57.627ZCreate backup boot environment: No
1782026-03-13T18:20:57.696Z Done
1792026-03-13T18:20:57.696Z Done
1802026-03-13T18:20:58.430Z Done
1812026-03-13T18:21:01.778Z Done
1822026-03-13T18:21:01.868Z Done
1832026-03-13T18:21:01.871Z Done
1842026-03-13T18:21:02.023Z Done
1852026-03-13T18:21:02.570ZPlanning: Evaluating mediator changes ... Done
1862026-03-13T18:21:02.574ZPlanning: Merging actions ... Done
1872026-03-13T18:21:02.741ZPlanning: Checking for conflicting actions ... Done
1882026-03-13T18:21:02.746ZPlanning: Consolidating action changes ... Done
1892026-03-13T18:21:02.960ZPlanning: Evaluating mediators ... Done
1902026-03-13T18:21:03.002ZPlanning: Planning completed in 0.63 seconds
1912026-03-13T18:21:03.033Z Packages to change: 1
1922026-03-13T18:21:03.033Z Mediators to change: 1
1932026-03-13T18:21:03.033Z Services to change: 1
1942026-03-13T18:21:03.034Z Create boot environment: No
1952026-03-13T18:21:03.040ZCreate backup boot environment: Yes
1962026-03-13T18:21:05.517Z Actions: 1/6 actions (Updating modified actions)
1972026-03-13T18:21:05.521Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-13T18:21:05.521Z Done
1992026-03-13T18:21:05.521Z Done
2002026-03-13T18:21:05.711Z Done
2012026-03-13T18:21:09.007Z Done
2022026-03-13T18:21:09.090Z Done
2032026-03-13T18:21:09.093Z Done
2042026-03-13T18:21:09.250Z Done
2052026-03-13T18:21:09.635ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-13T18:21:09.635Zclang system 15 system
2072026-03-13T18:21:09.635Zcsh system system illumos
2082026-03-13T18:21:09.635Zctags system system illumos
2092026-03-13T18:21:09.635Zfile system system illumos
2102026-03-13T18:21:09.635Zgcc vendor 12 vendor
2112026-03-13T18:21:09.635Zgcc system 10 system
2122026-03-13T18:21:09.635Zgcc system 7 system
2132026-03-13T18:21:09.635Zgo system 1.20 system
2142026-03-13T18:21:09.635Zgo system 1.19 system
2152026-03-13T18:21:09.635Zllvm system 15 system
2162026-03-13T18:21:09.635Zllvm system 14 system
2172026-03-13T18:21:09.635Zmariadb system 10.6 system
2182026-03-13T18:21:09.635Zmta vendor vendor dma
2192026-03-13T18:21:09.635Zopenjdk system 17 system
2202026-03-13T18:21:09.635Zopenjdk system 11 system
2212026-03-13T18:21:09.636Zopenjdk system 1.8 system
2222026-03-13T18:21:09.636Zopenssl vendor 3 vendor
2232026-03-13T18:21:09.636Zperl system 5.36 system
2242026-03-13T18:21:09.636Zpostgresql system 15 system
2252026-03-13T18:21:09.636Zpostgresql system 13 system
2262026-03-13T18:21:09.636Zpython vendor 3 vendor
2272026-03-13T18:21:09.636Zpython system 2 system
2282026-03-13T18:21:09.636Zpython3 system 3.11 system
2292026-03-13T18:21:09.636Zruby system 3.0 system
2302026-03-13T18:21:09.638Zwords vendor vendor american-english
2312026-03-13T18:21:09.638Zwords system system australian-english
2322026-03-13T18:21:09.638Zwords system system british-english
2332026-03-13T18:21:09.638Zwords system system canadian-english
2342026-03-13T18:21:09.638Zwords system system french
2352026-03-13T18:21:09.639Zwords system system italian
2362026-03-13T18:21:09.639Zwords system system ngerman
2372026-03-13T18:21:09.639Zwords system system ogerman
2382026-03-13T18:21:09.639Zwords system system spanish
2392026-03-13T18:21:09.938ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-13T18:21:09.939Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-13T18:21:15.906ZFMRI IFO
2422026-03-13T18:21:15.906Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-13T18:21:15.906Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-13T18:21:15.906Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-13T18:21:15.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-13T18:21:15.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-13T18:21:15.906Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-13T18:21:15.906Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-13T18:21:15.907Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-13T18:21:15.908Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-13T18:21:15.908Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-13T18:21:15.908Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-13T18:21:15.908Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-13T18:21:15.908Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-13T18:21:15.908Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-13T18:21:15.908Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-13T18:21:15.908Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-13T18:21:17.178Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-13T18:21:17.463Z Updating crates.io index
2602026-03-13T18:21:17.508Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-13T18:21:17.751Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-13T18:21:18.909Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-13T18:21:19.256Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-13T18:21:19.891Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-13T18:21:20.858Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-13T18:21:21.457Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-13T18:21:22.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-13T18:21:24.464Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-13T18:21:25.577Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-13T18:21:25.926Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-13T18:21:27.108Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-13T18:21:27.959Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-13T18:21:28.968Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-13T18:21:28.984Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-13T18:21:29.886Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-13T18:21:30.366Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-13T18:21:30.785Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-13T18:21:31.280Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-13T18:21:31.763Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-13T18:21:31.985Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-13T18:21:32.252Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-13T18:21:32.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-13T18:21:33.098Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-13T18:21:33.433Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-13T18:21:34.252Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-13T18:21:34.481Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-13T18:21:34.832Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-13T18:21:35.127Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-13T18:21:36.708Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-13T18:21:37.071Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-13T18:21:37.552Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-13T18:21:37.922Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-13T18:21:38.251Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-13T18:21:38.844Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-13T18:21:39.095Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-13T18:21:39.390Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-13T18:21:39.843Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-13T18:21:54.863Z Downloading crates ...
2992026-03-13T18:21:54.902Z Downloaded pretty-hex v0.4.1
3002026-03-13T18:21:54.906Z Downloaded anstyle v1.0.13
3012026-03-13T18:21:54.909Z Downloaded fastrand v2.3.0
3022026-03-13T18:21:54.909Z Downloaded camino-tempfile v1.4.1
3032026-03-13T18:21:54.916Z Downloaded smallvec v1.15.1
3042026-03-13T18:21:54.923Z Downloaded icu_properties_data v2.1.2
3052026-03-13T18:21:54.930Z Downloaded typeid v1.0.3
3062026-03-13T18:21:54.934Z Downloaded tabled_derive v0.7.0
3072026-03-13T18:21:54.934Z Downloaded macaddr v1.0.1
3082026-03-13T18:21:54.934Z Downloaded icu_properties v2.1.2
3092026-03-13T18:21:54.938Z Downloaded unicode-ident v1.0.24
3102026-03-13T18:21:54.938Z Downloaded utf8_iter v1.0.4
3112026-03-13T18:21:54.942Z Downloaded clap v4.5.60
3122026-03-13T18:21:54.948Z Downloaded usdt-attr-macro v0.5.0
3132026-03-13T18:21:54.951Z Downloaded toml_write v0.1.2
3142026-03-13T18:21:54.951Z Downloaded utf8parse v0.2.2
3152026-03-13T18:21:54.951Z Downloaded unicode-linebreak v0.1.5
3162026-03-13T18:21:54.951Z Downloaded yoke-derive v0.8.1
3172026-03-13T18:21:54.955Z Downloaded heck v0.4.1
3182026-03-13T18:21:54.955Z Downloaded generic-array v0.14.7
3192026-03-13T18:21:54.955Z Downloaded clap_derive v4.5.55
3202026-03-13T18:21:54.959Z Downloaded version_check v0.9.5
3212026-03-13T18:21:54.959Z Downloaded unicode-xid v0.2.6
3222026-03-13T18:21:54.959Z Downloaded usdt-macro v0.5.0
3232026-03-13T18:21:54.959Z Downloaded thread-id v4.2.2
3242026-03-13T18:21:54.962Z Downloaded toml_datetime v0.6.11
3252026-03-13T18:21:54.962Z Downloaded thiserror-impl v2.0.18
3262026-03-13T18:21:54.962Z Downloaded icu_provider v2.1.1
3272026-03-13T18:21:54.966Z Downloaded zerofrom v0.1.6
3282026-03-13T18:21:54.966Z Downloaded usdt v0.5.0
3292026-03-13T18:21:54.966Z Downloaded log v0.4.29
3302026-03-13T18:21:54.970Z Downloaded stable_deref_trait v1.2.1
3312026-03-13T18:21:54.970Z Downloaded heck v0.5.0
3322026-03-13T18:21:54.970Z Downloaded cfg-if v1.0.4
3332026-03-13T18:21:54.973Z Downloaded errno v0.3.14
3342026-03-13T18:21:54.974Z Downloaded dof v0.3.0
3352026-03-13T18:21:54.977Z Downloaded proc-macro-error v1.0.4
3362026-03-13T18:21:54.977Z Downloaded pest_meta v2.8.6
3372026-03-13T18:21:54.980Z Downloaded zmij v1.0.21
3382026-03-13T18:21:54.981Z Downloaded zerofrom-derive v0.1.6
3392026-03-13T18:21:54.984Z Downloaded block-buffer v0.10.4
3402026-03-13T18:21:54.984Z Downloaded tinystr v0.8.2
3412026-03-13T18:21:54.984Z Downloaded writeable v0.6.2
3422026-03-13T18:21:54.988Z Downloaded thiserror-impl v1.0.69
3432026-03-13T18:21:54.988Z Downloaded yoke v0.8.1
3442026-03-13T18:21:54.988Z Downloaded usdt-impl v0.5.0
3452026-03-13T18:21:54.991Z Downloaded dtrace-parser v0.2.0
3462026-03-13T18:21:54.991Z Downloaded clap_lex v1.0.0
3472026-03-13T18:21:54.992Z Downloaded zerovec-derive v0.11.2
3482026-03-13T18:21:54.995Z Downloaded anstyle-query v1.1.5
3492026-03-13T18:21:55.001Z Downloaded proc-macro-error-attr v1.0.4
3502026-03-13T18:21:55.004Z Downloaded potential_utf v0.1.4
3512026-03-13T18:21:55.005Z Downloaded memmap v0.7.0
3522026-03-13T18:21:55.005Z Downloaded toml v0.8.23
3532026-03-13T18:21:55.005Z Downloaded byteorder v1.5.0
3542026-03-13T18:21:55.010Z Downloaded zerocopy-derive v0.7.35
3552026-03-13T18:21:55.013Z Downloaded is_terminal_polyfill v1.70.2
3562026-03-13T18:21:55.017Z Downloaded fnv v1.0.7
3572026-03-13T18:21:55.017Z Downloaded cpufeatures v0.2.17
3582026-03-13T18:21:55.018Z Downloaded percent-encoding v2.3.2
3592026-03-13T18:21:55.018Z Downloaded terminal_size v0.4.3
3602026-03-13T18:21:55.022Z Downloaded cargo-platform v0.2.0
3612026-03-13T18:21:55.022Z Downloaded ucd-trie v0.1.7
3622026-03-13T18:21:55.022Z Downloaded swrite v0.1.0
3632026-03-13T18:21:55.022Z Downloaded serde_spanned v0.6.9
3642026-03-13T18:21:55.022Z Downloaded textwrap v0.16.2
3652026-03-13T18:21:55.026Z Downloaded serde-value v0.7.0
3662026-03-13T18:21:55.027Z Downloaded toml_edit v0.22.27
3672026-03-13T18:21:55.030Z Downloaded colorchoice v1.0.4
3682026-03-13T18:21:55.033Z Downloaded smawk v0.3.2
3692026-03-13T18:21:55.033Z Downloaded zerotrie v0.2.3
3702026-03-13T18:21:55.037Z Downloaded url v2.5.8
3712026-03-13T18:21:55.037Z Downloaded plain v0.2.3
3722026-03-13T18:21:55.041Z Downloaded strsim v0.11.1
3732026-03-13T18:21:55.041Z Downloaded itoa v1.0.17
3742026-03-13T18:21:55.041Z Downloaded idna_adapter v1.2.1
3752026-03-13T18:21:55.042Z Downloaded typenum v1.19.0
3762026-03-13T18:21:55.045Z Downloaded equivalent v1.0.2
3772026-03-13T18:21:55.046Z Downloaded scroll_derive v0.12.1
3782026-03-13T18:21:55.050Z Downloaded zerovec v0.11.5
3792026-03-13T18:21:55.054Z Downloaded anstream v0.6.21
3802026-03-13T18:21:55.058Z Downloaded zerocopy v0.7.35
3812026-03-13T18:21:55.069Z Downloaded scroll v0.12.0
3822026-03-13T18:21:55.073Z Downloaded winnow v0.7.14
3832026-03-13T18:21:55.078Z Downloaded synstructure v0.13.2
3842026-03-13T18:21:55.081Z Downloaded quote v1.0.44
3852026-03-13T18:21:55.081Z Downloaded ordered-float v2.10.1
3862026-03-13T18:21:55.081Z Downloaded unicode-width v0.2.0
3872026-03-13T18:21:55.085Z Downloaded digest v0.10.7
3882026-03-13T18:21:55.088Z Downloaded bytecount v0.6.9
3892026-03-13T18:21:55.088Z Downloaded unicode-width v0.1.14
3902026-03-13T18:21:55.092Z Downloaded serde_tokenstream v0.2.3
3912026-03-13T18:21:55.092Z Downloaded cargo_toml v0.21.0
3922026-03-13T18:21:55.096Z Downloaded serde-untagged v0.1.9
3932026-03-13T18:21:55.096Z Downloaded fs-err v3.3.0
3942026-03-13T18:21:55.096Z Downloaded form_urlencoded v1.2.2
3952026-03-13T18:21:55.099Z Downloaded displaydoc v0.2.5
3962026-03-13T18:21:55.099Z Downloaded thiserror v1.0.69
3972026-03-13T18:21:55.103Z Downloaded sha2 v0.10.9
3982026-03-13T18:21:55.103Z Downloaded autocfg v1.5.0
3992026-03-13T18:21:55.106Z Downloaded litemap v0.8.1
4002026-03-13T18:21:55.107Z Downloaded once_cell v1.21.3
4012026-03-13T18:21:55.110Z Downloaded camino v1.2.2
4022026-03-13T18:21:55.110Z Downloaded anstyle-parse v0.2.7
4032026-03-13T18:21:55.110Z Downloaded icu_normalizer v2.1.1
4042026-03-13T18:21:55.114Z Downloaded thiserror v2.0.18
4052026-03-13T18:21:55.117Z Downloaded cargo-util-schemas v0.8.2
4062026-03-13T18:21:55.117Z Downloaded anyhow v1.0.102
4072026-03-13T18:21:55.121Z Downloaded pest_derive v2.8.6
4082026-03-13T18:21:55.123Z Downloaded tempfile v3.25.0
4092026-03-13T18:21:55.131Z Downloaded pest_generator v2.8.6
4102026-03-13T18:21:55.131Z Downloaded erased-serde v0.4.9
4112026-03-13T18:21:55.131Z Downloaded crypto-common v0.1.7
4122026-03-13T18:21:55.131Z Downloaded semver v1.0.27
4132026-03-13T18:21:55.134Z Downloaded cargo_metadata v0.21.0
4142026-03-13T18:21:55.203Z Downloaded papergrid v0.11.0
4152026-03-13T18:21:55.203Z Downloaded serde_core v1.0.228
4162026-03-13T18:21:55.203Z Downloaded num-traits v0.2.19
4172026-03-13T18:21:55.203Z Downloaded icu_normalizer_data v2.1.1
4182026-03-13T18:21:55.203Z Downloaded serde_derive v1.0.228
4192026-03-13T18:21:55.203Z Downloaded bitflags v2.11.0
4202026-03-13T18:21:55.203Z Downloaded icu_locale_core v2.1.1
4212026-03-13T18:21:55.203Z Downloaded getrandom v0.4.1
4222026-03-13T18:21:55.203Z Downloaded proc-macro2 v1.0.106
4232026-03-13T18:21:55.203Z Downloaded icu_collections v2.1.1
4242026-03-13T18:21:55.203Z Downloaded serde v1.0.228
4252026-03-13T18:21:55.207Z Downloaded hashbrown v0.16.1
4262026-03-13T18:21:55.210Z Downloaded memchr v2.8.0
4272026-03-13T18:21:55.214Z Downloaded clap_builder v4.5.60
4282026-03-13T18:21:55.217Z Downloaded indexmap v2.13.0
4292026-03-13T18:21:55.230Z Downloaded idna v1.1.0
4302026-03-13T18:21:55.233Z Downloaded pest v2.8.6
4312026-03-13T18:21:55.246Z Downloaded serde_json v1.0.149
4322026-03-13T18:21:55.268Z Downloaded goblin v0.8.2
4332026-03-13T18:21:55.281Z Downloaded tabled v0.15.0
4342026-03-13T18:21:55.292Z Downloaded syn v1.0.109
4352026-03-13T18:21:55.303Z Downloaded syn v2.0.117
4362026-03-13T18:21:55.311Z Downloaded rustix v1.1.3
4372026-03-13T18:21:55.350Z Downloaded libc v0.2.180
4382026-03-13T18:21:55.429Z Compiling proc-macro2 v1.0.106
4392026-03-13T18:21:55.432Z Compiling unicode-ident v1.0.24
4402026-03-13T18:21:55.432Z Compiling quote v1.0.44
4412026-03-13T18:21:55.433Z Compiling serde_core v1.0.228
4422026-03-13T18:21:55.433Z Compiling libc v0.2.180
4432026-03-13T18:21:55.433Z Compiling version_check v0.9.5
4442026-03-13T18:21:55.433Z Compiling stable_deref_trait v1.2.1
4452026-03-13T18:21:55.433Z Compiling memchr v2.8.0
4462026-03-13T18:21:55.433Z Compiling serde v1.0.228
4472026-03-13T18:21:55.638Z Compiling zmij v1.0.21
4482026-03-13T18:21:55.641Z Compiling ucd-trie v0.1.7
4492026-03-13T18:21:55.660Z Compiling thiserror v1.0.69
4502026-03-13T18:21:55.684Z Compiling itoa v1.0.17
4512026-03-13T18:21:55.688Z Compiling autocfg v1.5.0
4522026-03-13T18:21:55.688Z Compiling writeable v0.6.2
4532026-03-13T18:21:55.902Z Compiling litemap v0.8.1
4542026-03-13T18:21:55.905Z Compiling icu_normalizer_data v2.1.1
4552026-03-13T18:21:56.230Z Compiling icu_properties_data v2.1.2
4562026-03-13T18:21:56.288Z Compiling pest v2.8.6
4572026-03-13T18:21:56.317Z Compiling byteorder v1.5.0
4582026-03-13T18:21:56.317Z Compiling rustix v1.1.3
4592026-03-13T18:21:56.321Z Compiling serde_json v1.0.149
4602026-03-13T18:21:56.427Z Compiling bitflags v2.11.0
4612026-03-13T18:21:56.567Z Compiling num-traits v0.2.19
4622026-03-13T18:21:56.625Z Compiling equivalent v1.0.2
4632026-03-13T18:21:56.791Z Compiling smallvec v1.15.1
4642026-03-13T18:21:56.796Z Compiling typeid v1.0.3
4652026-03-13T18:21:56.871Z Compiling hashbrown v0.16.1
4662026-03-13T18:21:56.980Z Compiling proc-macro-error-attr v1.0.4
4672026-03-13T18:21:57.114Z Compiling usdt-impl v0.5.0
4682026-03-13T18:21:57.120Z Compiling toml_write v0.1.2
4692026-03-13T18:21:57.120Z Compiling syn v1.0.109
4702026-03-13T18:21:57.227Z Compiling winnow v0.7.14
4712026-03-13T18:21:57.290Z Compiling errno v0.3.14
4722026-03-13T18:21:57.355Z Compiling thread-id v4.2.2
4732026-03-13T18:21:57.360Z Compiling erased-serde v0.4.9
4742026-03-13T18:21:57.530Z Compiling proc-macro-error v1.0.4
4752026-03-13T18:21:57.530Z Compiling getrandom v0.4.1
4762026-03-13T18:21:57.611Z Compiling percent-encoding v2.3.2
4772026-03-13T18:21:57.639Z Compiling indexmap v2.13.0
4782026-03-13T18:21:57.726Z Compiling syn v2.0.117
4792026-03-13T18:21:57.730Z Compiling plain v0.2.3
4802026-03-13T18:21:57.786Z Compiling log v0.4.29
4812026-03-13T18:21:57.789Z Compiling utf8parse v0.2.2
4822026-03-13T18:21:57.845Z Compiling pest_meta v2.8.6
4832026-03-13T18:21:57.903Z Compiling camino v1.2.2
4842026-03-13T18:21:57.931Z Compiling utf8_iter v1.0.4
4852026-03-13T18:21:57.935Z Compiling thiserror v2.0.18
4862026-03-13T18:21:57.983Z Compiling anstyle-parse v0.2.7
4872026-03-13T18:21:58.108Z Compiling form_urlencoded v1.2.2
4882026-03-13T18:21:58.220Z Compiling anstyle v1.0.13
4892026-03-13T18:21:58.249Z Compiling pretty-hex v0.4.1
4902026-03-13T18:21:58.358Z Compiling colorchoice v1.0.4
4912026-03-13T18:21:58.437Z Compiling ordered-float v2.10.1
4922026-03-13T18:21:58.467Z Compiling cfg-if v1.0.4
4932026-03-13T18:21:58.527Z Compiling is_terminal_polyfill v1.70.2
4942026-03-13T18:21:58.555Z Compiling anstyle-query v1.1.5
4952026-03-13T18:21:58.642Z Compiling fs-err v3.3.0
4962026-03-13T18:21:58.647Z Compiling heck v0.5.0
4972026-03-13T18:21:58.727Z Compiling terminal_size v0.4.3
4982026-03-13T18:21:58.755Z Compiling unicode-xid v0.2.6
4992026-03-13T18:21:58.786Z Compiling anstream v0.6.21
5002026-03-13T18:21:58.790Z Compiling clap_lex v1.0.0
5012026-03-13T18:21:58.895Z Compiling strsim v0.11.1
5022026-03-13T18:21:58.900Z Compiling heck v0.4.1
5032026-03-13T18:21:59.019Z Compiling semver v1.0.27
5042026-03-13T18:21:59.160Z Compiling fnv v1.0.7
5052026-03-13T18:21:59.184Z Compiling unicode-width v0.1.14
5062026-03-13T18:21:59.235Z Compiling fastrand v2.3.0
5072026-03-13T18:21:59.274Z Compiling bytecount v0.6.9
5082026-03-13T18:21:59.313Z Compiling once_cell v1.21.3
5092026-03-13T18:21:59.342Z Compiling anyhow v1.0.102
5102026-03-13T18:21:59.370Z Compiling clap_builder v4.5.60
5112026-03-13T18:21:59.476Z Compiling memmap v0.7.0
5122026-03-13T18:21:59.523Z Compiling papergrid v0.11.0
5132026-03-13T18:21:59.553Z Compiling tempfile v3.25.0
5142026-03-13T18:21:59.583Z Compiling serde-untagged v0.1.9
5152026-03-13T18:21:59.587Z Compiling unicode-linebreak v0.1.5
5162026-03-13T18:21:59.641Z Compiling unicode-width v0.2.0
5172026-03-13T18:21:59.645Z Compiling smawk v0.3.2
5182026-03-13T18:21:59.745Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-13T18:21:59.933Z Compiling camino-tempfile v1.4.1
5202026-03-13T18:21:59.962Z Compiling textwrap v0.16.2
5212026-03-13T18:22:00.032Z Compiling swrite v0.1.0
5222026-03-13T18:22:00.546Z Compiling tabled_derive v0.7.0
5232026-03-13T18:22:01.414Z Compiling tabled v0.15.0
5242026-03-13T18:22:01.452Z Compiling synstructure v0.13.2
5252026-03-13T18:22:01.452Z Compiling pest_generator v2.8.6
5262026-03-13T18:22:02.189Z Compiling serde_derive v1.0.228
5272026-03-13T18:22:02.210Z Compiling zerofrom-derive v0.1.6
5282026-03-13T18:22:02.211Z Compiling yoke-derive v0.8.1
5292026-03-13T18:22:02.211Z Compiling zerovec-derive v0.11.2
5302026-03-13T18:22:02.211Z Compiling displaydoc v0.2.5
5312026-03-13T18:22:02.211Z Compiling thiserror-impl v1.0.69
5322026-03-13T18:22:02.211Z Compiling zerocopy-derive v0.7.35
5332026-03-13T18:22:02.211Z Compiling scroll_derive v0.12.1
5342026-03-13T18:22:02.290Z Compiling pest_derive v2.8.6
5352026-03-13T18:22:02.315Z Compiling thiserror-impl v2.0.18
5362026-03-13T18:22:02.449Z Compiling clap_derive v4.5.55
5372026-03-13T18:22:03.160Z Compiling scroll v0.12.0
5382026-03-13T18:22:03.214Z Compiling zerocopy v0.7.35
5392026-03-13T18:22:03.463Z Compiling goblin v0.8.2
5402026-03-13T18:22:03.688Z Compiling zerofrom v0.1.6
5412026-03-13T18:22:03.702Z Compiling dtrace-parser v0.2.0
5422026-03-13T18:22:03.807Z Compiling yoke v0.8.1
5432026-03-13T18:22:04.006Z Compiling zerovec v0.11.5
5442026-03-13T18:22:04.006Z Compiling zerotrie v0.2.3
5452026-03-13T18:22:04.240Z Compiling clap v4.5.60
5462026-03-13T18:22:04.621Z Compiling tinystr v0.8.2
5472026-03-13T18:22:04.621Z Compiling potential_utf v0.1.4
5482026-03-13T18:22:04.761Z Compiling icu_collections v2.1.1
5492026-03-13T18:22:04.843Z Compiling icu_locale_core v2.1.1
5502026-03-13T18:22:05.521Z Compiling toml_datetime v0.6.11
5512026-03-13T18:22:05.521Z Compiling serde_spanned v0.6.9
5522026-03-13T18:22:05.526Z Compiling serde-value v0.7.0
5532026-03-13T18:22:05.526Z Compiling cargo-platform v0.2.0
5542026-03-13T18:22:05.526Z Compiling macaddr v1.0.1
5552026-03-13T18:22:05.553Z Compiling dof v0.3.0
5562026-03-13T18:22:05.557Z Compiling serde_tokenstream v0.2.3
5572026-03-13T18:22:05.655Z Compiling icu_provider v2.1.1
5582026-03-13T18:22:05.813Z Compiling toml_edit v0.22.27
5592026-03-13T18:22:06.059Z Compiling icu_properties v2.1.2
5602026-03-13T18:22:06.059Z Compiling icu_normalizer v2.1.1
5612026-03-13T18:22:06.509Z Compiling usdt-attr-macro v0.5.0
5622026-03-13T18:22:06.513Z Compiling usdt-macro v0.5.0
5632026-03-13T18:22:07.189Z Compiling idna_adapter v1.2.1
5642026-03-13T18:22:07.309Z Compiling usdt v0.5.0
5652026-03-13T18:22:07.331Z Compiling idna v1.1.0
5662026-03-13T18:22:07.575Z Compiling toml v0.8.23
5672026-03-13T18:22:07.664Z Compiling url v2.5.8
5682026-03-13T18:22:08.055Z Compiling cargo_toml v0.21.0
5692026-03-13T18:22:08.289Z Compiling cargo-util-schemas v0.8.2
5702026-03-13T18:22:09.301Z Compiling cargo_metadata v0.21.0
5712026-03-13T18:22:10.570Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-13T18:22:13.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.55s
5732026-03-13T18:22:13.786Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-13T18:22:14.532Z Downloading crates ...
5752026-03-13T18:22:14.630Z Downloaded async-recursion v1.1.1
5762026-03-13T18:22:14.643Z Downloaded base16ct v1.0.0
5772026-03-13T18:22:14.653Z Downloaded crucible-workspace-hack v0.1.0
5782026-03-13T18:22:14.653Z Downloaded defmt v0.3.100
5792026-03-13T18:22:14.662Z Downloaded crossbeam-deque v0.8.6
5802026-03-13T18:22:14.662Z Downloaded fatfs v0.3.6
5812026-03-13T18:22:14.668Z Downloaded blake2 v0.10.6
5822026-03-13T18:22:14.672Z Downloaded dtrace-parser v0.3.0
5832026-03-13T18:22:14.672Z Downloaded critical-section v1.2.0
5842026-03-13T18:22:14.677Z Downloaded fallible-iterator v0.2.0
5852026-03-13T18:22:14.677Z Downloaded ena v0.14.4
5862026-03-13T18:22:14.682Z Downloaded crossbeam-utils v0.8.21
5872026-03-13T18:22:14.686Z Downloaded drift v0.1.3
5882026-03-13T18:22:14.691Z Downloaded crc-catalog v2.4.0
5892026-03-13T18:22:14.697Z Downloaded camino-tempfile-ext v0.3.3
5902026-03-13T18:22:14.701Z Downloaded block-padding v0.3.3
5912026-03-13T18:22:14.701Z Downloaded bitfield-struct v0.6.2
5922026-03-13T18:22:14.709Z Downloaded dsl_auto_type v0.1.3
5932026-03-13T18:22:14.709Z Downloaded erased-serde v0.3.31
5942026-03-13T18:22:14.717Z Downloaded derive_builder v0.20.2
5952026-03-13T18:22:14.729Z Downloaded derive_builder_macro v0.20.2
5962026-03-13T18:22:14.729Z Downloaded der_derive v0.7.3
5972026-03-13T18:22:14.734Z Downloaded foreign-types-macros v0.2.3
5982026-03-13T18:22:14.734Z Downloaded castaway v0.2.4
5992026-03-13T18:22:14.734Z Downloaded float-cmp v0.10.0
6002026-03-13T18:22:14.740Z Downloaded fd-lock v4.0.4
6012026-03-13T18:22:14.741Z Downloaded csv-core v0.1.13
6022026-03-13T18:22:14.749Z Downloaded flagset v0.4.7
6032026-03-13T18:22:14.749Z Downloaded assert_matches v1.5.0
6042026-03-13T18:22:14.758Z Downloaded foreign-types v0.5.0
6052026-03-13T18:22:14.758Z Downloaded crc v3.4.0
6062026-03-13T18:22:14.766Z Downloaded base16ct v0.2.0
6072026-03-13T18:22:14.766Z Downloaded foreign-types-shared v0.3.1
6082026-03-13T18:22:14.766Z Downloaded float-ord v0.3.2
6092026-03-13T18:22:14.776Z Downloaded dirs-sys-next v0.1.2
6102026-03-13T18:22:14.776Z Downloaded fixedbitset v0.4.2
6112026-03-13T18:22:14.776Z Downloaded dyn-clone v1.0.20
6122026-03-13T18:22:14.783Z Downloaded foreign-types-shared v0.1.1
6132026-03-13T18:22:14.783Z Downloaded endian-type v0.1.2
6142026-03-13T18:22:14.783Z Downloaded foldhash v0.2.0
6152026-03-13T18:22:14.788Z Downloaded ecdsa v0.16.9
6162026-03-13T18:22:14.788Z Downloaded defmt-parser v1.0.0
6172026-03-13T18:22:14.788Z Downloaded debug-ignore v1.0.5
6182026-03-13T18:22:14.792Z Downloaded dirs-next v2.0.0
6192026-03-13T18:22:14.798Z Downloaded bit-vec v0.6.3
6202026-03-13T18:22:14.801Z Downloaded argon2 v0.5.3
6212026-03-13T18:22:14.802Z Downloaded fxhash v0.2.1
6222026-03-13T18:22:14.807Z Downloaded bitfield v0.19.4
6232026-03-13T18:22:14.807Z Downloaded diesel_derives v2.2.7
6242026-03-13T18:22:14.813Z Downloaded gethostname v0.5.0
6252026-03-13T18:22:14.816Z Downloaded hash32 v0.2.1
6262026-03-13T18:22:14.822Z Downloaded hash32 v0.3.1
6272026-03-13T18:22:14.822Z Downloaded headers-core v0.3.0
6282026-03-13T18:22:14.832Z Downloaded hostname v0.4.2
6292026-03-13T18:22:14.832Z Downloaded hostname v0.3.1
6302026-03-13T18:22:14.836Z Downloaded fixedbitset v0.5.7
6312026-03-13T18:22:14.837Z Downloaded embedded-io v0.6.1
6322026-03-13T18:22:14.843Z Downloaded fs-err v2.11.0
6332026-03-13T18:22:14.843Z Downloaded hex-literal v0.4.1
6342026-03-13T18:22:14.853Z Downloaded const_format_proc_macros v0.2.34
6352026-03-13T18:22:14.853Z Downloaded http-body v1.0.1
6362026-03-13T18:22:14.861Z Downloaded cbc v0.1.2
6372026-03-13T18:22:14.861Z Downloaded hubpack v0.1.2
6382026-03-13T18:22:14.861Z Downloaded hyper-tls v0.6.0
6392026-03-13T18:22:14.866Z Downloaded derive_builder_core v0.20.2
6402026-03-13T18:22:14.866Z Downloaded fs_extra v1.3.0
6412026-03-13T18:22:14.884Z Downloaded ident_case v1.0.1
6422026-03-13T18:22:14.897Z Downloaded darling v0.23.0
6432026-03-13T18:22:14.897Z Downloaded hubpack_derive v0.1.1
6442026-03-13T18:22:14.907Z Downloaded indoc v1.0.9
6452026-03-13T18:22:14.907Z Downloaded group v0.13.0
6462026-03-13T18:22:14.907Z Downloaded is_ci v1.2.0
6472026-03-13T18:22:14.907Z Downloaded lalrpop-util v0.19.12
6482026-03-13T18:22:14.907Z Downloaded keccak v0.1.6
6492026-03-13T18:22:14.917Z Downloaded indent_write v2.2.0
6502026-03-13T18:22:14.917Z Downloaded lazy_static v1.5.0
6512026-03-13T18:22:14.917Z Downloaded instant v0.1.13
6522026-03-13T18:22:14.917Z Downloaded instability v0.3.11
6532026-03-13T18:22:14.922Z Downloaded console v0.16.2
6542026-03-13T18:22:14.923Z Downloaded ciborium v0.2.2
6552026-03-13T18:22:14.930Z Downloaded console v0.15.11
6562026-03-13T18:22:14.930Z Downloaded ff v0.13.1
6572026-03-13T18:22:14.937Z Downloaded darling v0.21.3
6582026-03-13T18:22:14.937Z Downloaded home v0.5.12
6592026-03-13T18:22:14.945Z Downloaded kstat-rs v0.2.4
6602026-03-13T18:22:14.946Z Downloaded hyper-staticfile v0.10.1
6612026-03-13T18:22:14.957Z Downloaded lru-slab v0.1.2
6622026-03-13T18:22:14.957Z Downloaded linked-hash-map v0.5.6
6632026-03-13T18:22:14.957Z Downloaded libscf-sys v1.1.0
6642026-03-13T18:22:14.957Z Downloaded lru v0.12.5
6652026-03-13T18:22:14.957Z Downloaded managed v0.8.0
6662026-03-13T18:22:14.957Z Downloaded humantime v2.3.0
6672026-03-13T18:22:14.967Z Downloaded lzss v0.8.2
6682026-03-13T18:22:14.968Z Downloaded lru-cache v0.1.2
6692026-03-13T18:22:14.974Z Downloaded getrandom v0.2.17
6702026-03-13T18:22:14.974Z Downloaded ingot-types v0.1.2
6712026-03-13T18:22:14.974Z Downloaded memoffset v0.9.1
6722026-03-13T18:22:14.974Z Downloaded ipnet v2.11.0
6732026-03-13T18:22:14.980Z Downloaded new_debug_unreachable v1.0.6
6742026-03-13T18:22:14.989Z Downloaded newtype_derive v0.1.6
6752026-03-13T18:22:14.989Z Downloaded normalize-line-endings v0.3.0
6762026-03-13T18:22:14.989Z Downloaded is-terminal v0.4.17
6772026-03-13T18:22:14.994Z Downloaded multimap v0.10.1
6782026-03-13T18:22:14.994Z Downloaded hickory-client v0.25.2
6792026-03-13T18:22:14.994Z Downloaded nodrop v0.1.14
6802026-03-13T18:22:15.000Z Downloaded mime v0.3.17
6812026-03-13T18:22:15.000Z Downloaded dropshot_endpoint v0.16.7
6822026-03-13T18:22:15.008Z Downloaded diff v0.1.13
6832026-03-13T18:22:15.008Z Downloaded cookie_store v0.22.1
6842026-03-13T18:22:15.013Z Downloaded cookie v0.18.1
6852026-03-13T18:22:15.013Z Downloaded newtype-uuid-macros v0.1.0
6862026-03-13T18:22:15.018Z Downloaded num-conv v0.2.0
6872026-03-13T18:22:15.018Z Downloaded num-derive v0.3.3
6882026-03-13T18:22:15.024Z Downloaded num-iter v0.1.45
6892026-03-13T18:22:15.024Z Downloaded hyper-rustls v0.27.7
6902026-03-13T18:22:15.032Z Downloaded iana-time-zone v0.1.65
6912026-03-13T18:22:15.041Z Downloaded num_threads v0.1.7
6922026-03-13T18:22:15.041Z Downloaded elliptic-curve v0.13.8
6932026-03-13T18:22:15.041Z Downloaded derive_more v0.99.20
6942026-03-13T18:22:15.047Z Downloaded num_enum_derive v0.5.11
6952026-03-13T18:22:15.047Z Downloaded mime_guess v2.0.5
6962026-03-13T18:22:15.047Z Downloaded opaque-debug v0.3.1
6972026-03-13T18:22:15.052Z Downloaded openssl-probe v0.2.1
6982026-03-13T18:22:15.052Z Downloaded openssl-probe v0.1.6
6992026-03-13T18:22:15.057Z Downloaded getrandom v0.3.4
7002026-03-13T18:22:15.057Z Downloaded multer v3.1.0
7012026-03-13T18:22:15.062Z Downloaded half v1.8.3
7022026-03-13T18:22:15.062Z Downloaded ingot-macros v0.1.1
7032026-03-13T18:22:15.066Z Downloaded native-tls v0.2.18
7042026-03-13T18:22:15.075Z Downloaded oso-derive v0.27.3
7052026-03-13T18:22:15.075Z Downloaded openssl-macros v0.1.1
7062026-03-13T18:22:15.075Z Downloaded parse-display v0.10.0
7072026-03-13T18:22:15.075Z Downloaded parse-size v1.1.0
7082026-03-13T18:22:15.075Z Downloaded packed_struct_codegen v0.10.1
7092026-03-13T18:22:15.080Z Downloaded pbkdf2 v0.11.0
7102026-03-13T18:22:15.087Z Downloaded nu-ansi-term v0.50.3
7112026-03-13T18:22:15.087Z Downloaded compact_str v0.8.1
7122026-03-13T18:22:15.092Z Downloaded const-oid v0.9.6
7132026-03-13T18:22:15.092Z Downloaded const_format v0.2.35
7142026-03-13T18:22:15.097Z Downloaded nibble_vec v0.1.0
7152026-03-13T18:22:15.103Z Downloaded num-complex v0.4.6
7162026-03-13T18:22:15.103Z Downloaded peg-runtime v0.8.5
7172026-03-13T18:22:15.103Z Downloaded path-slash v0.1.5
7182026-03-13T18:22:15.108Z Downloaded libsw v3.5.0
7192026-03-13T18:22:15.108Z Downloaded phf_shared v0.11.3
7202026-03-13T18:22:15.114Z Downloaded bumpalo v3.20.2
7212026-03-13T18:22:15.114Z Downloaded phf_shared v0.13.1
7222026-03-13T18:22:15.121Z Downloaded num_enum_derive v0.7.5
7232026-03-13T18:22:15.121Z Downloaded httparse v1.10.1
7242026-03-13T18:22:15.121Z Downloaded flume v0.11.1
7252026-03-13T18:22:15.174Z Downloaded num_enum v0.5.11
7262026-03-13T18:22:15.184Z Downloaded num-rational v0.4.2
7272026-03-13T18:22:15.184Z Downloaded predicates-core v1.0.10
7282026-03-13T18:22:15.184Z Downloaded powerfmt v0.2.0
7292026-03-13T18:22:15.184Z Downloaded pin-utils v0.1.0
7302026-03-13T18:22:15.184Z Downloaded cc v1.2.56
7312026-03-13T18:22:15.184Z Downloaded packed_struct v0.10.1
7322026-03-13T18:22:15.184Z Downloaded oxnet v0.1.4
7332026-03-13T18:22:15.184Z Downloaded crc-any v2.5.0
7342026-03-13T18:22:15.184Z Downloaded precomputed-hash v0.1.1
7352026-03-13T18:22:15.184Z Downloaded num_enum v0.7.5
7362026-03-13T18:22:15.184Z Downloaded proc-macro-error-attr2 v2.0.0
7372026-03-13T18:22:15.185Z Downloaded proc-macro-crate v1.3.1
7382026-03-13T18:22:15.185Z Downloaded parse-display-derive v0.10.0
7392026-03-13T18:22:15.185Z Downloaded progenitor-client v0.10.0
7402026-03-13T18:22:15.185Z Downloaded newtype-uuid v1.3.2
7412026-03-13T18:22:15.185Z Downloaded heapless v0.8.0
7422026-03-13T18:22:15.185Z Downloaded proc-macro-crate v3.4.0
7432026-03-13T18:22:15.185Z Downloaded crossbeam-channel v0.5.15
7442026-03-13T18:22:15.185Z Downloaded psl-types v2.0.11
7452026-03-13T18:22:15.185Z Downloaded libbz2-rs-sys v0.2.2
7462026-03-13T18:22:15.185Z Downloaded password-hash v0.5.0
7472026-03-13T18:22:15.191Z Downloaded headers v0.4.1
7482026-03-13T18:22:15.191Z Downloaded progenitor-macro v0.13.0
7492026-03-13T18:22:15.191Z Downloaded progenitor-macro v0.11.2
7502026-03-13T18:22:15.197Z Downloaded pem v3.0.6
7512026-03-13T18:22:15.198Z Downloaded phf_shared v0.12.1
7522026-03-13T18:22:15.202Z Downloaded pem-rfc7468 v0.7.0
7532026-03-13T18:22:15.202Z Downloaded peg v0.8.5
7542026-03-13T18:22:15.206Z Downloaded rand_chacha v0.3.1
7552026-03-13T18:22:15.206Z Downloaded indicatif v0.18.4
7562026-03-13T18:22:16.218Z Downloaded pin-project-internal v1.1.11
7572026-03-13T18:22:16.218Z Downloaded phf v0.13.1
7582026-03-13T18:22:16.218Z Downloaded predicates-tree v1.0.13
7592026-03-13T18:22:16.225Z Downloaded polyval v0.6.2
7602026-03-13T18:22:16.225Z Downloaded radium v0.7.0
7612026-03-13T18:22:16.225Z Downloaded pin-project-lite v0.2.17
7622026-03-13T18:22:16.225Z Downloaded rand_xorshift v0.4.0
7632026-03-13T18:22:16.225Z Downloaded crypto-bigint v0.5.5
7642026-03-13T18:22:16.226Z Downloaded omicron-zone-package v0.12.2
7652026-03-13T18:22:16.226Z Downloaded recursive v0.1.1
7662026-03-13T18:22:16.226Z Downloaded progenitor v0.10.0
7672026-03-13T18:22:16.226Z Downloaded recursive-proc-macro-impl v0.1.1
7682026-03-13T18:22:16.226Z Downloaded paste v1.0.15
7692026-03-13T18:22:16.226Z Downloaded password-hash v0.4.2
7702026-03-13T18:22:16.226Z Downloaded progenitor-extras v0.1.1
7712026-03-13T18:22:16.226Z Downloaded primeorder v0.13.6
7722026-03-13T18:22:16.226Z Downloaded ref-cast v1.0.25
7732026-03-13T18:22:16.226Z Downloaded poly1305 v0.8.0
7742026-03-13T18:22:16.226Z Downloaded rfc6979 v0.4.0
7752026-03-13T18:22:16.226Z Downloaded progenitor-client v0.13.0
7762026-03-13T18:22:16.226Z Downloaded proc-macro-error2 v2.0.1
7772026-03-13T18:22:16.226Z Downloaded parking_lot_core v0.9.12
7782026-03-13T18:22:16.226Z Downloaded parking_lot_core v0.8.6
7792026-03-13T18:22:16.226Z Downloaded quick-error v1.2.3
7802026-03-13T18:22:16.226Z Downloaded russh-cryptovec v0.7.3
7812026-03-13T18:22:16.226Z Downloaded heapless v0.7.17
7822026-03-13T18:22:16.226Z Downloaded r2d2 v0.8.10
7832026-03-13T18:22:16.226Z Downloaded hickory-resolver v0.25.2
7842026-03-13T18:22:16.227Z Downloaded peg-macros v0.8.5
7852026-03-13T18:22:16.227Z Downloaded rtoolbox v0.0.3
7862026-03-13T18:22:16.227Z Downloaded flate2 v1.1.9
7872026-03-13T18:22:16.227Z Downloaded rustc_version v0.1.7
7882026-03-13T18:22:16.227Z Downloaded rand_chacha v0.9.0
7892026-03-13T18:22:16.227Z Downloaded expectorate v1.2.0
7902026-03-13T18:22:16.227Z Downloaded pkcs1 v0.7.5
7912026-03-13T18:22:16.227Z Downloaded rand_core v0.10.0
7922026-03-13T18:22:16.227Z Downloaded rand_core v0.9.5
7932026-03-13T18:22:16.227Z Downloaded rustc_version v0.4.1
7942026-03-13T18:22:16.227Z Downloaded postgres-types v0.2.12
7952026-03-13T18:22:16.227Z Downloaded pkcs5 v0.7.1
7962026-03-13T18:22:16.227Z Downloaded rustc-hash v2.1.1
7972026-03-13T18:22:16.227Z Downloaded rand_core v0.6.4
7982026-03-13T18:22:16.227Z Downloaded predicates v3.1.4
7992026-03-13T18:22:16.227Z Downloaded oso v0.27.3
8002026-03-13T18:22:16.227Z Downloaded parking_lot v0.12.5
8012026-03-13T18:22:16.228Z Downloaded scheduled-thread-pool v0.2.7
8022026-03-13T18:22:16.228Z Downloaded p256 v0.13.2
8032026-03-13T18:22:16.228Z Downloaded scopeguard v1.2.0
8042026-03-13T18:22:16.228Z Downloaded resolv-conf v0.7.6
8052026-03-13T18:22:16.228Z Downloaded postcard v1.1.3
8062026-03-13T18:22:16.228Z Downloaded sapling-renderdag v0.1.0
8072026-03-13T18:22:16.228Z Downloaded scroll_derive v0.13.1
8082026-03-13T18:22:16.228Z Downloaded parking_lot v0.11.2
8092026-03-13T18:22:16.228Z Downloaded progenitor-macro v0.10.0
8102026-03-13T18:22:16.228Z Downloaded papergrid v0.17.0
8112026-03-13T18:22:16.228Z Downloaded scrypt v0.11.0
8122026-03-13T18:22:16.228Z Downloaded serde-big-array v0.5.1
8132026-03-13T18:22:16.228Z Downloaded jiff-static v0.2.21
8142026-03-13T18:22:16.228Z Downloaded secrecy v0.10.3
8152026-03-13T18:22:16.228Z Downloaded hickory-resolver v0.24.4
8162026-03-13T18:22:16.228Z Downloaded quinn-udp v0.5.14
8172026-03-13T18:22:16.228Z Downloaded psm v0.1.30
8182026-03-13T18:22:16.228Z Downloaded same-file v1.0.6
8192026-03-13T18:22:16.228Z Downloaded serde_plain v1.0.2
8202026-03-13T18:22:16.228Z Downloaded serde_repr v0.1.20
8212026-03-13T18:22:16.228Z Downloaded serde_spanned v1.0.4
8222026-03-13T18:22:16.228Z Downloaded serde_bytes v0.11.19
8232026-03-13T18:22:16.229Z Downloaded signal-hook-mio v0.2.5
8242026-03-13T18:22:16.229Z Downloaded sha1 v0.10.6
8252026-03-13T18:22:16.229Z Downloaded shell-words v1.1.1
8262026-03-13T18:22:16.229Z Downloaded serde_urlencoded v0.7.1
8272026-03-13T18:22:16.229Z Downloaded seq-macro v0.3.6
8282026-03-13T18:22:16.229Z Downloaded semver v0.1.20
8292026-03-13T18:22:16.229Z Downloaded salsa20 v0.10.2
8302026-03-13T18:22:16.229Z Downloaded rustls-native-certs v0.8.3
8312026-03-13T18:22:16.229Z Downloaded pkg-config v0.3.32
8322026-03-13T18:22:16.229Z Downloaded miniz_oxide v0.8.9
8332026-03-13T18:22:16.229Z Downloaded ref-cast-impl v1.0.25
8342026-03-13T18:22:16.229Z Downloaded rustls-pemfile v1.0.4
8352026-03-13T18:22:16.229Z Downloaded rand_seeder v0.4.0
8362026-03-13T18:22:16.229Z Downloaded signature v2.2.0
8372026-03-13T18:22:16.229Z Downloaded base64 v0.21.7
8382026-03-13T18:22:16.229Z Downloaded sigpipe v0.1.3
8392026-03-13T18:22:16.229Z Downloaded rusty-fork v0.3.1
8402026-03-13T18:22:16.230Z Downloaded rustversion v1.0.22
8412026-03-13T18:22:16.230Z Downloaded openssl-sys v0.9.111
8422026-03-13T18:22:16.230Z Downloaded slog-bunyan v2.5.0
8432026-03-13T18:22:16.230Z Downloaded siphasher v1.0.2
8442026-03-13T18:22:16.230Z Downloaded slog-envlogger v2.2.0
8452026-03-13T18:22:16.230Z Downloaded signal-hook-tokio v0.3.1
8462026-03-13T18:22:16.231Z Downloaded minimal-lexical v0.2.1
8472026-03-13T18:22:16.231Z Downloaded progenitor v0.13.0
8482026-03-13T18:22:16.231Z Downloaded progenitor-impl v0.11.2
8492026-03-13T18:22:16.231Z Downloaded progenitor-impl v0.10.0
8502026-03-13T18:22:16.231Z Downloaded sec1 v0.7.3
8512026-03-13T18:22:16.231Z Downloaded scroll v0.13.0
8522026-03-13T18:22:16.231Z Downloaded hickory-server v0.25.2
8532026-03-13T18:22:16.231Z Downloaded serde-hex v0.1.0
8542026-03-13T18:22:16.231Z Downloaded sct v0.7.1
8552026-03-13T18:22:16.231Z Downloaded schemars_derive v0.8.22
8562026-03-13T18:22:16.231Z Downloaded http v1.4.0
8572026-03-13T18:22:16.231Z Downloaded aes v0.8.4
8582026-03-13T18:22:16.231Z Downloaded serde_path_to_error v0.1.20
8592026-03-13T18:22:16.239Z Downloaded serde_derive_internals v0.29.1
8602026-03-13T18:22:16.240Z Downloaded russh-keys v0.45.0
8612026-03-13T18:22:16.240Z Downloaded aes-gcm v0.10.3
8622026-03-13T18:22:16.240Z Downloaded strip-ansi-escapes v0.2.1
8632026-03-13T18:22:16.240Z Downloaded hyper-util v0.1.20
8642026-03-13T18:22:16.240Z Downloaded shlex v1.3.0
8652026-03-13T18:22:16.240Z Downloaded ssh-cipher v0.2.0
8662026-03-13T18:22:16.240Z Downloaded sqlparser_derive v0.5.0
8672026-03-13T18:22:16.240Z Downloaded rustls-pki-types v1.14.0
8682026-03-13T18:22:16.240Z Downloaded secrecy v0.8.0
8692026-03-13T18:22:16.241Z Downloaded simd-adler32 v0.3.8
8702026-03-13T18:22:16.241Z Downloaded strum v0.26.3
8712026-03-13T18:22:16.241Z Downloaded pin-project v1.1.11
8722026-03-13T18:22:16.241Z Downloaded structmeta-derive v0.3.0
8732026-03-13T18:22:16.241Z Downloaded rustls-pemfile v2.2.0
8742026-03-13T18:22:16.241Z Downloaded rcgen v0.12.1
8752026-03-13T18:22:16.241Z Downloaded prefix-trie v0.7.0
8762026-03-13T18:22:16.241Z Downloaded structmeta v0.3.0
8772026-03-13T18:22:16.241Z Downloaded hashbrown v0.13.2
8782026-03-13T18:22:16.241Z Downloaded slog-async v2.8.0
8792026-03-13T18:22:16.241Z Downloaded hashbrown v0.12.3
8802026-03-13T18:22:16.241Z Downloaded prettyplease v0.2.37
8812026-03-13T18:22:16.241Z Downloaded tagptr v0.2.0
8822026-03-13T18:22:16.241Z Downloaded tabled_derive v0.11.0
8832026-03-13T18:22:16.241Z Downloaded sync-ptr v0.1.4
8842026-03-13T18:22:16.241Z Downloaded supports-color v3.0.2
8852026-03-13T18:22:16.241Z Downloaded take_mut v0.2.2
8862026-03-13T18:22:16.241Z Downloaded tap v1.0.1
8872026-03-13T18:22:16.241Z Downloaded slog-scope v4.4.1
8882026-03-13T18:22:16.241Z Downloaded itertools v0.10.5
8892026-03-13T18:22:16.241Z Downloaded smf v0.2.3
8902026-03-13T18:22:16.241Z Downloaded smallvec v0.6.14
8912026-03-13T18:22:16.241Z Downloaded slog-json v2.6.1
8922026-03-13T18:22:16.241Z Downloaded slog-term v2.9.2
8932026-03-13T18:22:16.241Z Downloaded slog-stdlog v4.1.1
8942026-03-13T18:22:16.241Z Downloaded crossterm v0.29.0
8952026-03-13T18:22:16.241Z Downloaded termtree v0.5.1
8962026-03-13T18:22:16.241Z Downloaded sqlformat v0.3.5
8972026-03-13T18:22:16.241Z Downloaded thread-id v5.1.0
8982026-03-13T18:22:16.241Z Downloaded time-core v0.1.8
8992026-03-13T18:22:16.242Z Downloaded serde_with_macros v3.17.0
9002026-03-13T18:22:16.242Z Downloaded serde_cbor v0.11.2
9012026-03-13T18:22:16.242Z Downloaded spki v0.7.3
9022026-03-13T18:22:16.242Z Downloaded snafu-derive v0.8.9
9032026-03-13T18:22:16.242Z Downloaded ron v0.8.1
9042026-03-13T18:22:16.242Z Downloaded ssh-encoding v0.2.0
9052026-03-13T18:22:16.242Z Downloaded thiserror-impl-no-std v2.0.2
9062026-03-13T18:22:16.242Z Downloaded strum v0.27.2
9072026-03-13T18:22:16.242Z Downloaded static_assertions v1.1.0
9082026-03-13T18:22:16.242Z Downloaded tinyvec_macros v0.1.1
9092026-03-13T18:22:16.242Z Downloaded slab v0.4.12
9102026-03-13T18:22:16.242Z Downloaded testing_table v0.3.0
9112026-03-13T18:22:16.242Z Downloaded pretty_assertions v1.4.1
9122026-03-13T18:22:16.242Z Downloaded stringprep v0.1.5
9132026-03-13T18:22:16.242Z Downloaded string_cache v0.8.9
9142026-03-13T18:22:16.242Z Downloaded signal-hook-registry v1.4.8
9152026-03-13T18:22:16.242Z Downloaded progenitor-impl v0.13.0
9162026-03-13T18:22:16.242Z Downloaded strum_macros v0.24.3
9172026-03-13T18:22:16.242Z Downloaded mio v1.1.1
9182026-03-13T18:22:16.242Z Downloaded ryu v1.0.23
9192026-03-13T18:22:16.242Z Downloaded tabwriter v1.4.1
9202026-03-13T18:22:16.243Z Downloaded strum_macros v0.27.2
9212026-03-13T18:22:16.243Z Downloaded strum_macros v0.26.4
9222026-03-13T18:22:16.243Z Downloaded sync_wrapper v1.0.2
9232026-03-13T18:22:16.243Z Downloaded subtle v2.6.1
9242026-03-13T18:22:16.243Z Downloaded slog-dtrace v0.3.0
9252026-03-13T18:22:16.243Z Downloaded support-bundle-viewer v0.1.2
9262026-03-13T18:22:16.243Z Downloaded progenitor v0.11.2
9272026-03-13T18:22:16.243Z Downloaded ppv-lite86 v0.2.21
9282026-03-13T18:22:16.243Z Downloaded rayon-core v1.13.0
9292026-03-13T18:22:16.243Z Downloaded postgres-protocol v0.6.10
9302026-03-13T18:22:16.243Z Downloaded pkcs8 v0.10.2
9312026-03-13T18:22:16.243Z Downloaded futures v0.3.32
9322026-03-13T18:22:16.243Z Downloaded owo-colors v4.3.0
9332026-03-13T18:22:16.244Z Downloaded aws-lc-rs v1.16.0
9342026-03-13T18:22:16.244Z Downloaded topological-sort v0.2.2
9352026-03-13T18:22:16.244Z Downloaded phf v0.12.1
9362026-03-13T18:22:16.244Z Downloaded indexmap v1.9.3
9372026-03-13T18:22:16.244Z Downloaded ed25519-dalek v2.2.0
9382026-03-13T18:22:16.244Z Downloaded qorb v0.4.1
9392026-03-13T18:22:16.244Z Downloaded litrs v1.0.0
9402026-03-13T18:22:16.244Z Downloaded time-macros v0.2.27
9412026-03-13T18:22:16.244Z Downloaded tower-service v0.3.3
9422026-03-13T18:22:16.244Z Downloaded spin v0.9.8
9432026-03-13T18:22:16.244Z Downloaded stacker v0.1.23
9442026-03-13T18:22:16.244Z Downloaded num-bigint v0.4.6
9452026-03-13T18:22:16.244Z Downloaded tower-layer v0.3.3
9462026-03-13T18:22:16.244Z Downloaded trait-variant v0.1.2
9472026-03-13T18:22:16.245Z Downloaded similar v2.7.0
9482026-03-13T18:22:16.245Z Downloaded tls_codec_derive v0.4.2
9492026-03-13T18:22:16.245Z Downloaded iddqd v0.3.17
9502026-03-13T18:22:16.245Z Downloaded unarray v0.1.4
9512026-03-13T18:22:16.245Z Downloaded tls_codec v0.4.2
9522026-03-13T18:22:16.245Z Downloaded tiny-keccak v2.0.2
9532026-03-13T18:22:16.245Z Downloaded tokio-rustls v0.25.0
9542026-03-13T18:22:16.245Z Downloaded rustls-platform-verifier v0.6.2
9552026-03-13T18:22:16.245Z Downloaded tokio-native-tls v0.3.1
9562026-03-13T18:22:16.245Z Downloaded tokio-dtrace v0.1.1
9572026-03-13T18:22:16.245Z Downloaded typify-macro v0.6.1
9582026-03-13T18:22:16.245Z Downloaded rand v0.8.5
9592026-03-13T18:22:16.252Z Downloaded typify-macro v0.4.3
9602026-03-13T18:22:16.252Z Downloaded signal-hook v0.3.18
9612026-03-13T18:22:16.252Z Downloaded unicode-truncate v1.1.0
9622026-03-13T18:22:16.252Z Downloaded slog v2.8.2
9632026-03-13T18:22:16.252Z Downloaded utf-8 v0.7.6
9642026-03-13T18:22:16.252Z Downloaded tokio-macros v2.6.0
9652026-03-13T18:22:16.252Z Downloaded unit-prefix v0.5.2
9662026-03-13T18:22:16.252Z Downloaded usdt-macro v0.6.0
9672026-03-13T18:22:16.252Z Downloaded tokio-tungstenite v0.23.1
9682026-03-13T18:22:16.252Z Downloaded untrusted v0.9.0
9692026-03-13T18:22:16.252Z Downloaded usdt-attr-macro v0.6.0
9702026-03-13T18:22:16.252Z Downloaded usdt v0.6.0
9712026-03-13T18:22:16.252Z Downloaded hashbrown v0.15.5
9722026-03-13T18:22:16.252Z Downloaded schemars v0.8.22
9732026-03-13T18:22:16.252Z Downloaded term v0.7.0
9742026-03-13T18:22:16.252Z Downloaded universal-hash v0.5.1
9752026-03-13T18:22:16.252Z Downloaded aho-corasick v1.1.4
9762026-03-13T18:22:16.252Z Downloaded void v1.0.2
9772026-03-13T18:22:16.252Z Downloaded termios v0.3.3
9782026-03-13T18:22:16.252Z Downloaded quinn v0.11.9
9792026-03-13T18:22:16.252Z Downloaded nom v7.1.3
9802026-03-13T18:22:16.253Z Downloaded num-bigint-dig v0.8.6
9812026-03-13T18:22:16.253Z Downloaded want v0.3.1
9822026-03-13T18:22:16.253Z Downloaded waitgroup v0.1.2
9832026-03-13T18:22:16.253Z Downloaded publicsuffix v2.3.0
9842026-03-13T18:22:16.253Z Downloaded toml_writer v1.0.6+spec-1.1.0
9852026-03-13T18:22:16.253Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9862026-03-13T18:22:16.253Z Downloaded term v1.2.1
9872026-03-13T18:22:16.253Z Downloaded thread_local v1.1.9
9882026-03-13T18:22:16.253Z Downloaded socket2 v0.6.2
9892026-03-13T18:22:16.253Z Downloaded socket2 v0.5.10
9902026-03-13T18:22:16.253Z Downloaded unicase v2.9.0
9912026-03-13T18:22:16.253Z Downloaded tui-tree-widget v0.23.1
9922026-03-13T18:22:16.253Z Downloaded try-lock v0.2.5
9932026-03-13T18:22:16.253Z Downloaded itertools v0.13.0
9942026-03-13T18:22:16.253Z Downloaded itertools v0.12.1
9952026-03-13T18:22:16.254Z Downloaded rand v0.9.2
9962026-03-13T18:22:16.254Z Downloaded rustls-webpki v0.103.9
9972026-03-13T18:22:16.254Z Downloaded untrusted v0.7.1
9982026-03-13T18:22:16.254Z Downloaded tokio-tungstenite v0.21.0
9992026-03-13T18:22:16.254Z Downloaded schemars v1.2.1
10002026-03-13T18:22:16.254Z Downloaded xattr v1.6.1
10012026-03-13T18:22:16.254Z Downloaded usdt-impl v0.6.0
10022026-03-13T18:22:16.254Z Downloaded xshell-macros v0.2.7
10032026-03-13T18:22:16.254Z Downloaded subprocess v0.2.15
10042026-03-13T18:22:16.254Z Downloaded h2 v0.4.13
10052026-03-13T18:22:16.254Z Downloaded itertools v0.14.0
10062026-03-13T18:22:16.254Z Downloaded vergen-lib v0.1.6
10072026-03-13T18:22:16.254Z Downloaded vergen-gitcl v1.0.8
10082026-03-13T18:22:16.254Z Downloaded tar v0.4.44
10092026-03-13T18:22:16.254Z Downloaded zeroize_derive v1.4.3
10102026-03-13T18:22:16.254Z Downloaded tokio-rustls v0.26.4
10112026-03-13T18:22:16.254Z Downloaded iri-string v0.7.10
10122026-03-13T18:22:16.254Z Downloaded toml_parser v1.0.9+spec-1.1.0
10132026-03-13T18:22:16.254Z Downloaded zone_cfg_derive v0.3.1
10142026-03-13T18:22:16.254Z Downloaded wait-timeout v0.2.1
10152026-03-13T18:22:16.254Z Downloaded hkdf v0.12.4
10162026-03-13T18:22:16.254Z Downloaded samael v0.0.19
10172026-03-13T18:22:16.254Z Downloaded thiserror-no-std v2.0.2
10182026-03-13T18:22:16.254Z Downloaded test-strategy v0.4.5
10192026-03-13T18:22:16.254Z Downloaded walkdir v2.5.0
10202026-03-13T18:22:16.254Z Downloaded uzers v0.12.2
10212026-03-13T18:22:16.255Z Downloaded libm v0.2.16
10222026-03-13T18:22:16.255Z Downloaded vsss-rs v3.3.4
10232026-03-13T18:22:16.255Z Downloaded rsa v0.9.10
10242026-03-13T18:22:16.255Z Downloaded blake3 v1.8.3
10252026-03-13T18:22:16.255Z Downloaded whoami v2.1.0
10262026-03-13T18:22:16.255Z Downloaded whoami v1.6.1
10272026-03-13T18:22:16.255Z Downloaded wyz v0.5.1
10282026-03-13T18:22:16.255Z Downloaded toml v0.9.12+spec-1.1.0
10292026-03-13T18:22:16.255Z Downloaded vergen-git2 v1.0.7
10302026-03-13T18:22:16.255Z Downloaded futures-util v0.3.32
10312026-03-13T18:22:16.255Z Downloaded xshell v0.2.7
10322026-03-13T18:22:16.255Z Downloaded twox-hash v2.1.2
10332026-03-13T18:22:16.255Z Downloaded tinyvec v1.10.0
10342026-03-13T18:22:16.255Z Downloaded rand v0.10.0
10352026-03-13T18:22:16.255Z Downloaded xz2 v0.1.7
10362026-03-13T18:22:16.255Z Downloaded zone v0.3.1
10372026-03-13T18:22:16.256Z Downloaded toml v0.7.8
10382026-03-13T18:22:16.256Z Downloaded tokio-stream v0.1.18
10392026-03-13T18:22:16.256Z Downloaded tokio-rustls v0.24.1
10402026-03-13T18:22:16.256Z Downloaded schemars v0.9.0
10412026-03-13T18:22:16.256Z Downloaded unicode-properties v0.1.4
10422026-03-13T18:22:16.256Z Downloaded zeroize v1.8.2
10432026-03-13T18:22:16.256Z Downloaded unicode-bidi v0.3.18
10442026-03-13T18:22:16.256Z Downloaded tungstenite v0.23.0
10452026-03-13T18:22:16.256Z Downloaded tungstenite v0.21.0
10462026-03-13T18:22:16.256Z Downloaded tracing-core v0.1.36
10472026-03-13T18:22:16.256Z Downloaded p521 v0.13.3
10482026-03-13T18:22:16.256Z Downloaded zstd v0.13.3
10492026-03-13T18:22:16.256Z Downloaded zerocopy v0.6.6
10502026-03-13T18:22:16.256Z Downloaded rustyline v14.0.0
10512026-03-13T18:22:16.256Z Downloaded yasna v0.5.2
10522026-03-13T18:22:16.256Z Downloaded vergen v9.0.6
10532026-03-13T18:22:16.256Z Downloaded snafu v0.8.9
10542026-03-13T18:22:16.256Z Downloaded serde_yaml v0.9.34+deprecated
10552026-03-13T18:22:16.256Z Downloaded tracing-attributes v0.1.31
10562026-03-13T18:22:16.256Z Downloaded russh v0.45.0
10572026-03-13T18:22:16.256Z Downloaded bindgen v0.71.1
10582026-03-13T18:22:16.256Z Downloaded libxml v0.3.3
10592026-03-13T18:22:16.263Z Downloaded unsafe-libyaml v0.2.11
10602026-03-13T18:22:16.263Z Downloaded typify v0.6.1
10612026-03-13T18:22:16.263Z Downloaded steno v0.4.1
10622026-03-13T18:22:16.263Z Downloaded hyper v1.8.1
10632026-03-13T18:22:16.263Z Downloaded ar_archive_writer v0.5.1
10642026-03-13T18:22:16.263Z Downloaded hmac v0.12.1
10652026-03-13T18:22:16.263Z Downloaded derive_more v2.1.1
10662026-03-13T18:22:16.263Z Downloaded toml_edit v0.23.10+spec-1.0.0
10672026-03-13T18:22:16.263Z Downloaded der v0.7.10
10682026-03-13T18:22:16.263Z Downloaded zstd-safe v7.2.4
10692026-03-13T18:22:16.263Z Downloaded progenitor-client v0.11.2
10702026-03-13T18:22:16.263Z Downloaded zopfli v0.8.3
10712026-03-13T18:22:16.263Z Downloaded arc-swap v1.8.2
10722026-03-13T18:22:16.263Z Downloaded memmap2 v0.9.10
10732026-03-13T18:22:16.263Z Downloaded ignore v0.4.25
10742026-03-13T18:22:16.263Z Downloaded oxide-tokio-rt v0.1.3
10752026-03-13T18:22:16.263Z Downloaded num-integer v0.1.46
10762026-03-13T18:22:16.263Z Downloaded pbkdf2 v0.12.2
10772026-03-13T18:22:16.264Z Downloaded chacha20poly1305 v0.10.1
10782026-03-13T18:22:16.264Z Downloaded bytes v1.11.1
10792026-03-13T18:22:16.264Z Downloaded ssh-key v0.6.7
10802026-03-13T18:22:16.264Z Downloaded rpassword v7.4.0
10812026-03-13T18:22:16.264Z Downloaded ron v0.12.0
10822026-03-13T18:22:16.264Z Downloaded zip v0.6.6
10832026-03-13T18:22:16.264Z Downloaded reedline v0.40.0
10842026-03-13T18:22:16.264Z Downloaded git2 v0.20.4
10852026-03-13T18:22:16.264Z Downloaded typify v0.4.3
10862026-03-13T18:22:16.264Z Downloaded reqwest v0.13.2
10872026-03-13T18:22:16.264Z Downloaded reqwest v0.12.28
10882026-03-13T18:22:16.264Z Downloaded unicode-segmentation v1.12.0
10892026-03-13T18:22:16.264Z Downloaded toml_edit v0.19.15
10902026-03-13T18:22:16.264Z Downloaded zerocopy-derive v0.8.40
10912026-03-13T18:22:16.264Z Downloaded bitvec v1.0.1
10922026-03-13T18:22:16.264Z Downloaded vte v0.14.1
10932026-03-13T18:22:16.264Z Downloaded uuid v1.21.0
10942026-03-13T18:22:16.264Z Downloaded half v2.7.1
10952026-03-13T18:22:16.264Z Downloaded nanorand v0.7.0
10962026-03-13T18:22:16.264Z Downloaded olpc-cjson v0.1.4
10972026-03-13T18:22:16.264Z Downloaded lock_api v0.4.14
10982026-03-13T18:22:16.266Z Downloaded linear-map v1.2.0
10992026-03-13T18:22:16.266Z Downloaded base64 v0.22.1
11002026-03-13T18:22:16.266Z Downloaded yansi v1.0.1
11012026-03-13T18:22:16.266Z Downloaded goblin v0.10.5
11022026-03-13T18:22:16.266Z Downloaded regex v1.12.3
11032026-03-13T18:22:16.266Z Downloaded quick-xml v0.37.5
11042026-03-13T18:22:16.266Z Downloaded derive-where v1.6.0
11052026-03-13T18:22:16.266Z Downloaded num-derive v0.4.2
11062026-03-13T18:22:16.266Z Downloaded darling_core v0.23.0
11072026-03-13T18:22:16.266Z Downloaded des v0.8.1
11082026-03-13T18:22:16.266Z Downloaded allocator-api2 v0.2.21
11092026-03-13T18:22:16.266Z Downloaded num v0.4.3
11102026-03-13T18:22:16.266Z Downloaded nonempty v0.12.0
11112026-03-13T18:22:16.266Z Downloaded libsw-core v0.3.2
11122026-03-13T18:22:16.266Z Downloaded rustls-webpki v0.101.7
11132026-03-13T18:22:16.266Z Downloaded zip v4.6.1
11142026-03-13T18:22:16.266Z Downloaded tough v0.20.0
11152026-03-13T18:22:16.266Z Downloaded typed-path v0.9.3
11162026-03-13T18:22:16.266Z Downloaded unicode_categories v0.1.1
11172026-03-13T18:22:16.266Z Downloaded tokio-postgres v0.7.16
11182026-03-13T18:22:16.266Z Downloaded p384 v0.13.1
11192026-03-13T18:22:16.267Z Downloaded curve25519-dalek v4.1.3
11202026-03-13T18:22:16.267Z Downloaded serde_with v3.17.0
11212026-03-13T18:22:16.267Z Downloaded proptest v1.10.0
11222026-03-13T18:22:16.268Z Downloaded unicode-normalization v0.1.25
11232026-03-13T18:22:16.268Z Downloaded tower v0.5.3
11242026-03-13T18:22:16.269Z Downloaded rustls-webpki v0.102.8
11252026-03-13T18:22:16.269Z Downloaded x509-cert v0.2.5
11262026-03-13T18:22:16.269Z Downloaded tokio-util v0.7.18
11272026-03-13T18:22:16.269Z Downloaded rayon v1.11.0
11282026-03-13T18:22:16.269Z Downloaded quinn-proto v0.11.13
11292026-03-13T18:22:16.269Z Downloaded openssl v0.10.75
11302026-03-13T18:22:16.269Z Downloaded winnow v0.6.26
11312026-03-13T18:22:16.269Z Downloaded petname v2.0.2
11322026-03-13T18:22:16.269Z Downloaded salty v0.3.0
11332026-03-13T18:22:16.269Z Downloaded moka v0.12.13
11342026-03-13T18:22:16.269Z Downloaded dropshot v0.16.7
11352026-03-13T18:22:16.269Z Downloaded rustls v0.21.12
11362026-03-13T18:22:16.273Z Downloaded nix v0.29.0
11372026-03-13T18:22:16.273Z Downloaded nix v0.31.1
11382026-03-13T18:22:16.284Z Downloaded lalrpop v0.19.12
11392026-03-13T18:22:16.292Z Downloaded diesel v2.2.12
11402026-03-13T18:22:16.305Z Downloaded polar-core v0.27.3
11412026-03-13T18:22:16.310Z Downloaded chrono v0.4.44
11422026-03-13T18:22:16.318Z Downloaded regress v0.10.5
11432026-03-13T18:22:16.325Z Downloaded radix_trie v0.2.1
11442026-03-13T18:22:16.330Z Downloaded openapiv3 v2.2.0
11452026-03-13T18:22:16.335Z Downloaded tower-http v0.6.8
11462026-03-13T18:22:16.343Z Downloaded rustls v0.23.37
11472026-03-13T18:22:16.352Z Downloaded nix v0.27.1
11482026-03-13T18:22:16.359Z Downloaded portable-atomic v1.13.1
11492026-03-13T18:22:16.364Z Downloaded libloading v0.8.9
11502026-03-13T18:22:16.367Z Downloaded cargo_toml v0.22.3
11512026-03-13T18:22:16.367Z Downloaded colored v2.2.0
11522026-03-13T18:22:16.370Z Downloaded newline-converter v0.3.0
11532026-03-13T18:22:16.370Z Downloaded md5 v0.7.0
11542026-03-13T18:22:16.370Z Downloaded libefi-sys v0.1.0
11552026-03-13T18:22:16.373Z Downloaded object v0.30.4
11562026-03-13T18:22:16.377Z Downloaded maybe-uninit v2.0.0
11572026-03-13T18:22:16.381Z Downloaded ipnetwork v0.21.1
11582026-03-13T18:22:16.381Z Downloaded ingot v0.1.1
11592026-03-13T18:22:16.384Z Downloaded jobserver v0.1.34
11602026-03-13T18:22:16.384Z Downloaded indoc v2.0.7
11612026-03-13T18:22:16.385Z Downloaded impl-trait-for-tuples v0.2.3
11622026-03-13T18:22:16.389Z Downloaded winnow v0.5.40
11632026-03-13T18:22:16.394Z Downloaded md-5 v0.10.6
11642026-03-13T18:22:16.398Z Downloaded match_cfg v0.1.0
11652026-03-13T18:22:16.398Z Downloaded maplit v1.0.2
11662026-03-13T18:22:16.398Z Downloaded crossterm v0.28.1
11672026-03-13T18:22:16.401Z Downloaded futures-channel v0.3.32
11682026-03-13T18:22:16.404Z Downloaded dropshot-api-manager v0.6.0
11692026-03-13T18:22:16.407Z Downloaded derive_more-impl v2.1.1
11702026-03-13T18:22:16.410Z Downloaded darling_core v0.20.11
11712026-03-13T18:22:16.413Z Downloaded sqlparser v0.61.0
11722026-03-13T18:22:16.421Z Downloaded colored v3.1.1
11732026-03-13T18:22:16.425Z Downloaded bstr v1.12.1
11742026-03-13T18:22:16.432Z Downloaded http-body-util v0.1.3
11752026-03-13T18:22:16.436Z Downloaded data-encoding v2.10.0
11762026-03-13T18:22:16.436Z Downloaded highway v1.3.0
11772026-03-13T18:22:16.436Z Downloaded crc32fast v1.5.0
11782026-03-13T18:22:16.436Z Downloaded cexpr v0.6.0
11792026-03-13T18:22:16.440Z Downloaded tabled v0.20.0
11802026-03-13T18:22:16.449Z Downloaded cancel-safe-futures v0.1.5
11812026-03-13T18:22:16.453Z Downloaded bzip2 v0.6.1
11822026-03-13T18:22:16.453Z Downloaded bzip2 v0.4.4
11832026-03-13T18:22:16.457Z Downloaded backon v1.6.0
11842026-03-13T18:22:16.457Z Downloaded time v0.3.47
11852026-03-13T18:22:16.465Z Downloaded nix v0.28.0
11862026-03-13T18:22:16.472Z Downloaded arrayvec v0.7.6
11872026-03-13T18:22:16.475Z Downloaded inout v0.1.4
11882026-03-13T18:22:16.475Z Downloaded internet-checksum v0.2.1
11892026-03-13T18:22:16.475Z Downloaded globset v0.4.18
11902026-03-13T18:22:16.478Z Downloaded globwalk v0.9.1
11912026-03-13T18:22:16.478Z Downloaded glob v0.3.3
11922026-03-13T18:22:16.481Z Downloaded git-stub-vcs v0.1.0
11932026-03-13T18:22:16.481Z Downloaded smoltcp v0.9.1
11942026-03-13T18:22:16.489Z Downloaded futures-executor v0.3.32
11952026-03-13T18:22:16.493Z Downloaded chacha20 v0.10.0
11962026-03-13T18:22:16.493Z Downloaded http-range v0.1.5
11972026-03-13T18:22:16.493Z Downloaded foldhash v0.1.5
11982026-03-13T18:22:16.493Z Downloaded find-msvc-tools v0.1.9
11992026-03-13T18:22:16.497Z Downloaded deranged v0.5.8
12002026-03-13T18:22:16.497Z Downloaded daft v0.1.5
12012026-03-13T18:22:16.497Z Downloaded regex-syntax v0.6.29
12022026-03-13T18:22:16.502Z Downloaded zerocopy-derive v0.6.6
12032026-03-13T18:22:16.508Z Downloaded zlib-rs v0.6.2
12042026-03-13T18:22:16.513Z Downloaded convert_case v0.10.0
12052026-03-13T18:22:16.515Z Downloaded chacha20 v0.9.1
12062026-03-13T18:22:16.515Z Downloaded diesel-dtrace v0.4.2
12072026-03-13T18:22:16.518Z Downloaded derive-ex v0.1.8
12082026-03-13T18:22:16.518Z Downloaded darling v0.20.11
12092026-03-13T18:22:16.521Z Downloaded regex-automata v0.4.14
12102026-03-13T18:22:16.532Z Downloaded constant_time_eq v0.4.2
12112026-03-13T18:22:16.535Z Downloaded bcs v0.1.6
12122026-03-13T18:22:16.537Z Downloaded httpdate v1.0.3
12132026-03-13T18:22:16.537Z Downloaded corncobs v0.1.4
12142026-03-13T18:22:16.540Z Downloaded vcpkg v0.2.15
12152026-03-13T18:22:16.567Z Downloaded buf-list v1.1.2
12162026-03-13T18:22:16.570Z Downloaded object v0.37.3
12172026-03-13T18:22:16.579Z Downloaded webpki-roots v1.0.6
12182026-03-13T18:22:16.582Z Downloaded jiff v0.2.21
12192026-03-13T18:22:16.594Z Downloaded rustls v0.22.4
12202026-03-13T18:22:16.604Z Downloaded hickory-proto v0.24.4
12212026-03-13T18:22:16.614Z Downloaded petgraph v0.8.3
12222026-03-13T18:22:16.631Z Downloaded smoltcp v0.11.0
12232026-03-13T18:22:16.640Z Downloaded libz-sys v1.1.24
12242026-03-13T18:22:16.656Z Downloaded regex-syntax v0.8.10
12252026-03-13T18:22:16.662Z Downloaded zerocopy v0.8.40
12262026-03-13T18:22:16.669Z Downloaded hickory-proto v0.25.2
12272026-03-13T18:22:16.680Z Downloaded csv v1.4.0
12282026-03-13T18:22:16.696Z Downloaded rustix v0.38.44
12292026-03-13T18:22:16.713Z Downloaded chrono-tz v0.10.4
12302026-03-13T18:22:16.727Z Downloaded base64ct v1.8.3
12312026-03-13T18:22:16.730Z Downloaded env_logger v0.11.9
12322026-03-13T18:22:16.733Z Downloaded cipher v0.4.4
12332026-03-13T18:22:16.733Z Downloaded cargo_metadata v0.19.2
12342026-03-13T18:22:16.733Z Downloaded filetime v0.2.27
12352026-03-13T18:22:16.737Z Downloaded either v1.15.0
12362026-03-13T18:22:16.737Z Downloaded ed25519 v2.2.3
12372026-03-13T18:22:16.737Z Downloaded defmt-macros v1.0.1
12382026-03-13T18:22:16.740Z Downloaded daft-derive v0.1.5
12392026-03-13T18:22:16.806Z Downloaded cmake v0.1.57
12402026-03-13T18:22:16.806Z Downloaded hex v0.4.3
12412026-03-13T18:22:16.816Z Downloaded git-stub v1.0.0
12422026-03-13T18:22:16.816Z Downloaded ghash v0.5.1
12432026-03-13T18:22:16.816Z Downloaded futures-task v0.3.32
12442026-03-13T18:22:16.816Z Downloaded futures-sink v0.3.32
12452026-03-13T18:22:16.816Z Downloaded futures-io v0.3.32
12462026-03-13T18:22:16.816Z Downloaded funty v2.0.0
12472026-03-13T18:22:16.816Z Downloaded darling_core v0.21.3
12482026-03-13T18:22:16.816Z Downloaded futures-macro v0.3.32
12492026-03-13T18:22:16.816Z Downloaded futures-core v0.3.32
12502026-03-13T18:22:16.816Z Downloaded ahash v0.8.12
12512026-03-13T18:22:16.816Z Downloaded cfg_aliases v0.1.1
12522026-03-13T18:22:16.816Z Downloaded bb8 v0.8.6
12532026-03-13T18:22:16.816Z Downloaded array-init v0.0.4
12542026-03-13T18:22:16.816Z Downloaded adler2 v2.0.1
12552026-03-13T18:22:16.816Z Downloaded foreign-types v0.3.2
12562026-03-13T18:22:16.817Z Downloaded darling_macro v0.20.11
12572026-03-13T18:22:16.817Z Downloaded cpufeatures v0.3.0
12582026-03-13T18:22:16.817Z Downloaded arrayref v0.3.9
12592026-03-13T18:22:16.817Z Downloaded async-stream v0.3.6
12602026-03-13T18:22:16.817Z Downloaded env_filter v1.0.0
12612026-03-13T18:22:16.817Z Downloaded ciborium-ll v0.2.2
12622026-03-13T18:22:16.817Z Downloaded dunce v1.0.5
12632026-03-13T18:22:16.817Z Downloaded dropshot-api-manager-types v0.6.0
12642026-03-13T18:22:16.817Z Downloaded bit-set v0.8.0
12652026-03-13T18:22:16.817Z Downloaded ascii-canvas v3.0.0
12662026-03-13T18:22:16.817Z Downloaded enum-as-inner v0.6.1
12672026-03-13T18:22:16.817Z Downloaded curve25519-dalek-derive v0.1.1
12682026-03-13T18:22:16.817Z Downloaded bcrypt-pbkdf v0.10.0
12692026-03-13T18:22:16.817Z Downloaded crc8 v0.1.1
12702026-03-13T18:22:16.817Z Downloaded async-stream-impl v0.3.6
12712026-03-13T18:22:16.817Z Downloaded dof v0.4.0
12722026-03-13T18:22:16.817Z Downloaded display-error-chain v0.2.2
12732026-03-13T18:22:16.818Z Downloaded cstr-argument v0.1.2
12742026-03-13T18:22:16.818Z Downloaded crunchy v0.2.4
12752026-03-13T18:22:16.818Z Downloaded sled v0.34.7
12762026-03-13T18:22:16.818Z Downloaded clang-sys v1.8.1
12772026-03-13T18:22:16.818Z Downloaded bit-vec v0.8.0
12782026-03-13T18:22:16.818Z Downloaded async-bb8-diesel v0.2.1
12792026-03-13T18:22:16.818Z Downloaded document-features v0.2.12
12802026-03-13T18:22:16.818Z Downloaded difflib v0.4.0
12812026-03-13T18:22:16.818Z Downloaded encoding_rs v0.8.35
12822026-03-13T18:22:16.818Z Downloaded convert_case v0.4.0
12832026-03-13T18:22:16.818Z Downloaded ratatui v0.29.0
12842026-03-13T18:22:16.824Z Downloaded typify-impl v0.6.1
12852026-03-13T18:22:16.832Z Downloaded typify-impl v0.4.3
12862026-03-13T18:22:16.840Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-03-13T18:22:16.850Z Downloaded tracing v0.1.44
12882026-03-13T18:22:16.868Z Downloaded darling_macro v0.23.0
12892026-03-13T18:22:16.880Z Downloaded ciborium-io v0.2.2
12902026-03-13T18:22:16.880Z Downloaded cfg_aliases v0.2.1
12912026-03-13T18:22:16.880Z Downloaded aead v0.5.2
12922026-03-13T18:22:16.880Z Downloaded cobs v0.3.0
12932026-03-13T18:22:16.880Z Downloaded atty v0.2.14
12942026-03-13T18:22:16.884Z Downloaded bitfield-macros v0.19.4
12952026-03-13T18:22:16.884Z Downloaded cassowary v0.3.0
12962026-03-13T18:22:16.890Z Downloaded bitflags v1.3.2
12972026-03-13T18:22:16.890Z Downloaded async-trait v0.1.89
12982026-03-13T18:22:16.890Z Downloaded atomic-waker v1.1.2
12992026-03-13T18:22:16.890Z Downloaded diesel_table_macro_syntax v0.2.0
13002026-03-13T18:22:16.890Z Downloaded defmt v1.0.1
13012026-03-13T18:22:16.890Z Downloaded darling_macro v0.21.3
13022026-03-13T18:22:16.890Z Downloaded crossbeam-epoch v0.9.18
13032026-03-13T18:22:16.890Z Downloaded cargo-platform v0.1.9
13042026-03-13T18:22:16.891Z Downloaded embedded-io v0.4.0
13052026-03-13T18:22:16.892Z Downloaded blowfish v0.9.1
13062026-03-13T18:22:16.892Z Downloaded backoff v0.4.0
13072026-03-13T18:22:16.892Z Downloaded atomicwrites v0.4.4
13082026-03-13T18:22:16.892Z Downloaded ctr v0.9.2
13092026-03-13T18:22:16.892Z Downloaded bit-set v0.5.3
13102026-03-13T18:22:16.897Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-03-13T18:22:16.933Z Downloaded petgraph v0.6.5
13122026-03-13T18:22:16.965Z Downloaded lzma-sys v0.1.20
13132026-03-13T18:22:17.033Z Downloaded sha3 v0.10.8
13142026-03-13T18:22:17.037Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-13T18:22:17.045Z Downloaded tokio v1.49.0
13162026-03-13T18:22:17.150Z Downloaded ring v0.17.14
13172026-03-13T18:22:17.902Z Downloaded aws-lc-sys v0.37.1
13182026-03-13T18:22:18.187Z Compiling libc v0.2.180
13192026-03-13T18:22:18.187Z Compiling serde v1.0.228
13202026-03-13T18:22:18.193Z Compiling log v0.4.29
13212026-03-13T18:22:18.193Z Compiling find-msvc-tools v0.1.9
13222026-03-13T18:22:18.193Z Compiling shlex v1.3.0
13232026-03-13T18:22:18.193Z Compiling smallvec v1.15.1
13242026-03-13T18:22:18.193Z Compiling typenum v1.19.0
13252026-03-13T18:22:18.193Z Compiling subtle v2.6.1
13262026-03-13T18:22:18.387Z Compiling generic-array v0.14.7
13272026-03-13T18:22:18.399Z Compiling scopeguard v1.2.0
13282026-03-13T18:22:18.399Z Compiling portable-atomic v1.13.1
13292026-03-13T18:22:18.437Z Compiling const-oid v0.9.6
13302026-03-13T18:22:18.442Z Compiling critical-section v1.2.0
13312026-03-13T18:22:18.456Z Compiling syn v2.0.117
13322026-03-13T18:22:18.467Z Compiling zerocopy v0.8.40
13332026-03-13T18:22:18.511Z Compiling pin-project-lite v0.2.17
13342026-03-13T18:22:18.641Z Compiling serde_json v1.0.149
13352026-03-13T18:22:18.656Z Compiling parking_lot_core v0.9.12
13362026-03-13T18:22:18.677Z Compiling pkg-config v0.3.32
13372026-03-13T18:22:18.709Z Compiling lock_api v0.4.14
13382026-03-13T18:22:18.713Z Compiling bitflags v2.11.0
13392026-03-13T18:22:18.713Z Compiling libm v0.2.16
13402026-03-13T18:22:18.767Z Compiling num-traits v0.2.19
13412026-03-13T18:22:18.786Z Compiling futures-core v0.3.32
13422026-03-13T18:22:18.878Z Compiling percent-encoding v2.3.2
13432026-03-13T18:22:18.944Z Compiling allocator-api2 v0.2.21
13442026-03-13T18:22:19.043Z Compiling futures-sink v0.3.32
13452026-03-13T18:22:19.048Z Compiling cpufeatures v0.2.17
13462026-03-13T18:22:19.123Z Compiling foldhash v0.2.0
13472026-03-13T18:22:19.189Z Compiling slab v0.4.12
13482026-03-13T18:22:19.206Z Compiling futures-io v0.3.32
13492026-03-13T18:22:19.271Z Compiling futures-channel v0.3.32
13502026-03-13T18:22:19.351Z Compiling getrandom v0.4.1
13512026-03-13T18:22:19.404Z Compiling hashbrown v0.16.1
13522026-03-13T18:22:19.422Z Compiling futures-task v0.3.32
13532026-03-13T18:22:19.464Z Compiling getrandom v0.3.4
13542026-03-13T18:22:19.492Z Compiling rustversion v1.0.22
13552026-03-13T18:22:19.492Z Compiling rand_core v0.10.0
13562026-03-13T18:22:19.498Z Compiling form_urlencoded v1.2.2
13572026-03-13T18:22:19.530Z Compiling ident_case v1.0.1
13582026-03-13T18:22:19.583Z Compiling base64ct v1.8.3
13592026-03-13T18:22:19.676Z Compiling fs_extra v1.3.0
13602026-03-13T18:22:19.783Z Compiling dunce v1.0.5
13612026-03-13T18:22:19.810Z Compiling getrandom v0.2.17
13622026-03-13T18:22:19.810Z Compiling jobserver v0.1.34
13632026-03-13T18:22:19.810Z Compiling errno v0.3.14
13642026-03-13T18:22:19.867Z Compiling mio v1.1.1
13652026-03-13T18:22:19.907Z Compiling socket2 v0.6.2
13662026-03-13T18:22:19.951Z Compiling rand_core v0.6.4
13672026-03-13T18:22:19.991Z Compiling signal-hook-registry v1.4.8
13682026-03-13T18:22:20.081Z Compiling cc v1.2.56
13692026-03-13T18:22:20.116Z Compiling once_cell v1.21.3
13702026-03-13T18:22:20.122Z Compiling parking_lot v0.12.5
13712026-03-13T18:22:20.211Z Compiling indexmap v2.13.0
13722026-03-13T18:22:20.297Z Compiling pem-rfc7468 v0.7.0
13732026-03-13T18:22:20.328Z Compiling flagset v0.4.7
13742026-03-13T18:22:20.365Z Compiling iana-time-zone v0.1.65
13752026-03-13T18:22:20.399Z Compiling rustix v1.1.3
13762026-03-13T18:22:20.442Z Compiling uuid v1.21.0
13772026-03-13T18:22:20.459Z Compiling rustc_version v0.4.1
13782026-03-13T18:22:20.515Z Compiling aws-lc-rs v1.16.0
13792026-03-13T18:22:20.533Z Compiling vcpkg v0.2.15
13802026-03-13T18:22:20.646Z Compiling regex-syntax v0.8.10
13812026-03-13T18:22:20.682Z Compiling rand_core v0.9.5
13822026-03-13T18:22:20.714Z Compiling tracing-core v0.1.36
13832026-03-13T18:22:20.769Z Compiling crossbeam-utils v0.8.21
13842026-03-13T18:22:20.802Z Compiling untrusted v0.7.1
13852026-03-13T18:22:20.962Z Compiling openssl-probe v0.2.1
13862026-03-13T18:22:20.987Z Compiling httparse v1.10.1
13872026-03-13T18:22:21.026Z Compiling schemars v0.8.22
13882026-03-13T18:22:21.121Z Compiling base64 v0.22.1
13892026-03-13T18:22:21.138Z Compiling untrusted v0.9.0
13902026-03-13T18:22:21.167Z Compiling cmake v0.1.57
13912026-03-13T18:22:21.192Z Compiling syn v1.0.109
13922026-03-13T18:22:21.227Z Compiling tower-service v0.3.3
13932026-03-13T18:22:21.320Z Compiling rustls v0.23.37
13942026-03-13T18:22:21.372Z Compiling tinyvec_macros v0.1.1
13952026-03-13T18:22:21.396Z Compiling dyn-clone v1.0.20
13962026-03-13T18:22:21.443Z Compiling try-lock v0.2.5
13972026-03-13T18:22:21.475Z Compiling atomic-waker v1.1.2
13982026-03-13T18:22:21.558Z Compiling tower-layer v0.3.3
13992026-03-13T18:22:21.582Z Compiling want v0.3.1
14002026-03-13T18:22:21.608Z Compiling tinyvec v1.10.0
14012026-03-13T18:22:21.614Z Compiling spin v0.9.8
14022026-03-13T18:22:21.614Z Compiling aho-corasick v1.1.4
14032026-03-13T18:22:21.652Z Compiling httpdate v1.0.3
14042026-03-13T18:22:21.675Z Compiling num-conv v0.2.0
14052026-03-13T18:22:21.688Z Compiling time-core v0.1.8
14062026-03-13T18:22:21.778Z Compiling powerfmt v0.2.0
14072026-03-13T18:22:21.841Z Compiling pin-utils v0.1.0
14082026-03-13T18:22:21.855Z Compiling crc32fast v1.5.0
14092026-03-13T18:22:21.890Z Compiling foreign-types-shared v0.1.1
14102026-03-13T18:22:21.932Z Compiling openssl v0.10.75
14112026-03-13T18:22:21.957Z Compiling time-macros v0.2.27
14122026-03-13T18:22:21.985Z Compiling wait-timeout v0.2.1
14132026-03-13T18:22:21.985Z Compiling socket2 v0.5.10
14142026-03-13T18:22:22.026Z Compiling foreign-types v0.3.2
14152026-03-13T18:22:22.032Z Compiling deranged v0.5.8
14162026-03-13T18:22:22.074Z Compiling num_threads v0.1.7
14172026-03-13T18:22:22.078Z Compiling quick-error v1.2.3
14182026-03-13T18:22:22.144Z Compiling usdt-impl v0.6.0
14192026-03-13T18:22:22.160Z Compiling native-tls v0.2.18
14202026-03-13T18:22:22.245Z Compiling siphasher v1.0.2
14212026-03-13T18:22:22.248Z Compiling bit-vec v0.8.0
14222026-03-13T18:22:22.286Z Compiling simd-adler32 v0.3.8
14232026-03-13T18:22:22.320Z Compiling either v1.15.0
14242026-03-13T18:22:22.419Z Compiling aws-lc-sys v0.37.1
14252026-03-13T18:22:22.459Z Compiling ring v0.17.14
14262026-03-13T18:22:22.480Z Compiling openssl-sys v0.9.111
14272026-03-13T18:22:22.503Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-13T18:22:22.599Z Compiling bit-set v0.8.0
14292026-03-13T18:22:22.622Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-13T18:22:22.627Z Compiling unicode-normalization v0.1.25
14312026-03-13T18:22:22.686Z Compiling tempfile v3.25.0
14322026-03-13T18:22:22.709Z Compiling crossbeam-epoch v0.9.18
14332026-03-13T18:22:22.830Z Compiling synstructure v0.13.2
14342026-03-13T18:22:23.065Z Compiling serde_derive_internals v0.29.1
14352026-03-13T18:22:23.090Z Compiling pest_generator v2.8.6
14362026-03-13T18:22:23.095Z Compiling darling_core v0.20.11
14372026-03-13T18:22:23.232Z Compiling regex-automata v0.4.14
14382026-03-13T18:22:23.315Z Compiling rusty-fork v0.3.1
14392026-03-13T18:22:23.567Z Compiling time v0.3.47
14402026-03-13T18:22:23.623Z Compiling darling_core v0.21.3
14412026-03-13T18:22:23.701Z Compiling slog v2.8.2
14422026-03-13T18:22:23.761Z Compiling rand_xorshift v0.4.0
14432026-03-13T18:22:24.002Z Compiling heapless v0.7.17
14442026-03-13T18:22:24.007Z Compiling thread-id v5.1.0
14452026-03-13T18:22:24.114Z Compiling sync_wrapper v1.0.2
14462026-03-13T18:22:24.176Z Compiling cookie v0.18.1
14472026-03-13T18:22:24.180Z Compiling unicode-bidi v0.3.18
14482026-03-13T18:22:24.180Z Compiling unicode-segmentation v1.12.0
14492026-03-13T18:22:24.317Z Compiling signal-hook v0.3.18
14502026-03-13T18:22:24.338Z Compiling zstd-safe v7.2.4
14512026-03-13T18:22:24.367Z Compiling unicode-properties v0.1.4
14522026-03-13T18:22:24.415Z Compiling anyhow v1.0.102
14532026-03-13T18:22:24.501Z Compiling paste v1.0.15
14542026-03-13T18:22:24.581Z Compiling rayon-core v1.13.0
14552026-03-13T18:22:24.643Z Compiling adler2 v2.0.1
14562026-03-13T18:22:24.661Z Compiling unarray v0.1.4
14572026-03-13T18:22:24.747Z Compiling stringprep v0.1.5
14582026-03-13T18:22:24.814Z Compiling miniz_oxide v0.8.9
14592026-03-13T18:22:25.014Z Compiling crossbeam-deque v0.8.6
14602026-03-13T18:22:25.034Z Compiling num-integer v0.1.46
14612026-03-13T18:22:25.058Z Compiling vergen-lib v0.1.6
14622026-03-13T18:22:25.172Z Compiling curve25519-dalek v4.1.3
14632026-03-13T18:22:25.286Z Compiling ff v0.13.1
14642026-03-13T18:22:25.328Z Compiling hash32 v0.2.1
14652026-03-13T18:22:25.397Z Compiling memoffset v0.9.1
14662026-03-13T18:22:25.467Z Compiling iri-string v0.7.10
14672026-03-13T18:22:25.491Z Compiling litrs v1.0.0
14682026-03-13T18:22:25.524Z Compiling serde_derive v1.0.228
14692026-03-13T18:22:25.591Z Compiling zeroize_derive v1.4.3
14702026-03-13T18:22:25.683Z Compiling zerofrom-derive v0.1.6
14712026-03-13T18:22:25.733Z Compiling yoke-derive v0.8.1
14722026-03-13T18:22:25.745Z Compiling zerocopy-derive v0.8.40
14732026-03-13T18:22:25.770Z Compiling zerovec-derive v0.11.2
14742026-03-13T18:22:25.859Z Compiling displaydoc v0.2.5
14752026-03-13T18:22:26.889Z Compiling tokio-macros v2.6.0
14762026-03-13T18:22:26.920Z Compiling futures-macro v0.3.32
14772026-03-13T18:22:26.920Z Compiling zeroize v1.8.2
14782026-03-13T18:22:26.920Z Compiling der_derive v0.7.3
14792026-03-13T18:22:27.458Z Compiling thiserror-impl v2.0.18
14802026-03-13T18:22:27.458Z Compiling rustls-pki-types v1.14.0
14812026-03-13T18:22:27.458Z Compiling tracing-attributes v0.1.31
14822026-03-13T18:22:27.458Z Compiling pest_derive v2.8.6
14832026-03-13T18:22:28.186Z Compiling crypto-common v0.1.7
14842026-03-13T18:22:28.202Z Compiling block-buffer v0.10.4
14852026-03-13T18:22:28.202Z Compiling futures-util v0.3.32
14862026-03-13T18:22:28.202Z Compiling zerofrom v0.1.6
14872026-03-13T18:22:28.203Z Compiling block-padding v0.3.3
14882026-03-13T18:22:28.203Z Compiling digest v0.10.7
14892026-03-13T18:22:28.203Z Compiling yoke v0.8.1
14902026-03-13T18:22:28.203Z Compiling inout v0.1.4
14912026-03-13T18:22:28.203Z Compiling schemars_derive v0.8.22
14922026-03-13T18:22:28.203Z Compiling scroll_derive v0.13.1
14932026-03-13T18:22:28.203Z Compiling darling_macro v0.20.11
14942026-03-13T18:22:28.203Z Compiling zerovec v0.11.5
14952026-03-13T18:22:28.203Z Compiling zerotrie v0.2.3
14962026-03-13T18:22:28.213Z Compiling hmac v0.12.1
14972026-03-13T18:22:28.265Z Compiling sha2 v0.10.9
14982026-03-13T18:22:28.415Z Compiling cipher v0.4.4
14992026-03-13T18:22:28.746Z Compiling der v0.7.10
15002026-03-13T18:22:28.759Z Compiling pbkdf2 v0.12.2
15012026-03-13T18:22:28.776Z Compiling tinystr v0.8.2
15022026-03-13T18:22:28.855Z Compiling potential_utf v0.1.4
15032026-03-13T18:22:28.877Z Compiling salsa20 v0.10.2
15042026-03-13T18:22:29.031Z Compiling icu_locale_core v2.1.1
15052026-03-13T18:22:29.061Z Compiling icu_collections v2.1.1
15062026-03-13T18:22:29.107Z Compiling scrypt v0.11.0
15072026-03-13T18:22:29.192Z Compiling aes v0.8.4
15082026-03-13T18:22:29.197Z Compiling thiserror v2.0.18
15092026-03-13T18:22:29.274Z Compiling cbc v0.1.2
15102026-03-13T18:22:29.321Z Compiling tracing v0.1.44
15112026-03-13T18:22:29.371Z Compiling scroll v0.13.0
15122026-03-13T18:22:29.485Z Compiling darling v0.20.11
15132026-03-13T18:22:29.553Z Compiling thiserror-impl v1.0.69
15142026-03-13T18:22:29.757Z Compiling openssl-macros v0.1.1
15152026-03-13T18:22:29.786Z Compiling goblin v0.10.5
15162026-03-13T18:22:29.786Z Compiling derive_builder_core v0.20.2
15172026-03-13T18:22:29.789Z Compiling spki v0.7.3
15182026-03-13T18:22:29.809Z Compiling dtrace-parser v0.3.0
15192026-03-13T18:22:30.303Z Compiling icu_provider v2.1.1
15202026-03-13T18:22:30.367Z Compiling pkcs5 v0.7.1
15212026-03-13T18:22:30.367Z Compiling signature v2.2.0
15222026-03-13T18:22:30.414Z Compiling bytes v1.11.1
15232026-03-13T18:22:30.414Z Compiling icu_normalizer v2.1.1
15242026-03-13T18:22:30.414Z Compiling icu_properties v2.1.2
15252026-03-13T18:22:30.432Z Compiling chrono v0.4.44
15262026-03-13T18:22:30.432Z Compiling ipnet v2.11.0
15272026-03-13T18:22:30.663Z Compiling pkcs8 v0.10.2
15282026-03-13T18:22:30.753Z Compiling rustls-native-certs v0.8.3
15292026-03-13T18:22:30.889Z Compiling scroll_derive v0.12.1
15302026-03-13T18:22:30.957Z Compiling serde_spanned v0.6.9
15312026-03-13T18:22:30.990Z Compiling derive_builder_macro v0.20.2
15322026-03-13T18:22:31.104Z Compiling tokio v1.49.0
15332026-03-13T18:22:31.170Z Compiling http v1.4.0
15342026-03-13T18:22:31.201Z Compiling erased-serde v0.3.31
15352026-03-13T18:22:31.201Z Compiling serde_tokenstream v0.2.3
15362026-03-13T18:22:31.201Z Compiling toml_datetime v0.6.11
15372026-03-13T18:22:31.239Z Compiling md-5 v0.10.6
15382026-03-13T18:22:31.331Z Compiling thiserror v1.0.69
15392026-03-13T18:22:31.459Z Compiling webpki-roots v1.0.6
15402026-03-13T18:22:31.480Z Compiling darling_macro v0.21.3
15412026-03-13T18:22:31.572Z Compiling zerocopy-derive v0.7.35
15422026-03-13T18:22:31.619Z Compiling idna_adapter v1.2.1
15432026-03-13T18:22:31.619Z Compiling cfg_aliases v0.2.1
15442026-03-13T18:22:31.662Z Compiling ref-cast v1.0.25
15452026-03-13T18:22:31.746Z Compiling smoltcp v0.9.1
15462026-03-13T18:22:31.815Z Compiling idna v1.1.0
15472026-03-13T18:22:31.859Z Compiling scroll v0.12.0
15482026-03-13T18:22:31.914Z Compiling zlib-rs v0.6.2
15492026-03-13T18:22:31.988Z Compiling rustix v0.38.44
15502026-03-13T18:22:32.063Z Compiling http-body v1.0.1
15512026-03-13T18:22:32.106Z Compiling ryu v1.0.23
15522026-03-13T18:22:32.181Z Compiling psl-types v2.0.11
15532026-03-13T18:22:32.219Z Compiling url v2.5.8
15542026-03-13T18:22:32.240Z Compiling http-body-util v0.1.3
15552026-03-13T18:22:32.276Z Compiling num-bigint-dig v0.8.6
15562026-03-13T18:22:32.324Z Compiling ppv-lite86 v0.2.21
15572026-03-13T18:22:32.346Z Compiling fallible-iterator v0.2.0
15582026-03-13T18:22:32.408Z Compiling base16ct v0.2.0
15592026-03-13T18:22:32.430Z Compiling publicsuffix v2.3.0
15602026-03-13T18:22:32.582Z Compiling sec1 v0.7.3
15612026-03-13T18:22:32.604Z Compiling serde_urlencoded v0.7.1
15622026-03-13T18:22:32.648Z Compiling goblin v0.8.2
15632026-03-13T18:22:32.670Z Compiling darling v0.21.3
15642026-03-13T18:22:32.765Z Compiling rand_chacha v0.9.0
15652026-03-13T18:22:32.788Z Compiling rand_chacha v0.3.1
15662026-03-13T18:22:32.830Z Compiling nix v0.31.1
15672026-03-13T18:22:32.843Z Compiling derive_builder v0.20.2
15682026-03-13T18:22:32.843Z Compiling zerocopy v0.7.35
15692026-03-13T18:22:32.970Z Compiling cargo-platform v0.1.9
15702026-03-13T18:22:33.089Z Compiling hkdf v0.12.4
15712026-03-13T18:22:33.095Z Compiling hubpack_derive v0.1.1
15722026-03-13T18:22:33.227Z Compiling rand v0.9.2
15732026-03-13T18:22:33.282Z Compiling rand v0.8.5
15742026-03-13T18:22:33.328Z Compiling crypto-bigint v0.5.5
15752026-03-13T18:22:33.361Z Compiling regex v1.12.3
15762026-03-13T18:22:33.647Z Compiling dof v0.4.0
15772026-03-13T18:22:33.672Z Compiling document-features v0.2.12
15782026-03-13T18:22:33.884Z Compiling daft-derive v0.1.5
15792026-03-13T18:22:33.905Z Compiling ref-cast-impl v1.0.25
15802026-03-13T18:22:33.936Z Compiling strum_macros v0.27.2
15812026-03-13T18:22:33.973Z Compiling proptest v1.10.0
15822026-03-13T18:22:34.342Z Compiling ipnetwork v0.21.1
15832026-03-13T18:22:34.486Z Compiling postgres-protocol v0.6.10
15842026-03-13T18:22:34.506Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-13T18:22:34.539Z Compiling async-trait v0.1.89
15862026-03-13T18:22:34.710Z Compiling oxnet v0.1.4
15872026-03-13T18:22:34.962Z Compiling group v0.13.0
15882026-03-13T18:22:35.211Z Compiling num-iter v0.1.45
15892026-03-13T18:22:38.845Z Compiling proc-macro-error v1.0.4
15902026-03-13T18:22:38.889Z Compiling heck v0.4.1
15912026-03-13T18:22:38.889Z Compiling terminal_size v0.4.3
15922026-03-13T18:22:38.889Z Compiling phf_shared v0.13.1
15932026-03-13T18:22:38.889Z Compiling lazy_static v1.5.0
15942026-03-13T18:22:38.889Z Compiling vergen v9.0.6
15952026-03-13T18:22:38.889Z Compiling fs-err v3.3.0
15962026-03-13T18:22:38.889Z Compiling ahash v0.8.12
15972026-03-13T18:22:38.889Z Compiling flate2 v1.1.9
15982026-03-13T18:22:38.889Z Compiling winnow v0.5.40
15992026-03-13T18:22:38.889Z Compiling object v0.37.3
16002026-03-13T18:22:38.889Z Compiling bumpalo v3.20.2
16012026-03-13T18:22:38.889Z Compiling tokio-util v0.7.18
16022026-03-13T18:22:38.889Z Compiling tower v0.5.3
16032026-03-13T18:22:38.889Z Compiling tokio-native-tls v0.3.1
16042026-03-13T18:22:38.889Z Compiling managed v0.8.0
16052026-03-13T18:22:38.889Z Compiling bitflags v1.3.2
16062026-03-13T18:22:38.889Z Compiling foldhash v0.1.5
16072026-03-13T18:22:38.889Z Compiling libbz2-rs-sys v0.2.2
16082026-03-13T18:22:38.889Z Compiling clap_builder v4.5.60
16092026-03-13T18:22:38.890Z Compiling hashbrown v0.15.5
16102026-03-13T18:22:38.891Z Compiling zopfli v0.8.3
16112026-03-13T18:22:38.891Z Compiling console v0.16.2
16122026-03-13T18:22:38.891Z Compiling strum v0.27.2
16132026-03-13T18:22:38.891Z Compiling phf v0.13.1
16142026-03-13T18:22:38.891Z Compiling tower-http v0.6.8
16152026-03-13T18:22:38.891Z Compiling usdt-attr-macro v0.6.0
16162026-03-13T18:22:38.891Z Compiling usdt-macro v0.6.0
16172026-03-13T18:22:38.891Z Compiling h2 v0.4.13
16182026-03-13T18:22:38.891Z Compiling newtype-uuid v1.3.2
16192026-03-13T18:22:38.891Z Compiling bzip2 v0.6.1
16202026-03-13T18:22:38.891Z Compiling zone_cfg_derive v0.3.1
16212026-03-13T18:22:38.891Z Compiling dof v0.3.0
16222026-03-13T18:22:38.891Z Compiling daft v0.1.5
16232026-03-13T18:22:38.891Z Compiling signal-hook-mio v0.2.5
16242026-03-13T18:22:38.891Z Compiling rayon v1.11.0
16252026-03-13T18:22:38.891Z Compiling toml_edit v0.19.15
16262026-03-13T18:22:38.891Z Compiling cookie_store v0.22.1
16272026-03-13T18:22:38.891Z Compiling cargo_metadata v0.19.2
16282026-03-13T18:22:38.891Z Compiling elliptic-curve v0.13.8
16292026-03-13T18:22:38.891Z Compiling postgres-types v0.2.12
16302026-03-13T18:22:38.891Z Compiling bzip2 v0.4.4
16312026-03-13T18:22:38.891Z Compiling hubpack v0.1.2
16322026-03-13T18:22:38.891Z Compiling zstd v0.13.3
16332026-03-13T18:22:38.891Z Compiling serde_with_macros v3.17.0
16342026-03-13T18:22:38.891Z Compiling dtrace-parser v0.2.0
16352026-03-13T18:22:38.891Z Compiling pkcs1 v0.7.5
16362026-03-13T18:22:38.923Z Compiling ed25519 v2.2.3
16372026-03-13T18:22:39.066Z Compiling serde-big-array v0.5.1
16382026-03-13T18:22:39.156Z Compiling hex v0.4.3
16392026-03-13T18:22:39.325Z Compiling rfc6979 v0.4.0
16402026-03-13T18:22:39.461Z Compiling bstr v1.12.1
16412026-03-13T18:22:39.500Z Compiling serde_repr v0.1.20
16422026-03-13T18:22:39.541Z Compiling strum_macros v0.26.4
16432026-03-13T18:22:39.981Z Compiling clap_derive v4.5.55
16442026-03-13T18:22:40.063Z Compiling enum-as-inner v0.6.1
16452026-03-13T18:22:40.193Z Compiling itertools v0.12.1
16462026-03-13T18:22:40.235Z Compiling phf_shared v0.11.3
16472026-03-13T18:22:40.338Z Compiling float-cmp v0.10.0
16482026-03-13T18:22:40.354Z Compiling thread-id v4.2.2
16492026-03-13T18:22:40.380Z Compiling memmap2 v0.9.10
16502026-03-13T18:22:40.466Z Compiling env_filter v1.0.0
16512026-03-13T18:22:40.501Z Compiling encoding_rs v0.8.35
16522026-03-13T18:22:40.501Z Compiling unit-prefix v0.5.2
16532026-03-13T18:22:40.501Z Compiling fixedbitset v0.4.2
16542026-03-13T18:22:40.671Z Compiling normalize-line-endings v0.3.0
16552026-03-13T18:22:40.712Z Compiling static_assertions v1.1.0
16562026-03-13T18:22:40.760Z Compiling whoami v2.1.0
16572026-03-13T18:22:40.807Z Compiling difflib v0.4.0
16582026-03-13T18:22:40.849Z Compiling fixedbitset v0.5.7
16592026-03-13T18:22:40.856Z Compiling mime v0.3.17
16602026-03-13T18:22:40.884Z Compiling data-encoding v2.10.0
16612026-03-13T18:22:40.978Z Compiling keccak v0.1.6
16622026-03-13T18:22:41.285Z Compiling new_debug_unreachable v1.0.6
16632026-03-13T18:22:41.314Z Compiling predicates-core v1.0.10
16642026-03-13T18:22:41.315Z Compiling precomputed-hash v0.1.1
16652026-03-13T18:22:41.320Z Compiling rustc-hash v2.1.1
16662026-03-13T18:22:41.424Z Compiling jiff v0.2.21
16672026-03-13T18:22:41.491Z Compiling iddqd v0.3.17
16682026-03-13T18:22:41.508Z Compiling predicates v3.1.4
16692026-03-13T18:22:41.587Z Compiling hyper v1.8.1
16702026-03-13T18:22:41.674Z Compiling string_cache v0.8.9
16712026-03-13T18:22:41.841Z Compiling zone v0.3.1
16722026-03-13T18:22:41.899Z Compiling hickory-proto v0.25.2
16732026-03-13T18:22:41.988Z Compiling sha3 v0.10.8
16742026-03-13T18:22:42.040Z Compiling strum v0.26.3
16752026-03-13T18:22:42.083Z Compiling petgraph v0.8.3
16762026-03-13T18:22:42.249Z Compiling tokio-postgres v0.7.16
16772026-03-13T18:22:42.340Z Compiling toml_edit v0.22.27
16782026-03-13T18:22:42.455Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-13T18:22:42.476Z Compiling clap v4.5.60
16802026-03-13T18:22:42.555Z Compiling petgraph v0.6.5
16812026-03-13T18:22:42.591Z Compiling env_logger v0.11.9
16822026-03-13T18:22:42.627Z Compiling indicatif v0.18.4
16832026-03-13T18:22:42.792Z Compiling usdt v0.6.0
16842026-03-13T18:22:42.982Z Compiling usdt-impl v0.5.0
16852026-03-13T18:22:43.069Z Compiling hyper-util v0.1.20
16862026-03-13T18:22:43.091Z Compiling serde_with v3.17.0
16872026-03-13T18:22:43.144Z Compiling crossterm v0.28.1
16882026-03-13T18:22:43.793Z Compiling similar v2.7.0
16892026-03-13T18:22:43.817Z Compiling toml v0.7.8
16902026-03-13T18:22:43.826Z Compiling ecdsa v0.16.9
16912026-03-13T18:22:44.200Z Compiling ed25519-dalek v2.2.0
16922026-03-13T18:22:44.661Z Compiling rsa v0.9.10
16932026-03-13T18:22:44.685Z Compiling zip v0.6.6
16942026-03-13T18:22:44.983Z Compiling hyper-tls v0.6.0
16952026-03-13T18:22:45.003Z Compiling tokio-stream v0.1.18
16962026-03-13T18:22:45.127Z Compiling zip v4.6.1
16972026-03-13T18:22:45.493Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-13T18:22:45.515Z Compiling buf-list v1.1.2
16992026-03-13T18:22:45.596Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-13T18:22:45.620Z Compiling openapiv3 v2.2.0
17012026-03-13T18:22:45.620Z Compiling x509-cert v0.2.5
17022026-03-13T18:22:45.664Z Compiling sha1 v0.10.6
17032026-03-13T18:22:45.939Z Compiling itertools v0.13.0
17042026-03-13T18:22:45.966Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-13T18:22:46.048Z Compiling lalrpop-util v0.19.12
17062026-03-13T18:22:46.294Z Compiling peg-runtime v0.8.5
17072026-03-13T18:22:46.322Z Compiling thread_local v1.1.9
17082026-03-13T18:22:46.364Z Compiling slog-async v2.8.0
17092026-03-13T18:22:46.393Z Compiling futures-executor v0.3.32
17102026-03-13T18:22:46.399Z Compiling crossbeam-channel v0.5.15
17112026-03-13T18:22:46.486Z Compiling filetime v0.2.27
17122026-03-13T18:22:46.648Z Compiling is-terminal v0.4.17
17132026-03-13T18:22:46.684Z Compiling term v1.2.1
17142026-03-13T18:22:46.732Z Compiling take_mut v0.2.2
17152026-03-13T18:22:46.752Z Compiling xattr v1.6.1
17162026-03-13T18:22:46.794Z Compiling futures v0.3.32
17172026-03-13T18:22:46.913Z Compiling tar v0.4.44
17182026-03-13T18:22:47.393Z Compiling slog-term v2.9.2
17192026-03-13T18:23:07.771Z Compiling rustls-webpki v0.103.9
17202026-03-13T18:23:11.761Z Compiling tokio-rustls v0.26.4
17212026-03-13T18:23:11.761Z Compiling rustls-platform-verifier v0.6.2
17222026-03-13T18:23:12.020Z Compiling hyper-rustls v0.27.7
17232026-03-13T18:23:12.266Z Compiling reqwest v0.13.2
17242026-03-13T18:23:12.266Z Compiling reqwest v0.12.28
17252026-03-13T18:23:15.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-13T18:23:15.333Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-13T18:23:19.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17282026-03-13T18:23:19.319Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-13T18:23:19.379ZMar 13 18:23:17.930 INFO Starting download, target: Console
17302026-03-13T18:23:19.379ZMar 13 18:23:17.931 INFO Starting download, target: MaghemiteMgd
17312026-03-13T18:23:19.379ZMar 13 18:23:17.931 INFO Starting download, target: Cockroach
17322026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Starting download, target: TransceiverControl
17332026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Starting download, target: Clickhouse
17342026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Starting download, target: DendriteStub
17352026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-13T18:23:19.384ZMar 13 18:23:17.931 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-13T18:23:19.836ZMar 13 18:23:18.384 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-13T18:23:20.157ZMar 13 18:23:18.706 INFO Download complete, target: TransceiverControl
17432026-03-13T18:23:20.473ZMar 13 18:23:19.022 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-13T18:23:20.848ZMar 13 18:23:19.387 INFO Download complete, target: Console
17452026-03-13T18:23:21.245ZMar 13 18:23:19.791 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-13T18:23:21.378ZMar 13 18:23:19.916 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-13T18:23:22.112ZMar 13 18:23:20.664 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-13T18:23:22.112ZMar 13 18:23:20.664 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-13T18:23:22.239ZMar 13 18:23:20.780 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-03-13T18:23:25.052ZMar 13 18:23:23.598 INFO Download complete, target: MaghemiteMgd
17512026-03-13T18:23:25.062ZMar 13 18:23:23.598 INFO Download complete, target: DendriteStub
17522026-03-13T18:23:29.761ZMar 13 18:23:28.307 INFO Checking that binary works, target: Cockroach
17532026-03-13T18:23:30.054ZMar 13 18:23:28.481 INFO Download complete, target: Cockroach
17542026-03-13T18:23:33.125ZMar 13 18:23:31.660 INFO Checking that binary works, target: Clickhouse
17552026-03-13T18:23:33.220ZMar 13 18:23:31.771 INFO Download complete, target: Clickhouse
17562026-03-13T18:23:33.230ZAll prerequisites installed successfully
17572026-03-13T18:23:33.230Z
17582026-03-13T18:23:33.230Zreal 3:54.386755277
17592026-03-13T18:23:33.230Zuser 10:28.988601468
17602026-03-13T18:23:33.230Zsys 2:09.706166721
17612026-03-13T18:23:33.230Ztrap 0.356592805
17622026-03-13T18:23:33.230Ztflt 1.294411979
17632026-03-13T18:23:33.230Zdflt 2.054903888
17642026-03-13T18:23:33.231Zkflt 0.099271314
17652026-03-13T18:23:33.231Zlock 23:52.460083493
17662026-03-13T18:23:33.231Zslp 34:37.488317120
17672026-03-13T18:23:33.231Zlat 32.357768540
17682026-03-13T18:23:33.231Zstop 4:31.949209931
17692026-03-13T18:23:33.231Z+ ptime -m cargo xtask download softnpu
17702026-03-13T18:23:33.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17712026-03-13T18:23:33.936Z Running `target/debug/xtask download softnpu`
17722026-03-13T18:23:34.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
17732026-03-13T18:23:34.978Z Running `target/debug/xtask-downloader softnpu`
17742026-03-13T18:23:35.053ZMar 13 18:23:33.572 INFO Starting download, target: Softnpu
17752026-03-13T18:23:35.058ZMar 13 18:23:33.572 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-13T18:23:39.469ZMar 13 18:23:37.992 INFO Download complete, target: Softnpu
17772026-03-13T18:23:39.478Z
17782026-03-13T18:23:39.478Zreal 6.213007610
17792026-03-13T18:23:39.478Zuser 1.749495216
17802026-03-13T18:23:39.478Zsys 0.778970427
17812026-03-13T18:23:39.478Ztrap 0.000973810
17822026-03-13T18:23:39.478Ztflt 0.000067597
17832026-03-13T18:23:39.479Zdflt 0.000415187
17842026-03-13T18:23:39.479Zkflt 0.000000000
17852026-03-13T18:23:39.479Zlock 1:23.218154050
17862026-03-13T18:23:39.480Zslp 4.128138116
17872026-03-13T18:23:39.480Zlat 0.056026508
17882026-03-13T18:23:39.480Zstop 0.000178515
17892026-03-13T18:23:39.480Z+ export CARGO_INCREMENTAL=0
17902026-03-13T18:23:39.480Z+ CARGO_INCREMENTAL=0
17912026-03-13T18:23:39.480Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-13T18:23:40.622Z Compiling proc-macro2 v1.0.106
17932026-03-13T18:23:40.623Z Compiling quote v1.0.44
17942026-03-13T18:23:40.665Z Compiling unicode-ident v1.0.24
17952026-03-13T18:23:40.665Z Compiling libc v0.2.180
17962026-03-13T18:23:40.665Z Compiling serde_core v1.0.228
17972026-03-13T18:23:40.665Z Compiling serde v1.0.228
17982026-03-13T18:23:40.665Z Compiling cfg-if v1.0.4
17992026-03-13T18:23:40.665Z Compiling version_check v0.9.5
18002026-03-13T18:23:40.665Z Compiling shlex v1.3.0
18012026-03-13T18:23:40.665Z Compiling find-msvc-tools v0.1.9
18022026-03-13T18:23:40.667Z Compiling typenum v1.19.0
18032026-03-13T18:23:40.667Z Compiling portable-atomic v1.13.1
18042026-03-13T18:23:40.667Z Compiling memchr v2.8.0
18052026-03-13T18:23:40.773Z Compiling autocfg v1.5.0
18062026-03-13T18:23:40.895Z Compiling zmij v1.0.21
18072026-03-13T18:23:40.992Z Compiling serde_json v1.0.149
18082026-03-13T18:23:41.174Z Compiling zerocopy v0.8.40
18092026-03-13T18:23:41.240Z Compiling parking_lot_core v0.9.12
18102026-03-13T18:23:41.240Z Compiling libm v0.2.16
18112026-03-13T18:23:41.284Z Compiling generic-array v0.14.7
18122026-03-13T18:23:41.313Z Compiling smallvec v1.15.1
18132026-03-13T18:23:41.401Z Compiling icu_properties_data v2.1.2
18142026-03-13T18:23:41.433Z Compiling icu_normalizer_data v2.1.1
18152026-03-13T18:23:41.454Z Compiling num-traits v0.2.19
18162026-03-13T18:23:41.454Z Compiling itoa v1.0.17
18172026-03-13T18:23:41.512Z Compiling log v0.4.29
18182026-03-13T18:23:41.605Z Compiling getrandom v0.4.1
18192026-03-13T18:23:41.632Z Compiling pkg-config v0.3.32
18202026-03-13T18:23:41.689Z Compiling stable_deref_trait v1.2.1
18212026-03-13T18:23:41.747Z Compiling scopeguard v1.2.0
18222026-03-13T18:23:41.777Z Compiling subtle v2.6.1
18232026-03-13T18:23:41.890Z Compiling lock_api v0.4.14
18242026-03-13T18:23:41.930Z Compiling fnv v1.0.7
18252026-03-13T18:23:41.969Z Compiling thiserror v2.0.18
18262026-03-13T18:23:42.113Z Compiling pin-project-lite v0.2.17
18272026-03-13T18:23:42.145Z Compiling getrandom v0.3.4
18282026-03-13T18:23:42.256Z Compiling jobserver v0.1.34
18292026-03-13T18:23:42.298Z Compiling getrandom v0.2.17
18302026-03-13T18:23:42.352Z Compiling errno v0.3.14
18312026-03-13T18:23:42.400Z Compiling syn v2.0.117
18322026-03-13T18:23:42.496Z Compiling rand_core v0.6.4
18332026-03-13T18:23:42.563Z Compiling cc v1.2.56
18342026-03-13T18:23:42.591Z Compiling critical-section v1.2.0
18352026-03-13T18:23:42.736Z Compiling equivalent v1.0.2
18362026-03-13T18:23:42.831Z Compiling rustversion v1.0.22
18372026-03-13T18:23:42.831Z Compiling allocator-api2 v0.2.21
18382026-03-13T18:23:42.831Z Compiling foldhash v0.2.0
18392026-03-13T18:23:42.846Z Compiling once_cell v1.21.3
18402026-03-13T18:23:42.931Z Compiling dunce v1.0.5
18412026-03-13T18:23:43.028Z Compiling litemap v0.8.1
18422026-03-13T18:23:43.028Z Compiling percent-encoding v2.3.2
18432026-03-13T18:23:43.082Z Compiling fs_extra v1.3.0
18442026-03-13T18:23:43.104Z Compiling writeable v0.6.2
18452026-03-13T18:23:43.114Z Compiling hashbrown v0.16.1
18462026-03-13T18:23:43.223Z Compiling const-oid v0.9.6
18472026-03-13T18:23:43.302Z Compiling signal-hook-registry v1.4.8
18482026-03-13T18:23:43.402Z Compiling rustix v1.1.3
18492026-03-13T18:23:43.413Z Compiling mio v1.1.1
18502026-03-13T18:23:43.413Z Compiling socket2 v0.6.2
18512026-03-13T18:23:43.414Z Compiling schemars v0.8.22
18522026-03-13T18:23:43.491Z Compiling cmake v0.1.57
18532026-03-13T18:23:43.926Z Compiling semver v1.0.27
18542026-03-13T18:23:43.941Z Compiling indexmap v2.13.0
18552026-03-13T18:23:43.941Z Compiling parking_lot v0.12.5
18562026-03-13T18:23:43.974Z Compiling bitflags v2.11.0
18572026-03-13T18:23:44.073Z Compiling aws-lc-rs v1.16.0
18582026-03-13T18:23:44.170Z Compiling rand_core v0.10.0
18592026-03-13T18:23:44.252Z Compiling utf8_iter v1.0.4
18602026-03-13T18:23:44.291Z Compiling ring v0.17.14
18612026-03-13T18:23:44.324Z Compiling aws-lc-sys v0.37.1
18622026-03-13T18:23:44.422Z Compiling form_urlencoded v1.2.2
18632026-03-13T18:23:44.488Z Compiling futures-core v0.3.32
18642026-03-13T18:23:44.504Z Compiling strsim v0.11.1
18652026-03-13T18:23:44.762Z Compiling httparse v1.10.1
18662026-03-13T18:23:44.811Z Compiling thiserror v1.0.69
18672026-03-13T18:23:44.844Z Compiling byteorder v1.5.0
18682026-03-13T18:23:44.915Z Compiling ucd-trie v0.1.7
18692026-03-13T18:23:44.992Z Compiling heck v0.5.0
18702026-03-13T18:23:45.032Z Compiling ident_case v1.0.1
18712026-03-13T18:23:45.114Z Compiling pest v2.8.6
18722026-03-13T18:23:45.171Z Compiling vcpkg v0.2.15
18732026-03-13T18:23:45.250Z Compiling syn v1.0.109
18742026-03-13T18:23:45.261Z Compiling crossbeam-utils v0.8.21
18752026-03-13T18:23:45.391Z Compiling regex-syntax v0.8.10
18762026-03-13T18:23:45.539Z Compiling futures-sink v0.3.32
18772026-03-13T18:23:45.587Z Compiling rustls v0.23.37
18782026-03-13T18:23:45.597Z Compiling rustc_version v0.4.1
18792026-03-13T18:23:45.663Z Compiling futures-channel v0.3.32
18802026-03-13T18:23:45.708Z Compiling futures-io v0.3.32
18812026-03-13T18:23:45.713Z Compiling futures-task v0.3.32
18822026-03-13T18:23:45.774Z Compiling cpufeatures v0.2.17
18832026-03-13T18:23:45.785Z Compiling slab v0.4.12
18842026-03-13T18:23:45.965Z Compiling openssl-sys v0.9.111
18852026-03-13T18:23:45.990Z Compiling iana-time-zone v0.1.65
18862026-03-13T18:23:45.990Z Compiling plain v0.2.3
18872026-03-13T18:23:46.028Z Compiling uuid v1.21.0
18882026-03-13T18:23:46.046Z Compiling aho-corasick v1.1.4
18892026-03-13T18:23:46.112Z Compiling time-core v0.1.8
18902026-03-13T18:23:46.219Z Compiling num-conv v0.2.0
18912026-03-13T18:23:46.368Z Compiling synstructure v0.13.2
18922026-03-13T18:23:46.410Z Compiling serde_derive_internals v0.29.1
18932026-03-13T18:23:46.465Z Compiling time-macros v0.2.27
18942026-03-13T18:23:46.690Z Compiling pest_meta v2.8.6
18952026-03-13T18:23:46.942Z Compiling pretty-hex v0.4.1
18962026-03-13T18:23:47.070Z Compiling openssl v0.10.75
18972026-03-13T18:23:47.194Z Compiling anyhow v1.0.102
18982026-03-13T18:23:47.325Z Compiling crc32fast v1.5.0
18992026-03-13T18:23:47.364Z Compiling base64ct v1.8.3
19002026-03-13T18:23:47.385Z Compiling either v1.15.0
19012026-03-13T18:23:47.425Z Compiling darling_core v0.21.3
19022026-03-13T18:23:47.457Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-13T18:23:47.480Z Compiling pest_generator v2.8.6
19042026-03-13T18:23:47.607Z Compiling regex-automata v0.4.14
19052026-03-13T18:23:47.629Z Compiling native-tls v0.2.18
19062026-03-13T18:23:47.671Z Compiling pem-rfc7468 v0.7.0
19072026-03-13T18:23:47.694Z Compiling flagset v0.4.7
19082026-03-13T18:23:47.756Z Compiling rand_core v0.9.5
19092026-03-13T18:23:47.877Z Compiling slog v2.8.2
19102026-03-13T18:23:47.974Z Compiling tracing-core v0.1.36
19112026-03-13T18:23:48.029Z Compiling dyn-clone v1.0.20
19122026-03-13T18:23:48.055Z Compiling rayon-core v1.13.0
19132026-03-13T18:23:48.055Z Compiling untrusted v0.9.0
19142026-03-13T18:23:48.331Z Compiling serde_derive v1.0.228
19152026-03-13T18:23:48.375Z Compiling zeroize_derive v1.4.3
19162026-03-13T18:23:48.415Z Compiling zerofrom-derive v0.1.6
19172026-03-13T18:23:48.415Z Compiling yoke-derive v0.8.1
19182026-03-13T18:23:48.432Z Compiling zerovec-derive v0.11.2
19192026-03-13T18:23:48.499Z Compiling displaydoc v0.2.5
19202026-03-13T18:23:48.527Z Compiling zerocopy-derive v0.8.40
19212026-03-13T18:23:48.565Z Compiling tokio-macros v2.6.0
19222026-03-13T18:23:48.712Z Compiling futures-macro v0.3.32
19232026-03-13T18:23:49.214Z Compiling zeroize v1.8.2
19242026-03-13T18:23:49.412Z Compiling thiserror-impl v2.0.18
19252026-03-13T18:23:49.486Z Compiling tracing-attributes v0.1.31
19262026-03-13T18:23:49.713Z Compiling der_derive v0.7.3
19272026-03-13T18:23:49.728Z Compiling schemars_derive v0.8.22
19282026-03-13T18:23:49.806Z Compiling thiserror-impl v1.0.69
19292026-03-13T18:23:49.938Z Compiling zerofrom v0.1.6
19302026-03-13T18:23:50.114Z Compiling yoke v0.8.1
19312026-03-13T18:23:50.257Z Compiling crypto-common v0.1.7
19322026-03-13T18:23:50.342Z Compiling zerovec v0.11.5
19332026-03-13T18:23:50.382Z Compiling zerotrie v0.2.3
19342026-03-13T18:23:50.812Z Compiling block-buffer v0.10.4
19352026-03-13T18:23:50.964Z Compiling digest v0.10.7
19362026-03-13T18:23:51.166Z Compiling pest_derive v2.8.6
19372026-03-13T18:23:51.232Z Compiling tinystr v0.8.2
19382026-03-13T18:23:51.232Z Compiling potential_utf v0.1.4
19392026-03-13T18:23:51.294Z Compiling hmac v0.12.1
19402026-03-13T18:23:51.298Z Compiling futures-util v0.3.32
19412026-03-13T18:23:51.384Z Compiling icu_locale_core v2.1.1
19422026-03-13T18:23:51.421Z Compiling icu_collections v2.1.1
19432026-03-13T18:23:51.462Z Compiling block-padding v0.3.3
19442026-03-13T18:23:51.535Z Compiling sha2 v0.10.9
19452026-03-13T18:23:54.569Z Compiling inout v0.1.4
19462026-03-13T18:23:54.711Z Compiling rustls-pki-types v1.14.0
19472026-03-13T18:23:54.711Z Compiling cipher v0.4.4
19482026-03-13T18:23:54.757Z Compiling scroll_derive v0.13.1
19492026-03-13T18:23:54.757Z Compiling icu_provider v2.1.1
19502026-03-13T18:23:54.758Z Compiling scroll_derive v0.12.1
19512026-03-13T18:23:54.758Z Compiling bytes v1.11.1
19522026-03-13T18:23:54.758Z Compiling icu_properties v2.1.2
19532026-03-13T18:23:54.758Z Compiling icu_normalizer v2.1.1
19542026-03-13T18:23:54.758Z Compiling chrono v0.4.44
19552026-03-13T18:23:54.758Z Compiling tokio v1.49.0
19562026-03-13T18:23:54.761Z Compiling serde_tokenstream v0.2.3
19572026-03-13T18:23:54.761Z Compiling idna_adapter v1.2.1
19582026-03-13T18:23:54.761Z Compiling idna v1.1.0
19592026-03-13T18:23:54.762Z Compiling openssl-macros v0.1.1
19602026-03-13T18:23:54.762Z Compiling http v1.4.0
19612026-03-13T18:23:54.762Z Compiling url v2.5.8
19622026-03-13T18:23:54.873Z Compiling der v0.7.10
19632026-03-13T18:23:54.878Z Compiling regex v1.12.3
19642026-03-13T18:23:54.942Z Compiling ppv-lite86 v0.2.21
19652026-03-13T18:23:54.982Z Compiling darling_macro v0.21.3
19662026-03-13T18:23:55.033Z Compiling zerocopy-derive v0.7.35
19672026-03-13T18:23:55.625Z Compiling darling v0.21.3
19682026-03-13T18:23:55.744Z Compiling salsa20 v0.10.2
19692026-03-13T18:23:56.006Z Compiling pbkdf2 v0.12.2
19702026-03-13T18:23:56.022Z Compiling tracing v0.1.44
19712026-03-13T18:23:56.083Z Compiling spki v0.7.3
19722026-03-13T18:23:56.348Z Compiling cookie v0.18.1
19732026-03-13T18:23:56.461Z Compiling base64 v0.22.1
19742026-03-13T18:23:56.480Z Compiling camino v1.2.2
19752026-03-13T18:23:56.699Z Compiling scrypt v0.11.0
19762026-03-13T18:23:56.704Z Compiling rand_chacha v0.9.0
19772026-03-13T18:23:56.740Z Compiling aes v0.8.4
19782026-03-13T18:23:56.784Z Compiling cbc v0.1.2
19792026-03-13T18:23:57.404Z Compiling usdt-impl v0.5.0
19802026-03-13T18:23:57.440Z Compiling ref-cast v1.0.25
19812026-03-13T18:23:57.572Z Compiling paste v1.0.15
19822026-03-13T18:23:57.635Z Compiling winnow v0.7.14
19832026-03-13T18:23:57.729Z Compiling usdt-impl v0.6.0
19842026-03-13T18:23:57.914Z Compiling pkcs5 v0.7.1
19852026-03-13T18:23:57.993Z Compiling rand v0.9.2
19862026-03-13T18:23:58.156Z Compiling http-body v1.0.1
19872026-03-13T18:23:58.359Z Compiling tokio-util v0.7.18
19882026-03-13T18:23:58.437Z Compiling scroll v0.12.0
19892026-03-13T18:23:58.452Z Compiling scroll v0.13.0
19902026-03-13T18:23:58.506Z Compiling toml_datetime v0.6.11
19912026-03-13T18:23:58.586Z Compiling serde_spanned v0.6.9
19922026-03-13T18:23:58.791Z Compiling heapless v0.7.17
19932026-03-13T18:23:58.861Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-13T18:23:58.911Z Compiling untrusted v0.7.1
19952026-03-13T18:23:59.052Z Compiling signal-hook v0.3.18
19962026-03-13T18:23:59.126Z Compiling openssl-probe v0.2.1
19972026-03-13T18:23:59.144Z Compiling zstd-safe v7.2.4
19982026-03-13T18:23:59.337Z Compiling atomic-waker v1.1.2
19992026-03-13T18:23:59.450Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-13T18:23:59.519Z Compiling goblin v0.10.5
20012026-03-13T18:23:59.541Z Compiling goblin v0.8.2
20022026-03-13T18:23:59.646Z Compiling pkcs8 v0.10.2
20032026-03-13T18:24:00.015Z Compiling zerocopy v0.7.35
20042026-03-13T18:24:00.104Z Compiling ref-cast-impl v1.0.25
20052026-03-13T18:24:00.219Z Compiling darling_core v0.20.11
20062026-03-13T18:24:00.328Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-13T18:24:00.354Z Compiling memoffset v0.9.1
20082026-03-13T18:24:00.375Z Compiling winnow v0.5.40
20092026-03-13T18:24:00.415Z Compiling rustix v0.38.44
20102026-03-13T18:24:00.562Z Compiling try-lock v0.2.5
20112026-03-13T18:24:00.648Z Compiling tower-service v0.3.3
20122026-03-13T18:24:00.782Z Compiling fastrand v2.3.0
20132026-03-13T18:24:00.874Z Compiling litrs v1.0.0
20142026-03-13T18:24:01.138Z Compiling tinyvec_macros v0.1.1
20152026-03-13T18:24:01.232Z Compiling tower-layer v0.3.3
20162026-03-13T18:24:01.291Z Compiling tinyvec v1.10.0
20172026-03-13T18:24:01.459Z Compiling h2 v0.4.13
20182026-03-13T18:24:01.501Z Compiling document-features v0.2.12
20192026-03-13T18:24:01.543Z Compiling want v0.3.1
20202026-03-13T18:24:02.187Z Compiling toml_edit v0.19.15
20212026-03-13T18:24:02.306Z Compiling dtrace-parser v0.2.0
20222026-03-13T18:24:02.406Z Compiling dtrace-parser v0.3.0
20232026-03-13T18:24:02.810Z Compiling dof v0.3.0
20242026-03-13T18:24:03.075Z Compiling ipnet v2.11.0
20252026-03-13T18:24:03.095Z Compiling darling_macro v0.20.11
20262026-03-13T18:24:03.409Z Compiling daft-derive v0.1.5
20272026-03-13T18:24:03.499Z Compiling async-trait v0.1.89
20282026-03-13T18:24:03.663Z Compiling dof v0.4.0
20292026-03-13T18:24:03.745Z Compiling curve25519-dalek v4.1.3
20302026-03-13T18:24:03.829Z Compiling spin v0.9.8
20312026-03-13T18:24:04.009Z Compiling thread-id v4.2.2
20322026-03-13T18:24:04.125Z Compiling thread-id v5.1.0
20332026-03-13T18:24:04.150Z Compiling proc-macro-error-attr v1.0.4
20342026-03-13T18:24:04.246Z Compiling httpdate v1.0.3
20352026-03-13T18:24:04.255Z Compiling foreign-types-shared v0.1.1
20362026-03-13T18:24:04.305Z Compiling powerfmt v0.2.0
20372026-03-13T18:24:04.447Z Compiling num-bigint-dig v0.8.6
20382026-03-13T18:24:04.561Z Compiling pin-utils v0.1.0
20392026-03-13T18:24:04.641Z Compiling cfg_aliases v0.2.1
20402026-03-13T18:24:04.692Z Compiling smoltcp v0.9.1
20412026-03-13T18:24:04.727Z Compiling deranged v0.5.8
20422026-03-13T18:24:04.788Z Compiling nix v0.31.1
20432026-03-13T18:24:04.919Z Compiling tempfile v3.25.0
20442026-03-13T18:24:04.999Z Compiling foreign-types v0.3.2
20452026-03-13T18:24:05.152Z Compiling darling v0.20.11
20462026-03-13T18:24:08.506Z Compiling ipnetwork v0.21.1
20472026-03-13T18:24:08.803Z Compiling hyper v1.8.1
20482026-03-13T18:24:08.803Z Compiling strum_macros v0.26.4
20492026-03-13T18:24:08.806Z Compiling wait-timeout v0.2.1
20502026-03-13T18:24:08.806Z Compiling socket2 v0.5.10
20512026-03-13T18:24:08.806Z Compiling proc-macro-error v1.0.4
20522026-03-13T18:24:08.806Z Compiling simd-adler32 v0.3.8
20532026-03-13T18:24:08.806Z Compiling unicode-segmentation v1.12.0
20542026-03-13T18:24:08.806Z Compiling quick-error v1.2.3
20552026-03-13T18:24:08.806Z Compiling num_threads v0.1.7
20562026-03-13T18:24:08.806Z Compiling anstyle v1.0.13
20572026-03-13T18:24:08.806Z Compiling siphasher v1.0.2
20582026-03-13T18:24:08.806Z Compiling bit-vec v0.8.0
20592026-03-13T18:24:08.811Z Compiling utf8parse v0.2.2
20602026-03-13T18:24:08.811Z Compiling hyper-util v0.1.20
20612026-03-13T18:24:08.811Z Compiling time v0.3.47
20622026-03-13T18:24:08.811Z Compiling rusty-fork v0.3.1
20632026-03-13T18:24:08.811Z Compiling anstyle-parse v0.2.7
20642026-03-13T18:24:08.811Z Compiling bit-set v0.8.0
20652026-03-13T18:24:08.812Z Compiling crossbeam-epoch v0.9.18
20662026-03-13T18:24:08.812Z Compiling derive_builder_core v0.20.2
20672026-03-13T18:24:08.812Z Compiling unicode-normalization v0.1.25
20682026-03-13T18:24:08.949Z Compiling rustls-native-certs v0.8.3
20692026-03-13T18:24:09.351Z Compiling signature v2.2.0
20702026-03-13T18:24:09.477Z Compiling hubpack_derive v0.1.1
20712026-03-13T18:24:09.519Z Compiling strum_macros v0.27.2
20722026-03-13T18:24:09.569Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-13T18:24:09.749Z Compiling rand_xorshift v0.4.0
20742026-03-13T18:24:09.821Z Compiling sync_wrapper v1.0.2
20752026-03-13T18:24:09.916Z Compiling fs-err v3.3.0
20762026-03-13T18:24:09.947Z Compiling ahash v0.8.12
20772026-03-13T18:24:10.046Z Compiling object v0.37.3
20782026-03-13T18:24:10.192Z Compiling adler2 v2.0.1
20792026-03-13T18:24:10.244Z Compiling colorchoice v1.0.4
20802026-03-13T18:24:10.261Z Compiling unicode-properties v0.1.4
20812026-03-13T18:24:10.293Z Compiling is_terminal_polyfill v1.70.2
20822026-03-13T18:24:10.383Z Compiling unicode-bidi v0.3.18
20832026-03-13T18:24:10.419Z Compiling anstyle-query v1.1.5
20842026-03-13T18:24:10.435Z Compiling unarray v0.1.4
20852026-03-13T18:24:10.444Z Compiling miniz_oxide v0.8.9
20862026-03-13T18:24:10.532Z Compiling anstream v0.6.21
20872026-03-13T18:24:10.553Z Compiling proptest v1.10.0
20882026-03-13T18:24:10.984Z Compiling stringprep v0.1.5
20892026-03-13T18:24:11.068Z Compiling tower v0.5.3
20902026-03-13T18:24:11.425Z Compiling derive_builder_macro v0.20.2
20912026-03-13T18:24:11.533Z Compiling crossbeam-deque v0.8.6
20922026-03-13T18:24:11.745Z Compiling heck v0.4.1
20932026-03-13T18:24:11.759Z Compiling usdt-attr-macro v0.6.0
20942026-03-13T18:24:11.834Z Compiling usdt-macro v0.6.0
20952026-03-13T18:24:12.127Z Compiling http-body-util v0.1.3
20962026-03-13T18:24:12.795Z Compiling webpki-roots v1.0.6
20972026-03-13T18:24:12.795Z Compiling rand_chacha v0.3.1
20982026-03-13T18:24:12.795Z Compiling erased-serde v0.3.31
20992026-03-13T18:24:12.795Z Compiling md-5 v0.10.6
21002026-03-13T18:24:12.795Z Compiling num-integer v0.1.46
21012026-03-13T18:24:12.795Z Compiling hash32 v0.2.1
21022026-03-13T18:24:12.838Z Compiling vergen-lib v0.1.6
21032026-03-13T18:24:12.864Z Compiling ff v0.13.1
21042026-03-13T18:24:12.882Z Compiling base16ct v0.2.0
21052026-03-13T18:24:12.895Z Compiling zlib-rs v0.6.2
21062026-03-13T18:24:12.925Z Compiling fallible-iterator v0.2.0
21072026-03-13T18:24:12.956Z Compiling ryu v1.0.23
21082026-03-13T18:24:13.092Z Compiling psl-types v2.0.11
21092026-03-13T18:24:13.178Z Compiling iri-string v0.7.10
21102026-03-13T18:24:13.179Z Compiling sec1 v0.7.3
21112026-03-13T18:24:13.213Z Compiling group v0.13.0
21122026-03-13T18:24:13.213Z Compiling serde_urlencoded v0.7.1
21132026-03-13T18:24:13.224Z Compiling publicsuffix v2.3.0
21142026-03-13T18:24:13.266Z Compiling num-iter v0.1.45
21152026-03-13T18:24:13.373Z Compiling postgres-protocol v0.6.10
21162026-03-13T18:24:13.485Z Compiling newtype-uuid v1.3.2
21172026-03-13T18:24:13.529Z Compiling rand v0.8.5
21182026-03-13T18:24:13.848Z Compiling oxnet v0.1.4
21192026-03-13T18:24:13.870Z Compiling derive_builder v0.20.2
21202026-03-13T18:24:14.028Z Compiling zone_cfg_derive v0.3.1
21212026-03-13T18:24:14.055Z Compiling tokio-native-tls v0.3.1
21222026-03-13T18:24:14.261Z Compiling phf_shared v0.13.1
21232026-03-13T18:24:14.352Z Compiling lazy_static v1.5.0
21242026-03-13T18:24:14.415Z Compiling terminal_size v0.4.3
21252026-03-13T18:24:14.489Z Compiling serde_with_macros v3.17.0
21262026-03-13T18:24:14.558Z Compiling cargo-platform v0.1.9
21272026-03-13T18:24:14.615Z Compiling hkdf v0.12.4
21282026-03-13T18:24:14.646Z Compiling tower-http v0.6.8
21292026-03-13T18:24:14.751Z Compiling crypto-bigint v0.5.5
21302026-03-13T18:24:14.819Z Compiling enum-as-inner v0.6.1
21312026-03-13T18:24:14.864Z Compiling clap_derive v4.5.55
21322026-03-13T18:24:14.864Z Compiling serde_repr v0.1.20
21332026-03-13T18:24:14.912Z Compiling vergen v9.0.6
21342026-03-13T18:24:14.980Z Compiling libbz2-rs-sys v0.2.2
21352026-03-13T18:24:15.052Z Compiling bumpalo v3.20.2
21362026-03-13T18:24:15.239Z Compiling managed v0.8.0
21372026-03-13T18:24:15.297Z Compiling clap_lex v1.0.0
21382026-03-13T18:24:15.425Z Compiling unicode-width v0.2.0
21392026-03-13T18:24:15.448Z Compiling bitflags v1.3.2
21402026-03-13T18:24:15.590Z Compiling foldhash v0.1.5
21412026-03-13T18:24:15.604Z Compiling bzip2 v0.6.1
21422026-03-13T18:24:15.697Z Compiling console v0.16.2
21432026-03-13T18:24:15.771Z Compiling flate2 v1.1.9
21442026-03-13T18:24:15.805Z Compiling hashbrown v0.15.5
21452026-03-13T18:24:15.967Z Compiling clap_builder v4.5.60
21462026-03-13T18:24:15.973Z Compiling zopfli v0.8.3
21472026-03-13T18:24:16.119Z Compiling cargo_metadata v0.19.2
21482026-03-13T18:24:16.412Z Compiling elliptic-curve v0.13.8
21492026-03-13T18:24:16.576Z Compiling phf v0.13.1
21502026-03-13T18:24:16.661Z Compiling hyper-tls v0.6.0
21512026-03-13T18:24:16.692Z Compiling signal-hook-mio v0.2.5
21522026-03-13T18:24:16.824Z Compiling daft v0.1.5
21532026-03-13T18:24:16.850Z Compiling rayon v1.11.0
21542026-03-13T18:24:16.883Z Compiling cookie_store v0.22.1
21552026-03-13T18:24:16.997Z Compiling postgres-types v0.2.12
21562026-03-13T18:24:17.106Z Compiling zstd v0.13.3
21572026-03-13T18:24:17.372Z Compiling bzip2 v0.4.4
21582026-03-13T18:24:17.635Z Compiling strum v0.27.2
21592026-03-13T18:24:17.767Z Compiling hubpack v0.1.2
21602026-03-13T18:24:17.781Z Compiling ed25519 v2.2.3
21612026-03-13T18:24:17.781Z Compiling phf_shared v0.11.3
21622026-03-13T18:24:18.006Z Compiling pkcs1 v0.7.5
21632026-03-13T18:24:18.082Z Compiling hex v0.4.3
21642026-03-13T18:24:18.131Z Compiling serde-big-array v0.5.1
21652026-03-13T18:24:18.293Z Compiling rfc6979 v0.4.0
21662026-03-13T18:24:18.404Z Compiling bstr v1.12.1
21672026-03-13T18:24:18.553Z Compiling itertools v0.12.1
21682026-03-13T18:24:18.667Z Compiling float-cmp v0.10.0
21692026-03-13T18:24:18.667Z Compiling memmap2 v0.9.10
21702026-03-13T18:24:18.667Z Compiling env_filter v1.0.0
21712026-03-13T18:24:18.716Z Compiling encoding_rs v0.8.35
21722026-03-13T18:24:18.716Z Compiling rustc-hash v2.1.1
21732026-03-13T18:24:18.747Z Compiling predicates-core v1.0.10
21742026-03-13T18:24:18.800Z Compiling keccak v0.1.6
21752026-03-13T18:24:18.833Z Compiling whoami v2.1.0
21762026-03-13T18:24:18.913Z Compiling fixedbitset v0.4.2
21772026-03-13T18:24:18.934Z Compiling new_debug_unreachable v1.0.6
21782026-03-13T18:24:19.083Z Compiling normalize-line-endings v0.3.0
21792026-03-13T18:24:19.144Z Compiling toml_write v0.1.2
21802026-03-13T18:24:19.193Z Compiling jiff v0.2.21
21812026-03-13T18:24:19.212Z Compiling unit-prefix v0.5.2
21822026-03-13T18:24:19.256Z Compiling mime v0.3.17
21832026-03-13T18:24:19.318Z Compiling fixedbitset v0.5.7
21842026-03-13T18:24:19.335Z Compiling precomputed-hash v0.1.1
21852026-03-13T18:24:19.394Z Compiling difflib v0.4.0
21862026-03-13T18:24:19.416Z Compiling static_assertions v1.1.0
21872026-03-13T18:24:19.461Z Compiling data-encoding v2.10.0
21882026-03-13T18:24:19.535Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21892026-03-13T18:24:20.215Z Compiling petgraph v0.8.3
21902026-03-13T18:24:20.215Z Compiling predicates v3.1.4
21912026-03-13T18:24:20.215Z Compiling string_cache v0.8.9
21922026-03-13T18:24:20.215Z Compiling hickory-proto v0.25.2
21932026-03-13T18:24:20.219Z Compiling zone v0.3.1
21942026-03-13T18:24:20.219Z Compiling indicatif v0.18.4
21952026-03-13T18:24:20.364Z Compiling toml_edit v0.22.27
21962026-03-13T18:24:20.510Z Compiling tokio-postgres v0.7.16
21972026-03-13T18:24:20.635Z Compiling petgraph v0.6.5
21982026-03-13T18:24:20.903Z Compiling sha3 v0.10.8
21992026-03-13T18:24:21.225Z Compiling similar v2.7.0
22002026-03-13T18:24:21.343Z Compiling env_logger v0.11.9
22012026-03-13T18:24:21.872Z Compiling iddqd v0.3.17
22022026-03-13T18:24:22.291Z Compiling usdt v0.6.0
22032026-03-13T18:24:22.564Z Compiling serde_with v3.17.0
22042026-03-13T18:24:26.356Z Compiling zip v4.6.1
22052026-03-13T18:24:26.517Z Compiling ecdsa v0.16.9
22062026-03-13T18:24:26.517Z Compiling rsa v0.9.10
22072026-03-13T18:24:26.517Z Compiling clap v4.5.60
22082026-03-13T18:24:26.517Z Compiling ed25519-dalek v2.2.0
22092026-03-13T18:24:26.517Z Compiling crossterm v0.28.1
22102026-03-13T18:24:26.517Z Compiling zip v0.6.6
22112026-03-13T18:24:26.517Z Compiling strum v0.26.3
22122026-03-13T18:24:26.517Z Compiling toml v0.7.8
22132026-03-13T18:24:26.517Z Compiling tokio-stream v0.1.18
22142026-03-13T18:24:26.517Z Compiling buf-list v1.1.2
22152026-03-13T18:24:26.517Z Compiling x509-cert v0.2.5
22162026-03-13T18:24:26.517Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-13T18:24:26.517Z Compiling openapiv3 v2.2.0
22182026-03-13T18:24:26.517Z Compiling sha1 v0.10.6
22192026-03-13T18:24:26.517Z Compiling itertools v0.13.0
22202026-03-13T18:24:26.517Z Compiling peg-runtime v0.8.5
22212026-03-13T18:24:26.517Z Compiling lalrpop-util v0.19.12
22222026-03-13T18:24:42.103Z Compiling macaddr v1.0.1
22232026-03-13T18:24:42.154Z Compiling structmeta-derive v0.3.0
22242026-03-13T18:24:42.185Z Compiling itertools v0.14.0
22252026-03-13T18:24:43.525Z Compiling heapless v0.8.0
22262026-03-13T18:24:43.876Z Compiling ingot-macros v0.1.1
22272026-03-13T18:24:44.146Z Compiling structmeta v0.3.0
22282026-03-13T18:24:47.108Z Compiling rustls-webpki v0.103.9
22292026-03-13T18:24:49.548Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-13T18:24:50.495Z Compiling hash32 v0.3.1
22312026-03-13T18:24:50.674Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-13T18:24:50.793Z Compiling smoltcp v0.11.0
22332026-03-13T18:24:50.865Z Compiling proc-macro-crate v3.4.0
22342026-03-13T18:24:51.008Z Compiling ingot-types v0.1.2
22352026-03-13T18:24:51.033Z Compiling cobs v0.3.0
22362026-03-13T18:24:51.403Z Compiling rustls v0.22.4
22372026-03-13T18:24:51.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-13T18:24:51.470Z Compiling postcard v1.1.3
22392026-03-13T18:24:51.500Z Compiling num_enum_derive v0.7.5
22402026-03-13T18:24:51.572Z Compiling proc-macro-crate v1.3.1
22412026-03-13T18:24:51.686Z Compiling ingot v0.1.1
22422026-03-13T18:24:51.755Z Compiling rustls-webpki v0.102.8
22432026-03-13T18:24:51.775Z Compiling futures-executor v0.3.32
22442026-03-13T18:24:52.010Z Compiling tokio-rustls v0.26.4
22452026-03-13T18:24:52.037Z Compiling rustls-platform-verifier v0.6.2
22462026-03-13T18:24:52.059Z Compiling foreign-types-macros v0.2.3
22472026-03-13T18:24:52.316Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-13T18:24:52.354Z Compiling hyper-rustls v0.27.7
22492026-03-13T18:24:52.378Z Compiling multer v3.1.0
22502026-03-13T18:24:52.382Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22512026-03-13T18:24:52.672Z Compiling reqwest v0.12.28
22522026-03-13T18:24:52.710Z Compiling reqwest v0.13.2
22532026-03-13T18:24:52.788Z Compiling thread_local v1.1.9
22542026-03-13T18:24:52.816Z Compiling cpufeatures v0.3.0
22552026-03-13T18:24:52.860Z Compiling typeid v1.0.3
22562026-03-13T18:24:52.881Z Compiling slog-async v2.8.0
22572026-03-13T18:24:52.904Z Compiling foreign-types-shared v0.3.1
22582026-03-13T18:24:52.933Z Compiling match_cfg v0.1.0
22592026-03-13T18:24:53.040Z Compiling hostname v0.3.1
22602026-03-13T18:24:53.059Z Compiling foreign-types v0.5.0
22612026-03-13T18:24:53.181Z Compiling chacha20 v0.10.0
22622026-03-13T18:24:53.215Z Compiling num_enum v0.7.5
22632026-03-13T18:24:53.355Z Compiling num_enum_derive v0.5.11
22642026-03-13T18:24:53.379Z Compiling futures v0.3.32
22652026-03-13T18:24:53.563Z Compiling derive-ex v0.1.8
22662026-03-13T18:24:53.590Z Compiling tabwriter v1.4.1
22672026-03-13T18:24:53.667Z Compiling slog-json v2.6.1
22682026-03-13T18:24:53.852Z Compiling crossbeam-channel v0.5.15
22692026-03-13T18:24:54.007Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-13T18:24:54.077Z Compiling async-stream-impl v0.3.6
22712026-03-13T18:24:54.118Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-13T18:24:54.548Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-13T18:24:54.619Z Compiling serde_spanned v1.0.4
22742026-03-13T18:24:54.667Z Compiling is-terminal v0.4.17
22752026-03-13T18:24:54.719Z Compiling cstr-argument v0.1.2
22762026-03-13T18:24:54.765Z Compiling dropshot v0.16.7
22772026-03-13T18:24:54.803Z Compiling take_mut v0.2.2
22782026-03-13T18:24:54.830Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-13T18:24:54.904Z Compiling crucible-workspace-hack v0.1.0
22802026-03-13T18:24:54.934Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-13T18:24:54.946Z Compiling erased-serde v0.4.9
22822026-03-13T18:24:55.031Z Compiling term v1.2.1
22832026-03-13T18:24:55.129Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-13T18:24:55.216Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-13T18:24:55.264Z Compiling async-stream v0.3.6
22862026-03-13T18:24:55.384Z Compiling slog-term v2.9.2
22872026-03-13T18:24:55.514Z Compiling num_enum v0.5.11
22882026-03-13T18:24:55.684Z Compiling test-strategy v0.4.5
22892026-03-13T18:24:55.701Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-13T18:24:55.760Z Compiling slog-bunyan v2.5.0
22912026-03-13T18:24:55.779Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-13T18:24:55.918Z Compiling rand v0.10.0
22932026-03-13T18:24:56.302Z Compiling tokio-rustls v0.25.0
22942026-03-13T18:24:56.641Z Compiling parse-display-derive v0.10.0
22952026-03-13T18:24:56.841Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-13T18:24:56.864Z Compiling backon v1.6.0
22972026-03-13T18:24:57.018Z Compiling waitgroup v0.1.2
22982026-03-13T18:24:57.037Z Compiling dropshot_endpoint v0.16.7
22992026-03-13T18:24:57.076Z Compiling newtype-uuid-macros v0.1.0
23002026-03-13T18:24:57.177Z Compiling rustls-pemfile v2.2.0
23012026-03-13T18:24:57.207Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23022026-03-13T18:24:57.228Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-13T18:24:57.330Z Compiling serde_path_to_error v0.1.20
23042026-03-13T18:24:57.421Z Compiling hostname v0.4.2
23052026-03-13T18:24:57.486Z Compiling instant v0.1.13
23062026-03-13T18:24:57.511Z Compiling debug-ignore v1.0.5
23072026-03-13T18:24:57.554Z Compiling colored v3.1.1
23082026-03-13T18:24:57.576Z Compiling libefi-sys v0.1.0
23092026-03-13T18:24:57.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-03-13T18:24:57.648Z Compiling backoff v0.4.0
23112026-03-13T18:24:57.652Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-13T18:24:57.689Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-13T18:24:57.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23142026-03-13T18:24:57.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23152026-03-13T18:24:57.986Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23162026-03-13T18:24:58.078Z Compiling camino-tempfile v1.4.1
23172026-03-13T18:24:58.099Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182026-03-13T18:24:58.119Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-13T18:24:58.424Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-13T18:24:58.627Z Compiling usdt-attr-macro v0.5.0
23212026-03-13T18:24:58.647Z Compiling usdt-macro v0.5.0
23222026-03-13T18:24:58.651Z Compiling secrecy v0.10.3
23232026-03-13T18:24:58.689Z Compiling parse-display v0.10.0
23242026-03-13T18:24:58.708Z Compiling bitfield-struct v0.6.2
23252026-03-13T18:24:58.907Z Compiling num-derive v0.4.2
23262026-03-13T18:24:59.543Z Compiling regress v0.10.5
23272026-03-13T18:24:59.564Z Compiling ordered-float v2.10.1
23282026-03-13T18:24:59.588Z Compiling blake3 v1.8.3
23292026-03-13T18:24:59.615Z Compiling sigpipe v0.1.3
23302026-03-13T18:24:59.754Z Compiling memmap v0.7.0
23312026-03-13T18:24:59.858Z Compiling glob v0.3.3
23322026-03-13T18:24:59.978Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-13T18:25:00.086Z Compiling usdt v0.5.0
23342026-03-13T18:25:00.130Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-13T18:25:00.162Z Compiling serde-value v0.7.0
23362026-03-13T18:25:00.294Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-13T18:25:00.346Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-03-13T18:25:00.408Z Compiling serde-untagged v0.1.9
23392026-03-13T18:25:00.448Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23402026-03-13T18:25:00.750Z Compiling toml v0.8.23
23412026-03-13T18:25:00.840Z Compiling smf v0.2.3
23422026-03-13T18:25:00.902Z Compiling filetime v0.2.27
23432026-03-13T18:25:00.924Z Compiling arrayvec v0.7.6
23442026-03-13T18:25:00.946Z Compiling arrayref v0.3.9
23452026-03-13T18:25:01.029Z Compiling same-file v1.0.6
23462026-03-13T18:25:01.074Z Compiling constant_time_eq v0.4.2
23472026-03-13T18:25:01.097Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-13T18:25:01.102Z Compiling unicode-xid v0.2.6
23492026-03-13T18:25:01.224Z Compiling whoami v1.6.1
23502026-03-13T18:25:01.245Z Compiling xattr v1.6.1
23512026-03-13T18:25:01.305Z Compiling walkdir v2.5.0
23522026-03-13T18:25:01.347Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-13T18:25:01.367Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-13T18:25:01.386Z Compiling tokio-dtrace v0.1.1
23552026-03-13T18:25:01.512Z Compiling tar v0.4.44
23562026-03-13T18:25:01.677Z Compiling cargo-util-schemas v0.8.2
23572026-03-13T18:25:01.812Z Compiling gethostname v0.5.0
23582026-03-13T18:25:01.875Z Compiling cargo-platform v0.2.0
23592026-03-13T18:25:02.000Z Compiling topological-sort v0.2.2
23602026-03-13T18:25:02.249Z Compiling oxide-tokio-rt v0.1.3
23612026-03-13T18:25:02.277Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-13T18:25:02.287Z Compiling indent_write v2.2.0
23632026-03-13T18:25:02.381Z Compiling shell-words v1.1.1
23642026-03-13T18:25:03.249Z Compiling cargo_metadata v0.21.0
23652026-03-13T18:25:14.412Z Compiling progenitor-client v0.13.0
23662026-03-13T18:25:14.461Z Compiling progenitor-client v0.10.0
23672026-03-13T18:25:14.465Z Compiling omicron-zone-package v0.12.2
23682026-03-13T18:25:14.574Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-13T18:25:14.577Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-13T18:25:14.578Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-03-13T18:25:14.637Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-13T18:25:14.732Z Compiling progenitor-extras v0.1.1
23732026-03-13T18:25:15.030Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-13T18:25:24.402Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-13T18:25:25.671Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-13T18:25:34.059Z Finished `release` profile [optimized] target(s) in 1m 54s
23772026-03-13T18:25:34.242Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-13T18:25:34.304ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-13T18:25:34.308ZCreated new build target 'test' and set it as active
23802026-03-13T18:25:34.311Z
23812026-03-13T18:25:34.311Zreal 1:54.841619032
23822026-03-13T18:25:34.311Zuser 20:32.130021455
23832026-03-13T18:25:34.312Zsys 3:01.793980885
23842026-03-13T18:25:34.312Ztrap 0.530309842
23852026-03-13T18:25:34.312Ztflt 3.257128831
23862026-03-13T18:25:34.312Zdflt 3.706453640
23872026-03-13T18:25:34.312Zkflt 0.000523695
23882026-03-13T18:25:34.312Zlock 47:30.830320823
23892026-03-13T18:25:34.312Zslp 1:11:23.772447427
23902026-03-13T18:25:34.312Zlat 48.377049286
23912026-03-13T18:25:34.312Zstop 6:54.823500059
23922026-03-13T18:25:34.312Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-13T18:25:35.412Z Finished `release` profile [optimized] target(s) in 1.08s
23942026-03-13T18:25:35.478Z Running `target/release/omicron-package -t test package`
23952026-03-13T18:25:35.536ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-13T18:25:37.325Z Compiling regress v0.10.5
23972026-03-13T18:25:37.325Z Compiling heck v0.5.0
23982026-03-13T18:25:37.328Z Compiling unsafe-libyaml v0.2.11
23992026-03-13T18:25:37.328Z Compiling convert_case v0.4.0
24002026-03-13T18:25:37.596Z Compiling half v2.7.1
24012026-03-13T18:25:37.602Z Compiling ciborium-io v0.2.2
24022026-03-13T18:25:37.614Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24032026-03-13T18:25:37.640Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24042026-03-13T18:25:37.667Z Compiling prettyplease v0.2.37
24052026-03-13T18:25:37.671Z Compiling universal-hash v0.5.1
24062026-03-13T18:25:37.691Z Compiling thiserror-impl-no-std v2.0.2
24072026-03-13T18:25:37.695Z Compiling unicode-width v0.1.14
24082026-03-13T18:25:37.696Z Compiling opaque-debug v0.3.1
24092026-03-13T18:25:37.696Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-13T18:25:37.717Z Compiling chacha20 v0.9.1
24112026-03-13T18:25:37.748Z Compiling typify-impl v0.6.1
24122026-03-13T18:25:37.775Z Compiling password-hash v0.5.0
24132026-03-13T18:25:37.952Z Compiling blake2 v0.10.6
24142026-03-13T18:25:37.993Z Compiling derive_more v0.99.20
24152026-03-13T18:25:38.021Z Compiling ciborium-ll v0.2.2
24162026-03-13T18:25:38.079Z Compiling poly1305 v0.8.0
24172026-03-13T18:25:38.109Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-03-13T18:25:38.138Z Compiling aead v0.5.2
24192026-03-13T18:25:38.166Z Compiling is-terminal v0.4.17
24202026-03-13T18:25:38.306Z Compiling serde_yaml v0.9.34+deprecated
24212026-03-13T18:25:38.332Z Compiling ciborium v0.2.2
24222026-03-13T18:25:38.382Z Compiling swrite v0.1.0
24232026-03-13T18:25:38.420Z Compiling argon2 v0.5.3
24242026-03-13T18:25:38.445Z Compiling chacha20poly1305 v0.10.1
24252026-03-13T18:25:38.545Z Compiling serde_spanned v1.0.4
24262026-03-13T18:25:38.626Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-13T18:25:38.704Z Compiling bytecount v0.6.9
24282026-03-13T18:25:38.779Z Compiling rustls v0.22.4
24292026-03-13T18:25:38.817Z Compiling rustls-webpki v0.102.8
24302026-03-13T18:25:38.908Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-13T18:25:38.934Z Compiling toml v0.9.12+spec-1.1.0
24322026-03-13T18:25:38.970Z Compiling derive-where v1.6.0
24332026-03-13T18:25:39.081Z Compiling thread_local v1.1.9
24342026-03-13T18:25:39.162Z Compiling match_cfg v0.1.0
24352026-03-13T18:25:39.268Z Compiling thiserror-no-std v2.0.2
24362026-03-13T18:25:39.301Z Compiling hostname v0.3.1
24372026-03-13T18:25:39.394Z Compiling vsss-rs v3.3.4
24382026-03-13T18:25:39.452Z Compiling multer v3.1.0
24392026-03-13T18:25:39.488Z Compiling slog-async v2.8.0
24402026-03-13T18:25:39.492Z Compiling slog-json v2.6.1
24412026-03-13T18:25:39.546Z Compiling crossbeam-channel v0.5.15
24422026-03-13T18:25:39.576Z Compiling futures-executor v0.3.32
24432026-03-13T18:25:39.794Z Compiling take_mut v0.2.2
24442026-03-13T18:25:39.798Z Compiling term v1.2.1
24452026-03-13T18:25:39.852Z Compiling futures v0.3.32
24462026-03-13T18:25:39.892Z Compiling slog-bunyan v2.5.0
24472026-03-13T18:25:39.983Z Compiling dropshot v0.16.7
24482026-03-13T18:25:40.094Z Compiling async-stream v0.3.6
24492026-03-13T18:25:40.160Z Compiling progenitor-client v0.13.0
24502026-03-13T18:25:40.164Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-13T18:25:40.325Z Compiling slog-term v2.9.2
24522026-03-13T18:25:40.360Z Compiling waitgroup v0.1.2
24532026-03-13T18:25:40.435Z Compiling backon v1.6.0
24542026-03-13T18:25:40.503Z Compiling rustls-pemfile v2.2.0
24552026-03-13T18:25:40.533Z Compiling serde_path_to_error v0.1.20
24562026-03-13T18:25:40.561Z Compiling hostname v0.4.2
24572026-03-13T18:25:40.594Z Compiling instant v0.1.13
24582026-03-13T18:25:40.598Z Compiling debug-ignore v1.0.5
24592026-03-13T18:25:40.655Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-13T18:25:40.658Z Compiling parse-display v0.10.0
24612026-03-13T18:25:40.724Z Compiling progenitor-extras v0.1.1
24622026-03-13T18:25:40.760Z Compiling backoff v0.4.0
24632026-03-13T18:25:40.790Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-03-13T18:25:40.794Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-13T18:25:40.794Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-03-13T18:25:40.794Z Compiling progenitor-client v0.10.0
24672026-03-13T18:25:40.980Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-03-13T18:25:41.020Z Compiling macaddr v1.0.1
24692026-03-13T18:25:41.052Z Compiling console v0.15.11
24702026-03-13T18:25:41.052Z Compiling newline-converter v0.3.0
24712026-03-13T18:25:41.056Z Compiling atomicwrites v0.4.4
24722026-03-13T18:25:41.145Z Compiling num-rational v0.4.2
24732026-03-13T18:25:41.149Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-03-13T18:25:41.261Z Compiling num-complex v0.4.6
24752026-03-13T18:25:41.365Z Compiling slog-dtrace v0.3.0
24762026-03-13T18:25:41.393Z Compiling async-recursion v1.1.1
24772026-03-13T18:25:41.492Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24782026-03-13T18:25:41.635Z Compiling expectorate v1.2.0
24792026-03-13T18:25:41.703Z Compiling owo-colors v4.3.0
24802026-03-13T18:25:41.760Z Compiling float-ord v0.3.2
24812026-03-13T18:25:41.912Z Compiling num v0.4.3
24822026-03-13T18:25:41.997Z Compiling tokio-rustls v0.25.0
24832026-03-13T18:25:42.025Z Compiling cancel-safe-futures v0.1.5
24842026-03-13T18:25:42.093Z Compiling libsw-core v0.3.2
24852026-03-13T18:25:42.175Z Compiling resolv-conf v0.7.6
24862026-03-13T18:25:42.179Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-03-13T18:25:42.320Z Compiling libsw v3.5.0
24882026-03-13T18:25:42.350Z Compiling toml v0.8.23
24892026-03-13T18:25:42.458Z Compiling linear-map v1.2.0
24902026-03-13T18:25:42.531Z Compiling linked-hash-map v0.5.6
24912026-03-13T18:25:42.598Z Compiling minimal-lexical v0.2.1
24922026-03-13T18:25:42.857Z Compiling lru-cache v0.1.2
24932026-03-13T18:25:42.877Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-03-13T18:25:42.939Z Compiling nom v7.1.3
24952026-03-13T18:25:42.971Z Compiling unicode-xid v0.2.6
24962026-03-13T18:25:42.995Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-03-13T18:25:43.028Z Compiling globset v0.4.18
24982026-03-13T18:25:43.055Z Compiling hickory-proto v0.24.4
24992026-03-13T18:25:43.154Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-03-13T18:25:43.183Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-03-13T18:25:43.610Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25022026-03-13T18:25:43.635Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-03-13T18:25:44.796Z Compiling typify-macro v0.6.1
25042026-03-13T18:25:44.829Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-13T18:25:44.861Z Compiling convert_case v0.10.0
25062026-03-13T18:25:45.347Z Compiling derive_more-impl v2.1.1
25072026-03-13T18:25:46.324Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-03-13T18:25:46.520Z Compiling hickory-resolver v0.24.4
25092026-03-13T18:25:46.555Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-03-13T18:25:46.625Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-03-13T18:25:46.715Z Compiling pin-project-internal v1.1.11
25122026-03-13T18:25:46.873Z Compiling derive_more v2.1.1
25132026-03-13T18:25:46.931Z Compiling typify v0.6.1
25142026-03-13T18:25:47.095Z Compiling progenitor-impl v0.13.0
25152026-03-13T18:25:47.815Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-03-13T18:25:48.068Z Compiling qorb v0.4.1
25172026-03-13T18:25:48.170Z Compiling pin-project v1.1.11
25182026-03-13T18:25:48.390Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25192026-03-13T18:25:48.542Z Compiling pem v3.0.6
25202026-03-13T18:25:48.629Z Compiling snafu-derive v0.8.9
25212026-03-13T18:25:49.441Z Compiling termtree v0.5.1
25222026-03-13T18:25:49.685Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-03-13T18:25:49.835Z Compiling crossterm v0.29.0
25242026-03-13T18:25:50.210Z Compiling progenitor-macro v0.13.0
25252026-03-13T18:25:51.004Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-03-13T18:25:51.047Z Compiling snafu v0.8.9
25272026-03-13T18:25:51.202Z Compiling phf_shared v0.12.1
25282026-03-13T18:25:51.540Z Compiling olpc-cjson v0.1.4
25292026-03-13T18:25:51.823Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-03-13T18:25:51.848Z Compiling serde_plain v1.0.2
25312026-03-13T18:25:52.244Z Compiling vte v0.14.1
25322026-03-13T18:25:52.538Z Compiling csv-core v0.1.13
25332026-03-13T18:25:52.561Z Compiling highway v1.3.0
25342026-03-13T18:25:53.526Z Compiling typed-path v0.9.3
25352026-03-13T18:25:53.721Z Compiling chrono-tz v0.10.4
25362026-03-13T18:25:53.814Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-03-13T18:25:53.961Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-03-13T18:25:54.051Z Compiling csv v1.4.0
25392026-03-13T18:25:54.503Z Compiling strip-ansi-escapes v0.2.1
25402026-03-13T18:25:54.873Z Compiling phf v0.12.1
25412026-03-13T18:25:55.149Z Compiling tough v0.20.0
25422026-03-13T18:25:55.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-03-13T18:25:55.348Z Compiling const_format_proc_macros v0.2.34
25442026-03-13T18:25:55.433Z Compiling papergrid v0.11.0
25452026-03-13T18:25:56.171Z Compiling progenitor v0.13.0
25462026-03-13T18:25:56.400Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-13T18:25:56.437Z Compiling fd-lock v4.0.4
25482026-03-13T18:25:56.610Z Compiling peg-macros v0.8.5
25492026-03-13T18:25:56.656Z Compiling tabled_derive v0.7.0
25502026-03-13T18:25:56.840Z Compiling nu-ansi-term v0.50.3
25512026-03-13T18:25:57.326Z Compiling reedline v0.40.0
25522026-03-13T18:25:57.502Z Compiling const_format v0.2.35
25532026-03-13T18:25:57.794Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-13T18:25:57.911Z Compiling tabled v0.15.0
25552026-03-13T18:25:58.231Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-03-13T18:25:58.357Z Compiling peg v0.8.5
25572026-03-13T18:25:58.482Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-03-13T18:25:59.378Z Compiling bcs v0.1.6
25592026-03-13T18:25:59.730Z Compiling semver v0.1.20
25602026-03-13T18:26:00.045Z Compiling base64 v0.21.7
25612026-03-13T18:26:00.153Z Compiling rustc_version v0.1.7
25622026-03-13T18:26:01.038Z Compiling newtype_derive v0.1.6
25632026-03-13T18:26:01.080Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-13T18:26:01.081Z Compiling typify-impl v0.4.3
25652026-03-13T18:26:01.081Z Compiling humantime v2.3.0
25662026-03-13T18:26:01.384Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-13T18:26:01.553Z Compiling unicode-linebreak v0.1.5
25682026-03-13T18:26:01.734Z Compiling smawk v0.3.2
25692026-03-13T18:26:01.988Z Compiling textwrap v0.16.2
25702026-03-13T18:26:02.040Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-13T18:26:02.099Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-13T18:26:02.421Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-13T18:26:02.720Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-03-13T18:26:02.939Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-13T18:26:02.994Z Compiling steno v0.4.1
25762026-03-13T18:26:04.192Z Compiling utf-8 v0.7.6
25772026-03-13T18:26:04.443Z Compiling tagptr v0.2.0
25782026-03-13T18:26:04.503Z Compiling tungstenite v0.21.0
25792026-03-13T18:26:04.721Z Compiling moka v0.12.13
25802026-03-13T18:26:05.044Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-13T18:26:05.249Z Compiling radium v0.7.0
25822026-03-13T18:26:05.647Z Compiling tokio-tungstenite v0.21.0
25832026-03-13T18:26:05.864Z Compiling typify-macro v0.4.3
25842026-03-13T18:26:06.228Z Compiling tap v1.0.1
25852026-03-13T18:26:06.678Z Compiling maybe-uninit v2.0.0
25862026-03-13T18:26:06.703Z Compiling hickory-resolver v0.25.2
25872026-03-13T18:26:06.813Z Compiling wyz v0.5.1
25882026-03-13T18:26:07.210Z Compiling zerocopy-derive v0.6.6
25892026-03-13T18:26:07.302Z Compiling packed_struct v0.10.1
25902026-03-13T18:26:07.511Z Compiling crc-catalog v2.4.0
25912026-03-13T18:26:07.666Z Compiling funty v2.0.0
25922026-03-13T18:26:07.691Z Compiling display-error-chain v0.2.2
25932026-03-13T18:26:07.933Z Compiling typify v0.4.3
25942026-03-13T18:26:08.106Z Compiling progenitor-impl v0.10.0
25952026-03-13T18:26:08.267Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-03-13T18:26:08.363Z Compiling zerocopy v0.6.6
25972026-03-13T18:26:08.895Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-03-13T18:26:09.016Z Compiling bitvec v1.0.1
25992026-03-13T18:26:10.959Z Compiling crc v3.4.0
26002026-03-13T18:26:11.238Z Compiling progenitor-macro v0.10.0
26012026-03-13T18:26:11.641Z Compiling packed_struct_codegen v0.10.1
26022026-03-13T18:26:11.699Z Compiling bitfield-macros v0.19.4
26032026-03-13T18:26:13.236Z Compiling indexmap v1.9.3
26042026-03-13T18:26:13.236Z Compiling nodrop v0.1.14
26052026-03-13T18:26:13.236Z Compiling array-init v0.0.4
26062026-03-13T18:26:13.236Z Compiling bitfield v0.19.4
26072026-03-13T18:26:13.237Z Compiling smallvec v0.6.14
26082026-03-13T18:26:13.347Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-13T18:26:13.362Z Compiling num-derive v0.3.3
26102026-03-13T18:26:13.436Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-13T18:26:13.972Z Compiling hashbrown v0.12.3
26122026-03-13T18:26:14.022Z Compiling proc-macro-error2 v2.0.1
26132026-03-13T18:26:14.501Z Compiling serde-hex v0.1.0
26142026-03-13T18:26:14.507Z Compiling libscf-sys v1.1.0
26152026-03-13T18:26:14.736Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-03-13T18:26:15.043Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-13T18:26:15.069Z Compiling ron v0.8.1
26182026-03-13T18:26:15.194Z Compiling hashbrown v0.13.2
26192026-03-13T18:26:15.219Z Compiling vergen-gitcl v1.0.8
26202026-03-13T18:26:15.490Z Compiling dirs-sys-next v0.1.2
26212026-03-13T18:26:15.621Z Compiling crc-any v2.5.0
26222026-03-13T18:26:15.760Z Compiling glob v0.3.3
26232026-03-13T18:26:16.016Z Compiling maplit v1.0.2
26242026-03-13T18:26:16.100Z Compiling crunchy v0.2.4
26252026-03-13T18:26:16.150Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-13T18:26:16.190Z Compiling object v0.30.4
26272026-03-13T18:26:16.262Z Compiling clang-sys v1.8.1
26282026-03-13T18:26:16.541Z Compiling dirs-next v2.0.0
26292026-03-13T18:26:16.770Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-13T18:26:16.816Z Compiling tabled_derive v0.11.0
26312026-03-13T18:26:16.957Z Compiling papergrid v0.17.0
26322026-03-13T18:26:17.025Z Compiling testing_table v0.3.0
26332026-03-13T18:26:17.130Z Compiling progenitor v0.10.0
26342026-03-13T18:26:17.319Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-13T18:26:17.360Z Compiling dsl_auto_type v0.1.3
26362026-03-13T18:26:17.481Z Compiling scheduled-thread-pool v0.2.7
26372026-03-13T18:26:17.540Z Compiling diesel_table_macro_syntax v0.2.0
26382026-03-13T18:26:17.684Z Compiling path-slash v0.1.5
26392026-03-13T18:26:17.825Z Compiling tiny-keccak v2.0.2
26402026-03-13T18:26:17.914Z Compiling r2d2 v0.8.10
26412026-03-13T18:26:18.105Z Compiling diesel_derives v2.2.7
26422026-03-13T18:26:18.238Z Compiling term v0.7.0
26432026-03-13T18:26:18.302Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-13T18:26:18.305Z Compiling arc-swap v1.8.2
26452026-03-13T18:26:18.305Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-13T18:26:18.403Z Compiling bit-vec v0.6.3
26472026-03-13T18:26:18.641Z Compiling tabled v0.20.0
26482026-03-13T18:26:18.708Z Compiling xshell-macros v0.2.7
26492026-03-13T18:26:18.829Z Compiling slog-scope v4.4.1
26502026-03-13T18:26:18.958Z Compiling bit-set v0.5.3
26512026-03-13T18:26:18.984Z Compiling ascii-canvas v3.0.0
26522026-03-13T18:26:19.225Z Compiling xshell v0.2.7
26532026-03-13T18:26:19.312Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-13T18:26:19.359Z Compiling itertools v0.10.5
26552026-03-13T18:26:19.503Z Compiling ena v0.14.4
26562026-03-13T18:26:19.822Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-03-13T18:26:19.887Z Compiling libloading v0.8.9
26582026-03-13T18:26:20.188Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-03-13T18:26:20.215Z Compiling diff v0.1.13
26602026-03-13T18:26:20.577Z Compiling unicase v2.9.0
26612026-03-13T18:26:20.863Z Compiling bindgen v0.71.1
26622026-03-13T18:26:20.896Z Compiling regex-syntax v0.6.29
26632026-03-13T18:26:21.340Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-13T18:26:22.673Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-03-13T18:26:23.000Z Compiling lalrpop v0.19.12
26662026-03-13T18:26:23.648Z Compiling diesel v2.2.12
26672026-03-13T18:26:23.725Z Compiling slog-stdlog v4.1.1
26682026-03-13T18:26:24.298Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-03-13T18:26:24.327Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-03-13T18:26:25.634Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-03-13T18:26:25.725Z Compiling cexpr v0.6.0
26722026-03-13T18:26:25.977Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-03-13T18:26:26.200Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-03-13T18:26:26.283Z Compiling crc8 v0.1.1
26752026-03-13T18:26:26.475Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-13T18:26:26.509Z Compiling slog-envlogger v2.2.0
26772026-03-13T18:26:26.545Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-13T18:26:26.600Z Compiling headers-core v0.3.0
26792026-03-13T18:26:26.795Z Compiling libxml v0.3.3
26802026-03-13T18:26:27.220Z Compiling headers v0.4.1
26812026-03-13T18:26:27.402Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-13T18:26:27.480Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-13T18:26:27.768Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-13T18:26:28.057Z Compiling strum_macros v0.24.3
26852026-03-13T18:26:28.349Z Compiling indoc v1.0.9
26862026-03-13T18:26:28.937Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-13T18:26:29.065Z Compiling derive_builder v0.20.2
26882026-03-13T18:26:29.238Z Compiling oso-derive v0.27.3
26892026-03-13T18:26:29.274Z Compiling quick-xml v0.37.5
26902026-03-13T18:26:29.330Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-13T18:26:29.775Z Compiling openssl-probe v0.1.6
26922026-03-13T18:26:29.915Z Compiling half v1.8.3
26932026-03-13T18:26:30.199Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-13T18:26:30.232Z Compiling serde_cbor v0.11.2
26952026-03-13T18:26:30.505Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-13T18:26:31.204Z Compiling diesel-dtrace v0.4.2
26972026-03-13T18:26:31.234Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-13T18:26:31.264Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-13T18:26:31.458Z Compiling bb8 v0.8.6
27002026-03-13T18:26:31.565Z Compiling trait-variant v0.1.2
27012026-03-13T18:26:31.648Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-03-13T18:26:31.674Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27032026-03-13T18:26:31.956Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-03-13T18:26:32.117Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-03-13T18:26:32.302Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-03-13T18:26:32.406Z Compiling fxhash v0.2.1
27072026-03-13T18:26:32.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-03-13T18:26:32.884Z Compiling kstat-rs v0.2.4
27092026-03-13T18:26:32.958Z Compiling libz-sys v1.1.24
27102026-03-13T18:26:33.019Z Compiling salty v0.3.0
27112026-03-13T18:26:33.051Z Compiling nonempty v0.12.0
27122026-03-13T18:26:33.211Z Compiling samael v0.0.19
27132026-03-13T18:26:33.365Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-03-13T18:26:33.484Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-03-13T18:26:33.622Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27162026-03-13T18:26:33.824Z Compiling progenitor-impl v0.11.2
27172026-03-13T18:26:33.851Z Compiling darling_core v0.23.0
27182026-03-13T18:26:34.388Z Compiling polar-core v0.27.3
27192026-03-13T18:26:34.417Z Compiling nanorand v0.7.0
27202026-03-13T18:26:34.478Z Compiling fs-err v2.11.0
27212026-03-13T18:26:34.796Z Compiling parking_lot_core v0.8.6
27222026-03-13T18:26:35.246Z Compiling mime_guess v2.0.5
27232026-03-13T18:26:35.424Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27242026-03-13T18:26:35.955Z Compiling flume v0.11.1
27252026-03-13T18:26:36.382Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-03-13T18:26:36.969Z Compiling progenitor-macro v0.11.2
27272026-03-13T18:26:37.031Z Compiling darling_macro v0.23.0
27282026-03-13T18:26:37.694Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-13T18:26:37.755Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-13T18:26:38.257Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-13T18:26:40.930Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-03-13T18:26:41.403Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-13T18:26:42.141Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-03-13T18:26:42.891Z Compiling progenitor-client v0.11.2
27352026-03-13T18:26:43.657Z Compiling git-stub v1.0.0
27362026-03-13T18:26:43.885Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-03-13T18:26:44.008Z Compiling instability v0.3.11
27382026-03-13T18:26:44.355Z Compiling git-stub-vcs v0.1.0
27392026-03-13T18:26:44.827Z Compiling progenitor v0.11.2
27402026-03-13T18:26:44.858Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-13T18:26:46.760Z Compiling oso v0.27.3
27422026-03-13T18:26:48.088Z Compiling async-bb8-diesel v0.2.1
27432026-03-13T18:26:48.348Z Compiling darling v0.23.0
27442026-03-13T18:26:48.482Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27452026-03-13T18:26:49.103Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-03-13T18:26:49.152Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-03-13T18:26:49.182Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-03-13T18:26:49.500Z Compiling ignore v0.4.25
27492026-03-13T18:26:50.732Z Compiling primeorder v0.13.6
27502026-03-13T18:26:51.151Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-13T18:26:51.646Z Compiling castaway v0.2.4
27522026-03-13T18:26:51.845Z Compiling nibble_vec v0.1.0
27532026-03-13T18:26:52.101Z Compiling atty v0.2.14
27542026-03-13T18:26:52.281Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-13T18:26:52.582Z Compiling endian-type v0.1.2
27562026-03-13T18:26:52.808Z Compiling indoc v2.0.7
27572026-03-13T18:26:53.051Z Compiling http-range v0.1.5
27582026-03-13T18:26:53.091Z Compiling parse-size v1.1.0
27592026-03-13T18:26:53.408Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-03-13T18:26:53.462Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-13T18:26:53.759Z Compiling radix_trie v0.2.1
27622026-03-13T18:26:54.372Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-13T18:26:54.375Z Compiling compact_str v0.8.1
27642026-03-13T18:26:54.430Z Compiling p384 v0.13.1
27652026-03-13T18:26:55.208Z Compiling globwalk v0.9.1
27662026-03-13T18:26:55.865Z Compiling parking_lot v0.11.2
27672026-03-13T18:26:56.951Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-03-13T18:26:57.022Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-03-13T18:26:57.059Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-03-13T18:26:57.181Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-13T18:26:57.639Z Compiling predicates-tree v1.0.13
27722026-03-13T18:26:58.217Z Compiling unicode-truncate v1.1.0
27732026-03-13T18:26:58.471Z Compiling lru v0.12.5
27742026-03-13T18:26:58.682Z Compiling prefix-trie v0.7.0
27752026-03-13T18:26:58.756Z Compiling vergen-git2 v1.0.7
27762026-03-13T18:26:59.058Z Compiling cassowary v0.3.0
27772026-03-13T18:26:59.328Z Compiling hickory-server v0.25.2
27782026-03-13T18:26:59.544Z Compiling ratatui v0.29.0
27792026-03-13T18:26:59.650Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-03-13T18:27:00.198Z Compiling camino-tempfile-ext v0.3.3
27812026-03-13T18:27:01.076Z Compiling hyper-staticfile v0.10.1
27822026-03-13T18:27:01.114Z Compiling sled v0.34.7
27832026-03-13T18:27:01.391Z Compiling hickory-client v0.25.2
27842026-03-13T18:27:02.626Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-03-13T18:27:02.942Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-03-13T18:27:02.972Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-03-13T18:27:03.253Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-03-13T18:27:03.451Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27892026-03-13T18:27:04.014Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-03-13T18:27:04.591Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-13T18:27:04.727Z Compiling rand_seeder v0.4.0
27922026-03-13T18:27:05.039Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-13T18:27:05.335Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-03-13T18:27:05.626Z Compiling lzma-sys v0.1.20
27952026-03-13T18:27:05.670Z Compiling corncobs v0.1.4
27962026-03-13T18:27:05.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-13T18:27:05.975Z Compiling rustls v0.21.12
27982026-03-13T18:27:06.246Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-03-13T18:27:06.379Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-13T18:27:06.409Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-03-13T18:27:06.701Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-13T18:27:06.757Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-13T18:27:07.185Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-13T18:27:07.346Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-13T18:27:07.409Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-03-13T18:27:07.497Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-03-13T18:27:08.235Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-13T18:27:10.255Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-13T18:27:11.490Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-13T18:27:11.521Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-13T18:27:11.788Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-03-13T18:27:11.821Z Compiling cargo_toml v0.22.3
28132026-03-13T18:27:11.961Z Compiling sct v0.7.1
28142026-03-13T18:27:12.100Z Compiling rustls-webpki v0.101.7
28152026-03-13T18:27:12.328Z Compiling nix v0.29.0
28162026-03-13T18:27:12.869Z Compiling secrecy v0.8.0
28172026-03-13T18:27:13.113Z Compiling void v1.0.2
28182026-03-13T18:27:13.293Z Compiling lzss v0.8.2
28192026-03-13T18:27:14.643Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-13T18:27:14.907Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-13T18:27:15.042Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-13T18:27:15.136Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-13T18:27:15.452Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-13T18:27:15.584Z Compiling git2 v0.20.4
28252026-03-13T18:27:16.401Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-13T18:27:16.483Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-03-13T18:27:17.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-03-13T18:27:17.528Z Compiling tungstenite v0.23.0
28292026-03-13T18:27:17.710Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-13T18:27:17.715Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-13T18:27:18.024Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-03-13T18:27:18.052Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-03-13T18:27:18.335Z Compiling nix v0.27.1
28342026-03-13T18:27:18.363Z Compiling serde_bytes v0.11.19
28352026-03-13T18:27:19.470Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28362026-03-13T18:27:19.604Z Compiling tokio-tungstenite v0.23.1
28372026-03-13T18:27:20.062Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-13T18:27:20.087Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-13T18:27:20.117Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-13T18:27:20.189Z Compiling tokio-rustls v0.24.1
28412026-03-13T18:27:20.598Z Compiling xz2 v0.1.7
28422026-03-13T18:27:20.689Z Compiling ron v0.12.0
28432026-03-13T18:27:21.035Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-03-13T18:27:22.520Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-13T18:27:23.229Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-13T18:27:25.746Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-13T18:27:25.941Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-13T18:27:26.704Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-03-13T18:27:27.960Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-03-13T18:27:29.424Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-03-13T18:27:30.001Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-03-13T18:27:30.101Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-13T18:27:30.143Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-03-13T18:27:31.140Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-13T18:27:32.917Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-03-13T18:27:33.589Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-03-13T18:27:34.279Z Compiling rustls-pemfile v1.0.4
28582026-03-13T18:27:34.781Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-03-13T18:27:35.189Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-13T18:27:35.299Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-03-13T18:27:35.609Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-03-13T18:27:36.669Z Compiling signal-hook-tokio v0.3.1
28632026-03-13T18:27:36.696Z Compiling twox-hash v2.1.2
28642026-03-13T18:27:36.903Z Compiling yasna v0.5.2
28652026-03-13T18:27:37.108Z Compiling is_ci v1.2.0
28662026-03-13T18:27:37.374Z Compiling base16ct v1.0.0
28672026-03-13T18:27:37.401Z Compiling supports-color v3.0.2
28682026-03-13T18:27:37.726Z Compiling rcgen v0.12.1
28692026-03-13T18:27:38.223Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-03-13T18:27:38.900Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-03-13T18:27:39.020Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-03-13T18:27:39.200Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-03-13T18:27:39.953Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-03-13T18:27:40.800Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-13T18:27:42.805Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-13T18:27:43.817Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28772026-03-13T18:27:43.967Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-03-13T18:27:44.436Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-03-13T18:27:46.178Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-13T18:27:46.438Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-03-13T18:27:46.589Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-13T18:27:46.745Z Compiling fatfs v0.3.6
28832026-03-13T18:27:46.852Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-13T18:27:48.342Z Compiling subprocess v0.2.15
28852026-03-13T18:27:49.139Z Compiling rtoolbox v0.0.3
28862026-03-13T18:27:49.468Z Compiling seq-macro v0.3.6
28872026-03-13T18:27:51.156Z Compiling assert_matches v1.5.0
28882026-03-13T18:27:51.292Z Compiling rpassword v7.4.0
28892026-03-13T18:27:51.338Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-03-13T18:27:51.728Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-13T18:27:51.894Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-13T18:27:52.711Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-13T18:27:55.495Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28942026-03-13T18:27:55.808Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-03-13T18:27:55.970Z Compiling tui-tree-widget v0.23.1
28962026-03-13T18:27:56.523Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-03-13T18:27:57.949Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-03-13T18:27:58.654Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-03-13T18:28:02.448Z Compiling uzers v0.12.2
29002026-03-13T18:28:02.517Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-03-13T18:28:04.097Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-03-13T18:28:04.455Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-03-13T18:28:05.471Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-03-13T18:28:07.293Z Compiling support-bundle-viewer v0.1.2
29052026-03-13T18:28:08.064Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-03-13T18:28:09.465Z Compiling multimap v0.10.1
29072026-03-13T18:28:30.605Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-03-13T18:28:31.177Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-03-13T18:35:30.861Z Finished `release` profile [optimized] target(s) in 9m 55s
29102026-03-13T18:36:25.613Z
29112026-03-13T18:36:25.616Zreal 10:51.189074921
29122026-03-13T18:36:25.616Zuser 1:43:38.083967031
29132026-03-13T18:36:25.617Zsys 4:07.291046341
29142026-03-13T18:36:25.617Ztrap 2.346643811
29152026-03-13T18:36:25.617Ztflt 2.826639224
29162026-03-13T18:36:25.617Zdflt 16.241205468
29172026-03-13T18:36:25.617Zkflt 0.001596434
29182026-03-13T18:36:25.617Zlock 7:17:18.070868922
29192026-03-13T18:36:25.617Zslp 3:59:06.526065752
29202026-03-13T18:36:25.617Zlat 2:50.435481847
29212026-03-13T18:36:25.617Zstop 6:37.241394142
29222026-03-13T18:36:25.617Z+ mapfile -t packages
29232026-03-13T18:36:25.617Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-03-13T18:36:26.784Z Finished `release` profile [optimized] target(s) in 1.16s
29252026-03-13T18:36:26.852Z Running `target/release/omicron-package -t test list-outputs`
29262026-03-13T18:36:26.906ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-03-13T18:36:26.910Z+ ptime -m cargo build --locked --release -p xtask
29282026-03-13T18:36:27.601Z Compiling libc v0.2.180
29292026-03-13T18:36:27.601Z Compiling serde v1.0.228
29302026-03-13T18:36:27.604Z Compiling serde_core v1.0.228
29312026-03-13T18:36:27.604Z Compiling rustix v1.1.3
29322026-03-13T18:36:27.705Z Compiling bitflags v2.11.0
29332026-03-13T18:36:27.709Z Compiling serde_json v1.0.149
29342026-03-13T18:36:27.743Z Compiling num-traits v0.2.19
29352026-03-13T18:36:27.765Z Compiling syn v2.0.117
29362026-03-13T18:36:27.779Z Compiling smallvec v1.15.1
29372026-03-13T18:36:27.782Z Compiling hashbrown v0.16.1
29382026-03-13T18:36:27.839Z Compiling usdt-impl v0.5.0
29392026-03-13T18:36:27.844Z Compiling syn v1.0.109
29402026-03-13T18:36:27.871Z Compiling getrandom v0.4.1
29412026-03-13T18:36:27.871Z Compiling log v0.4.29
29422026-03-13T18:36:28.087Z Compiling percent-encoding v2.3.2
29432026-03-13T18:36:28.179Z Compiling fs-err v3.3.0
29442026-03-13T18:36:28.267Z Compiling once_cell v1.21.3
29452026-03-13T18:36:28.314Z Compiling form_urlencoded v1.2.2
29462026-03-13T18:36:28.363Z Compiling anyhow v1.0.102
29472026-03-13T18:36:28.414Z Compiling heck v0.4.1
29482026-03-13T18:36:28.630Z Compiling indexmap v2.13.0
29492026-03-13T18:36:28.896Z Compiling thread-id v4.2.2
29502026-03-13T18:36:28.932Z Compiling errno v0.3.14
29512026-03-13T18:36:28.935Z Compiling memmap v0.7.0
29522026-03-13T18:36:29.379Z Compiling ordered-float v2.10.1
29532026-03-13T18:36:30.001Z Compiling proc-macro-error v1.0.4
29542026-03-13T18:36:30.300Z Compiling tabled_derive v0.7.0
29552026-03-13T18:36:30.380Z Compiling terminal_size v0.4.3
29562026-03-13T18:36:30.380Z Compiling tempfile v3.25.0
29572026-03-13T18:36:30.509Z Compiling clap_builder v4.5.60
29582026-03-13T18:36:30.509Z Compiling textwrap v0.16.2
29592026-03-13T18:36:30.678Z Compiling camino-tempfile v1.4.1
29602026-03-13T18:36:31.222Z Compiling tabled v0.15.0
29612026-03-13T18:36:31.457Z Compiling synstructure v0.13.2
29622026-03-13T18:36:31.460Z Compiling pest_generator v2.8.6
29632026-03-13T18:36:32.000Z Compiling serde_derive v1.0.228
29642026-03-13T18:36:32.000Z Compiling zerofrom-derive v0.1.6
29652026-03-13T18:36:32.004Z Compiling yoke-derive v0.8.1
29662026-03-13T18:36:32.004Z Compiling zerovec-derive v0.11.2
29672026-03-13T18:36:32.004Z Compiling displaydoc v0.2.5
29682026-03-13T18:36:32.004Z Compiling thiserror-impl v1.0.69
29692026-03-13T18:36:32.004Z Compiling zerocopy-derive v0.7.35
29702026-03-13T18:36:32.004Z Compiling scroll_derive v0.12.1
29712026-03-13T18:36:32.016Z Compiling thiserror-impl v2.0.18
29722026-03-13T18:36:32.030Z Compiling clap_derive v4.5.55
29732026-03-13T18:36:32.150Z Compiling pest_derive v2.8.6
29742026-03-13T18:36:33.004Z Compiling scroll v0.12.0
29752026-03-13T18:36:33.199Z Compiling zerocopy v0.7.35
29762026-03-13T18:36:33.399Z Compiling goblin v0.8.2
29772026-03-13T18:36:33.517Z Compiling zerofrom v0.1.6
29782026-03-13T18:36:33.628Z Compiling thiserror v1.0.69
29792026-03-13T18:36:33.717Z Compiling yoke v0.8.1
29802026-03-13T18:36:33.763Z Compiling dtrace-parser v0.2.0
29812026-03-13T18:36:33.779Z Compiling thiserror v2.0.18
29822026-03-13T18:36:33.945Z Compiling zerovec v0.11.5
29832026-03-13T18:36:33.990Z Compiling zerotrie v0.2.3
29842026-03-13T18:36:34.413Z Compiling clap v4.5.60
29852026-03-13T18:36:34.773Z Compiling tinystr v0.8.2
29862026-03-13T18:36:34.869Z Compiling potential_utf v0.1.4
29872026-03-13T18:36:35.114Z Compiling icu_locale_core v2.1.1
29882026-03-13T18:36:35.132Z Compiling icu_collections v2.1.1
29892026-03-13T18:36:36.514Z Compiling icu_provider v2.1.1
29902026-03-13T18:36:36.715Z Compiling toml_datetime v0.6.11
29912026-03-13T18:36:36.758Z Compiling serde_spanned v0.6.9
29922026-03-13T18:36:36.788Z Compiling dof v0.3.0
29932026-03-13T18:36:36.955Z Compiling icu_normalizer v2.1.1
29942026-03-13T18:36:36.980Z Compiling icu_properties v2.1.2
29952026-03-13T18:36:37.016Z Compiling toml_edit v0.22.27
29962026-03-13T18:36:37.055Z Compiling serde_tokenstream v0.2.3
29972026-03-13T18:36:37.221Z Compiling serde-value v0.7.0
29982026-03-13T18:36:37.225Z Compiling cargo-platform v0.2.0
29992026-03-13T18:36:37.257Z Compiling macaddr v1.0.1
30002026-03-13T18:36:37.840Z Compiling usdt-attr-macro v0.5.0
30012026-03-13T18:36:37.887Z Compiling usdt-macro v0.5.0
30022026-03-13T18:36:38.519Z Compiling idna_adapter v1.2.1
30032026-03-13T18:36:38.682Z Compiling idna v1.1.0
30042026-03-13T18:36:38.728Z Compiling usdt v0.5.0
30052026-03-13T18:36:39.111Z Compiling url v2.5.8
30062026-03-13T18:36:39.273Z Compiling toml v0.8.23
30072026-03-13T18:36:39.866Z Compiling cargo-util-schemas v0.8.2
30082026-03-13T18:36:39.866Z Compiling cargo_toml v0.21.0
30092026-03-13T18:36:41.345Z Compiling cargo_metadata v0.21.0
30102026-03-13T18:36:46.062Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-13T18:36:50.100Z Finished `release` profile [optimized] target(s) in 23.17s
30122026-03-13T18:36:50.237Z
30132026-03-13T18:36:50.240Zreal 23.291739086
30142026-03-13T18:36:50.241Zuser 3:12.167286115
30152026-03-13T18:36:50.241Zsys 21.335077588
30162026-03-13T18:36:50.241Ztrap 0.090681844
30172026-03-13T18:36:50.241Ztflt 0.801429149
30182026-03-13T18:36:50.241Zdflt 2.029542013
30192026-03-13T18:36:50.241Zkflt 0.000058730
30202026-03-13T18:36:50.241Zlock 5:35.785361349
30212026-03-13T18:36:50.241Zslp 6:37.177128486
30222026-03-13T18:36:50.241Zlat 8.094247864
30232026-03-13T18:36:50.241Zstop 29.193758710
30242026-03-13T18:36:50.241Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-13T18:36:50.241Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-03-13T18:36:50.241Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-13T18:36:50.241Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-03-13T18:36:50.241Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-03-13T18:36:51.437Z Compiling regress v0.10.5
30302026-03-13T18:36:51.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-03-13T18:36:51.441Z Compiling serde_spanned v1.0.4
30322026-03-13T18:36:51.441Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-03-13T18:36:51.590Z Compiling newtype-uuid-macros v0.1.0
30342026-03-13T18:36:51.595Z Compiling structmeta-derive v0.3.0
30352026-03-13T18:36:51.595Z Compiling rustls v0.22.4
30362026-03-13T18:36:51.595Z Compiling rustls-webpki v0.102.8
30372026-03-13T18:36:51.595Z Compiling multer v3.1.0
30382026-03-13T18:36:51.607Z Compiling match_cfg v0.1.0
30392026-03-13T18:36:51.641Z Compiling debug-ignore v1.0.5
30402026-03-13T18:36:51.644Z Compiling progenitor-client v0.13.0
30412026-03-13T18:36:51.655Z Compiling slog-json v2.6.1
30422026-03-13T18:36:51.659Z Compiling async-stream-impl v0.3.6
30432026-03-13T18:36:51.672Z Compiling dropshot v0.16.7
30442026-03-13T18:36:51.694Z Compiling itertools v0.14.0
30452026-03-13T18:36:51.889Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-13T18:36:51.892Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-13T18:36:51.892Z Compiling waitgroup v0.1.2
30482026-03-13T18:36:51.959Z Compiling hostname v0.3.1
30492026-03-13T18:36:52.075Z Compiling rustls-pemfile v2.2.0
30502026-03-13T18:36:52.119Z Compiling dropshot_endpoint v0.16.7
30512026-03-13T18:36:52.143Z Compiling slog-bunyan v2.5.0
30522026-03-13T18:36:52.163Z Compiling serde_path_to_error v0.1.20
30532026-03-13T18:36:52.166Z Compiling hostname v0.4.2
30542026-03-13T18:36:52.255Z Compiling macaddr v1.0.1
30552026-03-13T18:36:52.285Z Compiling progenitor-client v0.10.0
30562026-03-13T18:36:52.344Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-03-13T18:36:52.347Z Compiling instant v0.1.13
30582026-03-13T18:36:52.390Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-03-13T18:36:52.528Z Compiling backon v1.6.0
30602026-03-13T18:36:52.580Z Compiling backoff v0.4.0
30612026-03-13T18:36:52.612Z Compiling async-stream v0.3.6
30622026-03-13T18:36:52.691Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-03-13T18:36:52.715Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-13T18:36:52.743Z Compiling unsafe-libyaml v0.2.11
30652026-03-13T18:36:52.746Z Compiling crucible-workspace-hack v0.1.0
30662026-03-13T18:36:52.787Z Compiling progenitor-extras v0.1.1
30672026-03-13T18:36:52.825Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-13T18:36:52.856Z Compiling secrecy v0.10.3
30692026-03-13T18:36:52.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-13T18:36:52.944Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-03-13T18:36:52.967Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-03-13T18:36:53.083Z Compiling heapless v0.8.0
30732026-03-13T18:36:53.139Z Compiling hash32 v0.3.1
30742026-03-13T18:36:53.160Z Compiling smoltcp v0.11.0
30752026-03-13T18:36:53.182Z Compiling structmeta v0.3.0
30762026-03-13T18:36:53.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30772026-03-13T18:36:53.254Z Compiling toml v0.8.23
30782026-03-13T18:36:53.277Z Compiling tabwriter v1.4.1
30792026-03-13T18:36:53.355Z Compiling cobs v0.3.0
30802026-03-13T18:36:53.506Z Compiling derive-ex v0.1.8
30812026-03-13T18:36:53.528Z Compiling parse-display-derive v0.10.0
30822026-03-13T18:36:53.552Z Compiling serde_yaml v0.9.34+deprecated
30832026-03-13T18:36:53.552Z Compiling ingot-macros v0.1.1
30842026-03-13T18:36:53.599Z Compiling proc-macro-crate v3.4.0
30852026-03-13T18:36:53.683Z Compiling foreign-types-macros v0.2.3
30862026-03-13T18:36:53.800Z Compiling cpufeatures v0.3.0
30872026-03-13T18:36:53.830Z Compiling foreign-types-shared v0.3.1
30882026-03-13T18:36:53.851Z Compiling convert_case v0.4.0
30892026-03-13T18:36:53.917Z Compiling chacha20 v0.10.0
30902026-03-13T18:36:53.996Z Compiling postcard v1.1.3
30912026-03-13T18:36:54.171Z Compiling proc-macro-crate v1.3.1
30922026-03-13T18:36:54.323Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-13T18:36:54.361Z Compiling universal-hash v0.5.1
30942026-03-13T18:36:54.393Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-13T18:36:54.415Z Compiling num_enum_derive v0.7.5
30962026-03-13T18:36:54.419Z Compiling derive_more v0.99.20
30972026-03-13T18:36:54.499Z Compiling cstr-argument v0.1.2
30982026-03-13T18:36:54.531Z Compiling foreign-types v0.5.0
30992026-03-13T18:36:54.557Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31002026-03-13T18:36:54.656Z Compiling colored v3.1.1
31012026-03-13T18:36:54.694Z Compiling opaque-debug v0.3.1
31022026-03-13T18:36:54.730Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-03-13T18:36:54.768Z Compiling num_enum_derive v0.5.11
31042026-03-13T18:36:54.809Z Compiling tokio-rustls v0.25.0
31052026-03-13T18:36:54.831Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-03-13T18:36:54.941Z Compiling rand v0.10.0
31072026-03-13T18:36:54.962Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-03-13T18:36:55.056Z Compiling typify-impl v0.6.1
31092026-03-13T18:36:55.158Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-03-13T18:36:55.184Z Compiling half v2.7.1
31112026-03-13T18:36:55.204Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31122026-03-13T18:36:55.622Z Compiling ciborium-io v0.2.2
31132026-03-13T18:36:55.658Z Compiling camino-tempfile v1.4.1
31142026-03-13T18:36:55.687Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-13T18:36:55.778Z Compiling ciborium-ll v0.2.2
31162026-03-13T18:36:55.859Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-03-13T18:36:55.945Z Compiling num_enum v0.7.5
31182026-03-13T18:36:55.968Z Compiling test-strategy v0.4.5
31192026-03-13T18:36:55.997Z Compiling parse-display v0.10.0
31202026-03-13T18:36:56.037Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31212026-03-13T18:36:56.061Z Compiling ciborium v0.2.2
31222026-03-13T18:36:56.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-13T18:36:56.104Z Compiling smf v0.2.3
31242026-03-13T18:36:56.153Z Compiling aead v0.5.2
31252026-03-13T18:36:56.228Z Compiling num-derive v0.4.2
31262026-03-13T18:36:56.252Z Compiling sigpipe v0.1.3
31272026-03-13T18:36:56.276Z Compiling num_enum v0.5.11
31282026-03-13T18:36:56.370Z Compiling glob v0.3.3
31292026-03-13T18:36:56.392Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-03-13T18:36:56.419Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-03-13T18:36:56.448Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31322026-03-13T18:36:56.470Z Compiling poly1305 v0.8.0
31332026-03-13T18:36:56.785Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-13T18:36:56.858Z Compiling chacha20 v0.9.1
31352026-03-13T18:36:56.881Z Compiling whoami v1.6.1
31362026-03-13T18:36:56.903Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31372026-03-13T18:36:56.936Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-13T18:36:57.078Z Compiling thiserror-impl-no-std v2.0.2
31392026-03-13T18:36:57.099Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-03-13T18:36:57.123Z Compiling num-rational v0.4.2
31412026-03-13T18:36:57.221Z Compiling password-hash v0.5.0
31422026-03-13T18:36:57.317Z Compiling blake2 v0.10.6
31432026-03-13T18:36:57.420Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-13T18:36:57.484Z Compiling num-complex v0.4.6
31452026-03-13T18:36:57.595Z Compiling prettyplease v0.2.37
31462026-03-13T18:36:57.617Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31472026-03-13T18:36:57.649Z Compiling indent_write v2.2.0
31482026-03-13T18:36:57.699Z Compiling ingot-types v0.1.2
31492026-03-13T18:36:57.852Z Compiling argon2 v0.5.3
31502026-03-13T18:36:57.875Z Compiling chacha20poly1305 v0.10.1
31512026-03-13T18:36:57.955Z Compiling float-ord v0.3.2
31522026-03-13T18:36:58.062Z Compiling num v0.4.3
31532026-03-13T18:36:58.123Z Compiling gethostname v0.5.0
31542026-03-13T18:36:58.126Z Compiling usdt-attr-macro v0.5.0
31552026-03-13T18:36:58.169Z Compiling usdt-macro v0.5.0
31562026-03-13T18:36:58.172Z Compiling derive-where v1.6.0
31572026-03-13T18:36:58.218Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-03-13T18:36:58.221Z Compiling memmap v0.7.0
31592026-03-13T18:36:58.290Z Compiling ingot v0.1.1
31602026-03-13T18:36:58.315Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31612026-03-13T18:36:58.319Z Compiling typify-impl v0.4.3
31622026-03-13T18:36:58.514Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-03-13T18:36:58.581Z Compiling atomicwrites v0.4.4
31642026-03-13T18:36:58.872Z Compiling thiserror-no-std v2.0.2
31652026-03-13T18:36:58.894Z Compiling cancel-safe-futures v0.1.5
31662026-03-13T18:36:58.919Z Compiling owo-colors v4.3.0
31672026-03-13T18:36:59.006Z Compiling vsss-rs v3.3.4
31682026-03-13T18:36:59.030Z Compiling libsw-core v0.3.2
31692026-03-13T18:36:59.231Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-03-13T18:36:59.285Z Compiling async-recursion v1.1.1
31712026-03-13T18:36:59.306Z Compiling resolv-conf v0.7.6
31722026-03-13T18:36:59.328Z Compiling usdt v0.5.0
31732026-03-13T18:36:59.422Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-03-13T18:36:59.693Z Compiling libsw v3.5.0
31752026-03-13T18:36:59.794Z Compiling libefi-sys v0.1.0
31762026-03-13T18:36:59.794Z Compiling linear-map v1.2.0
31772026-03-13T18:36:59.937Z Compiling hickory-proto v0.24.4
31782026-03-13T18:36:59.960Z Compiling newline-converter v0.3.0
31792026-03-13T18:37:00.067Z Compiling console v0.15.11
31802026-03-13T18:37:00.093Z Compiling bitfield-struct v0.6.2
31812026-03-13T18:37:00.138Z Compiling linked-hash-map v0.5.6
31822026-03-13T18:37:00.158Z Compiling semver v0.1.20
31832026-03-13T18:37:00.206Z Compiling pin-project-internal v1.1.11
31842026-03-13T18:37:00.287Z Compiling slog-dtrace v0.3.0
31852026-03-13T18:37:00.376Z Compiling lru-cache v0.1.2
31862026-03-13T18:37:00.416Z Compiling rustc_version v0.1.7
31872026-03-13T18:37:00.476Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-03-13T18:37:00.565Z Compiling expectorate v1.2.0
31892026-03-13T18:37:00.587Z Compiling minimal-lexical v0.2.1
31902026-03-13T18:37:00.613Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-03-13T18:37:00.712Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-13T18:37:00.764Z Compiling newtype_derive v0.1.6
31932026-03-13T18:37:00.786Z Compiling tokio-dtrace v0.1.1
31942026-03-13T18:37:00.808Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-03-13T18:37:00.913Z Compiling nom v7.1.3
31962026-03-13T18:37:00.966Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31972026-03-13T18:37:01.020Z Compiling phf_shared v0.12.1
31982026-03-13T18:37:01.043Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-13T18:37:01.069Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32002026-03-13T18:37:01.172Z Compiling dropshot-api-manager-types v0.6.0
32012026-03-13T18:37:01.219Z Compiling pem v3.0.6
32022026-03-13T18:37:01.288Z Compiling snafu-derive v0.8.9
32032026-03-13T18:37:01.401Z Compiling csv-core v0.1.13
32042026-03-13T18:37:01.502Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-13T18:37:01.587Z Compiling highway v1.3.0
32062026-03-13T18:37:01.647Z Compiling same-file v1.0.6
32072026-03-13T18:37:01.706Z Compiling xshell-macros v0.2.7
32082026-03-13T18:37:01.777Z Compiling chrono-tz v0.10.4
32092026-03-13T18:37:01.820Z Compiling typify-macro v0.6.1
32102026-03-13T18:37:01.860Z Compiling pin-project v1.1.11
32112026-03-13T18:37:01.892Z Compiling const_format_proc_macros v0.2.34
32122026-03-13T18:37:02.022Z Compiling walkdir v2.5.0
32132026-03-13T18:37:02.061Z Compiling csv v1.4.0
32142026-03-13T18:37:02.116Z Compiling phf v0.12.1
32152026-03-13T18:37:02.335Z Compiling xshell v0.2.7
32162026-03-13T18:37:02.382Z Compiling oxide-tokio-rt v0.1.3
32172026-03-13T18:37:02.608Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-13T18:37:02.815Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-13T18:37:02.879Z Compiling globset v0.4.18
32202026-03-13T18:37:02.904Z Compiling olpc-cjson v0.1.4
32212026-03-13T18:37:02.934Z Compiling hickory-resolver v0.24.4
32222026-03-13T18:37:02.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-03-13T18:37:02.980Z Compiling primeorder v0.13.6
32242026-03-13T18:37:03.007Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32252026-03-13T18:37:03.084Z Compiling serde_plain v1.0.2
32262026-03-13T18:37:03.146Z Compiling typed-path v0.9.3
32272026-03-13T18:37:03.167Z Compiling base64 v0.21.7
32282026-03-13T18:37:03.372Z Compiling const_format v0.2.35
32292026-03-13T18:37:03.395Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-03-13T18:37:03.721Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-03-13T18:37:03.758Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-03-13T18:37:03.839Z Compiling tabled_derive v0.7.0
32332026-03-13T18:37:03.888Z Compiling bcs v0.1.6
32342026-03-13T18:37:04.146Z Compiling snafu v0.8.9
32352026-03-13T18:37:04.339Z Compiling radium v0.7.0
32362026-03-13T18:37:04.361Z Compiling typify v0.6.1
32372026-03-13T18:37:04.531Z Compiling progenitor-impl v0.13.0
32382026-03-13T18:37:04.559Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32392026-03-13T18:37:04.587Z Compiling qorb v0.4.1
32402026-03-13T18:37:04.617Z Compiling tough v0.20.0
32412026-03-13T18:37:04.641Z Compiling salty v0.3.0
32422026-03-13T18:37:04.674Z Compiling termtree v0.5.1
32432026-03-13T18:37:04.777Z Compiling textwrap v0.16.2
32442026-03-13T18:37:04.905Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-13T18:37:04.985Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-03-13T18:37:05.048Z Compiling steno v0.4.1
32472026-03-13T18:37:05.132Z Compiling typify-macro v0.4.3
32482026-03-13T18:37:05.223Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-03-13T18:37:05.258Z Compiling tabled v0.15.0
32502026-03-13T18:37:05.281Z Compiling utf-8 v0.7.6
32512026-03-13T18:37:05.431Z Compiling tap v1.0.1
32522026-03-13T18:37:05.456Z Compiling maybe-uninit v2.0.0
32532026-03-13T18:37:05.480Z Compiling humantime v2.3.0
32542026-03-13T18:37:05.557Z Compiling tungstenite v0.21.0
32552026-03-13T18:37:05.618Z Compiling wyz v0.5.1
32562026-03-13T18:37:05.894Z Compiling p384 v0.13.1
32572026-03-13T18:37:05.936Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-03-13T18:37:05.972Z Compiling arc-swap v1.8.2
32592026-03-13T18:37:06.104Z Compiling funty v2.0.0
32602026-03-13T18:37:06.280Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-03-13T18:37:06.396Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-03-13T18:37:06.684Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-03-13T18:37:06.778Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-03-13T18:37:07.042Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-03-13T18:37:07.070Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-03-13T18:37:07.387Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-13T18:37:07.410Z Compiling tagptr v0.2.0
32682026-03-13T18:37:07.654Z Compiling packed_struct v0.10.1
32692026-03-13T18:37:07.679Z Compiling typify v0.4.3
32702026-03-13T18:37:07.729Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-13T18:37:07.846Z Compiling progenitor-impl v0.10.0
32722026-03-13T18:37:07.904Z Compiling moka v0.12.13
32732026-03-13T18:37:08.076Z Compiling bitvec v1.0.1
32742026-03-13T18:37:08.435Z Compiling progenitor-macro v0.13.0
32752026-03-13T18:37:08.667Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-03-13T18:37:08.689Z Compiling slog-scope v4.4.1
32772026-03-13T18:37:08.711Z Compiling tokio-tungstenite v0.21.0
32782026-03-13T18:37:08.964Z Compiling polyval v0.6.2
32792026-03-13T18:37:09.004Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-03-13T18:37:09.035Z Compiling packed_struct_codegen v0.10.1
32812026-03-13T18:37:09.057Z Compiling bitfield-macros v0.19.4
32822026-03-13T18:37:09.167Z Compiling zerocopy-derive v0.6.6
32832026-03-13T18:37:09.281Z Compiling proc-macro-error-attr2 v2.0.0
32842026-03-13T18:37:09.304Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-13T18:37:09.461Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-13T18:37:09.535Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-13T18:37:09.867Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-03-13T18:37:10.104Z Compiling indexmap v1.9.3
32892026-03-13T18:37:10.155Z Compiling nodrop v0.1.14
32902026-03-13T18:37:10.248Z Compiling crc-catalog v2.4.0
32912026-03-13T18:37:10.310Z Compiling parking_lot_core v0.8.6
32922026-03-13T18:37:10.394Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32932026-03-13T18:37:10.418Z Compiling zerocopy v0.6.6
32942026-03-13T18:37:10.439Z Compiling crc v3.4.0
32952026-03-13T18:37:10.494Z Compiling array-init v0.0.4
32962026-03-13T18:37:10.738Z Compiling bitfield v0.19.4
32972026-03-13T18:37:10.770Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-03-13T18:37:10.773Z Compiling proc-macro-error2 v2.0.1
32992026-03-13T18:37:10.847Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-13T18:37:10.935Z Compiling ghash v0.5.1
33012026-03-13T18:37:11.072Z Compiling smallvec v0.6.14
33022026-03-13T18:37:11.137Z Compiling hickory-resolver v0.25.2
33032026-03-13T18:37:11.203Z Compiling slog-stdlog v4.1.1
33042026-03-13T18:37:11.240Z Compiling git-stub v1.0.0
33052026-03-13T18:37:11.384Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33062026-03-13T18:37:11.426Z Compiling ctr v0.9.2
33072026-03-13T18:37:11.517Z Compiling num-derive v0.3.3
33082026-03-13T18:37:11.563Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-03-13T18:37:11.622Z Compiling lzma-sys v0.1.20
33102026-03-13T18:37:11.645Z Compiling progenitor-macro v0.10.0
33112026-03-13T18:37:11.732Z Compiling unicase v2.9.0
33122026-03-13T18:37:11.783Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-03-13T18:37:11.927Z Compiling hashbrown v0.12.3
33142026-03-13T18:37:12.048Z Compiling mime_guess v2.0.5
33152026-03-13T18:37:12.123Z Compiling aes-gcm v0.10.3
33162026-03-13T18:37:12.153Z Compiling git-stub-vcs v0.1.0
33172026-03-13T18:37:12.284Z Compiling slog-envlogger v2.2.0
33182026-03-13T18:37:12.383Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33192026-03-13T18:37:12.439Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-03-13T18:37:12.663Z Compiling serde-hex v0.1.0
33212026-03-13T18:37:12.687Z Compiling tabled_derive v0.11.0
33222026-03-13T18:37:12.717Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-13T18:37:12.881Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-03-13T18:37:12.884Z Compiling libscf-sys v1.1.0
33252026-03-13T18:37:13.005Z Compiling progenitor-impl v0.11.2
33262026-03-13T18:37:13.107Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-13T18:37:13.139Z Compiling ron v0.8.1
33282026-03-13T18:37:13.191Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33292026-03-13T18:37:13.282Z Compiling papergrid v0.17.0
33302026-03-13T18:37:13.763Z Compiling cargo_toml v0.22.3
33312026-03-13T18:37:13.869Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-03-13T18:37:13.872Z Compiling hashbrown v0.13.2
33332026-03-13T18:37:14.466Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-03-13T18:37:14.563Z Compiling testing_table v0.3.0
33352026-03-13T18:37:14.612Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33362026-03-13T18:37:14.687Z Compiling ssh-encoding v0.2.0
33372026-03-13T18:37:14.803Z Compiling blowfish v0.9.1
33382026-03-13T18:37:14.937Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-13T18:37:15.064Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-13T18:37:15.088Z Compiling nibble_vec v0.1.0
33412026-03-13T18:37:15.153Z Compiling crc-any v2.5.0
33422026-03-13T18:37:15.209Z Compiling endian-type v0.1.2
33432026-03-13T18:37:15.317Z Compiling corncobs v0.1.4
33442026-03-13T18:37:15.390Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-03-13T18:37:15.415Z Compiling radix_trie v0.2.1
33462026-03-13T18:37:15.529Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-13T18:37:15.533Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-13T18:37:15.582Z Compiling ssh-cipher v0.2.0
33492026-03-13T18:37:15.733Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-13T18:37:15.799Z Compiling tabled v0.20.0
33512026-03-13T18:37:15.863Z Compiling object v0.30.4
33522026-03-13T18:37:15.887Z Compiling progenitor v0.13.0
33532026-03-13T18:37:15.892Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-13T18:37:15.892Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-03-13T18:37:16.007Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-03-13T18:37:16.107Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33572026-03-13T18:37:16.141Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-03-13T18:37:16.328Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-13T18:37:16.429Z Compiling parking_lot v0.11.2
33602026-03-13T18:37:16.966Z Compiling progenitor-macro v0.11.2
33612026-03-13T18:37:16.991Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33622026-03-13T18:37:17.057Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-13T18:37:17.100Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-03-13T18:37:17.449Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-13T18:37:17.649Z Compiling progenitor-client v0.11.2
33662026-03-13T18:37:17.763Z Compiling prefix-trie v0.7.0
33672026-03-13T18:37:17.859Z Compiling password-hash v0.4.2
33682026-03-13T18:37:17.893Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33692026-03-13T18:37:17.964Z Compiling fxhash v0.2.1
33702026-03-13T18:37:18.087Z Compiling secrecy v0.8.0
33712026-03-13T18:37:18.175Z Compiling half v1.8.3
33722026-03-13T18:37:18.316Z Compiling path-slash v0.1.5
33732026-03-13T18:37:18.338Z Compiling http-range v0.1.5
33742026-03-13T18:37:18.534Z Compiling serde_cbor v0.11.2
33752026-03-13T18:37:18.592Z Compiling hickory-server v0.25.2
33762026-03-13T18:37:18.631Z Compiling pbkdf2 v0.11.0
33772026-03-13T18:37:18.945Z Compiling sled v0.34.7
33782026-03-13T18:37:19.183Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-03-13T18:37:19.230Z Compiling progenitor v0.10.0
33802026-03-13T18:37:19.354Z Compiling ron v0.12.0
33812026-03-13T18:37:19.392Z Compiling xz2 v0.1.7
33822026-03-13T18:37:19.415Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-13T18:37:19.464Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33842026-03-13T18:37:19.745Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-03-13T18:37:20.264Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-13T18:37:20.383Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33872026-03-13T18:37:20.578Z Compiling ssh-key v0.6.7
33882026-03-13T18:37:20.999Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-03-13T18:37:21.215Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33902026-03-13T18:37:21.269Z Compiling hickory-client v0.25.2
33912026-03-13T18:37:21.329Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-13T18:37:21.435Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-13T18:37:21.752Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33942026-03-13T18:37:21.855Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-03-13T18:37:22.135Z Compiling p256 v0.13.2
33962026-03-13T18:37:22.493Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33972026-03-13T18:37:22.623Z Compiling p521 v0.13.3
33982026-03-13T18:37:22.647Z Compiling yasna v0.5.2
33992026-03-13T18:37:22.704Z Compiling kstat-rs v0.2.4
34002026-03-13T18:37:23.002Z Compiling headers-core v0.3.0
34012026-03-13T18:37:23.134Z Compiling nanorand v0.7.0
34022026-03-13T18:37:23.190Z Compiling atty v0.2.14
34032026-03-13T18:37:23.344Z Compiling russh-cryptovec v0.7.3
34042026-03-13T18:37:23.365Z Compiling crc8 v0.1.1
34052026-03-13T18:37:23.559Z Compiling base16ct v1.0.0
34062026-03-13T18:37:23.579Z Compiling md5 v0.7.0
34072026-03-13T18:37:23.633Z Compiling home v0.5.12
34082026-03-13T18:37:23.661Z Compiling flume v0.11.1
34092026-03-13T18:37:23.844Z Compiling russh-keys v0.45.0
34102026-03-13T18:37:23.870Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34112026-03-13T18:37:23.901Z Compiling rcgen v0.12.1
34122026-03-13T18:37:23.927Z Compiling headers v0.4.1
34132026-03-13T18:37:23.969Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-03-13T18:37:23.994Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34152026-03-13T18:37:24.021Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-03-13T18:37:24.152Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34172026-03-13T18:37:24.343Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-03-13T18:37:24.433Z Compiling progenitor v0.11.2
34192026-03-13T18:37:24.573Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-13T18:37:24.654Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-03-13T18:37:24.892Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-13T18:37:24.916Z Compiling hyper-staticfile v0.10.1
34232026-03-13T18:37:25.039Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-03-13T18:37:25.154Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-03-13T18:37:25.427Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-13T18:37:25.649Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-13T18:37:25.672Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-03-13T18:37:25.831Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-13T18:37:26.035Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-13T18:37:26.057Z Compiling num-bigint v0.4.6
34312026-03-13T18:37:26.105Z Compiling des v0.8.1
34322026-03-13T18:37:26.221Z Compiling subprocess v0.2.15
34332026-03-13T18:37:26.277Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-13T18:37:26.385Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-03-13T18:37:26.447Z Compiling display-error-chain v0.2.2
34362026-03-13T18:37:26.673Z Compiling hex-literal v0.4.1
34372026-03-13T18:37:26.858Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-13T18:37:26.883Z Compiling colored v2.2.0
34392026-03-13T18:37:26.908Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-13T18:37:27.031Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-03-13T18:37:27.308Z Compiling internet-checksum v0.2.1
34422026-03-13T18:37:27.407Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-13T18:37:27.920Z Compiling russh v0.45.0
34442026-03-13T18:37:28.404Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-13T18:37:35.364Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-13T18:37:45.271Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-13T18:37:45.271Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-13T18:37:45.275Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-13T18:37:45.275Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-03-13T18:37:47.440Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-13T18:37:47.619Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-13T18:37:53.337Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-13T18:38:22.912Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-13T18:38:48.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34552026-03-13T18:38:48.268Z
34562026-03-13T18:38:48.271Zreal 1:57.955955188
34572026-03-13T18:38:48.271Zuser 11:35.724186378
34582026-03-13T18:38:48.271Zsys 2:04.608974897
34592026-03-13T18:38:48.271Ztrap 0.374603750
34602026-03-13T18:38:48.271Ztflt 0.561994588
34612026-03-13T18:38:48.271Zdflt 1.290304836
34622026-03-13T18:38:48.272Zkflt 0.000197006
34632026-03-13T18:38:48.272Zlock 28:58.814898963
34642026-03-13T18:38:48.272Zslp 38:19.642003456
34652026-03-13T18:38:48.272Zlat 48.528194182
34662026-03-13T18:38:48.272Zstop 3:32.048683708
34672026-03-13T18:38:48.272Z+ mkdir tests
34682026-03-13T18:38:48.275Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-13T18:38:48.275Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-13T18:38:48.309Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-716029268ac074b2 tests/
34712026-03-13T18:38:48.333Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f23772e9be3aa1af tests/
34722026-03-13T18:38:48.355Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a4b5fe468029c61d tests/
34732026-03-13T18:38:48.378Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0821779f33282a96 tests/
34742026-03-13T18:38:48.619Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34752026-03-13T18:38:48.623Z+ 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-f23772e9be3aa1af tests/commtest-a4b5fe468029c61d tests/dhcp_server-716029268ac074b2 tests/end_to_end_tests-0821779f33282a96 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-03-13T18:40:28.845ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-13T18:40:28.845Za .github/buildomat/ci-env.sh 1K
34782026-03-13T18:40:28.845Za out/target/test 1K
34792026-03-13T18:40:28.845Za out/npuzone/npuzone 27402K
34802026-03-13T18:40:28.845Za package-manifest.toml 35K
34812026-03-13T18:40:28.845Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-13T18:40:28.845Za target/release/omicron-package 41186K
34832026-03-13T18:40:28.845Za target/release/xtask 11359K
34842026-03-13T18:40:28.845Za target/debug/bootstrap 336345K
34852026-03-13T18:40:28.845Za tests/bootstrap-f23772e9be3aa1af 31480K
34862026-03-13T18:40:28.845Za tests/commtest-a4b5fe468029c61d 31997K
34872026-03-13T18:40:28.845Za tests/dhcp_server-716029268ac074b2 31480K
34882026-03-13T18:40:28.845Za tests/end_to_end_tests-0821779f33282a96 378541K
34892026-03-13T18:40:28.845Za out/clickhouse.tar.gz 303908K
34902026-03-13T18:40:28.845Za out/clickhouse_keeper.tar.gz 288735K
34912026-03-13T18:40:28.845Za out/clickhouse_server.tar.gz 303907K
34922026-03-13T18:40:28.845Za out/cockroachdb.tar.gz 157229K
34932026-03-13T18:40:28.845Za out/crucible-pantry-zone.tar.gz 38908K
34942026-03-13T18:40:28.845Za out/crucible-utils.tar 17744K
34952026-03-13T18:40:28.845Za out/crucible-zone.tar.gz 53046K
34962026-03-13T18:40:28.845Za out/external-dns.tar.gz 42727K
34972026-03-13T18:40:28.845Za out/internal-dns.tar.gz 42726K
34982026-03-13T18:40:28.845Za out/mg-ddm-gz.tar 78377K
34992026-03-13T18:40:28.845Za out/nexus.tar.gz 213676K
35002026-03-13T18:40:28.845Za out/ntp.tar.gz 23273K
35012026-03-13T18:40:28.845Za out/omicron-gateway-softnpu.tar.gz 27901K
35022026-03-13T18:40:28.845Za out/omicron-sled-agent.tar 190640K
35032026-03-13T18:40:28.845Za out/overlay.tar.gz 3K
35042026-03-13T18:40:28.845Za out/oximeter.tar.gz 60469K
35052026-03-13T18:40:28.846Za out/oxlog.tar 3895K
35062026-03-13T18:40:28.846Za out/probe.tar.gz 3037K
35072026-03-13T18:40:28.846Za out/propolis-server.tar.gz 74633K
35082026-03-13T18:40:28.846Za out/pumpkind-gz.tar 26647K
35092026-03-13T18:40:28.846Za out/switch-softnpu.tar.gz 377470K
35102026-03-13T18:40:28.951Z
35112026-03-13T18:40:28.951Zreal 1:40.212956727
35122026-03-13T18:40:28.951Zuser 1:37.196263919
35132026-03-13T18:40:28.951Zsys 6.134006229
35142026-03-13T18:40:28.951Ztrap 0.006805827
35152026-03-13T18:40:28.951Ztflt 0.000000000
35162026-03-13T18:40:28.951Zdflt 0.000000000
35172026-03-13T18:40:28.951Zkflt 0.000000000
35182026-03-13T18:40:28.951Zlock 0.000000000
35192026-03-13T18:40:28.951Zslp 1:36.459278291
35202026-03-13T18:40:28.951Zlat 0.625077619
35212026-03-13T18:40:28.951Zstop 0.000167919
35222026-03-13T18:40:28.956Zprocess exited: duration 1249945 ms, exit code 0
 
35232026-03-13T18:40:28.972Zfound 1 output files
35242026-03-13T18:40:28.972Zuploading: /work/package.tar.gz (2341180140 bytes)
35252026-03-13T18:40:57.578Zuploaded: /work/package.tar.gz