01KKWETWN36SJYF0ZKEZW17ZHQ: 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: 01KKWEV918FB76XJ5MJTMRBB5E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T23:15:25.121Zjob assigned to worker 01KKWEVFZ7CTQ34G4RKE2RPNWY [factory aws, i-0ce990705a883e0a4] (queued for 1 m 15 s)
 
22026-03-16T23:15:33.684Zstarting task 0: "setup"
32026-03-16T23:15:33.689Z++ uname -s
42026-03-16T23:15:33.692Z+ kern=SunOS
52026-03-16T23:15:33.692Z+ build_user=build
62026-03-16T23:15:33.692Z+ build_uid=12345
72026-03-16T23:15:33.692Z+ work_dir=/work
82026-03-16T23:15:33.692Z+ input_dir=/input
92026-03-16T23:15:33.692Z+ [[ 0 == 12345 ]]
102026-03-16T23:15:33.692Z+ case "$kern" in
112026-03-16T23:15:33.692Z+ groupadd -g 12345 build
122026-03-16T23:15:33.695Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T23:15:35.702Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T23:15:35.756Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T23:15:35.759Z+ home_fs=zfs
162026-03-16T23:15:35.760Z+ [[ zfs == autofs ]]
172026-03-16T23:15:35.760Z+ mkdir -p /home/build
182026-03-16T23:15:35.762Z+ chown build:build /home/build /work
192026-03-16T23:15:37.763Z+ chmod 0700 /home/build /work
202026-03-16T23:15:37.767Zprocess exited: duration 4086 ms, exit code 0
 
212026-03-16T23:15:37.773Zstarting task 1: "rust-toolchain"
222026-03-16T23:15:37.779Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-16T23:15:37.779Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-16T23:15:37.779Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-16T23:15:37.779Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-16T23:15:37.779Z * rust toolchain channel = "1.94.0"
272026-03-16T23:15:37.779Z * rust toolchain profile = "default"
282026-03-16T23:15:37.782Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T23:15:37.782Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-16T23:15:37.924Zinfo: downloading installer
312026-03-16T23:15:39.597Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T23:15:39.597Zwarn: /opt/ooce/bin
332026-03-16T23:15:39.597Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T23:15:39.597Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T23:15:39.597Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T23:15:39.597Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T23:15:39.597Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T23:15:39.597Zerror: cannot install while Rust is installed
392026-03-16T23:15:39.597Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T23:15:39.597Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T23:15:39.598Zwarn: /home/build/.rustup/settings.toml
422026-03-16T23:15:39.598Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T23:15:39.598Zwarn: instead of the one inferred from the default host triple.
442026-03-16T23:15:39.610Zinfo: profile set to default
452026-03-16T23:15:39.610Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T23:15:39.613Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-16T23:15:39.763Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-16T23:15:39.766Zinfo: downloading 6 components
492026-03-16T23:15:56.513Z
502026-03-16T23:15:56.513Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-16T23:15:56.548Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-16T23:15:56.548Z
532026-03-16T23:15:56.552Z
542026-03-16T23:15:56.552ZRust is installed now. Great!
552026-03-16T23:15:56.552Z
562026-03-16T23:15:56.552ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T23:15:56.552Zenvironment variable. This has not been done automatically.
582026-03-16T23:15:56.552Z
592026-03-16T23:15:56.552ZTo configure your current shell, you need to source
602026-03-16T23:15:56.552Zthe corresponding env file under $HOME/.cargo.
612026-03-16T23:15:56.552Z
622026-03-16T23:15:56.552ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T23:15:56.552Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T23:15:56.552Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T23:15:56.552Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T23:15:56.552Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T23:15:56.552Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T23:15:56.552Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T23:15:56.552Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T23:15:56.552Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T23:15:56.663Z+ rustup --version
722026-03-16T23:15:56.670Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T23:15:56.673Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T23:15:56.696Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-16T23:15:56.699Z+ cargo --version
762026-03-16T23:15:56.710Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-16T23:15:56.713Z+ rustc --version
782026-03-16T23:15:56.739Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-16T23:15:56.742Zprocess exited: duration 18974 ms, exit code 0
 
802026-03-16T23:15:56.748Zstarting task 2: "authentication"
812026-03-16T23:15:56.768Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T23:15:56.774Zstarting task 3: "clone repository"
832026-03-16T23:15:56.779Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T23:15:56.782Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T23:15:56.815ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T23:16:10.076Z+ cd /work/oxidecomputer/omicron
872026-03-16T23:16:10.080Z+ git fetch origin 2b2b8d0206e6014fcc5fc9163e80f3bd51135416
882026-03-16T23:16:10.462ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T23:16:10.462Z * branch 2b2b8d0206e6014fcc5fc9163e80f3bd51135416 -> FETCH_HEAD
902026-03-16T23:16:10.475Z+ [[ -n bump-console-ac30d2d8 ]]
912026-03-16T23:16:10.478Z++ git branch --show-current
922026-03-16T23:16:10.482Z+ current=main
932026-03-16T23:16:10.482Z+ [[ main != bump-console-ac30d2d8 ]]
942026-03-16T23:16:10.482Z+ git branch -f bump-console-ac30d2d8 2b2b8d0206e6014fcc5fc9163e80f3bd51135416
952026-03-16T23:16:10.485Z+ git checkout -f bump-console-ac30d2d8
962026-03-16T23:16:10.632ZSwitched to branch 'bump-console-ac30d2d8'
972026-03-16T23:16:10.635Z+ git reset --hard 2b2b8d0206e6014fcc5fc9163e80f3bd51135416
982026-03-16T23:16:10.780ZHEAD is now at 2b2b8d020 Bump web console (light mode polish)
992026-03-16T23:16:10.783Zprocess exited: duration 14011 ms, exit code 0
 
1002026-03-16T23:16:10.789Zstarting task 4: "build"
1012026-03-16T23:16:10.795Z+ source .github/buildomat/ci-env.sh
1022026-03-16T23:16:10.798Z++ export CARGO_TERM_COLOR=always
1032026-03-16T23:16:10.798Z++ CARGO_TERM_COLOR=always
1042026-03-16T23:16:10.798Z+ cargo --version
1052026-03-16T23:16:10.807Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-16T23:16:10.810Z+ rustc --version
1072026-03-16T23:16:10.836Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-16T23:16:10.839Z+ WORK=/work
1092026-03-16T23:16:10.839Z+ pfexec mkdir -p /work
1102026-03-16T23:16:10.844Z+ pfexec chown build /work
1112026-03-16T23:16:10.847Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-16T23:16:20.786Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-16T23:16:30.391Z Startup: Caching catalogs ... Done
1142026-03-16T23:16:52.527ZPlanning: Solver setup ... Done (20.548s)
1152026-03-16T23:16:52.678ZPlanning: Running solver ... Done (0.152s)
1162026-03-16T23:16:52.857ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-16T23:16:52.871ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-16T23:16:53.003ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-16T23:16:53.045ZPlanning: Package planning ... Done (0.043s)
1202026-03-16T23:16:53.086ZPlanning: Merging actions ... Done (0.040s)
1212026-03-16T23:16:53.332ZPlanning: Checking for conflicting actions ... Done (0.247s)
1222026-03-16T23:16:53.343ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-16T23:16:54.236ZPlanning: Evaluating mediators ... Done (0.893s)
1242026-03-16T23:16:54.244ZPlanning: Planning completed in 23.71 seconds
1252026-03-16T23:16:54.257Z Packages to install: 4
1262026-03-16T23:16:54.262Z Mediators to change: 2
1272026-03-16T23:16:54.262Z Services to change: 1
1282026-03-16T23:16:54.262Z Estimated space available: 155.43 GB
1292026-03-16T23:16:54.262ZEstimated space to be consumed: 1.83 GB
1302026-03-16T23:16:54.262Z Create boot environment: No
1312026-03-16T23:16:54.263ZCreate backup boot environment: No
1322026-03-16T23:16:54.263Z Rebuild boot archive: No
1332026-03-16T23:16:54.263Z
1342026-03-16T23:16:54.263ZChanged mediators:
1352026-03-16T23:16:54.263Z mediator clang:
1362026-03-16T23:16:54.263Z version: None -> 15 (system default)
1372026-03-16T23:16:54.263Z
1382026-03-16T23:16:54.263Z mediator llvm:
1392026-03-16T23:16:54.263Z version: 14 (system default) -> 15 (system default)
1402026-03-16T23:16:54.263Z
1412026-03-16T23:16:54.263ZChanged packages:
1422026-03-16T23:16:54.263Zhelios-dev
1432026-03-16T23:16:54.263Z developer/build-essential
1442026-03-16T23:16:54.263Z None -> 11-2.0
1452026-03-16T23:16:54.263Z library/libxmlsec1
1462026-03-16T23:16:54.263Z None -> 1.2.35-2.0
1472026-03-16T23:16:54.263Z ooce/developer/clang-15
1482026-03-16T23:16:54.263Z None -> 15.0.7-2.0
1492026-03-16T23:16:54.263Z ooce/developer/llvm-15
1502026-03-16T23:16:54.263Z None -> 15.0.7-2.0
1512026-03-16T23:16:54.263Z
1522026-03-16T23:16:54.263ZServices:
1532026-03-16T23:16:54.263Z restart_fmri:
1542026-03-16T23:16:54.263Z svc:/system/update-man-index:default
1552026-03-16T23:16:54.306Z
1562026-03-16T23:16:54.306ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-16T23:16:59.314ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1582026-03-16T23:17:05.343ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (21.4M/s)
1592026-03-16T23:17:06.755ZDownload: Completed 212.60 MB in 12.45 seconds (17.1M/s)
1602026-03-16T23:17:07.039Z Actions: 1/3689 actions (Installing new actions)
1612026-03-16T23:17:11.183Z Actions: Completed 3689 actions in 4.15 seconds.
1622026-03-16T23:17:11.521Z Done (0.333s)
1632026-03-16T23:17:11.521Z Done (0.000s)
1642026-03-16T23:17:12.408Z Done (0.887s)
1652026-03-16T23:17:16.450Z Done (3.700s)
1662026-03-16T23:17:16.535Z Done (0.018s)
1672026-03-16T23:17:16.538Z Done (0.000s)
1682026-03-16T23:17:16.757Z Done (0.000s)
1692026-03-16T23:17:17.715ZPlanning: Evaluating mediator changes ... Done
1702026-03-16T23:17:17.862ZPlanning: Checking for conflicting actions ... Done
1712026-03-16T23:17:17.865ZPlanning: Consolidating action changes ... Done
1722026-03-16T23:17:18.085ZPlanning: Evaluating mediators ... Done
1732026-03-16T23:17:18.088ZPlanning: Planning completed in 0.37 seconds
1742026-03-16T23:17:18.115Z Mediators to change: 2
1752026-03-16T23:17:18.115Z Create boot environment: No
1762026-03-16T23:17:18.115ZCreate backup boot environment: No
1772026-03-16T23:17:18.192Z Done
1782026-03-16T23:17:18.192Z Done
1792026-03-16T23:17:18.949Z Done
1802026-03-16T23:17:22.269Z Done
1812026-03-16T23:17:22.352Z Done
1822026-03-16T23:17:22.355Z Done
1832026-03-16T23:17:22.535Z Done
1842026-03-16T23:17:23.077ZPlanning: Evaluating mediator changes ... Done
1852026-03-16T23:17:23.084ZPlanning: Merging actions ... Done
1862026-03-16T23:17:23.242ZPlanning: Checking for conflicting actions ... Done
1872026-03-16T23:17:23.245ZPlanning: Consolidating action changes ... Done
1882026-03-16T23:17:23.461ZPlanning: Evaluating mediators ... Done
1892026-03-16T23:17:23.506ZPlanning: Planning completed in 0.63 seconds
1902026-03-16T23:17:23.537Z Packages to change: 1
1912026-03-16T23:17:23.537Z Mediators to change: 1
1922026-03-16T23:17:23.537Z Services to change: 1
1932026-03-16T23:17:23.544Z Create boot environment: No
1942026-03-16T23:17:23.544ZCreate backup boot environment: Yes
1952026-03-16T23:17:27.225Z Actions: 1/6 actions (Updating modified actions)
1962026-03-16T23:17:27.245Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-16T23:17:27.245Z Done
1982026-03-16T23:17:27.245Z Done
1992026-03-16T23:17:27.245Z Done
2002026-03-16T23:17:29.580Z Done
2012026-03-16T23:17:29.590Z Done
2022026-03-16T23:17:29.590Z Done
2032026-03-16T23:17:29.672Z Done
2042026-03-16T23:17:30.890ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-16T23:17:30.890Zclang system 15 system
2062026-03-16T23:17:30.890Zcsh system system illumos
2072026-03-16T23:17:30.890Zctags system system illumos
2082026-03-16T23:17:30.890Zfile system system illumos
2092026-03-16T23:17:30.890Zgcc vendor 12 vendor
2102026-03-16T23:17:30.891Zgcc system 10 system
2112026-03-16T23:17:30.891Zgcc system 7 system
2122026-03-16T23:17:30.891Zgo system 1.20 system
2132026-03-16T23:17:30.891Zgo system 1.19 system
2142026-03-16T23:17:30.891Zllvm system 15 system
2152026-03-16T23:17:30.891Zllvm system 14 system
2162026-03-16T23:17:30.891Zmariadb system 10.6 system
2172026-03-16T23:17:30.891Zmta vendor vendor dma
2182026-03-16T23:17:30.891Zopenjdk system 17 system
2192026-03-16T23:17:30.892Zopenjdk system 11 system
2202026-03-16T23:17:30.892Zopenjdk system 1.8 system
2212026-03-16T23:17:30.892Zopenssl vendor 3 vendor
2222026-03-16T23:17:30.892Zperl system 5.36 system
2232026-03-16T23:17:30.892Zpostgresql system 15 system
2242026-03-16T23:17:30.892Zpostgresql system 13 system
2252026-03-16T23:17:30.892Zpython vendor 3 vendor
2262026-03-16T23:17:30.892Zpython system 2 system
2272026-03-16T23:17:30.892Zpython3 system 3.11 system
2282026-03-16T23:17:30.892Zruby system 3.0 system
2292026-03-16T23:17:30.892Zwords vendor vendor american-english
2302026-03-16T23:17:30.893Zwords system system australian-english
2312026-03-16T23:17:30.893Zwords system system british-english
2322026-03-16T23:17:30.893Zwords system system canadian-english
2332026-03-16T23:17:30.893Zwords system system french
2342026-03-16T23:17:30.893Zwords system system italian
2352026-03-16T23:17:30.893Zwords system system ngerman
2362026-03-16T23:17:30.893Zwords system system ogerman
2372026-03-16T23:17:30.893Zwords system system spanish
2382026-03-16T23:17:31.375ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-16T23:17:31.375Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-16T23:17:36.216ZFMRI IFO
2412026-03-16T23:17:36.216Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-16T23:17:36.216Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-16T23:17:36.216Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-16T23:17:36.217Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-16T23:17:36.217Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-16T23:17:36.217Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-16T23:17:36.217Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-16T23:17:36.217Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-16T23:17:36.217Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-16T23:17:36.217Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-16T23:17:36.218Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-16T23:17:36.218Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-16T23:17:36.218Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-16T23:17:36.220Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-16T23:17:36.220Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-16T23:17:36.221Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-16T23:17:38.376Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-16T23:17:39.674Z Updating crates.io index
2592026-03-16T23:17:39.674Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-16T23:17:39.693Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-16T23:17:39.736Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-16T23:17:39.736Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-16T23:17:40.337Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-16T23:17:41.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-16T23:17:41.479Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-16T23:17:43.057Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-16T23:17:44.457Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-16T23:17:45.387Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-16T23:17:45.652Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-16T23:17:46.726Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-16T23:17:47.425Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-16T23:17:48.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-16T23:17:48.152Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-16T23:17:49.080Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-16T23:17:49.676Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-16T23:17:49.862Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-16T23:17:50.212Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-16T23:17:50.667Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-16T23:17:51.020Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-16T23:17:51.240Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-16T23:17:51.502Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-16T23:17:51.944Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-16T23:17:52.664Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-16T23:17:53.215Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-16T23:17:53.246Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-16T23:17:53.732Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-16T23:17:54.291Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-16T23:17:55.267Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-16T23:17:55.938Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-16T23:17:55.986Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-16T23:17:56.369Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-16T23:17:56.883Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-16T23:17:57.271Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-16T23:17:57.395Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-16T23:17:58.056Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-16T23:17:58.109Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-16T23:18:12.048Z Downloading crates ...
2982026-03-16T23:18:12.105Z Downloaded anstream v0.6.21
2992026-03-16T23:18:12.112Z Downloaded heck v0.5.0
3002026-03-16T23:18:12.123Z Downloaded generic-array v0.14.7
3012026-03-16T23:18:12.123Z Downloaded displaydoc v0.2.5
3022026-03-16T23:18:12.123Z Downloaded autocfg v1.5.0
3032026-03-16T23:18:12.123Z Downloaded toml_datetime v0.6.11
3042026-03-16T23:18:12.123Z Downloaded errno v0.3.14
3052026-03-16T23:18:12.129Z Downloaded indexmap v2.13.0
3062026-03-16T23:18:12.129Z Downloaded utf8parse v0.2.2
3072026-03-16T23:18:12.136Z Downloaded serde v1.0.228
3082026-03-16T23:18:12.136Z Downloaded version_check v0.9.5
3092026-03-16T23:18:12.137Z Downloaded unicode-xid v0.2.6
3102026-03-16T23:18:12.137Z Downloaded anstyle-query v1.1.5
3112026-03-16T23:18:12.142Z Downloaded typeid v1.0.3
3122026-03-16T23:18:12.143Z Downloaded unicode-linebreak v0.1.5
3132026-03-16T23:18:12.143Z Downloaded thread-id v4.2.2
3142026-03-16T23:18:12.153Z Downloaded zerofrom v0.1.6
3152026-03-16T23:18:12.153Z Downloaded tinystr v0.8.2
3162026-03-16T23:18:12.160Z Downloaded usdt v0.5.0
3172026-03-16T23:18:12.160Z Downloaded clap v4.5.60
3182026-03-16T23:18:12.160Z Downloaded zerofrom-derive v0.1.6
3192026-03-16T23:18:12.161Z Downloaded yoke-derive v0.8.1
3202026-03-16T23:18:12.161Z Downloaded cargo_metadata v0.21.0
3212026-03-16T23:18:12.161Z Downloaded camino-tempfile v1.4.1
3222026-03-16T23:18:12.168Z Downloaded utf8_iter v1.0.4
3232026-03-16T23:18:12.168Z Downloaded usdt-macro v0.5.0
3242026-03-16T23:18:12.168Z Downloaded toml_write v0.1.2
3252026-03-16T23:18:12.168Z Downloaded memmap v0.7.0
3262026-03-16T23:18:12.168Z Downloaded zerovec-derive v0.11.2
3272026-03-16T23:18:12.168Z Downloaded block-buffer v0.10.4
3282026-03-16T23:18:12.168Z Downloaded bitflags v2.11.0
3292026-03-16T23:18:12.174Z Downloaded semver v1.0.27
3302026-03-16T23:18:12.174Z Downloaded crypto-common v0.1.7
3312026-03-16T23:18:12.174Z Downloaded writeable v0.6.2
3322026-03-16T23:18:12.174Z Downloaded sha2 v0.10.9
3332026-03-16T23:18:12.174Z Downloaded serde-untagged v0.1.9
3342026-03-16T23:18:12.174Z Downloaded fastrand v2.3.0
3352026-03-16T23:18:12.179Z Downloaded thiserror v1.0.69
3362026-03-16T23:18:12.179Z Downloaded usdt-attr-macro v0.5.0
3372026-03-16T23:18:12.184Z Downloaded thiserror-impl v1.0.69
3382026-03-16T23:18:12.184Z Downloaded ucd-trie v0.1.7
3392026-03-16T23:18:12.184Z Downloaded once_cell v1.21.3
3402026-03-16T23:18:12.184Z Downloaded zmij v1.0.21
3412026-03-16T23:18:12.189Z Downloaded usdt-impl v0.5.0
3422026-03-16T23:18:12.189Z Downloaded anyhow v1.0.102
3432026-03-16T23:18:12.189Z Downloaded byteorder v1.5.0
3442026-03-16T23:18:12.193Z Downloaded thiserror-impl v2.0.18
3452026-03-16T23:18:12.194Z Downloaded icu_provider v2.1.1
3462026-03-16T23:18:12.194Z Downloaded pest_meta v2.8.6
3472026-03-16T23:18:12.197Z Downloaded anstyle v1.0.13
3482026-03-16T23:18:12.197Z Downloaded yoke v0.8.1
3492026-03-16T23:18:12.197Z Downloaded fnv v1.0.7
3502026-03-16T23:18:12.197Z Downloaded form_urlencoded v1.2.2
3512026-03-16T23:18:12.200Z Downloaded dtrace-parser v0.2.0
3522026-03-16T23:18:12.200Z Downloaded cfg-if v1.0.4
3532026-03-16T23:18:12.200Z Downloaded cargo-platform v0.2.0
3542026-03-16T23:18:12.200Z Downloaded thiserror v2.0.18
3552026-03-16T23:18:12.205Z Downloaded zerocopy-derive v0.7.35
3562026-03-16T23:18:12.209Z Downloaded is_terminal_polyfill v1.70.2
3572026-03-16T23:18:12.209Z Downloaded plain v0.2.3
3582026-03-16T23:18:12.215Z Downloaded toml v0.8.23
3592026-03-16T23:18:12.215Z Downloaded macaddr v1.0.1
3602026-03-16T23:18:12.215Z Downloaded toml_edit v0.22.27
3612026-03-16T23:18:12.219Z Downloaded textwrap v0.16.2
3622026-03-16T23:18:12.219Z Downloaded unicode-ident v1.0.24
3632026-03-16T23:18:12.222Z Downloaded smawk v0.3.2
3642026-03-16T23:18:12.222Z Downloaded equivalent v1.0.2
3652026-03-16T23:18:12.222Z Downloaded heck v0.4.1
3662026-03-16T23:18:12.225Z Downloaded swrite v0.1.0
3672026-03-16T23:18:12.225Z Downloaded proc-macro-error-attr v1.0.4
3682026-03-16T23:18:12.225Z Downloaded percent-encoding v2.3.2
3692026-03-16T23:18:12.225Z Downloaded cpufeatures v0.2.17
3702026-03-16T23:18:12.225Z Downloaded bytecount v0.6.9
3712026-03-16T23:18:12.229Z Downloaded typenum v1.19.0
3722026-03-16T23:18:12.229Z Downloaded potential_utf v0.1.4
3732026-03-16T23:18:12.233Z Downloaded zerotrie v0.2.3
3742026-03-16T23:18:12.233Z Downloaded terminal_size v0.4.3
3752026-03-16T23:18:12.236Z Downloaded url v2.5.8
3762026-03-16T23:18:12.236Z Downloaded serde_spanned v0.6.9
3772026-03-16T23:18:12.243Z Downloaded serde-value v0.7.0
3782026-03-16T23:18:12.243Z Downloaded scroll_derive v0.12.1
3792026-03-16T23:18:12.243Z Downloaded pretty-hex v0.4.1
3802026-03-16T23:18:12.243Z Downloaded itoa v1.0.17
3812026-03-16T23:18:12.248Z Downloaded zerovec v0.11.5
3822026-03-16T23:18:12.248Z Downloaded zerocopy v0.7.35
3832026-03-16T23:18:12.255Z Downloaded strsim v0.11.1
3842026-03-16T23:18:12.261Z Downloaded winnow v0.7.14
3852026-03-16T23:18:12.267Z Downloaded pest_derive v2.8.6
3862026-03-16T23:18:12.267Z Downloaded cargo-util-schemas v0.8.2
3872026-03-16T23:18:12.267Z Downloaded dof v0.3.0
3882026-03-16T23:18:12.272Z Downloaded camino v1.2.2
3892026-03-16T23:18:12.272Z Downloaded tabled_derive v0.7.0
3902026-03-16T23:18:12.272Z Downloaded unicode-width v0.2.0
3912026-03-16T23:18:12.277Z Downloaded unicode-width v0.1.14
3922026-03-16T23:18:12.278Z Downloaded serde_tokenstream v0.2.3
3932026-03-16T23:18:12.284Z Downloaded digest v0.10.7
3942026-03-16T23:18:12.284Z Downloaded clap_derive v4.5.55
3952026-03-16T23:18:12.284Z Downloaded scroll v0.12.0
3962026-03-16T23:18:12.284Z Downloaded ordered-float v2.10.1
3972026-03-16T23:18:12.284Z Downloaded synstructure v0.13.2
3982026-03-16T23:18:12.284Z Downloaded cargo_toml v0.21.0
3992026-03-16T23:18:12.284Z Downloaded idna_adapter v1.2.1
4002026-03-16T23:18:12.284Z Downloaded stable_deref_trait v1.2.1
4012026-03-16T23:18:12.289Z Downloaded clap_lex v1.0.0
4022026-03-16T23:18:12.289Z Downloaded quote v1.0.44
4032026-03-16T23:18:12.289Z Downloaded erased-serde v0.4.9
4042026-03-16T23:18:12.289Z Downloaded colorchoice v1.0.4
4052026-03-16T23:18:12.293Z Downloaded proc-macro-error v1.0.4
4062026-03-16T23:18:12.297Z Downloaded anstyle-parse v0.2.7
4072026-03-16T23:18:12.297Z Downloaded fs-err v3.3.0
4082026-03-16T23:18:12.301Z Downloaded icu_properties v2.1.2
4092026-03-16T23:18:12.313Z Downloaded litemap v0.8.1
4102026-03-16T23:18:12.318Z Downloaded smallvec v1.15.1
4112026-03-16T23:18:12.318Z Downloaded proc-macro2 v1.0.106
4122026-03-16T23:18:12.322Z Downloaded getrandom v0.4.1
4132026-03-16T23:18:12.322Z Downloaded pest_generator v2.8.6
4142026-03-16T23:18:12.329Z Downloaded serde_core v1.0.228
4152026-03-16T23:18:12.329Z Downloaded tempfile v3.25.0
4162026-03-16T23:18:12.332Z Downloaded papergrid v0.11.0
4172026-03-16T23:18:12.335Z Downloaded log v0.4.29
4182026-03-16T23:18:12.338Z Downloaded icu_normalizer_data v2.1.1
4192026-03-16T23:18:12.341Z Downloaded num-traits v0.2.19
4202026-03-16T23:18:12.345Z Downloaded icu_normalizer v2.1.1
4212026-03-16T23:18:12.350Z Downloaded serde_derive v1.0.228
4222026-03-16T23:18:12.353Z Downloaded icu_locale_core v2.1.1
4232026-03-16T23:18:12.361Z Downloaded icu_collections v2.1.1
4242026-03-16T23:18:12.369Z Downloaded idna v1.1.0
4252026-03-16T23:18:12.373Z Downloaded serde_json v1.0.149
4262026-03-16T23:18:12.382Z Downloaded memchr v2.8.0
4272026-03-16T23:18:12.389Z Downloaded pest v2.8.6
4282026-03-16T23:18:12.399Z Downloaded hashbrown v0.16.1
4292026-03-16T23:18:12.410Z Downloaded icu_properties_data v2.1.2
4302026-03-16T23:18:12.415Z Downloaded clap_builder v4.5.60
4312026-03-16T23:18:12.423Z Downloaded tabled v0.15.0
4322026-03-16T23:18:12.434Z Downloaded goblin v0.8.2
4332026-03-16T23:18:12.443Z Downloaded syn v2.0.117
4342026-03-16T23:18:12.452Z Downloaded syn v1.0.109
4352026-03-16T23:18:12.463Z Downloaded rustix v1.1.3
4362026-03-16T23:18:12.490Z Downloaded libc v0.2.180
4372026-03-16T23:18:12.573Z Compiling proc-macro2 v1.0.106
4382026-03-16T23:18:12.573Z Compiling unicode-ident v1.0.24
4392026-03-16T23:18:12.580Z Compiling quote v1.0.44
4402026-03-16T23:18:12.580Z Compiling serde_core v1.0.228
4412026-03-16T23:18:12.580Z Compiling libc v0.2.180
4422026-03-16T23:18:12.580Z Compiling version_check v0.9.5
4432026-03-16T23:18:12.580Z Compiling memchr v2.8.0
4442026-03-16T23:18:12.581Z Compiling serde v1.0.228
4452026-03-16T23:18:12.581Z Compiling stable_deref_trait v1.2.1
4462026-03-16T23:18:12.581Z Compiling zmij v1.0.21
4472026-03-16T23:18:12.783Z Compiling itoa v1.0.17
4482026-03-16T23:18:12.810Z Compiling thiserror v1.0.69
4492026-03-16T23:18:12.815Z Compiling ucd-trie v0.1.7
4502026-03-16T23:18:12.815Z Compiling autocfg v1.5.0
4512026-03-16T23:18:12.815Z Compiling writeable v0.6.2
4522026-03-16T23:18:13.128Z Compiling litemap v0.8.1
4532026-03-16T23:18:13.183Z Compiling icu_normalizer_data v2.1.1
4542026-03-16T23:18:13.214Z Compiling rustix v1.1.3
4552026-03-16T23:18:13.337Z Compiling icu_properties_data v2.1.2
4562026-03-16T23:18:13.341Z Compiling byteorder v1.5.0
4572026-03-16T23:18:13.365Z Compiling serde_json v1.0.149
4582026-03-16T23:18:13.448Z Compiling bitflags v2.11.0
4592026-03-16T23:18:13.507Z Compiling smallvec v1.15.1
4602026-03-16T23:18:13.590Z Compiling pest v2.8.6
4612026-03-16T23:18:13.733Z Compiling num-traits v0.2.19
4622026-03-16T23:18:13.873Z Compiling hashbrown v0.16.1
4632026-03-16T23:18:13.899Z Compiling typeid v1.0.3
4642026-03-16T23:18:13.982Z Compiling equivalent v1.0.2
4652026-03-16T23:18:14.010Z Compiling proc-macro-error-attr v1.0.4
4662026-03-16T23:18:14.065Z Compiling usdt-impl v0.5.0
4672026-03-16T23:18:14.071Z Compiling winnow v0.7.14
4682026-03-16T23:18:14.224Z Compiling toml_write v0.1.2
4692026-03-16T23:18:14.227Z Compiling erased-serde v0.4.9
4702026-03-16T23:18:14.283Z Compiling syn v1.0.109
4712026-03-16T23:18:14.374Z Compiling proc-macro-error v1.0.4
4722026-03-16T23:18:14.434Z Compiling utf8parse v0.2.2
4732026-03-16T23:18:14.547Z Compiling errno v0.3.14
4742026-03-16T23:18:14.551Z Compiling thread-id v4.2.2
4752026-03-16T23:18:14.670Z Compiling indexmap v2.13.0
4762026-03-16T23:18:14.759Z Compiling thiserror v2.0.18
4772026-03-16T23:18:14.763Z Compiling plain v0.2.3
4782026-03-16T23:18:14.841Z Compiling utf8_iter v1.0.4
4792026-03-16T23:18:14.845Z Compiling percent-encoding v2.3.2
4802026-03-16T23:18:14.867Z Compiling camino v1.2.2
4812026-03-16T23:18:14.947Z Compiling syn v2.0.117
4822026-03-16T23:18:14.950Z Compiling log v0.4.29
4832026-03-16T23:18:15.007Z Compiling getrandom v0.4.1
4842026-03-16T23:18:15.101Z Compiling form_urlencoded v1.2.2
4852026-03-16T23:18:15.246Z Compiling anstyle-parse v0.2.7
4862026-03-16T23:18:15.274Z Compiling pest_meta v2.8.6
4872026-03-16T23:18:15.452Z Compiling anstyle-query v1.1.5
4882026-03-16T23:18:15.514Z Compiling ordered-float v2.10.1
4892026-03-16T23:18:15.549Z Compiling pretty-hex v0.4.1
4902026-03-16T23:18:15.579Z Compiling cfg-if v1.0.4
4912026-03-16T23:18:15.612Z Compiling is_terminal_polyfill v1.70.2
4922026-03-16T23:18:15.616Z Compiling anstyle v1.0.13
4932026-03-16T23:18:15.616Z Compiling colorchoice v1.0.4
4942026-03-16T23:18:15.781Z Compiling fs-err v3.3.0
4952026-03-16T23:18:15.785Z Compiling clap_lex v1.0.0
4962026-03-16T23:18:15.785Z Compiling heck v0.4.1
4972026-03-16T23:18:15.861Z Compiling heck v0.5.0
4982026-03-16T23:18:15.973Z Compiling anstream v0.6.21
4992026-03-16T23:18:16.052Z Compiling terminal_size v0.4.3
5002026-03-16T23:18:16.114Z Compiling semver v1.0.27
5012026-03-16T23:18:16.152Z Compiling bytecount v0.6.9
5022026-03-16T23:18:16.186Z Compiling fastrand v2.3.0
5032026-03-16T23:18:16.230Z Compiling strsim v0.11.1
5042026-03-16T23:18:16.260Z Compiling once_cell v1.21.3
5052026-03-16T23:18:16.291Z Compiling unicode-xid v0.2.6
5062026-03-16T23:18:16.422Z Compiling fnv v1.0.7
5072026-03-16T23:18:16.450Z Compiling unicode-width v0.1.14
5082026-03-16T23:18:16.478Z Compiling anyhow v1.0.102
5092026-03-16T23:18:16.545Z Compiling serde-untagged v0.1.9
5102026-03-16T23:18:16.576Z Compiling clap_builder v4.5.60
5112026-03-16T23:18:16.579Z Compiling tempfile v3.25.0
5122026-03-16T23:18:16.579Z Compiling memmap v0.7.0
5132026-03-16T23:18:16.579Z Compiling smawk v0.3.2
5142026-03-16T23:18:16.718Z Compiling unicode-width v0.2.0
5152026-03-16T23:18:16.804Z Compiling papergrid v0.11.0
5162026-03-16T23:18:16.837Z Compiling unicode-linebreak v0.1.5
5172026-03-16T23:18:16.893Z Compiling camino-tempfile v1.4.1
5182026-03-16T23:18:16.955Z Compiling swrite v0.1.0
5192026-03-16T23:18:17.099Z Compiling textwrap v0.16.2
5202026-03-16T23:18:17.130Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-16T23:18:17.515Z Compiling tabled_derive v0.7.0
5222026-03-16T23:18:18.366Z Compiling tabled v0.15.0
5232026-03-16T23:18:18.559Z Compiling synstructure v0.13.2
5242026-03-16T23:18:18.559Z Compiling pest_generator v2.8.6
5252026-03-16T23:18:19.292Z Compiling serde_derive v1.0.228
5262026-03-16T23:18:19.297Z Compiling zerofrom-derive v0.1.6
5272026-03-16T23:18:19.297Z Compiling yoke-derive v0.8.1
5282026-03-16T23:18:19.297Z Compiling zerovec-derive v0.11.2
5292026-03-16T23:18:19.297Z Compiling displaydoc v0.2.5
5302026-03-16T23:18:19.297Z Compiling thiserror-impl v1.0.69
5312026-03-16T23:18:19.297Z Compiling zerocopy-derive v0.7.35
5322026-03-16T23:18:19.297Z Compiling pest_derive v2.8.6
5332026-03-16T23:18:19.297Z Compiling scroll_derive v0.12.1
5342026-03-16T23:18:19.297Z Compiling thiserror-impl v2.0.18
5352026-03-16T23:18:19.321Z Compiling clap_derive v4.5.55
5362026-03-16T23:18:20.130Z Compiling scroll v0.12.0
5372026-03-16T23:18:20.463Z Compiling goblin v0.8.2
5382026-03-16T23:18:20.492Z Compiling zerocopy v0.7.35
5392026-03-16T23:18:20.563Z Compiling zerofrom v0.1.6
5402026-03-16T23:18:20.731Z Compiling yoke v0.8.1
5412026-03-16T23:18:20.867Z Compiling dtrace-parser v0.2.0
5422026-03-16T23:18:20.947Z Compiling zerovec v0.11.5
5432026-03-16T23:18:20.947Z Compiling zerotrie v0.2.3
5442026-03-16T23:18:21.195Z Compiling clap v4.5.60
5452026-03-16T23:18:21.545Z Compiling tinystr v0.8.2
5462026-03-16T23:18:21.545Z Compiling potential_utf v0.1.4
5472026-03-16T23:18:21.710Z Compiling icu_collections v2.1.1
5482026-03-16T23:18:21.744Z Compiling icu_locale_core v2.1.1
5492026-03-16T23:18:22.528Z Compiling icu_provider v2.1.1
5502026-03-16T23:18:22.670Z Compiling dof v0.3.0
5512026-03-16T23:18:22.673Z Compiling serde_tokenstream v0.2.3
5522026-03-16T23:18:22.720Z Compiling serde_spanned v0.6.9
5532026-03-16T23:18:22.723Z Compiling toml_datetime v0.6.11
5542026-03-16T23:18:22.724Z Compiling serde-value v0.7.0
5552026-03-16T23:18:22.724Z Compiling cargo-platform v0.2.0
5562026-03-16T23:18:22.724Z Compiling macaddr v1.0.1
5572026-03-16T23:18:22.832Z Compiling icu_normalizer v2.1.1
5582026-03-16T23:18:22.835Z Compiling icu_properties v2.1.2
5592026-03-16T23:18:22.977Z Compiling toml_edit v0.22.27
5602026-03-16T23:18:23.570Z Compiling usdt-attr-macro v0.5.0
5612026-03-16T23:18:23.570Z Compiling usdt-macro v0.5.0
5622026-03-16T23:18:24.031Z Compiling idna_adapter v1.2.1
5632026-03-16T23:18:24.166Z Compiling idna v1.1.0
5642026-03-16T23:18:24.302Z Compiling usdt v0.5.0
5652026-03-16T23:18:24.507Z Compiling url v2.5.8
5662026-03-16T23:18:24.767Z Compiling toml v0.8.23
5672026-03-16T23:18:25.233Z Compiling cargo-util-schemas v0.8.2
5682026-03-16T23:18:25.233Z Compiling cargo_toml v0.21.0
5692026-03-16T23:18:26.374Z Compiling cargo_metadata v0.21.0
5702026-03-16T23:18:27.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-16T23:18:30.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.27s
5722026-03-16T23:18:30.755Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-16T23:18:31.463Z Downloading crates ...
5742026-03-16T23:18:31.577Z Downloaded adler2 v2.0.1
5752026-03-16T23:18:31.584Z Downloaded allocator-api2 v0.2.21
5762026-03-16T23:18:31.588Z Downloaded chacha20 v0.10.0
5772026-03-16T23:18:31.591Z Downloaded console v0.16.2
5782026-03-16T23:18:31.594Z Downloaded bitfield v0.19.4
5792026-03-16T23:18:31.594Z Downloaded critical-section v1.2.0
5802026-03-16T23:18:31.597Z Downloaded castaway v0.2.4
5812026-03-16T23:18:31.600Z Downloaded ciborium v0.2.2
5822026-03-16T23:18:31.604Z Downloaded cbc v0.1.2
5832026-03-16T23:18:31.607Z Downloaded async-stream v0.3.6
5842026-03-16T23:18:31.609Z Downloaded crucible-workspace-hack v0.1.0
5852026-03-16T23:18:31.612Z Downloaded constant_time_eq v0.4.2
5862026-03-16T23:18:31.615Z Downloaded float-cmp v0.10.0
5872026-03-16T23:18:31.615Z Downloaded fixedbitset v0.4.2
5882026-03-16T23:18:31.618Z Downloaded backoff v0.4.0
5892026-03-16T23:18:31.618Z Downloaded curve25519-dalek-derive v0.1.1
5902026-03-16T23:18:31.621Z Downloaded cookie_store v0.22.1
5912026-03-16T23:18:31.621Z Downloaded crossbeam-deque v0.8.6
5922026-03-16T23:18:31.624Z Downloaded crossbeam-epoch v0.9.18
5932026-03-16T23:18:31.627Z Downloaded cookie v0.18.1
5942026-03-16T23:18:31.627Z Downloaded ed25519 v2.2.3
5952026-03-16T23:18:31.629Z Downloaded crossbeam-channel v0.5.15
5962026-03-16T23:18:31.632Z Downloaded colored v2.2.0
5972026-03-16T23:18:31.635Z Downloaded futures-core v0.3.32
5982026-03-16T23:18:31.635Z Downloaded ahash v0.8.12
5992026-03-16T23:18:31.638Z Downloaded darling_core v0.21.3
6002026-03-16T23:18:31.641Z Downloaded base16ct v0.2.0
6012026-03-16T23:18:31.644Z Downloaded diesel_derives v2.3.7
6022026-03-16T23:18:31.648Z Downloaded daft v0.1.5
6032026-03-16T23:18:31.650Z Downloaded atty v0.2.14
6042026-03-16T23:18:31.650Z Downloaded arrayref v0.3.9
6052026-03-16T23:18:31.653Z Downloaded darling v0.23.0
6062026-03-16T23:18:31.656Z Downloaded defmt v0.3.100
6072026-03-16T23:18:31.659Z Downloaded block-padding v0.3.3
6082026-03-16T23:18:31.659Z Downloaded debug-ignore v1.0.5
6092026-03-16T23:18:31.663Z Downloaded darling_core v0.20.11
6102026-03-16T23:18:31.667Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-03-16T23:18:31.667Z Downloaded cfg_aliases v0.2.1
6122026-03-16T23:18:31.667Z Downloaded data-encoding v2.10.0
6132026-03-16T23:18:31.670Z Downloaded darling_macro v0.23.0
6142026-03-16T23:18:31.670Z Downloaded darling v0.21.3
6152026-03-16T23:18:31.673Z Downloaded bcrypt-pbkdf v0.10.0
6162026-03-16T23:18:31.675Z Downloaded defmt-parser v1.0.0
6172026-03-16T23:18:31.676Z Downloaded bit-vec v0.8.0
6182026-03-16T23:18:31.679Z Downloaded derive_builder_macro v0.20.2
6192026-03-16T23:18:31.679Z Downloaded crc v3.4.0
6202026-03-16T23:18:31.679Z Downloaded const_format v0.2.35
6212026-03-16T23:18:31.683Z Downloaded futures-macro v0.3.32
6222026-03-16T23:18:31.685Z Downloaded foreign-types v0.5.0
6232026-03-16T23:18:31.685Z Downloaded dyn-clone v1.0.20
6242026-03-16T23:18:31.688Z Downloaded ascii-canvas v3.0.0
6252026-03-16T23:18:31.688Z Downloaded document-features v0.2.12
6262026-03-16T23:18:31.691Z Downloaded dropshot-api-manager-types v0.6.0
6272026-03-16T23:18:31.691Z Downloaded crc-catalog v2.4.0
6282026-03-16T23:18:31.694Z Downloaded async-trait v0.1.89
6292026-03-16T23:18:31.697Z Downloaded async-stream-impl v0.3.6
6302026-03-16T23:18:31.697Z Downloaded crunchy v0.2.4
6312026-03-16T23:18:31.697Z Downloaded cmake v0.1.57
6322026-03-16T23:18:31.700Z Downloaded flagset v0.4.7
6332026-03-16T23:18:31.700Z Downloaded async-bb8-diesel v0.2.1
6342026-03-16T23:18:31.704Z Downloaded display-error-chain v0.2.2
6352026-03-16T23:18:31.704Z Downloaded fs-err v2.11.0
6362026-03-16T23:18:31.706Z Downloaded chacha20poly1305 v0.10.1
6372026-03-16T23:18:31.706Z Downloaded dirs-next v2.0.0
6382026-03-16T23:18:31.706Z Downloaded bitfield-struct v0.6.2
6392026-03-16T23:18:31.709Z Downloaded cexpr v0.6.0
6402026-03-16T23:18:31.709Z Downloaded enum-as-inner v0.6.1
6412026-03-16T23:18:31.712Z Downloaded downcast-rs v2.0.2
6422026-03-16T23:18:31.712Z Downloaded darling_macro v0.20.11
6432026-03-16T23:18:31.715Z Downloaded array-init v0.0.4
6442026-03-16T23:18:31.715Z Downloaded arrayvec v0.7.6
6452026-03-16T23:18:31.718Z Downloaded git-stub v1.0.0
6462026-03-16T23:18:31.718Z Downloaded bb8 v0.8.6
6472026-03-16T23:18:31.720Z Downloaded embedded-io v0.6.1
6482026-03-16T23:18:31.721Z Downloaded darling_macro v0.21.3
6492026-03-16T23:18:31.721Z Downloaded crc8 v0.1.1
6502026-03-16T23:18:31.724Z Downloaded aead v0.5.2
6512026-03-16T23:18:31.724Z Downloaded cfg_aliases v0.1.1
6522026-03-16T23:18:31.724Z Downloaded embedded-io v0.4.0
6532026-03-16T23:18:31.726Z Downloaded atomic-waker v1.1.2
6542026-03-16T23:18:31.726Z Downloaded convert_case v0.4.0
6552026-03-16T23:18:31.729Z Downloaded endian-type v0.1.2
6562026-03-16T23:18:31.730Z Downloaded ciborium-io v0.2.2
6572026-03-16T23:18:31.730Z Downloaded dirs-sys-next v0.1.2
6582026-03-16T23:18:31.732Z Downloaded dtrace-parser v0.3.0
6592026-03-16T23:18:31.732Z Downloaded foreign-types-shared v0.1.1
6602026-03-16T23:18:31.733Z Downloaded difflib v0.4.0
6612026-03-16T23:18:31.735Z Downloaded dsl_auto_type v0.2.0
6622026-03-16T23:18:31.735Z Downloaded foreign-types v0.3.2
6632026-03-16T23:18:31.735Z Downloaded dunce v1.0.5
6642026-03-16T23:18:31.738Z Downloaded corncobs v0.1.4
6652026-03-16T23:18:31.738Z Downloaded const_format_proc_macros v0.2.34
6662026-03-16T23:18:31.742Z Downloaded foreign-types-macros v0.2.3
6672026-03-16T23:18:31.742Z Downloaded cobs v0.3.0
6682026-03-16T23:18:31.744Z Downloaded float-ord v0.3.2
6692026-03-16T23:18:31.744Z Downloaded env_filter v1.0.0
6702026-03-16T23:18:31.744Z Downloaded cargo_toml v0.22.3
6712026-03-16T23:18:31.747Z Downloaded futures-io v0.3.32
6722026-03-16T23:18:31.747Z Downloaded bytes v1.11.1
6732026-03-16T23:18:31.751Z Downloaded hex-literal v0.4.1
6742026-03-16T23:18:31.753Z Downloaded gethostname v0.5.0
6752026-03-16T23:18:31.753Z Downloaded home v0.5.12
6762026-03-16T23:18:31.756Z Downloaded funty v2.0.0
6772026-03-16T23:18:31.756Z Downloaded bitfield-macros v0.19.4
6782026-03-16T23:18:31.756Z Downloaded foldhash v0.2.0
6792026-03-16T23:18:31.759Z Downloaded der_derive v0.7.3
6802026-03-16T23:18:31.759Z Downloaded ctr v0.9.2
6812026-03-16T23:18:31.762Z Downloaded defmt v1.0.1
6822026-03-16T23:18:31.765Z Downloaded globwalk v0.9.1
6832026-03-16T23:18:31.765Z Downloaded dof v0.4.0
6842026-03-16T23:18:31.768Z Downloaded bitflags v1.3.2
6852026-03-16T23:18:31.771Z Downloaded cassowary v0.3.0
6862026-03-16T23:18:31.771Z Downloaded cargo_metadata v0.19.2
6872026-03-16T23:18:31.773Z Downloaded foreign-types-shared v0.3.1
6882026-03-16T23:18:31.774Z Downloaded fxhash v0.2.1
6892026-03-16T23:18:31.774Z Downloaded futures-sink v0.3.32
6902026-03-16T23:18:31.777Z Downloaded bit-set v0.5.3
6912026-03-16T23:18:31.777Z Downloaded chacha20 v0.9.1
6922026-03-16T23:18:31.779Z Downloaded cpufeatures v0.3.0
6932026-03-16T23:18:31.779Z Downloaded headers-core v0.3.0
6942026-03-16T23:18:31.782Z Downloaded ciborium-ll v0.2.2
6952026-03-16T23:18:31.782Z Downloaded blake2 v0.10.6
6962026-03-16T23:18:31.785Z Downloaded bit-set v0.8.0
6972026-03-16T23:18:31.785Z Downloaded buf-list v1.1.2
6982026-03-16T23:18:31.788Z Downloaded blowfish v0.9.1
6992026-03-16T23:18:31.788Z Downloaded http-body v1.0.1
7002026-03-16T23:18:31.791Z Downloaded hubpack_derive v0.1.1
7012026-03-16T23:18:31.791Z Downloaded assert_matches v1.5.0
7022026-03-16T23:18:31.791Z Downloaded aes v0.8.4
7032026-03-16T23:18:31.794Z Downloaded bit-vec v0.6.3
7042026-03-16T23:18:31.797Z Downloaded hyper-tls v0.6.0
7052026-03-16T23:18:31.797Z Downloaded hubpack v0.1.2
7062026-03-16T23:18:31.799Z Downloaded httpdate v1.0.3
7072026-03-16T23:18:31.799Z Downloaded group v0.13.0
7082026-03-16T23:18:31.802Z Downloaded ghash v0.5.1
7092026-03-16T23:18:31.802Z Downloaded fd-lock v4.0.4
7102026-03-16T23:18:31.805Z Downloaded cargo-platform v0.1.9
7112026-03-16T23:18:31.805Z Downloaded indent_write v2.2.0
7122026-03-16T23:18:31.808Z Downloaded hostname v0.4.2
7132026-03-16T23:18:31.808Z Downloaded derive_builder_core v0.20.2
7142026-03-16T23:18:31.811Z Downloaded futures-task v0.3.32
7152026-03-16T23:18:31.811Z Downloaded erased-serde v0.3.31
7162026-03-16T23:18:31.814Z Downloaded base16ct v1.0.0
7172026-03-16T23:18:31.814Z Downloaded either v1.15.0
7182026-03-16T23:18:31.817Z Downloaded find-msvc-tools v0.1.9
7192026-03-16T23:18:31.817Z Downloaded futures-executor v0.3.32
7202026-03-16T23:18:31.819Z Downloaded env_logger v0.11.9
7212026-03-16T23:18:31.822Z Downloaded derive-ex v0.1.8
7222026-03-16T23:18:31.822Z Downloaded console v0.15.11
7232026-03-16T23:18:31.825Z Downloaded instant v0.1.13
7242026-03-16T23:18:31.828Z Downloaded inout v0.1.4
7252026-03-16T23:18:31.828Z Downloaded ena v0.14.4
7262026-03-16T23:18:31.828Z Downloaded foldhash v0.1.5
7272026-03-16T23:18:31.844Z Downloaded is_ci v1.2.0
7282026-03-16T23:18:31.847Z Downloaded crossbeam-utils v0.8.21
7292026-03-16T23:18:31.850Z Downloaded internet-checksum v0.2.1
7302026-03-16T23:18:31.850Z Downloaded is-terminal v0.4.17
7312026-03-16T23:18:31.850Z Downloaded globset v0.4.18
7322026-03-16T23:18:31.853Z Downloaded glob v0.3.3
7332026-03-16T23:18:31.853Z Downloaded argon2 v0.5.3
7342026-03-16T23:18:31.855Z Downloaded git-stub-vcs v0.1.0
7352026-03-16T23:18:31.855Z Downloaded instability v0.3.11
7362026-03-16T23:18:31.858Z Downloaded ident_case v1.0.1
7372026-03-16T23:18:31.858Z Downloaded hash32 v0.2.1
7382026-03-16T23:18:31.861Z Downloaded ff v0.13.1
7392026-03-16T23:18:31.861Z Downloaded diesel-dtrace v0.5.0
7402026-03-16T23:18:31.864Z Downloaded derive_builder v0.20.2
7412026-03-16T23:18:31.867Z Downloaded highway v1.3.0
7422026-03-16T23:18:31.870Z Downloaded match_cfg v0.1.0
7432026-03-16T23:18:31.870Z Downloaded lru v0.12.5
7442026-03-16T23:18:31.872Z Downloaded lalrpop-util v0.19.12
7452026-03-16T23:18:31.872Z Downloaded keccak v0.1.6
7462026-03-16T23:18:31.872Z Downloaded libscf-sys v1.1.0
7472026-03-16T23:18:31.875Z Downloaded lazy_static v1.5.0
7482026-03-16T23:18:31.875Z Downloaded getrandom v0.2.17
7492026-03-16T23:18:31.878Z Downloaded kstat-rs v0.2.4
7502026-03-16T23:18:31.881Z Downloaded hyper-staticfile v0.10.1
7512026-03-16T23:18:31.881Z Downloaded managed v0.8.0
7522026-03-16T23:18:31.883Z Downloaded md5 v0.7.0
7532026-03-16T23:18:31.883Z Downloaded maybe-uninit v2.0.0
7542026-03-16T23:18:31.886Z Downloaded maplit v1.0.2
7552026-03-16T23:18:31.886Z Downloaded http-range v0.1.5
7562026-03-16T23:18:31.886Z Downloaded hostname v0.3.1
7572026-03-16T23:18:31.889Z Downloaded hex v0.4.3
7582026-03-16T23:18:31.889Z Downloaded fallible-iterator v0.2.0
7592026-03-16T23:18:31.892Z Downloaded futures-channel v0.3.32
7602026-03-16T23:18:31.895Z Downloaded base64 v0.22.1
7612026-03-16T23:18:31.898Z Downloaded ecdsa v0.16.9
7622026-03-16T23:18:31.898Z Downloaded const-oid v0.9.6
7632026-03-16T23:18:31.901Z Downloaded fixedbitset v0.5.7
7642026-03-16T23:18:31.901Z Downloaded diff v0.1.13
7652026-03-16T23:18:31.903Z Downloaded newline-converter v0.3.0
7662026-03-16T23:18:31.906Z Downloaded mime v0.3.17
7672026-03-16T23:18:31.906Z Downloaded bzip2 v0.4.4
7682026-03-16T23:18:31.909Z Downloaded impl-trait-for-tuples v0.2.3
7692026-03-16T23:18:31.912Z Downloaded http-body-util v0.1.3
7702026-03-16T23:18:31.912Z Downloaded jobserver v0.1.34
7712026-03-16T23:18:31.915Z Downloaded new_debug_unreachable v1.0.6
7722026-03-16T23:18:31.915Z Downloaded fs_extra v1.3.0
7732026-03-16T23:18:31.918Z Downloaded normalize-line-endings v0.3.0
7742026-03-16T23:18:31.918Z Downloaded newtype_derive v0.1.6
7752026-03-16T23:18:31.920Z Downloaded lzss v0.8.2
7762026-03-16T23:18:31.921Z Downloaded memoffset v0.9.1
7772026-03-16T23:18:31.923Z Downloaded nibble_vec v0.1.0
7782026-03-16T23:18:31.923Z Downloaded linked-hash-map v0.5.6
7792026-03-16T23:18:31.926Z Downloaded hickory-client v0.25.2
7802026-03-16T23:18:31.926Z Downloaded nonempty v0.12.0
7812026-03-16T23:18:31.929Z Downloaded num-iter v0.1.45
7822026-03-16T23:18:31.929Z Downloaded md-5 v0.10.6
7832026-03-16T23:18:31.929Z Downloaded newtype-uuid-macros v0.1.0
7842026-03-16T23:18:31.932Z Downloaded linear-map v1.2.0
7852026-03-16T23:18:31.932Z Downloaded num_enum_derive v0.5.11
7862026-03-16T23:18:31.935Z Downloaded num-derive v0.3.3
7872026-03-16T23:18:31.935Z Downloaded num-conv v0.2.0
7882026-03-16T23:18:31.938Z Downloaded num v0.4.3
7892026-03-16T23:18:31.938Z Downloaded ingot-types v0.1.2
7902026-03-16T23:18:31.938Z Downloaded multimap v0.10.1
7912026-03-16T23:18:31.941Z Downloaded ingot v0.1.1
7922026-03-16T23:18:31.941Z Downloaded iana-time-zone v0.1.65
7932026-03-16T23:18:31.944Z Downloaded hash32 v0.3.1
7942026-03-16T23:18:31.947Z Downloaded compact_str v0.8.1
7952026-03-16T23:18:31.949Z Downloaded arc-swap v1.8.2
7962026-03-16T23:18:31.952Z Downloaded cc v1.2.56
7972026-03-16T23:18:31.955Z Downloaded indoc v2.0.7
7982026-03-16T23:18:31.958Z Downloaded hyper-rustls v0.27.7
7992026-03-16T23:18:31.958Z Downloaded lock_api v0.4.14
8002026-03-16T23:18:31.961Z Downloaded num_threads v0.1.7
8012026-03-16T23:18:31.961Z Downloaded openssl-macros v0.1.1
8022026-03-16T23:18:31.963Z Downloaded openssl-probe v0.2.1
8032026-03-16T23:18:31.963Z Downloaded openssl-probe v0.1.6
8042026-03-16T23:18:31.966Z Downloaded ipnetwork v0.21.1
8052026-03-16T23:18:31.967Z Downloaded oso-derive v0.27.3
8062026-03-16T23:18:31.967Z Downloaded elliptic-curve v0.13.8
8072026-03-16T23:18:31.969Z Downloaded des v0.8.1
8082026-03-16T23:18:31.972Z Downloaded multer v3.1.0
8092026-03-16T23:18:31.975Z Downloaded opaque-debug v0.3.1
8102026-03-16T23:18:31.975Z Downloaded derive_more v0.99.20
8112026-03-16T23:18:31.978Z Downloaded derive-where v1.6.0
8122026-03-16T23:18:31.981Z Downloaded libsw v3.5.0
8132026-03-16T23:18:31.984Z Downloaded olpc-cjson v0.1.4
8142026-03-16T23:18:31.984Z Downloaded getrandom v0.3.4
8152026-03-16T23:18:31.987Z Downloaded packed_struct_codegen v0.10.1
8162026-03-16T23:18:31.989Z Downloaded ar_archive_writer v0.5.1
8172026-03-16T23:18:31.992Z Downloaded libsw-core v0.3.2
8182026-03-16T23:18:31.995Z Downloaded flume v0.11.1
8192026-03-16T23:18:31.998Z Downloaded pbkdf2 v0.11.0
8202026-03-16T23:18:31.998Z Downloaded num-integer v0.1.46
8212026-03-16T23:18:32.001Z Downloaded nodrop v0.1.14
8222026-03-16T23:18:32.001Z Downloaded newtype-uuid v1.3.2
8232026-03-16T23:18:32.004Z Downloaded pbkdf2 v0.12.2
8242026-03-16T23:18:32.004Z Downloaded phf_shared v0.13.1
8252026-03-16T23:18:32.007Z Downloaded peg-runtime v0.8.5
8262026-03-16T23:18:32.007Z Downloaded bumpalo v3.20.2
8272026-03-16T23:18:32.010Z Downloaded ingot-macros v0.1.1
8282026-03-16T23:18:32.010Z Downloaded path-slash v0.1.5
8292026-03-16T23:18:32.015Z Downloaded num_enum v0.5.11
8302026-03-16T23:18:32.018Z Downloaded parse-size v1.1.0
8312026-03-16T23:18:32.018Z Downloaded num-rational v0.4.2
8322026-03-16T23:18:32.018Z Downloaded phf_shared v0.12.1
8332026-03-16T23:18:32.018Z Downloaded num-derive v0.4.2
8342026-03-16T23:18:32.021Z Downloaded pin-utils v0.1.0
8352026-03-16T23:18:32.021Z Downloaded native-tls v0.2.18
8362026-03-16T23:18:32.025Z Downloaded ipnet v2.11.0
8372026-03-16T23:18:32.025Z Downloaded nu-ansi-term v0.50.3
8382026-03-16T23:18:32.028Z Downloaded half v2.7.1
8392026-03-16T23:18:32.028Z Downloaded libefi-sys v0.1.0
8402026-03-16T23:18:32.031Z Downloaded humantime v2.3.0
8412026-03-16T23:18:32.031Z Downloaded memmap2 v0.9.10
8422026-03-16T23:18:32.034Z Downloaded httparse v1.10.1
8432026-03-16T23:18:32.038Z Downloaded half v1.8.3
8442026-03-16T23:18:32.038Z Downloaded hmac v0.12.1
8452026-03-16T23:18:32.041Z Downloaded dropshot_endpoint v0.16.7
8462026-03-16T23:18:32.041Z Downloaded indoc v1.0.9
8472026-03-16T23:18:32.044Z Downloaded defmt-macros v1.0.1
8482026-03-16T23:18:32.047Z Downloaded num_enum_derive v0.7.5
8492026-03-16T23:18:32.047Z Downloaded proc-macro-crate v3.4.0
8502026-03-16T23:18:32.050Z Downloaded proc-macro-crate v1.3.1
8512026-03-16T23:18:32.050Z Downloaded predicates-tree v1.0.13
8522026-03-16T23:18:32.052Z Downloaded precomputed-hash v0.1.1
8532026-03-16T23:18:32.053Z Downloaded num-complex v0.4.6
8542026-03-16T23:18:32.053Z Downloaded crypto-bigint v0.5.5
8552026-03-16T23:18:32.058Z Downloaded predicates-core v1.0.10
8562026-03-16T23:18:32.060Z Downloaded darling_core v0.23.0
8572026-03-16T23:18:32.063Z Downloaded oxnet v0.1.4
8582026-03-16T23:18:32.066Z Downloaded progenitor-client v0.11.2
8592026-03-16T23:18:32.066Z Downloaded progenitor-client v0.10.0
8602026-03-16T23:18:32.069Z Downloaded libloading v0.8.9
8612026-03-16T23:18:32.071Z Downloaded mime_guess v2.0.5
8622026-03-16T23:18:32.072Z Downloaded owo-colors v4.3.0
8632026-03-16T23:18:32.074Z Downloaded peg v0.8.5
8642026-03-16T23:18:32.077Z Downloaded proc-macro-error-attr2 v2.0.0
8652026-03-16T23:18:32.077Z Downloaded indexmap v1.9.3
8662026-03-16T23:18:32.080Z Downloaded peg-macros v0.8.5
8672026-03-16T23:18:32.083Z Downloaded progenitor-macro v0.11.2
8682026-03-16T23:18:32.083Z Downloaded packed_struct v0.10.1
8692026-03-16T23:18:32.086Z Downloaded phf_shared v0.11.3
8702026-03-16T23:18:32.086Z Downloaded paste v1.0.15
8712026-03-16T23:18:32.089Z Downloaded psl-types v2.0.11
8722026-03-16T23:18:32.089Z Downloaded progenitor-macro v0.10.0
8732026-03-16T23:18:32.092Z Downloaded pem-rfc7468 v0.7.0
8742026-03-16T23:18:32.092Z Downloaded phf v0.13.1
8752026-03-16T23:18:32.100Z Downloaded pem v3.0.6
8762026-03-16T23:18:32.100Z Downloaded base64 v0.21.7
8772026-03-16T23:18:32.100Z Downloaded quick-error v1.2.3
8782026-03-16T23:18:32.100Z Downloaded omicron-zone-package v0.12.2
8792026-03-16T23:18:32.104Z Downloaded rand_chacha v0.3.1
8802026-03-16T23:18:32.104Z Downloaded pkg-config v0.3.32
8812026-03-16T23:18:32.104Z Downloaded pin-project-internal v1.1.11
8822026-03-16T23:18:32.107Z Downloaded poly1305 v0.8.0
8832026-03-16T23:18:32.110Z Downloaded radium v0.7.0
8842026-03-16T23:18:32.110Z Downloaded pin-project-lite v0.2.17
8852026-03-16T23:18:32.113Z Downloaded num_enum v0.7.5
8862026-03-16T23:18:32.116Z Downloaded litrs v1.0.0
8872026-03-16T23:18:32.119Z Downloaded polyval v0.6.2
8882026-03-16T23:18:32.122Z Downloaded password-hash v0.5.0
8892026-03-16T23:18:32.125Z Downloaded libbz2-rs-sys v0.2.2
8902026-03-16T23:18:32.125Z Downloaded ref-cast v1.0.25
8912026-03-16T23:18:32.128Z Downloaded recursive v0.1.1
8922026-03-16T23:18:32.128Z Downloaded rand_xorshift v0.4.0
8932026-03-16T23:18:32.131Z Downloaded futures v0.3.32
8942026-03-16T23:18:32.134Z Downloaded primeorder v0.13.6
8952026-03-16T23:18:32.139Z Downloaded predicates v3.1.4
8962026-03-16T23:18:32.140Z Downloaded powerfmt v0.2.0
8972026-03-16T23:18:32.143Z Downloaded heapless v0.8.0
8982026-03-16T23:18:32.143Z Downloaded progenitor v0.13.0
8992026-03-16T23:18:32.143Z Downloaded crossterm v0.28.1
9002026-03-16T23:18:32.147Z Downloaded ref-cast-impl v1.0.25
9012026-03-16T23:18:32.150Z Downloaded progenitor-extras v0.1.1
9022026-03-16T23:18:32.150Z Downloaded progenitor-client v0.13.0
9032026-03-16T23:18:32.154Z Downloaded crc-any v2.5.0
9042026-03-16T23:18:32.154Z Downloaded progenitor v0.11.2
9052026-03-16T23:18:32.157Z Downloaded flate2 v1.1.9
9062026-03-16T23:18:32.161Z Downloaded proc-macro-error2 v2.0.1
9072026-03-16T23:18:32.161Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-03-16T23:18:32.164Z Downloaded progenitor v0.10.0
9092026-03-16T23:18:32.164Z Downloaded rtoolbox v0.0.3
9102026-03-16T23:18:32.168Z Downloaded rfc6979 v0.4.0
9112026-03-16T23:18:32.168Z Downloaded parking_lot_core v0.9.12
9122026-03-16T23:18:32.168Z Downloaded pkcs8 v0.10.2
9132026-03-16T23:18:32.174Z Downloaded parse-display-derive v0.10.0
9142026-03-16T23:18:32.174Z Downloaded pkcs1 v0.7.5
9152026-03-16T23:18:32.174Z Downloaded psm v0.1.30
9162026-03-16T23:18:32.177Z Downloaded ppv-lite86 v0.2.21
9172026-03-16T23:18:32.177Z Downloaded postcard v1.1.3
9182026-03-16T23:18:32.180Z Downloaded parse-display v0.10.0
9192026-03-16T23:18:32.180Z Downloaded r2d2 v0.8.10
9202026-03-16T23:18:32.183Z Downloaded rustc_version v0.1.7
9212026-03-16T23:18:32.183Z Downloaded miniz_oxide v0.8.9
9222026-03-16T23:18:32.186Z Downloaded russh-cryptovec v0.7.3
9232026-03-16T23:18:32.186Z Downloaded parking_lot_core v0.8.6
9242026-03-16T23:18:32.189Z Downloaded nanorand v0.7.0
9252026-03-16T23:18:32.189Z Downloaded ignore v0.4.25
9262026-03-16T23:18:32.192Z Downloaded crossterm v0.29.0
9272026-03-16T23:18:32.197Z Downloaded rustc_version v0.4.1
9282026-03-16T23:18:32.200Z Downloaded indicatif v0.18.4
9292026-03-16T23:18:32.205Z Downloaded hickory-resolver v0.25.2
9302026-03-16T23:18:32.208Z Downloaded rand_core v0.9.5
9312026-03-16T23:18:32.208Z Downloaded rand_core v0.6.4
9322026-03-16T23:18:32.208Z Downloaded rand_chacha v0.9.0
9332026-03-16T23:18:32.208Z Downloaded parking_lot v0.12.5
9342026-03-16T23:18:32.211Z Downloaded rand_seeder v0.4.0
9352026-03-16T23:18:32.214Z Downloaded rand_core v0.10.0
9362026-03-16T23:18:32.214Z Downloaded postgres-types v0.2.12
9372026-03-16T23:18:32.218Z Downloaded scopeguard v1.2.0
9382026-03-16T23:18:32.218Z Downloaded postgres-protocol v0.6.10
9392026-03-16T23:18:32.218Z Downloaded pkcs5 v0.7.1
9402026-03-16T23:18:32.221Z Downloaded papergrid v0.17.0
9412026-03-16T23:18:32.226Z Downloaded scheduled-thread-pool v0.2.7
9422026-03-16T23:18:32.230Z Downloaded same-file v1.0.6
9432026-03-16T23:18:32.230Z Downloaded salsa20 v0.10.2
9442026-03-16T23:18:32.233Z Downloaded oso v0.27.3
9452026-03-16T23:18:32.233Z Downloaded resolv-conf v0.7.6
9462026-03-16T23:18:32.236Z Downloaded quinn-udp v0.5.14
9472026-03-16T23:18:32.236Z Downloaded secrecy v0.10.3
9482026-03-16T23:18:32.239Z Downloaded serde-big-array v0.5.1
9492026-03-16T23:18:32.239Z Downloaded scroll_derive v0.13.1
9502026-03-16T23:18:32.239Z Downloaded expectorate v1.2.0
9512026-03-16T23:18:32.242Z Downloaded sapling-renderdag v0.1.0
9522026-03-16T23:18:32.246Z Downloaded phf v0.12.1
9532026-03-16T23:18:32.246Z Downloaded heapless v0.7.17
9542026-03-16T23:18:32.249Z Downloaded password-hash v0.4.2
9552026-03-16T23:18:32.249Z Downloaded derive_more v2.1.1
9562026-03-16T23:18:32.257Z Downloaded sha1 v0.10.6
9572026-03-16T23:18:32.260Z Downloaded serde_spanned v1.0.4
9582026-03-16T23:18:32.263Z Downloaded seq-macro v0.3.6
9592026-03-16T23:18:32.264Z Downloaded serde_repr v0.1.20
9602026-03-16T23:18:32.267Z Downloaded serde_plain v1.0.2
9612026-03-16T23:18:32.267Z Downloaded semver v0.1.20
9622026-03-16T23:18:32.267Z Downloaded secrecy v0.8.0
9632026-03-16T23:18:32.270Z Downloaded prefix-trie v0.7.0
9642026-03-16T23:18:32.273Z Downloaded progenitor-macro v0.13.0
9652026-03-16T23:18:32.273Z Downloaded scrypt v0.11.0
9662026-03-16T23:18:32.273Z Downloaded der v0.7.10
9672026-03-16T23:18:32.277Z Downloaded signal-hook-tokio v0.3.1
9682026-03-16T23:18:32.280Z Downloaded rustc-hash v2.1.1
9692026-03-16T23:18:32.280Z Downloaded oxide-tokio-rt v0.1.3
9702026-03-16T23:18:32.280Z Downloaded rustls-pemfile v1.0.4
9712026-03-16T23:18:32.284Z Downloaded headers v0.4.1
9722026-03-16T23:18:32.288Z Downloaded serde_urlencoded v0.7.1
9732026-03-16T23:18:32.291Z Downloaded siphasher v1.0.2
9742026-03-16T23:18:32.291Z Downloaded signature v2.2.0
9752026-03-16T23:18:32.291Z Downloaded slog-bunyan v2.5.0
9762026-03-16T23:18:32.294Z Downloaded signal-hook-mio v0.2.5
9772026-03-16T23:18:32.294Z Downloaded sigpipe v0.1.3
9782026-03-16T23:18:32.294Z Downloaded shell-words v1.1.1
9792026-03-16T23:18:32.297Z Downloaded slog-envlogger v2.2.0
9802026-03-16T23:18:32.297Z Downloaded parking_lot v0.11.2
9812026-03-16T23:18:32.303Z Downloaded sct v0.7.1
9822026-03-16T23:18:32.306Z Downloaded pin-project v1.1.11
9832026-03-16T23:18:32.310Z Downloaded progenitor-impl v0.13.0
9842026-03-16T23:18:32.315Z Downloaded sec1 v0.7.3
9852026-03-16T23:18:32.318Z Downloaded progenitor-impl v0.11.2
9862026-03-16T23:18:32.318Z Downloaded progenitor-impl v0.10.0
9872026-03-16T23:18:32.321Z Downloaded jiff-static v0.2.21
9882026-03-16T23:18:32.321Z Downloaded rustls-pemfile v2.2.0
9892026-03-16T23:18:32.324Z Downloaded rustversion v1.0.22
9902026-03-16T23:18:32.328Z Downloaded serde-hex v0.1.0
9912026-03-16T23:18:32.328Z Downloaded rusty-fork v0.3.1
9922026-03-16T23:18:32.331Z Downloaded scroll v0.13.0
9932026-03-16T23:18:32.331Z Downloaded hickory-resolver v0.24.4
9942026-03-16T23:18:32.335Z Downloaded fatfs v0.3.6
9952026-03-16T23:18:32.335Z Downloaded itertools v0.10.5
9962026-03-16T23:18:32.339Z Downloaded schemars_derive v0.8.22
9972026-03-16T23:18:32.342Z Downloaded p256 v0.13.2
9982026-03-16T23:18:32.346Z Downloaded minimal-lexical v0.2.1
9992026-03-16T23:18:32.349Z Downloaded ssh-encoding v0.2.0
10002026-03-16T23:18:32.349Z Downloaded ed25519-dalek v2.2.0
10012026-03-16T23:18:32.352Z Downloaded structmeta v0.3.0
10022026-03-16T23:18:32.352Z Downloaded shlex v1.3.0
10032026-03-16T23:18:32.355Z Downloaded simd-adler32 v0.3.8
10042026-03-16T23:18:32.355Z Downloaded signal-hook-registry v1.4.8
10052026-03-16T23:18:32.359Z Downloaded ssh-cipher v0.2.0
10062026-03-16T23:18:32.359Z Downloaded strip-ansi-escapes v0.2.1
10072026-03-16T23:18:32.362Z Downloaded sqlparser_derive v0.5.0
10082026-03-16T23:18:32.362Z Downloaded hyper-util v0.1.20
10092026-03-16T23:18:32.365Z Downloaded rustls-native-certs v0.8.3
10102026-03-16T23:18:32.368Z Downloaded strum v0.26.3
10112026-03-16T23:18:32.368Z Downloaded dropshot-api-manager v0.6.0
10122026-03-16T23:18:32.371Z Downloaded slog-async v2.8.0
10132026-03-16T23:18:32.374Z Downloaded russh-keys v0.45.0
10142026-03-16T23:18:32.374Z Downloaded derive_more-impl v2.1.1
10152026-03-16T23:18:32.377Z Downloaded serde_derive_internals v0.29.1
10162026-03-16T23:18:32.380Z Downloaded serde_bytes v0.11.19
10172026-03-16T23:18:32.380Z Downloaded hashbrown v0.15.5
10182026-03-16T23:18:32.384Z Downloaded sync_wrapper v1.0.2
10192026-03-16T23:18:32.387Z Downloaded strum v0.27.2
10202026-03-16T23:18:32.387Z Downloaded subtle v2.6.1
10212026-03-16T23:18:32.390Z Downloaded structmeta-derive v0.3.0
10222026-03-16T23:18:32.390Z Downloaded slab v0.4.12
10232026-03-16T23:18:32.390Z Downloaded sync-ptr v0.1.4
10242026-03-16T23:18:32.393Z Downloaded supports-color v3.0.2
10252026-03-16T23:18:32.393Z Downloaded slog-dtrace v0.3.0
10262026-03-16T23:18:32.396Z Downloaded slog-term v2.9.2
10272026-03-16T23:18:32.396Z Downloaded smallvec v0.6.14
10282026-03-16T23:18:32.399Z Downloaded snafu-derive v0.8.9
10292026-03-16T23:18:32.399Z Downloaded hickory-server v0.25.2
10302026-03-16T23:18:32.402Z Downloaded spki v0.7.3
10312026-03-16T23:18:32.405Z Downloaded serde_path_to_error v0.1.20
10322026-03-16T23:18:32.407Z Downloaded serde_cbor v0.11.2
10332026-03-16T23:18:32.407Z Downloaded rcgen v0.12.1
10342026-03-16T23:18:32.410Z Downloaded hashbrown v0.13.2
10352026-03-16T23:18:32.414Z Downloaded rustls-pki-types v1.14.0
10362026-03-16T23:18:32.417Z Downloaded tap v1.0.1
10372026-03-16T23:18:32.417Z Downloaded take_mut v0.2.2
10382026-03-16T23:18:32.420Z Downloaded tabled_derive v0.11.0
10392026-03-16T23:18:32.420Z Downloaded thread-id v5.1.0
10402026-03-16T23:18:32.420Z Downloaded thiserror-impl-no-std v2.0.2
10412026-03-16T23:18:32.423Z Downloaded slog-stdlog v4.1.1
10422026-03-16T23:18:32.423Z Downloaded slog-json v2.6.1
10432026-03-16T23:18:32.426Z Downloaded tagptr v0.2.0
10442026-03-16T23:18:32.426Z Downloaded rustls-platform-verifier v0.6.2
10452026-03-16T23:18:32.429Z Downloaded slog-scope v4.4.1
10462026-03-16T23:18:32.432Z Downloaded testing_table v0.3.0
10472026-03-16T23:18:32.432Z Downloaded tabwriter v1.4.1
10482026-03-16T23:18:32.432Z Downloaded hashbrown v0.12.3
10492026-03-16T23:18:32.435Z Downloaded crc32fast v1.5.0
10502026-03-16T23:18:32.438Z Downloaded lru-slab v0.1.2
10512026-03-16T23:18:32.438Z Downloaded lru-cache v0.1.2
10522026-03-16T23:18:32.441Z Downloaded sqlformat v0.3.5
10532026-03-16T23:18:32.441Z Downloaded termtree v0.5.1
10542026-03-16T23:18:32.443Z Downloaded nom v7.1.3
10552026-03-16T23:18:32.446Z Downloaded static_assertions v1.1.0
10562026-03-16T23:18:32.449Z Downloaded time-core v0.1.8
10572026-03-16T23:18:32.449Z Downloaded ron v0.8.1
10582026-03-16T23:18:32.453Z Downloaded strum_macros v0.24.3
10592026-03-16T23:18:32.456Z Downloaded quinn v0.11.9
10602026-03-16T23:18:32.459Z Downloaded serde_with_macros v3.17.0
10612026-03-16T23:18:32.462Z Downloaded strum_macros v0.26.4
10622026-03-16T23:18:32.464Z Downloaded support-bundle-viewer v0.1.2
10632026-03-16T23:18:32.464Z Downloaded stacker v0.1.23
10642026-03-16T23:18:32.467Z Downloaded tinyvec_macros v0.1.1
10652026-03-16T23:18:32.467Z Downloaded iddqd v0.3.17
10662026-03-16T23:18:32.472Z Downloaded num-bigint v0.4.6
10672026-03-16T23:18:32.476Z Downloaded futures-util v0.3.32
10682026-03-16T23:18:32.485Z Downloaded spin v0.9.8
10692026-03-16T23:18:32.488Z Downloaded rayon-core v1.13.0
10702026-03-16T23:18:32.491Z Downloaded topological-sort v0.2.2
10712026-03-16T23:18:32.494Z Downloaded iri-string v0.7.10
10722026-03-16T23:18:32.498Z Downloaded thiserror-no-std v2.0.2
10732026-03-16T23:18:32.501Z Downloaded signal-hook v0.3.18
10742026-03-16T23:18:32.504Z Downloaded tower-service v0.3.3
10752026-03-16T23:18:32.507Z Downloaded tower-layer v0.3.3
10762026-03-16T23:18:32.507Z Downloaded stringprep v0.1.5
10772026-03-16T23:18:32.507Z Downloaded prettyplease v0.2.37
10782026-03-16T23:18:32.510Z Downloaded tiny-keccak v2.0.2
10792026-03-16T23:18:32.512Z Downloaded time-macros v0.2.27
10802026-03-16T23:18:32.515Z Downloaded termios v0.3.3
10812026-03-16T23:18:32.518Z Downloaded slog v2.8.2
10822026-03-16T23:18:32.521Z Downloaded tokio-dtrace v0.1.1
10832026-03-16T23:18:32.521Z Downloaded tls_codec_derive v0.4.2
10842026-03-16T23:18:32.525Z Downloaded try-lock v0.2.5
10852026-03-16T23:18:32.525Z Downloaded trait-variant v0.1.2
10862026-03-16T23:18:32.525Z Downloaded schemars v0.9.0
10872026-03-16T23:18:32.534Z Downloaded unarray v0.1.4
10882026-03-16T23:18:32.537Z Downloaded bindgen v0.71.1
10892026-03-16T23:18:32.540Z Downloaded thread_local v1.1.9
10902026-03-16T23:18:32.543Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-03-16T23:18:32.546Z Downloaded unicode-truncate v1.1.0
10922026-03-16T23:18:32.546Z Downloaded tokio-tungstenite v0.21.0
10932026-03-16T23:18:32.549Z Downloaded similar v2.7.0
10942026-03-16T23:18:32.551Z Downloaded unit-prefix v0.5.2
10952026-03-16T23:18:32.551Z Downloaded tokio-native-tls v0.3.1
10962026-03-16T23:18:32.554Z Downloaded toml_writer v1.0.6+spec-1.1.0
10972026-03-16T23:18:32.554Z Downloaded tokio-rustls v0.25.0
10982026-03-16T23:18:32.557Z Downloaded pretty_assertions v1.4.1
10992026-03-16T23:18:32.560Z Downloaded tokio-macros v2.6.0
11002026-03-16T23:18:32.560Z Downloaded untrusted v0.7.1
11012026-03-16T23:18:32.560Z Downloaded universal-hash v0.5.1
11022026-03-16T23:18:32.562Z Downloaded strum_macros v0.27.2
11032026-03-16T23:18:32.565Z Downloaded socket2 v0.6.2
11042026-03-16T23:18:32.565Z Downloaded bitvec v1.0.1
11052026-03-16T23:18:32.576Z Downloaded usdt-macro v0.6.0
11062026-03-16T23:18:32.579Z Downloaded aws-lc-rs v1.16.0
11072026-03-16T23:18:32.584Z Downloaded schemars v1.2.1
11082026-03-16T23:18:32.595Z Downloaded usdt v0.6.0
11092026-03-16T23:18:32.598Z Downloaded utf-8 v0.7.6
11102026-03-16T23:18:32.598Z Downloaded usdt-attr-macro v0.6.0
11112026-03-16T23:18:32.598Z Downloaded tokio-stream v0.1.18
11122026-03-16T23:18:32.602Z Downloaded term v1.2.1
11132026-03-16T23:18:32.605Z Downloaded aho-corasick v1.1.4
11142026-03-16T23:18:32.609Z Downloaded rsa v0.9.10
11152026-03-16T23:18:32.613Z Downloaded tokio-tungstenite v0.23.1
11162026-03-16T23:18:32.616Z Downloaded num-bigint-dig v0.8.6
11172026-03-16T23:18:32.619Z Downloaded untrusted v0.9.0
11182026-03-16T23:18:32.621Z Downloaded mio v1.1.1
11192026-03-16T23:18:32.624Z Downloaded want v0.3.1
11202026-03-16T23:18:32.627Z Downloaded hyper v1.8.1
11212026-03-16T23:18:32.630Z Downloaded tui-tree-widget v0.23.1
11222026-03-16T23:18:32.633Z Downloaded rand v0.9.2
11232026-03-16T23:18:32.636Z Downloaded zeroize_derive v1.4.3
11242026-03-16T23:18:32.636Z Downloaded toml_parser v1.0.9+spec-1.1.0
11252026-03-16T23:18:32.639Z Downloaded serde_yaml v0.9.34+deprecated
11262026-03-16T23:18:32.641Z Downloaded rand v0.8.5
11272026-03-16T23:18:32.644Z Downloaded rand v0.10.0
11282026-03-16T23:18:32.647Z Downloaded walkdir v2.5.0
11292026-03-16T23:18:32.650Z Downloaded wait-timeout v0.2.1
11302026-03-16T23:18:32.650Z Downloaded void v1.0.2
11312026-03-16T23:18:32.650Z Downloaded term v0.7.0
11322026-03-16T23:18:32.653Z Downloaded unicase v2.9.0
11332026-03-16T23:18:32.656Z Downloaded zone_cfg_derive v0.3.1
11342026-03-16T23:18:32.656Z Downloaded openssl-sys v0.9.111
11352026-03-16T23:18:32.658Z Downloaded vergen-lib v0.1.6
11362026-03-16T23:18:32.661Z Downloaded vergen-git2 v1.0.7
11372026-03-16T23:18:32.661Z Downloaded http v1.4.0
11382026-03-16T23:18:32.664Z Downloaded tokio-rustls v0.24.1
11392026-03-16T23:18:32.667Z Downloaded tinyvec v1.10.0
11402026-03-16T23:18:32.669Z Downloaded itertools v0.12.1
11412026-03-16T23:18:32.673Z Downloaded whoami v2.1.0
11422026-03-16T23:18:32.677Z Downloaded whoami v1.6.1
11432026-03-16T23:18:32.680Z Downloaded zone v0.3.1
11442026-03-16T23:18:32.680Z Downloaded vsss-rs v3.3.4
11452026-03-16T23:18:32.680Z Downloaded wyz v0.5.1
11462026-03-16T23:18:32.683Z Downloaded subprocess v0.2.15
11472026-03-16T23:18:32.686Z Downloaded usdt-impl v0.6.0
11482026-03-16T23:18:32.686Z Downloaded toml v0.9.12+spec-1.1.0
11492026-03-16T23:18:32.689Z Downloaded xshell-macros v0.2.7
11502026-03-16T23:18:32.689Z Downloaded tar v0.4.44
11512026-03-16T23:18:32.692Z Downloaded unicode-properties v0.1.4
11522026-03-16T23:18:32.695Z Downloaded xz2 v0.1.7
11532026-03-16T23:18:32.695Z Downloaded samael v0.0.19
11542026-03-16T23:18:32.698Z Downloaded test-strategy v0.4.5
11552026-03-16T23:18:32.701Z Downloaded vergen v9.0.6
11562026-03-16T23:18:32.704Z Downloaded waitgroup v0.1.2
11572026-03-16T23:18:32.704Z Downloaded vergen-gitcl v1.0.8
11582026-03-16T23:18:32.707Z Downloaded steno v0.4.1
11592026-03-16T23:18:32.710Z Downloaded twox-hash v2.1.2
11602026-03-16T23:18:32.713Z Downloaded uzers v0.12.2
11612026-03-16T23:18:32.713Z Downloaded h2 v0.4.13
11622026-03-16T23:18:32.717Z Downloaded zstd-safe v7.2.4
11632026-03-16T23:18:32.719Z Downloaded zeroize v1.8.2
11642026-03-16T23:18:32.720Z Downloaded blake3 v1.8.3
11652026-03-16T23:18:32.726Z Downloaded socket2 v0.5.10
11662026-03-16T23:18:32.728Z Downloaded itertools v0.14.0
11672026-03-16T23:18:32.734Z Downloaded xattr v1.6.1
11682026-03-16T23:18:32.737Z Downloaded tls_codec v0.4.2
11692026-03-16T23:18:32.737Z Downloaded qorb v0.4.1
11702026-03-16T23:18:32.740Z Downloaded ron v0.12.0
11712026-03-16T23:18:32.746Z Downloaded unicode-bidi v0.3.18
11722026-03-16T23:18:32.749Z Downloaded xshell v0.2.7
11732026-03-16T23:18:32.751Z Downloaded rpassword v7.4.0
11742026-03-16T23:18:32.751Z Downloaded toml v0.7.8
11752026-03-16T23:18:32.754Z Downloaded rustls-webpki v0.103.9
11762026-03-16T23:18:32.757Z Downloaded zerocopy v0.6.6
11772026-03-16T23:18:32.760Z Downloaded uuid v1.21.0
11782026-03-16T23:18:32.763Z Downloaded reedline v0.40.0
11792026-03-16T23:18:32.766Z Downloaded hkdf v0.12.4
11802026-03-16T23:18:32.769Z Downloaded publicsuffix v2.3.0
11812026-03-16T23:18:32.772Z Downloaded vte v0.14.1
11822026-03-16T23:18:32.775Z Downloaded p521 v0.13.3
11832026-03-16T23:18:32.777Z Downloaded snafu v0.8.9
11842026-03-16T23:18:32.780Z Downloaded typify-macro v0.6.1
11852026-03-16T23:18:32.780Z Downloaded typify-macro v0.4.3
11862026-03-16T23:18:32.783Z Downloaded libxml v0.3.3
11872026-03-16T23:18:32.786Z Downloaded typify v0.6.1
11882026-03-16T23:18:32.789Z Downloaded russh v0.45.0
11892026-03-16T23:18:32.793Z Downloaded toml_edit v0.19.15
11902026-03-16T23:18:32.805Z Downloaded tokio-rustls v0.26.4
11912026-03-16T23:18:32.807Z Downloaded tungstenite v0.23.0
11922026-03-16T23:18:32.810Z Downloaded yasna v0.5.2
11932026-03-16T23:18:32.813Z Downloaded unsafe-libyaml v0.2.11
11942026-03-16T23:18:32.813Z Downloaded typify v0.4.3
11952026-03-16T23:18:32.816Z Downloaded zopfli v0.8.3
11962026-03-16T23:18:32.819Z Downloaded libm v0.2.16
11972026-03-16T23:18:32.826Z Downloaded toml_edit v0.23.10+spec-1.0.0
11982026-03-16T23:18:32.829Z Downloaded tungstenite v0.21.0
11992026-03-16T23:18:32.832Z Downloaded tracing-core v0.1.36
12002026-03-16T23:18:32.835Z Downloaded schemars v0.8.22
12012026-03-16T23:18:32.843Z Downloaded zstd v0.13.3
12022026-03-16T23:18:32.845Z Downloaded p384 v0.13.1
12032026-03-16T23:18:32.849Z Downloaded yansi v1.0.1
12042026-03-16T23:18:32.851Z Downloaded tracing-attributes v0.1.31
12052026-03-16T23:18:32.854Z Downloaded zip v0.6.6
12062026-03-16T23:18:32.857Z Downloaded portable-atomic v1.13.1
12072026-03-16T23:18:32.861Z Downloaded chrono v0.4.44
12082026-03-16T23:18:32.867Z Downloaded tokio-postgres v0.7.16
12092026-03-16T23:18:32.871Z Downloaded ryu v1.0.23
12102026-03-16T23:18:32.874Z Downloaded itertools v0.13.0
12112026-03-16T23:18:32.879Z Downloaded string_cache v0.8.9
12122026-03-16T23:18:32.882Z Downloaded tower v0.5.3
12132026-03-16T23:18:32.887Z Downloaded rustls-webpki v0.101.7
12142026-03-16T23:18:32.898Z Downloaded rustyline v14.0.0
12152026-03-16T23:18:32.902Z Downloaded quick-xml v0.37.5
12162026-03-16T23:18:32.906Z Downloaded smf v0.2.3
12172026-03-16T23:18:32.909Z Downloaded unicode-segmentation v1.12.0
12182026-03-16T23:18:32.912Z Downloaded cipher v0.4.4
12192026-03-16T23:18:32.912Z Downloaded darling v0.20.11
12202026-03-16T23:18:32.915Z Downloaded typed-path v0.9.3
12212026-03-16T23:18:32.919Z Downloaded convert_case v0.10.0
12222026-03-16T23:18:32.921Z Downloaded bzip2 v0.6.1
12232026-03-16T23:18:32.925Z Downloaded base64ct v1.8.3
12242026-03-16T23:18:32.925Z Downloaded filetime v0.2.27
12252026-03-16T23:18:32.928Z Downloaded daft-derive v0.1.5
12262026-03-16T23:18:32.928Z Downloaded ssh-key v0.6.7
12272026-03-16T23:18:32.933Z Downloaded moka v0.12.13
12282026-03-16T23:18:32.939Z Downloaded unicode-normalization v0.1.25
12292026-03-16T23:18:32.942Z Downloaded regex v1.12.3
12302026-03-16T23:18:32.946Z Downloaded colored v3.1.1
12312026-03-16T23:18:32.949Z Downloaded cancel-safe-futures v0.1.5
12322026-03-16T23:18:32.952Z Downloaded backon v1.6.0
12332026-03-16T23:18:32.955Z Downloaded deranged v0.5.8
12342026-03-16T23:18:32.955Z Downloaded reqwest v0.13.2
12352026-03-16T23:18:32.959Z Downloaded bcs v0.1.6
12362026-03-16T23:18:32.962Z Downloaded drift v0.1.3
12372026-03-16T23:18:32.964Z Downloaded csv-core v0.1.13
12382026-03-16T23:18:32.967Z Downloaded async-recursion v1.1.1
12392026-03-16T23:18:32.970Z Downloaded zip v4.6.1
12402026-03-16T23:18:32.973Z Downloaded cstr-argument v0.1.2
12412026-03-16T23:18:32.973Z Downloaded aes-gcm v0.10.3
12422026-03-16T23:18:32.976Z Downloaded zerocopy-derive v0.8.40
12432026-03-16T23:18:32.982Z Downloaded radix_trie v0.2.1
12442026-03-16T23:18:32.986Z Downloaded camino-tempfile-ext v0.3.3
12452026-03-16T23:18:32.989Z Downloaded atomicwrites v0.4.4
12462026-03-16T23:18:32.989Z Downloaded unicode_categories v0.1.1
12472026-03-16T23:18:32.992Z Downloaded clang-sys v1.8.1
12482026-03-16T23:18:32.994Z Downloaded rayon v1.11.0
12492026-03-16T23:18:32.999Z Downloaded tokio-util v0.7.18
12502026-03-16T23:18:33.004Z Downloaded reqwest v0.12.28
12512026-03-16T23:18:33.009Z Downloaded polar-core v0.27.3
12522026-03-16T23:18:33.015Z Downloaded nix v0.27.1
12532026-03-16T23:18:33.023Z Downloaded x509-cert v0.2.5
12542026-03-16T23:18:33.027Z Downloaded quinn-proto v0.11.13
12552026-03-16T23:18:33.033Z Downloaded winnow v0.6.26
12562026-03-16T23:18:33.040Z Downloaded lalrpop v0.19.12
12572026-03-16T23:18:33.049Z Downloaded salty v0.3.0
12582026-03-16T23:18:33.054Z Downloaded openssl v0.10.75
12592026-03-16T23:18:33.063Z Downloaded rustls v0.21.12
12602026-03-16T23:18:33.070Z Downloaded time v0.3.47
12612026-03-16T23:18:33.080Z Downloaded bstr v1.12.1
12622026-03-16T23:18:33.086Z Downloaded regex-syntax v0.6.29
12632026-03-16T23:18:33.091Z Downloaded nix v0.28.0
12642026-03-16T23:18:33.099Z Downloaded tower-http v0.6.8
12652026-03-16T23:18:33.106Z Downloaded petname v2.0.2
12662026-03-16T23:18:33.109Z Downloaded goblin v0.10.5
12672026-03-16T23:18:33.115Z Downloaded rustls-webpki v0.102.8
12682026-03-16T23:18:33.129Z Downloaded webpki-roots v1.0.6
12692026-03-16T23:18:33.132Z Downloaded tough v0.20.0
12702026-03-16T23:18:33.138Z Downloaded serde_with v3.17.0
12712026-03-16T23:18:33.148Z Downloaded zerocopy v0.8.40
12722026-03-16T23:18:33.156Z Downloaded smoltcp v0.11.0
12732026-03-16T23:18:33.164Z Downloaded openapiv3 v2.2.0
12742026-03-16T23:18:33.174Z Downloaded rustls v0.23.37
12752026-03-16T23:18:33.182Z Downloaded curve25519-dalek v4.1.3
12762026-03-16T23:18:33.189Z Downloaded rustix v0.38.44
12772026-03-16T23:18:33.207Z Downloaded object v0.30.4
12782026-03-16T23:18:33.214Z Downloaded proptest v1.10.0
12792026-03-16T23:18:33.220Z Downloaded winnow v0.5.40
12802026-03-16T23:18:33.227Z Downloaded object v0.37.3
12812026-03-16T23:18:33.236Z Downloaded git2 v0.20.4
12822026-03-16T23:18:33.258Z Downloaded tabled v0.20.0
12832026-03-16T23:18:33.271Z Downloaded nix v0.29.0
12842026-03-16T23:18:33.280Z Downloaded typify-impl v0.6.1
12852026-03-16T23:18:33.291Z Downloaded typify-impl v0.4.3
12862026-03-16T23:18:33.302Z Downloaded smoltcp v0.9.1
12872026-03-16T23:18:33.310Z Downloaded vcpkg v0.2.15
12882026-03-16T23:18:33.340Z Downloaded zlib-rs v0.6.2
12892026-03-16T23:18:33.345Z Downloaded nix v0.31.1
12902026-03-16T23:18:33.353Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-03-16T23:18:33.363Z Downloaded zerocopy-derive v0.6.6
12922026-03-16T23:18:33.370Z Downloaded dropshot v0.16.7
12932026-03-16T23:18:33.387Z Downloaded hickory-proto v0.24.4
12942026-03-16T23:18:33.398Z Downloaded rustls v0.22.4
12952026-03-16T23:18:33.408Z Downloaded chrono-tz v0.10.4
12962026-03-16T23:18:33.421Z Downloaded diesel v2.3.7
12972026-03-16T23:18:33.437Z Downloaded regex-syntax v0.8.10
12982026-03-16T23:18:33.443Z Downloaded hickory-proto v0.25.2
12992026-03-16T23:18:33.454Z Downloaded jiff v0.2.21
13002026-03-16T23:18:33.468Z Downloaded regress v0.10.5
13012026-03-16T23:18:33.478Z Downloaded libz-sys v1.1.24
13022026-03-16T23:18:33.495Z Downloaded sha3 v0.10.8
13032026-03-16T23:18:33.548Z Downloaded sqlparser v0.61.0
13042026-03-16T23:18:33.559Z Downloaded sled v0.34.7
13052026-03-16T23:18:33.592Z Downloaded ratatui v0.29.0
13062026-03-16T23:18:33.609Z Downloaded tracing v0.1.44
13072026-03-16T23:18:33.625Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-03-16T23:18:33.677Z Downloaded regex-automata v0.4.14
13092026-03-16T23:18:33.710Z Downloaded petgraph v0.6.5
13102026-03-16T23:18:33.729Z Downloaded lzma-sys v0.1.20
13112026-03-16T23:18:33.762Z Downloaded petgraph v0.8.3
13122026-03-16T23:18:33.796Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-16T23:18:33.809Z Downloaded csv v1.4.0
13142026-03-16T23:18:33.825Z Downloaded tokio v1.49.0
13152026-03-16T23:18:33.899Z Downloaded encoding_rs v0.8.35
13162026-03-16T23:18:33.916Z Downloaded ring v0.17.14
13172026-03-16T23:18:34.234Z Downloaded aws-lc-sys v0.37.1
13182026-03-16T23:18:34.590Z Compiling libc v0.2.180
13192026-03-16T23:18:34.593Z Compiling serde v1.0.228
13202026-03-16T23:18:34.593Z Compiling log v0.4.29
13212026-03-16T23:18:34.593Z Compiling shlex v1.3.0
13222026-03-16T23:18:34.593Z Compiling find-msvc-tools v0.1.9
13232026-03-16T23:18:34.593Z Compiling smallvec v1.15.1
13242026-03-16T23:18:34.593Z Compiling typenum v1.19.0
13252026-03-16T23:18:34.593Z Compiling subtle v2.6.1
13262026-03-16T23:18:34.805Z Compiling generic-array v0.14.7
13272026-03-16T23:18:34.808Z Compiling scopeguard v1.2.0
13282026-03-16T23:18:34.808Z Compiling portable-atomic v1.13.1
13292026-03-16T23:18:34.904Z Compiling const-oid v0.9.6
13302026-03-16T23:18:34.923Z Compiling critical-section v1.2.0
13312026-03-16T23:18:34.946Z Compiling syn v2.0.117
13322026-03-16T23:18:34.969Z Compiling zerocopy v0.8.40
13332026-03-16T23:18:34.972Z Compiling serde_json v1.0.149
13342026-03-16T23:18:35.072Z Compiling lock_api v0.4.14
13352026-03-16T23:18:35.094Z Compiling pin-project-lite v0.2.17
13362026-03-16T23:18:35.097Z Compiling parking_lot_core v0.9.12
13372026-03-16T23:18:35.143Z Compiling pkg-config v0.3.32
13382026-03-16T23:18:35.188Z Compiling bitflags v2.11.0
13392026-03-16T23:18:35.191Z Compiling libm v0.2.16
13402026-03-16T23:18:35.234Z Compiling num-traits v0.2.19
13412026-03-16T23:18:35.281Z Compiling futures-core v0.3.32
13422026-03-16T23:18:35.330Z Compiling percent-encoding v2.3.2
13432026-03-16T23:18:35.354Z Compiling allocator-api2 v0.2.21
13442026-03-16T23:18:35.450Z Compiling foldhash v0.2.0
13452026-03-16T23:18:35.580Z Compiling cpufeatures v0.2.17
13462026-03-16T23:18:35.627Z Compiling futures-sink v0.3.32
13472026-03-16T23:18:35.630Z Compiling futures-io v0.3.32
13482026-03-16T23:18:35.699Z Compiling slab v0.4.12
13492026-03-16T23:18:35.702Z Compiling getrandom v0.4.1
13502026-03-16T23:18:35.702Z Compiling futures-task v0.3.32
13512026-03-16T23:18:35.834Z Compiling hashbrown v0.16.1
13522026-03-16T23:18:35.837Z Compiling futures-channel v0.3.32
13532026-03-16T23:18:35.876Z Compiling rustversion v1.0.22
13542026-03-16T23:18:35.904Z Compiling getrandom v0.3.4
13552026-03-16T23:18:35.929Z Compiling rand_core v0.10.0
13562026-03-16T23:18:35.985Z Compiling form_urlencoded v1.2.2
13572026-03-16T23:18:36.008Z Compiling ident_case v1.0.1
13582026-03-16T23:18:36.032Z Compiling fs_extra v1.3.0
13592026-03-16T23:18:36.141Z Compiling getrandom v0.2.17
13602026-03-16T23:18:36.183Z Compiling jobserver v0.1.34
13612026-03-16T23:18:36.206Z Compiling errno v0.3.14
13622026-03-16T23:18:36.230Z Compiling mio v1.1.1
13632026-03-16T23:18:36.276Z Compiling socket2 v0.6.2
13642026-03-16T23:18:36.332Z Compiling rand_core v0.6.4
13652026-03-16T23:18:36.387Z Compiling signal-hook-registry v1.4.8
13662026-03-16T23:18:36.448Z Compiling once_cell v1.21.3
13672026-03-16T23:18:36.470Z Compiling cc v1.2.56
13682026-03-16T23:18:36.588Z Compiling parking_lot v0.12.5
13692026-03-16T23:18:36.659Z Compiling indexmap v2.13.0
13702026-03-16T23:18:36.685Z Compiling dunce v1.0.5
13712026-03-16T23:18:36.710Z Compiling base64ct v1.8.3
13722026-03-16T23:18:36.736Z Compiling flagset v0.4.7
13732026-03-16T23:18:36.760Z Compiling iana-time-zone v0.1.65
13742026-03-16T23:18:36.783Z Compiling rustix v1.1.3
13752026-03-16T23:18:36.806Z Compiling uuid v1.21.0
13762026-03-16T23:18:36.839Z Compiling rustc_version v0.4.1
13772026-03-16T23:18:36.948Z Compiling regex-syntax v0.8.10
13782026-03-16T23:18:36.974Z Compiling vcpkg v0.2.15
13792026-03-16T23:18:37.061Z Compiling pem-rfc7468 v0.7.0
13802026-03-16T23:18:37.131Z Compiling aws-lc-rs v1.16.0
13812026-03-16T23:18:37.176Z Compiling rand_core v0.9.5
13822026-03-16T23:18:37.176Z Compiling tracing-core v0.1.36
13832026-03-16T23:18:37.286Z Compiling crossbeam-utils v0.8.21
13842026-03-16T23:18:37.345Z Compiling syn v1.0.109
13852026-03-16T23:18:37.368Z Compiling untrusted v0.7.1
13862026-03-16T23:18:37.476Z Compiling schemars v0.8.22
13872026-03-16T23:18:37.571Z Compiling cmake v0.1.57
13882026-03-16T23:18:37.593Z Compiling openssl-probe v0.2.1
13892026-03-16T23:18:37.596Z Compiling base64 v0.22.1
13902026-03-16T23:18:37.596Z Compiling untrusted v0.9.0
13912026-03-16T23:18:37.671Z Compiling httparse v1.10.1
13922026-03-16T23:18:37.827Z Compiling tinyvec_macros v0.1.1
13932026-03-16T23:18:37.831Z Compiling rustls v0.23.37
13942026-03-16T23:18:37.873Z Compiling try-lock v0.2.5
13952026-03-16T23:18:37.896Z Compiling dyn-clone v1.0.20
13962026-03-16T23:18:37.899Z Compiling tower-service v0.3.3
13972026-03-16T23:18:37.943Z Compiling tower-layer v0.3.3
13982026-03-16T23:18:37.965Z Compiling atomic-waker v1.1.2
13992026-03-16T23:18:38.042Z Compiling want v0.3.1
14002026-03-16T23:18:38.066Z Compiling tinyvec v1.10.0
14012026-03-16T23:18:38.069Z Compiling spin v0.9.8
14022026-03-16T23:18:38.137Z Compiling aho-corasick v1.1.4
14032026-03-16T23:18:38.140Z Compiling time-core v0.1.8
14042026-03-16T23:18:38.140Z Compiling powerfmt v0.2.0
14052026-03-16T23:18:38.160Z Compiling openssl v0.10.75
14062026-03-16T23:18:38.183Z Compiling crc32fast v1.5.0
14072026-03-16T23:18:38.228Z Compiling pin-utils v0.1.0
14082026-03-16T23:18:38.294Z Compiling httpdate v1.0.3
14092026-03-16T23:18:38.372Z Compiling num-conv v0.2.0
14102026-03-16T23:18:38.395Z Compiling foreign-types-shared v0.1.1
14112026-03-16T23:18:38.398Z Compiling deranged v0.5.8
14122026-03-16T23:18:38.471Z Compiling wait-timeout v0.2.1
14132026-03-16T23:18:38.495Z Compiling either v1.15.0
14142026-03-16T23:18:38.534Z Compiling foreign-types v0.3.2
14152026-03-16T23:18:38.564Z Compiling simd-adler32 v0.3.8
14162026-03-16T23:18:38.587Z Compiling time-macros v0.2.27
14172026-03-16T23:18:38.591Z Compiling usdt-impl v0.6.0
14182026-03-16T23:18:38.634Z Compiling native-tls v0.2.18
14192026-03-16T23:18:38.681Z Compiling num_threads v0.1.7
14202026-03-16T23:18:38.714Z Compiling quick-error v1.2.3
14212026-03-16T23:18:38.748Z Compiling aws-lc-sys v0.37.1
14222026-03-16T23:18:38.773Z Compiling ring v0.17.14
14232026-03-16T23:18:38.798Z Compiling openssl-sys v0.9.111
14242026-03-16T23:18:38.833Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14252026-03-16T23:18:38.856Z Compiling siphasher v1.0.2
14262026-03-16T23:18:38.881Z Compiling bit-vec v0.8.0
14272026-03-16T23:18:38.936Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-16T23:18:38.983Z Compiling unicode-normalization v0.1.25
14292026-03-16T23:18:39.136Z Compiling tempfile v3.25.0
14302026-03-16T23:18:39.223Z Compiling synstructure v0.13.2
14312026-03-16T23:18:39.223Z Compiling serde_derive_internals v0.29.1
14322026-03-16T23:18:39.319Z Compiling pest_generator v2.8.6
14332026-03-16T23:18:39.362Z Compiling darling_core v0.20.11
14342026-03-16T23:18:39.706Z Compiling regex-automata v0.4.14
14352026-03-16T23:18:39.760Z Compiling rusty-fork v0.3.1
14362026-03-16T23:18:39.799Z Compiling darling_core v0.21.3
14372026-03-16T23:18:40.118Z Compiling bit-set v0.8.0
14382026-03-16T23:18:40.140Z Compiling time v0.3.47
14392026-03-16T23:18:40.213Z Compiling crossbeam-epoch v0.9.18
14402026-03-16T23:18:40.336Z Compiling rand_xorshift v0.4.0
14412026-03-16T23:18:40.365Z Compiling heapless v0.7.17
14422026-03-16T23:18:40.387Z Compiling slog v2.8.2
14432026-03-16T23:18:40.408Z Compiling thread-id v5.1.0
14442026-03-16T23:18:40.540Z Compiling sync_wrapper v1.0.2
14452026-03-16T23:18:40.562Z Compiling cookie v0.18.1
14462026-03-16T23:18:40.583Z Compiling rayon-core v1.13.0
14472026-03-16T23:18:40.605Z Compiling signal-hook v0.3.18
14482026-03-16T23:18:40.659Z Compiling unicode-bidi v0.3.18
14492026-03-16T23:18:40.687Z Compiling anyhow v1.0.102
14502026-03-16T23:18:40.712Z Compiling paste v1.0.15
14512026-03-16T23:18:40.712Z Compiling zstd-safe v7.2.4
14522026-03-16T23:18:40.821Z Compiling unicode-properties v0.1.4
14532026-03-16T23:18:40.844Z Compiling adler2 v2.0.1
14542026-03-16T23:18:40.867Z Compiling unicode-segmentation v1.12.0
14552026-03-16T23:18:41.016Z Compiling unarray v0.1.4
14562026-03-16T23:18:41.049Z Compiling miniz_oxide v0.8.9
14572026-03-16T23:18:41.132Z Compiling stringprep v0.1.5
14582026-03-16T23:18:41.321Z Compiling crossbeam-deque v0.8.6
14592026-03-16T23:18:41.423Z Compiling num-integer v0.1.46
14602026-03-16T23:18:41.445Z Compiling curve25519-dalek v4.1.3
14612026-03-16T23:18:41.469Z Compiling vergen-lib v0.1.6
14622026-03-16T23:18:41.583Z Compiling ff v0.13.1
14632026-03-16T23:18:41.723Z Compiling hash32 v0.2.1
14642026-03-16T23:18:41.762Z Compiling memoffset v0.9.1
14652026-03-16T23:18:41.786Z Compiling psl-types v2.0.11
14662026-03-16T23:18:41.829Z Compiling serde_derive v1.0.228
14672026-03-16T23:18:41.885Z Compiling zeroize_derive v1.4.3
14682026-03-16T23:18:41.908Z Compiling zerofrom-derive v0.1.6
14692026-03-16T23:18:41.931Z Compiling yoke-derive v0.8.1
14702026-03-16T23:18:41.969Z Compiling zerocopy-derive v0.8.40
14712026-03-16T23:18:42.006Z Compiling zerovec-derive v0.11.2
14722026-03-16T23:18:42.031Z Compiling displaydoc v0.2.5
14732026-03-16T23:18:42.121Z Compiling tokio-macros v2.6.0
14742026-03-16T23:18:42.356Z Compiling futures-macro v0.3.32
14752026-03-16T23:18:42.781Z Compiling der_derive v0.7.3
14762026-03-16T23:18:42.802Z Compiling zeroize v1.8.2
14772026-03-16T23:18:43.093Z Compiling thiserror-impl v2.0.18
14782026-03-16T23:18:43.130Z Compiling rustls-pki-types v1.14.0
14792026-03-16T23:18:43.399Z Compiling tracing-attributes v0.1.31
14802026-03-16T23:18:43.474Z Compiling futures-util v0.3.32
14812026-03-16T23:18:43.534Z Compiling pest_derive v2.8.6
14822026-03-16T23:18:43.557Z Compiling schemars_derive v0.8.22
14832026-03-16T23:18:43.778Z Compiling scroll_derive v0.13.1
14842026-03-16T23:18:43.806Z Compiling darling_macro v0.20.11
14852026-03-16T23:18:43.910Z Compiling crypto-common v0.1.7
14862026-03-16T23:18:43.932Z Compiling zerofrom v0.1.6
14872026-03-16T23:18:44.043Z Compiling block-buffer v0.10.4
14882026-03-16T23:18:44.122Z Compiling yoke v0.8.1
14892026-03-16T23:18:44.165Z Compiling block-padding v0.3.3
14902026-03-16T23:18:44.168Z Compiling der v0.7.10
14912026-03-16T23:18:44.290Z Compiling digest v0.10.7
14922026-03-16T23:18:44.404Z Compiling zerovec v0.11.5
14932026-03-16T23:18:44.427Z Compiling zerotrie v0.2.3
14942026-03-16T23:18:44.454Z Compiling inout v0.1.4
14952026-03-16T23:18:44.669Z Compiling hmac v0.12.1
14962026-03-16T23:18:44.731Z Compiling cipher v0.4.4
14972026-03-16T23:18:44.884Z Compiling sha2 v0.10.9
14982026-03-16T23:18:44.907Z Compiling pbkdf2 v0.12.2
14992026-03-16T23:18:44.958Z Compiling scroll v0.13.0
15002026-03-16T23:18:44.979Z Compiling thiserror v2.0.18
15012026-03-16T23:18:45.084Z Compiling salsa20 v0.10.2
15022026-03-16T23:18:45.115Z Compiling tinystr v0.8.2
15032026-03-16T23:18:45.145Z Compiling potential_utf v0.1.4
15042026-03-16T23:18:45.182Z Compiling cbc v0.1.2
15052026-03-16T23:18:45.297Z Compiling scrypt v0.11.0
15062026-03-16T23:18:45.353Z Compiling icu_collections v2.1.1
15072026-03-16T23:18:45.379Z Compiling icu_locale_core v2.1.1
15082026-03-16T23:18:45.382Z Compiling aes v0.8.4
15092026-03-16T23:18:45.424Z Compiling spki v0.7.3
15102026-03-16T23:18:45.427Z Compiling tracing v0.1.44
15112026-03-16T23:18:45.470Z Compiling goblin v0.10.5
15122026-03-16T23:18:45.593Z Compiling darling v0.20.11
15132026-03-16T23:18:45.667Z Compiling thiserror-impl v1.0.69
15142026-03-16T23:18:45.721Z Compiling openssl-macros v0.1.1
15152026-03-16T23:18:45.752Z Compiling derive_builder_core v0.20.2
15162026-03-16T23:18:45.816Z Compiling dtrace-parser v0.3.0
15172026-03-16T23:18:45.978Z Compiling pkcs5 v0.7.1
15182026-03-16T23:18:46.046Z Compiling signature v2.2.0
15192026-03-16T23:18:46.192Z Compiling rustls-native-certs v0.8.3
15202026-03-16T23:18:46.303Z Compiling icu_provider v2.1.1
15212026-03-16T23:18:46.608Z Compiling bytes v1.11.1
15222026-03-16T23:18:46.664Z Compiling icu_normalizer v2.1.1
15232026-03-16T23:18:46.689Z Compiling icu_properties v2.1.2
15242026-03-16T23:18:46.718Z Compiling chrono v0.4.44
15252026-03-16T23:18:46.740Z Compiling pkcs8 v0.10.2
15262026-03-16T23:18:46.796Z Compiling ipnet v2.11.0
15272026-03-16T23:18:46.821Z Compiling scroll_derive v0.12.1
15282026-03-16T23:18:46.824Z Compiling serde_spanned v0.6.9
15292026-03-16T23:18:46.914Z Compiling toml_datetime v0.6.11
15302026-03-16T23:18:46.986Z Compiling derive_builder_macro v0.20.2
15312026-03-16T23:18:47.053Z Compiling serde_tokenstream v0.2.3
15322026-03-16T23:18:47.184Z Compiling erased-serde v0.3.31
15332026-03-16T23:18:47.289Z Compiling tokio v1.49.0
15342026-03-16T23:18:47.428Z Compiling http v1.4.0
15352026-03-16T23:18:47.452Z Compiling thiserror v1.0.69
15362026-03-16T23:18:47.480Z Compiling md-5 v0.10.6
15372026-03-16T23:18:47.502Z Compiling webpki-roots v1.0.6
15382026-03-16T23:18:47.527Z Compiling darling_macro v0.21.3
15392026-03-16T23:18:47.610Z Compiling zerocopy-derive v0.7.35
15402026-03-16T23:18:47.634Z Compiling rustix v0.38.44
15412026-03-16T23:18:47.681Z Compiling num-bigint-dig v0.8.6
15422026-03-16T23:18:47.720Z Compiling base16ct v0.2.0
15432026-03-16T23:18:47.746Z Compiling scroll v0.12.0
15442026-03-16T23:18:47.937Z Compiling idna_adapter v1.2.1
15452026-03-16T23:18:47.960Z Compiling cfg_aliases v0.2.1
15462026-03-16T23:18:47.984Z Compiling zlib-rs v0.6.2
15472026-03-16T23:18:48.107Z Compiling idna v1.1.0
15482026-03-16T23:18:48.130Z Compiling fallible-iterator v0.2.0
15492026-03-16T23:18:48.133Z Compiling ryu v1.0.23
15502026-03-16T23:18:48.175Z Compiling litrs v1.0.0
15512026-03-16T23:18:48.196Z Compiling iri-string v0.7.10
15522026-03-16T23:18:48.272Z Compiling ppv-lite86 v0.2.21
15532026-03-16T23:18:48.293Z Compiling ref-cast v1.0.25
15542026-03-16T23:18:48.394Z Compiling http-body v1.0.1
15552026-03-16T23:18:48.533Z Compiling url v2.5.8
15562026-03-16T23:18:48.590Z Compiling http-body-util v0.1.3
15572026-03-16T23:18:48.632Z Compiling smoltcp v0.9.1
15582026-03-16T23:18:48.664Z Compiling publicsuffix v2.3.0
15592026-03-16T23:18:48.712Z Compiling rand_chacha v0.9.0
15602026-03-16T23:18:48.736Z Compiling rand_chacha v0.3.1
15612026-03-16T23:18:48.801Z Compiling zerocopy v0.7.35
15622026-03-16T23:18:48.837Z Compiling serde_urlencoded v0.7.1
15632026-03-16T23:18:48.893Z Compiling document-features v0.2.12
15642026-03-16T23:18:48.939Z Compiling darling v0.21.3
15652026-03-16T23:18:49.019Z Compiling rand v0.9.2
15662026-03-16T23:18:49.067Z Compiling rand v0.8.5
15672026-03-16T23:18:49.224Z Compiling dof v0.4.0
15682026-03-16T23:18:49.265Z Compiling nix v0.31.1
15692026-03-16T23:18:49.694Z Compiling goblin v0.8.2
15702026-03-16T23:18:49.738Z Compiling sec1 v0.7.3
15712026-03-16T23:18:49.803Z Compiling derive_builder v0.20.2
15722026-03-16T23:18:49.834Z Compiling cargo-platform v0.1.9
15732026-03-16T23:18:49.995Z Compiling proptest v1.10.0
15742026-03-16T23:18:50.118Z Compiling postgres-protocol v0.6.10
15752026-03-16T23:18:50.149Z Compiling hkdf v0.12.4
15762026-03-16T23:18:50.152Z Compiling crypto-bigint v0.5.5
15772026-03-16T23:18:50.201Z Compiling hubpack_derive v0.1.1
15782026-03-16T23:18:50.334Z Compiling ipnetwork v0.21.1
15792026-03-16T23:18:50.390Z Compiling regex v1.12.3
15802026-03-16T23:18:50.665Z Compiling oxnet v0.1.4
15812026-03-16T23:18:50.889Z Compiling async-trait v0.1.89
15822026-03-16T23:18:50.913Z Compiling strum_macros v0.27.2
15832026-03-16T23:18:50.933Z Compiling ref-cast-impl v1.0.25
15842026-03-16T23:18:50.961Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-16T23:18:51.020Z Compiling daft-derive v0.1.5
15862026-03-16T23:18:51.113Z Compiling num-iter v0.1.45
15872026-03-16T23:18:51.223Z Compiling group v0.13.0
15882026-03-16T23:18:51.487Z Compiling proc-macro-error v1.0.4
15892026-03-16T23:18:51.537Z Compiling heck v0.4.1
15902026-03-16T23:18:51.846Z Compiling phf_shared v0.13.1
15912026-03-16T23:18:51.868Z Compiling terminal_size v0.4.3
15922026-03-16T23:18:51.868Z Compiling lazy_static v1.5.0
15932026-03-16T23:18:51.925Z Compiling vergen v9.0.6
15942026-03-16T23:18:52.013Z Compiling fs-err v3.3.0
15952026-03-16T23:18:52.017Z Compiling ahash v0.8.12
15962026-03-16T23:18:52.097Z Compiling bitflags v1.3.2
15972026-03-16T23:18:52.128Z Compiling flate2 v1.1.9
15982026-03-16T23:18:52.185Z Compiling managed v0.8.0
15992026-03-16T23:18:52.209Z Compiling foldhash v0.1.5
16002026-03-16T23:18:52.230Z Compiling bumpalo v3.20.2
16012026-03-16T23:18:52.234Z Compiling libbz2-rs-sys v0.2.2
16022026-03-16T23:18:52.292Z Compiling object v0.37.3
16032026-03-16T23:18:52.323Z Compiling winnow v0.5.40
16042026-03-16T23:18:52.376Z Compiling console v0.16.2
16052026-03-16T23:18:52.459Z Compiling tokio-util v0.7.18
16062026-03-16T23:18:52.511Z Compiling tower v0.5.3
16072026-03-16T23:18:52.531Z Compiling tokio-native-tls v0.3.1
16082026-03-16T23:18:52.628Z Compiling zopfli v0.8.3
16092026-03-16T23:18:52.712Z Compiling hashbrown v0.15.5
16102026-03-16T23:18:52.760Z Compiling clap_builder v4.5.60
16112026-03-16T23:18:52.784Z Compiling dof v0.3.0
16122026-03-16T23:18:53.124Z Compiling tower-http v0.6.8
16132026-03-16T23:18:53.152Z Compiling bzip2 v0.6.1
16142026-03-16T23:18:53.286Z Compiling newtype-uuid v1.3.2
16152026-03-16T23:18:53.357Z Compiling phf v0.13.1
16162026-03-16T23:18:53.452Z Compiling h2 v0.4.13
16172026-03-16T23:18:53.579Z Compiling daft v0.1.5
16182026-03-16T23:18:53.612Z Compiling signal-hook-mio v0.2.5
16192026-03-16T23:18:53.694Z Compiling strum v0.27.2
16202026-03-16T23:18:53.716Z Compiling zone_cfg_derive v0.3.1
16212026-03-16T23:18:53.790Z Compiling cargo_metadata v0.19.2
16222026-03-16T23:18:53.819Z Compiling rayon v1.11.0
16232026-03-16T23:18:53.890Z Compiling elliptic-curve v0.13.8
16242026-03-16T23:18:53.978Z Compiling usdt-macro v0.6.0
16252026-03-16T23:18:54.002Z Compiling usdt-attr-macro v0.6.0
16262026-03-16T23:18:54.353Z Compiling toml_edit v0.19.15
16272026-03-16T23:18:54.438Z Compiling cookie_store v0.22.1
16282026-03-16T23:18:54.461Z Compiling hubpack v0.1.2
16292026-03-16T23:18:54.720Z Compiling postgres-types v0.2.12
16302026-03-16T23:18:54.761Z Compiling bzip2 v0.4.4
16312026-03-16T23:18:55.009Z Compiling zstd v0.13.3
16322026-03-16T23:18:55.081Z Compiling serde_with_macros v3.17.0
16332026-03-16T23:18:55.136Z Compiling dtrace-parser v0.2.0
16342026-03-16T23:18:55.293Z Compiling pkcs1 v0.7.5
16352026-03-16T23:18:55.366Z Compiling ed25519 v2.2.3
16362026-03-16T23:18:55.402Z Compiling hex v0.4.3
16372026-03-16T23:18:55.545Z Compiling serde-big-array v0.5.1
16382026-03-16T23:18:55.757Z Compiling rfc6979 v0.4.0
16392026-03-16T23:18:55.784Z Compiling bstr v1.12.1
16402026-03-16T23:18:55.804Z Compiling clap_derive v4.5.55
16412026-03-16T23:18:55.872Z Compiling enum-as-inner v0.6.1
16422026-03-16T23:18:55.942Z Compiling serde_repr v0.1.20
16432026-03-16T23:18:56.249Z Compiling strum_macros v0.26.4
16442026-03-16T23:18:56.353Z Compiling phf_shared v0.11.3
16452026-03-16T23:18:56.506Z Compiling itertools v0.12.1
16462026-03-16T23:18:56.559Z Compiling float-cmp v0.10.0
16472026-03-16T23:18:56.584Z Compiling memmap2 v0.9.10
16482026-03-16T23:18:56.634Z Compiling thread-id v4.2.2
16492026-03-16T23:18:56.682Z Compiling env_filter v1.0.0
16502026-03-16T23:18:56.705Z Compiling encoding_rs v0.8.35
16512026-03-16T23:18:56.728Z Compiling unit-prefix v0.5.2
16522026-03-16T23:18:56.766Z Compiling difflib v0.4.0
16532026-03-16T23:18:56.788Z Compiling precomputed-hash v0.1.1
16542026-03-16T23:18:56.907Z Compiling fixedbitset v0.5.7
16552026-03-16T23:18:56.934Z Compiling mime v0.3.17
16562026-03-16T23:18:56.958Z Compiling rustc-hash v2.1.1
16572026-03-16T23:18:57.130Z Compiling predicates-core v1.0.10
16582026-03-16T23:18:57.161Z Compiling new_debug_unreachable v1.0.6
16592026-03-16T23:18:57.185Z Compiling normalize-line-endings v0.3.0
16602026-03-16T23:18:57.279Z Compiling whoami v2.1.0
16612026-03-16T23:18:57.310Z Compiling static_assertions v1.1.0
16622026-03-16T23:18:57.335Z Compiling jiff v0.2.21
16632026-03-16T23:18:57.356Z Compiling data-encoding v2.10.0
16642026-03-16T23:18:57.395Z Compiling fixedbitset v0.4.2
16652026-03-16T23:18:57.428Z Compiling keccak v0.1.6
16662026-03-16T23:18:57.594Z Compiling hyper v1.8.1
16672026-03-16T23:18:57.716Z Compiling sha3 v0.10.8
16682026-03-16T23:18:57.772Z Compiling petgraph v0.6.5
16692026-03-16T23:18:57.813Z Compiling hickory-proto v0.25.2
16702026-03-16T23:18:58.200Z Compiling zone v0.3.1
16712026-03-16T23:18:58.231Z Compiling tokio-postgres v0.7.16
16722026-03-16T23:18:58.275Z Compiling clap v4.5.60
16732026-03-16T23:18:58.348Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16742026-03-16T23:18:58.375Z Compiling predicates v3.1.4
16752026-03-16T23:18:58.397Z Compiling string_cache v0.8.9
16762026-03-16T23:18:58.589Z Compiling petgraph v0.8.3
16772026-03-16T23:18:58.722Z Compiling strum v0.26.3
16782026-03-16T23:18:58.744Z Compiling toml_edit v0.22.27
16792026-03-16T23:18:58.810Z Compiling iddqd v0.3.17
16802026-03-16T23:18:58.931Z Compiling env_logger v0.11.9
16812026-03-16T23:18:58.974Z Compiling indicatif v0.18.4
16822026-03-16T23:18:59.156Z Compiling hyper-util v0.1.20
16832026-03-16T23:18:59.301Z Compiling usdt v0.6.0
16842026-03-16T23:18:59.449Z Compiling usdt-impl v0.5.0
16852026-03-16T23:18:59.700Z Compiling serde_with v3.17.0
16862026-03-16T23:18:59.798Z Compiling similar v2.7.0
16872026-03-16T23:18:59.928Z Compiling toml v0.7.8
16882026-03-16T23:19:00.200Z Compiling crossterm v0.28.1
16892026-03-16T23:19:00.291Z Compiling ecdsa v0.16.9
16902026-03-16T23:19:00.427Z Compiling ed25519-dalek v2.2.0
16912026-03-16T23:19:00.820Z Compiling rsa v0.9.10
16922026-03-16T23:19:00.869Z Compiling zip v0.6.6
16932026-03-16T23:19:01.029Z Compiling hyper-tls v0.6.0
16942026-03-16T23:19:01.311Z Compiling zip v4.6.1
16952026-03-16T23:19:01.362Z Compiling tokio-stream v0.1.18
16962026-03-16T23:19:01.679Z Compiling buf-list v1.1.2
16972026-03-16T23:19:01.755Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-16T23:19:01.972Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-16T23:19:02.017Z Compiling openapiv3 v2.2.0
17002026-03-16T23:19:02.056Z Compiling x509-cert v0.2.5
17012026-03-16T23:19:02.079Z Compiling sha1 v0.10.6
17022026-03-16T23:19:02.163Z Compiling itertools v0.13.0
17032026-03-16T23:19:02.237Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-16T23:19:02.388Z Compiling lalrpop-util v0.19.12
17052026-03-16T23:19:02.415Z Compiling peg-runtime v0.8.5
17062026-03-16T23:19:02.641Z Compiling thread_local v1.1.9
17072026-03-16T23:19:02.665Z Compiling slog-async v2.8.0
17082026-03-16T23:19:02.689Z Compiling futures-executor v0.3.32
17092026-03-16T23:19:02.692Z Compiling crossbeam-channel v0.5.15
17102026-03-16T23:19:02.692Z Compiling is-terminal v0.4.17
17112026-03-16T23:19:02.820Z Compiling filetime v0.2.27
17122026-03-16T23:19:02.886Z Compiling xattr v1.6.1
17132026-03-16T23:19:03.002Z Compiling term v1.2.1
17142026-03-16T23:19:03.066Z Compiling take_mut v0.2.2
17152026-03-16T23:19:03.088Z Compiling tar v0.4.44
17162026-03-16T23:19:03.115Z Compiling futures v0.3.32
17172026-03-16T23:19:03.368Z Compiling slog-term v2.9.2
17182026-03-16T23:19:23.657Z Compiling rustls-webpki v0.103.9
17192026-03-16T23:19:27.689Z Compiling tokio-rustls v0.26.4
17202026-03-16T23:19:27.689Z Compiling rustls-platform-verifier v0.6.2
17212026-03-16T23:19:27.949Z Compiling hyper-rustls v0.27.7
17222026-03-16T23:19:28.208Z Compiling reqwest v0.13.2
17232026-03-16T23:19:28.208Z Compiling reqwest v0.12.28
17242026-03-16T23:19:30.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-16T23:19:31.267Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-16T23:19:35.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-16T23:19:35.183Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-16T23:19:35.245ZMar 16 23:19:33.385 INFO Starting download, target: Console
17292026-03-16T23:19:35.245ZMar 16 23:19:33.386 INFO Starting download, target: TransceiverControl
17302026-03-16T23:19:35.245ZMar 16 23:19:33.386 INFO Starting download, target: DendriteStub
17312026-03-16T23:19:35.245ZMar 16 23:19:33.386 INFO Starting download, target: Cockroach
17322026-03-16T23:19:35.245ZMar 16 23:19:33.386 INFO Starting download, target: MaghemiteMgd
17332026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Starting download, target: Clickhouse
17342026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-16T23:19:35.249ZMar 16 23:19:33.386 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-16T23:19:35.790ZMar 16 23:19:33.930 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-16T23:19:36.135ZMar 16 23:19:34.269 INFO Download complete, target: TransceiverControl
17422026-03-16T23:19:36.261ZMar 16 23:19:34.402 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-16T23:19:36.641ZMar 16 23:19:34.779 INFO Download complete, target: Console
17442026-03-16T23:19:36.885ZMar 16 23:19:35.025 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-16T23:19:37.202ZMar 16 23:19:35.343 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-16T23:19:37.498ZMar 16 23:19:35.637 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-16T23:19:37.652ZMar 16 23:19:35.794 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-16T23:19:37.653ZMar 16 23:19:35.794 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-16T23:19:40.419ZMar 16 23:19:38.562 INFO Download complete, target: DendriteStub
17502026-03-16T23:19:40.820ZMar 16 23:19:38.963 INFO Download complete, target: MaghemiteMgd
17512026-03-16T23:19:45.424ZMar 16 23:19:43.568 INFO Checking that binary works, target: Cockroach
17522026-03-16T23:19:45.552ZMar 16 23:19:43.695 INFO Download complete, target: Cockroach
17532026-03-16T23:19:48.735ZMar 16 23:19:46.880 INFO Checking that binary works, target: Clickhouse
17542026-03-16T23:19:48.838ZMar 16 23:19:46.983 INFO Download complete, target: Clickhouse
17552026-03-16T23:19:48.843ZAll prerequisites installed successfully
17562026-03-16T23:19:48.846Z
17572026-03-16T23:19:48.846Zreal 3:38.056051770
17582026-03-16T23:19:48.846Zuser 10:20.913232399
17592026-03-16T23:19:48.846Zsys 2:09.596104988
17602026-03-16T23:19:48.846Ztrap 0.346417180
17612026-03-16T23:19:48.846Ztflt 1.102752085
17622026-03-16T23:19:48.846Zdflt 1.707829305
17632026-03-16T23:19:48.846Zkflt 0.020602162
17642026-03-16T23:19:48.846Zlock 31:48.337757191
17652026-03-16T23:19:48.846Zslp 25:15.261161817
17662026-03-16T23:19:48.846Zlat 30.428422449
17672026-03-16T23:19:48.846Zstop 4:35.229953147
17682026-03-16T23:19:48.846Z+ ptime -m cargo xtask download softnpu
17692026-03-16T23:19:49.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-16T23:19:49.564Z Running `target/debug/xtask download softnpu`
17712026-03-16T23:19:50.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17722026-03-16T23:19:50.673Z Running `target/debug/xtask-downloader softnpu`
17732026-03-16T23:19:50.721ZMar 16 23:19:48.867 INFO Starting download, target: Softnpu
17742026-03-16T23:19:50.724ZMar 16 23:19:48.867 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-16T23:19:51.714ZMar 16 23:19:49.848 INFO Download complete, target: Softnpu
17762026-03-16T23:19:51.727Z
17772026-03-16T23:19:51.727Zreal 2.856735621
17782026-03-16T23:19:51.727Zuser 1.816627012
17792026-03-16T23:19:51.727Zsys 0.790857057
17802026-03-16T23:19:51.727Ztrap 0.000877177
17812026-03-16T23:19:51.727Ztflt 0.000248569
17822026-03-16T23:19:51.727Zdflt 0.000226753
17832026-03-16T23:19:51.727Zkflt 0.000000000
17842026-03-16T23:19:51.727Zlock 17.990953237
17852026-03-16T23:19:51.727Zslp 0.697666339
17862026-03-16T23:19:51.727Zlat 0.053123276
17872026-03-16T23:19:51.727Zstop 0.000162374
17882026-03-16T23:19:51.727Z+ export CARGO_INCREMENTAL=0
17892026-03-16T23:19:51.728Z+ CARGO_INCREMENTAL=0
17902026-03-16T23:19:51.728Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-16T23:19:52.916Z Compiling proc-macro2 v1.0.106
17922026-03-16T23:19:52.916Z Compiling quote v1.0.44
17932026-03-16T23:19:52.916Z Compiling unicode-ident v1.0.24
17942026-03-16T23:19:52.919Z Compiling libc v0.2.180
17952026-03-16T23:19:52.920Z Compiling serde_core v1.0.228
17962026-03-16T23:19:52.920Z Compiling serde v1.0.228
17972026-03-16T23:19:52.920Z Compiling cfg-if v1.0.4
17982026-03-16T23:19:52.920Z Compiling version_check v0.9.5
17992026-03-16T23:19:52.920Z Compiling find-msvc-tools v0.1.9
18002026-03-16T23:19:52.920Z Compiling shlex v1.3.0
18012026-03-16T23:19:52.920Z Compiling typenum v1.19.0
18022026-03-16T23:19:53.084Z Compiling portable-atomic v1.13.1
18032026-03-16T23:19:53.088Z Compiling memchr v2.8.0
18042026-03-16T23:19:53.089Z Compiling autocfg v1.5.0
18052026-03-16T23:19:53.089Z Compiling zmij v1.0.21
18062026-03-16T23:19:53.273Z Compiling serde_json v1.0.149
18072026-03-16T23:19:53.439Z Compiling zerocopy v0.8.40
18082026-03-16T23:19:53.561Z Compiling parking_lot_core v0.9.12
18092026-03-16T23:19:53.571Z Compiling libm v0.2.16
18102026-03-16T23:19:53.682Z Compiling num-traits v0.2.19
18112026-03-16T23:19:53.747Z Compiling generic-array v0.14.7
18122026-03-16T23:19:53.772Z Compiling smallvec v1.15.1
18132026-03-16T23:19:53.847Z Compiling icu_properties_data v2.1.2
18142026-03-16T23:19:53.870Z Compiling icu_normalizer_data v2.1.1
18152026-03-16T23:19:53.870Z Compiling itoa v1.0.17
18162026-03-16T23:19:53.918Z Compiling log v0.4.29
18172026-03-16T23:19:53.994Z Compiling getrandom v0.4.1
18182026-03-16T23:19:54.016Z Compiling pkg-config v0.3.32
18192026-03-16T23:19:54.131Z Compiling stable_deref_trait v1.2.1
18202026-03-16T23:19:54.203Z Compiling subtle v2.6.1
18212026-03-16T23:19:54.228Z Compiling scopeguard v1.2.0
18222026-03-16T23:19:54.325Z Compiling fnv v1.0.7
18232026-03-16T23:19:54.346Z Compiling lock_api v0.4.14
18242026-03-16T23:19:54.415Z Compiling thiserror v2.0.18
18252026-03-16T23:19:54.486Z Compiling jobserver v0.1.34
18262026-03-16T23:19:54.534Z Compiling getrandom v0.2.17
18272026-03-16T23:19:54.537Z Compiling errno v0.3.14
18282026-03-16T23:19:54.705Z Compiling pin-project-lite v0.2.17
18292026-03-16T23:19:54.731Z Compiling rand_core v0.6.4
18302026-03-16T23:19:54.756Z Compiling syn v2.0.117
18312026-03-16T23:19:54.784Z Compiling cc v1.2.56
18322026-03-16T23:19:54.836Z Compiling getrandom v0.3.4
18332026-03-16T23:19:54.911Z Compiling critical-section v1.2.0
18342026-03-16T23:19:55.032Z Compiling rustversion v1.0.22
18352026-03-16T23:19:55.101Z Compiling allocator-api2 v0.2.21
18362026-03-16T23:19:55.105Z Compiling equivalent v1.0.2
18372026-03-16T23:19:55.263Z Compiling percent-encoding v2.3.2
18382026-03-16T23:19:55.264Z Compiling fs_extra v1.3.0
18392026-03-16T23:19:55.313Z Compiling dunce v1.0.5
18402026-03-16T23:19:55.429Z Compiling litemap v0.8.1
18412026-03-16T23:19:55.453Z Compiling writeable v0.6.2
18422026-03-16T23:19:55.476Z Compiling once_cell v1.21.3
18432026-03-16T23:19:55.609Z Compiling foldhash v0.2.0
18442026-03-16T23:19:55.771Z Compiling cmake v0.1.57
18452026-03-16T23:19:55.795Z Compiling const-oid v0.9.6
18462026-03-16T23:19:55.837Z Compiling hashbrown v0.16.1
18472026-03-16T23:19:55.914Z Compiling signal-hook-registry v1.4.8
18482026-03-16T23:19:55.961Z Compiling rustix v1.1.3
18492026-03-16T23:19:55.964Z Compiling mio v1.1.1
18502026-03-16T23:19:56.030Z Compiling socket2 v0.6.2
18512026-03-16T23:19:56.080Z Compiling semver v1.0.27
18522026-03-16T23:19:56.274Z Compiling bitflags v2.11.0
18532026-03-16T23:19:56.323Z Compiling parking_lot v0.12.5
18542026-03-16T23:19:56.466Z Compiling schemars v0.8.22
18552026-03-16T23:19:56.513Z Compiling rand_core v0.10.0
18562026-03-16T23:19:56.539Z Compiling aws-lc-rs v1.16.0
18572026-03-16T23:19:56.590Z Compiling ring v0.17.14
18582026-03-16T23:19:56.630Z Compiling aws-lc-sys v0.37.1
18592026-03-16T23:19:56.743Z Compiling indexmap v2.13.0
18602026-03-16T23:19:56.767Z Compiling utf8_iter v1.0.4
18612026-03-16T23:19:56.816Z Compiling form_urlencoded v1.2.2
18622026-03-16T23:19:56.911Z Compiling futures-core v0.3.32
18632026-03-16T23:19:56.954Z Compiling strsim v0.11.1
18642026-03-16T23:19:57.164Z Compiling byteorder v1.5.0
18652026-03-16T23:19:57.187Z Compiling thiserror v1.0.69
18662026-03-16T23:19:57.274Z Compiling httparse v1.10.1
18672026-03-16T23:19:57.334Z Compiling ucd-trie v0.1.7
18682026-03-16T23:19:57.500Z Compiling ident_case v1.0.1
18692026-03-16T23:19:57.576Z Compiling pest v2.8.6
18702026-03-16T23:19:57.580Z Compiling heck v0.5.0
18712026-03-16T23:19:57.630Z Compiling vcpkg v0.2.15
18722026-03-16T23:19:57.722Z Compiling syn v1.0.109
18732026-03-16T23:19:57.790Z Compiling crossbeam-utils v0.8.21
18742026-03-16T23:19:57.842Z Compiling regex-syntax v0.8.10
18752026-03-16T23:19:58.064Z Compiling rustls v0.23.37
18762026-03-16T23:19:58.089Z Compiling futures-sink v0.3.32
18772026-03-16T23:19:58.126Z Compiling rustc_version v0.4.1
18782026-03-16T23:19:58.226Z Compiling futures-channel v0.3.32
18792026-03-16T23:19:58.229Z Compiling cpufeatures v0.2.17
18802026-03-16T23:19:58.251Z Compiling futures-io v0.3.32
18812026-03-16T23:19:58.272Z Compiling slab v0.4.12
18822026-03-16T23:19:58.275Z Compiling futures-task v0.3.32
18832026-03-16T23:19:58.470Z Compiling openssl-sys v0.9.111
18842026-03-16T23:19:58.502Z Compiling iana-time-zone v0.1.65
18852026-03-16T23:19:58.527Z Compiling plain v0.2.3
18862026-03-16T23:19:58.558Z Compiling uuid v1.21.0
18872026-03-16T23:19:58.582Z Compiling aho-corasick v1.1.4
18882026-03-16T23:19:58.586Z Compiling time-core v0.1.8
18892026-03-16T23:19:58.655Z Compiling num-conv v0.2.0
18902026-03-16T23:19:58.682Z Compiling synstructure v0.13.2
18912026-03-16T23:19:58.703Z Compiling serde_derive_internals v0.29.1
18922026-03-16T23:19:58.891Z Compiling time-macros v0.2.27
18932026-03-16T23:19:59.088Z Compiling pest_meta v2.8.6
18942026-03-16T23:19:59.348Z Compiling pretty-hex v0.4.1
18952026-03-16T23:19:59.585Z Compiling openssl v0.10.75
18962026-03-16T23:19:59.768Z Compiling base64ct v1.8.3
18972026-03-16T23:19:59.792Z Compiling anyhow v1.0.102
18982026-03-16T23:19:59.795Z Compiling either v1.15.0
18992026-03-16T23:19:59.840Z Compiling crc32fast v1.5.0
19002026-03-16T23:19:59.865Z Compiling darling_core v0.21.3
19012026-03-16T23:19:59.888Z Compiling pest_generator v2.8.6
19022026-03-16T23:19:59.921Z Compiling regex-automata v0.4.14
19032026-03-16T23:19:59.971Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-16T23:20:00.108Z Compiling pem-rfc7468 v0.7.0
19052026-03-16T23:20:00.164Z Compiling flagset v0.4.7
19062026-03-16T23:20:00.188Z Compiling native-tls v0.2.18
19072026-03-16T23:20:00.235Z Compiling rand_core v0.9.5
19082026-03-16T23:20:00.418Z Compiling slog v2.8.2
19092026-03-16T23:20:00.499Z Compiling tracing-core v0.1.36
19102026-03-16T23:20:00.525Z Compiling rayon-core v1.13.0
19112026-03-16T23:20:00.574Z Compiling dyn-clone v1.0.20
19122026-03-16T23:20:00.577Z Compiling untrusted v0.9.0
19132026-03-16T23:20:00.625Z Compiling serde_derive v1.0.228
19142026-03-16T23:20:00.628Z Compiling zeroize_derive v1.4.3
19152026-03-16T23:20:00.677Z Compiling zerofrom-derive v0.1.6
19162026-03-16T23:20:00.781Z Compiling yoke-derive v0.8.1
19172026-03-16T23:20:00.806Z Compiling zerovec-derive v0.11.2
19182026-03-16T23:20:00.809Z Compiling displaydoc v0.2.5
19192026-03-16T23:20:00.809Z Compiling zerocopy-derive v0.8.40
19202026-03-16T23:20:00.810Z Compiling tokio-macros v2.6.0
19212026-03-16T23:20:00.940Z Compiling futures-macro v0.3.32
19222026-03-16T23:20:01.437Z Compiling zeroize v1.8.2
19232026-03-16T23:20:01.762Z Compiling thiserror-impl v2.0.18
19242026-03-16T23:20:01.836Z Compiling tracing-attributes v0.1.31
19252026-03-16T23:20:01.978Z Compiling der_derive v0.7.3
19262026-03-16T23:20:02.083Z Compiling schemars_derive v0.8.22
19272026-03-16T23:20:02.217Z Compiling thiserror-impl v1.0.69
19282026-03-16T23:20:02.240Z Compiling zerofrom v0.1.6
19292026-03-16T23:20:02.423Z Compiling yoke v0.8.1
19302026-03-16T23:20:02.567Z Compiling crypto-common v0.1.7
19312026-03-16T23:20:02.664Z Compiling zerovec v0.11.5
19322026-03-16T23:20:02.689Z Compiling zerotrie v0.2.3
19332026-03-16T23:20:03.171Z Compiling block-buffer v0.10.4
19342026-03-16T23:20:03.253Z Compiling pest_derive v2.8.6
19352026-03-16T23:20:03.298Z Compiling futures-util v0.3.32
19362026-03-16T23:20:03.362Z Compiling digest v0.10.7
19372026-03-16T23:20:03.412Z Compiling tinystr v0.8.2
19382026-03-16T23:20:03.435Z Compiling potential_utf v0.1.4
19392026-03-16T23:20:03.670Z Compiling icu_locale_core v2.1.1
19402026-03-16T23:20:03.696Z Compiling icu_collections v2.1.1
19412026-03-16T23:20:03.700Z Compiling hmac v0.12.1
19422026-03-16T23:20:03.800Z Compiling block-padding v0.3.3
19432026-03-16T23:20:03.822Z Compiling sha2 v0.10.9
19442026-03-16T23:20:03.923Z Compiling rustls-pki-types v1.14.0
19452026-03-16T23:20:03.972Z Compiling inout v0.1.4
19462026-03-16T23:20:04.002Z Compiling scroll_derive v0.12.1
19472026-03-16T23:20:04.611Z Compiling cipher v0.4.4
19482026-03-16T23:20:04.832Z Compiling icu_provider v2.1.1
19492026-03-16T23:20:04.864Z Compiling scroll_derive v0.13.1
19502026-03-16T23:20:04.926Z Compiling bytes v1.11.1
19512026-03-16T23:20:05.003Z Compiling chrono v0.4.44
19522026-03-16T23:20:05.006Z Compiling serde_tokenstream v0.2.3
19532026-03-16T23:20:05.050Z Compiling openssl-macros v0.1.1
19542026-03-16T23:20:05.378Z Compiling icu_normalizer v2.1.1
19552026-03-16T23:20:05.459Z Compiling icu_properties v2.1.2
19562026-03-16T23:20:05.812Z Compiling tokio v1.49.0
19572026-03-16T23:20:06.171Z Compiling http v1.4.0
19582026-03-16T23:20:06.777Z Compiling idna_adapter v1.2.1
19592026-03-16T23:20:06.852Z Compiling der v0.7.10
19602026-03-16T23:20:06.895Z Compiling ppv-lite86 v0.2.21
19612026-03-16T23:20:06.920Z Compiling regex v1.12.3
19622026-03-16T23:20:06.967Z Compiling idna v1.1.0
19632026-03-16T23:20:07.039Z Compiling darling_macro v0.21.3
19642026-03-16T23:20:07.130Z Compiling zerocopy-derive v0.7.35
19652026-03-16T23:20:07.444Z Compiling url v2.5.8
19662026-03-16T23:20:07.579Z Compiling salsa20 v0.10.2
19672026-03-16T23:20:07.648Z Compiling darling v0.21.3
19682026-03-16T23:20:07.767Z Compiling pbkdf2 v0.12.2
19692026-03-16T23:20:07.790Z Compiling tracing v0.1.44
19702026-03-16T23:20:08.172Z Compiling spki v0.7.3
19712026-03-16T23:20:08.474Z Compiling cookie v0.18.1
19722026-03-16T23:20:08.681Z Compiling camino v1.2.2
19732026-03-16T23:20:08.704Z Compiling base64 v0.22.1
19742026-03-16T23:20:08.902Z Compiling scrypt v0.11.0
19752026-03-16T23:20:08.927Z Compiling rand_chacha v0.9.0
19762026-03-16T23:20:09.073Z Compiling cbc v0.1.2
19772026-03-16T23:20:09.112Z Compiling aes v0.8.4
19782026-03-16T23:20:09.579Z Compiling usdt-impl v0.5.0
19792026-03-16T23:20:09.740Z Compiling usdt-impl v0.6.0
19802026-03-16T23:20:09.776Z Compiling winnow v0.7.14
19812026-03-16T23:20:09.844Z Compiling paste v1.0.15
19822026-03-16T23:20:09.874Z Compiling ref-cast v1.0.25
19832026-03-16T23:20:10.268Z Compiling pkcs5 v0.7.1
19842026-03-16T23:20:10.289Z Compiling rand v0.9.2
19852026-03-16T23:20:10.420Z Compiling http-body v1.0.1
19862026-03-16T23:20:10.654Z Compiling scroll v0.13.0
19872026-03-16T23:20:10.787Z Compiling serde_spanned v0.6.9
19882026-03-16T23:20:10.859Z Compiling tokio-util v0.7.18
19892026-03-16T23:20:10.892Z Compiling toml_datetime v0.6.11
19902026-03-16T23:20:10.918Z Compiling scroll v0.12.0
19912026-03-16T23:20:10.975Z Compiling heapless v0.7.17
19922026-03-16T23:20:11.086Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-16T23:20:11.240Z Compiling atomic-waker v1.1.2
19942026-03-16T23:20:11.291Z Compiling openssl-probe v0.2.1
19952026-03-16T23:20:11.320Z Compiling zstd-safe v7.2.4
19962026-03-16T23:20:11.419Z Compiling signal-hook v0.3.18
19972026-03-16T23:20:11.462Z Compiling untrusted v0.7.1
19982026-03-16T23:20:11.638Z Compiling goblin v0.8.2
19992026-03-16T23:20:11.662Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-16T23:20:11.841Z Compiling goblin v0.10.5
20012026-03-16T23:20:11.939Z Compiling pkcs8 v0.10.2
20022026-03-16T23:20:12.344Z Compiling zerocopy v0.7.35
20032026-03-16T23:20:12.368Z Compiling ref-cast-impl v1.0.25
20042026-03-16T23:20:12.440Z Compiling darling_core v0.20.11
20052026-03-16T23:20:12.565Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-16T23:20:12.754Z Compiling memoffset v0.9.1
20072026-03-16T23:20:12.780Z Compiling fastrand v2.3.0
20082026-03-16T23:20:12.946Z Compiling rustix v0.38.44
20092026-03-16T23:20:13.083Z Compiling try-lock v0.2.5
20102026-03-16T23:20:13.192Z Compiling tower-layer v0.3.3
20112026-03-16T23:20:13.218Z Compiling tower-service v0.3.3
20122026-03-16T23:20:13.266Z Compiling winnow v0.5.40
20132026-03-16T23:20:13.372Z Compiling tinyvec_macros v0.1.1
20142026-03-16T23:20:13.427Z Compiling litrs v1.0.0
20152026-03-16T23:20:13.483Z Compiling tinyvec v1.10.0
20162026-03-16T23:20:13.486Z Compiling want v0.3.1
20172026-03-16T23:20:13.727Z Compiling h2 v0.4.13
20182026-03-16T23:20:14.064Z Compiling document-features v0.2.12
20192026-03-16T23:20:14.543Z Compiling dtrace-parser v0.2.0
20202026-03-16T23:20:14.759Z Compiling dof v0.3.0
20212026-03-16T23:20:14.990Z Compiling dtrace-parser v0.3.0
20222026-03-16T23:20:15.246Z Compiling toml_edit v0.19.15
20232026-03-16T23:20:15.275Z Compiling ipnet v2.11.0
20242026-03-16T23:20:15.300Z Compiling darling_macro v0.20.11
20252026-03-16T23:20:15.608Z Compiling dof v0.4.0
20262026-03-16T23:20:15.648Z Compiling daft-derive v0.1.5
20272026-03-16T23:20:15.894Z Compiling async-trait v0.1.89
20282026-03-16T23:20:15.937Z Compiling curve25519-dalek v4.1.3
20292026-03-16T23:20:16.020Z Compiling spin v0.9.8
20302026-03-16T23:20:16.050Z Compiling thread-id v4.2.2
20312026-03-16T23:20:16.174Z Compiling thread-id v5.1.0
20322026-03-16T23:20:16.271Z Compiling proc-macro-error-attr v1.0.4
20332026-03-16T23:20:16.308Z Compiling cfg_aliases v0.2.1
20342026-03-16T23:20:16.420Z Compiling pin-utils v0.1.0
20352026-03-16T23:20:16.523Z Compiling httpdate v1.0.3
20362026-03-16T23:20:16.547Z Compiling powerfmt v0.2.0
20372026-03-16T23:20:16.742Z Compiling foreign-types-shared v0.1.1
20382026-03-16T23:20:16.810Z Compiling num-bigint-dig v0.8.6
20392026-03-16T23:20:16.878Z Compiling smoltcp v0.9.1
20402026-03-16T23:20:16.916Z Compiling foreign-types v0.3.2
20412026-03-16T23:20:16.999Z Compiling deranged v0.5.8
20422026-03-16T23:20:17.065Z Compiling tempfile v3.25.0
20432026-03-16T23:20:17.139Z Compiling nix v0.31.1
20442026-03-16T23:20:17.312Z Compiling darling v0.20.11
20452026-03-16T23:20:17.735Z Compiling ipnetwork v0.21.1
20462026-03-16T23:20:17.821Z Compiling hyper v1.8.1
20472026-03-16T23:20:17.869Z Compiling strum_macros v0.26.4
20482026-03-16T23:20:18.099Z Compiling wait-timeout v0.2.1
20492026-03-16T23:20:18.221Z Compiling proc-macro-error v1.0.4
20502026-03-16T23:20:18.439Z Compiling quick-error v1.2.3
20512026-03-16T23:20:18.493Z Compiling simd-adler32 v0.3.8
20522026-03-16T23:20:18.591Z Compiling unicode-segmentation v1.12.0
20532026-03-16T23:20:18.724Z Compiling anstyle v1.0.13
20542026-03-16T23:20:18.782Z Compiling bit-vec v0.8.0
20552026-03-16T23:20:18.806Z Compiling siphasher v1.0.2
20562026-03-16T23:20:18.829Z Compiling utf8parse v0.2.2
20572026-03-16T23:20:18.988Z Compiling num_threads v0.1.7
20582026-03-16T23:20:19.128Z Compiling bit-set v0.8.0
20592026-03-16T23:20:19.131Z Compiling anstyle-parse v0.2.7
20602026-03-16T23:20:19.282Z Compiling hyper-util v0.1.20
20612026-03-16T23:20:19.379Z Compiling time v0.3.47
20622026-03-16T23:20:19.403Z Compiling rusty-fork v0.3.1
20632026-03-16T23:20:19.999Z Compiling crossbeam-epoch v0.9.18
20642026-03-16T23:20:20.079Z Compiling derive_builder_core v0.20.2
20652026-03-16T23:20:20.747Z Compiling unicode-normalization v0.1.25
20662026-03-16T23:20:21.182Z Compiling rustls-native-certs v0.8.3
20672026-03-16T23:20:21.594Z Compiling signature v2.2.0
20682026-03-16T23:20:21.622Z Compiling hubpack_derive v0.1.1
20692026-03-16T23:20:21.742Z Compiling strum_macros v0.27.2
20702026-03-16T23:20:21.790Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-16T23:20:21.812Z Compiling rand_xorshift v0.4.0
20722026-03-16T23:20:21.888Z Compiling sync_wrapper v1.0.2
20732026-03-16T23:20:22.013Z Compiling ahash v0.8.12
20742026-03-16T23:20:22.037Z Compiling fs-err v3.3.0
20752026-03-16T23:20:22.125Z Compiling is_terminal_polyfill v1.70.2
20762026-03-16T23:20:22.203Z Compiling unarray v0.1.4
20772026-03-16T23:20:22.228Z Compiling colorchoice v1.0.4
20782026-03-16T23:20:22.259Z Compiling unicode-bidi v0.3.18
20792026-03-16T23:20:22.290Z Compiling object v0.37.3
20802026-03-16T23:20:22.293Z Compiling unicode-properties v0.1.4
20812026-03-16T23:20:22.387Z Compiling adler2 v2.0.1
20822026-03-16T23:20:22.598Z Compiling anstyle-query v1.1.5
20832026-03-16T23:20:22.621Z Compiling miniz_oxide v0.8.9
20842026-03-16T23:20:22.647Z Compiling proptest v1.10.0
20852026-03-16T23:20:22.709Z Compiling stringprep v0.1.5
20862026-03-16T23:20:22.743Z Compiling anstream v0.6.21
20872026-03-16T23:20:23.221Z Compiling tower v0.5.3
20882026-03-16T23:20:23.366Z Compiling derive_builder_macro v0.20.2
20892026-03-16T23:20:23.756Z Compiling crossbeam-deque v0.8.6
20902026-03-16T23:20:23.784Z Compiling heck v0.4.1
20912026-03-16T23:20:23.809Z Compiling usdt-macro v0.6.0
20922026-03-16T23:20:23.865Z Compiling usdt-attr-macro v0.6.0
20932026-03-16T23:20:24.079Z Compiling http-body-util v0.1.3
20942026-03-16T23:20:24.166Z Compiling webpki-roots v1.0.6
20952026-03-16T23:20:24.433Z Compiling rand_chacha v0.3.1
20962026-03-16T23:20:24.436Z Compiling erased-serde v0.3.31
20972026-03-16T23:20:24.482Z Compiling md-5 v0.10.6
20982026-03-16T23:20:24.713Z Compiling num-integer v0.1.46
20992026-03-16T23:20:24.736Z Compiling hash32 v0.2.1
21002026-03-16T23:20:24.844Z Compiling vergen-lib v0.1.6
21012026-03-16T23:20:24.870Z Compiling ff v0.13.1
21022026-03-16T23:20:24.918Z Compiling base16ct v0.2.0
21032026-03-16T23:20:24.942Z Compiling ryu v1.0.23
21042026-03-16T23:20:24.967Z Compiling zlib-rs v0.6.2
21052026-03-16T23:20:24.971Z Compiling iri-string v0.7.10
21062026-03-16T23:20:25.018Z Compiling fallible-iterator v0.2.0
21072026-03-16T23:20:25.069Z Compiling psl-types v2.0.11
21082026-03-16T23:20:25.145Z Compiling serde_urlencoded v0.7.1
21092026-03-16T23:20:25.219Z Compiling sec1 v0.7.3
21102026-03-16T23:20:25.268Z Compiling publicsuffix v2.3.0
21112026-03-16T23:20:25.293Z Compiling group v0.13.0
21122026-03-16T23:20:25.370Z Compiling num-iter v0.1.45
21132026-03-16T23:20:25.498Z Compiling newtype-uuid v1.3.2
21142026-03-16T23:20:25.528Z Compiling postgres-protocol v0.6.10
21152026-03-16T23:20:25.656Z Compiling rand v0.8.5
21162026-03-16T23:20:25.936Z Compiling oxnet v0.1.4
21172026-03-16T23:20:25.959Z Compiling zone_cfg_derive v0.3.1
21182026-03-16T23:20:26.068Z Compiling derive_builder v0.20.2
21192026-03-16T23:20:26.221Z Compiling tokio-native-tls v0.3.1
21202026-03-16T23:20:26.362Z Compiling phf_shared v0.13.1
21212026-03-16T23:20:26.476Z Compiling lazy_static v1.5.0
21222026-03-16T23:20:26.617Z Compiling tower-http v0.6.8
21232026-03-16T23:20:26.642Z Compiling terminal_size v0.4.3
21242026-03-16T23:20:26.694Z Compiling serde_with_macros v3.17.0
21252026-03-16T23:20:26.697Z Compiling cargo-platform v0.1.9
21262026-03-16T23:20:26.796Z Compiling hkdf v0.12.4
21272026-03-16T23:20:26.848Z Compiling crypto-bigint v0.5.5
21282026-03-16T23:20:26.872Z Compiling enum-as-inner v0.6.1
21292026-03-16T23:20:26.952Z Compiling clap_derive v4.5.55
21302026-03-16T23:20:26.974Z Compiling serde_repr v0.1.20
21312026-03-16T23:20:26.996Z Compiling vergen v9.0.6
21322026-03-16T23:20:27.189Z Compiling clap_lex v1.0.0
21332026-03-16T23:20:27.275Z Compiling managed v0.8.0
21342026-03-16T23:20:27.360Z Compiling bitflags v1.3.2
21352026-03-16T23:20:27.385Z Compiling unicode-width v0.2.0
21362026-03-16T23:20:27.445Z Compiling foldhash v0.1.5
21372026-03-16T23:20:27.471Z Compiling bumpalo v3.20.2
21382026-03-16T23:20:27.632Z Compiling libbz2-rs-sys v0.2.2
21392026-03-16T23:20:27.636Z Compiling hashbrown v0.15.5
21402026-03-16T23:20:27.636Z Compiling clap_builder v4.5.60
21412026-03-16T23:20:27.725Z Compiling console v0.16.2
21422026-03-16T23:20:27.785Z Compiling zopfli v0.8.3
21432026-03-16T23:20:28.075Z Compiling flate2 v1.1.9
21442026-03-16T23:20:28.211Z Compiling bzip2 v0.6.1
21452026-03-16T23:20:28.409Z Compiling elliptic-curve v0.13.8
21462026-03-16T23:20:28.482Z Compiling cargo_metadata v0.19.2
21472026-03-16T23:20:28.689Z Compiling phf v0.13.1
21482026-03-16T23:20:28.715Z Compiling hyper-tls v0.6.0
21492026-03-16T23:20:28.745Z Compiling signal-hook-mio v0.2.5
21502026-03-16T23:20:28.821Z Compiling daft v0.1.5
21512026-03-16T23:20:28.903Z Compiling rayon v1.11.0
21522026-03-16T23:20:28.926Z Compiling cookie_store v0.22.1
21532026-03-16T23:20:29.009Z Compiling postgres-types v0.2.12
21542026-03-16T23:20:29.140Z Compiling zstd v0.13.3
21552026-03-16T23:20:29.193Z Compiling bzip2 v0.4.4
21562026-03-16T23:20:29.282Z Compiling strum v0.27.2
21572026-03-16T23:20:29.555Z Compiling hubpack v0.1.2
21582026-03-16T23:20:29.674Z Compiling ed25519 v2.2.3
21592026-03-16T23:20:29.717Z Compiling phf_shared v0.11.3
21602026-03-16T23:20:29.988Z Compiling pkcs1 v0.7.5
21612026-03-16T23:20:30.065Z Compiling hex v0.4.3
21622026-03-16T23:20:30.123Z Compiling serde-big-array v0.5.1
21632026-03-16T23:20:30.269Z Compiling rfc6979 v0.4.0
21642026-03-16T23:20:30.350Z Compiling bstr v1.12.1
21652026-03-16T23:20:30.525Z Compiling itertools v0.12.1
21662026-03-16T23:20:30.549Z Compiling float-cmp v0.10.0
21672026-03-16T23:20:30.553Z Compiling memmap2 v0.9.10
21682026-03-16T23:20:30.576Z Compiling env_filter v1.0.0
21692026-03-16T23:20:30.758Z Compiling encoding_rs v0.8.35
21702026-03-16T23:20:30.791Z Compiling normalize-line-endings v0.3.0
21712026-03-16T23:20:30.820Z Compiling rustc-hash v2.1.1
21722026-03-16T23:20:30.874Z Compiling data-encoding v2.10.0
21732026-03-16T23:20:30.898Z Compiling difflib v0.4.0
21742026-03-16T23:20:30.935Z Compiling fixedbitset v0.4.2
21752026-03-16T23:20:30.967Z Compiling toml_write v0.1.2
21762026-03-16T23:20:30.992Z Compiling predicates-core v1.0.10
21772026-03-16T23:20:31.017Z Compiling mime v0.3.17
21782026-03-16T23:20:31.206Z Compiling keccak v0.1.6
21792026-03-16T23:20:31.230Z Compiling unit-prefix v0.5.2
21802026-03-16T23:20:31.333Z Compiling whoami v2.1.0
21812026-03-16T23:20:31.442Z Compiling new_debug_unreachable v1.0.6
21822026-03-16T23:20:31.485Z Compiling precomputed-hash v0.1.1
21832026-03-16T23:20:31.550Z Compiling jiff v0.2.21
21842026-03-16T23:20:31.553Z Compiling fixedbitset v0.5.7
21852026-03-16T23:20:31.613Z Compiling static_assertions v1.1.0
21862026-03-16T23:20:31.639Z Compiling tokio-postgres v0.7.16
21872026-03-16T23:20:31.703Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-16T23:20:31.724Z Compiling string_cache v0.8.9
21892026-03-16T23:20:31.821Z Compiling sha3 v0.10.8
21902026-03-16T23:20:31.843Z Compiling indicatif v0.18.4
21912026-03-16T23:20:32.020Z Compiling petgraph v0.8.3
21922026-03-16T23:20:32.199Z Compiling zone v0.3.1
21932026-03-16T23:20:32.223Z Compiling hickory-proto v0.25.2
21942026-03-16T23:20:32.560Z Compiling predicates v3.1.4
21952026-03-16T23:20:32.715Z Compiling toml_edit v0.22.27
21962026-03-16T23:20:32.866Z Compiling petgraph v0.6.5
21972026-03-16T23:20:33.046Z Compiling iddqd v0.3.17
21982026-03-16T23:20:33.370Z Compiling similar v2.7.0
21992026-03-16T23:20:34.371Z Compiling env_logger v0.11.9
22002026-03-16T23:20:34.468Z Compiling usdt v0.6.0
22012026-03-16T23:20:34.824Z Compiling serde_with v3.17.0
22022026-03-16T23:20:34.869Z Compiling ecdsa v0.16.9
22032026-03-16T23:20:34.953Z Compiling rsa v0.9.10
22042026-03-16T23:20:35.349Z Compiling zip v4.6.1
22052026-03-16T23:20:35.427Z Compiling ed25519-dalek v2.2.0
22062026-03-16T23:20:35.822Z Compiling crossterm v0.28.1
22072026-03-16T23:20:36.007Z Compiling clap v4.5.60
22082026-03-16T23:20:36.615Z Compiling zip v0.6.6
22092026-03-16T23:20:36.672Z Compiling strum v0.26.3
22102026-03-16T23:20:36.718Z Compiling toml v0.7.8
22112026-03-16T23:20:36.808Z Compiling tokio-stream v0.1.18
22122026-03-16T23:20:36.861Z Compiling buf-list v1.1.2
22132026-03-16T23:20:37.336Z Compiling x509-cert v0.2.5
22142026-03-16T23:20:37.383Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-16T23:20:37.444Z Compiling openapiv3 v2.2.0
22162026-03-16T23:20:37.467Z Compiling sha1 v0.10.6
22172026-03-16T23:20:37.494Z Compiling itertools v0.13.0
22182026-03-16T23:20:37.822Z Compiling peg-runtime v0.8.5
22192026-03-16T23:20:38.334Z Compiling lalrpop-util v0.19.12
22202026-03-16T23:20:53.442Z Compiling macaddr v1.0.1
22212026-03-16T23:20:53.497Z Compiling structmeta-derive v0.3.0
22222026-03-16T23:20:53.706Z Compiling itertools v0.14.0
22232026-03-16T23:20:55.144Z Compiling heapless v0.8.0
22242026-03-16T23:20:55.403Z Compiling ingot-macros v0.1.1
22252026-03-16T23:20:56.239Z Compiling structmeta v0.3.0
22262026-03-16T23:20:58.971Z Compiling rustls-webpki v0.103.9
22272026-03-16T23:21:00.629Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-16T23:21:01.917Z Compiling hash32 v0.3.1
22292026-03-16T23:21:02.262Z Compiling smoltcp v0.11.0
22302026-03-16T23:21:02.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-16T23:21:02.413Z Compiling proc-macro-crate v3.4.0
22322026-03-16T23:21:02.452Z Compiling ingot-types v0.1.2
22332026-03-16T23:21:02.633Z Compiling cobs v0.3.0
22342026-03-16T23:21:02.762Z Compiling rustls v0.22.4
22352026-03-16T23:21:03.022Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-16T23:21:03.049Z Compiling num_enum_derive v0.7.5
22372026-03-16T23:21:03.097Z Compiling ingot v0.1.1
22382026-03-16T23:21:03.146Z Compiling postcard v1.1.3
22392026-03-16T23:21:03.151Z Compiling proc-macro-crate v1.3.1
22402026-03-16T23:21:03.316Z Compiling rustls-webpki v0.102.8
22412026-03-16T23:21:03.513Z Compiling futures-executor v0.3.32
22422026-03-16T23:21:03.653Z Compiling foreign-types-macros v0.2.3
22432026-03-16T23:21:03.676Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-16T23:21:03.698Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-16T23:21:03.965Z Compiling tokio-rustls v0.26.4
22462026-03-16T23:21:04.125Z Compiling rustls-platform-verifier v0.6.2
22472026-03-16T23:21:04.161Z Compiling multer v3.1.0
22482026-03-16T23:21:04.243Z Compiling thread_local v1.1.9
22492026-03-16T23:21:04.333Z Compiling hyper-rustls v0.27.7
22502026-03-16T23:21:04.357Z Compiling foreign-types-shared v0.3.1
22512026-03-16T23:21:04.381Z Compiling typeid v1.0.3
22522026-03-16T23:21:04.409Z Compiling match_cfg v0.1.0
22532026-03-16T23:21:04.436Z Compiling cpufeatures v0.3.0
22542026-03-16T23:21:04.460Z Compiling slog-async v2.8.0
22552026-03-16T23:21:04.501Z Compiling foreign-types v0.5.0
22562026-03-16T23:21:04.527Z Compiling chacha20 v0.10.0
22572026-03-16T23:21:04.557Z Compiling hostname v0.3.1
22582026-03-16T23:21:04.695Z Compiling reqwest v0.13.2
22592026-03-16T23:21:04.718Z Compiling reqwest v0.12.28
22602026-03-16T23:21:04.770Z Compiling num_enum v0.7.5
22612026-03-16T23:21:04.876Z Compiling futures v0.3.32
22622026-03-16T23:21:04.920Z Compiling num_enum_derive v0.5.11
22632026-03-16T23:21:04.998Z Compiling derive-ex v0.1.8
22642026-03-16T23:21:05.114Z Compiling tabwriter v1.4.1
22652026-03-16T23:21:05.147Z Compiling slog-json v2.6.1
22662026-03-16T23:21:05.515Z Compiling crossbeam-channel v0.5.15
22672026-03-16T23:21:05.615Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-16T23:21:05.637Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-16T23:21:06.000Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-16T23:21:06.173Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-16T23:21:06.198Z Compiling async-stream-impl v0.3.6
22722026-03-16T23:21:06.201Z Compiling serde_spanned v1.0.4
22732026-03-16T23:21:06.287Z Compiling is-terminal v0.4.17
22742026-03-16T23:21:06.354Z Compiling cstr-argument v0.1.2
22752026-03-16T23:21:06.429Z Compiling dropshot v0.16.7
22762026-03-16T23:21:06.452Z Compiling take_mut v0.2.2
22772026-03-16T23:21:06.475Z Compiling erased-serde v0.4.9
22782026-03-16T23:21:06.580Z Compiling term v1.2.1
22792026-03-16T23:21:06.584Z Compiling crucible-workspace-hack v0.1.0
22802026-03-16T23:21:06.629Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-16T23:21:06.696Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-16T23:21:06.903Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-16T23:21:06.927Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-16T23:21:06.953Z Compiling async-stream v0.3.6
22852026-03-16T23:21:07.002Z Compiling slog-term v2.9.2
22862026-03-16T23:21:07.031Z Compiling num_enum v0.5.11
22872026-03-16T23:21:07.148Z Compiling test-strategy v0.4.5
22882026-03-16T23:21:07.208Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-16T23:21:07.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22902026-03-16T23:21:07.429Z Compiling slog-bunyan v2.5.0
22912026-03-16T23:21:07.478Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-16T23:21:07.503Z Compiling rand v0.10.0
22932026-03-16T23:21:07.681Z Compiling tokio-rustls v0.25.0
22942026-03-16T23:21:07.899Z Compiling parse-display-derive v0.10.0
22952026-03-16T23:21:08.028Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-16T23:21:08.202Z Compiling backon v1.6.0
22972026-03-16T23:21:08.341Z Compiling waitgroup v0.1.2
22982026-03-16T23:21:08.408Z Compiling newtype-uuid-macros v0.1.0
22992026-03-16T23:21:08.436Z Compiling dropshot_endpoint v0.16.7
23002026-03-16T23:21:08.553Z Compiling rustls-pemfile v2.2.0
23012026-03-16T23:21:08.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-16T23:21:08.577Z Compiling serde_path_to_error v0.1.20
23032026-03-16T23:21:08.621Z Compiling hostname v0.4.2
23042026-03-16T23:21:08.848Z Compiling instant v0.1.13
23052026-03-16T23:21:08.871Z Compiling colored v3.1.1
23062026-03-16T23:21:08.913Z Compiling debug-ignore v1.0.5
23072026-03-16T23:21:08.936Z Compiling libefi-sys v0.1.0
23082026-03-16T23:21:08.936Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-16T23:21:09.022Z Compiling backoff v0.4.0
23102026-03-16T23:21:09.178Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-16T23:21:09.294Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-16T23:21:09.374Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-16T23:21:09.398Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-16T23:21:09.442Z Compiling camino-tempfile v1.4.1
23152026-03-16T23:21:09.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-16T23:21:09.771Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-16T23:21:09.864Z Compiling parse-display v0.10.0
23182026-03-16T23:21:09.969Z Compiling usdt-attr-macro v0.5.0
23192026-03-16T23:21:09.993Z Compiling usdt-macro v0.5.0
23202026-03-16T23:21:10.045Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-03-16T23:21:10.106Z Compiling secrecy v0.10.3
23222026-03-16T23:21:10.369Z Compiling bitfield-struct v0.6.2
23232026-03-16T23:21:10.590Z Compiling num-derive v0.4.2
23242026-03-16T23:21:10.791Z Compiling regress v0.10.5
23252026-03-16T23:21:10.876Z Compiling ordered-float v2.10.1
23262026-03-16T23:21:10.913Z Compiling blake3 v1.8.3
23272026-03-16T23:21:10.979Z Compiling sigpipe v0.1.3
23282026-03-16T23:21:11.039Z Compiling memmap v0.7.0
23292026-03-16T23:21:11.116Z Compiling glob v0.3.3
23302026-03-16T23:21:11.191Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-16T23:21:11.300Z Compiling serde-value v0.7.0
23322026-03-16T23:21:11.372Z Compiling usdt v0.5.0
23332026-03-16T23:21:11.487Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-16T23:21:11.797Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-16T23:21:11.820Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-16T23:21:11.847Z Compiling serde-untagged v0.1.9
23372026-03-16T23:21:11.881Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-16T23:21:12.184Z Compiling toml v0.8.23
23392026-03-16T23:21:12.225Z Compiling smf v0.2.3
23402026-03-16T23:21:12.264Z Compiling filetime v0.2.27
23412026-03-16T23:21:12.289Z Compiling constant_time_eq v0.4.2
23422026-03-16T23:21:12.316Z Compiling unicode-xid v0.2.6
23432026-03-16T23:21:12.320Z Compiling whoami v1.6.1
23442026-03-16T23:21:12.366Z Compiling same-file v1.0.6
23452026-03-16T23:21:12.544Z Compiling xattr v1.6.1
23462026-03-16T23:21:12.566Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-16T23:21:12.569Z Compiling arrayvec v0.7.6
23482026-03-16T23:21:12.614Z Compiling arrayref v0.3.9
23492026-03-16T23:21:12.640Z Compiling walkdir v2.5.0
23502026-03-16T23:21:12.687Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-16T23:21:12.709Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-16T23:21:12.732Z Compiling tar v0.4.44
23532026-03-16T23:21:12.816Z Compiling tokio-dtrace v0.1.1
23542026-03-16T23:21:12.931Z Compiling cargo-util-schemas v0.8.2
23552026-03-16T23:21:13.014Z Compiling gethostname v0.5.0
23562026-03-16T23:21:13.209Z Compiling cargo-platform v0.2.0
23572026-03-16T23:21:13.251Z Compiling topological-sort v0.2.2
23582026-03-16T23:21:13.486Z Compiling oxide-tokio-rt v0.1.3
23592026-03-16T23:21:13.554Z Compiling shell-words v1.1.1
23602026-03-16T23:21:13.574Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-16T23:21:13.687Z Compiling indent_write v2.2.0
23622026-03-16T23:21:14.688Z Compiling cargo_metadata v0.21.0
23632026-03-16T23:21:25.450Z Compiling progenitor-client v0.13.0
23642026-03-16T23:21:25.571Z Compiling progenitor-client v0.10.0
23652026-03-16T23:21:25.571Z Compiling omicron-zone-package v0.12.2
23662026-03-16T23:21:25.672Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-16T23:21:25.675Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-16T23:21:25.720Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-16T23:21:25.877Z Compiling progenitor-extras v0.1.1
23702026-03-16T23:21:26.057Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-16T23:21:26.200Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-16T23:21:35.714Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-16T23:21:36.980Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-16T23:21:45.207Z Finished `release` profile [optimized] target(s) in 1m 53s
23752026-03-16T23:21:45.396Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-16T23:21:45.471ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-16T23:21:45.475ZCreated new build target 'test' and set it as active
23782026-03-16T23:21:45.475Z
23792026-03-16T23:21:45.475Zreal 1:53.795893072
23802026-03-16T23:21:45.475Zuser 20:08.129437850
23812026-03-16T23:21:45.475Zsys 3:03.205399378
23822026-03-16T23:21:45.475Ztrap 0.523268607
23832026-03-16T23:21:45.475Ztflt 3.050271786
23842026-03-16T23:21:45.475Zdflt 3.891082033
23852026-03-16T23:21:45.475Zkflt 0.003449786
23862026-03-16T23:21:45.475Zlock 1:03:46.563039188
23872026-03-16T23:21:45.475Zslp 51:10.571625122
23882026-03-16T23:21:45.475Zlat 45.407365456
23892026-03-16T23:21:45.475Zstop 7:45.626310883
23902026-03-16T23:21:45.479Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-16T23:21:46.672Z Finished `release` profile [optimized] target(s) in 1.18s
23922026-03-16T23:21:46.743Z Running `target/release/omicron-package -t test package`
23932026-03-16T23:21:46.810ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-16T23:21:48.714Z Compiling regress v0.10.5
23952026-03-16T23:21:48.714Z Compiling heck v0.5.0
23962026-03-16T23:21:48.721Z Compiling unsafe-libyaml v0.2.11
23972026-03-16T23:21:48.721Z Compiling convert_case v0.4.0
23982026-03-16T23:21:49.032Z Compiling half v2.7.1
23992026-03-16T23:21:49.032Z Compiling ciborium-io v0.2.2
24002026-03-16T23:21:49.088Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-16T23:21:49.094Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-16T23:21:49.147Z Compiling prettyplease v0.2.37
24032026-03-16T23:21:49.176Z Compiling universal-hash v0.5.1
24042026-03-16T23:21:49.180Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-16T23:21:49.180Z Compiling opaque-debug v0.3.1
24062026-03-16T23:21:49.180Z Compiling unicode-width v0.1.14
24072026-03-16T23:21:49.180Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-16T23:21:49.207Z Compiling typify-impl v0.6.1
24092026-03-16T23:21:49.328Z Compiling chacha20 v0.9.1
24102026-03-16T23:21:49.334Z Compiling password-hash v0.5.0
24112026-03-16T23:21:49.427Z Compiling derive_more v0.99.20
24122026-03-16T23:21:49.432Z Compiling ciborium-ll v0.2.2
24132026-03-16T23:21:49.432Z Compiling poly1305 v0.8.0
24142026-03-16T23:21:49.522Z Compiling blake2 v0.10.6
24152026-03-16T23:21:49.526Z Compiling aead v0.5.2
24162026-03-16T23:21:49.658Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-16T23:21:49.712Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-03-16T23:21:49.744Z Compiling ciborium v0.2.2
24192026-03-16T23:21:49.813Z Compiling is-terminal v0.4.17
24202026-03-16T23:21:49.846Z Compiling swrite v0.1.0
24212026-03-16T23:21:49.877Z Compiling argon2 v0.5.3
24222026-03-16T23:21:49.971Z Compiling chacha20poly1305 v0.10.1
24232026-03-16T23:21:50.014Z Compiling serde_spanned v1.0.4
24242026-03-16T23:21:50.207Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-16T23:21:50.267Z Compiling bytecount v0.6.9
24262026-03-16T23:21:50.313Z Compiling rustls v0.22.4
24272026-03-16T23:21:50.342Z Compiling rustls-webpki v0.102.8
24282026-03-16T23:21:50.385Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-16T23:21:50.534Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-16T23:21:50.569Z Compiling derive-where v1.6.0
24312026-03-16T23:21:50.573Z Compiling thread_local v1.1.9
24322026-03-16T23:21:50.573Z Compiling thiserror-no-std v2.0.2
24332026-03-16T23:21:50.660Z Compiling match_cfg v0.1.0
24342026-03-16T23:21:50.748Z Compiling vsss-rs v3.3.4
24352026-03-16T23:21:50.789Z Compiling hostname v0.3.1
24362026-03-16T23:21:50.969Z Compiling multer v3.1.0
24372026-03-16T23:21:51.001Z Compiling slog-async v2.8.0
24382026-03-16T23:21:51.031Z Compiling slog-json v2.6.1
24392026-03-16T23:21:51.064Z Compiling crossbeam-channel v0.5.15
24402026-03-16T23:21:51.140Z Compiling futures-executor v0.3.32
24412026-03-16T23:21:51.222Z Compiling take_mut v0.2.2
24422026-03-16T23:21:51.291Z Compiling term v1.2.1
24432026-03-16T23:21:51.324Z Compiling slog-bunyan v2.5.0
24442026-03-16T23:21:51.392Z Compiling futures v0.3.32
24452026-03-16T23:21:51.503Z Compiling dropshot v0.16.7
24462026-03-16T23:21:51.535Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-16T23:21:51.538Z Compiling async-stream v0.3.6
24482026-03-16T23:21:51.688Z Compiling progenitor-client v0.13.0
24492026-03-16T23:21:51.733Z Compiling slog-term v2.9.2
24502026-03-16T23:21:51.803Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-16T23:21:51.833Z Compiling waitgroup v0.1.2
24522026-03-16T23:21:51.995Z Compiling backon v1.6.0
24532026-03-16T23:21:52.034Z Compiling rustls-pemfile v2.2.0
24542026-03-16T23:21:52.034Z Compiling hostname v0.4.2
24552026-03-16T23:21:52.095Z Compiling serde_path_to_error v0.1.20
24562026-03-16T23:21:52.099Z Compiling instant v0.1.13
24572026-03-16T23:21:52.182Z Compiling debug-ignore v1.0.5
24582026-03-16T23:21:52.216Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-16T23:21:52.217Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-03-16T23:21:52.280Z Compiling progenitor-extras v0.1.1
24612026-03-16T23:21:52.284Z Compiling backoff v0.4.0
24622026-03-16T23:21:52.349Z Compiling parse-display v0.10.0
24632026-03-16T23:21:52.352Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-16T23:21:52.352Z Compiling progenitor-client v0.10.0
24652026-03-16T23:21:52.447Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-16T23:21:52.456Z Compiling macaddr v1.0.1
24672026-03-16T23:21:52.507Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-16T23:21:52.587Z Compiling console v0.15.11
24692026-03-16T23:21:52.620Z Compiling newline-converter v0.3.0
24702026-03-16T23:21:52.621Z Compiling atomicwrites v0.4.4
24712026-03-16T23:21:52.682Z Compiling num-rational v0.4.2
24722026-03-16T23:21:52.725Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-16T23:21:52.819Z Compiling num-complex v0.4.6
24742026-03-16T23:21:54.084Z Compiling slog-dtrace v0.3.0
24752026-03-16T23:21:54.101Z Compiling async-recursion v1.1.1
24762026-03-16T23:21:54.102Z Compiling owo-colors v4.3.0
24772026-03-16T23:21:54.102Z Compiling expectorate v1.2.0
24782026-03-16T23:21:54.102Z Compiling float-ord v0.3.2
24792026-03-16T23:21:54.102Z Compiling tokio-rustls v0.25.0
24802026-03-16T23:21:54.102Z Compiling num v0.4.3
24812026-03-16T23:21:54.102Z Compiling cancel-safe-futures v0.1.5
24822026-03-16T23:21:54.102Z Compiling libsw-core v0.3.2
24832026-03-16T23:21:54.102Z Compiling resolv-conf v0.7.6
24842026-03-16T23:21:54.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-16T23:21:54.102Z Compiling toml v0.8.23
24862026-03-16T23:21:54.102Z Compiling libsw v3.5.0
24872026-03-16T23:21:54.102Z Compiling linear-map v1.2.0
24882026-03-16T23:21:54.102Z Compiling minimal-lexical v0.2.1
24892026-03-16T23:21:54.214Z Compiling linked-hash-map v0.5.6
24902026-03-16T23:21:54.314Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-16T23:21:54.396Z Compiling nom v7.1.3
24922026-03-16T23:21:54.440Z Compiling unicode-xid v0.2.6
24932026-03-16T23:21:54.497Z Compiling lru-cache v0.1.2
24942026-03-16T23:21:54.538Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-16T23:21:54.566Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24962026-03-16T23:21:54.619Z Compiling globset v0.4.18
24972026-03-16T23:21:54.656Z Compiling hickory-proto v0.24.4
24982026-03-16T23:21:54.720Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-16T23:21:54.952Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-16T23:21:55.081Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-03-16T23:21:56.007Z Compiling typify-macro v0.6.1
25022026-03-16T23:21:56.337Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-16T23:21:56.366Z Compiling convert_case v0.10.0
25042026-03-16T23:21:56.762Z Compiling derive_more-impl v2.1.1
25052026-03-16T23:21:57.658Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-16T23:21:57.789Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-16T23:21:57.829Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-16T23:21:58.100Z Compiling hickory-resolver v0.24.4
25092026-03-16T23:21:58.131Z Compiling typify v0.6.1
25102026-03-16T23:21:58.303Z Compiling progenitor-impl v0.13.0
25112026-03-16T23:21:58.641Z Compiling pin-project-internal v1.1.11
25122026-03-16T23:21:58.830Z Compiling derive_more v2.1.1
25132026-03-16T23:21:58.980Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-16T23:21:59.241Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-16T23:21:59.437Z Compiling pem v3.0.6
25162026-03-16T23:22:00.055Z Compiling qorb v0.4.1
25172026-03-16T23:22:00.154Z Compiling pin-project v1.1.11
25182026-03-16T23:22:00.322Z Compiling snafu-derive v0.8.9
25192026-03-16T23:22:00.351Z Compiling termtree v0.5.1
25202026-03-16T23:22:00.685Z Compiling crossterm v0.29.0
25212026-03-16T23:22:01.012Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-16T23:22:01.379Z Compiling progenitor-macro v0.13.0
25232026-03-16T23:22:02.360Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-16T23:22:02.641Z Compiling snafu v0.8.9
25252026-03-16T23:22:03.392Z Compiling phf_shared v0.12.1
25262026-03-16T23:22:03.730Z Compiling olpc-cjson v0.1.4
25272026-03-16T23:22:03.913Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-16T23:22:04.036Z Compiling serde_plain v1.0.2
25292026-03-16T23:22:04.476Z Compiling csv-core v0.1.13
25302026-03-16T23:22:04.598Z Compiling vte v0.14.1
25312026-03-16T23:22:04.893Z Compiling highway v1.3.0
25322026-03-16T23:22:04.926Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-16T23:22:05.171Z Compiling chrono-tz v0.10.4
25342026-03-16T23:22:05.303Z Compiling typed-path v0.9.3
25352026-03-16T23:22:05.503Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-16T23:22:05.853Z Compiling strip-ansi-escapes v0.2.1
25372026-03-16T23:22:05.916Z Compiling csv v1.4.0
25382026-03-16T23:22:06.228Z Compiling phf v0.12.1
25392026-03-16T23:22:06.361Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-16T23:22:06.531Z Compiling const_format_proc_macros v0.2.34
25412026-03-16T23:22:06.563Z Compiling papergrid v0.11.0
25422026-03-16T23:22:06.595Z Compiling fd-lock v4.0.4
25432026-03-16T23:22:06.816Z Compiling peg-macros v0.8.5
25442026-03-16T23:22:06.989Z Compiling tough v0.20.0
25452026-03-16T23:22:07.297Z Compiling progenitor v0.13.0
25462026-03-16T23:22:07.515Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-16T23:22:07.614Z Compiling tabled_derive v0.7.0
25482026-03-16T23:22:08.148Z Compiling nu-ansi-term v0.50.3
25492026-03-16T23:22:08.563Z Compiling peg v0.8.5
25502026-03-16T23:22:08.726Z Compiling reedline v0.40.0
25512026-03-16T23:22:08.813Z Compiling const_format v0.2.35
25522026-03-16T23:22:08.844Z Compiling tabled v0.15.0
25532026-03-16T23:22:08.913Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-16T23:22:08.985Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-16T23:22:09.466Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-16T23:22:11.118Z Compiling bcs v0.1.6
25572026-03-16T23:22:11.290Z Compiling semver v0.1.20
25582026-03-16T23:22:11.666Z Compiling rustc_version v0.1.7
25592026-03-16T23:22:11.694Z Compiling base64 v0.21.7
25602026-03-16T23:22:11.974Z Compiling newtype_derive v0.1.6
25612026-03-16T23:22:12.259Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-16T23:22:12.371Z Compiling typify-impl v0.4.3
25632026-03-16T23:22:12.487Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-16T23:22:12.566Z Compiling humantime v2.3.0
25652026-03-16T23:22:12.858Z Compiling smawk v0.3.2
25662026-03-16T23:22:13.095Z Compiling unicode-linebreak v0.1.5
25672026-03-16T23:22:13.218Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-16T23:22:13.252Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-16T23:22:13.284Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-16T23:22:13.449Z Compiling textwrap v0.16.2
25712026-03-16T23:22:13.494Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-16T23:22:13.823Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-16T23:22:14.005Z Compiling steno v0.4.1
25742026-03-16T23:22:15.469Z Compiling utf-8 v0.7.6
25752026-03-16T23:22:15.804Z Compiling tagptr v0.2.0
25762026-03-16T23:22:15.837Z Compiling tungstenite v0.21.0
25772026-03-16T23:22:16.066Z Compiling moka v0.12.13
25782026-03-16T23:22:16.262Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-16T23:22:16.477Z Compiling radium v0.7.0
25802026-03-16T23:22:16.847Z Compiling tokio-tungstenite v0.21.0
25812026-03-16T23:22:17.382Z Compiling tap v1.0.1
25822026-03-16T23:22:17.418Z Compiling typify-macro v0.4.3
25832026-03-16T23:22:17.577Z Compiling hickory-resolver v0.25.2
25842026-03-16T23:22:17.736Z Compiling maybe-uninit v2.0.0
25852026-03-16T23:22:17.876Z Compiling wyz v0.5.1
25862026-03-16T23:22:18.228Z Compiling zerocopy-derive v0.6.6
25872026-03-16T23:22:18.556Z Compiling funty v2.0.0
25882026-03-16T23:22:18.582Z Compiling crc-catalog v2.4.0
25892026-03-16T23:22:18.748Z Compiling display-error-chain v0.2.2
25902026-03-16T23:22:18.976Z Compiling packed_struct v0.10.1
25912026-03-16T23:22:19.116Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-16T23:22:19.263Z Compiling zerocopy v0.6.6
25932026-03-16T23:22:19.370Z Compiling bitvec v1.0.1
25942026-03-16T23:22:19.454Z Compiling typify v0.4.3
25952026-03-16T23:22:19.797Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25962026-03-16T23:22:19.826Z Compiling progenitor-impl v0.10.0
25972026-03-16T23:22:21.773Z Compiling crc v3.4.0
25982026-03-16T23:22:22.079Z Compiling packed_struct_codegen v0.10.1
25992026-03-16T23:22:22.264Z Compiling bitfield-macros v0.19.4
26002026-03-16T23:22:22.833Z Compiling progenitor-macro v0.10.0
26012026-03-16T23:22:23.027Z Compiling indexmap v1.9.3
26022026-03-16T23:22:23.189Z Compiling nodrop v0.1.14
26032026-03-16T23:22:23.355Z Compiling array-init v0.0.4
26042026-03-16T23:22:23.398Z Compiling bitfield v0.19.4
26052026-03-16T23:22:23.845Z Compiling smallvec v0.6.14
26062026-03-16T23:22:23.937Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-16T23:22:24.218Z Compiling num-derive v0.3.3
26082026-03-16T23:22:24.449Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-16T23:22:24.989Z Compiling hashbrown v0.12.3
26102026-03-16T23:22:25.041Z Compiling proc-macro-error2 v2.0.1
26112026-03-16T23:22:25.154Z Compiling serde-hex v0.1.0
26122026-03-16T23:22:25.413Z Compiling libscf-sys v1.1.0
26132026-03-16T23:22:25.472Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-16T23:22:25.635Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-16T23:22:25.664Z Compiling ron v0.8.1
26162026-03-16T23:22:25.923Z Compiling hashbrown v0.13.2
26172026-03-16T23:22:25.954Z Compiling vergen-gitcl v1.0.8
26182026-03-16T23:22:26.243Z Compiling dirs-sys-next v0.1.2
26192026-03-16T23:22:26.544Z Compiling crunchy v0.2.4
26202026-03-16T23:22:26.596Z Compiling maplit v1.0.2
26212026-03-16T23:22:26.740Z Compiling diesel_derives v2.3.7
26222026-03-16T23:22:26.771Z Compiling glob v0.3.3
26232026-03-16T23:22:26.902Z Compiling crc-any v2.5.0
26242026-03-16T23:22:27.105Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-16T23:22:27.253Z Compiling clang-sys v1.8.1
26262026-03-16T23:22:27.336Z Compiling object v0.30.4
26272026-03-16T23:22:27.459Z Compiling dirs-next v2.0.0
26282026-03-16T23:22:27.540Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-16T23:22:27.648Z Compiling tabled_derive v0.11.0
26302026-03-16T23:22:27.754Z Compiling papergrid v0.17.0
26312026-03-16T23:22:27.988Z Compiling testing_table v0.3.0
26322026-03-16T23:22:28.070Z Compiling dsl_auto_type v0.2.0
26332026-03-16T23:22:28.073Z Compiling scheduled-thread-pool v0.2.7
26342026-03-16T23:22:28.410Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-16T23:22:28.542Z Compiling tiny-keccak v2.0.2
26362026-03-16T23:22:28.686Z Compiling progenitor v0.10.0
26372026-03-16T23:22:28.721Z Compiling path-slash v0.1.5
26382026-03-16T23:22:28.724Z Compiling r2d2 v0.8.10
26392026-03-16T23:22:28.925Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-16T23:22:28.928Z Compiling term v0.7.0
26412026-03-16T23:22:29.080Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-16T23:22:29.116Z Compiling arc-swap v1.8.2
26432026-03-16T23:22:29.165Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-16T23:22:29.243Z Compiling bit-vec v0.6.3
26452026-03-16T23:22:29.451Z Compiling tabled v0.20.0
26462026-03-16T23:22:29.551Z Compiling xshell-macros v0.2.7
26472026-03-16T23:22:29.595Z Compiling downcast-rs v2.0.2
26482026-03-16T23:22:29.650Z Compiling bit-set v0.5.3
26492026-03-16T23:22:29.709Z Compiling slog-scope v4.4.1
26502026-03-16T23:22:29.848Z Compiling ascii-canvas v3.0.0
26512026-03-16T23:22:30.063Z Compiling xshell v0.2.7
26522026-03-16T23:22:30.215Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-16T23:22:30.249Z Compiling itertools v0.10.5
26542026-03-16T23:22:30.282Z Compiling ena v0.14.4
26552026-03-16T23:22:30.603Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-16T23:22:30.817Z Compiling libloading v0.8.9
26572026-03-16T23:22:30.983Z Compiling bindgen v0.71.1
26582026-03-16T23:22:31.133Z Compiling regex-syntax v0.6.29
26592026-03-16T23:22:31.349Z Compiling unicase v2.9.0
26602026-03-16T23:22:31.739Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612026-03-16T23:22:31.771Z Compiling diff v0.1.13
26622026-03-16T23:22:32.141Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-16T23:22:33.805Z Compiling lalrpop v0.19.12
26642026-03-16T23:22:34.239Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-16T23:22:35.029Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-03-16T23:22:35.350Z Compiling diesel v2.3.7
26672026-03-16T23:22:35.752Z Compiling slog-stdlog v4.1.1
26682026-03-16T23:22:36.097Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-03-16T23:22:36.184Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-16T23:22:36.345Z Compiling cexpr v0.6.0
26712026-03-16T23:22:36.487Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-16T23:22:36.779Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-16T23:22:36.920Z Compiling crc8 v0.1.1
26742026-03-16T23:22:37.139Z Compiling slog-envlogger v2.2.0
26752026-03-16T23:22:37.216Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-16T23:22:37.220Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-16T23:22:37.775Z Compiling headers-core v0.3.0
26782026-03-16T23:22:37.902Z Compiling libxml v0.3.3
26792026-03-16T23:22:37.981Z Compiling headers v0.4.1
26802026-03-16T23:22:38.484Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-16T23:22:38.617Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-16T23:22:38.896Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-16T23:22:39.480Z Compiling strum_macros v0.24.3
26842026-03-16T23:22:39.595Z Compiling indoc v1.0.9
26852026-03-16T23:22:39.705Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-16T23:22:39.983Z Compiling derive_builder v0.20.2
26872026-03-16T23:22:40.123Z Compiling oso-derive v0.27.3
26882026-03-16T23:22:40.157Z Compiling quick-xml v0.37.5
26892026-03-16T23:22:40.160Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-16T23:22:40.160Z Compiling openssl-probe v0.1.6
26912026-03-16T23:22:40.251Z Compiling half v1.8.3
26922026-03-16T23:22:40.610Z Compiling serde_cbor v0.11.2
26932026-03-16T23:22:40.787Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-16T23:22:40.881Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-16T23:22:41.253Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-16T23:22:41.743Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-16T23:22:41.936Z Compiling bb8 v0.8.6
26982026-03-16T23:22:42.012Z Compiling trait-variant v0.1.2
26992026-03-16T23:22:42.097Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-16T23:22:42.128Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-16T23:22:42.434Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-16T23:22:42.532Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-16T23:22:42.723Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-16T23:22:42.814Z Compiling fxhash v0.2.1
27052026-03-16T23:22:42.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-16T23:22:43.070Z Compiling kstat-rs v0.2.4
27072026-03-16T23:22:43.308Z Compiling libz-sys v1.1.24
27082026-03-16T23:22:43.383Z Compiling nonempty v0.12.0
27092026-03-16T23:22:43.663Z Compiling salty v0.3.0
27102026-03-16T23:22:43.692Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-16T23:22:43.771Z Compiling samael v0.0.19
27122026-03-16T23:22:43.930Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-16T23:22:44.055Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-16T23:22:44.088Z Compiling progenitor-impl v0.11.2
27152026-03-16T23:22:44.186Z Compiling darling_core v0.23.0
27162026-03-16T23:22:44.864Z Compiling nanorand v0.7.0
27172026-03-16T23:22:45.009Z Compiling fs-err v2.11.0
27182026-03-16T23:22:45.151Z Compiling polar-core v0.27.3
27192026-03-16T23:22:45.340Z Compiling parking_lot_core v0.8.6
27202026-03-16T23:22:45.702Z Compiling mime_guess v2.0.5
27212026-03-16T23:22:45.956Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-16T23:22:46.369Z Compiling flume v0.11.1
27232026-03-16T23:22:46.843Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-16T23:22:47.216Z Compiling progenitor-macro v0.11.2
27252026-03-16T23:22:47.376Z Compiling darling_macro v0.23.0
27262026-03-16T23:22:48.207Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-16T23:22:48.611Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-16T23:22:48.933Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-16T23:22:50.664Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-16T23:22:51.430Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-16T23:22:51.757Z Compiling progenitor-client v0.11.2
27322026-03-16T23:22:52.699Z Compiling git-stub v1.0.0
27332026-03-16T23:22:52.987Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-16T23:22:53.053Z Compiling instability v0.3.11
27352026-03-16T23:22:53.382Z Compiling progenitor v0.11.2
27362026-03-16T23:22:53.518Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-16T23:22:54.656Z Compiling git-stub-vcs v0.1.0
27382026-03-16T23:22:55.127Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-16T23:22:55.404Z Compiling darling v0.23.0
27402026-03-16T23:22:55.551Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-16T23:22:58.117Z Compiling oso v0.27.3
27422026-03-16T23:22:59.034Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-16T23:22:59.160Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-16T23:22:59.595Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-16T23:23:00.638Z Compiling diesel-dtrace v0.5.0
27462026-03-16T23:23:00.756Z Compiling async-bb8-diesel v0.2.1
27472026-03-16T23:23:00.836Z Compiling ignore v0.4.25
27482026-03-16T23:23:01.326Z Compiling primeorder v0.13.6
27492026-03-16T23:23:01.775Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-16T23:23:03.138Z Compiling castaway v0.2.4
27512026-03-16T23:23:03.338Z Compiling nibble_vec v0.1.0
27522026-03-16T23:23:03.478Z Compiling atty v0.2.14
27532026-03-16T23:23:03.584Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-16T23:23:03.666Z Compiling indoc v2.0.7
27552026-03-16T23:23:03.695Z Compiling http-range v0.1.5
27562026-03-16T23:23:03.874Z Compiling endian-type v0.1.2
27572026-03-16T23:23:04.105Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-16T23:23:04.132Z Compiling parse-size v1.1.0
27592026-03-16T23:23:04.427Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-16T23:23:04.472Z Compiling radix_trie v0.2.1
27612026-03-16T23:23:04.667Z Compiling compact_str v0.8.1
27622026-03-16T23:23:05.067Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-16T23:23:05.152Z Compiling globwalk v0.9.1
27642026-03-16T23:23:06.018Z Compiling p384 v0.13.1
27652026-03-16T23:23:06.406Z Compiling parking_lot v0.11.2
27662026-03-16T23:23:07.231Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-16T23:23:07.561Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-16T23:23:07.776Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-16T23:23:07.935Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-16T23:23:07.967Z Compiling predicates-tree v1.0.13
27712026-03-16T23:23:08.144Z Compiling unicode-truncate v1.1.0
27722026-03-16T23:23:08.401Z Compiling lru v0.12.5
27732026-03-16T23:23:08.554Z Compiling prefix-trie v0.7.0
27742026-03-16T23:23:08.689Z Compiling vergen-git2 v1.0.7
27752026-03-16T23:23:08.802Z Compiling cassowary v0.3.0
27762026-03-16T23:23:08.976Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-16T23:23:09.215Z Compiling ratatui v0.29.0
27782026-03-16T23:23:09.924Z Compiling hickory-server v0.25.2
27792026-03-16T23:23:10.256Z Compiling camino-tempfile-ext v0.3.3
27802026-03-16T23:23:10.803Z Compiling hyper-staticfile v0.10.1
27812026-03-16T23:23:10.847Z Compiling sled v0.34.7
27822026-03-16T23:23:12.025Z Compiling hickory-client v0.25.2
27832026-03-16T23:23:12.439Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-16T23:23:12.713Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-16T23:23:13.145Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-16T23:23:13.244Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-16T23:23:13.345Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-16T23:23:14.112Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-16T23:23:14.275Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-16T23:23:14.396Z Compiling rand_seeder v0.4.0
27912026-03-16T23:23:14.714Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-16T23:23:14.963Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-16T23:23:15.019Z Compiling lzma-sys v0.1.20
27942026-03-16T23:23:15.583Z Compiling corncobs v0.1.4
27952026-03-16T23:23:15.611Z Compiling rustls v0.21.12
27962026-03-16T23:23:15.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-16T23:23:15.951Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-16T23:23:16.268Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-16T23:23:16.307Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-16T23:23:16.452Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-16T23:23:16.597Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-16T23:23:16.630Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-16T23:23:16.847Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-16T23:23:17.138Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-16T23:23:17.539Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-16T23:23:18.254Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-16T23:23:19.886Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-16T23:23:21.111Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-16T23:23:21.391Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-16T23:23:21.439Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-16T23:23:21.670Z Compiling cargo_toml v0.22.3
28122026-03-16T23:23:21.714Z Compiling rustls-webpki v0.101.7
28132026-03-16T23:23:22.996Z Compiling sct v0.7.1
28142026-03-16T23:23:23.328Z Compiling nix v0.29.0
28152026-03-16T23:23:23.825Z Compiling secrecy v0.8.0
28162026-03-16T23:23:23.855Z Compiling void v1.0.2
28172026-03-16T23:23:24.049Z Compiling lzss v0.8.2
28182026-03-16T23:23:24.572Z Compiling git2 v0.20.4
28192026-03-16T23:23:24.604Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-16T23:23:24.640Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-16T23:23:24.669Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-16T23:23:25.051Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-16T23:23:25.678Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-16T23:23:26.107Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-16T23:23:26.447Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-16T23:23:26.690Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-16T23:23:26.993Z Compiling tungstenite v0.23.0
28282026-03-16T23:23:27.040Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-16T23:23:27.230Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-16T23:23:27.351Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-16T23:23:27.531Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-16T23:23:27.625Z Compiling nix v0.27.1
28332026-03-16T23:23:28.523Z Compiling serde_bytes v0.11.19
28342026-03-16T23:23:28.553Z Compiling tokio-tungstenite v0.23.1
28352026-03-16T23:23:28.938Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28362026-03-16T23:23:29.080Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-16T23:23:29.193Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-16T23:23:29.281Z Compiling tokio-rustls v0.24.1
28392026-03-16T23:23:29.654Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-16T23:23:30.513Z Compiling ron v0.12.0
28412026-03-16T23:23:31.081Z Compiling xz2 v0.1.7
28422026-03-16T23:23:31.111Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-16T23:23:32.120Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-16T23:23:33.274Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-16T23:23:35.714Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-16T23:23:35.916Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-16T23:23:36.424Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-16T23:23:38.143Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-16T23:23:38.620Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-16T23:23:38.653Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-16T23:23:39.848Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-16T23:23:39.878Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-16T23:23:40.241Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-16T23:23:41.836Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-03-16T23:23:43.323Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-03-16T23:23:43.866Z Compiling rustls-pemfile v1.0.4
28572026-03-16T23:23:44.228Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-16T23:23:44.369Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-16T23:23:45.970Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-16T23:23:46.242Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-16T23:23:46.620Z Compiling signal-hook-tokio v0.3.1
28622026-03-16T23:23:46.652Z Compiling twox-hash v2.1.2
28632026-03-16T23:23:46.829Z Compiling yasna v0.5.2
28642026-03-16T23:23:46.860Z Compiling base16ct v1.0.0
28652026-03-16T23:23:47.221Z Compiling is_ci v1.2.0
28662026-03-16T23:23:47.486Z Compiling supports-color v3.0.2
28672026-03-16T23:23:47.806Z Compiling rcgen v0.12.1
28682026-03-16T23:23:47.838Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-16T23:23:48.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-16T23:23:48.394Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-16T23:23:48.713Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-16T23:23:48.967Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-16T23:23:49.114Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-16T23:23:51.829Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-16T23:23:53.386Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-16T23:23:53.418Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-16T23:23:53.422Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-16T23:23:55.331Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-16T23:23:55.385Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-16T23:23:55.624Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-16T23:23:55.675Z Compiling fatfs v0.3.6
28822026-03-16T23:23:55.888Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-16T23:23:57.281Z Compiling rtoolbox v0.0.3
28842026-03-16T23:23:57.621Z Compiling subprocess v0.2.15
28852026-03-16T23:23:58.443Z Compiling seq-macro v0.3.6
28862026-03-16T23:23:59.079Z Compiling assert_matches v1.5.0
28872026-03-16T23:23:59.218Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-16T23:24:00.353Z Compiling rpassword v7.4.0
28892026-03-16T23:24:00.786Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-16T23:24:00.889Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-16T23:24:01.124Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-16T23:24:01.286Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-16T23:24:03.105Z Compiling tui-tree-widget v0.23.1
28942026-03-16T23:24:03.475Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-16T23:24:04.163Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-16T23:24:04.246Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-16T23:24:04.810Z Compiling uzers v0.12.2
28982026-03-16T23:24:05.735Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-16T23:24:06.657Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-16T23:24:07.899Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-16T23:24:11.490Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-16T23:24:12.311Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-16T23:24:13.823Z Compiling support-bundle-viewer v0.1.2
29042026-03-16T23:24:15.040Z Compiling multimap v0.10.1
29052026-03-16T23:24:28.404Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-16T23:24:37.849Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-16T23:24:41.712Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-16T23:32:29.939Z Finished `release` profile [optimized] target(s) in 10m 43s
29092026-03-16T23:33:23.730Z
29102026-03-16T23:33:23.733Zreal 11:38.427358549
29112026-03-16T23:33:23.734Zuser 1:40:45.619553777
29122026-03-16T23:33:23.734Zsys 4:10.471907450
29132026-03-16T23:33:23.734Ztrap 2.257533101
29142026-03-16T23:33:23.734Ztflt 2.059820297
29152026-03-16T23:33:23.734Zdflt 17.686416723
29162026-03-16T23:33:23.734Zkflt 0.082537102
29172026-03-16T23:33:23.734Zlock 8:34:59.909029810
29182026-03-16T23:33:23.734Zslp 2:49:08.618544049
29192026-03-16T23:33:23.734Zlat 2:51.576802188
29202026-03-16T23:33:23.734Zstop 7:07.184931705
29212026-03-16T23:33:23.734Z+ mapfile -t packages
29222026-03-16T23:33:23.734Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-16T23:33:25.008Z Finished `release` profile [optimized] target(s) in 1.26s
29242026-03-16T23:33:25.077Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-16T23:33:25.145ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-16T23:33:25.148Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-16T23:33:25.859Z Compiling libc v0.2.180
29282026-03-16T23:33:25.859Z Compiling serde v1.0.228
29292026-03-16T23:33:25.863Z Compiling serde_core v1.0.228
29302026-03-16T23:33:25.986Z Compiling rustix v1.1.3
29312026-03-16T23:33:26.000Z Compiling bitflags v2.11.0
29322026-03-16T23:33:26.008Z Compiling serde_json v1.0.149
29332026-03-16T23:33:26.034Z Compiling num-traits v0.2.19
29342026-03-16T23:33:26.048Z Compiling syn v2.0.117
29352026-03-16T23:33:26.064Z Compiling hashbrown v0.16.1
29362026-03-16T23:33:26.067Z Compiling smallvec v1.15.1
29372026-03-16T23:33:26.111Z Compiling usdt-impl v0.5.0
29382026-03-16T23:33:26.114Z Compiling syn v1.0.109
29392026-03-16T23:33:26.144Z Compiling getrandom v0.4.1
29402026-03-16T23:33:26.162Z Compiling percent-encoding v2.3.2
29412026-03-16T23:33:26.430Z Compiling log v0.4.29
29422026-03-16T23:33:26.486Z Compiling form_urlencoded v1.2.2
29432026-03-16T23:33:26.622Z Compiling fs-err v3.3.0
29442026-03-16T23:33:26.625Z Compiling once_cell v1.21.3
29452026-03-16T23:33:26.625Z Compiling heck v0.4.1
29462026-03-16T23:33:26.626Z Compiling anyhow v1.0.102
29472026-03-16T23:33:26.907Z Compiling indexmap v2.13.0
29482026-03-16T23:33:27.240Z Compiling thread-id v4.2.2
29492026-03-16T23:33:27.283Z Compiling errno v0.3.14
29502026-03-16T23:33:27.287Z Compiling memmap v0.7.0
29512026-03-16T23:33:27.626Z Compiling ordered-float v2.10.1
29522026-03-16T23:33:28.335Z Compiling proc-macro-error v1.0.4
29532026-03-16T23:33:28.660Z Compiling tabled_derive v0.7.0
29542026-03-16T23:33:28.756Z Compiling terminal_size v0.4.3
29552026-03-16T23:33:28.756Z Compiling tempfile v3.25.0
29562026-03-16T23:33:28.887Z Compiling clap_builder v4.5.60
29572026-03-16T23:33:28.890Z Compiling textwrap v0.16.2
29582026-03-16T23:33:29.081Z Compiling camino-tempfile v1.4.1
29592026-03-16T23:33:29.508Z Compiling tabled v0.15.0
29602026-03-16T23:33:29.721Z Compiling synstructure v0.13.2
29612026-03-16T23:33:29.721Z Compiling pest_generator v2.8.6
29622026-03-16T23:33:30.266Z Compiling serde_derive v1.0.228
29632026-03-16T23:33:30.266Z Compiling zerovec-derive v0.11.2
29642026-03-16T23:33:30.270Z Compiling displaydoc v0.2.5
29652026-03-16T23:33:30.270Z Compiling thiserror-impl v1.0.69
29662026-03-16T23:33:30.270Z Compiling zerocopy-derive v0.7.35
29672026-03-16T23:33:30.270Z Compiling scroll_derive v0.12.1
29682026-03-16T23:33:30.270Z Compiling thiserror-impl v2.0.18
29692026-03-16T23:33:30.270Z Compiling clap_derive v4.5.55
29702026-03-16T23:33:30.333Z Compiling zerofrom-derive v0.1.6
29712026-03-16T23:33:30.348Z Compiling yoke-derive v0.8.1
29722026-03-16T23:33:30.442Z Compiling pest_derive v2.8.6
29732026-03-16T23:33:31.163Z Compiling scroll v0.12.0
29742026-03-16T23:33:31.426Z Compiling zerocopy v0.7.35
29752026-03-16T23:33:31.606Z Compiling goblin v0.8.2
29762026-03-16T23:33:31.700Z Compiling thiserror v1.0.69
29772026-03-16T23:33:31.881Z Compiling dtrace-parser v0.2.0
29782026-03-16T23:33:31.913Z Compiling thiserror v2.0.18
29792026-03-16T23:33:31.974Z Compiling zerofrom v0.1.6
29802026-03-16T23:33:32.171Z Compiling yoke v0.8.1
29812026-03-16T23:33:32.478Z Compiling zerovec v0.11.5
29822026-03-16T23:33:32.544Z Compiling zerotrie v0.2.3
29832026-03-16T23:33:32.561Z Compiling clap v4.5.60
29842026-03-16T23:33:33.317Z Compiling tinystr v0.8.2
29852026-03-16T23:33:33.644Z Compiling icu_locale_core v2.1.1
29862026-03-16T23:33:34.384Z Compiling potential_utf v0.1.4
29872026-03-16T23:33:34.698Z Compiling icu_provider v2.1.1
29882026-03-16T23:33:34.804Z Compiling icu_collections v2.1.1
29892026-03-16T23:33:34.944Z Compiling toml_datetime v0.6.11
29902026-03-16T23:33:35.028Z Compiling serde_spanned v0.6.9
29912026-03-16T23:33:35.212Z Compiling dof v0.3.0
29922026-03-16T23:33:35.269Z Compiling toml_edit v0.22.27
29932026-03-16T23:33:35.287Z Compiling serde_tokenstream v0.2.3
29942026-03-16T23:33:35.374Z Compiling icu_properties v2.1.2
29952026-03-16T23:33:35.413Z Compiling icu_normalizer v2.1.1
29962026-03-16T23:33:35.478Z Compiling serde-value v0.7.0
29972026-03-16T23:33:35.539Z Compiling cargo-platform v0.2.0
29982026-03-16T23:33:35.711Z Compiling macaddr v1.0.1
29992026-03-16T23:33:36.292Z Compiling usdt-macro v0.5.0
30002026-03-16T23:33:36.576Z Compiling usdt-attr-macro v0.5.0
30012026-03-16T23:33:36.664Z Compiling idna_adapter v1.2.1
30022026-03-16T23:33:36.857Z Compiling idna v1.1.0
30032026-03-16T23:33:37.297Z Compiling url v2.5.8
30042026-03-16T23:33:37.393Z Compiling usdt v0.5.0
30052026-03-16T23:33:37.413Z Compiling toml v0.8.23
30062026-03-16T23:33:38.041Z Compiling cargo-util-schemas v0.8.2
30072026-03-16T23:33:38.041Z Compiling cargo_toml v0.21.0
30082026-03-16T23:33:39.470Z Compiling cargo_metadata v0.21.0
30092026-03-16T23:33:43.691Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-16T23:33:47.692Z Finished `release` profile [optimized] target(s) in 22.53s
30112026-03-16T23:33:47.844Z
30122026-03-16T23:33:47.847Zreal 22.661552004
30132026-03-16T23:33:47.847Zuser 3:09.839933064
30142026-03-16T23:33:47.847Zsys 22.223297340
30152026-03-16T23:33:47.847Ztrap 0.086474318
30162026-03-16T23:33:47.847Ztflt 0.904796435
30172026-03-16T23:33:47.848Zdflt 1.789532780
30182026-03-16T23:33:47.848Zkflt 0.000033278
30192026-03-16T23:33:47.848Zlock 7:16.803155702
30202026-03-16T23:33:47.848Zslp 4:27.285411055
30212026-03-16T23:33:47.848Zlat 8.315749525
30222026-03-16T23:33:47.848Zstop 31.111795533
30232026-03-16T23:33:47.848Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-16T23:33:47.848Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-16T23:33:47.848Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-16T23:33:47.848Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-16T23:33:47.848Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-16T23:33:49.140Z Compiling regress v0.10.5
30292026-03-16T23:33:49.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-16T23:33:49.333Z Compiling serde_spanned v1.0.4
30312026-03-16T23:33:49.354Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-16T23:33:49.357Z Compiling newtype-uuid-macros v0.1.0
30332026-03-16T23:33:49.357Z Compiling structmeta-derive v0.3.0
30342026-03-16T23:33:49.377Z Compiling rustls v0.22.4
30352026-03-16T23:33:49.380Z Compiling rustls-webpki v0.102.8
30362026-03-16T23:33:49.380Z Compiling multer v3.1.0
30372026-03-16T23:33:49.400Z Compiling debug-ignore v1.0.5
30382026-03-16T23:33:49.403Z Compiling match_cfg v0.1.0
30392026-03-16T23:33:49.545Z Compiling progenitor-client v0.13.0
30402026-03-16T23:33:49.548Z Compiling slog-json v2.6.1
30412026-03-16T23:33:49.549Z Compiling async-stream-impl v0.3.6
30422026-03-16T23:33:49.596Z Compiling dropshot v0.16.7
30432026-03-16T23:33:49.623Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-16T23:33:49.626Z Compiling itertools v0.14.0
30452026-03-16T23:33:49.651Z Compiling hostname v0.3.1
30462026-03-16T23:33:49.727Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-16T23:33:49.730Z Compiling waitgroup v0.1.2
30482026-03-16T23:33:49.857Z Compiling slog-bunyan v2.5.0
30492026-03-16T23:33:49.861Z Compiling rustls-pemfile v2.2.0
30502026-03-16T23:33:49.912Z Compiling dropshot_endpoint v0.16.7
30512026-03-16T23:33:50.013Z Compiling serde_path_to_error v0.1.20
30522026-03-16T23:33:50.016Z Compiling hostname v0.4.2
30532026-03-16T23:33:50.016Z Compiling macaddr v1.0.1
30542026-03-16T23:33:50.115Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-16T23:33:50.145Z Compiling progenitor-client v0.10.0
30562026-03-16T23:33:50.170Z Compiling instant v0.1.13
30572026-03-16T23:33:50.264Z Compiling backon v1.6.0
30582026-03-16T23:33:50.330Z Compiling backoff v0.4.0
30592026-03-16T23:33:50.412Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-16T23:33:50.438Z Compiling async-stream v0.3.6
30612026-03-16T23:33:50.462Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-16T23:33:50.511Z Compiling progenitor-extras v0.1.1
30632026-03-16T23:33:50.539Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-16T23:33:50.569Z Compiling unsafe-libyaml v0.2.11
30652026-03-16T23:33:50.570Z Compiling crucible-workspace-hack v0.1.0
30662026-03-16T23:33:50.573Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-16T23:33:50.646Z Compiling secrecy v0.10.3
30682026-03-16T23:33:50.676Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-16T23:33:50.701Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-16T23:33:50.825Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-16T23:33:50.890Z Compiling heapless v0.8.0
30722026-03-16T23:33:50.894Z Compiling hash32 v0.3.1
30732026-03-16T23:33:50.942Z Compiling structmeta v0.3.0
30742026-03-16T23:33:51.023Z Compiling smoltcp v0.11.0
30752026-03-16T23:33:51.059Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-16T23:33:51.090Z Compiling toml v0.8.23
30772026-03-16T23:33:51.121Z Compiling tabwriter v1.4.1
30782026-03-16T23:33:51.175Z Compiling cobs v0.3.0
30792026-03-16T23:33:51.256Z Compiling derive-ex v0.1.8
30802026-03-16T23:33:51.314Z Compiling parse-display-derive v0.10.0
30812026-03-16T23:33:51.340Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-16T23:33:51.394Z Compiling proc-macro-crate v3.4.0
30832026-03-16T23:33:51.419Z Compiling ingot-macros v0.1.1
30842026-03-16T23:33:51.476Z Compiling foreign-types-macros v0.2.3
30852026-03-16T23:33:51.540Z Compiling foreign-types-shared v0.3.1
30862026-03-16T23:33:51.563Z Compiling convert_case v0.4.0
30872026-03-16T23:33:51.658Z Compiling cpufeatures v0.3.0
30882026-03-16T23:33:51.782Z Compiling chacha20 v0.10.0
30892026-03-16T23:33:51.808Z Compiling postcard v1.1.3
30902026-03-16T23:33:51.995Z Compiling proc-macro-crate v1.3.1
30912026-03-16T23:33:52.024Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-16T23:33:52.097Z Compiling derive_more v0.99.20
30932026-03-16T23:33:52.176Z Compiling universal-hash v0.5.1
30942026-03-16T23:33:52.180Z Compiling num_enum_derive v0.7.5
30952026-03-16T23:33:52.235Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-16T23:33:52.322Z Compiling foreign-types v0.5.0
30972026-03-16T23:33:52.347Z Compiling cstr-argument v0.1.2
30982026-03-16T23:33:52.375Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-16T23:33:52.449Z Compiling colored v3.1.1
31002026-03-16T23:33:52.475Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-16T23:33:52.579Z Compiling tokio-rustls v0.25.0
31022026-03-16T23:33:52.607Z Compiling opaque-debug v0.3.1
31032026-03-16T23:33:52.635Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-03-16T23:33:52.689Z Compiling num_enum_derive v0.5.11
31052026-03-16T23:33:52.726Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-03-16T23:33:52.751Z Compiling rand v0.10.0
31072026-03-16T23:33:52.814Z Compiling typify-impl v0.6.1
31082026-03-16T23:33:52.839Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-16T23:33:52.991Z Compiling half v2.7.1
31102026-03-16T23:33:53.092Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-16T23:33:53.342Z Compiling ciborium-io v0.2.2
31122026-03-16T23:33:53.449Z Compiling camino-tempfile v1.4.1
31132026-03-16T23:33:53.495Z Compiling ciborium-ll v0.2.2
31142026-03-16T23:33:53.519Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-03-16T23:33:53.674Z Compiling test-strategy v0.4.5
31162026-03-16T23:33:53.703Z Compiling num_enum v0.7.5
31172026-03-16T23:33:53.732Z Compiling ciborium v0.2.2
31182026-03-16T23:33:53.735Z Compiling parse-display v0.10.0
31192026-03-16T23:33:53.779Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-03-16T23:33:53.810Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31212026-03-16T23:33:53.814Z Compiling smf v0.2.3
31222026-03-16T23:33:53.886Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-16T23:33:53.960Z Compiling aead v0.5.2
31242026-03-16T23:33:53.996Z Compiling num-derive v0.4.2
31252026-03-16T23:33:54.021Z Compiling sigpipe v0.1.3
31262026-03-16T23:33:54.162Z Compiling glob v0.3.3
31272026-03-16T23:33:54.166Z Compiling num_enum v0.5.11
31282026-03-16T23:33:54.212Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31292026-03-16T23:33:54.215Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-16T23:33:54.263Z Compiling poly1305 v0.8.0
31312026-03-16T23:33:54.360Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-16T23:33:54.560Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-16T23:33:54.606Z Compiling chacha20 v0.9.1
31342026-03-16T23:33:54.631Z Compiling whoami v1.6.1
31352026-03-16T23:33:54.635Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-16T23:33:54.860Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-16T23:33:54.886Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-16T23:33:54.889Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-16T23:33:54.977Z Compiling num-rational v0.4.2
31402026-03-16T23:33:55.057Z Compiling password-hash v0.5.0
31412026-03-16T23:33:55.165Z Compiling blake2 v0.10.6
31422026-03-16T23:33:55.273Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-16T23:33:55.328Z Compiling num-complex v0.4.6
31442026-03-16T23:33:55.356Z Compiling prettyplease v0.2.37
31452026-03-16T23:33:55.382Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-03-16T23:33:55.409Z Compiling indent_write v2.2.0
31472026-03-16T23:33:55.433Z Compiling ingot-types v0.1.2
31482026-03-16T23:33:55.638Z Compiling argon2 v0.5.3
31492026-03-16T23:33:55.664Z Compiling chacha20poly1305 v0.10.1
31502026-03-16T23:33:55.726Z Compiling float-ord v0.3.2
31512026-03-16T23:33:55.784Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-03-16T23:33:55.872Z Compiling num v0.4.3
31532026-03-16T23:33:55.897Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31542026-03-16T23:33:55.950Z Compiling ingot v0.1.1
31552026-03-16T23:33:55.950Z Compiling gethostname v0.5.0
31562026-03-16T23:33:55.950Z Compiling usdt-macro v0.5.0
31572026-03-16T23:33:55.950Z Compiling usdt-attr-macro v0.5.0
31582026-03-16T23:33:56.052Z Compiling derive-where v1.6.0
31592026-03-16T23:33:56.056Z Compiling memmap v0.7.0
31602026-03-16T23:33:56.186Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-16T23:33:56.333Z Compiling typify-impl v0.4.3
31622026-03-16T23:33:56.363Z Compiling atomicwrites v0.4.4
31632026-03-16T23:33:56.577Z Compiling thiserror-no-std v2.0.2
31642026-03-16T23:33:56.604Z Compiling owo-colors v4.3.0
31652026-03-16T23:33:56.657Z Compiling cancel-safe-futures v0.1.5
31662026-03-16T23:33:56.683Z Compiling libsw-core v0.3.2
31672026-03-16T23:33:56.732Z Compiling vsss-rs v3.3.4
31682026-03-16T23:33:56.942Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-16T23:33:56.969Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-16T23:33:57.046Z Compiling async-recursion v1.1.1
31712026-03-16T23:33:57.126Z Compiling usdt v0.5.0
31722026-03-16T23:33:57.167Z Compiling resolv-conf v0.7.6
31732026-03-16T23:33:57.354Z Compiling libsw v3.5.0
31742026-03-16T23:33:57.499Z Compiling libefi-sys v0.1.0
31752026-03-16T23:33:57.606Z Compiling linear-map v1.2.0
31762026-03-16T23:33:57.635Z Compiling hickory-proto v0.24.4
31772026-03-16T23:33:57.664Z Compiling newline-converter v0.3.0
31782026-03-16T23:33:57.690Z Compiling console v0.15.11
31792026-03-16T23:33:57.796Z Compiling bitfield-struct v0.6.2
31802026-03-16T23:33:57.851Z Compiling linked-hash-map v0.5.6
31812026-03-16T23:33:57.892Z Compiling semver v0.1.20
31822026-03-16T23:33:58.009Z Compiling pin-project-internal v1.1.11
31832026-03-16T23:33:58.036Z Compiling slog-dtrace v0.3.0
31842026-03-16T23:33:58.128Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-03-16T23:33:58.153Z Compiling rustc_version v0.1.7
31862026-03-16T23:33:58.276Z Compiling expectorate v1.2.0
31872026-03-16T23:33:58.305Z Compiling lru-cache v0.1.2
31882026-03-16T23:33:58.329Z Compiling minimal-lexical v0.2.1
31892026-03-16T23:33:58.332Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-16T23:33:58.483Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31912026-03-16T23:33:58.511Z Compiling newtype_derive v0.1.6
31922026-03-16T23:33:58.561Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-16T23:33:58.565Z Compiling tokio-dtrace v0.1.1
31942026-03-16T23:33:58.617Z Compiling nom v7.1.3
31952026-03-16T23:33:58.697Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-03-16T23:33:58.722Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-16T23:33:58.726Z Compiling phf_shared v0.12.1
31982026-03-16T23:33:58.787Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-03-16T23:33:58.867Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-16T23:33:58.967Z Compiling pem v3.0.6
32012026-03-16T23:33:59.000Z Compiling snafu-derive v0.8.9
32022026-03-16T23:33:59.075Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-16T23:33:59.135Z Compiling csv-core v0.1.13
32042026-03-16T23:33:59.341Z Compiling xshell-macros v0.2.7
32052026-03-16T23:33:59.497Z Compiling highway v1.3.0
32062026-03-16T23:33:59.524Z Compiling chrono-tz v0.10.4
32072026-03-16T23:33:59.555Z Compiling typify-macro v0.6.1
32082026-03-16T23:33:59.579Z Compiling same-file v1.0.6
32092026-03-16T23:33:59.677Z Compiling pin-project v1.1.11
32102026-03-16T23:33:59.701Z Compiling const_format_proc_macros v0.2.34
32112026-03-16T23:33:59.836Z Compiling walkdir v2.5.0
32122026-03-16T23:33:59.893Z Compiling csv v1.4.0
32132026-03-16T23:33:59.918Z Compiling xshell v0.2.7
32142026-03-16T23:34:00.044Z Compiling phf v0.12.1
32152026-03-16T23:34:00.081Z Compiling oxide-tokio-rt v0.1.3
32162026-03-16T23:34:00.289Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-16T23:34:00.432Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-16T23:34:00.471Z Compiling globset v0.4.18
32192026-03-16T23:34:00.496Z Compiling olpc-cjson v0.1.4
32202026-03-16T23:34:00.577Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-03-16T23:34:00.656Z Compiling hickory-resolver v0.24.4
32222026-03-16T23:34:00.687Z Compiling primeorder v0.13.6
32232026-03-16T23:34:00.715Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32242026-03-16T23:34:00.747Z Compiling serde_plain v1.0.2
32252026-03-16T23:34:00.875Z Compiling typed-path v0.9.3
32262026-03-16T23:34:00.900Z Compiling base64 v0.21.7
32272026-03-16T23:34:01.047Z Compiling const_format v0.2.35
32282026-03-16T23:34:01.077Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-16T23:34:01.370Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-16T23:34:01.396Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-16T23:34:01.478Z Compiling tabled_derive v0.7.0
32322026-03-16T23:34:01.513Z Compiling bcs v0.1.6
32332026-03-16T23:34:01.854Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-16T23:34:01.958Z Compiling snafu v0.8.9
32352026-03-16T23:34:02.033Z Compiling typify v0.6.1
32362026-03-16T23:34:02.077Z Compiling qorb v0.4.1
32372026-03-16T23:34:02.157Z Compiling termtree v0.5.1
32382026-03-16T23:34:02.196Z Compiling progenitor-impl v0.13.0
32392026-03-16T23:34:02.253Z Compiling salty v0.3.0
32402026-03-16T23:34:02.280Z Compiling radium v0.7.0
32412026-03-16T23:34:02.379Z Compiling tough v0.20.0
32422026-03-16T23:34:02.465Z Compiling textwrap v0.16.2
32432026-03-16T23:34:02.643Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-16T23:34:02.698Z Compiling steno v0.4.1
32452026-03-16T23:34:02.730Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-03-16T23:34:02.843Z Compiling tabled v0.15.0
32472026-03-16T23:34:02.941Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-16T23:34:03.016Z Compiling maybe-uninit v2.0.0
32492026-03-16T23:34:03.042Z Compiling typify-macro v0.4.3
32502026-03-16T23:34:03.070Z Compiling tap v1.0.1
32512026-03-16T23:34:03.146Z Compiling utf-8 v0.7.6
32522026-03-16T23:34:03.173Z Compiling humantime v2.3.0
32532026-03-16T23:34:03.254Z Compiling wyz v0.5.1
32542026-03-16T23:34:03.412Z Compiling tungstenite v0.21.0
32552026-03-16T23:34:03.517Z Compiling p384 v0.13.1
32562026-03-16T23:34:03.521Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-16T23:34:03.567Z Compiling arc-swap v1.8.2
32582026-03-16T23:34:03.570Z Compiling packed_struct v0.10.1
32592026-03-16T23:34:03.961Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-03-16T23:34:04.000Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-03-16T23:34:04.076Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-03-16T23:34:04.339Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-03-16T23:34:04.614Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-16T23:34:04.730Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-16T23:34:04.775Z Compiling funty v2.0.0
32662026-03-16T23:34:04.935Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-03-16T23:34:05.325Z Compiling tagptr v0.2.0
32682026-03-16T23:34:05.524Z Compiling typify v0.4.3
32692026-03-16T23:34:05.548Z Compiling moka v0.12.13
32702026-03-16T23:34:05.575Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-16T23:34:05.696Z Compiling progenitor-impl v0.10.0
32722026-03-16T23:34:05.721Z Compiling bitvec v1.0.1
32732026-03-16T23:34:06.047Z Compiling progenitor-macro v0.13.0
32742026-03-16T23:34:06.206Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-16T23:34:06.327Z Compiling tokio-tungstenite v0.21.0
32762026-03-16T23:34:06.381Z Compiling slog-scope v4.4.1
32772026-03-16T23:34:06.538Z Compiling polyval v0.6.2
32782026-03-16T23:34:06.541Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-16T23:34:06.647Z Compiling packed_struct_codegen v0.10.1
32802026-03-16T23:34:06.751Z Compiling bitfield-macros v0.19.4
32812026-03-16T23:34:06.776Z Compiling zerocopy-derive v0.6.6
32822026-03-16T23:34:06.803Z Compiling proc-macro-error-attr2 v2.0.0
32832026-03-16T23:34:06.902Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-16T23:34:07.006Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-16T23:34:07.049Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-16T23:34:07.348Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-16T23:34:07.752Z Compiling indexmap v1.9.3
32882026-03-16T23:34:07.803Z Compiling nodrop v0.1.14
32892026-03-16T23:34:07.828Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-16T23:34:07.958Z Compiling crc-catalog v2.4.0
32912026-03-16T23:34:07.989Z Compiling parking_lot_core v0.8.6
32922026-03-16T23:34:08.093Z Compiling crc v3.4.0
32932026-03-16T23:34:08.119Z Compiling zerocopy v0.6.6
32942026-03-16T23:34:08.122Z Compiling array-init v0.0.4
32952026-03-16T23:34:08.232Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-16T23:34:08.383Z Compiling bitfield v0.19.4
32972026-03-16T23:34:08.407Z Compiling proc-macro-error2 v2.0.1
32982026-03-16T23:34:08.435Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-16T23:34:08.623Z Compiling ghash v0.5.1
33002026-03-16T23:34:08.725Z Compiling slog-stdlog v4.1.1
33012026-03-16T23:34:08.820Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-16T23:34:08.845Z Compiling smallvec v0.6.14
33032026-03-16T23:34:08.872Z Compiling hickory-resolver v0.25.2
33042026-03-16T23:34:08.961Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-03-16T23:34:09.036Z Compiling git-stub v1.0.0
33062026-03-16T23:34:09.162Z Compiling num-derive v0.3.3
33072026-03-16T23:34:09.291Z Compiling ctr v0.9.2
33082026-03-16T23:34:09.334Z Compiling lzma-sys v0.1.20
33092026-03-16T23:34:09.420Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-03-16T23:34:09.470Z Compiling hashbrown v0.12.3
33112026-03-16T23:34:09.517Z Compiling progenitor-macro v0.10.0
33122026-03-16T23:34:09.625Z Compiling unicase v2.9.0
33132026-03-16T23:34:09.758Z Compiling aes-gcm v0.10.3
33142026-03-16T23:34:09.783Z Compiling git-stub-vcs v0.1.0
33152026-03-16T23:34:09.851Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33162026-03-16T23:34:09.938Z Compiling mime_guess v2.0.5
33172026-03-16T23:34:09.974Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-16T23:34:10.030Z Compiling serde-hex v0.1.0
33192026-03-16T23:34:10.057Z Compiling slog-envlogger v2.2.0
33202026-03-16T23:34:10.200Z Compiling tabled_derive v0.11.0
33212026-03-16T23:34:10.301Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-16T23:34:10.361Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-16T23:34:10.445Z Compiling libscf-sys v1.1.0
33242026-03-16T23:34:10.595Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-03-16T23:34:10.708Z Compiling progenitor-impl v0.11.2
33262026-03-16T23:34:10.753Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-16T23:34:10.960Z Compiling ron v0.8.1
33282026-03-16T23:34:11.060Z Compiling papergrid v0.17.0
33292026-03-16T23:34:11.163Z Compiling cargo_toml v0.22.3
33302026-03-16T23:34:11.492Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-16T23:34:11.623Z Compiling hashbrown v0.13.2
33322026-03-16T23:34:11.898Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-16T23:34:12.250Z Compiling testing_table v0.3.0
33342026-03-16T23:34:12.350Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-16T23:34:12.385Z Compiling blowfish v0.9.1
33362026-03-16T23:34:12.452Z Compiling ssh-encoding v0.2.0
33372026-03-16T23:34:12.493Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-16T23:34:12.586Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-16T23:34:12.669Z Compiling nibble_vec v0.1.0
33402026-03-16T23:34:12.738Z Compiling endian-type v0.1.2
33412026-03-16T23:34:12.864Z Compiling crc-any v2.5.0
33422026-03-16T23:34:12.888Z Compiling corncobs v0.1.4
33432026-03-16T23:34:12.891Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-03-16T23:34:12.956Z Compiling radix_trie v0.2.1
33452026-03-16T23:34:13.067Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-16T23:34:13.155Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-16T23:34:13.239Z Compiling ssh-cipher v0.2.0
33482026-03-16T23:34:13.268Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-03-16T23:34:13.298Z Compiling bcrypt-pbkdf v0.10.0
33502026-03-16T23:34:13.356Z Compiling tabled v0.20.0
33512026-03-16T23:34:13.407Z Compiling object v0.30.4
33522026-03-16T23:34:13.458Z Compiling progenitor v0.13.0
33532026-03-16T23:34:13.504Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-16T23:34:13.645Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-16T23:34:13.686Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-16T23:34:13.786Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-16T23:34:13.932Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-16T23:34:14.094Z Compiling parking_lot v0.11.2
33592026-03-16T23:34:14.571Z Compiling progenitor-macro v0.11.2
33602026-03-16T23:34:14.606Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-03-16T23:34:14.635Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-16T23:34:14.669Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-16T23:34:15.029Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-16T23:34:15.314Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-16T23:34:15.314Z Compiling progenitor-client v0.11.2
33662026-03-16T23:34:15.402Z Compiling prefix-trie v0.7.0
33672026-03-16T23:34:15.435Z Compiling password-hash v0.4.2
33682026-03-16T23:34:15.583Z Compiling fxhash v0.2.1
33692026-03-16T23:34:15.798Z Compiling secrecy v0.8.0
33702026-03-16T23:34:15.821Z Compiling path-slash v0.1.5
33712026-03-16T23:34:15.971Z Compiling http-range v0.1.5
33722026-03-16T23:34:15.999Z Compiling half v1.8.3
33732026-03-16T23:34:16.030Z Compiling hickory-server v0.25.2
33742026-03-16T23:34:16.258Z Compiling pbkdf2 v0.11.0
33752026-03-16T23:34:16.419Z Compiling serde_cbor v0.11.2
33762026-03-16T23:34:16.600Z Compiling sled v0.34.7
33772026-03-16T23:34:16.656Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-16T23:34:16.776Z Compiling ron v0.12.0
33792026-03-16T23:34:16.842Z Compiling progenitor v0.10.0
33802026-03-16T23:34:16.971Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-03-16T23:34:17.072Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33822026-03-16T23:34:17.331Z Compiling xz2 v0.1.7
33832026-03-16T23:34:17.522Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-16T23:34:17.805Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-16T23:34:17.962Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-16T23:34:18.283Z Compiling ssh-key v0.6.7
33872026-03-16T23:34:18.618Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-16T23:34:18.644Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-16T23:34:18.788Z Compiling hickory-client v0.25.2
33902026-03-16T23:34:18.831Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-16T23:34:18.855Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-16T23:34:19.083Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-16T23:34:19.283Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33942026-03-16T23:34:19.869Z Compiling p256 v0.13.2
33952026-03-16T23:34:19.894Z Compiling p521 v0.13.3
33962026-03-16T23:34:20.206Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33972026-03-16T23:34:20.232Z Compiling yasna v0.5.2
33982026-03-16T23:34:20.408Z Compiling kstat-rs v0.2.4
33992026-03-16T23:34:20.676Z Compiling headers-core v0.3.0
34002026-03-16T23:34:20.846Z Compiling nanorand v0.7.0
34012026-03-16T23:34:20.878Z Compiling russh-cryptovec v0.7.3
34022026-03-16T23:34:20.916Z Compiling atty v0.2.14
34032026-03-16T23:34:21.095Z Compiling home v0.5.12
34042026-03-16T23:34:21.158Z Compiling base16ct v1.0.0
34052026-03-16T23:34:21.232Z Compiling md5 v0.7.0
34062026-03-16T23:34:21.263Z Compiling crc8 v0.1.1
34072026-03-16T23:34:21.294Z Compiling flume v0.11.1
34082026-03-16T23:34:21.322Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-16T23:34:21.325Z Compiling rcgen v0.12.1
34102026-03-16T23:34:21.460Z Compiling headers v0.4.1
34112026-03-16T23:34:21.463Z Compiling russh-keys v0.45.0
34122026-03-16T23:34:21.519Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-16T23:34:21.549Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-16T23:34:21.613Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-16T23:34:21.639Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-16T23:34:21.856Z Compiling progenitor v0.11.2
34172026-03-16T23:34:22.023Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-03-16T23:34:22.091Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-16T23:34:22.143Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-16T23:34:22.461Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-16T23:34:22.555Z Compiling hyper-staticfile v0.10.1
34222026-03-16T23:34:22.584Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-16T23:34:22.611Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-16T23:34:23.029Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-16T23:34:23.126Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-16T23:34:23.283Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-16T23:34:23.368Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-16T23:34:23.569Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-16T23:34:23.636Z Compiling num-bigint v0.4.6
34302026-03-16T23:34:23.664Z Compiling des v0.8.1
34312026-03-16T23:34:23.702Z Compiling subprocess v0.2.15
34322026-03-16T23:34:23.743Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-16T23:34:23.961Z Compiling display-error-chain v0.2.2
34342026-03-16T23:34:24.171Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-03-16T23:34:24.246Z Compiling hex-literal v0.4.1
34362026-03-16T23:34:24.332Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-16T23:34:24.357Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-03-16T23:34:24.449Z Compiling colored v2.2.0
34392026-03-16T23:34:24.537Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-16T23:34:24.791Z Compiling socket2 v0.5.10
34412026-03-16T23:34:24.884Z Compiling internet-checksum v0.2.1
34422026-03-16T23:34:25.423Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-16T23:34:25.530Z Compiling russh v0.45.0
34442026-03-16T23:34:26.175Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-16T23:34:32.702Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-16T23:34:43.026Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-16T23:34:43.026Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-16T23:34:43.044Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-16T23:34:43.044Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-16T23:34:45.253Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-16T23:34:45.452Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-16T23:34:51.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-16T23:35:21.159Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-16T23:35:45.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34552026-03-16T23:35:45.618Z
34562026-03-16T23:35:45.621Zreal 1:57.736134445
34572026-03-16T23:35:45.621Zuser 11:36.752410436
34582026-03-16T23:35:45.621Zsys 2:03.470200883
34592026-03-16T23:35:45.621Ztrap 0.353091180
34602026-03-16T23:35:45.621Ztflt 0.513283566
34612026-03-16T23:35:45.621Zdflt 1.920209256
34622026-03-16T23:35:45.621Zkflt 0.000293834
34632026-03-16T23:35:45.622Zlock 40:16.646796710
34642026-03-16T23:35:45.622Zslp 26:03.636286738
34652026-03-16T23:35:45.622Zlat 46.511853734
34662026-03-16T23:35:45.622Zstop 3:58.113249091
34672026-03-16T23:35:45.622Z+ mkdir tests
34682026-03-16T23:35:45.625Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-16T23:35:45.625Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-16T23:35:45.660Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-16T23:35:45.683Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-16T23:35:45.705Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-16T23:35:45.728Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-16T23:35:45.965Z+ 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-16T23:35:45.969Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-03-16T23:37:25.391ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-16T23:37:25.391Za .github/buildomat/ci-env.sh 1K
34782026-03-16T23:37:25.391Za out/target/test 1K
34792026-03-16T23:37:25.391Za out/npuzone/npuzone 27402K
34802026-03-16T23:37:25.391Za package-manifest.toml 35K
34812026-03-16T23:37:25.391Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-16T23:37:25.391Za target/release/omicron-package 40561K
34832026-03-16T23:37:25.391Za target/release/xtask 11433K
34842026-03-16T23:37:25.391Za target/debug/bootstrap 335373K
34852026-03-16T23:37:25.391Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-16T23:37:25.391Za tests/commtest-24d786529c44a77c 32395K
34872026-03-16T23:37:25.391Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-16T23:37:25.391Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377668K
34892026-03-16T23:37:25.391Za out/clickhouse.tar.gz 301709K
34902026-03-16T23:37:25.391Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-16T23:37:25.391Za out/clickhouse_server.tar.gz 301708K
34922026-03-16T23:37:25.391Za out/cockroachdb.tar.gz 156525K
34932026-03-16T23:37:25.391Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-16T23:37:25.391Za out/crucible-utils.tar 17744K
34952026-03-16T23:37:25.391Za out/crucible-zone.tar.gz 53128K
34962026-03-16T23:37:25.391Za out/external-dns.tar.gz 43604K
34972026-03-16T23:37:25.391Za out/internal-dns.tar.gz 43604K
34982026-03-16T23:37:25.391Za out/mg-ddm-gz.tar 78377K
34992026-03-16T23:37:25.392Za out/nexus.tar.gz 209116K
35002026-03-16T23:37:25.392Za out/ntp.tar.gz 25418K
35012026-03-16T23:37:25.392Za out/omicron-gateway-softnpu.tar.gz 28226K
35022026-03-16T23:37:25.392Za out/omicron-sled-agent.tar 186532K
35032026-03-16T23:37:25.392Za out/overlay.tar.gz 3K
35042026-03-16T23:37:25.392Za out/oximeter.tar.gz 57428K
35052026-03-16T23:37:25.392Za out/oxlog.tar 3782K
35062026-03-16T23:37:25.392Za out/probe.tar.gz 3037K
35072026-03-16T23:37:25.392Za out/propolis-server.tar.gz 74633K
35082026-03-16T23:37:25.392Za out/pumpkind-gz.tar 26647K
35092026-03-16T23:37:25.392Za out/switch-softnpu.tar.gz 367877K
35102026-03-16T23:37:25.395Z
35112026-03-16T23:37:25.395Zreal 1:39.453130126
35122026-03-16T23:37:25.395Zuser 1:36.436551607
35132026-03-16T23:37:25.395Zsys 6.043292555
35142026-03-16T23:37:25.395Ztrap 0.006907372
35152026-03-16T23:37:25.395Ztflt 0.000000000
35162026-03-16T23:37:25.395Zdflt 0.000000000
35172026-03-16T23:37:25.395Zkflt 0.000000000
35182026-03-16T23:37:25.396Zlock 0.000000000
35192026-03-16T23:37:25.396Zslp 1:35.800863871
35202026-03-16T23:37:25.396Zlat 0.613643582
35212026-03-16T23:37:25.396Zstop 0.000149594
35222026-03-16T23:37:25.396Zprocess exited: duration 1274974 ms, exit code 0
 
35232026-03-16T23:37:25.411Zfound 1 output files
35242026-03-16T23:37:25.411Zuploading: /work/package.tar.gz (2319774756 bytes)
35252026-03-16T23:37:52.334Zuploaded: /work/package.tar.gz