01KMM83B1346ASPTT5HV5SY7Z3: 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: 01KMM83RDVC853757JPNNBR4AP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T05:10:23.722Zjob assigned to worker 01KMM8RPWPPN5M5EZ0RX5JZ0J0 [factory aws, i-0c387c71b94888ae9] (queued for 12 m 9 s)
 
22026-03-26T05:10:31.123Zstarting task 0: "setup"
32026-03-26T05:10:31.128Z++ uname -s
42026-03-26T05:10:31.131Z+ kern=SunOS
52026-03-26T05:10:31.131Z+ build_user=build
62026-03-26T05:10:31.131Z+ build_uid=12345
72026-03-26T05:10:31.131Z+ work_dir=/work
82026-03-26T05:10:31.131Z+ input_dir=/input
92026-03-26T05:10:31.131Z+ [[ 0 == 12345 ]]
102026-03-26T05:10:31.131Z+ case "$kern" in
112026-03-26T05:10:31.131Z+ groupadd -g 12345 build
122026-03-26T05:10:31.134Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T05:10:33.142Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T05:10:33.277Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T05:10:33.280Z+ home_fs=zfs
162026-03-26T05:10:33.280Z+ [[ zfs == autofs ]]
172026-03-26T05:10:33.280Z+ mkdir -p /home/build
182026-03-26T05:10:33.283Z+ chown build:build /home/build /work
192026-03-26T05:10:35.283Z+ chmod 0700 /home/build /work
202026-03-26T05:10:35.287Zprocess exited: duration 4166 ms, exit code 0
 
212026-03-26T05:10:35.293Zstarting task 1: "rust-toolchain"
222026-03-26T05:10:35.300Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T05:10:35.300Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-26T05:10:35.300Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-26T05:10:35.300Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-26T05:10:35.300Z * rust toolchain channel = "1.94.0"
272026-03-26T05:10:35.300Z * rust toolchain profile = "default"
282026-03-26T05:10:35.305Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T05:10:35.305Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T05:10:35.429Zinfo: downloading installer
312026-03-26T05:10:36.841Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T05:10:36.841Zwarn: /opt/ooce/bin
332026-03-26T05:10:36.841Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T05:10:36.841Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T05:10:36.841Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T05:10:36.841Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T05:10:36.841Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T05:10:36.841Zerror: cannot install while Rust is installed
392026-03-26T05:10:36.841Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T05:10:36.841Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T05:10:36.841Zwarn: /home/build/.rustup/settings.toml
422026-03-26T05:10:36.844Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T05:10:36.844Zwarn: instead of the one inferred from the default host triple.
442026-03-26T05:10:36.855Zinfo: profile set to default
452026-03-26T05:10:36.855Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T05:10:36.858Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T05:10:36.994Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T05:10:36.997Zinfo: downloading 6 components
492026-03-26T05:10:51.532Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-26T05:10:51.532Z
512026-03-26T05:10:51.562Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T05:10:51.562Z
532026-03-26T05:10:51.562Z
542026-03-26T05:10:51.562ZRust is installed now. Great!
552026-03-26T05:10:51.562Z
562026-03-26T05:10:51.562ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T05:10:51.562Zenvironment variable. This has not been done automatically.
582026-03-26T05:10:51.562Z
592026-03-26T05:10:51.562ZTo configure your current shell, you need to source
602026-03-26T05:10:51.562Zthe corresponding env file under $HOME/.cargo.
612026-03-26T05:10:51.562Z
622026-03-26T05:10:51.562ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T05:10:51.562Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T05:10:51.562Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T05:10:51.562Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T05:10:51.562Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T05:10:51.562Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T05:10:51.562Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T05:10:51.566Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T05:10:51.566Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T05:10:51.665Z+ rustup --version
722026-03-26T05:10:51.672Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T05:10:51.672Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T05:10:51.693Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T05:10:51.696Z+ cargo --version
762026-03-26T05:10:51.704Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T05:10:51.707Z+ rustc --version
782026-03-26T05:10:51.727Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T05:10:51.730Zprocess exited: duration 16432 ms, exit code 0
 
802026-03-26T05:10:51.736Zstarting task 2: "authentication"
812026-03-26T05:10:51.755Zprocess exited: duration 18 ms, exit code 0
 
822026-03-26T05:10:51.761Zstarting task 3: "clone repository"
832026-03-26T05:10:51.766Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T05:10:51.769Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T05:10:51.801ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T05:11:01.418Z+ cd /work/oxidecomputer/omicron
872026-03-26T05:11:01.419Z+ git fetch origin 1550ca53e364d165ebfd9473e5ab417623f02a23
882026-03-26T05:11:01.705ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T05:11:01.705Z * branch 1550ca53e364d165ebfd9473e5ab417623f02a23 -> FETCH_HEAD
902026-03-26T05:11:01.722Z+ [[ -n ben/link-all-default-pools-to-default-internet-gateway ]]
912026-03-26T05:11:01.725Z++ git branch --show-current
922026-03-26T05:11:01.725Z+ current=main
932026-03-26T05:11:01.725Z+ [[ main != ben/link-all-default-pools-to-default-internet-gateway ]]
942026-03-26T05:11:01.725Z+ git branch -f ben/link-all-default-pools-to-default-internet-gateway 1550ca53e364d165ebfd9473e5ab417623f02a23
952026-03-26T05:11:01.725Z+ git checkout -f ben/link-all-default-pools-to-default-internet-gateway
962026-03-26T05:11:01.969ZSwitched to branch 'ben/link-all-default-pools-to-default-internet-gateway'
972026-03-26T05:11:01.973Z+ git reset --hard 1550ca53e364d165ebfd9473e5ab417623f02a23
982026-03-26T05:11:01.999ZHEAD is now at 1550ca53e Merge remote-tracking branch 'origin/main' into ben/link-all-default-pools-to-default-internet-gateway
992026-03-26T05:11:02.004Zprocess exited: duration 10227 ms, exit code 0
 
1002026-03-26T05:11:02.010Zstarting task 4: "build"
1012026-03-26T05:11:02.015Z+ source .github/buildomat/ci-env.sh
1022026-03-26T05:11:02.015Z++ export CARGO_TERM_COLOR=always
1032026-03-26T05:11:02.015Z++ CARGO_TERM_COLOR=always
1042026-03-26T05:11:02.023Z+ cargo --version
1052026-03-26T05:11:02.030Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-26T05:11:02.030Z+ rustc --version
1072026-03-26T05:11:02.050Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-26T05:11:02.055Z+ WORK=/work
1092026-03-26T05:11:02.055Z+ pfexec mkdir -p /work
1102026-03-26T05:11:02.060Z+ pfexec chown build /work
1112026-03-26T05:11:02.060Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-26T05:11:10.078Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-26T05:11:17.940Z Startup: Caching catalogs ... Done
1142026-03-26T05:11:20.381ZPlanning: Solver setup ... Done (2.220s)
1152026-03-26T05:11:20.394ZPlanning: Running solver ... Done (0.014s)
1162026-03-26T05:11:20.507ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-26T05:11:20.520ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-26T05:11:20.614ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-26T05:11:20.644ZPlanning: Package planning ... Done (0.030s)
1202026-03-26T05:11:20.671ZPlanning: Merging actions ... Done (0.027s)
1212026-03-26T05:11:20.853ZPlanning: Checking for conflicting actions ... Done (0.182s)
1222026-03-26T05:11:20.860ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-26T05:11:21.710ZPlanning: Evaluating mediators ... Done (0.850s)
1242026-03-26T05:11:21.716ZPlanning: Planning completed in 4.75 seconds
1252026-03-26T05:11:21.811Z Packages to install: 4
1262026-03-26T05:11:21.811Z Mediators to change: 2
1272026-03-26T05:11:21.811Z Services to change: 1
1282026-03-26T05:11:21.814Z Estimated space available: 155.35 GB
1292026-03-26T05:11:21.814ZEstimated space to be consumed: 1.83 GB
1302026-03-26T05:11:21.814Z Create boot environment: No
1312026-03-26T05:11:21.814ZCreate backup boot environment: No
1322026-03-26T05:11:21.814Z Rebuild boot archive: No
1332026-03-26T05:11:21.814Z
1342026-03-26T05:11:21.814ZChanged mediators:
1352026-03-26T05:11:21.814Z mediator clang:
1362026-03-26T05:11:21.814Z version: None -> 15 (system default)
1372026-03-26T05:11:21.814Z
1382026-03-26T05:11:21.814Z mediator llvm:
1392026-03-26T05:11:21.814Z version: 14 (system default) -> 15 (system default)
1402026-03-26T05:11:21.814Z
1412026-03-26T05:11:21.814ZChanged packages:
1422026-03-26T05:11:21.814Zhelios-dev
1432026-03-26T05:11:21.814Z developer/build-essential
1442026-03-26T05:11:21.814Z None -> 11-2.0
1452026-03-26T05:11:21.815Z library/libxmlsec1
1462026-03-26T05:11:21.815Z None -> 1.2.35-2.0
1472026-03-26T05:11:21.815Z ooce/developer/clang-15
1482026-03-26T05:11:21.815Z None -> 15.0.7-2.0
1492026-03-26T05:11:21.815Z ooce/developer/llvm-15
1502026-03-26T05:11:21.815Z None -> 15.0.7-2.0
1512026-03-26T05:11:21.815Z
1522026-03-26T05:11:21.815ZServices:
1532026-03-26T05:11:21.815Z restart_fmri:
1542026-03-26T05:11:21.815Z svc:/system/update-man-index:default
1552026-03-26T05:11:21.855Z
1562026-03-26T05:11:21.855ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-26T05:11:26.857ZDownload: 2131/3290 items 117.3/212.6MB 55% complete (23.6M/s)
1582026-03-26T05:11:33.949ZDownload: 3248/3290 items 202.9/212.6MB 95% complete (23.9M/s)
1592026-03-26T05:11:35.354ZDownload: Completed 212.60 MB in 13.49 seconds (15.8M/s)
1602026-03-26T05:11:35.487Z Actions: 1/3689 actions (Installing new actions)
1612026-03-26T05:11:38.709Z Actions: Completed 3689 actions in 3.22 seconds.
1622026-03-26T05:11:38.972Z Done (0.259s)
1632026-03-26T05:11:38.972Z Done (0.000s)
1642026-03-26T05:11:39.574Z Done (0.601s)
1652026-03-26T05:11:43.028Z Done (3.127s)
1662026-03-26T05:11:43.106Z Done (0.013s)
1672026-03-26T05:11:43.110Z Done (0.000s)
1682026-03-26T05:11:43.342Z Done (0.000s)
1692026-03-26T05:11:44.149ZPlanning: Evaluating mediator changes ... Done
1702026-03-26T05:11:44.257ZPlanning: Checking for conflicting actions ... Done
1712026-03-26T05:11:44.261ZPlanning: Consolidating action changes ... Done
1722026-03-26T05:11:44.414ZPlanning: Evaluating mediators ... Done
1732026-03-26T05:11:44.418ZPlanning: Planning completed in 0.27 seconds
1742026-03-26T05:11:44.436Z Mediators to change: 2
1752026-03-26T05:11:44.436Z Create boot environment: No
1762026-03-26T05:11:44.436ZCreate backup boot environment: No
1772026-03-26T05:11:44.513Z Done
1782026-03-26T05:11:44.514Z Done
1792026-03-26T05:11:45.088Z Done
1802026-03-26T05:11:47.591Z Done
1812026-03-26T05:11:47.661Z Done
1822026-03-26T05:11:47.664Z Done
1832026-03-26T05:11:47.820Z Done
1842026-03-26T05:11:48.218ZPlanning: Evaluating mediator changes ... Done
1852026-03-26T05:11:48.222ZPlanning: Merging actions ... Done
1862026-03-26T05:11:48.357ZPlanning: Checking for conflicting actions ... Done
1872026-03-26T05:11:48.360ZPlanning: Consolidating action changes ... Done
1882026-03-26T05:11:48.495ZPlanning: Evaluating mediators ... Done
1892026-03-26T05:11:48.524ZPlanning: Planning completed in 0.45 seconds
1902026-03-26T05:11:48.546Z Packages to change: 1
1912026-03-26T05:11:48.546Z Mediators to change: 1
1922026-03-26T05:11:48.546Z Services to change: 1
1932026-03-26T05:11:48.546Z Create boot environment: No
1942026-03-26T05:11:48.546ZCreate backup boot environment: Yes
1952026-03-26T05:11:51.097Z Actions: 1/6 actions (Updating modified actions)
1962026-03-26T05:11:51.101Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-26T05:11:51.101Z Done
1982026-03-26T05:11:51.101Z Done
1992026-03-26T05:11:51.235Z Done
2002026-03-26T05:11:53.704Z Done
2012026-03-26T05:11:53.775Z Done
2022026-03-26T05:11:53.779Z Done
2032026-03-26T05:11:53.918Z Done
2042026-03-26T05:11:54.203ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-26T05:11:54.203Zclang system 15 system
2062026-03-26T05:11:54.203Zcsh system system illumos
2072026-03-26T05:11:54.203Zctags system system illumos
2082026-03-26T05:11:54.203Zfile system system illumos
2092026-03-26T05:11:54.203Zgcc vendor 12 vendor
2102026-03-26T05:11:54.203Zgcc system 14 system
2112026-03-26T05:11:54.203Zgcc system 10 system
2122026-03-26T05:11:54.203Zgo system 1.20 system
2132026-03-26T05:11:54.203Zgo system 1.19 system
2142026-03-26T05:11:54.203Zllvm system 15 system
2152026-03-26T05:11:54.203Zllvm system 14 system
2162026-03-26T05:11:54.203Zmariadb system 10.6 system
2172026-03-26T05:11:54.203Zmta vendor vendor dma
2182026-03-26T05:11:54.203Zopenjdk system 17 system
2192026-03-26T05:11:54.203Zopenjdk system 11 system
2202026-03-26T05:11:54.203Zopenjdk system 1.8 system
2212026-03-26T05:11:54.203Zopenssl vendor 3 vendor
2222026-03-26T05:11:54.203Zperl system 5.36 system
2232026-03-26T05:11:54.203Zpostgresql system 15 system
2242026-03-26T05:11:54.203Zpostgresql system 13 system
2252026-03-26T05:11:54.203Zpython vendor 3 vendor
2262026-03-26T05:11:54.203Zpython system 2 system
2272026-03-26T05:11:54.203Zpython3 system 3.11 system
2282026-03-26T05:11:54.204Zruby system 3.0 system
2292026-03-26T05:11:54.204Zwords vendor vendor american-english
2302026-03-26T05:11:54.204Zwords system system australian-english
2312026-03-26T05:11:54.204Zwords system system british-english
2322026-03-26T05:11:54.204Zwords system system canadian-english
2332026-03-26T05:11:54.204Zwords system system french
2342026-03-26T05:11:54.204Zwords system system italian
2352026-03-26T05:11:54.204Zwords system system ngerman
2362026-03-26T05:11:54.204Zwords system system ogerman
2372026-03-26T05:11:54.204Zwords system system spanish
2382026-03-26T05:11:54.442ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-26T05:11:54.442Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-26T05:11:58.622ZFMRI IFO
2412026-03-26T05:11:58.622Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-26T05:11:58.622Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-26T05:11:58.622Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-26T05:11:58.622Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-26T05:11:58.623Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-26T05:11:58.623Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-26T05:11:58.623Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-26T05:11:58.623Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-26T05:11:58.623Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-26T05:11:58.623Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-26T05:11:58.623Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-26T05:11:58.623Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-26T05:11:58.623Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-26T05:11:58.623Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-26T05:11:58.623Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-26T05:11:58.623Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-26T05:11:59.687Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-26T05:11:59.957Z Updating crates.io index
2592026-03-26T05:11:59.997Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-26T05:12:00.232Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-26T05:12:01.396Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-26T05:12:01.712Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-26T05:12:03.122Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-26T05:12:03.574Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-26T05:12:05.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-26T05:12:06.343Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-26T05:12:07.022Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-26T05:12:07.399Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-26T05:12:08.162Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-26T05:12:08.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-26T05:12:09.189Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-26T05:12:09.602Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-26T05:12:10.642Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-26T05:12:11.136Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-26T05:12:11.558Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-26T05:12:11.931Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-26T05:12:12.422Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-26T05:12:12.819Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-26T05:12:13.050Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-26T05:12:13.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-26T05:12:13.716Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-26T05:12:14.480Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-26T05:12:14.859Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-26T05:12:15.272Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-26T05:12:15.774Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-26T05:12:17.333Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-26T05:12:17.552Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-26T05:12:18.453Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-26T05:12:19.238Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-26T05:12:19.667Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-26T05:12:20.143Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-26T05:12:20.593Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-26T05:12:20.982Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-26T05:12:21.676Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-26T05:12:21.911Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-26T05:12:22.264Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-26T05:12:22.554Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-26T05:12:34.444Z Downloading crates ...
2992026-03-26T05:12:34.509Z Downloaded equivalent v1.0.2
3002026-03-26T05:12:34.527Z Downloaded usdt v0.5.0
3012026-03-26T05:12:34.531Z Downloaded utf8parse v0.2.2
3022026-03-26T05:12:34.536Z Downloaded usdt-macro v0.5.0
3032026-03-26T05:12:34.539Z Downloaded generic-array v0.14.7
3042026-03-26T05:12:34.539Z Downloaded yoke v0.8.1
3052026-03-26T05:12:34.542Z Downloaded tinystr v0.8.2
3062026-03-26T05:12:34.542Z Downloaded clap_builder v4.5.60
3072026-03-26T05:12:34.547Z Downloaded writeable v0.6.2
3082026-03-26T05:12:34.551Z Downloaded unicode-linebreak v0.1.5
3092026-03-26T05:12:34.551Z Downloaded byteorder v1.5.0
3102026-03-26T05:12:34.551Z Downloaded zerofrom-derive v0.1.6
3112026-03-26T05:12:34.551Z Downloaded typeid v1.0.3
3122026-03-26T05:12:34.558Z Downloaded errno v0.3.14
3132026-03-26T05:12:34.561Z Downloaded toml_write v0.1.2
3142026-03-26T05:12:34.563Z Downloaded zmij v1.0.21
3152026-03-26T05:12:34.566Z Downloaded usdt-impl v0.5.0
3162026-03-26T05:12:34.569Z Downloaded toml v0.8.23
3172026-03-26T05:12:34.572Z Downloaded colorchoice v1.0.4
3182026-03-26T05:12:34.572Z Downloaded anstyle v1.0.13
3192026-03-26T05:12:34.575Z Downloaded zerofrom v0.1.6
3202026-03-26T05:12:34.575Z Downloaded utf8_iter v1.0.4
3212026-03-26T05:12:34.581Z Downloaded syn v1.0.109
3222026-03-26T05:12:34.586Z Downloaded version_check v0.9.5
3232026-03-26T05:12:34.589Z Downloaded yoke-derive v0.8.1
3242026-03-26T05:12:34.589Z Downloaded usdt-attr-macro v0.5.0
3252026-03-26T05:12:34.589Z Downloaded thiserror-impl v2.0.18
3262026-03-26T05:12:34.589Z Downloaded thiserror-impl v1.0.69
3272026-03-26T05:12:34.592Z Downloaded thread-id v4.2.2
3282026-03-26T05:12:34.592Z Downloaded anyhow v1.0.102
3292026-03-26T05:12:34.595Z Downloaded dtrace-parser v0.2.0
3302026-03-26T05:12:34.598Z Downloaded toml_datetime v0.6.11
3312026-03-26T05:12:34.598Z Downloaded itoa v1.0.17
3322026-03-26T05:12:34.598Z Downloaded cpufeatures v0.2.17
3332026-03-26T05:12:34.601Z Downloaded anstyle-query v1.1.5
3342026-03-26T05:12:34.604Z Downloaded pretty-hex v0.4.1
3352026-03-26T05:12:34.604Z Downloaded heck v0.5.0
3362026-03-26T05:12:34.604Z Downloaded crypto-common v0.1.7
3372026-03-26T05:12:34.608Z Downloaded proc-macro-error-attr v1.0.4
3382026-03-26T05:12:34.611Z Downloaded toml_edit v0.22.27
3392026-03-26T05:12:34.614Z Downloaded thiserror v1.0.69
3402026-03-26T05:12:34.617Z Downloaded unicode-xid v0.2.6
3412026-03-26T05:12:34.617Z Downloaded thiserror v2.0.18
3422026-03-26T05:12:34.620Z Downloaded cargo-platform v0.2.0
3432026-03-26T05:12:34.622Z Downloaded zerocopy-derive v0.7.35
3442026-03-26T05:12:34.625Z Downloaded serde-value v0.7.0
3452026-03-26T05:12:34.625Z Downloaded scroll_derive v0.12.1
3462026-03-26T05:12:34.625Z Downloaded zerovec-derive v0.11.2
3472026-03-26T05:12:34.628Z Downloaded fnv v1.0.7
3482026-03-26T05:12:34.628Z Downloaded clap_lex v1.0.0
3492026-03-26T05:12:34.628Z Downloaded bytecount v0.6.9
3502026-03-26T05:12:34.633Z Downloaded unicode-ident v1.0.24
3512026-03-26T05:12:34.635Z Downloaded url v2.5.8
3522026-03-26T05:12:34.638Z Downloaded ucd-trie v0.1.7
3532026-03-26T05:12:34.638Z Downloaded block-buffer v0.10.4
3542026-03-26T05:12:34.641Z Downloaded idna_adapter v1.2.1
3552026-03-26T05:12:34.647Z Downloaded textwrap v0.16.2
3562026-03-26T05:12:34.650Z Downloaded form_urlencoded v1.2.2
3572026-03-26T05:12:34.650Z Downloaded fastrand v2.3.0
3582026-03-26T05:12:34.650Z Downloaded serde_spanned v0.6.9
3592026-03-26T05:12:34.653Z Downloaded percent-encoding v2.3.2
3602026-03-26T05:12:34.653Z Downloaded cfg-if v1.0.4
3612026-03-26T05:12:34.653Z Downloaded typenum v1.19.0
3622026-03-26T05:12:34.657Z Downloaded camino-tempfile v1.4.1
3632026-03-26T05:12:34.660Z Downloaded erased-serde v0.4.9
3642026-03-26T05:12:34.663Z Downloaded zerotrie v0.2.3
3652026-03-26T05:12:34.663Z Downloaded dof v0.3.0
3662026-03-26T05:12:34.672Z Downloaded ordered-float v2.10.1
3672026-03-26T05:12:34.675Z Downloaded memmap v0.7.0
3682026-03-26T05:12:34.675Z Downloaded zerovec v0.11.5
3692026-03-26T05:12:34.678Z Downloaded strsim v0.11.1
3702026-03-26T05:12:34.681Z Downloaded heck v0.4.1
3712026-03-26T05:12:34.681Z Downloaded macaddr v1.0.1
3722026-03-26T05:12:34.688Z Downloaded winnow v0.7.14
3732026-03-26T05:12:34.694Z Downloaded zerocopy v0.7.35
3742026-03-26T05:12:34.703Z Downloaded swrite v0.1.0
3752026-03-26T05:12:34.706Z Downloaded stable_deref_trait v1.2.1
3762026-03-26T05:12:34.706Z Downloaded smawk v0.3.2
3772026-03-26T05:12:34.706Z Downloaded cargo_metadata v0.21.0
3782026-03-26T05:12:34.710Z Downloaded quote v1.0.44
3792026-03-26T05:12:34.713Z Downloaded unicode-width v0.2.0
3802026-03-26T05:12:34.716Z Downloaded terminal_size v0.4.3
3812026-03-26T05:12:34.716Z Downloaded unicode-width v0.1.14
3822026-03-26T05:12:34.720Z Downloaded digest v0.10.7
3832026-03-26T05:12:34.723Z Downloaded plain v0.2.3
3842026-03-26T05:12:34.726Z Downloaded is_terminal_polyfill v1.70.2
3852026-03-26T05:12:34.726Z Downloaded potential_utf v0.1.4
3862026-03-26T05:12:34.739Z Downloaded cargo_toml v0.21.0
3872026-03-26T05:12:34.749Z Downloaded clap_derive v4.5.55
3882026-03-26T05:12:34.753Z Downloaded autocfg v1.5.0
3892026-03-26T05:12:34.756Z Downloaded serde_tokenstream v0.2.3
3902026-03-26T05:12:34.756Z Downloaded fs-err v3.3.0
3912026-03-26T05:12:34.760Z Downloaded anstream v0.6.21
3922026-03-26T05:12:34.763Z Downloaded semver v1.0.27
3932026-03-26T05:12:34.774Z Downloaded scroll v0.12.0
3942026-03-26T05:12:34.779Z Downloaded bitflags v2.11.0
3952026-03-26T05:12:34.789Z Downloaded proc-macro-error v1.0.4
3962026-03-26T05:12:34.792Z Downloaded tabled_derive v0.7.0
3972026-03-26T05:12:34.805Z Downloaded synstructure v0.13.2
3982026-03-26T05:12:34.813Z Downloaded pest_generator v2.8.6
3992026-03-26T05:12:34.819Z Downloaded serde-untagged v0.1.9
4002026-03-26T05:12:34.823Z Downloaded cargo-util-schemas v0.8.2
4012026-03-26T05:12:34.826Z Downloaded once_cell v1.21.3
4022026-03-26T05:12:34.829Z Downloaded anstyle-parse v0.2.7
4032026-03-26T05:12:34.832Z Downloaded smallvec v1.15.1
4042026-03-26T05:12:34.832Z Downloaded litemap v0.8.1
4052026-03-26T05:12:34.835Z Downloaded sha2 v0.10.9
4062026-03-26T05:12:34.835Z Downloaded clap v4.5.60
4072026-03-26T05:12:34.849Z Downloaded tempfile v3.25.0
4082026-03-26T05:12:34.854Z Downloaded serde_derive v1.0.228
4092026-03-26T05:12:34.859Z Downloaded num-traits v0.2.19
4102026-03-26T05:12:34.862Z Downloaded icu_properties v2.1.2
4112026-03-26T05:12:34.862Z Downloaded camino v1.2.2
4122026-03-26T05:12:34.865Z Downloaded icu_normalizer v2.1.1
4132026-03-26T05:12:34.869Z Downloaded icu_provider v2.1.1
4142026-03-26T05:12:34.872Z Downloaded displaydoc v0.2.5
4152026-03-26T05:12:34.878Z Downloaded proc-macro2 v1.0.106
4162026-03-26T05:12:34.881Z Downloaded log v0.4.29
4172026-03-26T05:12:34.884Z Downloaded papergrid v0.11.0
4182026-03-26T05:12:34.890Z Downloaded serde_core v1.0.228
4192026-03-26T05:12:34.900Z Downloaded pest_meta v2.8.6
4202026-03-26T05:12:34.904Z Downloaded icu_normalizer_data v2.1.1
4212026-03-26T05:12:34.910Z Downloaded pest_derive v2.8.6
4222026-03-26T05:12:34.912Z Downloaded icu_locale_core v2.1.1
4232026-03-26T05:12:34.924Z Downloaded memchr v2.8.0
4242026-03-26T05:12:34.934Z Downloaded serde v1.0.228
4252026-03-26T05:12:34.937Z Downloaded icu_collections v2.1.1
4262026-03-26T05:12:34.944Z Downloaded indexmap v2.13.0
4272026-03-26T05:12:34.950Z Downloaded getrandom v0.4.1
4282026-03-26T05:12:34.991Z Downloaded idna v1.1.0
4292026-03-26T05:12:34.995Z Downloaded pest v2.8.6
4302026-03-26T05:12:35.001Z Downloaded icu_properties_data v2.1.2
4312026-03-26T05:12:35.006Z Downloaded serde_json v1.0.149
4322026-03-26T05:12:35.011Z Downloaded hashbrown v0.16.1
4332026-03-26T05:12:35.031Z Downloaded goblin v0.8.2
4342026-03-26T05:12:35.048Z Downloaded tabled v0.15.0
4352026-03-26T05:12:35.076Z Downloaded syn v2.0.117
4362026-03-26T05:12:35.112Z Downloaded libc v0.2.180
4372026-03-26T05:12:35.129Z Downloaded rustix v1.1.3
4382026-03-26T05:12:35.192Z Compiling proc-macro2 v1.0.106
4392026-03-26T05:12:35.195Z Compiling quote v1.0.44
4402026-03-26T05:12:35.195Z Compiling unicode-ident v1.0.24
4412026-03-26T05:12:35.195Z Compiling serde_core v1.0.228
4422026-03-26T05:12:35.195Z Compiling libc v0.2.180
4432026-03-26T05:12:35.195Z Compiling version_check v0.9.5
4442026-03-26T05:12:35.195Z Compiling serde v1.0.228
4452026-03-26T05:12:35.196Z Compiling memchr v2.8.0
4462026-03-26T05:12:35.374Z Compiling stable_deref_trait v1.2.1
4472026-03-26T05:12:35.377Z Compiling zmij v1.0.21
4482026-03-26T05:12:35.377Z Compiling thiserror v1.0.69
4492026-03-26T05:12:35.377Z Compiling itoa v1.0.17
4502026-03-26T05:12:35.377Z Compiling ucd-trie v0.1.7
4512026-03-26T05:12:35.377Z Compiling autocfg v1.5.0
4522026-03-26T05:12:35.388Z Compiling litemap v0.8.1
4532026-03-26T05:12:35.576Z Compiling writeable v0.6.2
4542026-03-26T05:12:35.755Z Compiling byteorder v1.5.0
4552026-03-26T05:12:35.794Z Compiling icu_normalizer_data v2.1.1
4562026-03-26T05:12:35.821Z Compiling rustix v1.1.3
4572026-03-26T05:12:35.861Z Compiling icu_properties_data v2.1.2
4582026-03-26T05:12:35.901Z Compiling pest v2.8.6
4592026-03-26T05:12:35.953Z Compiling bitflags v2.11.0
4602026-03-26T05:12:36.062Z Compiling serde_json v1.0.149
4612026-03-26T05:12:36.066Z Compiling num-traits v0.2.19
4622026-03-26T05:12:36.066Z Compiling typeid v1.0.3
4632026-03-26T05:12:36.119Z Compiling hashbrown v0.16.1
4642026-03-26T05:12:36.208Z Compiling equivalent v1.0.2
4652026-03-26T05:12:36.287Z Compiling smallvec v1.15.1
4662026-03-26T05:12:36.400Z Compiling usdt-impl v0.5.0
4672026-03-26T05:12:36.403Z Compiling proc-macro-error-attr v1.0.4
4682026-03-26T05:12:36.453Z Compiling erased-serde v0.4.9
4692026-03-26T05:12:36.456Z Compiling toml_write v0.1.2
4702026-03-26T05:12:36.509Z Compiling winnow v0.7.14
4712026-03-26T05:12:36.557Z Compiling syn v1.0.109
4722026-03-26T05:12:36.611Z Compiling proc-macro-error v1.0.4
4732026-03-26T05:12:36.615Z Compiling thiserror v2.0.18
4742026-03-26T05:12:36.649Z Compiling errno v0.3.14
4752026-03-26T05:12:36.652Z Compiling thread-id v4.2.2
4762026-03-26T05:12:36.704Z Compiling indexmap v2.13.0
4772026-03-26T05:12:36.787Z Compiling camino v1.2.2
4782026-03-26T05:12:36.806Z Compiling percent-encoding v2.3.2
4792026-03-26T05:12:36.822Z Compiling plain v0.2.3
4802026-03-26T05:12:36.859Z Compiling utf8parse v0.2.2
4812026-03-26T05:12:36.859Z Compiling utf8_iter v1.0.4
4822026-03-26T05:12:36.955Z Compiling log v0.4.29
4832026-03-26T05:12:36.972Z Compiling getrandom v0.4.1
4842026-03-26T05:12:37.012Z Compiling syn v2.0.117
4852026-03-26T05:12:37.051Z Compiling pest_meta v2.8.6
4862026-03-26T05:12:37.069Z Compiling form_urlencoded v1.2.2
4872026-03-26T05:12:37.162Z Compiling ordered-float v2.10.1
4882026-03-26T05:12:37.194Z Compiling anstyle-parse v0.2.7
4892026-03-26T05:12:37.268Z Compiling colorchoice v1.0.4
4902026-03-26T05:12:37.285Z Compiling anstyle v1.0.13
4912026-03-26T05:12:37.339Z Compiling pretty-hex v0.4.1
4922026-03-26T05:12:37.373Z Compiling cfg-if v1.0.4
4932026-03-26T05:12:37.390Z Compiling anstyle-query v1.1.5
4942026-03-26T05:12:37.408Z Compiling is_terminal_polyfill v1.70.2
4952026-03-26T05:12:37.471Z Compiling fs-err v3.3.0
4962026-03-26T05:12:37.516Z Compiling anstream v0.6.21
4972026-03-26T05:12:37.519Z Compiling fastrand v2.3.0
4982026-03-26T05:12:37.553Z Compiling heck v0.4.1
4992026-03-26T05:12:37.573Z Compiling bytecount v0.6.9
5002026-03-26T05:12:37.573Z Compiling once_cell v1.21.3
5012026-03-26T05:12:37.608Z Compiling fnv v1.0.7
5022026-03-26T05:12:37.649Z Compiling terminal_size v0.4.3
5032026-03-26T05:12:37.682Z Compiling clap_lex v1.0.0
5042026-03-26T05:12:37.746Z Compiling unicode-xid v0.2.6
5052026-03-26T05:12:37.795Z Compiling unicode-width v0.1.14
5062026-03-26T05:12:37.818Z Compiling heck v0.5.0
5072026-03-26T05:12:37.901Z Compiling semver v1.0.27
5082026-03-26T05:12:37.907Z Compiling strsim v0.11.1
5092026-03-26T05:12:37.923Z Compiling anyhow v1.0.102
5102026-03-26T05:12:37.955Z Compiling tempfile v3.25.0
5112026-03-26T05:12:38.020Z Compiling memmap v0.7.0
5122026-03-26T05:12:38.079Z Compiling papergrid v0.11.0
5132026-03-26T05:12:38.097Z Compiling unicode-linebreak v0.1.5
5142026-03-26T05:12:38.121Z Compiling clap_builder v4.5.60
5152026-03-26T05:12:38.254Z Compiling serde-untagged v0.1.9
5162026-03-26T05:12:38.292Z Compiling unicode-width v0.2.0
5172026-03-26T05:12:38.310Z Compiling smawk v0.3.2
5182026-03-26T05:12:38.333Z Compiling camino-tempfile v1.4.1
5192026-03-26T05:12:38.377Z Compiling swrite v0.1.0
5202026-03-26T05:12:38.470Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-26T05:12:38.544Z Compiling textwrap v0.16.2
5222026-03-26T05:12:38.819Z Compiling tabled_derive v0.7.0
5232026-03-26T05:12:39.490Z Compiling tabled v0.15.0
5242026-03-26T05:12:39.536Z Compiling synstructure v0.13.2
5252026-03-26T05:12:39.537Z Compiling pest_generator v2.8.6
5262026-03-26T05:12:40.108Z Compiling serde_derive v1.0.228
5272026-03-26T05:12:40.108Z Compiling zerofrom-derive v0.1.6
5282026-03-26T05:12:40.108Z Compiling yoke-derive v0.8.1
5292026-03-26T05:12:40.111Z Compiling zerovec-derive v0.11.2
5302026-03-26T05:12:40.111Z Compiling displaydoc v0.2.5
5312026-03-26T05:12:40.111Z Compiling thiserror-impl v1.0.69
5322026-03-26T05:12:40.111Z Compiling zerocopy-derive v0.7.35
5332026-03-26T05:12:40.111Z Compiling scroll_derive v0.12.1
5342026-03-26T05:12:40.111Z Compiling thiserror-impl v2.0.18
5352026-03-26T05:12:40.111Z Compiling clap_derive v4.5.55
5362026-03-26T05:12:40.185Z Compiling pest_derive v2.8.6
5372026-03-26T05:12:40.929Z Compiling scroll v0.12.0
5382026-03-26T05:12:40.979Z Compiling zerocopy v0.7.35
5392026-03-26T05:12:41.070Z Compiling zerofrom v0.1.6
5402026-03-26T05:12:41.157Z Compiling goblin v0.8.2
5412026-03-26T05:12:41.221Z Compiling yoke v0.8.1
5422026-03-26T05:12:41.306Z Compiling dtrace-parser v0.2.0
5432026-03-26T05:12:41.335Z Compiling zerovec v0.11.5
5442026-03-26T05:12:41.338Z Compiling zerotrie v0.2.3
5452026-03-26T05:12:41.527Z Compiling clap v4.5.60
5462026-03-26T05:12:41.750Z Compiling tinystr v0.8.2
5472026-03-26T05:12:41.750Z Compiling potential_utf v0.1.4
5482026-03-26T05:12:41.878Z Compiling icu_collections v2.1.1
5492026-03-26T05:12:41.898Z Compiling icu_locale_core v2.1.1
5502026-03-26T05:12:42.429Z Compiling icu_provider v2.1.1
5512026-03-26T05:12:42.584Z Compiling toml_datetime v0.6.11
5522026-03-26T05:12:42.584Z Compiling serde_spanned v0.6.9
5532026-03-26T05:12:42.588Z Compiling serde-value v0.7.0
5542026-03-26T05:12:42.588Z Compiling cargo-platform v0.2.0
5552026-03-26T05:12:42.588Z Compiling macaddr v1.0.1
5562026-03-26T05:12:42.602Z Compiling dof v0.3.0
5572026-03-26T05:12:42.605Z Compiling serde_tokenstream v0.2.3
5582026-03-26T05:12:42.712Z Compiling icu_normalizer v2.1.1
5592026-03-26T05:12:42.712Z Compiling icu_properties v2.1.2
5602026-03-26T05:12:42.840Z Compiling toml_edit v0.22.27
5612026-03-26T05:12:43.300Z Compiling usdt-macro v0.5.0
5622026-03-26T05:12:43.300Z Compiling usdt-attr-macro v0.5.0
5632026-03-26T05:12:43.529Z Compiling idna_adapter v1.2.1
5642026-03-26T05:12:43.631Z Compiling idna v1.1.0
5652026-03-26T05:12:43.878Z Compiling usdt v0.5.0
5662026-03-26T05:12:43.898Z Compiling url v2.5.8
5672026-03-26T05:12:44.116Z Compiling toml v0.8.23
5682026-03-26T05:12:44.448Z Compiling cargo-util-schemas v0.8.2
5692026-03-26T05:12:44.448Z Compiling cargo_toml v0.21.0
5702026-03-26T05:12:45.250Z Compiling cargo_metadata v0.21.0
5712026-03-26T05:12:46.168Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-26T05:12:48.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s
5732026-03-26T05:12:48.541Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-26T05:12:49.105Z Downloading crates ...
5752026-03-26T05:12:49.213Z Downloaded allocator-api2 v0.2.21
5762026-03-26T05:12:49.217Z Downloaded cobs v0.3.0
5772026-03-26T05:12:49.220Z Downloaded adler2 v2.0.1
5782026-03-26T05:12:49.223Z Downloaded backon v1.6.0
5792026-03-26T05:12:49.232Z Downloaded crunchy v0.2.4
5802026-03-26T05:12:49.236Z Downloaded crossbeam-epoch v0.9.18
5812026-03-26T05:12:49.239Z Downloaded blake3 v1.8.3
5822026-03-26T05:12:49.244Z Downloaded clang-sys v1.8.1
5832026-03-26T05:12:49.246Z Downloaded arrayref v0.3.9
5842026-03-26T05:12:49.246Z Downloaded flagset v0.4.7
5852026-03-26T05:12:49.247Z Downloaded ff v0.13.1
5862026-03-26T05:12:49.251Z Downloaded der v0.7.10
5872026-03-26T05:12:49.253Z Downloaded crc8 v0.1.1
5882026-03-26T05:12:49.253Z Downloaded cancel-safe-futures v0.1.5
5892026-03-26T05:12:49.257Z Downloaded ed25519 v2.2.3
5902026-03-26T05:12:49.257Z Downloaded derive-where v1.6.0
5912026-03-26T05:12:49.261Z Downloaded aead v0.5.2
5922026-03-26T05:12:49.264Z Downloaded darling v0.23.0
5932026-03-26T05:12:49.264Z Downloaded des v0.8.1
5942026-03-26T05:12:49.268Z Downloaded document-features v0.2.12
5952026-03-26T05:12:49.268Z Downloaded darling_core v0.23.0
5962026-03-26T05:12:49.271Z Downloaded derive_builder v0.20.2
5972026-03-26T05:12:49.274Z Downloaded cexpr v0.6.0
5982026-03-26T05:12:49.274Z Downloaded base16ct v0.2.0
5992026-03-26T05:12:49.274Z Downloaded cargo_toml v0.22.3
6002026-03-26T05:12:49.277Z Downloaded env_filter v1.0.0
6012026-03-26T05:12:49.277Z Downloaded defmt-macros v1.0.1
6022026-03-26T05:12:49.280Z Downloaded chacha20 v0.9.1
6032026-03-26T05:12:49.280Z Downloaded cargo-platform v0.1.9
6042026-03-26T05:12:49.280Z Downloaded derive-ex v0.1.8
6052026-03-26T05:12:49.283Z Downloaded cassowary v0.3.0
6062026-03-26T05:12:49.283Z Downloaded bitfield v0.19.4
6072026-03-26T05:12:49.283Z Downloaded defmt v1.0.1
6082026-03-26T05:12:49.288Z Downloaded derive_builder_core v0.20.2
6092026-03-26T05:12:49.288Z Downloaded blake2 v0.10.6
6102026-03-26T05:12:49.291Z Downloaded ctr v0.9.2
6112026-03-26T05:12:49.291Z Downloaded array-init v0.0.4
6122026-03-26T05:12:49.291Z Downloaded crc v3.4.0
6132026-03-26T05:12:49.295Z Downloaded crc32fast v1.5.0
6142026-03-26T05:12:49.295Z Downloaded bit-set v0.8.0
6152026-03-26T05:12:49.295Z Downloaded ena v0.14.4
6162026-03-26T05:12:49.298Z Downloaded der_derive v0.7.3
6172026-03-26T05:12:49.298Z Downloaded deranged v0.5.8
6182026-03-26T05:12:49.298Z Downloaded aes-gcm v0.10.3
6192026-03-26T05:12:49.301Z Downloaded fxhash v0.2.1
6202026-03-26T05:12:49.301Z Downloaded cfg_aliases v0.2.1
6212026-03-26T05:12:49.304Z Downloaded bitfield-struct v0.6.2
6222026-03-26T05:12:49.304Z Downloaded atomicwrites v0.4.4
6232026-03-26T05:12:49.304Z Downloaded cstr-argument v0.1.2
6242026-03-26T05:12:49.304Z Downloaded embedded-io v0.4.0
6252026-03-26T05:12:49.308Z Downloaded dropshot_endpoint v0.16.7
6262026-03-26T05:12:49.308Z Downloaded defmt-parser v1.0.0
6272026-03-26T05:12:49.311Z Downloaded either v1.15.0
6282026-03-26T05:12:49.311Z Downloaded daft v0.1.5
6292026-03-26T05:12:49.311Z Downloaded downcast-rs v2.0.2
6302026-03-26T05:12:49.314Z Downloaded derive_more v0.99.20
6312026-03-26T05:12:49.317Z Downloaded embedded-io v0.6.1
6322026-03-26T05:12:49.317Z Downloaded dirs-next v2.0.0
6332026-03-26T05:12:49.320Z Downloaded defmt v0.3.100
6342026-03-26T05:12:49.323Z Downloaded assert_matches v1.5.0
6352026-03-26T05:12:49.323Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-03-26T05:12:49.323Z Downloaded crucible-workspace-hack v0.1.0
6372026-03-26T05:12:49.323Z Downloaded ascii-canvas v3.0.0
6382026-03-26T05:12:49.327Z Downloaded cc v1.2.56
6392026-03-26T05:12:49.330Z Downloaded camino-tempfile-ext v0.3.3
6402026-03-26T05:12:49.333Z Downloaded bytes v1.11.1
6412026-03-26T05:12:49.338Z Downloaded convert_case v0.4.0
6422026-03-26T05:12:49.338Z Downloaded atomic-waker v1.1.2
6432026-03-26T05:12:49.341Z Downloaded cpufeatures v0.3.0
6442026-03-26T05:12:49.341Z Downloaded fd-lock v4.0.4
6452026-03-26T05:12:49.344Z Downloaded bitfield-macros v0.19.4
6462026-03-26T05:12:49.344Z Downloaded async-stream-impl v0.3.6
6472026-03-26T05:12:49.344Z Downloaded foreign-types-macros v0.2.3
6482026-03-26T05:12:49.348Z Downloaded cargo_metadata v0.19.2
6492026-03-26T05:12:49.350Z Downloaded enum-as-inner v0.6.1
6502026-03-26T05:12:49.350Z Downloaded endian-type v0.1.2
6512026-03-26T05:12:49.353Z Downloaded curve25519-dalek-derive v0.1.1
6522026-03-26T05:12:49.353Z Downloaded foreign-types v0.5.0
6532026-03-26T05:12:49.356Z Downloaded async-trait v0.1.89
6542026-03-26T05:12:49.356Z Downloaded debug-ignore v1.0.5
6552026-03-26T05:12:49.360Z Downloaded difflib v0.4.0
6562026-03-26T05:12:49.363Z Downloaded display-error-chain v0.2.2
6572026-03-26T05:12:49.365Z Downloaded fixedbitset v0.4.2
6582026-03-26T05:12:49.365Z Downloaded colored v3.1.1
6592026-03-26T05:12:49.368Z Downloaded bitflags v1.3.2
6602026-03-26T05:12:49.368Z Downloaded arrayvec v0.7.6
6612026-03-26T05:12:49.371Z Downloaded dirs-sys-next v0.1.2
6622026-03-26T05:12:49.371Z Downloaded darling_macro v0.21.3
6632026-03-26T05:12:49.371Z Downloaded cfg_aliases v0.1.1
6642026-03-26T05:12:49.374Z Downloaded fallible-iterator v0.2.0
6652026-03-26T05:12:49.374Z Downloaded crossbeam-deque v0.8.6
6662026-03-26T05:12:49.374Z Downloaded bit-set v0.5.3
6672026-03-26T05:12:49.378Z Downloaded bcs v0.1.6
6682026-03-26T05:12:49.381Z Downloaded buf-list v1.1.2
6692026-03-26T05:12:49.384Z Downloaded foreign-types v0.3.2
6702026-03-26T05:12:49.384Z Downloaded derive_builder_macro v0.20.2
6712026-03-26T05:12:49.387Z Downloaded ciborium-io v0.2.2
6722026-03-26T05:12:49.387Z Downloaded darling_macro v0.23.0
6732026-03-26T05:12:49.387Z Downloaded bcrypt-pbkdf v0.10.0
6742026-03-26T05:12:49.387Z Downloaded darling_macro v0.20.11
6752026-03-26T05:12:49.391Z Downloaded corncobs v0.1.4
6762026-03-26T05:12:49.391Z Downloaded console v0.15.11
6772026-03-26T05:12:49.394Z Downloaded dof v0.4.0
6782026-03-26T05:12:49.394Z Downloaded blowfish v0.9.1
6792026-03-26T05:12:49.397Z Downloaded backoff v0.4.0
6802026-03-26T05:12:49.397Z Downloaded colored v2.2.0
6812026-03-26T05:12:49.400Z Downloaded float-ord v0.3.2
6822026-03-26T05:12:49.400Z Downloaded float-cmp v0.10.0
6832026-03-26T05:12:49.400Z Downloaded dtrace-parser v0.3.0
6842026-03-26T05:12:49.400Z Downloaded dsl_auto_type v0.2.0
6852026-03-26T05:12:49.403Z Downloaded byte-wrapper v0.1.0
6862026-03-26T05:12:49.403Z Downloaded futures-core v0.3.32
6872026-03-26T05:12:49.403Z Downloaded dyn-clone v1.0.20
6882026-03-26T05:12:49.406Z Downloaded console v0.16.2
6892026-03-26T05:12:49.406Z Downloaded hex-literal v0.4.1
6902026-03-26T05:12:49.406Z Downloaded base64ct v1.8.3
6912026-03-26T05:12:49.410Z Downloaded dropshot-api-manager-types v0.6.0
6922026-03-26T05:12:49.410Z Downloaded futures-macro v0.3.32
6932026-03-26T05:12:49.413Z Downloaded ed25519-dalek v2.2.0
6942026-03-26T05:12:49.414Z Downloaded git-stub v1.0.0
6952026-03-26T05:12:49.414Z Downloaded foreign-types-shared v0.1.1
6962026-03-26T05:12:49.414Z Downloaded castaway v0.2.4
6972026-03-26T05:12:49.416Z Downloaded foldhash v0.1.5
6982026-03-26T05:12:49.416Z Downloaded csv-core v0.1.13
6992026-03-26T05:12:49.417Z Downloaded bzip2 v0.4.4
7002026-03-26T05:12:49.419Z Downloaded block-padding v0.3.3
7012026-03-26T05:12:49.420Z Downloaded async-bb8-diesel v0.2.1
7022026-03-26T05:12:49.422Z Downloaded filetime v0.2.27
7032026-03-26T05:12:49.422Z Downloaded futures-sink v0.3.32
7042026-03-26T05:12:49.425Z Downloaded crc-catalog v2.4.0
7052026-03-26T05:12:49.425Z Downloaded erased-serde v0.3.31
7062026-03-26T05:12:49.428Z Downloaded dunce v1.0.5
7072026-03-26T05:12:49.428Z Downloaded ghash v0.5.1
7082026-03-26T05:12:49.428Z Downloaded bumpalo v3.20.2
7092026-03-26T05:12:49.431Z Downloaded bzip2 v0.6.1
7102026-03-26T05:12:49.431Z Downloaded bit-vec v0.8.0
7112026-03-26T05:12:49.434Z Downloaded foldhash v0.2.0
7122026-03-26T05:12:49.434Z Downloaded env_logger v0.11.9
7132026-03-26T05:12:49.437Z Downloaded darling v0.20.11
7142026-03-26T05:12:49.440Z Downloaded futures-task v0.3.32
7152026-03-26T05:12:49.440Z Downloaded atty v0.2.14
7162026-03-26T05:12:49.440Z Downloaded async-stream v0.3.6
7172026-03-26T05:12:49.443Z Downloaded cmake v0.1.57
7182026-03-26T05:12:49.443Z Downloaded ciborium v0.2.2
7192026-03-26T05:12:49.446Z Downloaded headers-core v0.3.0
7202026-03-26T05:12:49.446Z Downloaded globwalk v0.9.1
7212026-03-26T05:12:49.446Z Downloaded funty v2.0.0
7222026-03-26T05:12:49.449Z Downloaded bb8 v0.8.6
7232026-03-26T05:12:49.449Z Downloaded hash32 v0.2.1
7242026-03-26T05:12:49.452Z Downloaded hash32 v0.3.1
7252026-03-26T05:12:49.452Z Downloaded chacha20 v0.10.0
7262026-03-26T05:12:49.457Z Downloaded home v0.5.12
7272026-03-26T05:12:49.460Z Downloaded ident_case v1.0.1
7282026-03-26T05:12:49.460Z Downloaded hostname v0.4.2
7292026-03-26T05:12:49.463Z Downloaded daft-derive v0.1.5
7302026-03-26T05:12:49.465Z Downloaded gethostname v0.5.0
7312026-03-26T05:12:49.466Z Downloaded drift v0.1.3
7322026-03-26T05:12:49.468Z Downloaded highway v1.3.0
7332026-03-26T05:12:49.472Z Downloaded diesel-dtrace v0.5.0
7342026-03-26T05:12:49.472Z Downloaded indent_write v2.2.0
7352026-03-26T05:12:49.475Z Downloaded data-encoding v2.10.0
7362026-03-26T05:12:49.475Z Downloaded http-body v1.0.1
7372026-03-26T05:12:49.475Z Downloaded critical-section v1.2.0
7382026-03-26T05:12:49.475Z Downloaded hubpack v0.1.2
7392026-03-26T05:12:49.478Z Downloaded httpdate v1.0.3
7402026-03-26T05:12:49.478Z Downloaded foreign-types-shared v0.3.1
7412026-03-26T05:12:49.478Z Downloaded base16ct v1.0.0
7422026-03-26T05:12:49.481Z Downloaded http-range v0.1.5
7432026-03-26T05:12:49.481Z Downloaded hostname v0.3.1
7442026-03-26T05:12:49.481Z Downloaded hex v0.4.3
7452026-03-26T05:12:49.484Z Downloaded indoc v1.0.9
7462026-03-26T05:12:49.487Z Downloaded fs-err v2.11.0
7472026-03-26T05:12:49.487Z Downloaded constant_time_eq v0.4.2
7482026-03-26T05:12:49.490Z Downloaded cbc v0.1.2
7492026-03-26T05:12:49.490Z Downloaded argon2 v0.5.3
7502026-03-26T05:12:49.490Z Downloaded cipher v0.4.4
7512026-03-26T05:12:49.493Z Downloaded ahash v0.8.12
7522026-03-26T05:12:49.493Z Downloaded async-recursion v1.1.1
7532026-03-26T05:12:49.496Z Downloaded hyper-tls v0.6.0
7542026-03-26T05:12:49.499Z Downloaded convert_case v0.10.0
7552026-03-26T05:12:49.499Z Downloaded group v0.13.0
7562026-03-26T05:12:49.499Z Downloaded futures-channel v0.3.32
7572026-03-26T05:12:49.502Z Downloaded futures-io v0.3.32
7582026-03-26T05:12:49.502Z Downloaded ecdsa v0.16.9
7592026-03-26T05:12:49.506Z Downloaded glob v0.3.3
7602026-03-26T05:12:49.507Z Downloaded crc-any v2.5.0
7612026-03-26T05:12:49.507Z Downloaded cookie v0.18.1
7622026-03-26T05:12:49.509Z Downloaded chacha20poly1305 v0.10.1
7632026-03-26T05:12:49.509Z Downloaded diff v0.1.13
7642026-03-26T05:12:49.512Z Downloaded git-stub-vcs v0.1.0
7652026-03-26T05:12:49.515Z Downloaded is_ci v1.2.0
7662026-03-26T05:12:49.515Z Downloaded hubpack_derive v0.1.1
7672026-03-26T05:12:49.515Z Downloaded internet-checksum v0.2.1
7682026-03-26T05:12:49.518Z Downloaded kstat-rs v0.2.4
7692026-03-26T05:12:49.521Z Downloaded instant v0.1.13
7702026-03-26T05:12:49.521Z Downloaded inout v0.1.4
7712026-03-26T05:12:49.521Z Downloaded lalrpop-util v0.19.12
7722026-03-26T05:12:49.525Z Downloaded instability v0.3.11
7732026-03-26T05:12:49.525Z Downloaded ciborium-ll v0.2.2
7742026-03-26T05:12:49.525Z Downloaded bit-vec v0.6.3
7752026-03-26T05:12:49.528Z Downloaded globset v0.4.18
7762026-03-26T05:12:49.531Z Downloaded is-terminal v0.4.17
7772026-03-26T05:12:49.531Z Downloaded lru-cache v0.1.2
7782026-03-26T05:12:49.531Z Downloaded cookie_store v0.22.1
7792026-03-26T05:12:49.534Z Downloaded match_cfg v0.1.0
7802026-03-26T05:12:49.534Z Downloaded managed v0.8.0
7812026-03-26T05:12:49.537Z Downloaded const_format_proc_macros v0.2.34
7822026-03-26T05:12:49.545Z Downloaded lazy_static v1.5.0
7832026-03-26T05:12:49.548Z Downloaded maplit v1.0.2
7842026-03-26T05:12:49.551Z Downloaded fixedbitset v0.5.7
7852026-03-26T05:12:49.551Z Downloaded humantime v2.3.0
7862026-03-26T05:12:49.554Z Downloaded lru-slab v0.1.2
7872026-03-26T05:12:49.554Z Downloaded libscf-sys v1.1.0
7882026-03-26T05:12:49.554Z Downloaded base64 v0.22.1
7892026-03-26T05:12:49.557Z Downloaded hyper-staticfile v0.10.1
7902026-03-26T05:12:49.560Z Downloaded maybe-uninit v2.0.0
7912026-03-26T05:12:49.560Z Downloaded find-msvc-tools v0.1.9
7922026-03-26T05:12:49.560Z Downloaded mime v0.3.17
7932026-03-26T05:12:49.563Z Downloaded futures-executor v0.3.32
7942026-03-26T05:12:49.566Z Downloaded fatfs v0.3.6
7952026-03-26T05:12:49.566Z Downloaded crossbeam-utils v0.8.21
7962026-03-26T05:12:49.569Z Downloaded indoc v2.0.7
7972026-03-26T05:12:49.572Z Downloaded md5 v0.7.0
7982026-03-26T05:12:49.572Z Downloaded darling v0.21.3
7992026-03-26T05:12:49.575Z Downloaded memoffset v0.9.1
8002026-03-26T05:12:49.575Z Downloaded getrandom v0.2.17
8012026-03-26T05:12:49.577Z Downloaded md-5 v0.10.6
8022026-03-26T05:12:49.577Z Downloaded lru v0.12.5
8032026-03-26T05:12:49.577Z Downloaded lzss v0.8.2
8042026-03-26T05:12:49.580Z Downloaded multimap v0.10.1
8052026-03-26T05:12:49.587Z Downloaded nodrop v0.1.14
8062026-03-26T05:12:49.590Z Downloaded impl-trait-for-tuples v0.2.3
8072026-03-26T05:12:49.590Z Downloaded base64 v0.21.7
8082026-03-26T05:12:49.593Z Downloaded ingot-types v0.1.2
8092026-03-26T05:12:49.593Z Downloaded newtype-uuid-macros v0.1.0
8102026-03-26T05:12:49.596Z Downloaded normalize-line-endings v0.3.0
8112026-03-26T05:12:49.596Z Downloaded const-oid v0.9.6
8122026-03-26T05:12:49.596Z Downloaded newline-converter v0.3.0
8132026-03-26T05:12:49.599Z Downloaded newtype_derive v0.1.6
8142026-03-26T05:12:49.599Z Downloaded half v1.8.3
8152026-03-26T05:12:49.599Z Downloaded nonempty v0.12.0
8162026-03-26T05:12:49.602Z Downloaded nibble_vec v0.1.0
8172026-03-26T05:12:49.602Z Downloaded num v0.4.3
8182026-03-26T05:12:49.602Z Downloaded new_debug_unreachable v1.0.6
8192026-03-26T05:12:49.606Z Downloaded num_threads v0.1.7
8202026-03-26T05:12:49.609Z Downloaded num-iter v0.1.45
8212026-03-26T05:12:49.609Z Downloaded ipnet v2.11.0
8222026-03-26T05:12:49.612Z Downloaded ingot v0.1.1
8232026-03-26T05:12:49.626Z Downloaded openssl-macros v0.1.1
8242026-03-26T05:12:49.628Z Downloaded openssl-probe v0.1.6
8252026-03-26T05:12:49.629Z Downloaded opaque-debug v0.3.1
8262026-03-26T05:12:49.629Z Downloaded libsw-core v0.3.2
8272026-03-26T05:12:49.631Z Downloaded num_enum_derive v0.5.11
8282026-03-26T05:12:49.631Z Downloaded linear-map v1.2.0
8292026-03-26T05:12:49.631Z Downloaded libsw v3.5.0
8302026-03-26T05:12:49.634Z Downloaded lock_api v0.4.14
8312026-03-26T05:12:49.634Z Downloaded libefi-sys v0.1.0
8322026-03-26T05:12:49.634Z Downloaded keccak v0.1.6
8332026-03-26T05:12:49.637Z Downloaded jobserver v0.1.34
8342026-03-26T05:12:49.637Z Downloaded ipnetwork v0.21.1
8352026-03-26T05:12:49.640Z Downloaded hickory-client v0.25.2
8362026-03-26T05:12:49.643Z Downloaded num-derive v0.4.2
8372026-03-26T05:12:49.646Z Downloaded linked-hash-map v0.5.6
8382026-03-26T05:12:49.646Z Downloaded nanorand v0.7.0
8392026-03-26T05:12:49.649Z Downloaded mime_guess v2.0.5
8402026-03-26T05:12:49.649Z Downloaded oso-derive v0.27.3
8412026-03-26T05:12:49.649Z Downloaded http-body-util v0.1.3
8422026-03-26T05:12:49.652Z Downloaded num-conv v0.2.0
8432026-03-26T05:12:49.655Z Downloaded olpc-cjson v0.1.4
8442026-03-26T05:12:49.658Z Downloaded packed_struct_codegen v0.10.1
8452026-03-26T05:12:49.658Z Downloaded hmac v0.12.1
8462026-03-26T05:12:49.658Z Downloaded arc-swap v1.8.2
8472026-03-26T05:12:49.661Z Downloaded dropshot-api-manager v0.6.0
8482026-03-26T05:12:49.664Z Downloaded flume v0.11.1
8492026-03-26T05:12:49.669Z Downloaded pbkdf2 v0.11.0
8502026-03-26T05:12:49.673Z Downloaded iana-time-zone v0.1.65
8512026-03-26T05:12:49.676Z Downloaded parse-size v1.1.0
8522026-03-26T05:12:49.676Z Downloaded hyper-rustls v0.27.7
8532026-03-26T05:12:49.676Z Downloaded path-slash v0.1.5
8542026-03-26T05:12:49.676Z Downloaded native-tls v0.2.18
8552026-03-26T05:12:49.676Z Downloaded expectorate v1.2.0
8562026-03-26T05:12:49.679Z Downloaded multer v3.1.0
8572026-03-26T05:12:49.682Z Downloaded libloading v0.8.9
8582026-03-26T05:12:49.682Z Downloaded parse-display v0.10.0
8592026-03-26T05:12:49.685Z Downloaded peg-runtime v0.8.5
8602026-03-26T05:12:49.688Z Downloaded nu-ansi-term v0.50.3
8612026-03-26T05:12:49.688Z Downloaded num-derive v0.3.3
8622026-03-26T05:12:49.688Z Downloaded newtype-uuid v1.3.2
8632026-03-26T05:12:49.691Z Downloaded phf_shared v0.12.1
8642026-03-26T05:12:49.691Z Downloaded getrandom v0.3.4
8652026-03-26T05:12:49.696Z Downloaded heapless v0.8.0
8662026-03-26T05:12:49.700Z Downloaded ingot-macros v0.1.1
8672026-03-26T05:12:49.703Z Downloaded litrs v1.0.0
8682026-03-26T05:12:49.706Z Downloaded fs_extra v1.3.0
8692026-03-26T05:12:49.706Z Downloaded num-rational v0.4.2
8702026-03-26T05:12:49.709Z Downloaded num_enum_derive v0.7.5
8712026-03-26T05:12:49.713Z Downloaded phf_shared v0.13.1
8722026-03-26T05:12:49.716Z Downloaded phf_shared v0.11.3
8732026-03-26T05:12:49.719Z Downloaded pin-utils v0.1.0
8742026-03-26T05:12:49.723Z Downloaded const_format v0.2.35
8752026-03-26T05:12:49.726Z Downloaded owo-colors v4.3.0
8762026-03-26T05:12:49.729Z Downloaded num_enum v0.7.5
8772026-03-26T05:12:49.732Z Downloaded futures v0.3.32
8782026-03-26T05:12:49.735Z Downloaded elliptic-curve v0.13.8
8792026-03-26T05:12:49.738Z Downloaded packed_struct v0.10.1
8802026-03-26T05:12:49.740Z Downloaded oxide-tokio-rt v0.1.3
8812026-03-26T05:12:49.740Z Downloaded precomputed-hash v0.1.1
8822026-03-26T05:12:49.743Z Downloaded powerfmt v0.2.0
8832026-03-26T05:12:49.743Z Downloaded num-integer v0.1.46
8842026-03-26T05:12:49.743Z Downloaded ignore v0.4.25
8852026-03-26T05:12:49.746Z Downloaded compact_str v0.8.1
8862026-03-26T05:12:49.749Z Downloaded predicates-tree v1.0.13
8872026-03-26T05:12:49.750Z Downloaded password-hash v0.5.0
8882026-03-26T05:12:49.753Z Downloaded indexmap v1.9.3
8892026-03-26T05:12:49.753Z Downloaded proc-macro-crate v1.3.1
8902026-03-26T05:12:49.753Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-03-26T05:12:49.756Z Downloaded oxnet v0.1.4
8922026-03-26T05:12:49.756Z Downloaded proc-macro-crate v3.4.0
8932026-03-26T05:12:49.756Z Downloaded derive_more v2.1.1
8942026-03-26T05:12:49.762Z Downloaded progenitor-client v0.11.2
8952026-03-26T05:12:49.764Z Downloaded progenitor-client v0.10.0
8962026-03-26T05:12:49.764Z Downloaded darling_core v0.21.3
8972026-03-26T05:12:49.767Z Downloaded psl-types v2.0.11
8982026-03-26T05:12:49.767Z Downloaded predicates-core v1.0.10
8992026-03-26T05:12:49.770Z Downloaded pem v3.0.6
9002026-03-26T05:12:49.770Z Downloaded peg v0.8.5
9012026-03-26T05:12:49.773Z Downloaded paste v1.0.15
9022026-03-26T05:12:49.773Z Downloaded pbkdf2 v0.12.2
9032026-03-26T05:12:49.777Z Downloaded peg-macros v0.8.5
9042026-03-26T05:12:49.777Z Downloaded progenitor-macro v0.10.0
9052026-03-26T05:12:49.777Z Downloaded progenitor-macro v0.13.0
9062026-03-26T05:12:49.777Z Downloaded progenitor-macro v0.11.2
9072026-03-26T05:12:49.781Z Downloaded phf v0.13.1
9082026-03-26T05:12:49.781Z Downloaded password-hash v0.4.2
9092026-03-26T05:12:49.781Z Downloaded parse-display-derive v0.10.0
9102026-03-26T05:12:49.784Z Downloaded quick-error v1.2.3
9112026-03-26T05:12:49.784Z Downloaded pem-rfc7468 v0.7.0
9122026-03-26T05:12:49.784Z Downloaded num-complex v0.4.6
9132026-03-26T05:12:49.788Z Downloaded pin-project-lite v0.2.17
9142026-03-26T05:12:49.788Z Downloaded heapless v0.7.17
9152026-03-26T05:12:49.792Z Downloaded phf v0.12.1
9162026-03-26T05:12:49.795Z Downloaded httparse v1.10.1
9172026-03-26T05:12:49.795Z Downloaded openssl-probe v0.2.1
9182026-03-26T05:12:49.798Z Downloaded rand_chacha v0.3.1
9192026-03-26T05:12:49.798Z Downloaded radium v0.7.0
9202026-03-26T05:12:49.801Z Downloaded poly1305 v0.8.0
9212026-03-26T05:12:49.804Z Downloaded pin-project-internal v1.1.11
9222026-03-26T05:12:49.804Z Downloaded pkg-config v0.3.32
9232026-03-26T05:12:49.807Z Downloaded polyval v0.6.2
9242026-03-26T05:12:49.807Z Downloaded pkcs8 v0.10.2
9252026-03-26T05:12:49.810Z Downloaded ar_archive_writer v0.5.1
9262026-03-26T05:12:49.813Z Downloaded headers v0.4.1
9272026-03-26T05:12:49.816Z Downloaded libbz2-rs-sys v0.2.2
9282026-03-26T05:12:49.819Z Downloaded crossbeam-channel v0.5.15
9292026-03-26T05:12:49.838Z Downloaded postgres-protocol v0.6.10
9302026-03-26T05:12:49.838Z Downloaded parking_lot v0.11.2
9312026-03-26T05:12:49.838Z Downloaded half v2.7.1
9322026-03-26T05:12:49.838Z Downloaded proc-macro-error2 v2.0.1
9332026-03-26T05:12:49.838Z Downloaded rand_xorshift v0.4.0
9342026-03-26T05:12:49.838Z Downloaded progenitor-client v0.13.0
9352026-03-26T05:12:49.838Z Downloaded predicates v3.1.4
9362026-03-26T05:12:49.838Z Downloaded recursive v0.1.1
9372026-03-26T05:12:49.838Z Downloaded ref-cast-impl v1.0.25
9382026-03-26T05:12:49.838Z Downloaded progenitor-extras v0.1.1
9392026-03-26T05:12:49.842Z Downloaded progenitor v0.11.2
9402026-03-26T05:12:49.843Z Downloaded progenitor v0.10.0
9412026-03-26T05:12:49.843Z Downloaded diesel_derives v2.3.7
9422026-03-26T05:12:49.846Z Downloaded parking_lot_core v0.8.6
9432026-03-26T05:12:49.850Z Downloaded primeorder v0.13.6
9442026-03-26T05:12:49.856Z Downloaded crypto-bigint v0.5.5
9452026-03-26T05:12:49.860Z Downloaded parking_lot_core v0.9.12
9462026-03-26T05:12:49.863Z Downloaded memmap2 v0.9.10
9472026-03-26T05:12:49.863Z Downloaded flate2 v1.1.9
9482026-03-26T05:12:49.867Z Downloaded rfc6979 v0.4.0
9492026-03-26T05:12:49.876Z Downloaded rustc_version v0.1.7
9502026-03-26T05:12:49.883Z Downloaded psm v0.1.30
9512026-03-26T05:12:49.894Z Downloaded pkcs1 v0.7.5
9522026-03-26T05:12:49.897Z Downloaded num_enum v0.5.11
9532026-03-26T05:12:49.900Z Downloaded pkcs5 v0.7.1
9542026-03-26T05:12:49.903Z Downloaded r2d2 v0.8.10
9552026-03-26T05:12:49.907Z Downloaded hickory-resolver v0.24.4
9562026-03-26T05:12:49.911Z Downloaded derive_more-impl v2.1.1
9572026-03-26T05:12:49.914Z Downloaded rand_core v0.9.5
9582026-03-26T05:12:49.917Z Downloaded darling_core v0.20.11
9592026-03-26T05:12:49.921Z Downloaded oso v0.27.3
9602026-03-26T05:12:49.924Z Downloaded omicron-zone-package v0.12.2
9612026-03-26T05:12:49.927Z Downloaded scheduled-thread-pool v0.2.7
9622026-03-26T05:12:49.935Z Downloaded same-file v1.0.6
9632026-03-26T05:12:49.938Z Downloaded rand_seeder v0.4.0
9642026-03-26T05:12:49.941Z Downloaded ppv-lite86 v0.2.21
9652026-03-26T05:12:49.941Z Downloaded miniz_oxide v0.8.9
9662026-03-26T05:12:49.941Z Downloaded indicatif v0.18.4
9672026-03-26T05:12:49.944Z Downloaded postgres-types v0.2.12
9682026-03-26T05:12:49.947Z Downloaded progenitor v0.13.0
9692026-03-26T05:12:49.951Z Downloaded seq-macro v0.3.6
9702026-03-26T05:12:49.951Z Downloaded serde-big-array v0.5.1
9712026-03-26T05:12:49.951Z Downloaded papergrid v0.17.0
9722026-03-26T05:12:49.965Z Downloaded rustc-hash v2.1.1
9732026-03-26T05:12:49.969Z Downloaded serde_spanned v1.0.4
9742026-03-26T05:12:49.972Z Downloaded serde_plain v1.0.2
9752026-03-26T05:12:49.978Z Downloaded crossterm v0.28.1
9762026-03-26T05:12:49.982Z Downloaded recursive-proc-macro-impl v0.1.1
9772026-03-26T05:12:49.985Z Downloaded hickory-resolver v0.25.2
9782026-03-26T05:12:49.989Z Downloaded postcard v1.1.3
9792026-03-26T05:12:49.992Z Downloaded quinn-udp v0.5.14
9802026-03-26T05:12:49.997Z Downloaded signal-hook-tokio v0.3.1
9812026-03-26T05:12:49.999Z Downloaded sigpipe v0.1.3
9822026-03-26T05:12:49.999Z Downloaded signature v2.2.0
9832026-03-26T05:12:50.006Z Downloaded http v1.4.0
9842026-03-26T05:12:50.014Z Downloaded parking_lot v0.12.5
9852026-03-26T05:12:50.017Z Downloaded sapling-renderdag v0.1.0
9862026-03-26T05:12:50.024Z Downloaded siphasher v1.0.2
9872026-03-26T05:12:50.026Z Downloaded prefix-trie v0.7.0
9882026-03-26T05:12:50.029Z Downloaded schemars_derive v0.8.22
9892026-03-26T05:12:50.029Z Downloaded sec1 v0.7.3
9902026-03-26T05:12:50.032Z Downloaded sct v0.7.1
9912026-03-26T05:12:50.033Z Downloaded minimal-lexical v0.2.1
9922026-03-26T05:12:50.035Z Downloaded salsa20 v0.10.2
9932026-03-26T05:12:50.038Z Downloaded slog-bunyan v2.5.0
9942026-03-26T05:12:50.038Z Downloaded rand_chacha v0.9.0
9952026-03-26T05:12:50.041Z Downloaded slog-envlogger v2.2.0
9962026-03-26T05:12:50.047Z Downloaded progenitor-impl v0.11.2
9972026-03-26T05:12:50.050Z Downloaded scroll_derive v0.13.1
9982026-03-26T05:12:50.050Z Downloaded russh-cryptovec v0.7.3
9992026-03-26T05:12:50.050Z Downloaded ref-cast v1.0.25
10002026-03-26T05:12:50.059Z Downloaded serde_derive_internals v0.29.1
10012026-03-26T05:12:50.062Z Downloaded russh-keys v0.45.0
10022026-03-26T05:12:50.062Z Downloaded shell-words v1.1.1
10032026-03-26T05:12:50.072Z Downloaded signal-hook-registry v1.4.8
10042026-03-26T05:12:50.080Z Downloaded pin-project v1.1.11
10052026-03-26T05:12:50.086Z Downloaded rustls-pki-types v1.14.0
10062026-03-26T05:12:50.089Z Downloaded rand_core v0.10.0
10072026-03-26T05:12:50.098Z Downloaded sqlparser_derive v0.5.0
10082026-03-26T05:12:50.100Z Downloaded slab v0.4.12
10092026-03-26T05:12:50.111Z Downloaded rcgen v0.12.1
10102026-03-26T05:12:50.116Z Downloaded simd-adler32 v0.3.8
10112026-03-26T05:12:50.119Z Downloaded scopeguard v1.2.0
10122026-03-26T05:12:50.119Z Downloaded signal-hook-mio v0.2.5
10132026-03-26T05:12:50.122Z Downloaded serde_repr v0.1.20
10142026-03-26T05:12:50.122Z Downloaded secrecy v0.8.0
10152026-03-26T05:12:50.122Z Downloaded ssh-encoding v0.2.0
10162026-03-26T05:12:50.125Z Downloaded rustc_version v0.4.1
10172026-03-26T05:12:50.135Z Downloaded slog-json v2.6.1
10182026-03-26T05:12:50.138Z Downloaded slog-dtrace v0.3.0
10192026-03-26T05:12:50.138Z Downloaded progenitor-impl v0.10.0
10202026-03-26T05:12:50.141Z Downloaded progenitor-impl v0.13.0
10212026-03-26T05:12:50.141Z Downloaded slog-async v2.8.0
10222026-03-26T05:12:50.146Z Downloaded serde_with_macros v3.17.0
10232026-03-26T05:12:50.149Z Downloaded strip-ansi-escapes v0.2.1
10242026-03-26T05:12:50.149Z Downloaded structmeta-derive v0.3.0
10252026-03-26T05:12:50.152Z Downloaded structmeta v0.3.0
10262026-03-26T05:12:50.152Z Downloaded slog-stdlog v4.1.1
10272026-03-26T05:12:50.152Z Downloaded smf v0.2.3
10282026-03-26T05:12:50.152Z Downloaded slog-term v2.9.2
10292026-03-26T05:12:50.155Z Downloaded slog-scope v4.4.1
10302026-03-26T05:12:50.155Z Downloaded serde_bytes v0.11.19
10312026-03-26T05:12:50.158Z Downloaded rtoolbox v0.0.3
10322026-03-26T05:12:50.158Z Downloaded rustls-native-certs v0.8.3
10332026-03-26T05:12:50.162Z Downloaded itertools v0.10.5
10342026-03-26T05:12:50.165Z Downloaded sha1 v0.10.6
10352026-03-26T05:12:50.168Z Downloaded serde_urlencoded v0.7.1
10362026-03-26T05:12:50.169Z Downloaded scrypt v0.11.0
10372026-03-26T05:12:50.169Z Downloaded resolv-conf v0.7.6
10382026-03-26T05:12:50.169Z Downloaded rustls-platform-verifier v0.6.2
10392026-03-26T05:12:50.173Z Downloaded secrecy v0.10.3
10402026-03-26T05:12:50.176Z Downloaded semver v0.1.20
10412026-03-26T05:12:50.179Z Downloaded subtle v2.6.1
10422026-03-26T05:12:50.183Z Downloaded p256 v0.13.2
10432026-03-26T05:12:50.186Z Downloaded tabwriter v1.4.1
10442026-03-26T05:12:50.186Z Downloaded tabled_derive v0.11.0
10452026-03-26T05:12:50.188Z Downloaded spki v0.7.3
10462026-03-26T05:12:50.189Z Downloaded sqlformat v0.3.5
10472026-03-26T05:12:50.192Z Downloaded crossterm v0.29.0
10482026-03-26T05:12:50.195Z Downloaded snafu-derive v0.8.9
10492026-03-26T05:12:50.195Z Downloaded openssl-sys v0.9.111
10502026-03-26T05:12:50.201Z Downloaded rusty-fork v0.3.1
10512026-03-26T05:12:50.204Z Downloaded sync_wrapper v1.0.2
10522026-03-26T05:12:50.204Z Downloaded strum v0.27.2
10532026-03-26T05:12:50.204Z Downloaded rustversion v1.0.22
10542026-03-26T05:12:50.208Z Downloaded take_mut v0.2.2
10552026-03-26T05:12:50.208Z Downloaded tagptr v0.2.0
10562026-03-26T05:12:50.208Z Downloaded ssh-cipher v0.2.0
10572026-03-26T05:12:50.211Z Downloaded schemars v0.8.22
10582026-03-26T05:12:50.217Z Downloaded supports-color v3.0.2
10592026-03-26T05:12:50.220Z Downloaded strum v0.26.3
10602026-03-26T05:12:50.220Z Downloaded stacker v0.1.23
10612026-03-26T05:12:50.220Z Downloaded rustls-pemfile v2.2.0
10622026-03-26T05:12:50.224Z Downloaded termtree v0.5.1
10632026-03-26T05:12:50.226Z Downloaded rand_core v0.6.4
10642026-03-26T05:12:50.229Z Downloaded publicsuffix v2.3.0
10652026-03-26T05:12:50.232Z Downloaded sync-ptr v0.1.4
10662026-03-26T05:12:50.235Z Downloaded serde-hex v0.1.0
10672026-03-26T05:12:50.235Z Downloaded testing_table v0.3.0
10682026-03-26T05:12:50.235Z Downloaded tap v1.0.1
10692026-03-26T05:12:50.239Z Downloaded stringprep v0.1.5
10702026-03-26T05:12:50.239Z Downloaded hickory-server v0.25.2
10712026-03-26T05:12:50.243Z Downloaded hashbrown v0.13.2
10722026-03-26T05:12:50.243Z Downloaded thread-id v5.1.0
10732026-03-26T05:12:50.247Z Downloaded thiserror-impl-no-std v2.0.2
10742026-03-26T05:12:50.247Z Downloaded jiff-static v0.2.21
10752026-03-26T05:12:50.247Z Downloaded string_cache v0.8.9
10762026-03-26T05:12:50.254Z Downloaded shlex v1.3.0
10772026-03-26T05:12:50.257Z Downloaded num-bigint v0.4.6
10782026-03-26T05:12:50.262Z Downloaded smallvec v0.6.14
10792026-03-26T05:12:50.265Z Downloaded hashbrown v0.12.3
10802026-03-26T05:12:50.267Z Downloaded strum_macros v0.27.2
10812026-03-26T05:12:50.279Z Downloaded support-bundle-viewer v0.1.2
10822026-03-26T05:12:50.284Z Downloaded spin v0.9.8
10832026-03-26T05:12:50.284Z Downloaded pretty_assertions v1.4.1
10842026-03-26T05:12:50.284Z Downloaded rayon-core v1.13.0
10852026-03-26T05:12:50.288Z Downloaded hashbrown v0.15.5
10862026-03-26T05:12:50.288Z Downloaded rustls-pemfile v1.0.4
10872026-03-26T05:12:50.292Z Downloaded prettyplease v0.2.37
10882026-03-26T05:12:50.292Z Downloaded time-core v0.1.8
10892026-03-26T05:12:50.295Z Downloaded static_assertions v1.1.0
10902026-03-26T05:12:50.295Z Downloaded similar v2.7.0
10912026-03-26T05:12:50.299Z Downloaded aes v0.8.4
10922026-03-26T05:12:50.304Z Downloaded hyper-util v0.1.20
10932026-03-26T05:12:50.313Z Downloaded topological-sort v0.2.2
10942026-03-26T05:12:50.316Z Downloaded serde_path_to_error v0.1.20
10952026-03-26T05:12:50.320Z Downloaded strum_macros v0.26.4
10962026-03-26T05:12:50.323Z Downloaded termios v0.3.3
10972026-03-26T05:12:50.326Z Downloaded time-macros v0.2.27
10982026-03-26T05:12:50.329Z Downloaded rsa v0.9.10
10992026-03-26T05:12:50.334Z Downloaded scroll v0.13.0
11002026-03-26T05:12:50.337Z Downloaded try-lock v0.2.5
11012026-03-26T05:12:50.340Z Downloaded trait-variant v0.1.2
11022026-03-26T05:12:50.340Z Downloaded tower-service v0.3.3
11032026-03-26T05:12:50.343Z Downloaded itertools v0.12.1
11042026-03-26T05:12:50.347Z Downloaded num-bigint-dig v0.8.6
11052026-03-26T05:12:50.350Z Downloaded qorb v0.4.1
11062026-03-26T05:12:50.353Z Downloaded mio v1.1.1
11072026-03-26T05:12:50.356Z Downloaded tiny-keccak v2.0.2
11082026-03-26T05:12:50.359Z Downloaded socket2 v0.6.2
11092026-03-26T05:12:50.359Z Downloaded tower-layer v0.3.3
11102026-03-26T05:12:50.362Z Downloaded tinyvec_macros v0.1.1
11112026-03-26T05:12:50.365Z Downloaded thread_local v1.1.9
11122026-03-26T05:12:50.365Z Downloaded tls_codec v0.4.2
11132026-03-26T05:12:50.367Z Downloaded unarray v0.1.4
11142026-03-26T05:12:50.368Z Downloaded typify-macro v0.6.1
11152026-03-26T05:12:50.370Z Downloaded rand v0.8.5
11162026-03-26T05:12:50.374Z Downloaded tokio-macros v2.6.0
11172026-03-26T05:12:50.377Z Downloaded tokio-dtrace v0.1.1
11182026-03-26T05:12:50.377Z Downloaded tls_codec_derive v0.4.2
11192026-03-26T05:12:50.377Z Downloaded rand v0.10.0
11202026-03-26T05:12:50.380Z Downloaded hyper v1.8.1
11212026-03-26T05:12:50.383Z Downloaded typify-macro v0.4.3
11222026-03-26T05:12:50.386Z Downloaded schemars v0.9.0
11232026-03-26T05:12:50.391Z Downloaded unit-prefix v0.5.2
11242026-03-26T05:12:50.394Z Downloaded nom v7.1.3
11252026-03-26T05:12:50.397Z Downloaded tokio-tungstenite v0.23.1
11262026-03-26T05:12:50.397Z Downloaded tokio-native-tls v0.3.1
11272026-03-26T05:12:50.400Z Downloaded samael v0.0.19
11282026-03-26T05:12:50.402Z Downloaded strum_macros v0.24.3
11292026-03-26T05:12:50.405Z Downloaded tokio-tungstenite v0.21.0
11302026-03-26T05:12:50.405Z Downloaded usdt v0.6.0
11312026-03-26T05:12:50.405Z Downloaded untrusted v0.7.1
11322026-03-26T05:12:50.409Z Downloaded universal-hash v0.5.1
11332026-03-26T05:12:50.409Z Downloaded tokio-rustls v0.25.0
11342026-03-26T05:12:50.409Z Downloaded utf-8 v0.7.6
11352026-03-26T05:12:50.409Z Downloaded unicode-truncate v1.1.0
11362026-03-26T05:12:50.412Z Downloaded usdt-macro v0.6.0
11372026-03-26T05:12:50.412Z Downloaded untrusted v0.9.0
11382026-03-26T05:12:50.412Z Downloaded usdt-attr-macro v0.6.0
11392026-03-26T05:12:50.412Z Downloaded serde_cbor v0.11.2
11402026-03-26T05:12:50.415Z Downloaded term v1.2.1
11412026-03-26T05:12:50.415Z Downloaded term v0.7.0
11422026-03-26T05:12:50.421Z Downloaded thiserror-no-std v2.0.2
11432026-03-26T05:12:50.425Z Downloaded tui-tree-widget v0.23.1
11442026-03-26T05:12:50.429Z Downloaded signal-hook v0.3.18
11452026-03-26T05:12:50.432Z Downloaded void v1.0.2
11462026-03-26T05:12:50.435Z Downloaded h2 v0.4.13
11472026-03-26T05:12:50.438Z Downloaded wait-timeout v0.2.1
11482026-03-26T05:12:50.441Z Downloaded want v0.3.1
11492026-03-26T05:12:50.444Z Downloaded snafu v0.8.9
11502026-03-26T05:12:50.447Z Downloaded waitgroup v0.1.2
11512026-03-26T05:12:50.450Z Downloaded socket2 v0.5.10
11522026-03-26T05:12:50.450Z Downloaded subprocess v0.2.15
11532026-03-26T05:12:50.453Z Downloaded unicase v2.9.0
11542026-03-26T05:12:50.465Z Downloaded hkdf v0.12.4
11552026-03-26T05:12:50.468Z Downloaded futures-util v0.3.32
11562026-03-26T05:12:50.474Z Downloaded xshell-macros v0.2.7
11572026-03-26T05:12:50.476Z Downloaded tokio-rustls v0.24.1
11582026-03-26T05:12:50.476Z Downloaded ryu v1.0.23
11592026-03-26T05:12:50.480Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-03-26T05:12:50.483Z Downloaded tokio-stream v0.1.18
11612026-03-26T05:12:50.483Z Downloaded tokio-rustls v0.26.4
11622026-03-26T05:12:50.486Z Downloaded xattr v1.6.1
11632026-03-26T05:12:50.489Z Downloaded toml_writer v1.0.6+spec-1.1.0
11642026-03-26T05:12:50.504Z Downloaded tracing-attributes v0.1.31
11652026-03-26T05:12:50.508Z Downloaded zeroize_derive v1.4.3
11662026-03-26T05:12:50.511Z Downloaded vsss-rs v3.3.4
11672026-03-26T05:12:50.511Z Downloaded zone_cfg_derive v0.3.1
11682026-03-26T05:12:50.511Z Downloaded ron v0.8.1
11692026-03-26T05:12:50.514Z Downloaded zone v0.3.1
11702026-03-26T05:12:50.520Z Downloaded uzers v0.12.2
11712026-03-26T05:12:50.523Z Downloaded usdt-impl v0.6.0
11722026-03-26T05:12:50.526Z Downloaded walkdir v2.5.0
11732026-03-26T05:12:50.526Z Downloaded iri-string v0.7.10
11742026-03-26T05:12:50.529Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-03-26T05:12:50.532Z Downloaded itertools v0.13.0
11762026-03-26T05:12:50.535Z Downloaded whoami v1.6.1
11772026-03-26T05:12:50.538Z Downloaded quinn v0.11.9
11782026-03-26T05:12:50.538Z Downloaded rand v0.9.2
11792026-03-26T05:12:50.541Z Downloaded serde_yaml v0.9.34+deprecated
11802026-03-26T05:12:50.545Z Downloaded vergen-gitcl v1.0.8
11812026-03-26T05:12:50.574Z Downloaded twox-hash v2.1.2
11822026-03-26T05:12:50.578Z Downloaded tracing-core v0.1.36
11832026-03-26T05:12:50.582Z Downloaded vergen v9.0.6
11842026-03-26T05:12:50.585Z Downloaded vergen-git2 v1.0.7
11852026-03-26T05:12:50.585Z Downloaded russh v0.45.0
11862026-03-26T05:12:50.588Z Downloaded test-strategy v0.4.5
11872026-03-26T05:12:50.591Z Downloaded zstd v0.13.3
11882026-03-26T05:12:50.594Z Downloaded slog v2.8.2
11892026-03-26T05:12:50.594Z Downloaded wyz v0.5.1
11902026-03-26T05:12:50.597Z Downloaded iddqd v0.3.17
11912026-03-26T05:12:50.601Z Downloaded zstd-safe v7.2.4
11922026-03-26T05:12:50.605Z Downloaded rustls-webpki v0.103.9
11932026-03-26T05:12:50.609Z Downloaded itertools v0.14.0
11942026-03-26T05:12:50.612Z Downloaded unicode-properties v0.1.4
11952026-03-26T05:12:50.615Z Downloaded ssh-key v0.6.7
11962026-03-26T05:12:50.622Z Downloaded zeroize v1.8.2
11972026-03-26T05:12:50.625Z Downloaded xshell v0.2.7
11982026-03-26T05:12:50.628Z Downloaded libm v0.2.16
11992026-03-26T05:12:50.631Z Downloaded unsafe-libyaml v0.2.11
12002026-03-26T05:12:50.634Z Downloaded tungstenite v0.23.0
12012026-03-26T05:12:50.637Z Downloaded typify v0.6.1
12022026-03-26T05:12:50.637Z Downloaded tar v0.4.45
12032026-03-26T05:12:50.640Z Downloaded zerocopy v0.6.6
12042026-03-26T05:12:50.640Z Downloaded libxml v0.3.3
12052026-03-26T05:12:50.643Z Downloaded tinyvec v1.10.0
12062026-03-26T05:12:50.646Z Downloaded yasna v0.5.2
12072026-03-26T05:12:50.646Z Downloaded vergen-lib v0.1.6
12082026-03-26T05:12:50.646Z Downloaded rpassword v7.4.0
12092026-03-26T05:12:50.649Z Downloaded ron v0.12.0
12102026-03-26T05:12:50.652Z Downloaded aho-corasick v1.1.4
12112026-03-26T05:12:50.655Z Downloaded whoami v2.1.0
12122026-03-26T05:12:50.658Z Downloaded p521 v0.13.3
12132026-03-26T05:12:50.662Z Downloaded toml v0.7.8
12142026-03-26T05:12:50.665Z Downloaded toml v0.9.12+spec-1.1.0
12152026-03-26T05:12:50.669Z Downloaded tungstenite v0.21.0
12162026-03-26T05:12:50.672Z Downloaded xz2 v0.1.7
12172026-03-26T05:12:50.672Z Downloaded typify v0.4.3
12182026-03-26T05:12:50.674Z Downloaded steno v0.4.1
12192026-03-26T05:12:50.677Z Downloaded schemars v1.2.1
12202026-03-26T05:12:50.683Z Downloaded unicode-bidi v0.3.18
12212026-03-26T05:12:50.686Z Downloaded uuid v1.21.0
12222026-03-26T05:12:50.705Z Downloaded zopfli v0.8.3
12232026-03-26T05:12:50.714Z Downloaded git2 v0.20.4
12242026-03-26T05:12:50.719Z Downloaded vte v0.14.1
12252026-03-26T05:12:50.724Z Downloaded p384 v0.13.1
12262026-03-26T05:12:50.726Z Downloaded rustyline v14.0.0
12272026-03-26T05:12:50.729Z Downloaded rayon v1.11.0
12282026-03-26T05:12:50.734Z Downloaded yansi v1.0.1
12292026-03-26T05:12:50.737Z Downloaded aws-lc-rs v1.16.0
12302026-03-26T05:12:50.742Z Downloaded toml_edit v0.23.10+spec-1.0.0
12312026-03-26T05:12:50.748Z Downloaded zip v0.6.6
12322026-03-26T05:12:50.778Z Downloaded toml_edit v0.19.15
12332026-03-26T05:12:50.787Z Downloaded unicode_categories v0.1.1
12342026-03-26T05:12:50.790Z Downloaded salty v0.3.0
12352026-03-26T05:12:50.792Z Downloaded zerocopy-derive v0.8.40
12362026-03-26T05:12:50.797Z Downloaded tokio-postgres v0.7.16
12372026-03-26T05:12:50.799Z Downloaded rustls-webpki v0.101.7
12382026-03-26T05:12:50.828Z Downloaded x509-cert v0.2.5
12392026-03-26T05:12:50.832Z Downloaded tower v0.5.3
12402026-03-26T05:12:50.836Z Downloaded moka v0.12.13
12412026-03-26T05:12:50.864Z Downloaded typed-path v0.9.3
12422026-03-26T05:12:50.868Z Downloaded portable-atomic v1.13.1
12432026-03-26T05:12:50.872Z Downloaded reedline v0.40.0
12442026-03-26T05:12:50.876Z Downloaded chrono v0.4.44
12452026-03-26T05:12:50.881Z Downloaded regex v1.12.3
12462026-03-26T05:12:50.885Z Downloaded reqwest v0.13.2
12472026-03-26T05:12:50.888Z Downloaded bitvec v1.0.1
12482026-03-26T05:12:50.896Z Downloaded zip v4.6.1
12492026-03-26T05:12:50.899Z Downloaded petname v2.0.2
12502026-03-26T05:12:50.907Z Downloaded unicode-segmentation v1.12.0
12512026-03-26T05:12:50.913Z Downloaded curve25519-dalek v4.1.3
12522026-03-26T05:12:50.918Z Downloaded tokio-util v0.7.18
12532026-03-26T05:12:50.922Z Downloaded reqwest v0.12.28
12542026-03-26T05:12:50.926Z Downloaded tower-http v0.6.8
12552026-03-26T05:12:50.930Z Downloaded bindgen v0.71.1
12562026-03-26T05:12:50.935Z Downloaded quick-xml v0.37.5
12572026-03-26T05:12:50.948Z Downloaded lalrpop v0.19.12
12582026-03-26T05:12:50.954Z Downloaded unicode-normalization v0.1.25
12592026-03-26T05:12:50.965Z Downloaded goblin v0.10.5
12602026-03-26T05:12:50.969Z Downloaded radix_trie v0.2.1
12612026-03-26T05:12:50.972Z Downloaded proptest v1.10.0
12622026-03-26T05:12:50.978Z Downloaded tough v0.20.0
12632026-03-26T05:12:50.983Z Downloaded winnow v0.5.40
12642026-03-26T05:12:51.007Z Downloaded winnow v0.6.26
12652026-03-26T05:12:51.017Z Downloaded dropshot v0.16.7
12662026-03-26T05:12:51.029Z Downloaded rustls-webpki v0.102.8
12672026-03-26T05:12:51.041Z Downloaded tabled v0.20.0
12682026-03-26T05:12:51.051Z Downloaded serde_with v3.17.0
12692026-03-26T05:12:51.057Z Downloaded smoltcp v0.9.1
12702026-03-26T05:12:51.063Z Downloaded nix v0.28.0
12712026-03-26T05:12:51.069Z Downloaded nix v0.27.1
12722026-03-26T05:12:51.075Z Downloaded regex-syntax v0.6.29
12732026-03-26T05:12:51.079Z Downloaded nix v0.31.1
12742026-03-26T05:12:51.086Z Downloaded hickory-proto v0.24.4
12752026-03-26T05:12:51.094Z Downloaded bstr v1.12.1
12762026-03-26T05:12:51.099Z Downloaded polar-core v0.27.3
12772026-03-26T05:12:51.105Z Downloaded object v0.37.3
12782026-03-26T05:12:51.111Z Downloaded zlib-rs v0.6.2
12792026-03-26T05:12:51.115Z Downloaded openssl v0.10.75
12802026-03-26T05:12:51.143Z Downloaded object v0.30.4
12812026-03-26T05:12:51.147Z Downloaded quinn-proto v0.11.13
12822026-03-26T05:12:51.147Z Downloaded nix v0.29.0
12832026-03-26T05:12:51.147Z Downloaded diesel v2.3.7
12842026-03-26T05:12:51.150Z Downloaded vcpkg v0.2.15
12852026-03-26T05:12:51.170Z Downloaded smoltcp v0.11.0
12862026-03-26T05:12:51.177Z Downloaded regress v0.10.5
12872026-03-26T05:12:51.183Z Downloaded rustls v0.21.12
12882026-03-26T05:12:51.188Z Downloaded time v0.3.47
12892026-03-26T05:12:51.207Z Downloaded webpki-roots v1.0.6
12902026-03-26T05:12:51.211Z Downloaded hickory-proto v0.25.2
12912026-03-26T05:12:51.216Z Downloaded rustls v0.23.37
12922026-03-26T05:12:51.230Z Downloaded openapiv3 v2.2.0
12932026-03-26T05:12:51.240Z Downloaded zerocopy v0.8.40
12942026-03-26T05:12:51.276Z Downloaded rustls v0.22.4
12952026-03-26T05:12:51.283Z Downloaded regex-syntax v0.8.10
12962026-03-26T05:12:51.288Z Downloaded sqlparser v0.61.0
12972026-03-26T05:12:51.293Z Downloaded rustix v0.38.44
12982026-03-26T05:12:51.322Z Downloaded sled v0.34.7
12992026-03-26T05:12:51.338Z Downloaded tracing v0.1.44
13002026-03-26T05:12:51.351Z Downloaded typify-impl v0.6.1
13012026-03-26T05:12:51.367Z Downloaded typify-impl v0.4.3
13022026-03-26T05:12:51.398Z Downloaded regex-automata v0.4.14
13032026-03-26T05:12:51.460Z Downloaded ratatui v0.29.0
13042026-03-26T05:12:51.479Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-03-26T05:12:51.485Z Downloaded petgraph v0.8.3
13062026-03-26T05:12:51.498Z Downloaded zerocopy-derive v0.6.6
13072026-03-26T05:12:51.504Z Downloaded libz-sys v1.1.24
13082026-03-26T05:12:51.516Z Downloaded csv v1.4.0
13092026-03-26T05:12:51.528Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-03-26T05:12:51.539Z Downloaded tokio v1.49.0
13112026-03-26T05:12:51.561Z Downloaded petgraph v0.6.5
13122026-03-26T05:12:51.572Z Downloaded chrono-tz v0.10.4
13132026-03-26T05:12:51.583Z Downloaded lzma-sys v0.1.20
13142026-03-26T05:12:51.599Z Downloaded jiff v0.2.21
13152026-03-26T05:12:51.640Z Downloaded encoding_rs v0.8.35
13162026-03-26T05:12:51.654Z Downloaded sha3 v0.10.8
13172026-03-26T05:12:51.826Z Downloaded ring v0.17.14
13182026-03-26T05:12:51.878Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-26T05:12:52.524Z Downloaded aws-lc-sys v0.37.1
13202026-03-26T05:12:52.776Z Compiling libc v0.2.180
13212026-03-26T05:12:52.776Z Compiling serde v1.0.228
13222026-03-26T05:12:52.779Z Compiling log v0.4.29
13232026-03-26T05:12:52.779Z Compiling shlex v1.3.0
13242026-03-26T05:12:52.779Z Compiling find-msvc-tools v0.1.9
13252026-03-26T05:12:52.779Z Compiling smallvec v1.15.1
13262026-03-26T05:12:52.779Z Compiling typenum v1.19.0
13272026-03-26T05:12:52.779Z Compiling subtle v2.6.1
13282026-03-26T05:12:52.779Z Compiling generic-array v0.14.7
13292026-03-26T05:12:52.779Z Compiling scopeguard v1.2.0
13302026-03-26T05:12:52.779Z Compiling portable-atomic v1.13.1
13312026-03-26T05:12:52.955Z Compiling const-oid v0.9.6
13322026-03-26T05:12:52.967Z Compiling critical-section v1.2.0
13332026-03-26T05:12:52.981Z Compiling syn v2.0.117
13342026-03-26T05:12:52.985Z Compiling zerocopy v0.8.40
13352026-03-26T05:12:53.009Z Compiling serde_json v1.0.149
13362026-03-26T05:12:53.092Z Compiling lock_api v0.4.14
13372026-03-26T05:12:53.107Z Compiling pin-project-lite v0.2.17
13382026-03-26T05:12:53.111Z Compiling parking_lot_core v0.9.12
13392026-03-26T05:12:53.152Z Compiling pkg-config v0.3.32
13402026-03-26T05:12:53.167Z Compiling bitflags v2.11.0
13412026-03-26T05:12:53.184Z Compiling libm v0.2.16
13422026-03-26T05:12:53.184Z Compiling num-traits v0.2.19
13432026-03-26T05:12:53.237Z Compiling futures-core v0.3.32
13442026-03-26T05:12:53.304Z Compiling percent-encoding v2.3.2
13452026-03-26T05:12:53.334Z Compiling allocator-api2 v0.2.21
13462026-03-26T05:12:53.378Z Compiling cpufeatures v0.2.17
13472026-03-26T05:12:53.456Z Compiling futures-sink v0.3.32
13482026-03-26T05:12:53.459Z Compiling foldhash v0.2.0
13492026-03-26T05:12:53.501Z Compiling slab v0.4.12
13502026-03-26T05:12:53.516Z Compiling getrandom v0.4.1
13512026-03-26T05:12:53.557Z Compiling futures-channel v0.3.32
13522026-03-26T05:12:53.571Z Compiling futures-task v0.3.32
13532026-03-26T05:12:53.600Z Compiling futures-io v0.3.32
13542026-03-26T05:12:53.629Z Compiling hashbrown v0.16.1
13552026-03-26T05:12:53.667Z Compiling rustversion v1.0.22
13562026-03-26T05:12:53.702Z Compiling getrandom v0.3.4
13572026-03-26T05:12:53.718Z Compiling rand_core v0.10.0
13582026-03-26T05:12:53.732Z Compiling form_urlencoded v1.2.2
13592026-03-26T05:12:53.765Z Compiling dunce v1.0.5
13602026-03-26T05:12:53.779Z Compiling fs_extra v1.3.0
13612026-03-26T05:12:53.821Z Compiling base64ct v1.8.3
13622026-03-26T05:12:53.821Z Compiling ident_case v1.0.1
13632026-03-26T05:12:53.920Z Compiling flagset v0.4.7
13642026-03-26T05:12:53.958Z Compiling getrandom v0.2.17
13652026-03-26T05:12:53.973Z Compiling jobserver v0.1.34
13662026-03-26T05:12:53.998Z Compiling errno v0.3.14
13672026-03-26T05:12:54.053Z Compiling mio v1.1.1
13682026-03-26T05:12:54.073Z Compiling socket2 v0.6.2
13692026-03-26T05:12:54.101Z Compiling iana-time-zone v0.1.65
13702026-03-26T05:12:54.116Z Compiling rand_core v0.6.4
13712026-03-26T05:12:54.170Z Compiling once_cell v1.21.3
13722026-03-26T05:12:54.202Z Compiling cc v1.2.56
13732026-03-26T05:12:54.223Z Compiling signal-hook-registry v1.4.8
13742026-03-26T05:12:54.239Z Compiling indexmap v2.13.0
13752026-03-26T05:12:54.305Z Compiling parking_lot v0.12.5
13762026-03-26T05:12:54.350Z Compiling pem-rfc7468 v0.7.0
13772026-03-26T05:12:54.362Z Compiling rustix v1.1.3
13782026-03-26T05:12:54.383Z Compiling uuid v1.21.0
13792026-03-26T05:12:54.415Z Compiling rustc_version v0.4.1
13802026-03-26T05:12:54.428Z Compiling vcpkg v0.2.15
13812026-03-26T05:12:54.528Z Compiling regex-syntax v0.8.10
13822026-03-26T05:12:54.548Z Compiling aws-lc-rs v1.16.0
13832026-03-26T05:12:54.581Z Compiling tracing-core v0.1.36
13842026-03-26T05:12:54.732Z Compiling rand_core v0.9.5
13852026-03-26T05:12:54.746Z Compiling crossbeam-utils v0.8.21
13862026-03-26T05:12:54.793Z Compiling httparse v1.10.1
13872026-03-26T05:12:54.836Z Compiling openssl-probe v0.2.1
13882026-03-26T05:12:54.873Z Compiling syn v1.0.109
13892026-03-26T05:12:54.904Z Compiling schemars v0.8.22
13902026-03-26T05:12:54.955Z Compiling base64 v0.22.1
13912026-03-26T05:12:55.031Z Compiling cmake v0.1.57
13922026-03-26T05:12:55.046Z Compiling untrusted v0.9.0
13932026-03-26T05:12:55.062Z Compiling untrusted v0.7.1
13942026-03-26T05:12:55.151Z Compiling dyn-clone v1.0.20
13952026-03-26T05:12:55.174Z Compiling tower-service v0.3.3
13962026-03-26T05:12:55.201Z Compiling try-lock v0.2.5
13972026-03-26T05:12:55.204Z Compiling rustls v0.23.37
13982026-03-26T05:12:55.231Z Compiling tower-layer v0.3.3
13992026-03-26T05:12:55.234Z Compiling tinyvec_macros v0.1.1
14002026-03-26T05:12:55.264Z Compiling atomic-waker v1.1.2
14012026-03-26T05:12:55.310Z Compiling want v0.3.1
14022026-03-26T05:12:55.325Z Compiling tinyvec v1.10.0
14032026-03-26T05:12:55.330Z Compiling spin v0.9.8
14042026-03-26T05:12:55.340Z Compiling aho-corasick v1.1.4
14052026-03-26T05:12:55.387Z Compiling openssl v0.10.75
14062026-03-26T05:12:55.412Z Compiling num-conv v0.2.0
14072026-03-26T05:12:55.428Z Compiling crc32fast v1.5.0
14082026-03-26T05:12:55.441Z Compiling foreign-types-shared v0.1.1
14092026-03-26T05:12:55.471Z Compiling pin-utils v0.1.0
14102026-03-26T05:12:55.501Z Compiling time-core v0.1.8
14112026-03-26T05:12:55.542Z Compiling httpdate v1.0.3
14122026-03-26T05:12:55.559Z Compiling powerfmt v0.2.0
14132026-03-26T05:12:55.573Z Compiling foreign-types v0.3.2
14142026-03-26T05:12:55.587Z Compiling wait-timeout v0.2.1
14152026-03-26T05:12:55.604Z Compiling usdt-impl v0.6.0
14162026-03-26T05:12:55.652Z Compiling native-tls v0.2.18
14172026-03-26T05:12:55.668Z Compiling siphasher v1.0.2
14182026-03-26T05:12:55.676Z Compiling time-macros v0.2.27
14192026-03-26T05:12:55.684Z Compiling num_threads v0.1.7
14202026-03-26T05:12:55.711Z Compiling deranged v0.5.8
14212026-03-26T05:12:55.785Z Compiling either v1.15.0
14222026-03-26T05:12:55.785Z Compiling quick-error v1.2.3
14232026-03-26T05:12:55.816Z Compiling bit-vec v0.8.0
14242026-03-26T05:12:55.822Z Compiling simd-adler32 v0.3.8
14252026-03-26T05:12:55.887Z Compiling aws-lc-sys v0.37.1
14262026-03-26T05:12:55.887Z Compiling ring v0.17.14
14272026-03-26T05:12:55.887Z Compiling openssl-sys v0.9.111
14282026-03-26T05:12:55.929Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-26T05:12:55.932Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-26T05:12:56.033Z Compiling synstructure v0.13.2
14312026-03-26T05:12:56.069Z Compiling pest_generator v2.8.6
14322026-03-26T05:12:56.083Z Compiling serde_derive_internals v0.29.1
14332026-03-26T05:12:56.102Z Compiling darling_core v0.20.11
14342026-03-26T05:12:56.281Z Compiling regex-automata v0.4.14
14352026-03-26T05:12:56.300Z Compiling tempfile v3.25.0
14362026-03-26T05:12:56.727Z Compiling rusty-fork v0.3.1
14372026-03-26T05:12:56.742Z Compiling bit-set v0.8.0
14382026-03-26T05:12:56.759Z Compiling darling_core v0.21.3
14392026-03-26T05:12:56.801Z Compiling time v0.3.47
14402026-03-26T05:12:56.816Z Compiling unicode-normalization v0.1.25
14412026-03-26T05:12:56.940Z Compiling crossbeam-epoch v0.9.18
14422026-03-26T05:12:56.990Z Compiling slog v2.8.2
14432026-03-26T05:12:57.036Z Compiling rand_xorshift v0.4.0
14442026-03-26T05:12:57.072Z Compiling heapless v0.7.17
14452026-03-26T05:12:57.170Z Compiling thread-id v5.1.0
14462026-03-26T05:12:57.185Z Compiling sync_wrapper v1.0.2
14472026-03-26T05:12:57.200Z Compiling cookie v0.18.1
14482026-03-26T05:12:57.217Z Compiling unarray v0.1.4
14492026-03-26T05:12:57.267Z Compiling rayon-core v1.13.0
14502026-03-26T05:12:57.282Z Compiling anyhow v1.0.102
14512026-03-26T05:12:57.314Z Compiling unicode-segmentation v1.12.0
14522026-03-26T05:12:57.330Z Compiling paste v1.0.15
14532026-03-26T05:12:57.345Z Compiling zstd-safe v7.2.4
14542026-03-26T05:12:57.349Z Compiling unicode-properties v0.1.4
14552026-03-26T05:12:57.400Z Compiling unicode-bidi v0.3.18
14562026-03-26T05:12:57.464Z Compiling adler2 v2.0.1
14572026-03-26T05:12:57.559Z Compiling signal-hook v0.3.18
14582026-03-26T05:12:57.592Z Compiling miniz_oxide v0.8.9
14592026-03-26T05:12:57.739Z Compiling crossbeam-deque v0.8.6
14602026-03-26T05:12:57.753Z Compiling stringprep v0.1.5
14612026-03-26T05:12:57.795Z Compiling serde_derive v1.0.228
14622026-03-26T05:12:57.813Z Compiling zeroize_derive v1.4.3
14632026-03-26T05:12:57.879Z Compiling zerofrom-derive v0.1.6
14642026-03-26T05:12:57.948Z Compiling yoke-derive v0.8.1
14652026-03-26T05:12:57.973Z Compiling zerocopy-derive v0.8.40
14662026-03-26T05:12:58.207Z Compiling zerovec-derive v0.11.2
14672026-03-26T05:12:58.226Z Compiling displaydoc v0.2.5
14682026-03-26T05:12:58.479Z Compiling tokio-macros v2.6.0
14692026-03-26T05:12:58.507Z Compiling futures-macro v0.3.32
14702026-03-26T05:12:58.522Z Compiling zeroize v1.8.2
14712026-03-26T05:12:58.744Z Compiling der_derive v0.7.3
14722026-03-26T05:12:59.078Z Compiling thiserror-impl v2.0.18
14732026-03-26T05:12:59.187Z Compiling rustls-pki-types v1.14.0
14742026-03-26T05:12:59.264Z Compiling tracing-attributes v0.1.31
14752026-03-26T05:12:59.336Z Compiling crypto-common v0.1.7
14762026-03-26T05:12:59.373Z Compiling zerofrom v0.1.6
14772026-03-26T05:12:59.403Z Compiling block-buffer v0.10.4
14782026-03-26T05:12:59.419Z Compiling block-padding v0.3.3
14792026-03-26T05:12:59.423Z Compiling futures-util v0.3.32
14802026-03-26T05:12:59.423Z Compiling schemars_derive v0.8.22
14812026-03-26T05:12:59.506Z Compiling yoke v0.8.1
14822026-03-26T05:12:59.521Z Compiling scroll_derive v0.13.1
14832026-03-26T05:12:59.592Z Compiling digest v0.10.7
14842026-03-26T05:12:59.606Z Compiling inout v0.1.4
14852026-03-26T05:12:59.663Z Compiling pest_derive v2.8.6
14862026-03-26T05:12:59.709Z Compiling zerovec v0.11.5
14872026-03-26T05:12:59.789Z Compiling zerotrie v0.2.3
14882026-03-26T05:12:59.805Z Compiling cipher v0.4.4
14892026-03-26T05:12:59.867Z Compiling hmac v0.12.1
14902026-03-26T05:13:00.043Z Compiling sha2 v0.10.9
14912026-03-26T05:13:00.089Z Compiling der v0.7.10
14922026-03-26T05:13:00.112Z Compiling salsa20 v0.10.2
14932026-03-26T05:13:00.127Z Compiling pbkdf2 v0.12.2
14942026-03-26T05:13:00.235Z Compiling tinystr v0.8.2
14952026-03-26T05:13:00.265Z Compiling potential_utf v0.1.4
14962026-03-26T05:13:00.279Z Compiling cbc v0.1.2
14972026-03-26T05:13:00.369Z Compiling scrypt v0.11.0
14982026-03-26T05:13:00.452Z Compiling icu_locale_core v2.1.1
14992026-03-26T05:13:00.452Z Compiling icu_collections v2.1.1
15002026-03-26T05:13:00.483Z Compiling aes v0.8.4
15012026-03-26T05:13:00.500Z Compiling thiserror v2.0.18
15022026-03-26T05:13:00.528Z Compiling scroll v0.13.0
15032026-03-26T05:13:00.628Z Compiling darling_macro v0.20.11
15042026-03-26T05:13:00.643Z Compiling tracing v0.1.44
15052026-03-26T05:13:00.659Z Compiling thiserror-impl v1.0.69
15062026-03-26T05:13:00.768Z Compiling goblin v0.10.5
15072026-03-26T05:13:00.814Z Compiling openssl-macros v0.1.1
15082026-03-26T05:13:00.937Z Compiling spki v0.7.3
15092026-03-26T05:13:00.986Z Compiling dtrace-parser v0.3.0
15102026-03-26T05:13:01.140Z Compiling icu_provider v2.1.1
15112026-03-26T05:13:01.168Z Compiling pkcs5 v0.7.1
15122026-03-26T05:13:01.235Z Compiling darling v0.20.11
15132026-03-26T05:13:01.326Z Compiling bytes v1.11.1
15142026-03-26T05:13:01.341Z Compiling chrono v0.4.44
15152026-03-26T05:13:01.376Z Compiling ipnet v2.11.0
15162026-03-26T05:13:01.394Z Compiling icu_properties v2.1.2
15172026-03-26T05:13:01.457Z Compiling icu_normalizer v2.1.1
15182026-03-26T05:13:01.472Z Compiling pkcs8 v0.10.2
15192026-03-26T05:13:01.579Z Compiling derive_builder_core v0.20.2
15202026-03-26T05:13:01.735Z Compiling signature v2.2.0
15212026-03-26T05:13:01.754Z Compiling rustls-native-certs v0.8.3
15222026-03-26T05:13:01.797Z Compiling tokio v1.49.0
15232026-03-26T05:13:01.893Z Compiling http v1.4.0
15242026-03-26T05:13:01.936Z Compiling scroll_derive v0.12.1
15252026-03-26T05:13:01.962Z Compiling serde_tokenstream v0.2.3
15262026-03-26T05:13:01.977Z Compiling thiserror v1.0.69
15272026-03-26T05:13:02.006Z Compiling serde_spanned v0.6.9
15282026-03-26T05:13:02.063Z Compiling erased-serde v0.3.31
15292026-03-26T05:13:02.091Z Compiling toml_datetime v0.6.11
15302026-03-26T05:13:02.160Z Compiling md-5 v0.10.6
15312026-03-26T05:13:02.292Z Compiling idna_adapter v1.2.1
15322026-03-26T05:13:02.330Z Compiling ppv-lite86 v0.2.21
15332026-03-26T05:13:02.346Z Compiling webpki-roots v1.0.6
15342026-03-26T05:13:02.364Z Compiling darling_macro v0.21.3
15352026-03-26T05:13:02.452Z Compiling idna v1.1.0
15362026-03-26T05:13:02.478Z Compiling zerocopy-derive v0.7.35
15372026-03-26T05:13:02.481Z Compiling derive_builder_macro v0.20.2
15382026-03-26T05:13:02.531Z Compiling http-body v1.0.1
15392026-03-26T05:13:02.563Z Compiling num-integer v0.1.46
15402026-03-26T05:13:02.578Z Compiling vergen-lib v0.1.6
15412026-03-26T05:13:02.636Z Compiling rand_chacha v0.9.0
15422026-03-26T05:13:02.667Z Compiling http-body-util v0.1.3
15432026-03-26T05:13:02.709Z Compiling scroll v0.12.0
15442026-03-26T05:13:02.760Z Compiling url v2.5.8
15452026-03-26T05:13:02.781Z Compiling rand_chacha v0.3.1
15462026-03-26T05:13:02.821Z Compiling curve25519-dalek v4.1.3
15472026-03-26T05:13:02.879Z Compiling rand v0.9.2
15482026-03-26T05:13:02.906Z Compiling ff v0.13.1
15492026-03-26T05:13:02.933Z Compiling hash32 v0.2.1
15502026-03-26T05:13:02.984Z Compiling memoffset v0.9.1
15512026-03-26T05:13:02.999Z Compiling cfg_aliases v0.2.1
15522026-03-26T05:13:03.059Z Compiling ref-cast v1.0.25
15532026-03-26T05:13:03.110Z Compiling rustix v0.38.44
15542026-03-26T05:13:03.126Z Compiling num-bigint-dig v0.8.6
15552026-03-26T05:13:03.143Z Compiling ryu v1.0.23
15562026-03-26T05:13:03.177Z Compiling smoltcp v0.9.1
15572026-03-26T05:13:03.198Z Compiling iri-string v0.7.10
15582026-03-26T05:13:03.236Z Compiling fallible-iterator v0.2.0
15592026-03-26T05:13:03.358Z Compiling litrs v1.0.0
15602026-03-26T05:13:03.399Z Compiling base16ct v0.2.0
15612026-03-26T05:13:03.403Z Compiling zlib-rs v0.6.2
15622026-03-26T05:13:03.403Z Compiling psl-types v2.0.11
15632026-03-26T05:13:03.480Z Compiling dof v0.4.0
15642026-03-26T05:13:03.533Z Compiling proptest v1.10.0
15652026-03-26T05:13:03.563Z Compiling postgres-protocol v0.6.10
15662026-03-26T05:13:03.581Z Compiling publicsuffix v2.3.0
15672026-03-26T05:13:03.583Z Compiling sec1 v0.7.3
15682026-03-26T05:13:03.609Z Compiling zerocopy v0.7.35
15692026-03-26T05:13:03.734Z Compiling serde_urlencoded v0.7.1
15702026-03-26T05:13:03.906Z Compiling document-features v0.2.12
15712026-03-26T05:13:04.025Z Compiling nix v0.31.1
15722026-03-26T05:13:04.061Z Compiling group v0.13.0
15732026-03-26T05:13:04.207Z Compiling ipnetwork v0.21.1
15742026-03-26T05:13:04.230Z Compiling rand v0.8.5
15752026-03-26T05:13:04.262Z Compiling derive_builder v0.20.2
15762026-03-26T05:13:04.407Z Compiling goblin v0.8.2
15772026-03-26T05:13:04.422Z Compiling darling v0.21.3
15782026-03-26T05:13:04.521Z Compiling oxnet v0.1.4
15792026-03-26T05:13:04.536Z Compiling num-iter v0.1.45
15802026-03-26T05:13:04.628Z Compiling cargo-platform v0.1.9
15812026-03-26T05:13:04.647Z Compiling hkdf v0.12.4
15822026-03-26T05:13:04.690Z Compiling hubpack_derive v0.1.1
15832026-03-26T05:13:04.709Z Compiling crypto-bigint v0.5.5
15842026-03-26T05:13:04.757Z Compiling regex v1.12.3
15852026-03-26T05:13:04.949Z Compiling async-trait v0.1.89
15862026-03-26T05:13:04.988Z Compiling curve25519-dalek-derive v0.1.1
15872026-03-26T05:13:05.046Z Compiling daft-derive v0.1.5
15882026-03-26T05:13:05.086Z Compiling strum_macros v0.27.2
15892026-03-26T05:13:05.165Z Compiling ref-cast-impl v1.0.25
15902026-03-26T05:13:05.211Z Compiling proc-macro-error v1.0.4
15912026-03-26T05:13:05.239Z Compiling heck v0.4.1
15922026-03-26T05:13:05.389Z Compiling terminal_size v0.4.3
15932026-03-26T05:13:05.484Z Compiling phf_shared v0.13.1
15942026-03-26T05:13:05.513Z Compiling lazy_static v1.5.0
15952026-03-26T05:13:05.535Z Compiling tokio-util v0.7.18
15962026-03-26T05:13:05.550Z Compiling tower v0.5.3
15972026-03-26T05:13:05.625Z Compiling tokio-native-tls v0.3.1
15982026-03-26T05:13:05.667Z Compiling vergen v9.0.6
15992026-03-26T05:13:05.739Z Compiling fs-err v3.3.0
16002026-03-26T05:13:05.753Z Compiling ahash v0.8.12
16012026-03-26T05:13:05.771Z Compiling bitflags v1.3.2
16022026-03-26T05:13:05.795Z Compiling object v0.37.3
16032026-03-26T05:13:05.821Z Compiling foldhash v0.1.5
16042026-03-26T05:13:05.861Z Compiling newtype-uuid v1.3.2
16052026-03-26T05:13:05.876Z Compiling libbz2-rs-sys v0.2.2
16062026-03-26T05:13:05.945Z Compiling managed v0.8.0
16072026-03-26T05:13:05.978Z Compiling tower-http v0.6.8
16082026-03-26T05:13:06.014Z Compiling bumpalo v3.20.2
16092026-03-26T05:13:06.033Z Compiling winnow v0.5.40
16102026-03-26T05:13:06.114Z Compiling daft v0.1.5
16112026-03-26T05:13:06.181Z Compiling hashbrown v0.15.5
16122026-03-26T05:13:06.219Z Compiling zopfli v0.8.3
16132026-03-26T05:13:06.287Z Compiling h2 v0.4.13
16142026-03-26T05:13:06.408Z Compiling flate2 v1.1.9
16152026-03-26T05:13:06.423Z Compiling bzip2 v0.6.1
16162026-03-26T05:13:06.650Z Compiling dof v0.3.0
16172026-03-26T05:13:06.654Z Compiling console v0.16.2
16182026-03-26T05:13:06.668Z Compiling clap_builder v4.5.60
16192026-03-26T05:13:06.762Z Compiling phf v0.13.1
16202026-03-26T05:13:06.851Z Compiling elliptic-curve v0.13.8
16212026-03-26T05:13:06.917Z Compiling zone_cfg_derive v0.3.1
16222026-03-26T05:13:06.944Z Compiling cargo_metadata v0.19.2
16232026-03-26T05:13:06.996Z Compiling rayon v1.11.0
16242026-03-26T05:13:07.126Z Compiling strum v0.27.2
16252026-03-26T05:13:07.236Z Compiling hubpack v0.1.2
16262026-03-26T05:13:07.272Z Compiling cookie_store v0.22.1
16272026-03-26T05:13:07.275Z Compiling signal-hook-mio v0.2.5
16282026-03-26T05:13:07.378Z Compiling toml_edit v0.19.15
16292026-03-26T05:13:07.475Z Compiling usdt-macro v0.6.0
16302026-03-26T05:13:07.497Z Compiling usdt-attr-macro v0.6.0
16312026-03-26T05:13:07.514Z Compiling bzip2 v0.4.4
16322026-03-26T05:13:07.580Z Compiling serde_with_macros v3.17.0
16332026-03-26T05:13:07.766Z Compiling postgres-types v0.2.12
16342026-03-26T05:13:07.809Z Compiling zstd v0.13.3
16352026-03-26T05:13:08.019Z Compiling dtrace-parser v0.2.0
16362026-03-26T05:13:08.096Z Compiling ed25519 v2.2.3
16372026-03-26T05:13:08.258Z Compiling pkcs1 v0.7.5
16382026-03-26T05:13:08.297Z Compiling serde-big-array v0.5.1
16392026-03-26T05:13:08.348Z Compiling hex v0.4.3
16402026-03-26T05:13:08.363Z Compiling rfc6979 v0.4.0
16412026-03-26T05:13:08.455Z Compiling bstr v1.12.1
16422026-03-26T05:13:08.503Z Compiling enum-as-inner v0.6.1
16432026-03-26T05:13:08.639Z Compiling clap_derive v4.5.55
16442026-03-26T05:13:08.683Z Compiling strum_macros v0.26.4
16452026-03-26T05:13:08.738Z Compiling serde_repr v0.1.20
16462026-03-26T05:13:08.782Z Compiling itertools v0.12.1
16472026-03-26T05:13:08.797Z Compiling phf_shared v0.11.3
16482026-03-26T05:13:09.055Z Compiling float-cmp v0.10.0
16492026-03-26T05:13:09.076Z Compiling memmap2 v0.9.10
16502026-03-26T05:13:09.079Z Compiling thread-id v4.2.2
16512026-03-26T05:13:09.124Z Compiling env_filter v1.0.0
16522026-03-26T05:13:09.175Z Compiling encoding_rs v0.8.35
16532026-03-26T05:13:09.178Z Compiling unit-prefix v0.5.2
16542026-03-26T05:13:09.225Z Compiling precomputed-hash v0.1.1
16552026-03-26T05:13:09.328Z Compiling hyper v1.8.1
16562026-03-26T05:13:09.344Z Compiling rustc-hash v2.1.1
16572026-03-26T05:13:09.372Z Compiling keccak v0.1.6
16582026-03-26T05:13:09.388Z Compiling new_debug_unreachable v1.0.6
16592026-03-26T05:13:09.459Z Compiling fixedbitset v0.5.7
16602026-03-26T05:13:09.476Z Compiling normalize-line-endings v0.3.0
16612026-03-26T05:13:09.492Z Compiling data-encoding v2.10.0
16622026-03-26T05:13:09.588Z Compiling predicates-core v1.0.10
16632026-03-26T05:13:09.710Z Compiling jiff v0.2.21
16642026-03-26T05:13:09.784Z Compiling static_assertions v1.1.0
16652026-03-26T05:13:09.784Z Compiling fixedbitset v0.4.2
16662026-03-26T05:13:09.842Z Compiling whoami v2.1.0
16672026-03-26T05:13:09.887Z Compiling mime v0.3.17
16682026-03-26T05:13:10.033Z Compiling difflib v0.4.0
16692026-03-26T05:13:10.058Z Compiling tokio-postgres v0.7.16
16702026-03-26T05:13:10.076Z Compiling zone v0.3.1
16712026-03-26T05:13:10.169Z Compiling petgraph v0.6.5
16722026-03-26T05:13:10.218Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-03-26T05:13:10.218Z Compiling hickory-proto v0.25.2
16742026-03-26T05:13:10.248Z Compiling petgraph v0.8.3
16752026-03-26T05:13:10.351Z Compiling predicates v3.1.4
16762026-03-26T05:13:10.503Z Compiling hyper-util v0.1.20
16772026-03-26T05:13:10.535Z Compiling strum v0.26.3
16782026-03-26T05:13:10.629Z Compiling clap v4.5.60
16792026-03-26T05:13:10.681Z Compiling sha3 v0.10.8
16802026-03-26T05:13:10.728Z Compiling toml_edit v0.22.27
16812026-03-26T05:13:10.771Z Compiling string_cache v0.8.9
16822026-03-26T05:13:10.786Z Compiling iddqd v0.3.17
16832026-03-26T05:13:10.961Z Compiling indicatif v0.18.4
16842026-03-26T05:13:11.020Z Compiling env_logger v0.11.9
16852026-03-26T05:13:11.035Z Compiling usdt v0.6.0
16862026-03-26T05:13:11.172Z Compiling usdt-impl v0.5.0
16872026-03-26T05:13:11.331Z Compiling similar v2.7.0
16882026-03-26T05:13:11.399Z Compiling crossterm v0.28.1
16892026-03-26T05:13:11.699Z Compiling serde_with v3.17.0
16902026-03-26T05:13:11.769Z Compiling toml v0.7.8
16912026-03-26T05:13:11.826Z Compiling rsa v0.9.10
16922026-03-26T05:13:11.938Z Compiling hyper-tls v0.6.0
16932026-03-26T05:13:12.190Z Compiling ecdsa v0.16.9
16942026-03-26T05:13:12.217Z Compiling ed25519-dalek v2.2.0
16952026-03-26T05:13:12.315Z Compiling zip v4.6.1
16962026-03-26T05:13:12.383Z Compiling zip v0.6.6
16972026-03-26T05:13:12.610Z Compiling tokio-stream v0.1.18
16982026-03-26T05:13:12.891Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-26T05:13:12.906Z Compiling buf-list v1.1.2
17002026-03-26T05:13:12.970Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-26T05:13:12.973Z Compiling openapiv3 v2.2.0
17022026-03-26T05:13:13.000Z Compiling x509-cert v0.2.5
17032026-03-26T05:13:13.088Z Compiling sha1 v0.10.6
17042026-03-26T05:13:13.193Z Compiling itertools v0.13.0
17052026-03-26T05:13:13.297Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-26T05:13:13.318Z Compiling peg-runtime v0.8.5
17072026-03-26T05:13:13.333Z Compiling lalrpop-util v0.19.12
17082026-03-26T05:13:13.432Z Compiling thread_local v1.1.9
17092026-03-26T05:13:13.478Z Compiling slog-async v2.8.0
17102026-03-26T05:13:14.538Z Compiling futures-executor v0.3.32
17112026-03-26T05:13:14.541Z Compiling crossbeam-channel v0.5.15
17122026-03-26T05:13:14.541Z Compiling filetime v0.2.27
17132026-03-26T05:13:14.541Z Compiling is-terminal v0.4.17
17142026-03-26T05:13:14.541Z Compiling xattr v1.6.1
17152026-03-26T05:13:14.541Z Compiling take_mut v0.2.2
17162026-03-26T05:13:14.541Z Compiling term v1.2.1
17172026-03-26T05:13:14.541Z Compiling tar v0.4.45
17182026-03-26T05:13:14.542Z Compiling futures v0.3.32
17192026-03-26T05:13:14.542Z Compiling slog-term v2.9.2
17202026-03-26T05:13:29.083Z Compiling rustls-webpki v0.103.9
17212026-03-26T05:13:31.859Z Compiling tokio-rustls v0.26.4
17222026-03-26T05:13:31.859Z Compiling rustls-platform-verifier v0.6.2
17232026-03-26T05:13:32.066Z Compiling hyper-rustls v0.27.7
17242026-03-26T05:13:32.261Z Compiling reqwest v0.13.2
17252026-03-26T05:13:32.261Z Compiling reqwest v0.12.28
17262026-03-26T05:13:34.235Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-26T05:13:34.467Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-26T05:13:37.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.61s
17292026-03-26T05:13:37.385Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-26T05:13:37.441ZMar 26 05:13:36.757 INFO Starting download, target: Clickhouse
17312026-03-26T05:13:37.442ZMar 26 05:13:36.758 INFO Starting download, target: Cockroach
17322026-03-26T05:13:37.442ZMar 26 05:13:36.758 INFO Starting download, target: Console
17332026-03-26T05:13:37.442ZMar 26 05:13:36.758 INFO Starting download, target: DendriteStub
17342026-03-26T05:13:37.442ZMar 26 05:13:36.758 INFO Starting download, target: MaghemiteMgd
17352026-03-26T05:13:37.442ZMar 26 05:13:36.758 INFO Starting download, target: TransceiverControl
17362026-03-26T05:13:37.445ZMar 26 05:13:36.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-26T05:13:37.445ZMar 26 05:13:36.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-03-26T05:13:37.445ZMar 26 05:13:36.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-26T05:13:37.445ZMar 26 05:13:36.758 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-26T05:13:37.445ZMar 26 05:13:36.758 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-26T05:13:37.445ZMar 26 05:13:36.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-03-26T05:13:37.972ZMar 26 05:13:37.285 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-26T05:13:38.191ZMar 26 05:13:37.498 INFO Download complete, target: TransceiverControl
17442026-03-26T05:13:38.520ZMar 26 05:13:37.833 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-26T05:13:38.756ZMar 26 05:13:38.066 INFO Download complete, target: Console
17462026-03-26T05:13:38.967ZMar 26 05:13:38.281 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-26T05:13:39.154ZMar 26 05:13:38.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-26T05:13:40.083ZMar 26 05:13:39.399 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-03-26T05:13:40.244ZMar 26 05:13:39.560 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-26T05:13:40.244ZMar 26 05:13:39.560 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-26T05:13:41.271ZMar 26 05:13:40.586 INFO Download complete, target: DendriteStub
17522026-03-26T05:13:41.506ZMar 26 05:13:40.821 INFO Download complete, target: MaghemiteMgd
17532026-03-26T05:13:44.947ZMar 26 05:13:44.261 INFO Checking that binary works, target: Cockroach
17542026-03-26T05:13:45.043ZMar 26 05:13:44.358 INFO Download complete, target: Cockroach
17552026-03-26T05:13:46.950ZMar 26 05:13:46.264 INFO Checking that binary works, target: Clickhouse
17562026-03-26T05:13:47.033ZMar 26 05:13:46.347 INFO Download complete, target: Clickhouse
17572026-03-26T05:13:47.039ZAll prerequisites installed successfully
17582026-03-26T05:13:47.042Z
17592026-03-26T05:13:47.042Zreal 2:44.940062389
17602026-03-26T05:13:47.042Zuser 7:12.540950090
17612026-03-26T05:13:47.042Zsys 1:43.787606124
17622026-03-26T05:13:47.042Ztrap 0.262132811
17632026-03-26T05:13:47.042Ztflt 1.222991399
17642026-03-26T05:13:47.043Zdflt 1.673911867
17652026-03-26T05:13:47.043Zkflt 0.027563955
17662026-03-26T05:13:47.043Zlock 22:48.833434379
17672026-03-26T05:13:47.043Zslp 19:30.833649126
17682026-03-26T05:13:47.043Zlat 24.683805471
17692026-03-26T05:13:47.043Zstop 2:54.374694449
17702026-03-26T05:13:47.043Z+ ptime -m cargo xtask download softnpu
17712026-03-26T05:13:47.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-03-26T05:13:47.588Z Running `target/debug/xtask download softnpu`
17732026-03-26T05:13:48.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17742026-03-26T05:13:48.426Z Running `target/debug/xtask-downloader softnpu`
17752026-03-26T05:13:48.469ZMar 26 05:13:47.783 INFO Starting download, target: Softnpu
17762026-03-26T05:13:48.472ZMar 26 05:13:47.784 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-26T05:13:49.066ZMar 26 05:13:48.379 INFO Download complete, target: Softnpu
17782026-03-26T05:13:49.069Z
17792026-03-26T05:13:49.072Zreal 2.022720840
17802026-03-26T05:13:49.072Zuser 1.298992749
17812026-03-26T05:13:49.072Zsys 0.663915228
17822026-03-26T05:13:49.072Ztrap 0.000591741
17832026-03-26T05:13:49.072Ztflt 0.000050154
17842026-03-26T05:13:49.072Zdflt 0.000063533
17852026-03-26T05:13:49.072Zkflt 0.000000000
17862026-03-26T05:13:49.072Zlock 10.727360917
17872026-03-26T05:13:49.072Zslp 0.430194077
17882026-03-26T05:13:49.072Zlat 0.090353552
17892026-03-26T05:13:49.072Zstop 0.000252404
17902026-03-26T05:13:49.072Z+ export CARGO_INCREMENTAL=0
17912026-03-26T05:13:49.072Z+ CARGO_INCREMENTAL=0
17922026-03-26T05:13:49.072Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-26T05:13:49.964Z Compiling proc-macro2 v1.0.106
17942026-03-26T05:13:49.964Z Compiling quote v1.0.44
17952026-03-26T05:13:49.964Z Compiling unicode-ident v1.0.24
17962026-03-26T05:13:49.964Z Compiling libc v0.2.180
17972026-03-26T05:13:49.968Z Compiling serde_core v1.0.228
17982026-03-26T05:13:49.968Z Compiling serde v1.0.228
17992026-03-26T05:13:49.968Z Compiling cfg-if v1.0.4
18002026-03-26T05:13:49.968Z Compiling version_check v0.9.5
18012026-03-26T05:13:49.968Z Compiling shlex v1.3.0
18022026-03-26T05:13:49.968Z Compiling find-msvc-tools v0.1.9
18032026-03-26T05:13:49.968Z Compiling typenum v1.19.0
18042026-03-26T05:13:49.968Z Compiling portable-atomic v1.13.1
18052026-03-26T05:13:50.106Z Compiling memchr v2.8.0
18062026-03-26T05:13:50.109Z Compiling autocfg v1.5.0
18072026-03-26T05:13:50.109Z Compiling zmij v1.0.21
18082026-03-26T05:13:50.209Z Compiling serde_json v1.0.149
18092026-03-26T05:13:50.375Z Compiling zerocopy v0.8.40
18102026-03-26T05:13:50.468Z Compiling parking_lot_core v0.9.12
18112026-03-26T05:13:50.485Z Compiling libm v0.2.16
18122026-03-26T05:13:50.488Z Compiling smallvec v1.15.1
18132026-03-26T05:13:50.501Z Compiling icu_properties_data v2.1.2
18142026-03-26T05:13:50.535Z Compiling icu_normalizer_data v2.1.1
18152026-03-26T05:13:50.568Z Compiling itoa v1.0.17
18162026-03-26T05:13:50.599Z Compiling generic-array v0.14.7
18172026-03-26T05:13:50.710Z Compiling num-traits v0.2.19
18182026-03-26T05:13:50.740Z Compiling log v0.4.29
18192026-03-26T05:13:50.754Z Compiling getrandom v0.4.1
18202026-03-26T05:13:50.800Z Compiling pkg-config v0.3.32
18212026-03-26T05:13:50.803Z Compiling stable_deref_trait v1.2.1
18222026-03-26T05:13:50.859Z Compiling scopeguard v1.2.0
18232026-03-26T05:13:50.909Z Compiling subtle v2.6.1
18242026-03-26T05:13:50.955Z Compiling lock_api v0.4.14
18252026-03-26T05:13:51.006Z Compiling thiserror v2.0.18
18262026-03-26T05:13:51.037Z Compiling fnv v1.0.7
18272026-03-26T05:13:51.052Z Compiling jobserver v0.1.34
18282026-03-26T05:13:51.057Z Compiling getrandom v0.2.17
18292026-03-26T05:13:51.081Z Compiling errno v0.3.14
18302026-03-26T05:13:51.205Z Compiling rand_core v0.6.4
18312026-03-26T05:13:51.275Z Compiling cc v1.2.56
18322026-03-26T05:13:51.322Z Compiling pin-project-lite v0.2.17
18332026-03-26T05:13:51.336Z Compiling getrandom v0.3.4
18342026-03-26T05:13:51.448Z Compiling syn v2.0.117
18352026-03-26T05:13:51.448Z Compiling critical-section v1.2.0
18362026-03-26T05:13:51.529Z Compiling rustversion v1.0.22
18372026-03-26T05:13:51.546Z Compiling allocator-api2 v0.2.21
18382026-03-26T05:13:51.578Z Compiling equivalent v1.0.2
18392026-03-26T05:13:51.638Z Compiling litemap v0.8.1
18402026-03-26T05:13:51.652Z Compiling fs_extra v1.3.0
18412026-03-26T05:13:51.708Z Compiling writeable v0.6.2
18422026-03-26T05:13:51.773Z Compiling once_cell v1.21.3
18432026-03-26T05:13:51.808Z Compiling percent-encoding v2.3.2
18442026-03-26T05:13:51.865Z Compiling foldhash v0.2.0
18452026-03-26T05:13:51.906Z Compiling dunce v1.0.5
18462026-03-26T05:13:52.006Z Compiling cmake v0.1.57
18472026-03-26T05:13:52.021Z Compiling hashbrown v0.16.1
18482026-03-26T05:13:52.024Z Compiling const-oid v0.9.6
18492026-03-26T05:13:52.117Z Compiling signal-hook-registry v1.4.8
18502026-03-26T05:13:52.120Z Compiling rustix v1.1.3
18512026-03-26T05:13:52.166Z Compiling socket2 v0.6.2
18522026-03-26T05:13:52.182Z Compiling mio v1.1.1
18532026-03-26T05:13:52.197Z Compiling schemars v0.8.22
18542026-03-26T05:13:52.375Z Compiling parking_lot v0.12.5
18552026-03-26T05:13:52.485Z Compiling semver v1.0.27
18562026-03-26T05:13:52.516Z Compiling aws-lc-rs v1.16.0
18572026-03-26T05:13:52.575Z Compiling indexmap v2.13.0
18582026-03-26T05:13:52.608Z Compiling bitflags v2.11.0
18592026-03-26T05:13:52.627Z Compiling ring v0.17.14
18602026-03-26T05:13:52.753Z Compiling aws-lc-sys v0.37.1
18612026-03-26T05:13:52.799Z Compiling utf8_iter v1.0.4
18622026-03-26T05:13:52.804Z Compiling rand_core v0.10.0
18632026-03-26T05:13:52.830Z Compiling form_urlencoded v1.2.2
18642026-03-26T05:13:52.950Z Compiling futures-core v0.3.32
18652026-03-26T05:13:52.978Z Compiling strsim v0.11.1
18662026-03-26T05:13:53.117Z Compiling thiserror v1.0.69
18672026-03-26T05:13:53.121Z Compiling ucd-trie v0.1.7
18682026-03-26T05:13:53.148Z Compiling httparse v1.10.1
18692026-03-26T05:13:53.164Z Compiling byteorder v1.5.0
18702026-03-26T05:13:53.298Z Compiling pest v2.8.6
18712026-03-26T05:13:53.368Z Compiling heck v0.5.0
18722026-03-26T05:13:53.385Z Compiling vcpkg v0.2.15
18732026-03-26T05:13:53.403Z Compiling ident_case v1.0.1
18742026-03-26T05:13:53.520Z Compiling regex-syntax v0.8.10
18752026-03-26T05:13:53.547Z Compiling syn v1.0.109
18762026-03-26T05:13:53.578Z Compiling crossbeam-utils v0.8.21
18772026-03-26T05:13:53.733Z Compiling rustls v0.23.37
18782026-03-26T05:13:53.751Z Compiling futures-sink v0.3.32
18792026-03-26T05:13:53.798Z Compiling rustc_version v0.4.1
18802026-03-26T05:13:53.859Z Compiling futures-channel v0.3.32
18812026-03-26T05:13:53.886Z Compiling cpufeatures v0.2.17
18822026-03-26T05:13:53.903Z Compiling slab v0.4.12
18832026-03-26T05:13:53.919Z Compiling futures-io v0.3.32
18842026-03-26T05:13:53.922Z Compiling futures-task v0.3.32
18852026-03-26T05:13:53.985Z Compiling openssl-sys v0.9.111
18862026-03-26T05:13:54.081Z Compiling plain v0.2.3
18872026-03-26T05:13:54.100Z Compiling iana-time-zone v0.1.65
18882026-03-26T05:13:54.123Z Compiling uuid v1.21.0
18892026-03-26T05:13:54.140Z Compiling aho-corasick v1.1.4
18902026-03-26T05:13:54.201Z Compiling time-core v0.1.8
18912026-03-26T05:13:54.216Z Compiling num-conv v0.2.0
18922026-03-26T05:13:54.254Z Compiling synstructure v0.13.2
18932026-03-26T05:13:54.311Z Compiling serde_derive_internals v0.29.1
18942026-03-26T05:13:54.372Z Compiling pest_meta v2.8.6
18952026-03-26T05:13:54.375Z Compiling time-macros v0.2.27
18962026-03-26T05:13:54.670Z Compiling pretty-hex v0.4.1
18972026-03-26T05:13:54.711Z Compiling openssl v0.10.75
18982026-03-26T05:13:54.968Z Compiling pest_generator v2.8.6
18992026-03-26T05:13:55.084Z Compiling regex-automata v0.4.14
19002026-03-26T05:13:55.099Z Compiling anyhow v1.0.102
19012026-03-26T05:13:55.128Z Compiling either v1.15.0
19022026-03-26T05:13:55.143Z Compiling base64ct v1.8.3
19032026-03-26T05:13:55.165Z Compiling crc32fast v1.5.0
19042026-03-26T05:13:55.200Z Compiling darling_core v0.21.3
19052026-03-26T05:13:55.247Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-26T05:13:55.367Z Compiling flagset v0.4.7
19072026-03-26T05:13:55.383Z Compiling native-tls v0.2.18
19082026-03-26T05:13:55.407Z Compiling pem-rfc7468 v0.7.0
19092026-03-26T05:13:55.448Z Compiling rand_core v0.9.5
19102026-03-26T05:13:55.487Z Compiling serde_derive v1.0.228
19112026-03-26T05:13:55.515Z Compiling zeroize_derive v1.4.3
19122026-03-26T05:13:55.579Z Compiling zerofrom-derive v0.1.6
19132026-03-26T05:13:55.597Z Compiling yoke-derive v0.8.1
19142026-03-26T05:13:55.616Z Compiling zerovec-derive v0.11.2
19152026-03-26T05:13:55.637Z Compiling displaydoc v0.2.5
19162026-03-26T05:13:55.654Z Compiling zerocopy-derive v0.8.40
19172026-03-26T05:13:55.669Z Compiling tokio-macros v2.6.0
19182026-03-26T05:13:55.687Z Compiling futures-macro v0.3.32
19192026-03-26T05:13:55.690Z Compiling thiserror-impl v2.0.18
19202026-03-26T05:13:55.718Z Compiling tracing-attributes v0.1.31
19212026-03-26T05:13:56.117Z Compiling zeroize v1.8.2
19222026-03-26T05:13:56.376Z Compiling der_derive v0.7.3
19232026-03-26T05:13:56.456Z Compiling schemars_derive v0.8.22
19242026-03-26T05:13:56.541Z Compiling thiserror-impl v1.0.69
19252026-03-26T05:13:56.638Z Compiling pest_derive v2.8.6
19262026-03-26T05:13:56.699Z Compiling zerofrom v0.1.6
19272026-03-26T05:13:56.846Z Compiling yoke v0.8.1
19282026-03-26T05:13:56.861Z Compiling crypto-common v0.1.7
19292026-03-26T05:13:56.893Z Compiling block-buffer v0.10.4
19302026-03-26T05:13:57.021Z Compiling zerovec v0.11.5
19312026-03-26T05:13:57.034Z Compiling zerotrie v0.2.3
19322026-03-26T05:13:57.128Z Compiling digest v0.10.7
19332026-03-26T05:13:57.324Z Compiling futures-util v0.3.32
19342026-03-26T05:13:57.344Z Compiling block-padding v0.3.3
19352026-03-26T05:13:57.481Z Compiling hmac v0.12.1
19362026-03-26T05:13:57.500Z Compiling inout v0.1.4
19372026-03-26T05:13:57.503Z Compiling sha2 v0.10.9
19382026-03-26T05:13:57.599Z Compiling tinystr v0.8.2
19392026-03-26T05:13:57.616Z Compiling potential_utf v0.1.4
19402026-03-26T05:13:57.632Z Compiling cipher v0.4.4
19412026-03-26T05:13:57.648Z Compiling rustls-pki-types v1.14.0
19422026-03-26T05:13:57.651Z Compiling scroll_derive v0.13.1
19432026-03-26T05:13:57.683Z Compiling scroll_derive v0.12.1
19442026-03-26T05:13:57.791Z Compiling icu_locale_core v2.1.1
19452026-03-26T05:13:57.817Z Compiling icu_collections v2.1.1
19462026-03-26T05:13:57.886Z Compiling openssl-macros v0.1.1
19472026-03-26T05:13:58.422Z Compiling darling_macro v0.21.3
19482026-03-26T05:13:58.508Z Compiling regex v1.12.3
19492026-03-26T05:13:58.522Z Compiling bytes v1.11.1
19502026-03-26T05:13:58.572Z Compiling icu_provider v2.1.1
19512026-03-26T05:13:58.596Z Compiling chrono v0.4.44
19522026-03-26T05:13:58.760Z Compiling serde_tokenstream v0.2.3
19532026-03-26T05:13:58.901Z Compiling icu_properties v2.1.2
19542026-03-26T05:13:58.917Z Compiling icu_normalizer v2.1.1
19552026-03-26T05:13:58.933Z Compiling der v0.7.10
19562026-03-26T05:13:58.995Z Compiling tokio v1.49.0
19572026-03-26T05:13:59.508Z Compiling http v1.4.0
19582026-03-26T05:13:59.526Z Compiling zerocopy-derive v0.7.35
19592026-03-26T05:13:59.815Z Compiling idna_adapter v1.2.1
19602026-03-26T05:13:59.943Z Compiling idna v1.1.0
19612026-03-26T05:14:00.069Z Compiling ppv-lite86 v0.2.21
19622026-03-26T05:14:00.142Z Compiling slog v2.8.2
19632026-03-26T05:14:00.297Z Compiling url v2.5.8
19642026-03-26T05:14:00.332Z Compiling tracing-core v0.1.36
19652026-03-26T05:14:00.369Z Compiling untrusted v0.9.0
19662026-03-26T05:14:00.384Z Compiling rayon-core v1.13.0
19672026-03-26T05:14:00.412Z Compiling dyn-clone v1.0.20
19682026-03-26T05:14:00.517Z Compiling spki v0.7.3
19692026-03-26T05:14:00.590Z Compiling darling v0.21.3
19702026-03-26T05:14:00.663Z Compiling salsa20 v0.10.2
19712026-03-26T05:14:00.685Z Compiling pbkdf2 v0.12.2
19722026-03-26T05:14:00.706Z Compiling tracing v0.1.44
19732026-03-26T05:14:01.125Z Compiling cookie v0.18.1
19742026-03-26T05:14:01.160Z Compiling base64 v0.22.1
19752026-03-26T05:14:01.287Z Compiling camino v1.2.2
19762026-03-26T05:14:01.406Z Compiling scrypt v0.11.0
19772026-03-26T05:14:01.478Z Compiling rand_chacha v0.9.0
19782026-03-26T05:14:01.568Z Compiling aes v0.8.4
19792026-03-26T05:14:01.594Z Compiling cbc v0.1.2
19802026-03-26T05:14:02.046Z Compiling usdt-impl v0.5.0
19812026-03-26T05:14:02.079Z Compiling ref-cast v1.0.25
19822026-03-26T05:14:02.095Z Compiling usdt-impl v0.6.0
19832026-03-26T05:14:02.127Z Compiling paste v1.0.15
19842026-03-26T05:14:02.277Z Compiling winnow v0.7.14
19852026-03-26T05:14:02.391Z Compiling pkcs5 v0.7.1
19862026-03-26T05:14:02.461Z Compiling rand v0.9.2
19872026-03-26T05:14:02.567Z Compiling http-body v1.0.1
19882026-03-26T05:14:02.649Z Compiling tokio-util v0.7.18
19892026-03-26T05:14:02.791Z Compiling serde_spanned v0.6.9
19902026-03-26T05:14:02.843Z Compiling toml_datetime v0.6.11
19912026-03-26T05:14:02.860Z Compiling scroll v0.13.0
19922026-03-26T05:14:02.939Z Compiling scroll v0.12.0
19932026-03-26T05:14:03.016Z Compiling heapless v0.7.17
19942026-03-26T05:14:03.086Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-26T05:14:03.101Z Compiling signal-hook v0.3.18
19962026-03-26T05:14:03.258Z Compiling zstd-safe v7.2.4
19972026-03-26T05:14:03.272Z Compiling openssl-probe v0.2.1
19982026-03-26T05:14:03.317Z Compiling atomic-waker v1.1.2
19992026-03-26T05:14:03.451Z Compiling untrusted v0.7.1
20002026-03-26T05:14:03.487Z Compiling goblin v0.8.2
20012026-03-26T05:14:03.600Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-26T05:14:03.616Z Compiling goblin v0.10.5
20032026-03-26T05:14:03.644Z Compiling pkcs8 v0.10.2
20042026-03-26T05:14:03.953Z Compiling zerocopy v0.7.35
20052026-03-26T05:14:03.972Z Compiling ref-cast-impl v1.0.25
20062026-03-26T05:14:04.108Z Compiling darling_core v0.20.11
20072026-03-26T05:14:04.214Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-26T05:14:04.231Z Compiling memoffset v0.9.1
20092026-03-26T05:14:04.399Z Compiling tinyvec_macros v0.1.1
20102026-03-26T05:14:04.432Z Compiling rustix v0.38.44
20112026-03-26T05:14:04.449Z Compiling litrs v1.0.0
20122026-03-26T05:14:04.482Z Compiling try-lock v0.2.5
20132026-03-26T05:14:04.518Z Compiling tower-layer v0.3.3
20142026-03-26T05:14:04.532Z Compiling winnow v0.5.40
20152026-03-26T05:14:04.760Z Compiling tower-service v0.3.3
20162026-03-26T05:14:05.012Z Compiling fastrand v2.3.0
20172026-03-26T05:14:05.091Z Compiling h2 v0.4.13
20182026-03-26T05:14:05.117Z Compiling document-features v0.2.12
20192026-03-26T05:14:05.356Z Compiling want v0.3.1
20202026-03-26T05:14:05.551Z Compiling tinyvec v1.10.0
20212026-03-26T05:14:05.912Z Compiling toml_edit v0.19.15
20222026-03-26T05:14:05.915Z Compiling dof v0.3.0
20232026-03-26T05:14:06.026Z Compiling darling_macro v0.20.11
20242026-03-26T05:14:06.306Z Compiling dof v0.4.0
20252026-03-26T05:14:06.348Z Compiling dtrace-parser v0.2.0
20262026-03-26T05:14:06.503Z Compiling dtrace-parser v0.3.0
20272026-03-26T05:14:06.521Z Compiling ipnet v2.11.0
20282026-03-26T05:14:06.558Z Compiling async-trait v0.1.89
20292026-03-26T05:14:06.950Z Compiling daft-derive v0.1.5
20302026-03-26T05:14:06.992Z Compiling curve25519-dalek v4.1.3
20312026-03-26T05:14:07.157Z Compiling spin v0.9.8
20322026-03-26T05:14:07.265Z Compiling thread-id v5.1.0
20332026-03-26T05:14:07.280Z Compiling thread-id v4.2.2
20342026-03-26T05:14:07.329Z Compiling proc-macro-error-attr v1.0.4
20352026-03-26T05:14:07.353Z Compiling httpdate v1.0.3
20362026-03-26T05:14:07.370Z Compiling cfg_aliases v0.2.1
20372026-03-26T05:14:07.387Z Compiling powerfmt v0.2.0
20382026-03-26T05:14:07.395Z Compiling pin-utils v0.1.0
20392026-03-26T05:14:07.442Z Compiling num-bigint-dig v0.8.6
20402026-03-26T05:14:07.622Z Compiling foreign-types-shared v0.1.1
20412026-03-26T05:14:07.652Z Compiling smoltcp v0.9.1
20422026-03-26T05:14:07.667Z Compiling deranged v0.5.8
20432026-03-26T05:14:07.726Z Compiling tempfile v3.25.0
20442026-03-26T05:14:07.743Z Compiling foreign-types v0.3.2
20452026-03-26T05:14:07.746Z Compiling nix v0.31.1
20462026-03-26T05:14:07.975Z Compiling darling v0.20.11
20472026-03-26T05:14:08.068Z Compiling hyper v1.8.1
20482026-03-26T05:14:08.310Z Compiling ipnetwork v0.21.1
20492026-03-26T05:14:08.382Z Compiling strum_macros v0.26.4
20502026-03-26T05:14:08.507Z Compiling wait-timeout v0.2.1
20512026-03-26T05:14:08.525Z Compiling proc-macro-error v1.0.4
20522026-03-26T05:14:08.763Z Compiling bit-vec v0.8.0
20532026-03-26T05:14:08.781Z Compiling siphasher v1.0.2
20542026-03-26T05:14:08.799Z Compiling simd-adler32 v0.3.8
20552026-03-26T05:14:08.815Z Compiling quick-error v1.2.3
20562026-03-26T05:14:08.858Z Compiling num_threads v0.1.7
20572026-03-26T05:14:08.916Z Compiling unicode-segmentation v1.12.0
20582026-03-26T05:14:08.949Z Compiling utf8parse v0.2.2
20592026-03-26T05:14:08.984Z Compiling anstyle v1.0.13
20602026-03-26T05:14:09.078Z Compiling time v0.3.47
20612026-03-26T05:14:09.082Z Compiling anstyle-parse v0.2.7
20622026-03-26T05:14:09.258Z Compiling hyper-util v0.1.20
20632026-03-26T05:14:09.313Z Compiling bit-set v0.8.0
20642026-03-26T05:14:09.553Z Compiling rusty-fork v0.3.1
20652026-03-26T05:14:09.962Z Compiling crossbeam-epoch v0.9.18
20662026-03-26T05:14:10.033Z Compiling derive_builder_core v0.20.2
20672026-03-26T05:14:10.280Z Compiling unicode-normalization v0.1.25
20682026-03-26T05:14:10.767Z Compiling rustls-native-certs v0.8.3
20692026-03-26T05:14:10.979Z Compiling signature v2.2.0
20702026-03-26T05:14:11.018Z Compiling hubpack_derive v0.1.1
20712026-03-26T05:14:11.021Z Compiling rand_xorshift v0.4.0
20722026-03-26T05:14:11.142Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-26T05:14:11.204Z Compiling strum_macros v0.27.2
20742026-03-26T05:14:11.417Z Compiling sync_wrapper v1.0.2
20752026-03-26T05:14:11.459Z Compiling fs-err v3.3.0
20762026-03-26T05:14:11.476Z Compiling ahash v0.8.12
20772026-03-26T05:14:11.544Z Compiling unarray v0.1.4
20782026-03-26T05:14:11.563Z Compiling object v0.37.3
20792026-03-26T05:14:11.638Z Compiling adler2 v2.0.1
20802026-03-26T05:14:11.669Z Compiling unicode-bidi v0.3.18
20812026-03-26T05:14:11.685Z Compiling colorchoice v1.0.4
20822026-03-26T05:14:11.714Z Compiling is_terminal_polyfill v1.70.2
20832026-03-26T05:14:11.768Z Compiling unicode-properties v0.1.4
20842026-03-26T05:14:11.786Z Compiling anstyle-query v1.1.5
20852026-03-26T05:14:11.832Z Compiling miniz_oxide v0.8.9
20862026-03-26T05:14:11.896Z Compiling anstream v0.6.21
20872026-03-26T05:14:11.912Z Compiling proptest v1.10.0
20882026-03-26T05:14:12.158Z Compiling stringprep v0.1.5
20892026-03-26T05:14:12.161Z Compiling tower v0.5.3
20902026-03-26T05:14:12.391Z Compiling derive_builder_macro v0.20.2
20912026-03-26T05:14:12.548Z Compiling crossbeam-deque v0.8.6
20922026-03-26T05:14:12.639Z Compiling heck v0.4.1
20932026-03-26T05:14:12.707Z Compiling usdt-attr-macro v0.6.0
20942026-03-26T05:14:12.756Z Compiling usdt-macro v0.6.0
20952026-03-26T05:14:13.029Z Compiling http-body-util v0.1.3
20962026-03-26T05:14:13.207Z Compiling webpki-roots v1.0.6
20972026-03-26T05:14:13.374Z Compiling rand_chacha v0.3.1
20982026-03-26T05:14:13.388Z Compiling erased-serde v0.3.31
20992026-03-26T05:14:13.405Z Compiling md-5 v0.10.6
21002026-03-26T05:14:13.500Z Compiling num-integer v0.1.46
21012026-03-26T05:14:13.515Z Compiling hash32 v0.2.1
21022026-03-26T05:14:13.546Z Compiling vergen-lib v0.1.6
21032026-03-26T05:14:13.567Z Compiling ff v0.13.1
21042026-03-26T05:14:13.663Z Compiling iri-string v0.7.10
21052026-03-26T05:14:13.698Z Compiling ryu v1.0.23
21062026-03-26T05:14:13.715Z Compiling psl-types v2.0.11
21072026-03-26T05:14:13.719Z Compiling fallible-iterator v0.2.0
21082026-03-26T05:14:13.734Z Compiling base16ct v0.2.0
21092026-03-26T05:14:13.747Z Compiling zlib-rs v0.6.2
21102026-03-26T05:14:13.832Z Compiling serde_urlencoded v0.7.1
21112026-03-26T05:14:13.885Z Compiling sec1 v0.7.3
21122026-03-26T05:14:13.889Z Compiling publicsuffix v2.3.0
21132026-03-26T05:14:13.927Z Compiling newtype-uuid v1.3.2
21142026-03-26T05:14:13.980Z Compiling num-iter v0.1.45
21152026-03-26T05:14:14.021Z Compiling postgres-protocol v0.6.10
21162026-03-26T05:14:14.075Z Compiling group v0.13.0
21172026-03-26T05:14:14.204Z Compiling rand v0.8.5
21182026-03-26T05:14:14.388Z Compiling oxnet v0.1.4
21192026-03-26T05:14:14.536Z Compiling derive_builder v0.20.2
21202026-03-26T05:14:14.609Z Compiling zone_cfg_derive v0.3.1
21212026-03-26T05:14:14.719Z Compiling tokio-native-tls v0.3.1
21222026-03-26T05:14:14.735Z Compiling phf_shared v0.13.1
21232026-03-26T05:14:14.803Z Compiling tower-http v0.6.8
21242026-03-26T05:14:14.836Z Compiling lazy_static v1.5.0
21252026-03-26T05:14:14.967Z Compiling terminal_size v0.4.3
21262026-03-26T05:14:14.970Z Compiling serde_with_macros v3.17.0
21272026-03-26T05:14:15.052Z Compiling cargo-platform v0.1.9
21282026-03-26T05:14:15.055Z Compiling hkdf v0.12.4
21292026-03-26T05:14:15.119Z Compiling crypto-bigint v0.5.5
21302026-03-26T05:14:15.208Z Compiling enum-as-inner v0.6.1
21312026-03-26T05:14:15.212Z Compiling clap_derive v4.5.55
21322026-03-26T05:14:15.239Z Compiling serde_repr v0.1.20
21332026-03-26T05:14:15.253Z Compiling vergen v9.0.6
21342026-03-26T05:14:15.256Z Compiling bitflags v1.3.2
21352026-03-26T05:14:15.300Z Compiling libbz2-rs-sys v0.2.2
21362026-03-26T05:14:15.388Z Compiling managed v0.8.0
21372026-03-26T05:14:15.613Z Compiling bumpalo v3.20.2
21382026-03-26T05:14:15.667Z Compiling clap_lex v1.0.0
21392026-03-26T05:14:15.717Z Compiling unicode-width v0.2.0
21402026-03-26T05:14:15.734Z Compiling foldhash v0.1.5
21412026-03-26T05:14:15.777Z Compiling bzip2 v0.6.1
21422026-03-26T05:14:15.855Z Compiling flate2 v1.1.9
21432026-03-26T05:14:15.876Z Compiling hashbrown v0.15.5
21442026-03-26T05:14:15.893Z Compiling clap_builder v4.5.60
21452026-03-26T05:14:15.903Z Compiling zopfli v0.8.3
21462026-03-26T05:14:15.999Z Compiling elliptic-curve v0.13.8
21472026-03-26T05:14:16.017Z Compiling console v0.16.2
21482026-03-26T05:14:16.087Z Compiling cargo_metadata v0.19.2
21492026-03-26T05:14:16.259Z Compiling zstd v0.13.3
21502026-03-26T05:14:16.509Z Compiling phf v0.13.1
21512026-03-26T05:14:16.525Z Compiling hyper-tls v0.6.0
21522026-03-26T05:14:16.568Z Compiling signal-hook-mio v0.2.5
21532026-03-26T05:14:16.684Z Compiling daft v0.1.5
21542026-03-26T05:14:16.718Z Compiling rayon v1.11.0
21552026-03-26T05:14:16.761Z Compiling cookie_store v0.22.1
21562026-03-26T05:14:16.823Z Compiling postgres-types v0.2.12
21572026-03-26T05:14:16.889Z Compiling bzip2 v0.4.4
21582026-03-26T05:14:17.010Z Compiling strum v0.27.2
21592026-03-26T05:14:17.217Z Compiling hubpack v0.1.2
21602026-03-26T05:14:17.284Z Compiling ed25519 v2.2.3
21612026-03-26T05:14:17.290Z Compiling phf_shared v0.11.3
21622026-03-26T05:14:17.450Z Compiling pkcs1 v0.7.5
21632026-03-26T05:14:17.535Z Compiling serde-big-array v0.5.1
21642026-03-26T05:14:17.543Z Compiling hex v0.4.3
21652026-03-26T05:14:17.657Z Compiling rfc6979 v0.4.0
21662026-03-26T05:14:17.688Z Compiling bstr v1.12.1
21672026-03-26T05:14:17.829Z Compiling itertools v0.12.1
21682026-03-26T05:14:17.842Z Compiling float-cmp v0.10.0
21692026-03-26T05:14:17.866Z Compiling memmap2 v0.9.10
21702026-03-26T05:14:17.893Z Compiling env_filter v1.0.0
21712026-03-26T05:14:17.973Z Compiling encoding_rs v0.8.35
21722026-03-26T05:14:18.019Z Compiling mime v0.3.17
21732026-03-26T05:14:18.028Z Compiling static_assertions v1.1.0
21742026-03-26T05:14:18.064Z Compiling data-encoding v2.10.0
21752026-03-26T05:14:18.192Z Compiling fixedbitset v0.4.2
21762026-03-26T05:14:18.218Z Compiling keccak v0.1.6
21772026-03-26T05:14:18.271Z Compiling whoami v2.1.0
21782026-03-26T05:14:18.296Z Compiling rustc-hash v2.1.1
21792026-03-26T05:14:18.347Z Compiling predicates-core v1.0.10
21802026-03-26T05:14:18.431Z Compiling precomputed-hash v0.1.1
21812026-03-26T05:14:18.443Z Compiling difflib v0.4.0
21822026-03-26T05:14:18.450Z Compiling fixedbitset v0.5.7
21832026-03-26T05:14:18.482Z Compiling unit-prefix v0.5.2
21842026-03-26T05:14:18.528Z Compiling new_debug_unreachable v1.0.6
21852026-03-26T05:14:18.619Z Compiling normalize-line-endings v0.3.0
21862026-03-26T05:14:18.635Z Compiling jiff v0.2.21
21872026-03-26T05:14:18.650Z Compiling toml_write v0.1.2
21882026-03-26T05:14:18.650Z Compiling string_cache v0.8.9
21892026-03-26T05:14:18.732Z Compiling predicates v3.1.4
21902026-03-26T05:14:18.757Z Compiling petgraph v0.8.3
21912026-03-26T05:14:18.855Z Compiling toml_edit v0.22.27
21922026-03-26T05:14:18.870Z Compiling indicatif v0.18.4
21932026-03-26T05:14:18.917Z Compiling tokio-postgres v0.7.16
21942026-03-26T05:14:18.923Z Compiling iddqd v0.3.17
21952026-03-26T05:14:19.083Z Compiling zone v0.3.1
21962026-03-26T05:14:19.329Z Compiling sha3 v0.10.8
21972026-03-26T05:14:19.345Z Compiling hickory-proto v0.25.2
21982026-03-26T05:14:19.570Z Compiling petgraph v0.6.5
21992026-03-26T05:14:19.650Z Compiling similar v2.7.0
22002026-03-26T05:14:19.707Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-03-26T05:14:20.060Z Compiling env_logger v0.11.9
22022026-03-26T05:14:20.377Z Compiling usdt v0.6.0
22032026-03-26T05:14:20.775Z Compiling serde_with v3.17.0
22042026-03-26T05:14:20.913Z Compiling ecdsa v0.16.9
22052026-03-26T05:14:20.973Z Compiling rsa v0.9.10
22062026-03-26T05:14:21.272Z Compiling zip v4.6.1
22072026-03-26T05:14:21.323Z Compiling ed25519-dalek v2.2.0
22082026-03-26T05:14:21.607Z Compiling clap v4.5.60
22092026-03-26T05:14:21.709Z Compiling crossterm v0.28.1
22102026-03-26T05:14:22.290Z Compiling zip v0.6.6
22112026-03-26T05:14:22.339Z Compiling strum v0.26.3
22122026-03-26T05:14:22.417Z Compiling toml v0.7.8
22132026-03-26T05:14:22.506Z Compiling tokio-stream v0.1.18
22142026-03-26T05:14:22.522Z Compiling buf-list v1.1.2
22152026-03-26T05:14:22.702Z Compiling x509-cert v0.2.5
22162026-03-26T05:14:22.792Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-26T05:14:22.819Z Compiling openapiv3 v2.2.0
22182026-03-26T05:14:22.972Z Compiling sha1 v0.10.6
22192026-03-26T05:14:23.103Z Compiling itertools v0.13.0
22202026-03-26T05:14:23.543Z Compiling peg-runtime v0.8.5
22212026-03-26T05:14:23.668Z Compiling lalrpop-util v0.19.12
22222026-03-26T05:14:35.229Z Compiling macaddr v1.0.1
22232026-03-26T05:14:35.490Z Compiling structmeta-derive v0.3.0
22242026-03-26T05:14:35.506Z Compiling itertools v0.14.0
22252026-03-26T05:14:36.028Z Compiling heapless v0.8.0
22262026-03-26T05:14:36.735Z Compiling ingot-macros v0.1.1
22272026-03-26T05:14:37.036Z Compiling structmeta v0.3.0
22282026-03-26T05:14:40.832Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-26T05:14:41.744Z Compiling hash32 v0.3.1
22302026-03-26T05:14:41.787Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-26T05:14:41.853Z Compiling smoltcp v0.11.0
22322026-03-26T05:14:42.029Z Compiling proc-macro-crate v3.4.0
22332026-03-26T05:14:42.067Z Compiling ingot-types v0.1.2
22342026-03-26T05:14:42.139Z Compiling cobs v0.3.0
22352026-03-26T05:14:42.209Z Compiling rustls v0.22.4
22362026-03-26T05:14:42.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-26T05:14:42.438Z Compiling postcard v1.1.3
22382026-03-26T05:14:42.458Z Compiling ingot v0.1.1
22392026-03-26T05:14:42.477Z Compiling num_enum_derive v0.7.5
22402026-03-26T05:14:42.546Z Compiling proc-macro-crate v1.3.1
22412026-03-26T05:14:42.563Z Compiling rustls-webpki v0.102.8
22422026-03-26T05:14:42.637Z Compiling futures-executor v0.3.32
22432026-03-26T05:14:42.820Z Compiling foreign-types-macros v0.2.3
22442026-03-26T05:14:42.893Z Compiling rustls-webpki v0.103.9
22452026-03-26T05:14:43.098Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-26T05:14:43.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-26T05:14:43.163Z Compiling multer v3.1.0
22482026-03-26T05:14:43.200Z Compiling thread_local v1.1.9
22492026-03-26T05:14:43.371Z Compiling slog-async v2.8.0
22502026-03-26T05:14:43.401Z Compiling foreign-types-shared v0.3.1
22512026-03-26T05:14:43.464Z Compiling match_cfg v0.1.0
22522026-03-26T05:14:43.542Z Compiling cpufeatures v0.3.0
22532026-03-26T05:14:43.556Z Compiling typeid v1.0.3
22542026-03-26T05:14:43.576Z Compiling hostname v0.3.1
22552026-03-26T05:14:43.609Z Compiling chacha20 v0.10.0
22562026-03-26T05:14:43.636Z Compiling foreign-types v0.5.0
22572026-03-26T05:14:43.713Z Compiling num_enum v0.7.5
22582026-03-26T05:14:43.809Z Compiling num_enum_derive v0.5.11
22592026-03-26T05:14:43.860Z Compiling futures v0.3.32
22602026-03-26T05:14:43.921Z Compiling derive-ex v0.1.8
22612026-03-26T05:14:43.938Z Compiling tabwriter v1.4.1
22622026-03-26T05:14:43.963Z Compiling slog-json v2.6.1
22632026-03-26T05:14:44.009Z Compiling crossbeam-channel v0.5.15
22642026-03-26T05:14:44.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-26T05:14:44.239Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-03-26T05:14:44.321Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22672026-03-26T05:14:44.462Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-26T05:14:44.484Z Compiling async-stream-impl v0.3.6
22692026-03-26T05:14:44.646Z Compiling serde_spanned v1.0.4
22702026-03-26T05:14:44.719Z Compiling is-terminal v0.4.17
22712026-03-26T05:14:44.748Z Compiling cstr-argument v0.1.2
22722026-03-26T05:14:44.764Z Compiling dropshot v0.16.7
22732026-03-26T05:14:44.788Z Compiling term v1.2.1
22742026-03-26T05:14:44.828Z Compiling take_mut v0.2.2
22752026-03-26T05:14:44.843Z Compiling erased-serde v0.4.9
22762026-03-26T05:14:44.949Z Compiling crucible-workspace-hack v0.1.0
22772026-03-26T05:14:44.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-26T05:14:44.990Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-26T05:14:45.053Z Compiling async-stream v0.3.6
22802026-03-26T05:14:45.188Z Compiling toml v0.9.12+spec-1.1.0
22812026-03-26T05:14:45.191Z Compiling slog-term v2.9.2
22822026-03-26T05:14:45.287Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22832026-03-26T05:14:45.290Z Compiling num_enum v0.5.11
22842026-03-26T05:14:45.450Z Compiling test-strategy v0.4.5
22852026-03-26T05:14:45.482Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-26T05:14:45.648Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-26T05:14:45.723Z Compiling slog-bunyan v2.5.0
22882026-03-26T05:14:45.759Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22892026-03-26T05:14:45.834Z Compiling tokio-rustls v0.25.0
22902026-03-26T05:14:45.922Z Compiling rand v0.10.0
22912026-03-26T05:14:46.013Z Compiling parse-display-derive v0.10.0
22922026-03-26T05:14:46.111Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22932026-03-26T05:14:46.129Z Compiling backon v1.6.0
22942026-03-26T05:14:46.273Z Compiling waitgroup v0.1.2
22952026-03-26T05:14:46.355Z Compiling newtype-uuid-macros v0.1.0
22962026-03-26T05:14:46.399Z Compiling dropshot_endpoint v0.16.7
22972026-03-26T05:14:46.428Z Compiling tokio-rustls v0.26.4
22982026-03-26T05:14:46.450Z Compiling rustls-platform-verifier v0.6.2
22992026-03-26T05:14:46.525Z Compiling rustls-pemfile v2.2.0
23002026-03-26T05:14:46.613Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-26T05:14:46.679Z Compiling hyper-rustls v0.27.7
23022026-03-26T05:14:46.697Z Compiling serde_path_to_error v0.1.20
23032026-03-26T05:14:46.716Z Compiling hostname v0.4.2
23042026-03-26T05:14:46.732Z Compiling instant v0.1.13
23052026-03-26T05:14:46.775Z Compiling colored v3.1.1
23062026-03-26T05:14:46.832Z Compiling libefi-sys v0.1.0
23072026-03-26T05:14:46.876Z Compiling debug-ignore v1.0.5
23082026-03-26T05:14:46.906Z Compiling backoff v0.4.0
23092026-03-26T05:14:46.968Z Compiling reqwest v0.13.2
23102026-03-26T05:14:47.010Z Compiling reqwest v0.12.28
23112026-03-26T05:14:47.073Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-26T05:14:47.088Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-26T05:14:47.146Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-03-26T05:14:47.163Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23152026-03-26T05:14:47.464Z Compiling parse-display v0.10.0
23162026-03-26T05:14:47.555Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23172026-03-26T05:14:47.706Z Compiling camino-tempfile v1.4.1
23182026-03-26T05:14:47.793Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-26T05:14:48.077Z Compiling usdt-attr-macro v0.5.0
23202026-03-26T05:14:48.115Z Compiling usdt-macro v0.5.0
23212026-03-26T05:14:48.410Z Compiling secrecy v0.10.3
23222026-03-26T05:14:48.431Z Compiling num-derive v0.4.2
23232026-03-26T05:14:48.572Z Compiling bitfield-struct v0.6.2
23242026-03-26T05:14:48.602Z Compiling regress v0.10.5
23252026-03-26T05:14:48.834Z Compiling ordered-float v2.10.1
23262026-03-26T05:14:48.867Z Compiling blake3 v1.8.3
23272026-03-26T05:14:48.938Z Compiling sigpipe v0.1.3
23282026-03-26T05:14:49.054Z Compiling memmap v0.7.0
23292026-03-26T05:14:49.138Z Compiling glob v0.3.3
23302026-03-26T05:14:49.212Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-26T05:14:49.228Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-26T05:14:49.296Z Compiling usdt v0.5.0
23332026-03-26T05:14:49.311Z Compiling serde-value v0.7.0
23342026-03-26T05:14:49.338Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-26T05:14:49.408Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-26T05:14:49.466Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23372026-03-26T05:14:49.564Z Compiling serde-untagged v0.1.9
23382026-03-26T05:14:49.937Z Compiling toml v0.8.23
23392026-03-26T05:14:49.954Z Compiling smf v0.2.3
23402026-03-26T05:14:49.995Z Compiling filetime v0.2.27
23412026-03-26T05:14:50.011Z Compiling arrayref v0.3.9
23422026-03-26T05:14:50.040Z Compiling same-file v1.0.6
23432026-03-26T05:14:50.097Z Compiling arrayvec v0.7.6
23442026-03-26T05:14:50.113Z Compiling unicode-xid v0.2.6
23452026-03-26T05:14:50.205Z Compiling whoami v1.6.1
23462026-03-26T05:14:50.222Z Compiling xattr v1.6.1
23472026-03-26T05:14:50.237Z Compiling constant_time_eq v0.4.2
23482026-03-26T05:14:50.275Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-26T05:14:50.299Z Compiling walkdir v2.5.0
23502026-03-26T05:14:50.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23512026-03-26T05:14:50.359Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-26T05:14:50.437Z Compiling cargo-util-schemas v0.8.2
23532026-03-26T05:14:50.455Z Compiling tar v0.4.45
23542026-03-26T05:14:50.673Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23552026-03-26T05:14:50.692Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23562026-03-26T05:14:50.838Z Compiling tokio-dtrace v0.1.1
23572026-03-26T05:14:50.926Z Compiling gethostname v0.5.0
23582026-03-26T05:14:50.963Z Compiling cargo-platform v0.2.0
23592026-03-26T05:14:51.032Z Compiling topological-sort v0.2.2
23602026-03-26T05:14:51.048Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-26T05:14:51.083Z Compiling oxide-tokio-rt v0.1.3
23622026-03-26T05:14:51.099Z Compiling shell-words v1.1.1
23632026-03-26T05:14:51.116Z Compiling indent_write v2.2.0
23642026-03-26T05:14:51.656Z Compiling cargo_metadata v0.21.0
23652026-03-26T05:14:59.999Z Compiling progenitor-client v0.13.0
23662026-03-26T05:15:00.078Z Compiling progenitor-client v0.10.0
23672026-03-26T05:15:00.081Z Compiling omicron-zone-package v0.12.2
23682026-03-26T05:15:00.161Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-26T05:15:00.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-26T05:15:00.207Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-03-26T05:15:00.329Z Compiling progenitor-extras v0.1.1
23722026-03-26T05:15:00.476Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23732026-03-26T05:15:00.550Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-26T05:15:07.435Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-26T05:15:08.377Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-26T05:15:14.606Z Finished `release` profile [optimized] target(s) in 1m 25s
23772026-03-26T05:15:14.757Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-26T05:15:14.818ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-26T05:15:14.821ZCreated new build target 'test' and set it as active
23802026-03-26T05:15:14.824Z
23812026-03-26T05:15:14.824Zreal 1:25.727560089
23822026-03-26T05:15:14.824Zuser 15:03.161609564
23832026-03-26T05:15:14.824Zsys 2:26.097098778
23842026-03-26T05:15:14.824Ztrap 0.417987532
23852026-03-26T05:15:14.824Ztflt 2.696956728
23862026-03-26T05:15:14.825Zdflt 3.273968193
23872026-03-26T05:15:14.825Zkflt 0.000482519
23882026-03-26T05:15:14.825Zlock 47:18.317767762
23892026-03-26T05:15:14.825Zslp 39:43.101728555
23902026-03-26T05:15:14.825Zlat 40.117682748
23912026-03-26T05:15:14.825Zstop 5:09.480192718
23922026-03-26T05:15:14.825Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-26T05:15:15.700Z Finished `release` profile [optimized] target(s) in 0.86s
23942026-03-26T05:15:15.771Z Running `target/release/omicron-package -t test package`
23952026-03-26T05:15:15.829ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-26T05:15:17.234Z Compiling regress v0.10.5
23972026-03-26T05:15:17.235Z Compiling heck v0.5.0
23982026-03-26T05:15:17.237Z Compiling unsafe-libyaml v0.2.11
23992026-03-26T05:15:17.238Z Compiling convert_case v0.4.0
24002026-03-26T05:15:17.498Z Compiling half v2.7.1
24012026-03-26T05:15:17.500Z Compiling ciborium-io v0.2.2
24022026-03-26T05:15:17.539Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-26T05:15:17.540Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-26T05:15:17.543Z Compiling universal-hash v0.5.1
24052026-03-26T05:15:17.558Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-26T05:15:17.617Z Compiling typify-impl v0.6.1
24072026-03-26T05:15:17.636Z Compiling prettyplease v0.2.37
24082026-03-26T05:15:17.639Z Compiling opaque-debug v0.3.1
24092026-03-26T05:15:17.639Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-26T05:15:17.697Z Compiling byte-wrapper v0.1.0
24112026-03-26T05:15:17.697Z Compiling chacha20 v0.9.1
24122026-03-26T05:15:17.699Z Compiling password-hash v0.5.0
24132026-03-26T05:15:17.699Z Compiling blake2 v0.10.6
24142026-03-26T05:15:17.783Z Compiling ciborium-ll v0.2.2
24152026-03-26T05:15:17.783Z Compiling derive_more v0.99.20
24162026-03-26T05:15:17.851Z Compiling poly1305 v0.8.0
24172026-03-26T05:15:17.871Z Compiling aead v0.5.2
24182026-03-26T05:15:18.013Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-26T05:15:18.013Z Compiling ciborium v0.2.2
24202026-03-26T05:15:18.069Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24212026-03-26T05:15:18.089Z Compiling swrite v0.1.0
24222026-03-26T05:15:18.120Z Compiling unicode-width v0.1.14
24232026-03-26T05:15:18.223Z Compiling chacha20poly1305 v0.10.1
24242026-03-26T05:15:18.285Z Compiling argon2 v0.5.3
24252026-03-26T05:15:18.403Z Compiling is-terminal v0.4.17
24262026-03-26T05:15:18.467Z Compiling serde_spanned v1.0.4
24272026-03-26T05:15:18.511Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-26T05:15:18.565Z Compiling bytecount v0.6.9
24292026-03-26T05:15:18.631Z Compiling rustls v0.22.4
24302026-03-26T05:15:18.650Z Compiling thiserror-no-std v2.0.2
24312026-03-26T05:15:18.653Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-03-26T05:15:18.696Z Compiling rustls-webpki v0.102.8
24332026-03-26T05:15:18.699Z Compiling derive-where v1.6.0
24342026-03-26T05:15:18.737Z Compiling toml v0.9.12+spec-1.1.0
24352026-03-26T05:15:18.756Z Compiling thread_local v1.1.9
24362026-03-26T05:15:18.783Z Compiling vsss-rs v3.3.4
24372026-03-26T05:15:18.804Z Compiling match_cfg v0.1.0
24382026-03-26T05:15:18.902Z Compiling hostname v0.3.1
24392026-03-26T05:15:19.034Z Compiling multer v3.1.0
24402026-03-26T05:15:19.037Z Compiling slog-async v2.8.0
24412026-03-26T05:15:19.076Z Compiling slog-json v2.6.1
24422026-03-26T05:15:19.104Z Compiling crossbeam-channel v0.5.15
24432026-03-26T05:15:19.204Z Compiling futures-executor v0.3.32
24442026-03-26T05:15:19.300Z Compiling take_mut v0.2.2
24452026-03-26T05:15:19.322Z Compiling term v1.2.1
24462026-03-26T05:15:19.359Z Compiling slog-bunyan v2.5.0
24472026-03-26T05:15:19.383Z Compiling futures v0.3.32
24482026-03-26T05:15:19.451Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-26T05:15:19.492Z Compiling async-stream v0.3.6
24502026-03-26T05:15:19.520Z Compiling dropshot v0.16.7
24512026-03-26T05:15:19.555Z Compiling progenitor-client v0.13.0
24522026-03-26T05:15:19.583Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-03-26T05:15:19.604Z Compiling slog-term v2.9.2
24542026-03-26T05:15:19.685Z Compiling waitgroup v0.1.2
24552026-03-26T05:15:19.785Z Compiling backon v1.6.0
24562026-03-26T05:15:19.835Z Compiling rustls-pemfile v2.2.0
24572026-03-26T05:15:19.857Z Compiling serde_path_to_error v0.1.20
24582026-03-26T05:15:19.857Z Compiling hostname v0.4.2
24592026-03-26T05:15:19.906Z Compiling instant v0.1.13
24602026-03-26T05:15:19.909Z Compiling debug-ignore v1.0.5
24612026-03-26T05:15:19.909Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24622026-03-26T05:15:19.909Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-03-26T05:15:19.965Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24642026-03-26T05:15:20.013Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24652026-03-26T05:15:20.013Z Compiling backoff v0.4.0
24662026-03-26T05:15:20.058Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24672026-03-26T05:15:20.058Z Compiling progenitor-extras v0.1.1
24682026-03-26T05:15:20.079Z Compiling parse-display v0.10.0
24692026-03-26T05:15:20.082Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-03-26T05:15:20.144Z Compiling progenitor-client v0.10.0
24712026-03-26T05:15:20.166Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-03-26T05:15:20.221Z Compiling macaddr v1.0.1
24732026-03-26T05:15:20.241Z Compiling console v0.15.11
24742026-03-26T05:15:20.268Z Compiling newline-converter v0.3.0
24752026-03-26T05:15:20.289Z Compiling atomicwrites v0.4.4
24762026-03-26T05:15:20.358Z Compiling num-rational v0.4.2
24772026-03-26T05:15:20.432Z Compiling num-complex v0.4.6
24782026-03-26T05:15:20.486Z Compiling slog-dtrace v0.3.0
24792026-03-26T05:15:20.525Z Compiling async-recursion v1.1.1
24802026-03-26T05:15:20.598Z Compiling float-ord v0.3.2
24812026-03-26T05:15:20.686Z Compiling expectorate v1.2.0
24822026-03-26T05:15:20.735Z Compiling owo-colors v4.3.0
24832026-03-26T05:15:20.772Z Compiling cancel-safe-futures v0.1.5
24842026-03-26T05:15:20.867Z Compiling num v0.4.3
24852026-03-26T05:15:20.919Z Compiling tokio-rustls v0.25.0
24862026-03-26T05:15:20.982Z Compiling libsw-core v0.3.2
24872026-03-26T05:15:21.048Z Compiling resolv-conf v0.7.6
24882026-03-26T05:15:21.147Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-26T05:15:21.170Z Compiling libsw v3.5.0
24902026-03-26T05:15:21.212Z Compiling toml v0.8.23
24912026-03-26T05:15:21.334Z Compiling linear-map v1.2.0
24922026-03-26T05:15:21.384Z Compiling minimal-lexical v0.2.1
24932026-03-26T05:15:21.406Z Compiling linked-hash-map v0.5.6
24942026-03-26T05:15:21.462Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24952026-03-26T05:15:21.580Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24962026-03-26T05:15:21.648Z Compiling lru-cache v0.1.2
24972026-03-26T05:15:21.670Z Compiling nom v7.1.3
24982026-03-26T05:15:21.690Z Compiling unicode-xid v0.2.6
24992026-03-26T05:15:21.714Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-26T05:15:21.797Z Compiling globset v0.4.18
25012026-03-26T05:15:21.820Z Compiling hickory-proto v0.24.4
25022026-03-26T05:15:21.866Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-03-26T05:15:21.963Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-03-26T05:15:22.141Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-26T05:15:22.354Z Compiling typify-macro v0.6.1
25062026-03-26T05:15:23.039Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-26T05:15:23.183Z Compiling convert_case v0.10.0
25082026-03-26T05:15:23.485Z Compiling derive_more-impl v2.1.1
25092026-03-26T05:15:23.916Z Compiling typify v0.6.1
25102026-03-26T05:15:24.056Z Compiling progenitor-impl v0.13.0
25112026-03-26T05:15:24.281Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-03-26T05:15:24.550Z Compiling hickory-resolver v0.24.4
25132026-03-26T05:15:24.774Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-26T05:15:24.938Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-26T05:15:25.021Z Compiling pin-project-internal v1.1.11
25162026-03-26T05:15:25.686Z Compiling qorb v0.4.1
25172026-03-26T05:15:25.818Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-03-26T05:15:26.033Z Compiling derive_more v2.1.1
25192026-03-26T05:15:26.054Z Compiling pin-project v1.1.11
25202026-03-26T05:15:26.141Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25212026-03-26T05:15:26.194Z Compiling pem v3.0.6
25222026-03-26T05:15:26.226Z Compiling progenitor-macro v0.13.0
25232026-03-26T05:15:26.311Z Compiling snafu-derive v0.8.9
25242026-03-26T05:15:26.960Z Compiling termtree v0.5.1
25252026-03-26T05:15:27.156Z Compiling crossterm v0.29.0
25262026-03-26T05:15:27.380Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-26T05:15:27.709Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-26T05:15:27.964Z Compiling snafu v0.8.9
25292026-03-26T05:15:28.583Z Compiling olpc-cjson v0.1.4
25302026-03-26T05:15:28.820Z Compiling phf_shared v0.12.1
25312026-03-26T05:15:28.850Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-26T05:15:29.391Z Compiling serde_plain v1.0.2
25332026-03-26T05:15:29.651Z Compiling csv-core v0.1.13
25342026-03-26T05:15:29.699Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-03-26T05:15:29.982Z Compiling vte v0.14.1
25362026-03-26T05:15:30.103Z Compiling chrono-tz v0.10.4
25372026-03-26T05:15:30.125Z Compiling highway v1.3.0
25382026-03-26T05:15:30.239Z Compiling typed-path v0.9.3
25392026-03-26T05:15:30.261Z Compiling progenitor v0.13.0
25402026-03-26T05:15:30.264Z Compiling strip-ansi-escapes v0.2.1
25412026-03-26T05:15:30.357Z Compiling csv v1.4.0
25422026-03-26T05:15:30.451Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-03-26T05:15:30.611Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-03-26T05:15:30.709Z Compiling phf v0.12.1
25452026-03-26T05:15:30.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-03-26T05:15:30.867Z Compiling const_format_proc_macros v0.2.34
25472026-03-26T05:15:30.867Z Compiling papergrid v0.11.0
25482026-03-26T05:15:30.914Z Compiling fd-lock v4.0.4
25492026-03-26T05:15:31.083Z Compiling peg-macros v0.8.5
25502026-03-26T05:15:31.339Z Compiling tough v0.20.0
25512026-03-26T05:15:31.636Z Compiling tabled_derive v0.7.0
25522026-03-26T05:15:32.012Z Compiling nu-ansi-term v0.50.3
25532026-03-26T05:15:32.527Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-26T05:15:32.548Z Compiling tabled v0.15.0
25552026-03-26T05:15:32.571Z Compiling peg v0.8.5
25562026-03-26T05:15:32.702Z Compiling reedline v0.40.0
25572026-03-26T05:15:32.770Z Compiling const_format v0.2.35
25582026-03-26T05:15:33.115Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-26T05:15:33.292Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-26T05:15:34.376Z Compiling bcs v0.1.6
25612026-03-26T05:15:34.413Z Compiling base64 v0.21.7
25622026-03-26T05:15:34.826Z Compiling semver v0.1.20
25632026-03-26T05:15:34.946Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-26T05:15:35.118Z Compiling rustc_version v0.1.7
25652026-03-26T05:15:35.205Z Compiling humantime v2.3.0
25662026-03-26T05:15:35.336Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-26T05:15:35.364Z Compiling newtype_derive v0.1.6
25682026-03-26T05:15:35.581Z Compiling smawk v0.3.2
25692026-03-26T05:15:35.628Z Compiling unicode-linebreak v0.1.5
25702026-03-26T05:15:35.751Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-26T05:15:35.777Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-26T05:15:35.940Z Compiling textwrap v0.16.2
25732026-03-26T05:15:36.124Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-26T05:15:36.357Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-26T05:15:36.546Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-26T05:15:36.570Z Compiling utf-8 v0.7.6
25772026-03-26T05:15:36.625Z Compiling steno v0.4.1
25782026-03-26T05:15:36.806Z Compiling tagptr v0.2.0
25792026-03-26T05:15:36.957Z Compiling moka v0.12.13
25802026-03-26T05:15:37.001Z Compiling tungstenite v0.21.0
25812026-03-26T05:15:37.530Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-26T05:15:37.594Z Compiling radium v0.7.0
25832026-03-26T05:15:37.715Z Compiling tokio-tungstenite v0.21.0
25842026-03-26T05:15:37.757Z Compiling typify-impl v0.4.3
25852026-03-26T05:15:37.947Z Compiling maybe-uninit v2.0.0
25862026-03-26T05:15:38.160Z Compiling hickory-resolver v0.25.2
25872026-03-26T05:15:38.268Z Compiling tap v1.0.1
25882026-03-26T05:15:38.417Z Compiling wyz v0.5.1
25892026-03-26T05:15:38.616Z Compiling zerocopy-derive v0.6.6
25902026-03-26T05:15:38.657Z Compiling crc-catalog v2.4.0
25912026-03-26T05:15:38.783Z Compiling display-error-chain v0.2.2
25922026-03-26T05:15:38.959Z Compiling packed_struct v0.10.1
25932026-03-26T05:15:39.119Z Compiling funty v2.0.0
25942026-03-26T05:15:39.237Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-03-26T05:15:39.340Z Compiling crc v3.4.0
25962026-03-26T05:15:39.401Z Compiling zerocopy v0.6.6
25972026-03-26T05:15:39.567Z Compiling bitvec v1.0.1
25982026-03-26T05:15:39.887Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-26T05:15:40.251Z Compiling packed_struct_codegen v0.10.1
26002026-03-26T05:15:40.432Z Compiling bitfield-macros v0.19.4
26012026-03-26T05:15:41.128Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-26T05:15:41.193Z Compiling typify-macro v0.4.3
26032026-03-26T05:15:41.258Z Compiling indexmap v1.9.3
26042026-03-26T05:15:41.356Z Compiling nodrop v0.1.14
26052026-03-26T05:15:41.506Z Compiling array-init v0.0.4
26062026-03-26T05:15:41.895Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-26T05:15:42.664Z Compiling bitfield v0.19.4
26082026-03-26T05:15:42.929Z Compiling smallvec v0.6.14
26092026-03-26T05:15:43.014Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-26T05:15:43.064Z Compiling num-derive v0.3.3
26112026-03-26T05:15:43.244Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-26T05:15:43.517Z Compiling hashbrown v0.12.3
26132026-03-26T05:15:43.656Z Compiling proc-macro-error2 v2.0.1
26142026-03-26T05:15:43.805Z Compiling serde-hex v0.1.0
26152026-03-26T05:15:43.978Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-26T05:15:44.000Z Compiling libscf-sys v1.1.0
26172026-03-26T05:15:44.177Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-26T05:15:44.424Z Compiling ron v0.8.1
26192026-03-26T05:15:44.602Z Compiling hashbrown v0.13.2
26202026-03-26T05:15:44.644Z Compiling vergen-gitcl v1.0.8
26212026-03-26T05:15:44.647Z Compiling dirs-sys-next v0.1.2
26222026-03-26T05:15:44.876Z Compiling diesel_derives v2.3.7
26232026-03-26T05:15:44.935Z Compiling crunchy v0.2.4
26242026-03-26T05:15:45.090Z Compiling glob v0.3.3
26252026-03-26T05:15:45.168Z Compiling maplit v1.0.2
26262026-03-26T05:15:45.213Z Compiling crc-any v2.5.0
26272026-03-26T05:15:45.263Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-26T05:15:45.291Z Compiling object v0.30.4
26292026-03-26T05:15:45.453Z Compiling dirs-next v2.0.0
26302026-03-26T05:15:45.474Z Compiling clang-sys v1.8.1
26312026-03-26T05:15:45.598Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-03-26T05:15:45.636Z Compiling tabled_derive v0.11.0
26332026-03-26T05:15:45.805Z Compiling typify v0.4.3
26342026-03-26T05:15:45.858Z Compiling papergrid v0.17.0
26352026-03-26T05:15:45.900Z Compiling testing_table v0.3.0
26362026-03-26T05:15:45.926Z Compiling dsl_auto_type v0.2.0
26372026-03-26T05:15:45.947Z Compiling scheduled-thread-pool v0.2.7
26382026-03-26T05:15:46.300Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-26T05:15:46.336Z Compiling tiny-keccak v2.0.2
26402026-03-26T05:15:46.469Z Compiling path-slash v0.1.5
26412026-03-26T05:15:46.553Z Compiling r2d2 v0.8.10
26422026-03-26T05:15:46.638Z Compiling term v0.7.0
26432026-03-26T05:15:46.819Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-26T05:15:46.842Z Compiling arc-swap v1.8.2
26452026-03-26T05:15:47.027Z Compiling tabled v0.20.0
26462026-03-26T05:15:47.131Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-26T05:15:47.152Z Compiling xshell-macros v0.2.7
26482026-03-26T05:15:47.175Z Compiling downcast-rs v2.0.2
26492026-03-26T05:15:47.213Z Compiling bit-vec v0.6.3
26502026-03-26T05:15:47.309Z Compiling slog-scope v4.4.1
26512026-03-26T05:15:47.430Z Compiling bit-set v0.5.3
26522026-03-26T05:15:47.452Z Compiling ascii-canvas v3.0.0
26532026-03-26T05:15:47.550Z Compiling xshell v0.2.7
26542026-03-26T05:15:47.710Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-03-26T05:15:47.760Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-26T05:15:47.863Z Compiling itertools v0.10.5
26572026-03-26T05:15:48.195Z Compiling ena v0.14.4
26582026-03-26T05:15:48.223Z Compiling libloading v0.8.9
26592026-03-26T05:15:48.452Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26602026-03-26T05:15:48.476Z Compiling unicase v2.9.0
26612026-03-26T05:15:48.779Z Compiling bindgen v0.71.1
26622026-03-26T05:15:48.956Z Compiling regex-syntax v0.6.29
26632026-03-26T05:15:49.001Z Compiling diff v0.1.13
26642026-03-26T05:15:49.259Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-26T05:15:50.128Z Compiling slog-stdlog v4.1.1
26662026-03-26T05:15:50.440Z Compiling lalrpop v0.19.12
26672026-03-26T05:15:50.576Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-26T05:15:50.832Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-26T05:15:51.598Z Compiling diesel v2.3.7
26702026-03-26T05:15:51.602Z Compiling cexpr v0.6.0
26712026-03-26T05:15:51.602Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-26T05:15:51.602Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-26T05:15:51.762Z Compiling crc8 v0.1.1
26742026-03-26T05:15:51.871Z Compiling slog-envlogger v2.2.0
26752026-03-26T05:15:51.898Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-26T05:15:52.033Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-26T05:15:52.063Z Compiling headers-core v0.3.0
26782026-03-26T05:15:52.103Z Compiling libxml v0.3.3
26792026-03-26T05:15:52.224Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26802026-03-26T05:15:52.399Z Compiling headers v0.4.1
26812026-03-26T05:15:52.645Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-26T05:15:53.043Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-26T05:15:53.265Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-26T05:15:53.776Z Compiling strum_macros v0.24.3
26852026-03-26T05:15:53.853Z Compiling indoc v1.0.9
26862026-03-26T05:15:54.280Z Compiling progenitor-impl v0.10.0
26872026-03-26T05:15:54.323Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-26T05:15:54.516Z Compiling derive_builder v0.20.2
26892026-03-26T05:15:54.541Z Compiling oso-derive v0.27.3
26902026-03-26T05:15:54.687Z Compiling quick-xml v0.37.5
26912026-03-26T05:15:54.821Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-26T05:15:55.029Z Compiling half v1.8.3
26932026-03-26T05:15:55.056Z Compiling openssl-probe v0.1.6
26942026-03-26T05:15:55.353Z Compiling serde_cbor v0.11.2
26952026-03-26T05:15:55.542Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-26T05:15:56.003Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-26T05:15:56.061Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-26T05:15:56.248Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-26T05:15:56.356Z Compiling bb8 v0.8.6
27002026-03-26T05:15:56.427Z Compiling progenitor-macro v0.10.0
27012026-03-26T05:15:56.453Z Compiling samael v0.0.19
27022026-03-26T05:15:56.477Z Compiling trait-variant v0.1.2
27032026-03-26T05:15:56.755Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27042026-03-26T05:15:57.030Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-26T05:15:57.388Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-26T05:15:57.409Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-26T05:15:57.718Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-26T05:15:57.807Z Compiling polar-core v0.27.3
27092026-03-26T05:15:57.942Z Compiling fxhash v0.2.1
27102026-03-26T05:15:57.965Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27112026-03-26T05:15:58.020Z Compiling kstat-rs v0.2.4
27122026-03-26T05:15:58.113Z Compiling libz-sys v1.1.24
27132026-03-26T05:15:58.284Z Compiling salty v0.3.0
27142026-03-26T05:15:58.529Z Compiling nonempty v0.12.0
27152026-03-26T05:15:58.646Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-26T05:15:58.757Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-26T05:15:58.841Z Compiling progenitor-impl v0.11.2
27182026-03-26T05:15:58.923Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27192026-03-26T05:15:58.984Z Compiling darling_core v0.23.0
27202026-03-26T05:16:00.391Z Compiling progenitor v0.10.0
27212026-03-26T05:16:00.575Z Compiling nanorand v0.7.0
27222026-03-26T05:16:00.939Z Compiling fs-err v2.11.0
27232026-03-26T05:16:00.986Z Compiling parking_lot_core v0.8.6
27242026-03-26T05:16:01.158Z Compiling darling_macro v0.23.0
27252026-03-26T05:16:01.285Z Compiling progenitor-macro v0.11.2
27262026-03-26T05:16:01.305Z Compiling mime_guess v2.0.5
27272026-03-26T05:16:01.327Z Compiling flume v0.11.1
27282026-03-26T05:16:01.659Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-26T05:16:01.716Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-26T05:16:02.467Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-26T05:16:02.867Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-26T05:16:03.254Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-26T05:16:05.255Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-03-26T05:16:05.302Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-26T05:16:05.887Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27362026-03-26T05:16:06.928Z Compiling oso v0.27.3
27372026-03-26T05:16:09.637Z Compiling async-bb8-diesel v0.2.1
27382026-03-26T05:16:10.078Z Compiling diesel-dtrace v0.5.0
27392026-03-26T05:16:10.403Z Compiling progenitor-client v0.11.2
27402026-03-26T05:16:10.655Z Compiling git-stub v1.0.0
27412026-03-26T05:16:10.678Z Compiling libgit2-sys v0.18.3+1.9.2
27422026-03-26T05:16:10.773Z Compiling instability v0.3.11
27432026-03-26T05:16:10.925Z Compiling git-stub-vcs v0.1.0
27442026-03-26T05:16:10.947Z Compiling progenitor v0.11.2
27452026-03-26T05:16:11.022Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-26T05:16:11.133Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-26T05:16:11.323Z Compiling darling v0.23.0
27482026-03-26T05:16:11.866Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-26T05:16:11.887Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-03-26T05:16:11.995Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27512026-03-26T05:16:12.760Z Compiling ignore v0.4.25
27522026-03-26T05:16:13.350Z Compiling primeorder v0.13.6
27532026-03-26T05:16:13.384Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-26T05:16:13.665Z Compiling castaway v0.2.4
27552026-03-26T05:16:13.851Z Compiling atty v0.2.14
27562026-03-26T05:16:14.002Z Compiling nibble_vec v0.1.0
27572026-03-26T05:16:14.184Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-26T05:16:14.410Z Compiling endian-type v0.1.2
27592026-03-26T05:16:14.588Z Compiling indoc v2.0.7
27602026-03-26T05:16:14.730Z Compiling parse-size v1.1.0
27612026-03-26T05:16:14.856Z Compiling http-range v0.1.5
27622026-03-26T05:16:14.859Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27632026-03-26T05:16:14.949Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-26T05:16:15.123Z Compiling radix_trie v0.2.1
27652026-03-26T05:16:15.276Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-03-26T05:16:15.329Z Compiling compact_str v0.8.1
27672026-03-26T05:16:15.693Z Compiling p384 v0.13.1
27682026-03-26T05:16:16.448Z Compiling globwalk v0.9.1
27692026-03-26T05:16:17.115Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-26T05:16:17.763Z Compiling parking_lot v0.11.2
27712026-03-26T05:16:17.870Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-26T05:16:18.338Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-26T05:16:18.360Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-26T05:16:18.582Z Compiling predicates-tree v1.0.13
27752026-03-26T05:16:18.692Z Compiling unicode-truncate v1.1.0
27762026-03-26T05:16:18.800Z Compiling lru v0.12.5
27772026-03-26T05:16:18.907Z Compiling prefix-trie v0.7.0
27782026-03-26T05:16:19.025Z Compiling vergen-git2 v1.0.7
27792026-03-26T05:16:19.046Z Compiling cassowary v0.3.0
27802026-03-26T05:16:19.286Z Compiling camino-tempfile-ext v0.3.3
27812026-03-26T05:16:19.381Z Compiling ratatui v0.29.0
27822026-03-26T05:16:19.550Z Compiling hickory-server v0.25.2
27832026-03-26T05:16:19.704Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-03-26T05:16:19.974Z Compiling hyper-staticfile v0.10.1
27852026-03-26T05:16:20.032Z Compiling sled v0.34.7
27862026-03-26T05:16:20.968Z Compiling hickory-client v0.25.2
27872026-03-26T05:16:21.474Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-26T05:16:21.537Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-26T05:16:21.841Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-26T05:16:22.124Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-26T05:16:22.419Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-26T05:16:22.608Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-26T05:16:23.096Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-26T05:16:23.508Z Compiling rand_seeder v0.4.0
27952026-03-26T05:16:23.659Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-26T05:16:23.771Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-26T05:16:23.908Z Compiling lzma-sys v0.1.20
27982026-03-26T05:16:24.202Z Compiling corncobs v0.1.4
27992026-03-26T05:16:24.256Z Compiling rustls v0.21.12
28002026-03-26T05:16:24.303Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-03-26T05:16:24.450Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-03-26T05:16:24.514Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-26T05:16:24.618Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28042026-03-26T05:16:24.640Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-03-26T05:16:24.758Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-03-26T05:16:24.949Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-26T05:16:25.211Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-26T05:16:25.333Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-26T05:16:25.580Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-26T05:16:25.774Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-26T05:16:28.297Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-26T05:16:28.487Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-03-26T05:16:28.592Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-03-26T05:16:28.706Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-26T05:16:28.813Z Compiling cargo_toml v0.22.3
28162026-03-26T05:16:28.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-26T05:16:28.944Z Compiling sct v0.7.1
28182026-03-26T05:16:29.217Z Compiling rustls-webpki v0.101.7
28192026-03-26T05:16:29.963Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-26T05:16:30.425Z Compiling nix v0.29.0
28212026-03-26T05:16:30.516Z Compiling secrecy v0.8.0
28222026-03-26T05:16:30.707Z Compiling void v1.0.2
28232026-03-26T05:16:30.850Z Compiling lzss v0.8.2
28242026-03-26T05:16:30.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-26T05:16:31.083Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-26T05:16:31.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-26T05:16:31.240Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-26T05:16:31.635Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-26T05:16:31.852Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-26T05:16:32.298Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-03-26T05:16:32.332Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-26T05:16:32.998Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-26T05:16:33.021Z Compiling tungstenite v0.23.0
28342026-03-26T05:16:33.251Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-03-26T05:16:33.476Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-03-26T05:16:33.706Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-03-26T05:16:33.730Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28382026-03-26T05:16:33.733Z Compiling nix v0.27.1
28392026-03-26T05:16:33.935Z Compiling serde_bytes v0.11.19
28402026-03-26T05:16:34.053Z Compiling tokio-tungstenite v0.23.1
28412026-03-26T05:16:34.261Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-26T05:16:34.421Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-03-26T05:16:34.898Z Compiling tokio-rustls v0.24.1
28442026-03-26T05:16:35.183Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-03-26T05:16:35.365Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-26T05:16:36.251Z Compiling ron v0.12.0
28472026-03-26T05:16:36.370Z Compiling git2 v0.20.4
28482026-03-26T05:16:36.957Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-03-26T05:16:37.605Z Compiling xz2 v0.1.7
28502026-03-26T05:16:38.436Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-26T05:16:39.421Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-03-26T05:16:39.850Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-26T05:16:40.145Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-03-26T05:16:40.216Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-26T05:16:41.284Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-26T05:16:41.367Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-26T05:16:41.464Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-26T05:16:42.106Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-26T05:16:42.975Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-26T05:16:43.945Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-03-26T05:16:44.153Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-03-26T05:16:44.842Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-03-26T05:16:45.326Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-03-26T05:16:47.300Z Compiling rustls-pemfile v1.0.4
28652026-03-26T05:16:47.713Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-03-26T05:16:47.799Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28672026-03-26T05:16:47.873Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-26T05:16:47.965Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-26T05:16:48.103Z Compiling signal-hook-tokio v0.3.1
28702026-03-26T05:16:48.297Z Compiling yasna v0.5.2
28712026-03-26T05:16:48.819Z Compiling twox-hash v2.1.2
28722026-03-26T05:16:49.052Z Compiling is_ci v1.2.0
28732026-03-26T05:16:49.174Z Compiling base16ct v1.0.0
28742026-03-26T05:16:49.198Z Compiling supports-color v3.0.2
28752026-03-26T05:16:49.346Z Compiling rcgen v0.12.1
28762026-03-26T05:16:49.496Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-03-26T05:16:49.517Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-03-26T05:16:49.698Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-26T05:16:49.841Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-26T05:16:50.216Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-26T05:16:51.407Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-26T05:16:52.295Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-26T05:16:53.142Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-03-26T05:16:53.880Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-26T05:16:54.077Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-26T05:16:54.257Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-03-26T05:16:54.481Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-03-26T05:16:54.716Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-26T05:16:54.939Z Compiling fatfs v0.3.6
28902026-03-26T05:16:55.182Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-26T05:16:56.163Z Compiling rtoolbox v0.0.3
28922026-03-26T05:16:56.451Z Compiling subprocess v0.2.15
28932026-03-26T05:16:57.814Z Compiling assert_matches v1.5.0
28942026-03-26T05:16:57.945Z Compiling seq-macro v0.3.6
28952026-03-26T05:16:58.410Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-26T05:16:58.616Z Compiling rpassword v7.4.0
28972026-03-26T05:16:58.899Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-26T05:16:58.985Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-26T05:16:59.071Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-26T05:16:59.210Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-03-26T05:17:00.493Z Compiling tui-tree-widget v0.23.1
29022026-03-26T05:17:00.684Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-26T05:17:00.773Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-26T05:17:01.305Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-26T05:17:01.605Z Compiling uzers v0.12.2
29062026-03-26T05:17:03.067Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-26T05:17:03.415Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-26T05:17:04.497Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-26T05:17:05.086Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-26T05:17:07.881Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-26T05:17:10.299Z Compiling support-bundle-viewer v0.1.2
29122026-03-26T05:17:10.385Z Compiling multimap v0.10.1
29132026-03-26T05:17:16.964Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-26T05:17:27.412Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-26T05:17:31.957Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-26T05:23:27.638Z Finished `release` profile [optimized] target(s) in 8m 11s
29172026-03-26T05:24:09.591Z
29182026-03-26T05:24:09.594Zreal 8:54.614109729
29192026-03-26T05:24:09.594Zuser 1:17:33.738450060
29202026-03-26T05:24:09.594Zsys 3:25.164092305
29212026-03-26T05:24:09.594Ztrap 1.740474225
29222026-03-26T05:24:09.594Ztflt 2.282457282
29232026-03-26T05:24:09.594Zdflt 16.438430205
29242026-03-26T05:24:09.594Zkflt 0.001069578
29252026-03-26T05:24:09.594Zlock 6:57:38.794039291
29262026-03-26T05:24:09.594Zslp 2:16:01.547998374
29272026-03-26T05:24:09.594Zlat 2:28.808634861
29282026-03-26T05:24:09.594Zstop 5:14.746204792
29292026-03-26T05:24:09.594Z+ mapfile -t packages
29302026-03-26T05:24:09.594Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-26T05:24:10.538Z Finished `release` profile [optimized] target(s) in 0.93s
29322026-03-26T05:24:10.611Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-26T05:24:10.669ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-26T05:24:10.673Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-26T05:24:11.209Z Compiling libc v0.2.180
29362026-03-26T05:24:11.209Z Compiling serde v1.0.228
29372026-03-26T05:24:11.212Z Compiling serde_core v1.0.228
29382026-03-26T05:24:11.212Z Compiling rustix v1.1.3
29392026-03-26T05:24:11.312Z Compiling bitflags v2.11.0
29402026-03-26T05:24:11.321Z Compiling serde_json v1.0.149
29412026-03-26T05:24:11.353Z Compiling num-traits v0.2.19
29422026-03-26T05:24:11.362Z Compiling syn v2.0.117
29432026-03-26T05:24:11.374Z Compiling hashbrown v0.16.1
29442026-03-26T05:24:11.377Z Compiling smallvec v1.15.1
29452026-03-26T05:24:11.405Z Compiling usdt-impl v0.5.0
29462026-03-26T05:24:11.416Z Compiling syn v1.0.109
29472026-03-26T05:24:11.429Z Compiling log v0.4.29
29482026-03-26T05:24:11.429Z Compiling percent-encoding v2.3.2
29492026-03-26T05:24:11.555Z Compiling getrandom v0.4.1
29502026-03-26T05:24:11.728Z Compiling form_urlencoded v1.2.2
29512026-03-26T05:24:11.811Z Compiling fs-err v3.3.0
29522026-03-26T05:24:11.824Z Compiling anyhow v1.0.102
29532026-03-26T05:24:11.827Z Compiling heck v0.4.1
29542026-03-26T05:24:11.827Z Compiling once_cell v1.21.3
29552026-03-26T05:24:11.989Z Compiling indexmap v2.13.0
29562026-03-26T05:24:12.053Z Compiling errno v0.3.14
29572026-03-26T05:24:12.053Z Compiling thread-id v4.2.2
29582026-03-26T05:24:12.113Z Compiling memmap v0.7.0
29592026-03-26T05:24:12.371Z Compiling ordered-float v2.10.1
29602026-03-26T05:24:12.923Z Compiling proc-macro-error v1.0.4
29612026-03-26T05:24:13.070Z Compiling terminal_size v0.4.3
29622026-03-26T05:24:13.070Z Compiling tempfile v3.25.0
29632026-03-26T05:24:13.184Z Compiling clap_builder v4.5.60
29642026-03-26T05:24:13.184Z Compiling textwrap v0.16.2
29652026-03-26T05:24:13.192Z Compiling tabled_derive v0.7.0
29662026-03-26T05:24:13.306Z Compiling camino-tempfile v1.4.1
29672026-03-26T05:24:13.837Z Compiling tabled v0.15.0
29682026-03-26T05:24:13.892Z Compiling synstructure v0.13.2
29692026-03-26T05:24:13.892Z Compiling pest_generator v2.8.6
29702026-03-26T05:24:14.284Z Compiling serde_derive v1.0.228
29712026-03-26T05:24:14.284Z Compiling zerofrom-derive v0.1.6
29722026-03-26T05:24:14.288Z Compiling yoke-derive v0.8.1
29732026-03-26T05:24:14.288Z Compiling zerovec-derive v0.11.2
29742026-03-26T05:24:14.288Z Compiling displaydoc v0.2.5
29752026-03-26T05:24:14.288Z Compiling thiserror-impl v1.0.69
29762026-03-26T05:24:14.288Z Compiling zerocopy-derive v0.7.35
29772026-03-26T05:24:14.288Z Compiling scroll_derive v0.12.1
29782026-03-26T05:24:14.288Z Compiling thiserror-impl v2.0.18
29792026-03-26T05:24:14.288Z Compiling clap_derive v4.5.55
29802026-03-26T05:24:14.415Z Compiling pest_derive v2.8.6
29812026-03-26T05:24:14.992Z Compiling scroll v0.12.0
29822026-03-26T05:24:15.122Z Compiling zerocopy v0.7.35
29832026-03-26T05:24:15.319Z Compiling goblin v0.8.2
29842026-03-26T05:24:15.427Z Compiling thiserror v2.0.18
29852026-03-26T05:24:15.440Z Compiling zerofrom v0.1.6
29862026-03-26T05:24:15.486Z Compiling thiserror v1.0.69
29872026-03-26T05:24:15.557Z Compiling yoke v0.8.1
29882026-03-26T05:24:15.591Z Compiling dtrace-parser v0.2.0
29892026-03-26T05:24:15.769Z Compiling zerovec v0.11.5
29902026-03-26T05:24:15.813Z Compiling zerotrie v0.2.3
29912026-03-26T05:24:15.927Z Compiling clap v4.5.60
29922026-03-26T05:24:16.306Z Compiling tinystr v0.8.2
29932026-03-26T05:24:16.383Z Compiling potential_utf v0.1.4
29942026-03-26T05:24:16.549Z Compiling icu_locale_core v2.1.1
29952026-03-26T05:24:16.597Z Compiling icu_collections v2.1.1
29962026-03-26T05:24:17.343Z Compiling icu_provider v2.1.1
29972026-03-26T05:24:17.626Z Compiling toml_datetime v0.6.11
29982026-03-26T05:24:17.809Z Compiling icu_normalizer v2.1.1
29992026-03-26T05:24:17.880Z Compiling icu_properties v2.1.2
30002026-03-26T05:24:18.003Z Compiling serde_spanned v0.6.9
30012026-03-26T05:24:18.015Z Compiling dof v0.3.0
30022026-03-26T05:24:18.026Z Compiling serde_tokenstream v0.2.3
30032026-03-26T05:24:18.192Z Compiling toml_edit v0.22.27
30042026-03-26T05:24:18.241Z Compiling serde-value v0.7.0
30052026-03-26T05:24:18.271Z Compiling cargo-platform v0.2.0
30062026-03-26T05:24:18.342Z Compiling macaddr v1.0.1
30072026-03-26T05:24:18.780Z Compiling idna_adapter v1.2.1
30082026-03-26T05:24:18.876Z Compiling usdt-attr-macro v0.5.0
30092026-03-26T05:24:18.920Z Compiling idna v1.1.0
30102026-03-26T05:24:18.934Z Compiling usdt-macro v0.5.0
30112026-03-26T05:24:19.275Z Compiling url v2.5.8
30122026-03-26T05:24:19.535Z Compiling usdt v0.5.0
30132026-03-26T05:24:19.747Z Compiling toml v0.8.23
30142026-03-26T05:24:20.182Z Compiling cargo-util-schemas v0.8.2
30152026-03-26T05:24:20.182Z Compiling cargo_toml v0.21.0
30162026-03-26T05:24:21.185Z Compiling cargo_metadata v0.21.0
30172026-03-26T05:24:24.239Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-26T05:24:27.263Z Finished `release` profile [optimized] target(s) in 16.57s
30192026-03-26T05:24:27.427Z
30202026-03-26T05:24:27.427Zreal 16.713918498
30212026-03-26T05:24:27.427Zuser 2:21.865863102
30222026-03-26T05:24:27.427Zsys 16.667681806
30232026-03-26T05:24:27.427Ztrap 0.098465880
30242026-03-26T05:24:27.427Ztflt 0.501874487
30252026-03-26T05:24:27.431Zdflt 1.505502763
30262026-03-26T05:24:27.431Zkflt 0.000043177
30272026-03-26T05:24:27.432Zlock 5:18.898548100
30282026-03-26T05:24:27.432Zslp 3:26.541539547
30292026-03-26T05:24:27.432Zlat 6.561021083
30302026-03-26T05:24:27.432Zstop 19.941828275
30312026-03-26T05:24:27.432Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-26T05:24:27.432Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-26T05:24:27.432Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-26T05:24:27.432Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-26T05:24:27.432Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-26T05:24:28.347Z Compiling regress v0.10.5
30372026-03-26T05:24:28.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-26T05:24:28.350Z Compiling serde_spanned v1.0.4
30392026-03-26T05:24:28.495Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-26T05:24:28.511Z Compiling newtype-uuid-macros v0.1.0
30412026-03-26T05:24:28.514Z Compiling progenitor-client v0.13.0
30422026-03-26T05:24:28.526Z Compiling structmeta-derive v0.3.0
30432026-03-26T05:24:28.529Z Compiling rustls v0.22.4
30442026-03-26T05:24:28.538Z Compiling rustls-webpki v0.102.8
30452026-03-26T05:24:28.541Z Compiling multer v3.1.0
30462026-03-26T05:24:28.541Z Compiling match_cfg v0.1.0
30472026-03-26T05:24:28.605Z Compiling debug-ignore v1.0.5
30482026-03-26T05:24:28.608Z Compiling slog-json v2.6.1
30492026-03-26T05:24:28.608Z Compiling async-stream-impl v0.3.6
30502026-03-26T05:24:28.608Z Compiling dropshot v0.16.7
30512026-03-26T05:24:28.608Z Compiling itertools v0.14.0
30522026-03-26T05:24:28.697Z Compiling toml v0.9.12+spec-1.1.0
30532026-03-26T05:24:28.700Z Compiling hostname v0.3.1
30542026-03-26T05:24:28.778Z Compiling waitgroup v0.1.2
30552026-03-26T05:24:28.864Z Compiling rustls-pemfile v2.2.0
30562026-03-26T05:24:28.884Z Compiling slog-bunyan v2.5.0
30572026-03-26T05:24:28.921Z Compiling dropshot_endpoint v0.16.7
30582026-03-26T05:24:28.975Z Compiling serde_path_to_error v0.1.20
30592026-03-26T05:24:28.977Z Compiling hostname v0.4.2
30602026-03-26T05:24:28.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-26T05:24:29.027Z Compiling macaddr v1.0.1
30622026-03-26T05:24:29.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-26T05:24:29.078Z Compiling progenitor-client v0.10.0
30642026-03-26T05:24:29.137Z Compiling instant v0.1.13
30652026-03-26T05:24:29.167Z Compiling backon v1.6.0
30662026-03-26T05:24:29.201Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-03-26T05:24:29.286Z Compiling backoff v0.4.0
30682026-03-26T05:24:29.316Z Compiling async-stream v0.3.6
30692026-03-26T05:24:29.350Z Compiling progenitor-extras v0.1.1
30702026-03-26T05:24:29.368Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-03-26T05:24:29.405Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30722026-03-26T05:24:29.411Z Compiling crucible-workspace-hack v0.1.0
30732026-03-26T05:24:29.413Z Compiling unsafe-libyaml v0.2.11
30742026-03-26T05:24:29.492Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-03-26T05:24:29.514Z Compiling toml_edit v0.23.10+spec-1.0.0
30762026-03-26T05:24:29.517Z Compiling secrecy v0.10.3
30772026-03-26T05:24:29.602Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-03-26T05:24:29.639Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-03-26T05:24:29.658Z Compiling heapless v0.8.0
30802026-03-26T05:24:29.661Z Compiling hash32 v0.3.1
30812026-03-26T05:24:29.711Z Compiling smoltcp v0.11.0
30822026-03-26T05:24:29.784Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30832026-03-26T05:24:29.858Z Compiling toml v0.8.23
30842026-03-26T05:24:29.898Z Compiling tabwriter v1.4.1
30852026-03-26T05:24:29.918Z Compiling structmeta v0.3.0
30862026-03-26T05:24:29.937Z Compiling cobs v0.3.0
30872026-03-26T05:24:29.937Z Compiling ingot-macros v0.1.1
30882026-03-26T05:24:29.980Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-26T05:24:30.037Z Compiling foreign-types-macros v0.2.3
30902026-03-26T05:24:30.080Z Compiling proc-macro-crate v3.4.0
30912026-03-26T05:24:30.120Z Compiling cpufeatures v0.3.0
30922026-03-26T05:24:30.160Z Compiling foreign-types-shared v0.3.1
30932026-03-26T05:24:30.163Z Compiling convert_case v0.4.0
30942026-03-26T05:24:30.194Z Compiling chacha20 v0.10.0
30952026-03-26T05:24:30.197Z Compiling derive-ex v0.1.8
30962026-03-26T05:24:30.197Z Compiling parse-display-derive v0.10.0
30972026-03-26T05:24:30.276Z Compiling postcard v1.1.3
30982026-03-26T05:24:30.440Z Compiling typify-impl v0.6.1
30992026-03-26T05:24:30.543Z Compiling proc-macro-crate v1.3.1
31002026-03-26T05:24:30.577Z Compiling derive_more v0.99.20
31012026-03-26T05:24:30.626Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-03-26T05:24:30.643Z Compiling universal-hash v0.5.1
31032026-03-26T05:24:30.677Z Compiling num_enum_derive v0.7.5
31042026-03-26T05:24:30.680Z Compiling foreign-types v0.5.0
31052026-03-26T05:24:30.711Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-26T05:24:30.761Z Compiling cstr-argument v0.1.2
31072026-03-26T05:24:30.780Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-03-26T05:24:30.818Z Compiling opaque-debug v0.3.1
31092026-03-26T05:24:30.914Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31102026-03-26T05:24:30.943Z Compiling colored v3.1.1
31112026-03-26T05:24:30.989Z Compiling num_enum_derive v0.5.11
31122026-03-26T05:24:31.034Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-03-26T05:24:31.073Z Compiling tokio-rustls v0.25.0
31142026-03-26T05:24:31.090Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-03-26T05:24:31.150Z Compiling rand v0.10.0
31162026-03-26T05:24:31.232Z Compiling half v2.7.1
31172026-03-26T05:24:31.326Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-26T05:24:31.345Z Compiling ciborium-io v0.2.2
31192026-03-26T05:24:31.464Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31202026-03-26T05:24:31.480Z Compiling camino-tempfile v1.4.1
31212026-03-26T05:24:31.565Z Compiling ciborium-ll v0.2.2
31222026-03-26T05:24:31.657Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-03-26T05:24:31.746Z Compiling ciborium v0.2.2
31242026-03-26T05:24:31.808Z Compiling num_enum v0.7.5
31252026-03-26T05:24:31.826Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-03-26T05:24:31.842Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31272026-03-26T05:24:31.862Z Compiling smf v0.2.3
31282026-03-26T05:24:31.947Z Compiling test-strategy v0.4.5
31292026-03-26T05:24:31.965Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-03-26T05:24:32.001Z Compiling parse-display v0.10.0
31312026-03-26T05:24:32.004Z Compiling aead v0.5.2
31322026-03-26T05:24:32.074Z Compiling num-derive v0.4.2
31332026-03-26T05:24:32.091Z Compiling sigpipe v0.1.3
31342026-03-26T05:24:32.094Z Compiling glob v0.3.3
31352026-03-26T05:24:32.094Z Compiling num_enum v0.5.11
31362026-03-26T05:24:32.208Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-03-26T05:24:32.249Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31382026-03-26T05:24:32.267Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31392026-03-26T05:24:32.337Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31402026-03-26T05:24:32.369Z Compiling poly1305 v0.8.0
31412026-03-26T05:24:32.403Z Compiling chacha20 v0.9.1
31422026-03-26T05:24:32.460Z Compiling whoami v1.6.1
31432026-03-26T05:24:32.526Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-26T05:24:32.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-26T05:24:32.633Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-26T05:24:32.636Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-26T05:24:32.707Z Compiling byte-wrapper v0.1.0
31482026-03-26T05:24:32.759Z Compiling password-hash v0.5.0
31492026-03-26T05:24:32.800Z Compiling blake2 v0.10.6
31502026-03-26T05:24:32.894Z Compiling ingot-types v0.1.2
31512026-03-26T05:24:32.944Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31522026-03-26T05:24:32.960Z Compiling indent_write v2.2.0
31532026-03-26T05:24:33.068Z Compiling argon2 v0.5.3
31542026-03-26T05:24:33.089Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-03-26T05:24:33.089Z Compiling chacha20poly1305 v0.10.1
31562026-03-26T05:24:33.127Z Compiling num-rational v0.4.2
31572026-03-26T05:24:33.197Z Compiling num-complex v0.4.6
31582026-03-26T05:24:33.214Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31592026-03-26T05:24:33.217Z Compiling prettyplease v0.2.37
31602026-03-26T05:24:33.270Z Compiling float-ord v0.3.2
31612026-03-26T05:24:33.355Z Compiling ingot v0.1.1
31622026-03-26T05:24:33.390Z Compiling gethostname v0.5.0
31632026-03-26T05:24:33.414Z Compiling usdt-attr-macro v0.5.0
31642026-03-26T05:24:33.503Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31652026-03-26T05:24:33.541Z Compiling usdt-macro v0.5.0
31662026-03-26T05:24:33.557Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31672026-03-26T05:24:33.621Z Compiling num v0.4.3
31682026-03-26T05:24:33.719Z Compiling derive-where v1.6.0
31692026-03-26T05:24:33.746Z Compiling memmap v0.7.0
31702026-03-26T05:24:33.800Z Compiling atomicwrites v0.4.4
31712026-03-26T05:24:33.827Z Compiling cancel-safe-futures v0.1.5
31722026-03-26T05:24:33.885Z Compiling thiserror-no-std v2.0.2
31732026-03-26T05:24:33.961Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-03-26T05:24:34.007Z Compiling vsss-rs v3.3.4
31752026-03-26T05:24:34.024Z Compiling owo-colors v4.3.0
31762026-03-26T05:24:34.090Z Compiling libsw-core v0.3.2
31772026-03-26T05:24:34.123Z Compiling async-recursion v1.1.1
31782026-03-26T05:24:34.166Z Compiling resolv-conf v0.7.6
31792026-03-26T05:24:34.273Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-03-26T05:24:34.292Z Compiling libsw v3.5.0
31812026-03-26T05:24:34.335Z Compiling usdt v0.5.0
31822026-03-26T05:24:34.365Z Compiling typify-impl v0.4.3
31832026-03-26T05:24:34.505Z Compiling linear-map v1.2.0
31842026-03-26T05:24:34.544Z Compiling libefi-sys v0.1.0
31852026-03-26T05:24:34.643Z Compiling hickory-proto v0.24.4
31862026-03-26T05:24:34.660Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31872026-03-26T05:24:34.719Z Compiling newline-converter v0.3.0
31882026-03-26T05:24:34.744Z Compiling console v0.15.11
31892026-03-26T05:24:34.786Z Compiling bitfield-struct v0.6.2
31902026-03-26T05:24:34.789Z Compiling linked-hash-map v0.5.6
31912026-03-26T05:24:34.834Z Compiling semver v0.1.20
31922026-03-26T05:24:35.025Z Compiling rustc_version v0.1.7
31932026-03-26T05:24:35.052Z Compiling typify-macro v0.6.1
31942026-03-26T05:24:35.085Z Compiling expectorate v1.2.0
31952026-03-26T05:24:35.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-26T05:24:35.106Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31972026-03-26T05:24:35.152Z Compiling lru-cache v0.1.2
31982026-03-26T05:24:35.218Z Compiling pin-project-internal v1.1.11
31992026-03-26T05:24:35.275Z Compiling slog-dtrace v0.3.0
32002026-03-26T05:24:35.291Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-03-26T05:24:35.307Z Compiling minimal-lexical v0.2.1
32022026-03-26T05:24:35.329Z Compiling newtype_derive v0.1.6
32032026-03-26T05:24:35.359Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32042026-03-26T05:24:35.392Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-03-26T05:24:35.485Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-03-26T05:24:35.523Z Compiling nom v7.1.3
32072026-03-26T05:24:35.553Z Compiling tokio-dtrace v0.1.1
32082026-03-26T05:24:35.571Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-26T05:24:35.599Z Compiling phf_shared v0.12.1
32102026-03-26T05:24:35.616Z Compiling dropshot-api-manager-types v0.6.0
32112026-03-26T05:24:35.631Z Compiling pem v3.0.6
32122026-03-26T05:24:35.798Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-26T05:24:35.814Z Compiling snafu-derive v0.8.9
32142026-03-26T05:24:35.858Z Compiling csv-core v0.1.13
32152026-03-26T05:24:35.959Z Compiling xshell-macros v0.2.7
32162026-03-26T05:24:36.138Z Compiling highway v1.3.0
32172026-03-26T05:24:36.155Z Compiling base64 v0.21.7
32182026-03-26T05:24:36.220Z Compiling chrono-tz v0.10.4
32192026-03-26T05:24:36.261Z Compiling same-file v1.0.6
32202026-03-26T05:24:36.381Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-03-26T05:24:36.404Z Compiling pin-project v1.1.11
32222026-03-26T05:24:36.455Z Compiling walkdir v2.5.0
32232026-03-26T05:24:36.468Z Compiling xshell v0.2.7
32242026-03-26T05:24:36.514Z Compiling csv v1.4.0
32252026-03-26T05:24:36.518Z Compiling const_format_proc_macros v0.2.34
32262026-03-26T05:24:36.547Z Compiling oxide-tokio-rt v0.1.3
32272026-03-26T05:24:36.550Z Compiling phf v0.12.1
32282026-03-26T05:24:36.759Z Compiling hickory-resolver v0.24.4
32292026-03-26T05:24:36.830Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-03-26T05:24:36.876Z Compiling globset v0.4.18
32312026-03-26T05:24:36.897Z Compiling typify v0.6.1
32322026-03-26T05:24:36.897Z Compiling olpc-cjson v0.1.4
32332026-03-26T05:24:36.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-03-26T05:24:37.013Z Compiling progenitor-impl v0.13.0
32352026-03-26T05:24:37.036Z Compiling primeorder v0.13.6
32362026-03-26T05:24:37.106Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32372026-03-26T05:24:37.110Z Compiling serde_plain v1.0.2
32382026-03-26T05:24:37.139Z Compiling typed-path v0.9.3
32392026-03-26T05:24:37.322Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-03-26T05:24:37.402Z Compiling const_format v0.2.35
32412026-03-26T05:24:37.480Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32422026-03-26T05:24:37.513Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-03-26T05:24:37.668Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-03-26T05:24:37.726Z Compiling tabled_derive v0.7.0
32452026-03-26T05:24:37.799Z Compiling qorb v0.4.1
32462026-03-26T05:24:37.817Z Compiling snafu v0.8.9
32472026-03-26T05:24:37.911Z Compiling bcs v0.1.6
32482026-03-26T05:24:38.128Z Compiling tough v0.20.0
32492026-03-26T05:24:38.218Z Compiling radium v0.7.0
32502026-03-26T05:24:38.238Z Compiling salty v0.3.0
32512026-03-26T05:24:38.258Z Compiling termtree v0.5.1
32522026-03-26T05:24:38.451Z Compiling utf-8 v0.7.6
32532026-03-26T05:24:38.468Z Compiling textwrap v0.16.2
32542026-03-26T05:24:38.488Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-03-26T05:24:38.534Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-03-26T05:24:38.582Z Compiling steno v0.4.1
32572026-03-26T05:24:38.668Z Compiling tungstenite v0.21.0
32582026-03-26T05:24:38.735Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-26T05:24:38.754Z Compiling tabled v0.15.0
32602026-03-26T05:24:38.772Z Compiling maybe-uninit v2.0.0
32612026-03-26T05:24:38.906Z Compiling humantime v2.3.0
32622026-03-26T05:24:38.909Z Compiling tap v1.0.1
32632026-03-26T05:24:38.940Z Compiling typify-macro v0.4.3
32642026-03-26T05:24:39.044Z Compiling wyz v0.5.1
32652026-03-26T05:24:39.086Z Compiling p384 v0.13.1
32662026-03-26T05:24:39.228Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32672026-03-26T05:24:39.268Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32682026-03-26T05:24:39.306Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32692026-03-26T05:24:39.420Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-03-26T05:24:39.546Z Compiling tokio-tungstenite v0.21.0
32712026-03-26T05:24:39.673Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-03-26T05:24:39.770Z Compiling progenitor-macro v0.13.0
32732026-03-26T05:24:39.812Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32742026-03-26T05:24:39.841Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-03-26T05:24:39.894Z Compiling arc-swap v1.8.2
32762026-03-26T05:24:39.910Z Compiling packed_struct v0.10.1
32772026-03-26T05:24:40.210Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-03-26T05:24:40.236Z Compiling tagptr v0.2.0
32792026-03-26T05:24:40.259Z Compiling funty v2.0.0
32802026-03-26T05:24:40.318Z Compiling slog-scope v4.4.1
32812026-03-26T05:24:40.421Z Compiling moka v0.12.13
32822026-03-26T05:24:40.614Z Compiling bitvec v1.0.1
32832026-03-26T05:24:40.730Z Compiling typify v0.4.3
32842026-03-26T05:24:40.870Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-03-26T05:24:40.889Z Compiling progenitor-impl v0.10.0
32862026-03-26T05:24:41.144Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-03-26T05:24:41.205Z Compiling polyval v0.6.2
32882026-03-26T05:24:41.248Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32892026-03-26T05:24:41.268Z Compiling packed_struct_codegen v0.10.1
32902026-03-26T05:24:41.286Z Compiling bitfield-macros v0.19.4
32912026-03-26T05:24:41.304Z Compiling zerocopy-derive v0.6.6
32922026-03-26T05:24:41.388Z Compiling proc-macro-error-attr2 v2.0.0
32932026-03-26T05:24:41.461Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-03-26T05:24:41.600Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32952026-03-26T05:24:41.675Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32962026-03-26T05:24:41.825Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-26T05:24:42.060Z Compiling indexmap v1.9.3
32982026-03-26T05:24:42.083Z Compiling parking_lot_core v0.8.6
32992026-03-26T05:24:42.136Z Compiling crc-catalog v2.4.0
33002026-03-26T05:24:42.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-03-26T05:24:42.221Z Compiling nodrop v0.1.14
33022026-03-26T05:24:42.265Z Compiling crc v3.4.0
33032026-03-26T05:24:42.329Z Compiling array-init v0.0.4
33042026-03-26T05:24:42.362Z Compiling zerocopy v0.6.6
33052026-03-26T05:24:42.421Z Compiling bitfield v0.19.4
33062026-03-26T05:24:42.477Z Compiling proc-macro-error2 v2.0.1
33072026-03-26T05:24:42.496Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33082026-03-26T05:24:42.515Z Compiling ghash v0.5.1
33092026-03-26T05:24:42.687Z Compiling smallvec v0.6.14
33102026-03-26T05:24:42.752Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33112026-03-26T05:24:42.779Z Compiling hickory-resolver v0.25.2
33122026-03-26T05:24:42.814Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-03-26T05:24:42.866Z Compiling slog-stdlog v4.1.1
33142026-03-26T05:24:42.931Z Compiling git-stub v1.0.0
33152026-03-26T05:24:42.994Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33162026-03-26T05:24:43.120Z Compiling ctr v0.9.2
33172026-03-26T05:24:43.204Z Compiling num-derive v0.3.3
33182026-03-26T05:24:43.229Z Compiling lzma-sys v0.1.20
33192026-03-26T05:24:43.356Z Compiling hashbrown v0.12.3
33202026-03-26T05:24:43.508Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-26T05:24:43.531Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-03-26T05:24:43.573Z Compiling progenitor-macro v0.10.0
33232026-03-26T05:24:43.593Z Compiling unicase v2.9.0
33242026-03-26T05:24:43.682Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-03-26T05:24:43.722Z Compiling aes-gcm v0.10.3
33262026-03-26T05:24:43.784Z Compiling git-stub-vcs v0.1.0
33272026-03-26T05:24:43.801Z Compiling slog-envlogger v2.2.0
33282026-03-26T05:24:43.845Z Compiling mime_guess v2.0.5
33292026-03-26T05:24:43.893Z Compiling serde-hex v0.1.0
33302026-03-26T05:24:43.947Z Compiling tabled_derive v0.11.0
33312026-03-26T05:24:44.169Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-03-26T05:24:44.197Z Compiling libscf-sys v1.1.0
33332026-03-26T05:24:44.223Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-03-26T05:24:44.350Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-03-26T05:24:44.448Z Compiling progenitor-impl v0.11.2
33362026-03-26T05:24:44.465Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-26T05:24:44.525Z Compiling ron v0.8.1
33382026-03-26T05:24:44.548Z Compiling papergrid v0.17.0
33392026-03-26T05:24:44.721Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-26T05:24:44.744Z Compiling cargo_toml v0.22.3
33412026-03-26T05:24:44.863Z Compiling progenitor v0.13.0
33422026-03-26T05:24:45.037Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33432026-03-26T05:24:45.054Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-03-26T05:24:45.177Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-03-26T05:24:45.229Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-03-26T05:24:45.535Z Compiling hashbrown v0.13.2
33472026-03-26T05:24:45.556Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-26T05:24:45.689Z Compiling testing_table v0.3.0
33492026-03-26T05:24:45.706Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-26T05:24:45.814Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-26T05:24:45.908Z Compiling blowfish v0.9.1
33522026-03-26T05:24:46.094Z Compiling ssh-encoding v0.2.0
33532026-03-26T05:24:46.111Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-26T05:24:46.114Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-26T05:24:46.189Z Compiling nibble_vec v0.1.0
33562026-03-26T05:24:46.328Z Compiling crc-any v2.5.0
33572026-03-26T05:24:46.358Z Compiling corncobs v0.1.4
33582026-03-26T05:24:46.361Z Compiling endian-type v0.1.2
33592026-03-26T05:24:46.396Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-26T05:24:46.400Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-03-26T05:24:46.465Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-03-26T05:24:46.549Z Compiling radix_trie v0.2.1
33632026-03-26T05:24:46.567Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-03-26T05:24:46.606Z Compiling ssh-cipher v0.2.0
33652026-03-26T05:24:46.700Z Compiling bcrypt-pbkdf v0.10.0
33662026-03-26T05:24:46.731Z Compiling object v0.30.4
33672026-03-26T05:24:46.888Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-03-26T05:24:47.009Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-26T05:24:47.054Z Compiling tabled v0.20.0
33702026-03-26T05:24:47.176Z Compiling progenitor-macro v0.11.2
33712026-03-26T05:24:47.230Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-26T05:24:47.561Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-03-26T05:24:47.565Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33742026-03-26T05:24:47.653Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-03-26T05:24:47.973Z Compiling parking_lot v0.11.2
33762026-03-26T05:24:48.095Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-26T05:24:48.137Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-26T05:24:48.499Z Compiling progenitor-client v0.11.2
33792026-03-26T05:24:48.567Z Compiling prefix-trie v0.7.0
33802026-03-26T05:24:48.591Z Compiling password-hash v0.4.2
33812026-03-26T05:24:48.632Z Compiling fxhash v0.2.1
33822026-03-26T05:24:48.648Z Compiling secrecy v0.8.0
33832026-03-26T05:24:48.669Z Compiling http-range v0.1.5
33842026-03-26T05:24:48.714Z Compiling progenitor v0.10.0
33852026-03-26T05:24:48.810Z Compiling half v1.8.3
33862026-03-26T05:24:48.833Z Compiling path-slash v0.1.5
33872026-03-26T05:24:48.862Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33882026-03-26T05:24:48.887Z Compiling pbkdf2 v0.11.0
33892026-03-26T05:24:48.945Z Compiling hickory-server v0.25.2
33902026-03-26T05:24:48.994Z Compiling sled v0.34.7
33912026-03-26T05:24:49.047Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33922026-03-26T05:24:49.063Z Compiling serde_cbor v0.11.2
33932026-03-26T05:24:49.138Z Compiling xz2 v0.1.7
33942026-03-26T05:24:49.141Z Compiling ron v0.12.0
33952026-03-26T05:24:49.427Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-03-26T05:24:49.569Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-03-26T05:24:49.773Z Compiling ssh-key v0.6.7
33982026-03-26T05:24:50.009Z Compiling hickory-client v0.25.2
33992026-03-26T05:24:50.220Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002026-03-26T05:24:50.240Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34012026-03-26T05:24:50.399Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34022026-03-26T05:24:50.416Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34032026-03-26T05:24:50.632Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34042026-03-26T05:24:50.843Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-26T05:24:50.876Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-26T05:24:50.933Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-03-26T05:24:51.034Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-03-26T05:24:51.123Z Compiling p256 v0.13.2
34092026-03-26T05:24:51.490Z Compiling p521 v0.13.3
34102026-03-26T05:24:51.507Z Compiling yasna v0.5.2
34112026-03-26T05:24:51.536Z Compiling kstat-rs v0.2.4
34122026-03-26T05:24:51.553Z Compiling headers-core v0.3.0
34132026-03-26T05:24:51.703Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34142026-03-26T05:24:51.820Z Compiling nanorand v0.7.0
34152026-03-26T05:24:51.869Z Compiling russh-cryptovec v0.7.3
34162026-03-26T05:24:51.975Z Compiling atty v0.2.14
34172026-03-26T05:24:52.092Z Compiling crc8 v0.1.1
34182026-03-26T05:24:52.125Z Compiling base16ct v1.0.0
34192026-03-26T05:24:52.149Z Compiling md5 v0.7.0
34202026-03-26T05:24:52.166Z Compiling progenitor v0.11.2
34212026-03-26T05:24:52.204Z Compiling home v0.5.12
34222026-03-26T05:24:52.245Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34232026-03-26T05:24:52.342Z Compiling russh-keys v0.45.0
34242026-03-26T05:24:52.360Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34252026-03-26T05:24:52.466Z Compiling flume v0.11.1
34262026-03-26T05:24:52.483Z Compiling rcgen v0.12.1
34272026-03-26T05:24:52.550Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-03-26T05:24:52.702Z Compiling headers v0.4.1
34292026-03-26T05:24:52.771Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-03-26T05:24:52.794Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-03-26T05:24:52.868Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-26T05:24:52.900Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-03-26T05:24:53.126Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-26T05:24:53.327Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-03-26T05:24:53.410Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-03-26T05:24:53.501Z Compiling hyper-staticfile v0.10.1
34372026-03-26T05:24:53.518Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-03-26T05:24:53.906Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-03-26T05:24:53.986Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-26T05:24:54.058Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-26T05:24:54.077Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-03-26T05:24:54.177Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-26T05:24:54.196Z Compiling num-bigint v0.4.6
34442026-03-26T05:24:54.288Z Compiling des v0.8.1
34452026-03-26T05:24:54.316Z Compiling subprocess v0.2.15
34462026-03-26T05:24:54.346Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-03-26T05:24:54.522Z Compiling display-error-chain v0.2.2
34482026-03-26T05:24:54.562Z Compiling hex-literal v0.4.1
34492026-03-26T05:24:54.698Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-03-26T05:24:54.714Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-26T05:24:54.802Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-26T05:24:54.925Z Compiling colored v2.2.0
34532026-03-26T05:24:54.998Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-26T05:24:55.114Z Compiling socket2 v0.5.10
34552026-03-26T05:24:55.134Z Compiling internet-checksum v0.2.1
34562026-03-26T05:24:55.525Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-03-26T05:24:55.572Z Compiling russh v0.45.0
34582026-03-26T05:24:56.100Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-03-26T05:25:00.023Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-26T05:25:07.292Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-26T05:25:07.292Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-26T05:25:07.296Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-03-26T05:25:07.296Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-26T05:25:08.956Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-26T05:25:09.087Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-26T05:25:13.156Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-26T05:25:32.446Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-26T05:25:50.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34692026-03-26T05:25:50.334Z
34702026-03-26T05:25:50.334Zreal 1:22.826499547
34712026-03-26T05:25:50.334Zuser 8:12.003357184
34722026-03-26T05:25:50.334Zsys 1:39.529010698
34732026-03-26T05:25:50.334Ztrap 0.258106726
34742026-03-26T05:25:50.334Ztflt 0.509412751
34752026-03-26T05:25:50.334Zdflt 1.322376723
34762026-03-26T05:25:50.334Zkflt 0.006300490
34772026-03-26T05:25:50.334Zlock 29:32.713272424
34782026-03-26T05:25:50.334Zslp 19:16.443303301
34792026-03-26T05:25:50.334Zlat 41.521731484
34802026-03-26T05:25:50.334Zstop 2:52.504501885
34812026-03-26T05:25:50.337Z+ mkdir tests
34822026-03-26T05:25:50.340Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-26T05:25:50.340Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-26T05:25:50.371Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4778aadbf0ae1902 tests/
34852026-03-26T05:25:50.401Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6680eae4c009a7d9 tests/
34862026-03-26T05:25:50.429Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-25396ffce347eb8f tests/
34872026-03-26T05:25:50.457Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b3735c398284e87 tests/
34882026-03-26T05:25:50.785Z+ 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/*)
34892026-03-26T05:25:50.788Z+ 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-6680eae4c009a7d9 tests/commtest-25396ffce347eb8f tests/dhcp_server-4778aadbf0ae1902 tests/end_to_end_tests-8b3735c398284e87 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
34902026-03-26T05:27:11.505ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-26T05:27:11.506Za .github/buildomat/ci-env.sh 1K
34922026-03-26T05:27:11.506Za out/target/test 1K
34932026-03-26T05:27:11.506Za out/npuzone/npuzone 27402K
34942026-03-26T05:27:11.506Za package-manifest.toml 35K
34952026-03-26T05:27:11.506Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-26T05:27:11.506Za target/release/omicron-package 40564K
34972026-03-26T05:27:11.506Za target/release/xtask 11433K
34982026-03-26T05:27:11.506Za target/debug/bootstrap 338322K
34992026-03-26T05:27:11.506Za tests/bootstrap-6680eae4c009a7d9 31310K
35002026-03-26T05:27:11.506Za tests/commtest-25396ffce347eb8f 32395K
35012026-03-26T05:27:11.506Za tests/dhcp_server-4778aadbf0ae1902 31310K
35022026-03-26T05:27:11.506Za tests/end_to_end_tests-8b3735c398284e87 380543K
35032026-03-26T05:27:11.506Za out/clickhouse.tar.gz 301708K
35042026-03-26T05:27:11.506Za out/clickhouse_keeper.tar.gz 287174K
35052026-03-26T05:27:11.506Za out/clickhouse_server.tar.gz 301707K
35062026-03-26T05:27:11.506Za out/cockroachdb.tar.gz 154193K
35072026-03-26T05:27:11.506Za out/crucible-pantry-zone.tar.gz 38996K
35082026-03-26T05:27:11.506Za out/crucible-utils.tar 17744K
35092026-03-26T05:27:11.506Za out/crucible-zone.tar.gz 53134K
35102026-03-26T05:27:11.506Za out/external-dns.tar.gz 43601K
35112026-03-26T05:27:11.506Za out/internal-dns.tar.gz 43601K
35122026-03-26T05:27:11.506Za out/mg-ddm-gz.tar 78377K
35132026-03-26T05:27:11.506Za out/nexus.tar.gz 213808K
35142026-03-26T05:27:11.506Za out/ntp.tar.gz 25426K
35152026-03-26T05:27:11.506Za out/omicron-gateway-softnpu.tar.gz 28443K
35162026-03-26T05:27:11.506Za out/omicron-sled-agent.tar 188021K
35172026-03-26T05:27:11.506Za out/overlay.tar.gz 3K
35182026-03-26T05:27:11.506Za out/oximeter.tar.gz 58097K
35192026-03-26T05:27:11.506Za out/oxlog.tar 3782K
35202026-03-26T05:27:11.506Za out/probe.tar.gz 3037K
35212026-03-26T05:27:11.506Za out/propolis-server.tar.gz 33249K
35222026-03-26T05:27:11.506Za out/pumpkind-gz.tar 26647K
35232026-03-26T05:27:11.506Za out/switch-softnpu.tar.gz 370135K
35242026-03-26T05:27:11.510Z
35252026-03-26T05:27:11.510Zreal 1:20.701066098
35262026-03-26T05:27:11.510Zuser 1:18.241592375
35272026-03-26T05:27:11.510Zsys 4.062879332
35282026-03-26T05:27:11.510Ztrap 0.006761576
35292026-03-26T05:27:11.510Ztflt 0.000000000
35302026-03-26T05:27:11.510Zdflt 0.000000000
35312026-03-26T05:27:11.510Zkflt 0.000000000
35322026-03-26T05:27:11.510Zlock 0.000000000
35332026-03-26T05:27:11.510Zslp 1:18.178119687
35342026-03-26T05:27:11.510Zlat 0.907951679
35352026-03-26T05:27:11.510Zstop 0.000499585
35362026-03-26T05:27:11.510Zprocess exited: duration 969267 ms, exit code 0
 
35372026-03-26T05:27:11.523Zfound 1 output files
35382026-03-26T05:27:11.523Zuploading: /work/package.tar.gz (2284923539 bytes)
35392026-03-26T05:27:36.081Zuploaded: /work/package.tar.gz