01KMG59PACA71MFB0EQG5V4G43: 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: 01KMG5A42NXGKQ80BPG27WK23Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T14:53:29.470Zjob assigned to worker 01KMG5A6JE1NEKFYMSZND3B5WT [factory aws, i-087988717169e178a] (queued for 1 m 10 s)
 
22026-03-24T14:53:37.443Zstarting task 0: "setup"
32026-03-24T14:53:37.448Z++ uname -s
42026-03-24T14:53:37.451Z+ kern=SunOS
52026-03-24T14:53:37.451Z+ build_user=build
62026-03-24T14:53:37.451Z+ build_uid=12345
72026-03-24T14:53:37.451Z+ work_dir=/work
82026-03-24T14:53:37.451Z+ input_dir=/input
92026-03-24T14:53:37.451Z+ [[ 0 == 12345 ]]
102026-03-24T14:53:37.451Z+ case "$kern" in
112026-03-24T14:53:37.451Z+ groupadd -g 12345 build
122026-03-24T14:53:37.454Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T14:53:39.461Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T14:53:39.621Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T14:53:39.625Z+ home_fs=zfs
162026-03-24T14:53:39.625Z+ [[ zfs == autofs ]]
172026-03-24T14:53:39.625Z+ mkdir -p /home/build
182026-03-24T14:53:39.628Z+ chown build:build /home/build /work
192026-03-24T14:53:41.629Z+ chmod 0700 /home/build /work
202026-03-24T14:53:41.632Zprocess exited: duration 4191 ms, exit code 0
 
212026-03-24T14:53:41.638Zstarting task 1: "rust-toolchain"
222026-03-24T14:53:41.644Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T14:53:41.647Z * rust toolchain channel = "1.94.0"
242026-03-24T14:53:41.647Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T14:53:41.647Z * rust toolchain profile = "default"
262026-03-24T14:53:41.647Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T14:53:41.647Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T14:53:41.647Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T14:53:41.647Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T14:53:41.792Zinfo: downloading installer
312026-03-24T14:53:43.532Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T14:53:43.532Zwarn: /opt/ooce/bin
332026-03-24T14:53:43.532Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T14:53:43.532Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T14:53:43.532Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T14:53:43.532Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T14:53:43.532Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T14:53:43.532Zerror: cannot install while Rust is installed
392026-03-24T14:53:43.533Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T14:53:43.533Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T14:53:43.533Zwarn: /home/build/.rustup/settings.toml
422026-03-24T14:53:43.533Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T14:53:43.533Zwarn: instead of the one inferred from the default host triple.
442026-03-24T14:53:43.545Zinfo: profile set to default
452026-03-24T14:53:43.545Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T14:53:43.549Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T14:53:43.699Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T14:53:43.702Zinfo: downloading 6 components
492026-03-24T14:54:00.415Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T14:54:00.415Z
512026-03-24T14:54:00.449Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T14:54:00.449Z
532026-03-24T14:54:00.453Z
542026-03-24T14:54:00.453ZRust is installed now. Great!
552026-03-24T14:54:00.453Z
562026-03-24T14:54:00.453ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T14:54:00.453Zenvironment variable. This has not been done automatically.
582026-03-24T14:54:00.453Z
592026-03-24T14:54:00.453ZTo configure your current shell, you need to source
602026-03-24T14:54:00.453Zthe corresponding env file under $HOME/.cargo.
612026-03-24T14:54:00.453Z
622026-03-24T14:54:00.453ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T14:54:00.453Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T14:54:00.453Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T14:54:00.453Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T14:54:00.453Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T14:54:00.453Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T14:54:00.453Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T14:54:00.453Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T14:54:00.453Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T14:54:00.566Z+ rustup --version
722026-03-24T14:54:00.574Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T14:54:00.577Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T14:54:00.600Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T14:54:00.603Z+ cargo --version
762026-03-24T14:54:00.614Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T14:54:00.617Z+ rustc --version
782026-03-24T14:54:00.644Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T14:54:00.647Zprocess exited: duration 19005 ms, exit code 0
 
802026-03-24T14:54:00.654Zstarting task 2: "authentication"
812026-03-24T14:54:00.674Zprocess exited: duration 20 ms, exit code 0
 
822026-03-24T14:54:00.679Zstarting task 3: "clone repository"
832026-03-24T14:54:00.685Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T14:54:00.687Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T14:54:00.721ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T14:54:11.608Z+ cd /work/oxidecomputer/omicron
872026-03-24T14:54:11.611Z+ git fetch origin f1b6f852320eaa602dac68a26782419c729aca65
882026-03-24T14:54:11.944ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T14:54:11.944Z * branch f1b6f852320eaa602dac68a26782419c729aca65 -> FETCH_HEAD
902026-03-24T14:54:11.958Z+ [[ -n jmcarp/clickhouse-smf-backup ]]
912026-03-24T14:54:11.961Z++ git branch --show-current
922026-03-24T14:54:11.961Z+ current=main
932026-03-24T14:54:11.961Z+ [[ main != jmcarp/clickhouse-smf-backup ]]
942026-03-24T14:54:11.961Z+ git branch -f jmcarp/clickhouse-smf-backup f1b6f852320eaa602dac68a26782419c729aca65
952026-03-24T14:54:11.965Z+ git checkout -f jmcarp/clickhouse-smf-backup
962026-03-24T14:54:12.304ZSwitched to branch 'jmcarp/clickhouse-smf-backup'
972026-03-24T14:54:12.307Z+ git reset --hard f1b6f852320eaa602dac68a26782419c729aca65
982026-03-24T14:54:12.325ZHEAD is now at f1b6f8523 Configure clickhouse backup path for single-node topology.
992026-03-24T14:54:12.328Zprocess exited: duration 11645 ms, exit code 0
 
1002026-03-24T14:54:12.334Zstarting task 4: "build"
1012026-03-24T14:54:12.340Z+ source .github/buildomat/ci-env.sh
1022026-03-24T14:54:12.344Z++ export CARGO_TERM_COLOR=always
1032026-03-24T14:54:12.344Z++ CARGO_TERM_COLOR=always
1042026-03-24T14:54:12.344Z+ cargo --version
1052026-03-24T14:54:12.353Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T14:54:12.356Z+ rustc --version
1072026-03-24T14:54:12.382Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T14:54:12.386Z+ WORK=/work
1092026-03-24T14:54:12.386Z+ pfexec mkdir -p /work
1102026-03-24T14:54:12.390Z+ pfexec chown build /work
1112026-03-24T14:54:12.393Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T14:54:22.436Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T14:54:32.552Z Startup: Caching catalogs ... Done
1142026-03-24T14:54:55.295ZPlanning: Solver setup ... Done (21.310s)
1152026-03-24T14:54:55.454ZPlanning: Running solver ... Done (0.158s)
1162026-03-24T14:54:55.636ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-24T14:54:55.649ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T14:54:55.775ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T14:54:55.818ZPlanning: Package planning ... Done (0.043s)
1202026-03-24T14:54:55.861ZPlanning: Merging actions ... Done (0.042s)
1212026-03-24T14:54:56.106ZPlanning: Checking for conflicting actions ... Done (0.245s)
1222026-03-24T14:54:56.116ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T14:54:57.001ZPlanning: Evaluating mediators ... Done (0.884s)
1242026-03-24T14:54:57.010ZPlanning: Planning completed in 24.31 seconds
1252026-03-24T14:54:57.024Z Packages to install: 4
1262026-03-24T14:54:57.024Z Mediators to change: 2
1272026-03-24T14:54:57.024Z Services to change: 1
1282026-03-24T14:54:57.024Z Estimated space available: 155.43 GB
1292026-03-24T14:54:57.027ZEstimated space to be consumed: 1.83 GB
1302026-03-24T14:54:57.027Z Create boot environment: No
1312026-03-24T14:54:57.027ZCreate backup boot environment: No
1322026-03-24T14:54:57.027Z Rebuild boot archive: No
1332026-03-24T14:54:57.027Z
1342026-03-24T14:54:57.027ZChanged mediators:
1352026-03-24T14:54:57.027Z mediator clang:
1362026-03-24T14:54:57.027Z version: None -> 15 (system default)
1372026-03-24T14:54:57.027Z
1382026-03-24T14:54:57.027Z mediator llvm:
1392026-03-24T14:54:57.027Z version: 14 (system default) -> 15 (system default)
1402026-03-24T14:54:57.027Z
1412026-03-24T14:54:57.027ZChanged packages:
1422026-03-24T14:54:57.027Zhelios-dev
1432026-03-24T14:54:57.027Z developer/build-essential
1442026-03-24T14:54:57.027Z None -> 11-2.0
1452026-03-24T14:54:57.027Z library/libxmlsec1
1462026-03-24T14:54:57.027Z None -> 1.2.35-2.0
1472026-03-24T14:54:57.027Z ooce/developer/clang-15
1482026-03-24T14:54:57.027Z None -> 15.0.7-2.0
1492026-03-24T14:54:57.027Z ooce/developer/llvm-15
1502026-03-24T14:54:57.027Z None -> 15.0.7-2.0
1512026-03-24T14:54:57.028Z
1522026-03-24T14:54:57.028ZServices:
1532026-03-24T14:54:57.028Z restart_fmri:
1542026-03-24T14:54:57.028Z svc:/system/update-man-index:default
1552026-03-24T14:54:57.072Z
1562026-03-24T14:54:57.072ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T14:55:02.253ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (18.9M/s)
1582026-03-24T14:55:07.254ZDownload: 3110/3290 items 130.4/212.6MB 61% complete (12.9M/s)
1592026-03-24T14:55:09.757ZDownload: Completed 212.60 MB in 12.68 seconds (16.8M/s)
1602026-03-24T14:55:10.024Z Actions: 1/3689 actions (Installing new actions)
1612026-03-24T14:55:14.194Z Actions: Completed 3689 actions in 4.17 seconds.
1622026-03-24T14:55:14.921Z Done (0.722s)
1632026-03-24T14:55:14.921Z Done (0.000s)
1642026-03-24T14:55:15.819Z Done (0.898s)
1652026-03-24T14:55:19.583Z Done (3.408s)
1662026-03-24T14:55:19.664Z Done (0.018s)
1672026-03-24T14:55:19.667Z Done (0.000s)
1682026-03-24T14:55:19.833Z Done (0.000s)
1692026-03-24T14:55:20.815ZPlanning: Evaluating mediator changes ... Done
1702026-03-24T14:55:20.958ZPlanning: Checking for conflicting actions ... Done
1712026-03-24T14:55:20.961ZPlanning: Consolidating action changes ... Done
1722026-03-24T14:55:21.180ZPlanning: Evaluating mediators ... Done
1732026-03-24T14:55:21.183ZPlanning: Planning completed in 0.37 seconds
1742026-03-24T14:55:21.209Z Mediators to change: 2
1752026-03-24T14:55:21.209Z Create boot environment: No
1762026-03-24T14:55:21.212ZCreate backup boot environment: No
1772026-03-24T14:55:21.273Z Done
1782026-03-24T14:55:21.273Z Done
1792026-03-24T14:55:22.019Z Done
1802026-03-24T14:55:25.347Z Done
1812026-03-24T14:55:25.439Z Done
1822026-03-24T14:55:25.444Z Done
1832026-03-24T14:55:25.610Z Done
1842026-03-24T14:55:26.158ZPlanning: Evaluating mediator changes ... Done
1852026-03-24T14:55:26.161ZPlanning: Merging actions ... Done
1862026-03-24T14:55:26.329ZPlanning: Checking for conflicting actions ... Done
1872026-03-24T14:55:26.332ZPlanning: Consolidating action changes ... Done
1882026-03-24T14:55:26.548ZPlanning: Evaluating mediators ... Done
1892026-03-24T14:55:26.590ZPlanning: Planning completed in 0.64 seconds
1902026-03-24T14:55:26.621Z Packages to change: 1
1912026-03-24T14:55:26.621Z Mediators to change: 1
1922026-03-24T14:55:26.624Z Services to change: 1
1932026-03-24T14:55:26.624Z Create boot environment: No
1942026-03-24T14:55:26.624ZCreate backup boot environment: Yes
1952026-03-24T14:55:29.197Z Actions: 1/6 actions (Updating modified actions)
1962026-03-24T14:55:29.200Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-24T14:55:29.200Z Done
1982026-03-24T14:55:29.200Z Done
1992026-03-24T14:55:29.388Z Done
2002026-03-24T14:55:32.668Z Done
2012026-03-24T14:55:32.758Z Done
2022026-03-24T14:55:32.761Z Done
2032026-03-24T14:55:32.937Z Done
2042026-03-24T14:55:33.321ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-24T14:55:33.321Zclang system 15 system
2062026-03-24T14:55:33.321Zcsh system system illumos
2072026-03-24T14:55:33.321Zctags system system illumos
2082026-03-24T14:55:33.321Zfile system system illumos
2092026-03-24T14:55:33.321Zgcc vendor 12 vendor
2102026-03-24T14:55:33.321Zgcc system 10 system
2112026-03-24T14:55:33.321Zgcc system 7 system
2122026-03-24T14:55:33.321Zgo system 1.20 system
2132026-03-24T14:55:33.321Zgo system 1.19 system
2142026-03-24T14:55:33.321Zllvm system 15 system
2152026-03-24T14:55:33.321Zllvm system 14 system
2162026-03-24T14:55:33.321Zmariadb system 10.6 system
2172026-03-24T14:55:33.321Zmta vendor vendor dma
2182026-03-24T14:55:33.321Zopenjdk system 17 system
2192026-03-24T14:55:33.321Zopenjdk system 11 system
2202026-03-24T14:55:33.321Zopenjdk system 1.8 system
2212026-03-24T14:55:33.321Zopenssl vendor 3 vendor
2222026-03-24T14:55:33.321Zperl system 5.36 system
2232026-03-24T14:55:33.321Zpostgresql system 15 system
2242026-03-24T14:55:33.321Zpostgresql system 13 system
2252026-03-24T14:55:33.321Zpython vendor 3 vendor
2262026-03-24T14:55:33.321Zpython system 2 system
2272026-03-24T14:55:33.321Zpython3 system 3.11 system
2282026-03-24T14:55:33.321Zruby system 3.0 system
2292026-03-24T14:55:33.321Zwords vendor vendor american-english
2302026-03-24T14:55:33.321Zwords system system australian-english
2312026-03-24T14:55:33.321Zwords system system british-english
2322026-03-24T14:55:33.321Zwords system system canadian-english
2332026-03-24T14:55:33.321Zwords system system french
2342026-03-24T14:55:33.322Zwords system system italian
2352026-03-24T14:55:33.322Zwords system system ngerman
2362026-03-24T14:55:33.322Zwords system system ogerman
2372026-03-24T14:55:33.322Zwords system system spanish
2382026-03-24T14:55:33.625ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-24T14:55:33.625Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-24T14:55:39.704ZFMRI IFO
2412026-03-24T14:55:39.704Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-24T14:55:39.704Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-24T14:55:39.704Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-24T14:55:39.704Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-24T14:55:39.704Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-24T14:55:39.704Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-24T14:55:39.704Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-24T14:55:39.704Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-24T14:55:39.704Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-24T14:55:39.705Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-24T14:55:39.705Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-24T14:55:39.705Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-24T14:55:39.705Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-24T14:55:39.705Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-24T14:55:39.705Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-24T14:55:39.705Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-24T14:55:40.937Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-24T14:55:41.269Z Updating crates.io index
2592026-03-24T14:55:41.272Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-24T14:55:41.573Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-24T14:55:42.517Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-24T14:55:42.999Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-24T14:55:49.926Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-24T14:55:50.673Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-24T14:55:52.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-24T14:55:53.772Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-24T14:55:54.584Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-24T14:55:55.239Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-24T14:55:56.216Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-24T14:55:56.478Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-24T14:55:56.987Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-24T14:55:57.269Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-24T14:55:58.353Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-24T14:55:58.924Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-24T14:55:59.433Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-24T14:55:59.704Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-24T14:56:00.155Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-24T14:56:00.730Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-24T14:56:00.972Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-24T14:56:01.222Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-24T14:56:01.690Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-24T14:56:02.140Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-24T14:56:02.979Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-24T14:56:03.257Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-24T14:56:06.929Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-24T14:56:07.222Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-24T14:56:08.319Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-24T14:56:09.146Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T14:56:09.886Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-24T14:56:10.299Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-24T14:56:10.583Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-24T14:56:10.901Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-24T14:56:11.252Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-24T14:56:11.788Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-24T14:56:12.039Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-24T14:56:12.323Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-24T14:56:12.666Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-24T14:56:26.835Z Downloading crates ...
2992026-03-24T14:56:26.896Z Downloaded colorchoice v1.0.4
3002026-03-24T14:56:26.899Z Downloaded anstream v0.6.21
3012026-03-24T14:56:26.904Z Downloaded block-buffer v0.10.4
3022026-03-24T14:56:26.904Z Downloaded dtrace-parser v0.2.0
3032026-03-24T14:56:26.904Z Downloaded fnv v1.0.7
3042026-03-24T14:56:26.913Z Downloaded form_urlencoded v1.2.2
3052026-03-24T14:56:26.913Z Downloaded thiserror-impl v2.0.18
3062026-03-24T14:56:26.913Z Downloaded crypto-common v0.1.7
3072026-03-24T14:56:26.913Z Downloaded thiserror-impl v1.0.69
3082026-03-24T14:56:26.913Z Downloaded fastrand v2.3.0
3092026-03-24T14:56:26.913Z Downloaded errno v0.3.14
3102026-03-24T14:56:26.917Z Downloaded cpufeatures v0.2.17
3112026-03-24T14:56:26.917Z Downloaded thread-id v4.2.2
3122026-03-24T14:56:26.917Z Downloaded tinystr v0.8.2
3132026-03-24T14:56:26.917Z Downloaded version_check v0.9.5
3142026-03-24T14:56:26.917Z Downloaded toml_datetime v0.6.11
3152026-03-24T14:56:26.918Z Downloaded equivalent v1.0.2
3162026-03-24T14:56:26.918Z Downloaded digest v0.10.7
3172026-03-24T14:56:26.923Z Downloaded zerofrom-derive v0.1.6
3182026-03-24T14:56:26.923Z Downloaded clap_lex v1.0.0
3192026-03-24T14:56:26.923Z Downloaded erased-serde v0.4.9
3202026-03-24T14:56:26.924Z Downloaded yoke-derive v0.8.1
3212026-03-24T14:56:26.929Z Downloaded autocfg v1.5.0
3222026-03-24T14:56:26.929Z Downloaded anstyle-query v1.1.5
3232026-03-24T14:56:26.929Z Downloaded usdt-macro v0.5.0
3242026-03-24T14:56:26.929Z Downloaded unicode-linebreak v0.1.5
3252026-03-24T14:56:26.929Z Downloaded utf8_iter v1.0.4
3262026-03-24T14:56:26.929Z Downloaded zerofrom v0.1.6
3272026-03-24T14:56:26.929Z Downloaded utf8parse v0.2.2
3282026-03-24T14:56:26.937Z Downloaded plain v0.2.3
3292026-03-24T14:56:26.937Z Downloaded typeid v1.0.3
3302026-03-24T14:56:26.937Z Downloaded dof v0.3.0
3312026-03-24T14:56:26.937Z Downloaded anstyle-parse v0.2.7
3322026-03-24T14:56:26.938Z Downloaded clap_derive v4.5.55
3332026-03-24T14:56:26.938Z Downloaded usdt-attr-macro v0.5.0
3342026-03-24T14:56:26.948Z Downloaded usdt v0.5.0
3352026-03-24T14:56:26.948Z Downloaded unicode-xid v0.2.6
3362026-03-24T14:56:26.948Z Downloaded serde_spanned v0.6.9
3372026-03-24T14:56:26.948Z Downloaded cargo_toml v0.21.0
3382026-03-24T14:56:26.948Z Downloaded displaydoc v0.2.5
3392026-03-24T14:56:26.948Z Downloaded cfg-if v1.0.4
3402026-03-24T14:56:26.948Z Downloaded toml_write v0.1.2
3412026-03-24T14:56:26.949Z Downloaded bytecount v0.6.9
3422026-03-24T14:56:26.953Z Downloaded itoa v1.0.17
3432026-03-24T14:56:26.953Z Downloaded cargo-platform v0.2.0
3442026-03-24T14:56:26.953Z Downloaded tabled_derive v0.7.0
3452026-03-24T14:56:26.953Z Downloaded bitflags v2.11.0
3462026-03-24T14:56:26.953Z Downloaded zerovec-derive v0.11.2
3472026-03-24T14:56:26.953Z Downloaded serde-value v0.7.0
3482026-03-24T14:56:26.953Z Downloaded anyhow v1.0.102
3492026-03-24T14:56:26.957Z Downloaded anstyle v1.0.13
3502026-03-24T14:56:26.957Z Downloaded smawk v0.3.2
3512026-03-24T14:56:26.957Z Downloaded usdt-impl v0.5.0
3522026-03-24T14:56:26.958Z Downloaded thiserror v2.0.18
3532026-03-24T14:56:26.961Z Downloaded writeable v0.6.2
3542026-03-24T14:56:26.964Z Downloaded serde_core v1.0.228
3552026-03-24T14:56:26.965Z Downloaded yoke v0.8.1
3562026-03-24T14:56:26.968Z Downloaded zmij v1.0.21
3572026-03-24T14:56:26.968Z Downloaded zerocopy-derive v0.7.35
3582026-03-24T14:56:26.971Z Downloaded is_terminal_polyfill v1.70.2
3592026-03-24T14:56:26.971Z Downloaded toml v0.8.23
3602026-03-24T14:56:26.977Z Downloaded terminal_size v0.4.3
3612026-03-24T14:56:26.977Z Downloaded potential_utf v0.1.4
3622026-03-24T14:56:26.977Z Downloaded idna_adapter v1.2.1
3632026-03-24T14:56:26.977Z Downloaded thiserror v1.0.69
3642026-03-24T14:56:26.980Z Downloaded synstructure v0.13.2
3652026-03-24T14:56:26.980Z Downloaded textwrap v0.16.2
3662026-03-24T14:56:26.984Z Downloaded ucd-trie v0.1.7
3672026-03-24T14:56:26.984Z Downloaded pretty-hex v0.4.1
3682026-03-24T14:56:26.984Z Downloaded ordered-float v2.10.1
3692026-03-24T14:56:26.986Z Downloaded percent-encoding v2.3.2
3702026-03-24T14:56:26.986Z Downloaded unicode-ident v1.0.24
3712026-03-24T14:56:26.989Z Downloaded typenum v1.19.0
3722026-03-24T14:56:26.992Z Downloaded swrite v0.1.0
3732026-03-24T14:56:26.992Z Downloaded strsim v0.11.1
3742026-03-24T14:56:26.992Z Downloaded stable_deref_trait v1.2.1
3752026-03-24T14:56:26.995Z Downloaded generic-array v0.14.7
3762026-03-24T14:56:26.998Z Downloaded heck v0.5.0
3772026-03-24T14:56:26.998Z Downloaded toml_edit v0.22.27
3782026-03-24T14:56:27.001Z Downloaded url v2.5.8
3792026-03-24T14:56:27.004Z Downloaded zerotrie v0.2.3
3802026-03-24T14:56:27.009Z Downloaded proc-macro-error-attr v1.0.4
3812026-03-24T14:56:27.009Z Downloaded sha2 v0.10.9
3822026-03-24T14:56:27.013Z Downloaded macaddr v1.0.1
3832026-03-24T14:56:27.013Z Downloaded heck v0.4.1
3842026-03-24T14:56:27.013Z Downloaded scroll_derive v0.12.1
3852026-03-24T14:56:27.013Z Downloaded memmap v0.7.0
3862026-03-24T14:56:27.013Z Downloaded zerocopy v0.7.35
3872026-03-24T14:56:27.025Z Downloaded zerovec v0.11.5
3882026-03-24T14:56:27.029Z Downloaded proc-macro-error v1.0.4
3892026-03-24T14:56:27.033Z Downloaded cargo_metadata v0.21.0
3902026-03-24T14:56:27.033Z Downloaded winnow v0.7.14
3912026-03-24T14:56:27.038Z Downloaded cargo-util-schemas v0.8.2
3922026-03-24T14:56:27.046Z Downloaded scroll v0.12.0
3932026-03-24T14:56:27.046Z Downloaded fs-err v3.3.0
3942026-03-24T14:56:27.046Z Downloaded serde_tokenstream v0.2.3
3952026-03-24T14:56:27.046Z Downloaded unicode-width v0.2.0
3962026-03-24T14:56:27.049Z Downloaded unicode-width v0.1.14
3972026-03-24T14:56:27.052Z Downloaded smallvec v1.15.1
3982026-03-24T14:56:27.055Z Downloaded serde-untagged v0.1.9
3992026-03-24T14:56:27.055Z Downloaded pest_generator v2.8.6
4002026-03-24T14:56:27.055Z Downloaded quote v1.0.44
4012026-03-24T14:56:27.058Z Downloaded proc-macro2 v1.0.106
4022026-03-24T14:56:27.061Z Downloaded litemap v0.8.1
4032026-03-24T14:56:27.061Z Downloaded byteorder v1.5.0
4042026-03-24T14:56:27.064Z Downloaded once_cell v1.21.3
4052026-03-24T14:56:27.064Z Downloaded camino-tempfile v1.4.1
4062026-03-24T14:56:27.067Z Downloaded log v0.4.29
4072026-03-24T14:56:27.067Z Downloaded icu_provider v2.1.1
4082026-03-24T14:56:27.071Z Downloaded pest_derive v2.8.6
4092026-03-24T14:56:27.078Z Downloaded semver v1.0.27
4102026-03-24T14:56:27.078Z Downloaded tempfile v3.25.0
4112026-03-24T14:56:27.081Z Downloaded getrandom v0.4.1
4122026-03-24T14:56:27.081Z Downloaded camino v1.2.2
4132026-03-24T14:56:27.085Z Downloaded num-traits v0.2.19
4142026-03-24T14:56:27.088Z Downloaded clap v4.5.60
4152026-03-24T14:56:27.095Z Downloaded papergrid v0.11.0
4162026-03-24T14:56:27.110Z Downloaded serde_derive v1.0.228
4172026-03-24T14:56:27.113Z Downloaded icu_locale_core v2.1.1
4182026-03-24T14:56:27.116Z Downloaded icu_normalizer v2.1.1
4192026-03-24T14:56:27.125Z Downloaded icu_properties v2.1.2
4202026-03-24T14:56:27.128Z Downloaded serde v1.0.228
4212026-03-24T14:56:27.132Z Downloaded pest_meta v2.8.6
4222026-03-24T14:56:27.146Z Downloaded icu_collections v2.1.1
4232026-03-24T14:56:27.151Z Downloaded memchr v2.8.0
4242026-03-24T14:56:27.155Z Downloaded icu_normalizer_data v2.1.1
4252026-03-24T14:56:27.158Z Downloaded indexmap v2.13.0
4262026-03-24T14:56:27.164Z Downloaded clap_builder v4.5.60
4272026-03-24T14:56:27.176Z Downloaded icu_properties_data v2.1.2
4282026-03-24T14:56:27.182Z Downloaded hashbrown v0.16.1
4292026-03-24T14:56:27.191Z Downloaded serde_json v1.0.149
4302026-03-24T14:56:27.196Z Downloaded idna v1.1.0
4312026-03-24T14:56:27.198Z Downloaded pest v2.8.6
4322026-03-24T14:56:27.210Z Downloaded goblin v0.8.2
4332026-03-24T14:56:27.221Z Downloaded tabled v0.15.0
4342026-03-24T14:56:27.232Z Downloaded syn v1.0.109
4352026-03-24T14:56:27.240Z Downloaded syn v2.0.117
4362026-03-24T14:56:27.252Z Downloaded rustix v1.1.3
4372026-03-24T14:56:27.277Z Downloaded libc v0.2.180
4382026-03-24T14:56:27.363Z Compiling proc-macro2 v1.0.106
4392026-03-24T14:56:27.366Z Compiling unicode-ident v1.0.24
4402026-03-24T14:56:27.366Z Compiling quote v1.0.44
4412026-03-24T14:56:27.366Z Compiling serde_core v1.0.228
4422026-03-24T14:56:27.367Z Compiling libc v0.2.180
4432026-03-24T14:56:27.367Z Compiling version_check v0.9.5
4442026-03-24T14:56:27.367Z Compiling serde v1.0.228
4452026-03-24T14:56:27.367Z Compiling stable_deref_trait v1.2.1
4462026-03-24T14:56:27.367Z Compiling memchr v2.8.0
4472026-03-24T14:56:27.367Z Compiling zmij v1.0.21
4482026-03-24T14:56:27.580Z Compiling autocfg v1.5.0
4492026-03-24T14:56:27.603Z Compiling ucd-trie v0.1.7
4502026-03-24T14:56:27.608Z Compiling thiserror v1.0.69
4512026-03-24T14:56:27.608Z Compiling itoa v1.0.17
4522026-03-24T14:56:27.608Z Compiling writeable v0.6.2
4532026-03-24T14:56:27.878Z Compiling litemap v0.8.1
4542026-03-24T14:56:27.909Z Compiling byteorder v1.5.0
4552026-03-24T14:56:28.087Z Compiling icu_normalizer_data v2.1.1
4562026-03-24T14:56:28.172Z Compiling icu_properties_data v2.1.2
4572026-03-24T14:56:28.206Z Compiling pest v2.8.6
4582026-03-24T14:56:28.262Z Compiling rustix v1.1.3
4592026-03-24T14:56:28.266Z Compiling bitflags v2.11.0
4602026-03-24T14:56:28.407Z Compiling serde_json v1.0.149
4612026-03-24T14:56:28.413Z Compiling hashbrown v0.16.1
4622026-03-24T14:56:28.413Z Compiling num-traits v0.2.19
4632026-03-24T14:56:28.609Z Compiling typeid v1.0.3
4642026-03-24T14:56:28.756Z Compiling smallvec v1.15.1
4652026-03-24T14:56:28.760Z Compiling equivalent v1.0.2
4662026-03-24T14:56:29.011Z Compiling errno v0.3.14
4672026-03-24T14:56:29.015Z Compiling thread-id v4.2.2
4682026-03-24T14:56:29.104Z Compiling usdt-impl v0.5.0
4692026-03-24T14:56:29.110Z Compiling proc-macro-error-attr v1.0.4
4702026-03-24T14:56:29.152Z Compiling toml_write v0.1.2
4712026-03-24T14:56:29.155Z Compiling syn v1.0.109
4722026-03-24T14:56:29.276Z Compiling indexmap v2.13.0
4732026-03-24T14:56:29.279Z Compiling winnow v0.7.14
4742026-03-24T14:56:29.279Z Compiling erased-serde v0.4.9
4752026-03-24T14:56:29.535Z Compiling proc-macro-error v1.0.4
4762026-03-24T14:56:29.538Z Compiling camino v1.2.2
4772026-03-24T14:56:29.590Z Compiling log v0.4.29
4782026-03-24T14:56:29.594Z Compiling plain v0.2.3
4792026-03-24T14:56:29.708Z Compiling syn v2.0.117
4802026-03-24T14:56:29.769Z Compiling pest_meta v2.8.6
4812026-03-24T14:56:29.799Z Compiling percent-encoding v2.3.2
4822026-03-24T14:56:29.825Z Compiling getrandom v0.4.1
4832026-03-24T14:56:29.825Z Compiling thiserror v2.0.18
4842026-03-24T14:56:29.830Z Compiling utf8_iter v1.0.4
4852026-03-24T14:56:29.830Z Compiling utf8parse v0.2.2
4862026-03-24T14:56:30.058Z Compiling anstyle-parse v0.2.7
4872026-03-24T14:56:30.061Z Compiling form_urlencoded v1.2.2
4882026-03-24T14:56:30.153Z Compiling cfg-if v1.0.4
4892026-03-24T14:56:30.270Z Compiling is_terminal_polyfill v1.70.2
4902026-03-24T14:56:30.303Z Compiling ordered-float v2.10.1
4912026-03-24T14:56:30.365Z Compiling anstyle-query v1.1.5
4922026-03-24T14:56:30.372Z Compiling colorchoice v1.0.4
4932026-03-24T14:56:30.453Z Compiling anstyle v1.0.13
4942026-03-24T14:56:30.456Z Compiling pretty-hex v0.4.1
4952026-03-24T14:56:30.597Z Compiling fs-err v3.3.0
4962026-03-24T14:56:30.601Z Compiling unicode-width v0.1.14
4972026-03-24T14:56:30.660Z Compiling once_cell v1.21.3
4982026-03-24T14:56:30.689Z Compiling anstream v0.6.21
4992026-03-24T14:56:30.695Z Compiling fnv v1.0.7
5002026-03-24T14:56:30.749Z Compiling terminal_size v0.4.3
5012026-03-24T14:56:30.782Z Compiling anyhow v1.0.102
5022026-03-24T14:56:30.813Z Compiling bytecount v0.6.9
5032026-03-24T14:56:30.869Z Compiling heck v0.5.0
5042026-03-24T14:56:30.896Z Compiling unicode-xid v0.2.6
5052026-03-24T14:56:30.984Z Compiling strsim v0.11.1
5062026-03-24T14:56:31.012Z Compiling heck v0.4.1
5072026-03-24T14:56:31.017Z Compiling clap_lex v1.0.0
5082026-03-24T14:56:31.073Z Compiling fastrand v2.3.0
5092026-03-24T14:56:31.118Z Compiling papergrid v0.11.0
5102026-03-24T14:56:31.150Z Compiling memmap v0.7.0
5112026-03-24T14:56:31.323Z Compiling semver v1.0.27
5122026-03-24T14:56:31.356Z Compiling tempfile v3.25.0
5132026-03-24T14:56:31.416Z Compiling clap_builder v4.5.60
5142026-03-24T14:56:31.424Z Compiling unicode-width v0.2.0
5152026-03-24T14:56:31.509Z Compiling unicode-linebreak v0.1.5
5162026-03-24T14:56:31.509Z Compiling smawk v0.3.2
5172026-03-24T14:56:31.802Z Compiling serde-untagged v0.1.9
5182026-03-24T14:56:31.875Z Compiling textwrap v0.16.2
5192026-03-24T14:56:31.903Z Compiling camino-tempfile v1.4.1
5202026-03-24T14:56:31.962Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-24T14:56:31.966Z Compiling swrite v0.1.0
5222026-03-24T14:56:32.524Z Compiling tabled_derive v0.7.0
5232026-03-24T14:56:33.324Z Compiling synstructure v0.13.2
5242026-03-24T14:56:33.324Z Compiling pest_generator v2.8.6
5252026-03-24T14:56:33.389Z Compiling tabled v0.15.0
5262026-03-24T14:56:34.100Z Compiling serde_derive v1.0.228
5272026-03-24T14:56:34.104Z Compiling zerofrom-derive v0.1.6
5282026-03-24T14:56:34.104Z Compiling yoke-derive v0.8.1
5292026-03-24T14:56:34.104Z Compiling zerovec-derive v0.11.2
5302026-03-24T14:56:34.104Z Compiling displaydoc v0.2.5
5312026-03-24T14:56:34.104Z Compiling thiserror-impl v1.0.69
5322026-03-24T14:56:34.104Z Compiling zerocopy-derive v0.7.35
5332026-03-24T14:56:34.104Z Compiling pest_derive v2.8.6
5342026-03-24T14:56:34.154Z Compiling scroll_derive v0.12.1
5352026-03-24T14:56:34.158Z Compiling thiserror-impl v2.0.18
5362026-03-24T14:56:34.211Z Compiling clap_derive v4.5.55
5372026-03-24T14:56:35.056Z Compiling zerocopy v0.7.35
5382026-03-24T14:56:35.092Z Compiling scroll v0.12.0
5392026-03-24T14:56:35.396Z Compiling goblin v0.8.2
5402026-03-24T14:56:35.465Z Compiling zerofrom v0.1.6
5412026-03-24T14:56:35.613Z Compiling yoke v0.8.1
5422026-03-24T14:56:35.653Z Compiling dtrace-parser v0.2.0
5432026-03-24T14:56:35.819Z Compiling zerovec v0.11.5
5442026-03-24T14:56:35.819Z Compiling zerotrie v0.2.3
5452026-03-24T14:56:36.070Z Compiling clap v4.5.60
5462026-03-24T14:56:36.409Z Compiling tinystr v0.8.2
5472026-03-24T14:56:36.409Z Compiling potential_utf v0.1.4
5482026-03-24T14:56:36.572Z Compiling icu_collections v2.1.1
5492026-03-24T14:56:36.607Z Compiling icu_locale_core v2.1.1
5502026-03-24T14:56:37.363Z Compiling icu_provider v2.1.1
5512026-03-24T14:56:37.440Z Compiling serde_spanned v0.6.9
5522026-03-24T14:56:37.443Z Compiling toml_datetime v0.6.11
5532026-03-24T14:56:37.443Z Compiling serde-value v0.7.0
5542026-03-24T14:56:37.443Z Compiling cargo-platform v0.2.0
5552026-03-24T14:56:37.443Z Compiling macaddr v1.0.1
5562026-03-24T14:56:37.466Z Compiling dof v0.3.0
5572026-03-24T14:56:37.480Z Compiling serde_tokenstream v0.2.3
5582026-03-24T14:56:37.654Z Compiling icu_normalizer v2.1.1
5592026-03-24T14:56:37.654Z Compiling icu_properties v2.1.2
5602026-03-24T14:56:37.749Z Compiling toml_edit v0.22.27
5612026-03-24T14:56:38.497Z Compiling usdt-attr-macro v0.5.0
5622026-03-24T14:56:38.501Z Compiling usdt-macro v0.5.0
5632026-03-24T14:56:38.887Z Compiling idna_adapter v1.2.1
5642026-03-24T14:56:39.028Z Compiling idna v1.1.0
5652026-03-24T14:56:39.260Z Compiling usdt v0.5.0
5662026-03-24T14:56:39.382Z Compiling url v2.5.8
5672026-03-24T14:56:39.595Z Compiling toml v0.8.23
5682026-03-24T14:56:40.062Z Compiling cargo-util-schemas v0.8.2
5692026-03-24T14:56:40.062Z Compiling cargo_toml v0.21.0
5702026-03-24T14:56:41.215Z Compiling cargo_metadata v0.21.0
5712026-03-24T14:56:42.506Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-24T14:56:45.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
5732026-03-24T14:56:45.651Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-24T14:56:46.398Z Downloading crates ...
5752026-03-24T14:56:46.522Z Downloaded async-stream v0.3.6
5762026-03-24T14:56:46.525Z Downloaded atty v0.2.14
5772026-03-24T14:56:46.531Z Downloaded castaway v0.2.4
5782026-03-24T14:56:46.534Z Downloaded crc v3.4.0
5792026-03-24T14:56:46.538Z Downloaded assert_matches v1.5.0
5802026-03-24T14:56:46.542Z Downloaded derive_more v0.99.20
5812026-03-24T14:56:46.546Z Downloaded erased-serde v0.3.31
5822026-03-24T14:56:46.550Z Downloaded defmt v1.0.1
5832026-03-24T14:56:46.553Z Downloaded crossbeam-utils v0.8.21
5842026-03-24T14:56:46.559Z Downloaded bcrypt-pbkdf v0.10.0
5852026-03-24T14:56:46.559Z Downloaded darling_macro v0.23.0
5862026-03-24T14:56:46.559Z Downloaded darling_macro v0.21.3
5872026-03-24T14:56:46.559Z Downloaded bitfield v0.19.4
5882026-03-24T14:56:46.564Z Downloaded bb8 v0.8.6
5892026-03-24T14:56:46.564Z Downloaded data-encoding v2.10.0
5902026-03-24T14:56:46.564Z Downloaded array-init v0.0.4
5912026-03-24T14:56:46.564Z Downloaded base16ct v1.0.0
5922026-03-24T14:56:46.568Z Downloaded aead v0.5.2
5932026-03-24T14:56:46.568Z Downloaded crossbeam-deque v0.8.6
5942026-03-24T14:56:46.568Z Downloaded async-stream-impl v0.3.6
5952026-03-24T14:56:46.572Z Downloaded defmt v0.3.100
5962026-03-24T14:56:46.572Z Downloaded bit-set v0.5.3
5972026-03-24T14:56:46.572Z Downloaded darling_macro v0.20.11
5982026-03-24T14:56:46.572Z Downloaded defmt-parser v1.0.0
5992026-03-24T14:56:46.578Z Downloaded crucible-workspace-hack v0.1.0
6002026-03-24T14:56:46.578Z Downloaded base16ct v0.2.0
6012026-03-24T14:56:46.578Z Downloaded dtrace-parser v0.3.0
6022026-03-24T14:56:46.578Z Downloaded flagset v0.4.7
6032026-03-24T14:56:46.582Z Downloaded bitflags v1.3.2
6042026-03-24T14:56:46.582Z Downloaded enum-as-inner v0.6.1
6052026-03-24T14:56:46.586Z Downloaded display-error-chain v0.2.2
6062026-03-24T14:56:46.586Z Downloaded backon v1.6.0
6072026-03-24T14:56:46.591Z Downloaded cstr-argument v0.1.2
6082026-03-24T14:56:46.591Z Downloaded derive_builder_core v0.20.2
6092026-03-24T14:56:46.594Z Downloaded embedded-io v0.4.0
6102026-03-24T14:56:46.594Z Downloaded foreign-types-shared v0.1.1
6112026-03-24T14:56:46.594Z Downloaded bit-set v0.8.0
6122026-03-24T14:56:46.597Z Downloaded bcs v0.1.6
6132026-03-24T14:56:46.601Z Downloaded either v1.15.0
6142026-03-24T14:56:46.601Z Downloaded crossbeam-epoch v0.9.18
6152026-03-24T14:56:46.604Z Downloaded block-padding v0.3.3
6162026-03-24T14:56:46.604Z Downloaded ecdsa v0.16.9
6172026-03-24T14:56:46.608Z Downloaded dirs-next v2.0.0
6182026-03-24T14:56:46.608Z Downloaded ciborium-io v0.2.2
6192026-03-24T14:56:46.608Z Downloaded dunce v1.0.5
6202026-03-24T14:56:46.613Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-03-24T14:56:46.613Z Downloaded derive_builder_macro v0.20.2
6222026-03-24T14:56:46.613Z Downloaded defmt-macros v1.0.1
6232026-03-24T14:56:46.613Z Downloaded dropshot-api-manager-types v0.6.0
6242026-03-24T14:56:46.616Z Downloaded cpufeatures v0.3.0
6252026-03-24T14:56:46.616Z Downloaded difflib v0.4.0
6262026-03-24T14:56:46.616Z Downloaded cobs v0.3.0
6272026-03-24T14:56:46.620Z Downloaded foreign-types v0.5.0
6282026-03-24T14:56:46.620Z Downloaded float-cmp v0.10.0
6292026-03-24T14:56:46.620Z Downloaded dof v0.4.0
6302026-03-24T14:56:46.623Z Downloaded curve25519-dalek-derive v0.1.1
6312026-03-24T14:56:46.623Z Downloaded cfg_aliases v0.1.1
6322026-03-24T14:56:46.623Z Downloaded dyn-clone v1.0.20
6332026-03-24T14:56:46.627Z Downloaded darling_core v0.23.0
6342026-03-24T14:56:46.630Z Downloaded crc-catalog v2.4.0
6352026-03-24T14:56:46.630Z Downloaded cfg_aliases v0.2.1
6362026-03-24T14:56:46.634Z Downloaded bitfield-macros v0.19.4
6372026-03-24T14:56:46.634Z Downloaded document-features v0.2.12
6382026-03-24T14:56:46.634Z Downloaded bitfield-struct v0.6.2
6392026-03-24T14:56:46.637Z Downloaded cargo-platform v0.1.9
6402026-03-24T14:56:46.637Z Downloaded ciborium v0.2.2
6412026-03-24T14:56:46.641Z Downloaded fd-lock v4.0.4
6422026-03-24T14:56:46.641Z Downloaded cookie v0.18.1
6432026-03-24T14:56:46.644Z Downloaded cancel-safe-futures v0.1.5
6442026-03-24T14:56:46.647Z Downloaded endian-type v0.1.2
6452026-03-24T14:56:46.647Z Downloaded convert_case v0.4.0
6462026-03-24T14:56:46.647Z Downloaded darling v0.20.11
6472026-03-24T14:56:46.651Z Downloaded futures-task v0.3.32
6482026-03-24T14:56:46.654Z Downloaded float-ord v0.3.2
6492026-03-24T14:56:46.654Z Downloaded foreign-types-macros v0.2.3
6502026-03-24T14:56:46.654Z Downloaded ciborium-ll v0.2.2
6512026-03-24T14:56:46.658Z Downloaded base64ct v1.8.3
6522026-03-24T14:56:46.658Z Downloaded foreign-types-shared v0.3.1
6532026-03-24T14:56:46.658Z Downloaded funty v2.0.0
6542026-03-24T14:56:46.661Z Downloaded gethostname v0.5.0
6552026-03-24T14:56:46.661Z Downloaded embedded-io v0.6.1
6562026-03-24T14:56:46.664Z Downloaded dsl_auto_type v0.2.0
6572026-03-24T14:56:46.664Z Downloaded futures-sink v0.3.32
6582026-03-24T14:56:46.664Z Downloaded crunchy v0.2.4
6592026-03-24T14:56:46.665Z Downloaded globwalk v0.9.1
6602026-03-24T14:56:46.668Z Downloaded ghash v0.5.1
6612026-03-24T14:56:46.668Z Downloaded futures-core v0.3.32
6622026-03-24T14:56:46.671Z Downloaded cexpr v0.6.0
6632026-03-24T14:56:46.671Z Downloaded fxhash v0.2.1
6642026-03-24T14:56:46.671Z Downloaded futures-macro v0.3.32
6652026-03-24T14:56:46.675Z Downloaded corncobs v0.1.4
6662026-03-24T14:56:46.675Z Downloaded futures-io v0.3.32
6672026-03-24T14:56:46.675Z Downloaded buf-list v1.1.2
6682026-03-24T14:56:46.678Z Downloaded adler2 v2.0.1
6692026-03-24T14:56:46.678Z Downloaded foreign-types v0.3.2
6702026-03-24T14:56:46.682Z Downloaded convert_case v0.10.0
6712026-03-24T14:56:46.682Z Downloaded async-trait v0.1.89
6722026-03-24T14:56:46.685Z Downloaded hash32 v0.2.1
6732026-03-24T14:56:46.685Z Downloaded drift v0.1.3
6742026-03-24T14:56:46.689Z Downloaded ed25519 v2.2.3
6752026-03-24T14:56:46.692Z Downloaded diesel-dtrace v0.5.0
6762026-03-24T14:56:46.692Z Downloaded camino-tempfile-ext v0.3.3
6772026-03-24T14:56:46.696Z Downloaded async-bb8-diesel v0.2.1
6782026-03-24T14:56:46.696Z Downloaded hex-literal v0.4.1
6792026-03-24T14:56:46.699Z Downloaded headers-core v0.3.0
6802026-03-24T14:56:46.699Z Downloaded hash32 v0.3.1
6812026-03-24T14:56:46.699Z Downloaded filetime v0.2.27
6822026-03-24T14:56:46.703Z Downloaded home v0.5.12
6832026-03-24T14:56:46.703Z Downloaded allocator-api2 v0.2.21
6842026-03-24T14:56:46.706Z Downloaded cbc v0.1.2
6852026-03-24T14:56:46.706Z Downloaded hubpack v0.1.2
6862026-03-24T14:56:46.706Z Downloaded httpdate v1.0.3
6872026-03-24T14:56:46.709Z Downloaded hex v0.4.3
6882026-03-24T14:56:46.709Z Downloaded http-body v1.0.1
6892026-03-24T14:56:46.713Z Downloaded hostname v0.4.2
6902026-03-24T14:56:46.713Z Downloaded deranged v0.5.8
6912026-03-24T14:56:46.716Z Downloaded fixedbitset v0.4.2
6922026-03-24T14:56:46.716Z Downloaded arc-swap v1.8.2
6932026-03-24T14:56:46.719Z Downloaded daft-derive v0.1.5
6942026-03-24T14:56:46.723Z Downloaded constant_time_eq v0.4.2
6952026-03-24T14:56:46.726Z Downloaded hyper-tls v0.6.0
6962026-03-24T14:56:46.726Z Downloaded hubpack_derive v0.1.1
6972026-03-24T14:56:46.726Z Downloaded fixedbitset v0.5.7
6982026-03-24T14:56:46.730Z Downloaded fs_extra v1.3.0
6992026-03-24T14:56:46.744Z Downloaded is-terminal v0.4.17
7002026-03-24T14:56:46.751Z Downloaded daft v0.1.5
7012026-03-24T14:56:46.751Z Downloaded crossterm v0.28.1
7022026-03-24T14:56:46.755Z Downloaded crc32fast v1.5.0
7032026-03-24T14:56:46.755Z Downloaded is_ci v1.2.0
7042026-03-24T14:56:46.759Z Downloaded instability v0.3.11
7052026-03-24T14:56:46.759Z Downloaded inout v0.1.4
7062026-03-24T14:56:46.759Z Downloaded group v0.13.0
7072026-03-24T14:56:46.762Z Downloaded dropshot_endpoint v0.16.7
7082026-03-24T14:56:46.762Z Downloaded highway v1.3.0
7092026-03-24T14:56:46.766Z Downloaded glob v0.3.3
7102026-03-24T14:56:46.766Z Downloaded foldhash v0.2.0
7112026-03-24T14:56:46.769Z Downloaded crc-any v2.5.0
7122026-03-24T14:56:46.769Z Downloaded keccak v0.1.6
7132026-03-24T14:56:46.773Z Downloaded linked-hash-map v0.5.6
7142026-03-24T14:56:46.773Z Downloaded colored v2.2.0
7152026-03-24T14:56:46.776Z Downloaded derive_builder v0.20.2
7162026-03-24T14:56:46.780Z Downloaded kstat-rs v0.2.4
7172026-03-24T14:56:46.780Z Downloaded humantime v2.3.0
7182026-03-24T14:56:46.780Z Downloaded lalrpop-util v0.19.12
7192026-03-24T14:56:46.784Z Downloaded console v0.15.11
7202026-03-24T14:56:46.784Z Downloaded http-body-util v0.1.3
7212026-03-24T14:56:46.787Z Downloaded impl-trait-for-tuples v0.2.3
7222026-03-24T14:56:46.791Z Downloaded hyper-staticfile v0.10.1
7232026-03-24T14:56:46.791Z Downloaded console v0.16.2
7242026-03-24T14:56:46.794Z Downloaded lru-cache v0.1.2
7252026-03-24T14:56:46.795Z Downloaded lru v0.12.5
7262026-03-24T14:56:46.795Z Downloaded const_format_proc_macros v0.2.34
7272026-03-24T14:56:46.799Z Downloaded md5 v0.7.0
7282026-03-24T14:56:46.799Z Downloaded globset v0.4.18
7292026-03-24T14:56:46.799Z Downloaded getrandom v0.2.17
7302026-03-24T14:56:46.802Z Downloaded maplit v1.0.2
7312026-03-24T14:56:46.802Z Downloaded managed v0.8.0
7322026-03-24T14:56:46.807Z Downloaded lzss v0.8.2
7332026-03-24T14:56:46.807Z Downloaded memoffset v0.9.1
7342026-03-24T14:56:46.807Z Downloaded half v1.8.3
7352026-03-24T14:56:46.811Z Downloaded match_cfg v0.1.0
7362026-03-24T14:56:46.811Z Downloaded futures-channel v0.3.32
7372026-03-24T14:56:46.811Z Downloaded ingot-types v0.1.2
7382026-03-24T14:56:46.815Z Downloaded mime v0.3.17
7392026-03-24T14:56:46.815Z Downloaded md-5 v0.10.6
7402026-03-24T14:56:46.818Z Downloaded maybe-uninit v2.0.0
7412026-03-24T14:56:46.818Z Downloaded cookie_store v0.22.1
7422026-03-24T14:56:46.819Z Downloaded ipnetwork v0.21.1
7432026-03-24T14:56:46.822Z Downloaded newline-converter v0.3.0
7442026-03-24T14:56:46.822Z Downloaded crossbeam-channel v0.5.15
7452026-03-24T14:56:46.826Z Downloaded hickory-client v0.25.2
7462026-03-24T14:56:46.829Z Downloaded nodrop v0.1.14
7472026-03-24T14:56:46.830Z Downloaded newtype_derive v0.1.6
7482026-03-24T14:56:46.830Z Downloaded normalize-line-endings v0.3.0
7492026-03-24T14:56:46.833Z Downloaded nonempty v0.12.0
7502026-03-24T14:56:46.833Z Downloaded new_debug_unreachable v1.0.6
7512026-03-24T14:56:46.833Z Downloaded num v0.4.3
7522026-03-24T14:56:46.833Z Downloaded bytes v1.11.1
7532026-03-24T14:56:46.837Z Downloaded const_format v0.2.35
7542026-03-24T14:56:46.840Z Downloaded libefi-sys v0.1.0
7552026-03-24T14:56:46.843Z Downloaded derive-where v1.6.0
7562026-03-24T14:56:46.847Z Downloaded lazy_static v1.5.0
7572026-03-24T14:56:46.847Z Downloaded num-conv v0.2.0
7582026-03-24T14:56:46.850Z Downloaded fatfs v0.3.6
7592026-03-24T14:56:46.850Z Downloaded libscf-sys v1.1.0
7602026-03-24T14:56:46.853Z Downloaded iana-time-zone v0.1.65
7612026-03-24T14:56:46.853Z Downloaded lock_api v0.4.14
7622026-03-24T14:56:46.857Z Downloaded openssl-probe v0.2.1
7632026-03-24T14:56:46.857Z Downloaded num-iter v0.1.45
7642026-03-24T14:56:46.860Z Downloaded num-derive v0.4.2
7652026-03-24T14:56:46.860Z Downloaded darling_core v0.21.3
7662026-03-24T14:56:46.864Z Downloaded openssl-probe v0.1.6
7672026-03-24T14:56:46.867Z Downloaded opaque-debug v0.3.1
7682026-03-24T14:56:46.867Z Downloaded olpc-cjson v0.1.4
7692026-03-24T14:56:46.867Z Downloaded getrandom v0.3.4
7702026-03-24T14:56:46.870Z Downloaded mime_guess v2.0.5
7712026-03-24T14:56:46.873Z Downloaded openssl-macros v0.1.1
7722026-03-24T14:56:46.873Z Downloaded num_enum_derive v0.5.11
7732026-03-24T14:56:46.873Z Downloaded ingot-macros v0.1.1
7742026-03-24T14:56:46.877Z Downloaded oso-derive v0.27.3
7752026-03-24T14:56:46.877Z Downloaded linear-map v1.2.0
7762026-03-24T14:56:46.877Z Downloaded futures v0.3.32
7772026-03-24T14:56:46.880Z Downloaded nanorand v0.7.0
7782026-03-24T14:56:46.884Z Downloaded ingot v0.1.1
7792026-03-24T14:56:46.887Z Downloaded num-derive v0.3.3
7802026-03-24T14:56:46.887Z Downloaded libsw-core v0.3.2
7812026-03-24T14:56:46.891Z Downloaded packed_struct_codegen v0.10.1
7822026-03-24T14:56:46.891Z Downloaded half v2.7.1
7832026-03-24T14:56:46.894Z Downloaded parse-display v0.10.0
7842026-03-24T14:56:46.894Z Downloaded libloading v0.8.9
7852026-03-24T14:56:46.898Z Downloaded derive-ex v0.1.8
7862026-03-24T14:56:46.898Z Downloaded native-tls v0.2.18
7872026-03-24T14:56:46.898Z Downloaded pbkdf2 v0.11.0
7882026-03-24T14:56:46.920Z Downloaded hmac v0.12.1
7892026-03-24T14:56:46.920Z Downloaded hyper-rustls v0.27.7
7902026-03-24T14:56:46.920Z Downloaded newtype-uuid v1.3.2
7912026-03-24T14:56:46.920Z Downloaded nu-ansi-term v0.50.3
7922026-03-24T14:56:46.920Z Downloaded ar_archive_writer v0.5.1
7932026-03-24T14:56:46.920Z Downloaded base64 v0.21.7
7942026-03-24T14:56:46.920Z Downloaded peg-runtime v0.8.5
7952026-03-24T14:56:46.920Z Downloaded pbkdf2 v0.12.2
7962026-03-24T14:56:46.920Z Downloaded path-slash v0.1.5
7972026-03-24T14:56:46.920Z Downloaded parse-size v1.1.0
7982026-03-24T14:56:46.920Z Downloaded jobserver v0.1.34
7992026-03-24T14:56:46.920Z Downloaded httparse v1.10.1
8002026-03-24T14:56:46.925Z Downloaded phf_shared v0.13.1
8012026-03-24T14:56:46.925Z Downloaded num-complex v0.4.6
8022026-03-24T14:56:46.925Z Downloaded env_logger v0.11.9
8032026-03-24T14:56:46.928Z Downloaded elliptic-curve v0.13.8
8042026-03-24T14:56:46.932Z Downloaded pin-utils v0.1.0
8052026-03-24T14:56:46.932Z Downloaded num_threads v0.1.7
8062026-03-24T14:56:46.932Z Downloaded num-integer v0.1.46
8072026-03-24T14:56:46.936Z Downloaded libsw v3.5.0
8082026-03-24T14:56:46.936Z Downloaded precomputed-hash v0.1.1
8092026-03-24T14:56:46.936Z Downloaded phf_shared v0.11.3
8102026-03-24T14:56:46.936Z Downloaded litrs v1.0.0
8112026-03-24T14:56:46.939Z Downloaded indexmap v1.9.3
8122026-03-24T14:56:46.942Z Downloaded compact_str v0.8.1
8132026-03-24T14:56:46.946Z Downloaded predicates-core v1.0.10
8142026-03-24T14:56:46.946Z Downloaded predicates-tree v1.0.13
8152026-03-24T14:56:46.946Z Downloaded num_enum_derive v0.7.5
8162026-03-24T14:56:46.949Z Downloaded num_enum v0.7.5
8172026-03-24T14:56:46.952Z Downloaded memmap2 v0.9.10
8182026-03-24T14:56:46.956Z Downloaded const-oid v0.9.6
8192026-03-24T14:56:46.956Z Downloaded num-rational v0.4.2
8202026-03-24T14:56:46.959Z Downloaded num_enum v0.5.11
8212026-03-24T14:56:46.962Z Downloaded owo-colors v4.3.0
8222026-03-24T14:56:46.962Z Downloaded derive_more v2.1.1
8232026-03-24T14:56:46.971Z Downloaded progenitor-macro v0.13.0
8242026-03-24T14:56:46.974Z Downloaded quick-error v1.2.3
8252026-03-24T14:56:46.974Z Downloaded progenitor-client v0.10.0
8262026-03-24T14:56:46.974Z Downloaded cc v1.2.56
8272026-03-24T14:56:46.978Z Downloaded proc-macro-crate v3.4.0
8282026-03-24T14:56:46.982Z Downloaded progenitor-macro v0.10.0
8292026-03-24T14:56:46.982Z Downloaded heapless v0.7.17
8302026-03-24T14:56:46.987Z Downloaded parking_lot_core v0.8.6
8312026-03-24T14:56:46.987Z Downloaded heapless v0.8.0
8322026-03-24T14:56:46.991Z Downloaded peg-macros v0.8.5
8332026-03-24T14:56:46.991Z Downloaded parse-display-derive v0.10.0
8342026-03-24T14:56:46.991Z Downloaded headers v0.4.1
8352026-03-24T14:56:46.995Z Downloaded phf v0.12.1
8362026-03-24T14:56:46.999Z Downloaded paste v1.0.15
8372026-03-24T14:56:46.999Z Downloaded peg v0.8.5
8382026-03-24T14:56:47.005Z Downloaded radium v0.7.0
8392026-03-24T14:56:47.005Z Downloaded phf v0.13.1
8402026-03-24T14:56:47.009Z Downloaded password-hash v0.5.0
8412026-03-24T14:56:47.009Z Downloaded password-hash v0.4.2
8422026-03-24T14:56:47.009Z Downloaded nibble_vec v0.1.0
8432026-03-24T14:56:47.009Z Downloaded pem-rfc7468 v0.7.0
8442026-03-24T14:56:47.013Z Downloaded poly1305 v0.8.0
8452026-03-24T14:56:47.013Z Downloaded der v0.7.10
8462026-03-24T14:56:47.018Z Downloaded pkg-config v0.3.32
8472026-03-24T14:56:47.022Z Downloaded ppv-lite86 v0.2.21
8482026-03-24T14:56:47.022Z Downloaded polyval v0.6.2
8492026-03-24T14:56:47.022Z Downloaded powerfmt v0.2.0
8502026-03-24T14:56:47.026Z Downloaded recursive v0.1.1
8512026-03-24T14:56:47.026Z Downloaded postgres-protocol v0.6.10
8522026-03-24T14:56:47.026Z Downloaded primeorder v0.13.6
8532026-03-24T14:56:47.030Z Downloaded bumpalo v3.20.2
8542026-03-24T14:56:47.030Z Downloaded pkcs8 v0.10.2
8552026-03-24T14:56:47.034Z Downloaded indicatif v0.18.4
8562026-03-24T14:56:47.037Z Downloaded oxnet v0.1.4
8572026-03-24T14:56:47.037Z Downloaded recursive-proc-macro-impl v0.1.1
8582026-03-24T14:56:47.044Z Downloaded hickory-resolver v0.24.4
8592026-03-24T14:56:47.049Z Downloaded progenitor-extras v0.1.1
8602026-03-24T14:56:47.049Z Downloaded ref-cast-impl v1.0.25
8612026-03-24T14:56:47.049Z Downloaded ref-cast v1.0.25
8622026-03-24T14:56:47.049Z Downloaded progenitor-client v0.13.0
8632026-03-24T14:56:47.049Z Downloaded progenitor v0.13.0
8642026-03-24T14:56:47.053Z Downloaded progenitor v0.11.2
8652026-03-24T14:56:47.053Z Downloaded rfc6979 v0.4.0
8662026-03-24T14:56:47.053Z Downloaded progenitor v0.10.0
8672026-03-24T14:56:47.056Z Downloaded psm v0.1.30
8682026-03-24T14:56:47.056Z Downloaded parking_lot_core v0.9.12
8692026-03-24T14:56:47.060Z Downloaded hickory-resolver v0.25.2
8702026-03-24T14:56:47.063Z Downloaded proc-macro-error2 v2.0.1
8712026-03-24T14:56:47.066Z Downloaded parking_lot v0.11.2
8722026-03-24T14:56:47.066Z Downloaded rand_chacha v0.3.1
8732026-03-24T14:56:47.070Z Downloaded r2d2 v0.8.10
8742026-03-24T14:56:47.070Z Downloaded expectorate v1.2.0
8752026-03-24T14:56:47.073Z Downloaded crypto-bigint v0.5.5
8762026-03-24T14:56:47.076Z Downloaded rustc_version v0.4.1
8772026-03-24T14:56:47.080Z Downloaded rustc_version v0.1.7
8782026-03-24T14:56:47.080Z Downloaded rtoolbox v0.0.3
8792026-03-24T14:56:47.080Z Downloaded pkcs1 v0.7.5
8802026-03-24T14:56:47.083Z Downloaded russh-cryptovec v0.7.3
8812026-03-24T14:56:47.083Z Downloaded rand_core v0.9.5
8822026-03-24T14:56:47.086Z Downloaded crossterm v0.29.0
8832026-03-24T14:56:47.090Z Downloaded rand_seeder v0.4.0
8842026-03-24T14:56:47.093Z Downloaded rand_xorshift v0.4.0
8852026-03-24T14:56:47.093Z Downloaded postcard v1.1.3
8862026-03-24T14:56:47.097Z Downloaded salsa20 v0.10.2
8872026-03-24T14:56:47.097Z Downloaded ed25519-dalek v2.2.0
8882026-03-24T14:56:47.100Z Downloaded rand_core v0.10.0
8892026-03-24T14:56:47.103Z Downloaded postgres-types v0.2.12
8902026-03-24T14:56:47.104Z Downloaded same-file v1.0.6
8912026-03-24T14:56:47.107Z Downloaded pkcs5 v0.7.1
8922026-03-24T14:56:47.110Z Downloaded scopeguard v1.2.0
8932026-03-24T14:56:47.110Z Downloaded scheduled-thread-pool v0.2.7
8942026-03-24T14:56:47.113Z Downloaded sapling-renderdag v0.1.0
8952026-03-24T14:56:47.113Z Downloaded p256 v0.13.2
8962026-03-24T14:56:47.117Z Downloaded papergrid v0.17.0
8972026-03-24T14:56:47.120Z Downloaded miniz_oxide v0.8.9
8982026-03-24T14:56:47.123Z Downloaded resolv-conf v0.7.6
8992026-03-24T14:56:47.123Z Downloaded predicates v3.1.4
9002026-03-24T14:56:47.126Z Downloaded scrypt v0.11.0
9012026-03-24T14:56:47.126Z Downloaded secrecy v0.10.3
9022026-03-24T14:56:47.129Z Downloaded derive_more-impl v2.1.1
9032026-03-24T14:56:47.133Z Downloaded serde_bytes v0.11.19
9042026-03-24T14:56:47.136Z Downloaded serde_urlencoded v0.7.1
9052026-03-24T14:56:47.136Z Downloaded quinn-udp v0.5.14
9062026-03-24T14:56:47.139Z Downloaded dropshot-api-manager v0.6.0
9072026-03-24T14:56:47.143Z Downloaded seq-macro v0.3.6
9082026-03-24T14:56:47.143Z Downloaded jiff-static v0.2.21
9092026-03-24T14:56:47.146Z Downloaded parking_lot v0.12.5
9102026-03-24T14:56:47.149Z Downloaded semver v0.1.20
9112026-03-24T14:56:47.149Z Downloaded rustc-hash v2.1.1
9122026-03-24T14:56:47.149Z Downloaded secrecy v0.8.0
9132026-03-24T14:56:47.153Z Downloaded serde_spanned v1.0.4
9142026-03-24T14:56:47.153Z Downloaded serde_plain v1.0.2
9152026-03-24T14:56:47.153Z Downloaded shell-words v1.1.1
9162026-03-24T14:56:47.156Z Downloaded sha1 v0.10.6
9172026-03-24T14:56:47.156Z Downloaded signature v2.2.0
9182026-03-24T14:56:47.159Z Downloaded signal-hook-mio v0.2.5
9192026-03-24T14:56:47.160Z Downloaded pin-project v1.1.11
9202026-03-24T14:56:47.167Z Downloaded sigpipe v0.1.3
9212026-03-24T14:56:47.170Z Downloaded signal-hook-tokio v0.3.1
9222026-03-24T14:56:47.170Z Downloaded siphasher v1.0.2
9232026-03-24T14:56:47.174Z Downloaded rusty-fork v0.3.1
9242026-03-24T14:56:47.174Z Downloaded rustversion v1.0.22
9252026-03-24T14:56:47.178Z Downloaded rustls-pemfile v1.0.4
9262026-03-24T14:56:47.178Z Downloaded oso v0.27.3
9272026-03-24T14:56:47.182Z Downloaded rustls-pemfile v2.2.0
9282026-03-24T14:56:47.182Z Downloaded diesel_derives v2.3.7
9292026-03-24T14:56:47.186Z Downloaded progenitor-impl v0.10.0
9302026-03-24T14:56:47.189Z Downloaded slog-bunyan v2.5.0
9312026-03-24T14:56:47.190Z Downloaded prefix-trie v0.7.0
9322026-03-24T14:56:47.193Z Downloaded slog-envlogger v2.2.0
9332026-03-24T14:56:47.196Z Downloaded serde_path_to_error v0.1.20
9342026-03-24T14:56:47.196Z Downloaded hickory-server v0.25.2
9352026-03-24T14:56:47.200Z Downloaded scroll v0.13.0
9362026-03-24T14:56:47.203Z Downloaded schemars_derive v0.8.22
9372026-03-24T14:56:47.203Z Downloaded minimal-lexical v0.2.1
9382026-03-24T14:56:47.206Z Downloaded serde-hex v0.1.0
9392026-03-24T14:56:47.209Z Downloaded progenitor-impl v0.13.0
9402026-03-24T14:56:47.213Z Downloaded progenitor-impl v0.11.2
9412026-03-24T14:56:47.213Z Downloaded hyper-util v0.1.20
9422026-03-24T14:56:47.216Z Downloaded strip-ansi-escapes v0.2.1
9432026-03-24T14:56:47.220Z Downloaded sqlparser_derive v0.5.0
9442026-03-24T14:56:47.220Z Downloaded shlex v1.3.0
9452026-03-24T14:56:47.223Z Downloaded serde_repr v0.1.20
9462026-03-24T14:56:47.223Z Downloaded rustls-native-certs v0.8.3
9472026-03-24T14:56:47.226Z Downloaded hashbrown v0.13.2
9482026-03-24T14:56:47.230Z Downloaded hashbrown v0.12.3
9492026-03-24T14:56:47.233Z Downloaded structmeta-derive v0.3.0
9502026-03-24T14:56:47.233Z Downloaded structmeta v0.3.0
9512026-03-24T14:56:47.233Z Downloaded serde_derive_internals v0.29.1
9522026-03-24T14:56:47.236Z Downloaded aes v0.8.4
9532026-03-24T14:56:47.240Z Downloaded ssh-encoding v0.2.0
9542026-03-24T14:56:47.240Z Downloaded aes-gcm v0.10.3
9552026-03-24T14:56:47.243Z Downloaded serde-big-array v0.5.1
9562026-03-24T14:56:47.243Z Downloaded scroll_derive v0.13.1
9572026-03-24T14:56:47.246Z Downloaded rand_chacha v0.9.0
9582026-03-24T14:56:47.246Z Downloaded rand_core v0.6.4
9592026-03-24T14:56:47.246Z Downloaded pin-project-lite v0.2.17
9602026-03-24T14:56:47.250Z Downloaded russh-keys v0.45.0
9612026-03-24T14:56:47.253Z Downloaded strum v0.27.2
9622026-03-24T14:56:47.257Z Downloaded strum v0.26.3
9632026-03-24T14:56:47.257Z Downloaded subtle v2.6.1
9642026-03-24T14:56:47.257Z Downloaded slab v0.4.12
9652026-03-24T14:56:47.260Z Downloaded simd-adler32 v0.3.8
9662026-03-24T14:56:47.260Z Downloaded take_mut v0.2.2
9672026-03-24T14:56:47.260Z Downloaded rustls-pki-types v1.14.0
9682026-03-24T14:56:47.263Z Downloaded prettyplease v0.2.37
9692026-03-24T14:56:47.267Z Downloaded slog-stdlog v4.1.1
9702026-03-24T14:56:47.267Z Downloaded slog-scope v4.4.1
9712026-03-24T14:56:47.271Z Downloaded slog-json v2.6.1
9722026-03-24T14:56:47.271Z Downloaded sct v0.7.1
9732026-03-24T14:56:47.274Z Downloaded sqlformat v0.3.5
9742026-03-24T14:56:47.274Z Downloaded spki v0.7.3
9752026-03-24T14:56:47.277Z Downloaded tap v1.0.1
9762026-03-24T14:56:47.277Z Downloaded sync_wrapper v1.0.2
9772026-03-24T14:56:47.281Z Downloaded sync-ptr v0.1.4
9782026-03-24T14:56:47.281Z Downloaded slog-dtrace v0.3.0
9792026-03-24T14:56:47.281Z Downloaded thread-id v5.1.0
9802026-03-24T14:56:47.284Z Downloaded testing_table v0.3.0
9812026-03-24T14:56:47.284Z Downloaded slog-async v2.8.0
9822026-03-24T14:56:47.284Z Downloaded rcgen v0.12.1
9832026-03-24T14:56:47.288Z Downloaded tagptr v0.2.0
9842026-03-24T14:56:47.288Z Downloaded tabwriter v1.4.1
9852026-03-24T14:56:47.291Z Downloaded tabled_derive v0.11.0
9862026-03-24T14:56:47.291Z Downloaded termtree v0.5.1
9872026-03-24T14:56:47.295Z Downloaded smf v0.2.3
9882026-03-24T14:56:47.295Z Downloaded slog-term v2.9.2
9892026-03-24T14:56:47.295Z Downloaded time-core v0.1.8
9902026-03-24T14:56:47.298Z Downloaded thiserror-impl-no-std v2.0.2
9912026-03-24T14:56:47.298Z Downloaded ssh-cipher v0.2.0
9922026-03-24T14:56:47.298Z Downloaded sec1 v0.7.3
9932026-03-24T14:56:47.302Z Downloaded pretty_assertions v1.4.1
9942026-03-24T14:56:47.302Z Downloaded string_cache v0.8.9
9952026-03-24T14:56:47.307Z Downloaded rustls-platform-verifier v0.6.2
9962026-03-24T14:56:47.311Z Downloaded openssl-sys v0.9.111
9972026-03-24T14:56:47.315Z Downloaded tinyvec_macros v0.1.1
9982026-03-24T14:56:47.315Z Downloaded snafu-derive v0.8.9
9992026-03-24T14:56:47.315Z Downloaded strum_macros v0.24.3
10002026-03-24T14:56:47.315Z Downloaded stacker v0.1.23
10012026-03-24T14:56:47.319Z Downloaded rayon-core v1.13.0
10022026-03-24T14:56:47.322Z Downloaded serde_with_macros v3.17.0
10032026-03-24T14:56:47.322Z Downloaded strum_macros v0.26.4
10042026-03-24T14:56:47.326Z Downloaded supports-color v3.0.2
10052026-03-24T14:56:47.326Z Downloaded serde_cbor v0.11.2
10062026-03-24T14:56:47.330Z Downloaded signal-hook-registry v1.4.8
10072026-03-24T14:56:47.330Z Downloaded http v1.4.0
10082026-03-24T14:56:47.333Z Downloaded pin-project-internal v1.1.11
10092026-03-24T14:56:47.337Z Downloaded schemars v0.8.22
10102026-03-24T14:56:47.343Z Downloaded spin v0.9.8
10112026-03-24T14:56:47.347Z Downloaded phf_shared v0.12.1
10122026-03-24T14:56:47.347Z Downloaded omicron-zone-package v0.12.2
10132026-03-24T14:56:47.353Z Downloaded ryu v1.0.23
10142026-03-24T14:56:47.353Z Downloaded static_assertions v1.1.0
10152026-03-24T14:56:47.353Z Downloaded rand v0.8.5
10162026-03-24T14:56:47.357Z Downloaded publicsuffix v2.3.0
10172026-03-24T14:56:47.361Z Downloaded thread_local v1.1.9
10182026-03-24T14:56:47.361Z Downloaded termios v0.3.3
10192026-03-24T14:56:47.365Z Downloaded thiserror-no-std v2.0.2
10202026-03-24T14:56:47.365Z Downloaded tower-service v0.3.3
10212026-03-24T14:56:47.369Z Downloaded trait-variant v0.1.2
10222026-03-24T14:56:47.369Z Downloaded hashbrown v0.15.5
10232026-03-24T14:56:47.373Z Downloaded topological-sort v0.2.2
10242026-03-24T14:56:47.373Z Downloaded mio v1.1.1
10252026-03-24T14:56:47.377Z Downloaded tokio-macros v2.6.0
10262026-03-24T14:56:47.380Z Downloaded try-lock v0.2.5
10272026-03-24T14:56:47.380Z Downloaded time-macros v0.2.27
10282026-03-24T14:56:47.384Z Downloaded typify-macro v0.4.3
10292026-03-24T14:56:47.384Z Downloaded smallvec v0.6.14
10302026-03-24T14:56:47.384Z Downloaded qorb v0.4.1
10312026-03-24T14:56:47.387Z Downloaded tokio-dtrace v0.1.1
10322026-03-24T14:56:47.390Z Downloaded similar v2.7.0
10332026-03-24T14:56:47.394Z Downloaded tls_codec_derive v0.4.2
10342026-03-24T14:56:47.397Z Downloaded tokio-rustls v0.25.0
10352026-03-24T14:56:47.397Z Downloaded unicode-truncate v1.1.0
10362026-03-24T14:56:47.400Z Downloaded typify-macro v0.6.1
10372026-03-24T14:56:47.400Z Downloaded tls_codec v0.4.2
10382026-03-24T14:56:47.400Z Downloaded untrusted v0.9.0
10392026-03-24T14:56:47.403Z Downloaded tokio-native-tls v0.3.1
10402026-03-24T14:56:47.403Z Downloaded strum_macros v0.27.2
10412026-03-24T14:56:47.407Z Downloaded nom v7.1.3
10422026-03-24T14:56:47.410Z Downloaded socket2 v0.6.2
10432026-03-24T14:56:47.413Z Downloaded tokio-tungstenite v0.23.1
10442026-03-24T14:56:47.413Z Downloaded term v1.2.1
10452026-03-24T14:56:47.417Z Downloaded usdt v0.6.0
10462026-03-24T14:56:47.417Z Downloaded usdt-macro v0.6.0
10472026-03-24T14:56:47.420Z Downloaded untrusted v0.7.1
10482026-03-24T14:56:47.420Z Downloaded universal-hash v0.5.1
10492026-03-24T14:56:47.420Z Downloaded unit-prefix v0.5.2
10502026-03-24T14:56:47.423Z Downloaded tokio-tungstenite v0.21.0
10512026-03-24T14:56:47.424Z Downloaded signal-hook v0.3.18
10522026-03-24T14:56:47.427Z Downloaded iddqd v0.3.17
10532026-03-24T14:56:47.430Z Downloaded num-bigint-dig v0.8.6
10542026-03-24T14:56:47.434Z Downloaded term v0.7.0
10552026-03-24T14:56:47.437Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10562026-03-24T14:56:47.440Z Downloaded void v1.0.2
10572026-03-24T14:56:47.440Z Downloaded utf-8 v0.7.6
10582026-03-24T14:56:47.440Z Downloaded hyper v1.8.1
10592026-03-24T14:56:47.445Z Downloaded toml_writer v1.0.6+spec-1.1.0
10602026-03-24T14:56:47.449Z Downloaded support-bundle-viewer v0.1.2
10612026-03-24T14:56:47.449Z Downloaded schemars v0.9.0
10622026-03-24T14:56:47.458Z Downloaded unarray v0.1.4
10632026-03-24T14:56:47.461Z Downloaded ron v0.8.1
10642026-03-24T14:56:47.464Z Downloaded samael v0.0.19
10652026-03-24T14:56:47.470Z Downloaded unicase v2.9.0
10662026-03-24T14:56:47.474Z Downloaded tokio-rustls v0.24.1
10672026-03-24T14:56:47.474Z Downloaded want v0.3.1
10682026-03-24T14:56:47.474Z Downloaded socket2 v0.5.10
10692026-03-24T14:56:47.474Z Downloaded quinn v0.11.9
10702026-03-24T14:56:47.479Z Downloaded tiny-keccak v2.0.2
10712026-03-24T14:56:47.483Z Downloaded xattr v1.6.1
10722026-03-24T14:56:47.483Z Downloaded wait-timeout v0.2.1
10732026-03-24T14:56:47.483Z Downloaded tokio-stream v0.1.18
10742026-03-24T14:56:47.486Z Downloaded schemars v1.2.1
10752026-03-24T14:56:47.496Z Downloaded zone_cfg_derive v0.3.1
10762026-03-24T14:56:47.499Z Downloaded h2 v0.4.13
10772026-03-24T14:56:47.503Z Downloaded uzers v0.12.2
10782026-03-24T14:56:47.507Z Downloaded vergen-gitcl v1.0.8
10792026-03-24T14:56:47.507Z Downloaded rsa v0.9.10
10802026-03-24T14:56:47.510Z Downloaded vergen-lib v0.1.6
10812026-03-24T14:56:47.511Z Downloaded tracing-attributes v0.1.31
10822026-03-24T14:56:47.514Z Downloaded hkdf v0.12.4
10832026-03-24T14:56:47.518Z Downloaded tui-tree-widget v0.23.1
10842026-03-24T14:56:47.518Z Downloaded tinyvec v1.10.0
10852026-03-24T14:56:47.521Z Downloaded rustls-webpki v0.103.9
10862026-03-24T14:56:47.521Z Downloaded zone v0.3.1
10872026-03-24T14:56:47.526Z Downloaded rand v0.9.2
10882026-03-24T14:56:47.526Z Downloaded itertools v0.13.0
10892026-03-24T14:56:47.530Z Downloaded vsss-rs v3.3.4
10902026-03-24T14:56:47.534Z Downloaded vergen-git2 v1.0.7
10912026-03-24T14:56:47.534Z Downloaded subprocess v0.2.15
10922026-03-24T14:56:47.537Z Downloaded itertools v0.12.1
10932026-03-24T14:56:47.541Z Downloaded whoami v2.1.0
10942026-03-24T14:56:47.544Z Downloaded wyz v0.5.1
10952026-03-24T14:56:47.545Z Downloaded walkdir v2.5.0
10962026-03-24T14:56:47.548Z Downloaded waitgroup v0.1.2
10972026-03-24T14:56:47.548Z Downloaded test-strategy v0.4.5
10982026-03-24T14:56:47.552Z Downloaded iri-string v0.7.10
10992026-03-24T14:56:47.556Z Downloaded xz2 v0.1.7
11002026-03-24T14:56:47.559Z Downloaded whoami v1.6.1
11012026-03-24T14:56:47.559Z Downloaded xshell v0.2.7
11022026-03-24T14:56:47.563Z Downloaded twox-hash v2.1.2
11032026-03-24T14:56:47.563Z Downloaded zeroize_derive v1.4.3
11042026-03-24T14:56:47.563Z Downloaded xshell-macros v0.2.7
11052026-03-24T14:56:47.563Z Downloaded usdt-impl v0.6.0
11062026-03-24T14:56:47.566Z Downloaded usdt-attr-macro v0.6.0
11072026-03-24T14:56:47.566Z Downloaded rand v0.10.0
11082026-03-24T14:56:47.569Z Downloaded zstd v0.13.3
11092026-03-24T14:56:47.573Z Downloaded zeroize v1.8.2
11102026-03-24T14:56:47.573Z Downloaded russh v0.45.0
11112026-03-24T14:56:47.576Z Downloaded futures-util v0.3.32
11122026-03-24T14:56:47.584Z Downloaded typify v0.6.1
11132026-03-24T14:56:47.588Z Downloaded blake3 v1.8.3
11142026-03-24T14:56:47.594Z Downloaded zstd-safe v7.2.4
11152026-03-24T14:56:47.598Z Downloaded itertools v0.14.0
11162026-03-24T14:56:47.601Z Downloaded typify v0.4.3
11172026-03-24T14:56:47.606Z Downloaded tungstenite v0.23.0
11182026-03-24T14:56:47.610Z Downloaded toml v0.7.8
11192026-03-24T14:56:47.613Z Downloaded toml_parser v1.0.9+spec-1.1.0
11202026-03-24T14:56:47.613Z Downloaded uuid v1.21.0
11212026-03-24T14:56:47.616Z Downloaded bindgen v0.71.1
11222026-03-24T14:56:47.620Z Downloaded unicode-properties v0.1.4
11232026-03-24T14:56:47.623Z Downloaded steno v0.4.1
11242026-03-24T14:56:47.626Z Downloaded toml_edit v0.23.10+spec-1.0.0
11252026-03-24T14:56:47.629Z Downloaded unsafe-libyaml v0.2.11
11262026-03-24T14:56:47.633Z Downloaded yasna v0.5.2
11272026-03-24T14:56:47.633Z Downloaded toml v0.9.12+spec-1.1.0
11282026-03-24T14:56:47.636Z Downloaded p521 v0.13.3
11292026-03-24T14:56:47.639Z Downloaded vte v0.14.1
11302026-03-24T14:56:47.643Z Downloaded rustyline v14.0.0
11312026-03-24T14:56:47.646Z Downloaded tungstenite v0.21.0
11322026-03-24T14:56:47.649Z Downloaded zerocopy v0.6.6
11332026-03-24T14:56:47.649Z Downloaded aws-lc-rs v1.16.0
11342026-03-24T14:56:47.656Z Downloaded vergen v9.0.6
11352026-03-24T14:56:47.659Z Downloaded ron v0.12.0
11362026-03-24T14:56:47.664Z Downloaded libm v0.2.16
11372026-03-24T14:56:47.672Z Downloaded tracing-core v0.1.36
11382026-03-24T14:56:47.675Z Downloaded rpassword v7.4.0
11392026-03-24T14:56:47.679Z Downloaded unicode_categories v0.1.1
11402026-03-24T14:56:47.679Z Downloaded reedline v0.40.0
11412026-03-24T14:56:47.683Z Downloaded p384 v0.13.1
11422026-03-24T14:56:47.687Z Downloaded unicode-bidi v0.3.18
11432026-03-24T14:56:47.690Z Downloaded tar v0.4.44
11442026-03-24T14:56:47.693Z Downloaded zip v0.6.6
11452026-03-24T14:56:47.697Z Downloaded toml_edit v0.19.15
11462026-03-24T14:56:47.706Z Downloaded zopfli v0.8.3
11472026-03-24T14:56:47.710Z Downloaded bitvec v1.0.1
11482026-03-24T14:56:47.720Z Downloaded portable-atomic v1.13.1
11492026-03-24T14:56:47.726Z Downloaded zerocopy-derive v0.8.40
11502026-03-24T14:56:47.734Z Downloaded yansi v1.0.1
11512026-03-24T14:56:47.738Z Downloaded rustls-webpki v0.101.7
11522026-03-24T14:56:47.746Z Downloaded lalrpop v0.19.12
11532026-03-24T14:56:47.754Z Downloaded regex v1.12.3
11542026-03-24T14:56:47.759Z Downloaded tower v0.5.3
11552026-03-24T14:56:47.765Z Downloaded reqwest v0.12.28
11562026-03-24T14:56:47.770Z Downloaded moka v0.12.13
11572026-03-24T14:56:47.776Z Downloaded unicode-segmentation v1.12.0
11582026-03-24T14:56:47.780Z Downloaded tokio-util v0.7.18
11592026-03-24T14:56:47.784Z Downloaded chrono v0.4.44
11602026-03-24T14:56:47.790Z Downloaded zip v4.6.1
11612026-03-24T14:56:47.794Z Downloaded tokio-postgres v0.7.16
11622026-03-24T14:56:47.799Z Downloaded reqwest v0.13.2
11632026-03-24T14:56:47.803Z Downloaded unicode-normalization v0.1.25
11642026-03-24T14:56:47.807Z Downloaded x509-cert v0.2.5
11652026-03-24T14:56:47.814Z Downloaded typed-path v0.9.3
11662026-03-24T14:56:47.818Z Downloaded rayon v1.11.0
11672026-03-24T14:56:47.825Z Downloaded proptest v1.10.0
11682026-03-24T14:56:47.833Z Downloaded quick-xml v0.37.5
11692026-03-24T14:56:47.838Z Downloaded ssh-key v0.6.7
11702026-03-24T14:56:47.845Z Downloaded git2 v0.20.4
11712026-03-24T14:56:47.851Z Downloaded winnow v0.6.26
11722026-03-24T14:56:47.858Z Downloaded salty v0.3.0
11732026-03-24T14:56:47.863Z Downloaded winnow v0.5.40
11742026-03-24T14:56:47.870Z Downloaded object v0.30.4
11752026-03-24T14:56:47.877Z Downloaded tower-http v0.6.8
11762026-03-24T14:56:47.883Z Downloaded tough v0.20.0
11772026-03-24T14:56:47.890Z Downloaded serde_with v3.17.0
11782026-03-24T14:56:47.899Z Downloaded nix v0.27.1
11792026-03-24T14:56:47.907Z Downloaded petname v2.0.2
11802026-03-24T14:56:47.911Z Downloaded goblin v0.10.5
11812026-03-24T14:56:47.916Z Downloaded curve25519-dalek v4.1.3
11822026-03-24T14:56:47.923Z Downloaded snafu v0.8.9
11832026-03-24T14:56:47.927Z Downloaded slog v2.8.2
11842026-03-24T14:56:47.930Z Downloaded tokio-rustls v0.26.4
11852026-03-24T14:56:47.934Z Downloaded stringprep v0.1.5
11862026-03-24T14:56:47.934Z Downloaded libxml v0.3.3
11872026-03-24T14:56:47.937Z Downloaded time v0.3.47
11882026-03-24T14:56:47.946Z Downloaded smoltcp v0.9.1
11892026-03-24T14:56:47.954Z Downloaded hickory-proto v0.24.4
11902026-03-24T14:56:47.965Z Downloaded webpki-roots v1.0.6
11912026-03-24T14:56:47.968Z Downloaded polar-core v0.27.3
11922026-03-24T14:56:47.973Z Downloaded quinn-proto v0.11.13
11932026-03-24T14:56:47.979Z Downloaded dropshot v0.16.7
11942026-03-24T14:56:47.995Z Downloaded bstr v1.12.1
11952026-03-24T14:56:48.001Z Downloaded regex-syntax v0.8.10
11962026-03-24T14:56:48.008Z Downloaded openssl v0.10.75
11972026-03-24T14:56:48.015Z Downloaded radix_trie v0.2.1
11982026-03-24T14:56:48.018Z Downloaded zerocopy v0.8.40
11992026-03-24T14:56:48.025Z Downloaded tabled v0.20.0
12002026-03-24T14:56:48.039Z Downloaded smoltcp v0.11.0
12012026-03-24T14:56:48.048Z Downloaded nix v0.29.0
12022026-03-24T14:56:48.056Z Downloaded regex-syntax v0.6.29
12032026-03-24T14:56:48.061Z Downloaded nix v0.28.0
12042026-03-24T14:56:48.070Z Downloaded vcpkg v0.2.15
12052026-03-24T14:56:48.100Z Downloaded zlib-rs v0.6.2
12062026-03-24T14:56:48.104Z Downloaded nix v0.31.1
12072026-03-24T14:56:48.113Z Downloaded rustls v0.22.4
12082026-03-24T14:56:48.123Z Downloaded regress v0.10.5
12092026-03-24T14:56:48.130Z Downloaded sqlparser v0.61.0
12102026-03-24T14:56:48.136Z Downloaded openapiv3 v2.2.0
12112026-03-24T14:56:48.144Z Downloaded hickory-proto v0.25.2
12122026-03-24T14:56:48.156Z Downloaded rustls v0.23.37
12132026-03-24T14:56:48.166Z Downloaded tracing v0.1.44
12142026-03-24T14:56:48.180Z Downloaded typify-impl v0.6.1
12152026-03-24T14:56:48.189Z Downloaded typify-impl v0.4.3
12162026-03-24T14:56:48.199Z Downloaded rustix v0.38.44
12172026-03-24T14:56:48.216Z Downloaded rustls v0.21.12
12182026-03-24T14:56:48.225Z Downloaded diesel v2.3.7
12192026-03-24T14:56:48.240Z Downloaded zerocopy-derive v0.6.6
12202026-03-24T14:56:48.247Z Downloaded sled v0.34.7
12212026-03-24T14:56:48.255Z Downloaded rustls-webpki v0.102.8
12222026-03-24T14:56:48.268Z Downloaded object v0.37.3
12232026-03-24T14:56:48.277Z Downloaded petgraph v0.6.5
12242026-03-24T14:56:48.289Z Downloaded ratatui v0.29.0
12252026-03-24T14:56:48.304Z Downloaded bzip2-sys v0.1.13+1.0.8
12262026-03-24T14:56:48.312Z Downloaded lzma-sys v0.1.20
12272026-03-24T14:56:48.333Z Downloaded regex-automata v0.4.14
12282026-03-24T14:56:48.344Z Downloaded jiff v0.2.21
12292026-03-24T14:56:48.357Z Downloaded petgraph v0.8.3
12302026-03-24T14:56:48.373Z Downloaded csv v1.4.0
12312026-03-24T14:56:48.387Z Downloaded libz-sys v1.1.24
12322026-03-24T14:56:48.403Z Downloaded tower-layer v0.3.3
12332026-03-24T14:56:48.406Z Downloaded serde_yaml v0.9.34+deprecated
12342026-03-24T14:56:48.406Z Downloaded num-bigint v0.4.6
12352026-03-24T14:56:48.409Z Downloaded aho-corasick v1.1.4
12362026-03-24T14:56:48.413Z Downloaded chrono-tz v0.10.4
12372026-03-24T14:56:48.426Z Downloaded itertools v0.10.5
12382026-03-24T14:56:48.431Z Downloaded ignore v0.4.25
12392026-03-24T14:56:48.434Z Downloaded chacha20poly1305 v0.10.1
12402026-03-24T14:56:48.434Z Downloaded tokio v1.49.0
12412026-03-24T14:56:48.463Z Downloaded pem v3.0.6
12422026-03-24T14:56:48.467Z Downloaded flate2 v1.1.9
12432026-03-24T14:56:48.470Z Downloaded libbz2-rs-sys v0.2.2
12442026-03-24T14:56:48.470Z Downloaded psl-types v2.0.11
12452026-03-24T14:56:48.470Z Downloaded proc-macro-error-attr2 v2.0.0
12462026-03-24T14:56:48.474Z Downloaded progenitor-macro v0.11.2
12472026-03-24T14:56:48.474Z Downloaded progenitor-client v0.11.2
12482026-03-24T14:56:48.474Z Downloaded proc-macro-crate v1.3.1
12492026-03-24T14:56:48.474Z Downloaded oxide-tokio-rt v0.1.3
12502026-03-24T14:56:48.478Z Downloaded multer v3.1.0
12512026-03-24T14:56:48.478Z Downloaded packed_struct v0.10.1
12522026-03-24T14:56:48.478Z Downloaded darling_core v0.20.11
12532026-03-24T14:56:48.481Z Downloaded newtype-uuid-macros v0.1.0
12542026-03-24T14:56:48.484Z Downloaded multimap v0.10.1
12552026-03-24T14:56:48.484Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12562026-03-24T14:56:48.497Z Downloaded sha3 v0.10.8
12572026-03-24T14:56:48.501Z Downloaded ipnet v2.11.0
12582026-03-24T14:56:48.504Z Downloaded flume v0.11.1
12592026-03-24T14:56:48.508Z Downloaded bzip2 v0.4.4
12602026-03-24T14:56:48.508Z Downloaded indoc v2.0.7
12612026-03-24T14:56:48.511Z Downloaded lru-slab v0.1.2
12622026-03-24T14:56:48.511Z Downloaded chacha20 v0.10.0
12632026-03-24T14:56:48.511Z Downloaded encoding_rs v0.8.35
12642026-03-24T14:56:48.530Z Downloaded ff v0.13.1
12652026-03-24T14:56:48.533Z Downloaded des v0.8.1
12662026-03-24T14:56:48.533Z Downloaded darling v0.21.3
12672026-03-24T14:56:48.536Z Downloaded diff v0.1.13
12682026-03-24T14:56:48.536Z Downloaded darling v0.23.0
12692026-03-24T14:56:48.540Z Downloaded colored v3.1.1
12702026-03-24T14:56:48.543Z Downloaded clang-sys v1.8.1
12712026-03-24T14:56:48.547Z Downloaded cipher v0.4.4
12722026-03-24T14:56:48.547Z Downloaded cargo_toml v0.22.3
12732026-03-24T14:56:48.547Z Downloaded blake2 v0.10.6
12742026-03-24T14:56:48.550Z Downloaded bzip2 v0.6.1
12752026-03-24T14:56:48.550Z Downloaded internet-checksum v0.2.1
12762026-03-24T14:56:48.550Z Downloaded instant v0.1.13
12772026-03-24T14:56:48.553Z Downloaded indoc v1.0.9
12782026-03-24T14:56:48.553Z Downloaded indent_write v2.2.0
12792026-03-24T14:56:48.553Z Downloaded ident_case v1.0.1
12802026-03-24T14:56:48.557Z Downloaded git-stub-vcs v0.1.0
12812026-03-24T14:56:48.557Z Downloaded git-stub v1.0.0
12822026-03-24T14:56:48.557Z Downloaded futures-executor v0.3.32
12832026-03-24T14:56:48.560Z Downloaded fs-err v2.11.0
12842026-03-24T14:56:48.560Z Downloaded http-range v0.1.5
12852026-03-24T14:56:48.560Z Downloaded hostname v0.3.1
12862026-03-24T14:56:48.560Z Downloaded foldhash v0.1.5
12872026-03-24T14:56:48.564Z Downloaded fallible-iterator v0.2.0
12882026-03-24T14:56:48.564Z Downloaded byte-wrapper v0.1.0
12892026-03-24T14:56:48.564Z Downloaded chacha20 v0.9.1
12902026-03-24T14:56:48.567Z Downloaded cassowary v0.3.0
12912026-03-24T14:56:48.567Z Downloaded ctr v0.9.2
12922026-03-24T14:56:48.567Z Downloaded base64 v0.22.1
12932026-03-24T14:56:48.570Z Downloaded backoff v0.4.0
12942026-03-24T14:56:48.573Z Downloaded find-msvc-tools v0.1.9
12952026-03-24T14:56:48.574Z Downloaded der_derive v0.7.3
12962026-03-24T14:56:48.574Z Downloaded csv-core v0.1.13
12972026-03-24T14:56:48.577Z Downloaded cargo_metadata v0.19.2
12982026-03-24T14:56:48.577Z Downloaded ena v0.14.4
12992026-03-24T14:56:48.577Z Downloaded downcast-rs v2.0.2
13002026-03-24T14:56:48.580Z Downloaded arrayref v0.3.9
13012026-03-24T14:56:48.580Z Downloaded critical-section v1.2.0
13022026-03-24T14:56:48.580Z Downloaded arrayvec v0.7.6
13032026-03-24T14:56:48.584Z Downloaded argon2 v0.5.3
13042026-03-24T14:56:48.584Z Downloaded ahash v0.8.12
13052026-03-24T14:56:48.584Z Downloaded dirs-sys-next v0.1.2
13062026-03-24T14:56:48.588Z Downloaded cmake v0.1.57
13072026-03-24T14:56:48.589Z Downloaded atomicwrites v0.4.4
13082026-03-24T14:56:48.589Z Downloaded env_filter v1.0.0
13092026-03-24T14:56:48.589Z Downloaded blowfish v0.9.1
13102026-03-24T14:56:48.592Z Downloaded bit-vec v0.8.0
13112026-03-24T14:56:48.592Z Downloaded bit-vec v0.6.3
13122026-03-24T14:56:48.592Z Downloaded atomic-waker v1.1.2
13132026-03-24T14:56:48.592Z Downloaded async-recursion v1.1.1
13142026-03-24T14:56:48.597Z Downloaded debug-ignore v1.0.5
13152026-03-24T14:56:48.597Z Downloaded crc8 v0.1.1
13162026-03-24T14:56:48.597Z Downloaded ascii-canvas v3.0.0
13172026-03-24T14:56:48.641Z Downloaded ring v0.17.14
13182026-03-24T14:56:48.697Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-24T14:56:49.235Z Downloaded aws-lc-sys v0.37.1
13202026-03-24T14:56:49.571Z Compiling libc v0.2.180
13212026-03-24T14:56:49.571Z Compiling serde v1.0.228
13222026-03-24T14:56:49.575Z Compiling log v0.4.29
13232026-03-24T14:56:49.575Z Compiling find-msvc-tools v0.1.9
13242026-03-24T14:56:49.575Z Compiling shlex v1.3.0
13252026-03-24T14:56:49.575Z Compiling smallvec v1.15.1
13262026-03-24T14:56:49.575Z Compiling typenum v1.19.0
13272026-03-24T14:56:49.575Z Compiling subtle v2.6.1
13282026-03-24T14:56:49.811Z Compiling generic-array v0.14.7
13292026-03-24T14:56:49.818Z Compiling scopeguard v1.2.0
13302026-03-24T14:56:49.834Z Compiling portable-atomic v1.13.1
13312026-03-24T14:56:49.919Z Compiling const-oid v0.9.6
13322026-03-24T14:56:49.943Z Compiling critical-section v1.2.0
13332026-03-24T14:56:49.947Z Compiling zerocopy v0.8.40
13342026-03-24T14:56:49.963Z Compiling syn v2.0.117
13352026-03-24T14:56:50.009Z Compiling lock_api v0.4.14
13362026-03-24T14:56:50.056Z Compiling serde_json v1.0.149
13372026-03-24T14:56:50.060Z Compiling parking_lot_core v0.9.12
13382026-03-24T14:56:50.060Z Compiling pin-project-lite v0.2.17
13392026-03-24T14:56:50.123Z Compiling pkg-config v0.3.32
13402026-03-24T14:56:50.123Z Compiling bitflags v2.11.0
13412026-03-24T14:56:50.127Z Compiling libm v0.2.16
13422026-03-24T14:56:50.218Z Compiling num-traits v0.2.19
13432026-03-24T14:56:50.239Z Compiling futures-core v0.3.32
13442026-03-24T14:56:50.312Z Compiling percent-encoding v2.3.2
13452026-03-24T14:56:50.336Z Compiling allocator-api2 v0.2.21
13462026-03-24T14:56:50.403Z Compiling futures-sink v0.3.32
13472026-03-24T14:56:50.475Z Compiling cpufeatures v0.2.17
13482026-03-24T14:56:50.591Z Compiling foldhash v0.2.0
13492026-03-24T14:56:50.596Z Compiling futures-channel v0.3.32
13502026-03-24T14:56:50.637Z Compiling getrandom v0.4.1
13512026-03-24T14:56:50.640Z Compiling slab v0.4.12
13522026-03-24T14:56:50.658Z Compiling futures-task v0.3.32
13532026-03-24T14:56:50.662Z Compiling futures-io v0.3.32
13542026-03-24T14:56:50.789Z Compiling hashbrown v0.16.1
13552026-03-24T14:56:50.834Z Compiling getrandom v0.3.4
13562026-03-24T14:56:50.880Z Compiling rand_core v0.10.0
13572026-03-24T14:56:50.902Z Compiling rustversion v1.0.22
13582026-03-24T14:56:50.928Z Compiling form_urlencoded v1.2.2
13592026-03-24T14:56:50.928Z Compiling ident_case v1.0.1
13602026-03-24T14:56:50.928Z Compiling dunce v1.0.5
13612026-03-24T14:56:50.997Z Compiling fs_extra v1.3.0
13622026-03-24T14:56:51.059Z Compiling getrandom v0.2.17
13632026-03-24T14:56:51.083Z Compiling jobserver v0.1.34
13642026-03-24T14:56:51.115Z Compiling errno v0.3.14
13652026-03-24T14:56:51.166Z Compiling mio v1.1.1
13662026-03-24T14:56:51.170Z Compiling socket2 v0.6.2
13672026-03-24T14:56:51.212Z Compiling base64ct v1.8.3
13682026-03-24T14:56:51.263Z Compiling rand_core v0.6.4
13692026-03-24T14:56:51.325Z Compiling signal-hook-registry v1.4.8
13702026-03-24T14:56:51.380Z Compiling cc v1.2.56
13712026-03-24T14:56:51.380Z Compiling once_cell v1.21.3
13722026-03-24T14:56:51.515Z Compiling parking_lot v0.12.5
13732026-03-24T14:56:51.538Z Compiling indexmap v2.13.0
13742026-03-24T14:56:51.630Z Compiling pem-rfc7468 v0.7.0
13752026-03-24T14:56:51.634Z Compiling flagset v0.4.7
13762026-03-24T14:56:51.676Z Compiling iana-time-zone v0.1.65
13772026-03-24T14:56:51.698Z Compiling rustix v1.1.3
13782026-03-24T14:56:51.747Z Compiling uuid v1.21.0
13792026-03-24T14:56:51.747Z Compiling rustc_version v0.4.1
13802026-03-24T14:56:51.815Z Compiling regex-syntax v0.8.10
13812026-03-24T14:56:51.815Z Compiling aws-lc-rs v1.16.0
13822026-03-24T14:56:51.969Z Compiling vcpkg v0.2.15
13832026-03-24T14:56:52.028Z Compiling tracing-core v0.1.36
13842026-03-24T14:56:52.055Z Compiling crossbeam-utils v0.8.21
13852026-03-24T14:56:52.079Z Compiling rand_core v0.9.5
13862026-03-24T14:56:52.179Z Compiling untrusted v0.9.0
13872026-03-24T14:56:52.232Z Compiling untrusted v0.7.1
13882026-03-24T14:56:52.254Z Compiling schemars v0.8.22
13892026-03-24T14:56:52.350Z Compiling cmake v0.1.57
13902026-03-24T14:56:52.374Z Compiling syn v1.0.109
13912026-03-24T14:56:52.404Z Compiling openssl-probe v0.2.1
13922026-03-24T14:56:52.440Z Compiling httparse v1.10.1
13932026-03-24T14:56:52.464Z Compiling base64 v0.22.1
13942026-03-24T14:56:52.468Z Compiling rustls v0.23.37
13952026-03-24T14:56:52.605Z Compiling dyn-clone v1.0.20
13962026-03-24T14:56:52.648Z Compiling tower-service v0.3.3
13972026-03-24T14:56:52.679Z Compiling tower-layer v0.3.3
13982026-03-24T14:56:52.750Z Compiling atomic-waker v1.1.2
13992026-03-24T14:56:52.809Z Compiling try-lock v0.2.5
14002026-03-24T14:56:52.812Z Compiling tinyvec_macros v0.1.1
14012026-03-24T14:56:52.833Z Compiling spin v0.9.8
14022026-03-24T14:56:52.855Z Compiling aho-corasick v1.1.4
14032026-03-24T14:56:52.969Z Compiling pin-utils v0.1.0
14042026-03-24T14:56:52.972Z Compiling time-core v0.1.8
14052026-03-24T14:56:52.973Z Compiling foreign-types-shared v0.1.1
14062026-03-24T14:56:52.993Z Compiling powerfmt v0.2.0
14072026-03-24T14:56:53.058Z Compiling want v0.3.1
14082026-03-24T14:56:53.082Z Compiling tinyvec v1.10.0
14092026-03-24T14:56:53.104Z Compiling openssl v0.10.75
14102026-03-24T14:56:53.173Z Compiling num-conv v0.2.0
14112026-03-24T14:56:53.195Z Compiling crc32fast v1.5.0
14122026-03-24T14:56:53.238Z Compiling httpdate v1.0.3
14132026-03-24T14:56:53.293Z Compiling deranged v0.5.8
14142026-03-24T14:56:53.318Z Compiling foreign-types v0.3.2
14152026-03-24T14:56:53.343Z Compiling wait-timeout v0.2.1
14162026-03-24T14:56:53.347Z Compiling num_threads v0.1.7
14172026-03-24T14:56:53.387Z Compiling time-macros v0.2.27
14182026-03-24T14:56:53.422Z Compiling either v1.15.0
14192026-03-24T14:56:53.466Z Compiling simd-adler32 v0.3.8
14202026-03-24T14:56:53.497Z Compiling native-tls v0.2.18
14212026-03-24T14:56:53.553Z Compiling siphasher v1.0.2
14222026-03-24T14:56:53.591Z Compiling bit-vec v0.8.0
14232026-03-24T14:56:53.639Z Compiling usdt-impl v0.6.0
14242026-03-24T14:56:53.642Z Compiling aws-lc-sys v0.37.1
14252026-03-24T14:56:53.684Z Compiling ring v0.17.14
14262026-03-24T14:56:53.716Z Compiling openssl-sys v0.9.111
14272026-03-24T14:56:53.743Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-24T14:56:53.775Z Compiling quick-error v1.2.3
14292026-03-24T14:56:53.854Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-24T14:56:53.919Z Compiling tempfile v3.25.0
14312026-03-24T14:56:53.962Z Compiling bit-set v0.8.0
14322026-03-24T14:56:53.991Z Compiling unicode-normalization v0.1.25
14332026-03-24T14:56:54.090Z Compiling synstructure v0.13.2
14342026-03-24T14:56:54.192Z Compiling pest_generator v2.8.6
14352026-03-24T14:56:54.235Z Compiling serde_derive_internals v0.29.1
14362026-03-24T14:56:54.286Z Compiling darling_core v0.20.11
14372026-03-24T14:56:54.470Z Compiling regex-automata v0.4.14
14382026-03-24T14:56:54.713Z Compiling rusty-fork v0.3.1
14392026-03-24T14:56:54.736Z Compiling darling_core v0.21.3
14402026-03-24T14:56:54.928Z Compiling time v0.3.47
14412026-03-24T14:56:54.978Z Compiling crossbeam-epoch v0.9.18
14422026-03-24T14:56:55.161Z Compiling slog v2.8.2
14432026-03-24T14:56:55.211Z Compiling rand_xorshift v0.4.0
14442026-03-24T14:56:55.259Z Compiling heapless v0.7.17
14452026-03-24T14:56:55.287Z Compiling thread-id v5.1.0
14462026-03-24T14:56:55.358Z Compiling sync_wrapper v1.0.2
14472026-03-24T14:56:55.406Z Compiling cookie v0.18.1
14482026-03-24T14:56:55.429Z Compiling signal-hook v0.3.18
14492026-03-24T14:56:55.451Z Compiling unicode-bidi v0.3.18
14502026-03-24T14:56:55.455Z Compiling unicode-segmentation v1.12.0
14512026-03-24T14:56:55.508Z Compiling zstd-safe v7.2.4
14522026-03-24T14:56:55.555Z Compiling paste v1.0.15
14532026-03-24T14:56:55.590Z Compiling unarray v0.1.4
14542026-03-24T14:56:55.655Z Compiling rayon-core v1.13.0
14552026-03-24T14:56:55.677Z Compiling anyhow v1.0.102
14562026-03-24T14:56:55.744Z Compiling unicode-properties v0.1.4
14572026-03-24T14:56:55.780Z Compiling adler2 v2.0.1
14582026-03-24T14:56:55.927Z Compiling miniz_oxide v0.8.9
14592026-03-24T14:56:56.008Z Compiling stringprep v0.1.5
14602026-03-24T14:56:56.126Z Compiling crossbeam-deque v0.8.6
14612026-03-24T14:56:56.168Z Compiling num-integer v0.1.46
14622026-03-24T14:56:56.220Z Compiling vergen-lib v0.1.6
14632026-03-24T14:56:56.389Z Compiling curve25519-dalek v4.1.3
14642026-03-24T14:56:56.411Z Compiling ff v0.13.1
14652026-03-24T14:56:56.466Z Compiling hash32 v0.2.1
14662026-03-24T14:56:56.596Z Compiling memoffset v0.9.1
14672026-03-24T14:56:56.628Z Compiling num-bigint-dig v0.8.6
14682026-03-24T14:56:56.633Z Compiling ryu v1.0.23
14692026-03-24T14:56:56.724Z Compiling iri-string v0.7.10
14702026-03-24T14:56:56.747Z Compiling serde_derive v1.0.228
14712026-03-24T14:56:56.801Z Compiling zeroize_derive v1.4.3
14722026-03-24T14:56:56.824Z Compiling zerofrom-derive v0.1.6
14732026-03-24T14:56:56.856Z Compiling yoke-derive v0.8.1
14742026-03-24T14:56:56.886Z Compiling zerocopy-derive v0.8.40
14752026-03-24T14:56:56.908Z Compiling zerovec-derive v0.11.2
14762026-03-24T14:56:56.935Z Compiling displaydoc v0.2.5
14772026-03-24T14:56:57.173Z Compiling tokio-macros v2.6.0
14782026-03-24T14:56:57.680Z Compiling futures-macro v0.3.32
14792026-03-24T14:56:57.701Z Compiling zeroize v1.8.2
14802026-03-24T14:56:58.009Z Compiling der_derive v0.7.3
14812026-03-24T14:56:58.197Z Compiling thiserror-impl v2.0.18
14822026-03-24T14:56:58.439Z Compiling rustls-pki-types v1.14.0
14832026-03-24T14:56:58.461Z Compiling tracing-attributes v0.1.31
14842026-03-24T14:56:58.514Z Compiling schemars_derive v0.8.22
14852026-03-24T14:56:58.795Z Compiling crypto-common v0.1.7
14862026-03-24T14:56:58.827Z Compiling zerofrom v0.1.6
14872026-03-24T14:56:58.849Z Compiling block-buffer v0.10.4
14882026-03-24T14:56:58.872Z Compiling futures-util v0.3.32
14892026-03-24T14:56:58.990Z Compiling block-padding v0.3.3
14902026-03-24T14:56:59.013Z Compiling yoke v0.8.1
14912026-03-24T14:56:59.013Z Compiling pest_derive v2.8.6
14922026-03-24T14:56:59.084Z Compiling digest v0.10.7
14932026-03-24T14:56:59.107Z Compiling scroll_derive v0.13.1
14942026-03-24T14:56:59.211Z Compiling inout v0.1.4
14952026-03-24T14:56:59.282Z Compiling zerovec v0.11.5
14962026-03-24T14:56:59.347Z Compiling zerotrie v0.2.3
14972026-03-24T14:56:59.436Z Compiling hmac v0.12.1
14982026-03-24T14:56:59.457Z Compiling cipher v0.4.4
14992026-03-24T14:56:59.615Z Compiling sha2 v0.10.9
15002026-03-24T14:56:59.646Z Compiling der v0.7.10
15012026-03-24T14:56:59.763Z Compiling salsa20 v0.10.2
15022026-03-24T14:56:59.816Z Compiling pbkdf2 v0.12.2
15032026-03-24T14:56:59.956Z Compiling tinystr v0.8.2
15042026-03-24T14:56:59.984Z Compiling potential_utf v0.1.4
15052026-03-24T14:57:00.009Z Compiling scrypt v0.11.0
15062026-03-24T14:57:00.117Z Compiling thiserror v2.0.18
15072026-03-24T14:57:00.217Z Compiling icu_locale_core v2.1.1
15082026-03-24T14:57:00.241Z Compiling icu_collections v2.1.1
15092026-03-24T14:57:00.245Z Compiling aes v0.8.4
15102026-03-24T14:57:00.292Z Compiling cbc v0.1.2
15112026-03-24T14:57:00.296Z Compiling scroll v0.13.0
15122026-03-24T14:57:00.366Z Compiling darling_macro v0.20.11
15132026-03-24T14:57:00.392Z Compiling tracing v0.1.44
15142026-03-24T14:57:00.455Z Compiling thiserror-impl v1.0.69
15152026-03-24T14:57:00.505Z Compiling openssl-macros v0.1.1
15162026-03-24T14:57:00.684Z Compiling goblin v0.10.5
15172026-03-24T14:57:00.763Z Compiling dtrace-parser v0.3.0
15182026-03-24T14:57:00.921Z Compiling spki v0.7.3
15192026-03-24T14:57:01.013Z Compiling darling v0.20.11
15202026-03-24T14:57:01.059Z Compiling signature v2.2.0
15212026-03-24T14:57:01.130Z Compiling icu_provider v2.1.1
15222026-03-24T14:57:01.201Z Compiling pkcs5 v0.7.1
15232026-03-24T14:57:01.302Z Compiling derive_builder_core v0.20.2
15242026-03-24T14:57:01.370Z Compiling rustls-native-certs v0.8.3
15252026-03-24T14:57:01.483Z Compiling icu_normalizer v2.1.1
15262026-03-24T14:57:01.504Z Compiling icu_properties v2.1.2
15272026-03-24T14:57:01.545Z Compiling bytes v1.11.1
15282026-03-24T14:57:01.633Z Compiling chrono v0.4.44
15292026-03-24T14:57:01.692Z Compiling pkcs8 v0.10.2
15302026-03-24T14:57:01.764Z Compiling ipnet v2.11.0
15312026-03-24T14:57:01.845Z Compiling scroll_derive v0.12.1
15322026-03-24T14:57:01.866Z Compiling erased-serde v0.3.31
15332026-03-24T14:57:02.037Z Compiling serde_tokenstream v0.2.3
15342026-03-24T14:57:02.121Z Compiling serde_spanned v0.6.9
15352026-03-24T14:57:02.212Z Compiling tokio v1.49.0
15362026-03-24T14:57:02.235Z Compiling http v1.4.0
15372026-03-24T14:57:02.314Z Compiling thiserror v1.0.69
15382026-03-24T14:57:02.400Z Compiling toml_datetime v0.6.11
15392026-03-24T14:57:02.453Z Compiling md-5 v0.10.6
15402026-03-24T14:57:02.476Z Compiling webpki-roots v1.0.6
15412026-03-24T14:57:02.481Z Compiling darling_macro v0.21.3
15422026-03-24T14:57:02.525Z Compiling derive_builder_macro v0.20.2
15432026-03-24T14:57:02.597Z Compiling zerocopy-derive v0.7.35
15442026-03-24T14:57:02.644Z Compiling psl-types v2.0.11
15452026-03-24T14:57:02.720Z Compiling idna_adapter v1.2.1
15462026-03-24T14:57:02.749Z Compiling scroll v0.12.0
15472026-03-24T14:57:02.772Z Compiling zlib-rs v0.6.2
15482026-03-24T14:57:02.818Z Compiling smoltcp v0.9.1
15492026-03-24T14:57:02.922Z Compiling idna v1.1.0
15502026-03-24T14:57:02.944Z Compiling fallible-iterator v0.2.0
15512026-03-24T14:57:03.128Z Compiling ppv-lite86 v0.2.21
15522026-03-24T14:57:03.158Z Compiling http-body v1.0.1
15532026-03-24T14:57:03.185Z Compiling cfg_aliases v0.2.1
15542026-03-24T14:57:03.213Z Compiling rustix v0.38.44
15552026-03-24T14:57:03.296Z Compiling litrs v1.0.0
15562026-03-24T14:57:03.320Z Compiling url v2.5.8
15572026-03-24T14:57:03.355Z Compiling http-body-util v0.1.3
15582026-03-24T14:57:03.381Z Compiling base16ct v0.2.0
15592026-03-24T14:57:03.405Z Compiling ref-cast v1.0.25
15602026-03-24T14:57:03.564Z Compiling rand_chacha v0.9.0
15612026-03-24T14:57:03.605Z Compiling rand_chacha v0.3.1
15622026-03-24T14:57:03.629Z Compiling sec1 v0.7.3
15632026-03-24T14:57:03.685Z Compiling publicsuffix v2.3.0
15642026-03-24T14:57:03.731Z Compiling nix v0.31.1
15652026-03-24T14:57:03.815Z Compiling darling v0.21.3
15662026-03-24T14:57:03.839Z Compiling rand v0.9.2
15672026-03-24T14:57:03.865Z Compiling zerocopy v0.7.35
15682026-03-24T14:57:03.933Z Compiling rand v0.8.5
15692026-03-24T14:57:03.957Z Compiling derive_builder v0.20.2
15702026-03-24T14:57:03.961Z Compiling goblin v0.8.2
15712026-03-24T14:57:04.014Z Compiling document-features v0.2.12
15722026-03-24T14:57:04.429Z Compiling cargo-platform v0.1.9
15732026-03-24T14:57:04.485Z Compiling dof v0.4.0
15742026-03-24T14:57:04.678Z Compiling proptest v1.10.0
15752026-03-24T14:57:04.699Z Compiling postgres-protocol v0.6.10
15762026-03-24T14:57:04.699Z Compiling serde_urlencoded v0.7.1
15772026-03-24T14:57:04.812Z Compiling hkdf v0.12.4
15782026-03-24T14:57:04.834Z Compiling hubpack_derive v0.1.1
15792026-03-24T14:57:04.927Z Compiling crypto-bigint v0.5.5
15802026-03-24T14:57:04.974Z Compiling regex v1.12.3
15812026-03-24T14:57:05.176Z Compiling ipnetwork v0.21.1
15822026-03-24T14:57:05.218Z Compiling ref-cast-impl v1.0.25
15832026-03-24T14:57:05.240Z Compiling curve25519-dalek-derive v0.1.1
15842026-03-24T14:57:05.330Z Compiling strum_macros v0.27.2
15852026-03-24T14:57:05.427Z Compiling daft-derive v0.1.5
15862026-03-24T14:57:05.580Z Compiling oxnet v0.1.4
15872026-03-24T14:57:05.715Z Compiling async-trait v0.1.89
15882026-03-24T14:57:06.114Z Compiling group v0.13.0
15892026-03-24T14:57:06.138Z Compiling num-iter v0.1.45
15902026-03-24T14:57:06.298Z Compiling proc-macro-error v1.0.4
15912026-03-24T14:57:06.541Z Compiling heck v0.4.1
15922026-03-24T14:57:06.675Z Compiling terminal_size v0.4.3
15932026-03-24T14:57:06.701Z Compiling phf_shared v0.13.1
15942026-03-24T14:57:06.728Z Compiling lazy_static v1.5.0
15952026-03-24T14:57:06.772Z Compiling vergen v9.0.6
15962026-03-24T14:57:06.801Z Compiling fs-err v3.3.0
15972026-03-24T14:57:06.853Z Compiling ahash v0.8.12
15982026-03-24T14:57:06.877Z Compiling winnow v0.5.40
15992026-03-24T14:57:06.900Z Compiling libbz2-rs-sys v0.2.2
16002026-03-24T14:57:07.024Z Compiling flate2 v1.1.9
16012026-03-24T14:57:07.058Z Compiling object v0.37.3
16022026-03-24T14:57:07.077Z Compiling bumpalo v3.20.2
16032026-03-24T14:57:07.083Z Compiling foldhash v0.1.5
16042026-03-24T14:57:07.132Z Compiling managed v0.8.0
16052026-03-24T14:57:07.169Z Compiling bitflags v1.3.2
16062026-03-24T14:57:07.193Z Compiling console v0.16.2
16072026-03-24T14:57:07.277Z Compiling hashbrown v0.15.5
16082026-03-24T14:57:07.338Z Compiling tokio-util v0.7.18
16092026-03-24T14:57:07.434Z Compiling tower v0.5.3
16102026-03-24T14:57:07.443Z Compiling tokio-native-tls v0.3.1
16112026-03-24T14:57:07.508Z Compiling bzip2 v0.6.1
16122026-03-24T14:57:07.597Z Compiling zopfli v0.8.3
16132026-03-24T14:57:07.815Z Compiling dof v0.3.0
16142026-03-24T14:57:07.859Z Compiling phf v0.13.1
16152026-03-24T14:57:07.908Z Compiling newtype-uuid v1.3.2
16162026-03-24T14:57:07.948Z Compiling clap_builder v4.5.60
16172026-03-24T14:57:07.972Z Compiling zone_cfg_derive v0.3.1
16182026-03-24T14:57:08.085Z Compiling tower-http v0.6.8
16192026-03-24T14:57:08.140Z Compiling strum v0.27.2
16202026-03-24T14:57:08.163Z Compiling usdt-macro v0.6.0
16212026-03-24T14:57:08.325Z Compiling h2 v0.4.13
16222026-03-24T14:57:08.363Z Compiling daft v0.1.5
16232026-03-24T14:57:08.576Z Compiling usdt-attr-macro v0.6.0
16242026-03-24T14:57:08.665Z Compiling rayon v1.11.0
16252026-03-24T14:57:08.732Z Compiling toml_edit v0.19.15
16262026-03-24T14:57:08.754Z Compiling signal-hook-mio v0.2.5
16272026-03-24T14:57:08.847Z Compiling cargo_metadata v0.19.2
16282026-03-24T14:57:08.919Z Compiling elliptic-curve v0.13.8
16292026-03-24T14:57:08.923Z Compiling cookie_store v0.22.1
16302026-03-24T14:57:09.133Z Compiling hubpack v0.1.2
16312026-03-24T14:57:09.311Z Compiling postgres-types v0.2.12
16322026-03-24T14:57:09.368Z Compiling bzip2 v0.4.4
16332026-03-24T14:57:09.442Z Compiling zstd v0.13.3
16342026-03-24T14:57:09.519Z Compiling serde_with_macros v3.17.0
16352026-03-24T14:57:09.667Z Compiling dtrace-parser v0.2.0
16362026-03-24T14:57:09.815Z Compiling ed25519 v2.2.3
16372026-03-24T14:57:09.865Z Compiling pkcs1 v0.7.5
16382026-03-24T14:57:10.112Z Compiling hex v0.4.3
16392026-03-24T14:57:10.297Z Compiling serde-big-array v0.5.1
16402026-03-24T14:57:10.423Z Compiling rfc6979 v0.4.0
16412026-03-24T14:57:10.485Z Compiling bstr v1.12.1
16422026-03-24T14:57:10.508Z Compiling serde_repr v0.1.20
16432026-03-24T14:57:11.594Z Compiling strum_macros v0.26.4
16442026-03-24T14:57:11.598Z Compiling clap_derive v4.5.55
16452026-03-24T14:57:11.598Z Compiling enum-as-inner v0.6.1
16462026-03-24T14:57:11.598Z Compiling phf_shared v0.11.3
16472026-03-24T14:57:11.598Z Compiling itertools v0.12.1
16482026-03-24T14:57:11.598Z Compiling float-cmp v0.10.0
16492026-03-24T14:57:11.598Z Compiling thread-id v4.2.2
16502026-03-24T14:57:11.598Z Compiling memmap2 v0.9.10
16512026-03-24T14:57:11.598Z Compiling env_filter v1.0.0
16522026-03-24T14:57:11.598Z Compiling encoding_rs v0.8.35
16532026-03-24T14:57:11.598Z Compiling rustc-hash v2.1.1
16542026-03-24T14:57:11.598Z Compiling data-encoding v2.10.0
16552026-03-24T14:57:11.598Z Compiling fixedbitset v0.5.7
16562026-03-24T14:57:11.599Z Compiling jiff v0.2.21
16572026-03-24T14:57:11.599Z Compiling new_debug_unreachable v1.0.6
16582026-03-24T14:57:11.652Z Compiling mime v0.3.17
16592026-03-24T14:57:11.715Z Compiling normalize-line-endings v0.3.0
16602026-03-24T14:57:11.848Z Compiling unit-prefix v0.5.2
16612026-03-24T14:57:11.899Z Compiling fixedbitset v0.4.2
16622026-03-24T14:57:12.021Z Compiling keccak v0.1.6
16632026-03-24T14:57:12.051Z Compiling static_assertions v1.1.0
16642026-03-24T14:57:12.155Z Compiling precomputed-hash v0.1.1
16652026-03-24T14:57:12.201Z Compiling whoami v2.1.0
16662026-03-24T14:57:12.237Z Compiling difflib v0.4.0
16672026-03-24T14:57:12.285Z Compiling predicates-core v1.0.10
16682026-03-24T14:57:12.380Z Compiling hyper v1.8.1
16692026-03-24T14:57:12.543Z Compiling predicates v3.1.4
16702026-03-24T14:57:12.560Z Compiling tokio-postgres v0.7.16
16712026-03-24T14:57:12.723Z Compiling zone v0.3.1
16722026-03-24T14:57:12.780Z Compiling string_cache v0.8.9
16732026-03-24T14:57:13.027Z Compiling sha3 v0.10.8
16742026-03-24T14:57:13.048Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16752026-03-24T14:57:13.082Z Compiling strum v0.26.3
16762026-03-24T14:57:13.133Z Compiling petgraph v0.6.5
16772026-03-24T14:57:13.173Z Compiling indicatif v0.18.4
16782026-03-24T14:57:13.223Z Compiling clap v4.5.60
16792026-03-24T14:57:13.263Z Compiling hickory-proto v0.25.2
16802026-03-24T14:57:13.341Z Compiling petgraph v0.8.3
16812026-03-24T14:57:13.423Z Compiling toml_edit v0.22.27
16822026-03-24T14:57:13.510Z Compiling iddqd v0.3.17
16832026-03-24T14:57:13.650Z Compiling env_logger v0.11.9
16842026-03-24T14:57:13.742Z Compiling usdt v0.6.0
16852026-03-24T14:57:13.834Z Compiling usdt-impl v0.5.0
16862026-03-24T14:57:14.102Z Compiling hyper-util v0.1.20
16872026-03-24T14:57:14.159Z Compiling serde_with v3.17.0
16882026-03-24T14:57:14.386Z Compiling similar v2.7.0
16892026-03-24T14:57:14.654Z Compiling crossterm v0.28.1
16902026-03-24T14:57:14.677Z Compiling toml v0.7.8
16912026-03-24T14:57:15.080Z Compiling ecdsa v0.16.9
16922026-03-24T14:57:15.226Z Compiling zip v4.6.1
16932026-03-24T14:57:15.511Z Compiling rsa v0.9.10
16942026-03-24T14:57:15.536Z Compiling ed25519-dalek v2.2.0
16952026-03-24T14:57:15.616Z Compiling zip v0.6.6
16962026-03-24T14:57:16.071Z Compiling hyper-tls v0.6.0
16972026-03-24T14:57:16.137Z Compiling tokio-stream v0.1.18
16982026-03-24T14:57:16.465Z Compiling buf-list v1.1.2
16992026-03-24T14:57:16.490Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-24T14:57:16.543Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T14:57:16.571Z Compiling openapiv3 v2.2.0
17022026-03-24T14:57:16.740Z Compiling x509-cert v0.2.5
17032026-03-24T14:57:16.789Z Compiling sha1 v0.10.6
17042026-03-24T14:57:16.842Z Compiling itertools v0.13.0
17052026-03-24T14:57:16.865Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-24T14:57:16.963Z Compiling lalrpop-util v0.19.12
17072026-03-24T14:57:16.968Z Compiling peg-runtime v0.8.5
17082026-03-24T14:57:17.098Z Compiling thread_local v1.1.9
17092026-03-24T14:57:17.237Z Compiling slog-async v2.8.0
17102026-03-24T14:57:17.272Z Compiling futures-executor v0.3.32
17112026-03-24T14:57:17.351Z Compiling crossbeam-channel v0.5.15
17122026-03-24T14:57:17.378Z Compiling filetime v0.2.27
17132026-03-24T14:57:17.401Z Compiling is-terminal v0.4.17
17142026-03-24T14:57:17.444Z Compiling term v1.2.1
17152026-03-24T14:57:17.528Z Compiling take_mut v0.2.2
17162026-03-24T14:57:17.550Z Compiling xattr v1.6.1
17172026-03-24T14:57:17.629Z Compiling futures v0.3.32
17182026-03-24T14:57:17.744Z Compiling tar v0.4.44
17192026-03-24T14:57:17.973Z Compiling slog-term v2.9.2
17202026-03-24T14:57:38.349Z Compiling rustls-webpki v0.103.9
17212026-03-24T14:57:42.406Z Compiling tokio-rustls v0.26.4
17222026-03-24T14:57:42.406Z Compiling rustls-platform-verifier v0.6.2
17232026-03-24T14:57:42.668Z Compiling hyper-rustls v0.27.7
17242026-03-24T14:57:42.923Z Compiling reqwest v0.13.2
17252026-03-24T14:57:42.923Z Compiling reqwest v0.12.28
17262026-03-24T14:57:45.750Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-24T14:57:46.047Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-24T14:57:49.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17292026-03-24T14:57:50.055Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-24T14:57:50.120ZMar 24 14:57:49.372 INFO Starting download, target: Console
17312026-03-24T14:57:50.121ZMar 24 14:57:49.372 INFO Starting download, target: MaghemiteMgd
17322026-03-24T14:57:50.121ZMar 24 14:57:49.372 INFO Starting download, target: DendriteStub
17332026-03-24T14:57:50.121ZMar 24 14:57:49.372 INFO Starting download, target: Clickhouse
17342026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Starting download, target: Cockroach
17352026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Starting download, target: TransceiverControl
17362026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-24T14:57:50.124ZMar 24 14:57:49.372 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-24T14:57:50.673ZMar 24 14:57:49.923 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-24T14:57:51.014ZMar 24 14:57:50.264 INFO Download complete, target: TransceiverControl
17442026-03-24T14:57:51.139ZMar 24 14:57:50.390 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-24T14:57:51.524ZMar 24 14:57:50.776 INFO Download complete, target: Console
17462026-03-24T14:57:51.697ZMar 24 14:57:50.947 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-24T14:57:51.955ZMar 24 14:57:51.204 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-24T14:57:52.452ZMar 24 14:57:51.702 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-03-24T14:57:52.630ZMar 24 14:57:51.881 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-24T14:57:52.630ZMar 24 14:57:51.882 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-24T14:57:55.354ZMar 24 14:57:54.604 INFO Download complete, target: DendriteStub
17522026-03-24T14:57:55.603ZMar 24 14:57:54.854 INFO Download complete, target: MaghemiteMgd
17532026-03-24T14:58:00.302ZMar 24 14:57:59.551 INFO Checking that binary works, target: Cockroach
17542026-03-24T14:58:00.425ZMar 24 14:57:59.675 INFO Download complete, target: Cockroach
17552026-03-24T14:58:03.651ZMar 24 14:58:02.899 INFO Checking that binary works, target: Clickhouse
17562026-03-24T14:58:03.750ZMar 24 14:58:02.999 INFO Download complete, target: Clickhouse
17572026-03-24T14:58:03.756ZAll prerequisites installed successfully
17582026-03-24T14:58:03.760Z
17592026-03-24T14:58:03.760Zreal 3:51.316607247
17602026-03-24T14:58:03.760Zuser 10:24.891389647
17612026-03-24T14:58:03.760Zsys 2:05.984873068
17622026-03-24T14:58:03.760Ztrap 0.328914065
17632026-03-24T14:58:03.760Ztflt 1.105737456
17642026-03-24T14:58:03.760Zdflt 1.589123453
17652026-03-24T14:58:03.760Zkflt 0.022466148
17662026-03-24T14:58:03.760Zlock 32:38.539305717
17672026-03-24T14:58:03.760Zslp 25:21.997984577
17682026-03-24T14:58:03.760Zlat 28.867225213
17692026-03-24T14:58:03.760Zstop 4:40.768451338
17702026-03-24T14:58:03.760Z+ ptime -m cargo xtask download softnpu
17712026-03-24T14:58:04.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17722026-03-24T14:58:04.520Z Running `target/debug/xtask download softnpu`
17732026-03-24T14:58:05.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17742026-03-24T14:58:05.645Z Running `target/debug/xtask-downloader softnpu`
17752026-03-24T14:58:05.696ZMar 24 14:58:04.944 INFO Starting download, target: Softnpu
17762026-03-24T14:58:05.699ZMar 24 14:58:04.945 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-24T14:58:06.424ZMar 24 14:58:05.673 INFO Download complete, target: Softnpu
17782026-03-24T14:58:06.427Z
17792026-03-24T14:58:06.431Zreal 2.663471510
17802026-03-24T14:58:06.431Zuser 1.832122067
17812026-03-24T14:58:06.431Zsys 0.825331052
17822026-03-24T14:58:06.431Ztrap 0.000751827
17832026-03-24T14:58:06.431Ztflt 0.000149715
17842026-03-24T14:58:06.431Zdflt 0.000465357
17852026-03-24T14:58:06.431Zkflt 0.000000000
17862026-03-24T14:58:06.431Zlock 13.207694859
17872026-03-24T14:58:06.431Zslp 0.515949737
17882026-03-24T14:58:06.431Zlat 0.056334188
17892026-03-24T14:58:06.431Zstop 0.000166108
17902026-03-24T14:58:06.431Z+ export CARGO_INCREMENTAL=0
17912026-03-24T14:58:06.431Z+ CARGO_INCREMENTAL=0
17922026-03-24T14:58:06.431Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-24T14:58:07.672Z Compiling proc-macro2 v1.0.106
17942026-03-24T14:58:07.672Z Compiling quote v1.0.44
17952026-03-24T14:58:07.676Z Compiling unicode-ident v1.0.24
17962026-03-24T14:58:07.676Z Compiling libc v0.2.180
17972026-03-24T14:58:07.676Z Compiling serde_core v1.0.228
17982026-03-24T14:58:07.676Z Compiling serde v1.0.228
17992026-03-24T14:58:07.676Z Compiling cfg-if v1.0.4
18002026-03-24T14:58:07.676Z Compiling version_check v0.9.5
18012026-03-24T14:58:07.676Z Compiling find-msvc-tools v0.1.9
18022026-03-24T14:58:07.676Z Compiling shlex v1.3.0
18032026-03-24T14:58:07.676Z Compiling typenum v1.19.0
18042026-03-24T14:58:07.676Z Compiling portable-atomic v1.13.1
18052026-03-24T14:58:07.676Z Compiling memchr v2.8.0
18062026-03-24T14:58:07.676Z Compiling autocfg v1.5.0
18072026-03-24T14:58:07.676Z Compiling zmij v1.0.21
18082026-03-24T14:58:08.107Z Compiling serde_json v1.0.149
18092026-03-24T14:58:08.208Z Compiling zerocopy v0.8.40
18102026-03-24T14:58:08.359Z Compiling parking_lot_core v0.9.12
18112026-03-24T14:58:08.457Z Compiling generic-array v0.14.7
18122026-03-24T14:58:08.480Z Compiling libm v0.2.16
18132026-03-24T14:58:08.484Z Compiling smallvec v1.15.1
18142026-03-24T14:58:08.484Z Compiling num-traits v0.2.19
18152026-03-24T14:58:08.503Z Compiling icu_normalizer_data v2.1.1
18162026-03-24T14:58:08.506Z Compiling icu_properties_data v2.1.2
18172026-03-24T14:58:08.690Z Compiling itoa v1.0.17
18182026-03-24T14:58:08.714Z Compiling log v0.4.29
18192026-03-24T14:58:08.761Z Compiling getrandom v0.4.1
18202026-03-24T14:58:08.807Z Compiling pkg-config v0.3.32
18212026-03-24T14:58:08.884Z Compiling stable_deref_trait v1.2.1
18222026-03-24T14:58:08.974Z Compiling scopeguard v1.2.0
18232026-03-24T14:58:08.998Z Compiling subtle v2.6.1
18242026-03-24T14:58:09.096Z Compiling lock_api v0.4.14
18252026-03-24T14:58:09.099Z Compiling thiserror v2.0.18
18262026-03-24T14:58:09.166Z Compiling fnv v1.0.7
18272026-03-24T14:58:09.289Z Compiling jobserver v0.1.34
18282026-03-24T14:58:09.317Z Compiling getrandom v0.2.17
18292026-03-24T14:58:09.377Z Compiling errno v0.3.14
18302026-03-24T14:58:09.381Z Compiling getrandom v0.3.4
18312026-03-24T14:58:09.481Z Compiling pin-project-lite v0.2.17
18322026-03-24T14:58:09.551Z Compiling rand_core v0.6.4
18332026-03-24T14:58:09.598Z Compiling cc v1.2.56
18342026-03-24T14:58:09.649Z Compiling syn v2.0.117
18352026-03-24T14:58:09.751Z Compiling critical-section v1.2.0
18362026-03-24T14:58:09.822Z Compiling allocator-api2 v0.2.21
18372026-03-24T14:58:09.890Z Compiling equivalent v1.0.2
18382026-03-24T14:58:09.915Z Compiling rustversion v1.0.22
18392026-03-24T14:58:10.029Z Compiling dunce v1.0.5
18402026-03-24T14:58:10.033Z Compiling foldhash v0.2.0
18412026-03-24T14:58:10.080Z Compiling litemap v0.8.1
18422026-03-24T14:58:10.167Z Compiling fs_extra v1.3.0
18432026-03-24T14:58:10.233Z Compiling writeable v0.6.2
18442026-03-24T14:58:10.254Z Compiling percent-encoding v2.3.2
18452026-03-24T14:58:10.321Z Compiling once_cell v1.21.3
18462026-03-24T14:58:10.370Z Compiling hashbrown v0.16.1
18472026-03-24T14:58:10.566Z Compiling cmake v0.1.57
18482026-03-24T14:58:10.572Z Compiling const-oid v0.9.6
18492026-03-24T14:58:10.641Z Compiling signal-hook-registry v1.4.8
18502026-03-24T14:58:10.651Z Compiling rustix v1.1.3
18512026-03-24T14:58:10.664Z Compiling mio v1.1.1
18522026-03-24T14:58:10.778Z Compiling socket2 v0.6.2
18532026-03-24T14:58:10.785Z Compiling schemars v0.8.22
18542026-03-24T14:58:10.827Z Compiling aws-lc-rs v1.16.0
18552026-03-24T14:58:11.083Z Compiling semver v1.0.27
18562026-03-24T14:58:11.197Z Compiling bitflags v2.11.0
18572026-03-24T14:58:11.204Z Compiling indexmap v2.13.0
18582026-03-24T14:58:11.244Z Compiling parking_lot v0.12.5
18592026-03-24T14:58:11.276Z Compiling rand_core v0.10.0
18602026-03-24T14:58:11.339Z Compiling utf8_iter v1.0.4
18612026-03-24T14:58:11.407Z Compiling ring v0.17.14
18622026-03-24T14:58:11.482Z Compiling aws-lc-sys v0.37.1
18632026-03-24T14:58:11.506Z Compiling form_urlencoded v1.2.2
18642026-03-24T14:58:11.629Z Compiling strsim v0.11.1
18652026-03-24T14:58:11.652Z Compiling futures-core v0.3.32
18662026-03-24T14:58:11.857Z Compiling ucd-trie v0.1.7
18672026-03-24T14:58:11.880Z Compiling byteorder v1.5.0
18682026-03-24T14:58:12.035Z Compiling httparse v1.10.1
18692026-03-24T14:58:12.080Z Compiling thiserror v1.0.69
18702026-03-24T14:58:12.151Z Compiling pest v2.8.6
18712026-03-24T14:58:12.254Z Compiling heck v0.5.0
18722026-03-24T14:58:12.279Z Compiling vcpkg v0.2.15
18732026-03-24T14:58:12.363Z Compiling ident_case v1.0.1
18742026-03-24T14:58:12.502Z Compiling syn v1.0.109
18752026-03-24T14:58:12.597Z Compiling crossbeam-utils v0.8.21
18762026-03-24T14:58:12.640Z Compiling regex-syntax v0.8.10
18772026-03-24T14:58:12.796Z Compiling rustls v0.23.37
18782026-03-24T14:58:12.892Z Compiling futures-sink v0.3.32
18792026-03-24T14:58:12.928Z Compiling rustc_version v0.4.1
18802026-03-24T14:58:13.030Z Compiling futures-channel v0.3.32
18812026-03-24T14:58:13.033Z Compiling slab v0.4.12
18822026-03-24T14:58:13.056Z Compiling futures-task v0.3.32
18832026-03-24T14:58:13.079Z Compiling openssl-sys v0.9.111
18842026-03-24T14:58:13.082Z Compiling cpufeatures v0.2.17
18852026-03-24T14:58:13.104Z Compiling futures-io v0.3.32
18862026-03-24T14:58:13.313Z Compiling iana-time-zone v0.1.65
18872026-03-24T14:58:13.337Z Compiling plain v0.2.3
18882026-03-24T14:58:13.360Z Compiling uuid v1.21.0
18892026-03-24T14:58:13.409Z Compiling aho-corasick v1.1.4
18902026-03-24T14:58:13.433Z Compiling num-conv v0.2.0
18912026-03-24T14:58:13.512Z Compiling synstructure v0.13.2
18922026-03-24T14:58:13.535Z Compiling serde_derive_internals v0.29.1
18932026-03-24T14:58:13.626Z Compiling pest_meta v2.8.6
18942026-03-24T14:58:13.740Z Compiling time-core v0.1.8
18952026-03-24T14:58:13.956Z Compiling time-macros v0.2.27
18962026-03-24T14:58:14.091Z Compiling openssl v0.10.75
18972026-03-24T14:58:14.360Z Compiling pretty-hex v0.4.1
18982026-03-24T14:58:14.471Z Compiling pest_generator v2.8.6
18992026-03-24T14:58:14.569Z Compiling anyhow v1.0.102
19002026-03-24T14:58:14.601Z Compiling either v1.15.0
19012026-03-24T14:58:14.655Z Compiling base64ct v1.8.3
19022026-03-24T14:58:14.658Z Compiling crc32fast v1.5.0
19032026-03-24T14:58:14.704Z Compiling darling_core v0.21.3
19042026-03-24T14:58:14.707Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-24T14:58:14.754Z Compiling regex-automata v0.4.14
19062026-03-24T14:58:14.894Z Compiling flagset v0.4.7
19072026-03-24T14:58:14.973Z Compiling native-tls v0.2.18
19082026-03-24T14:58:15.009Z Compiling pem-rfc7468 v0.7.0
19092026-03-24T14:58:15.064Z Compiling rand_core v0.9.5
19102026-03-24T14:58:15.216Z Compiling slog v2.8.2
19112026-03-24T14:58:15.305Z Compiling tracing-core v0.1.36
19122026-03-24T14:58:15.358Z Compiling rayon-core v1.13.0
19132026-03-24T14:58:15.386Z Compiling dyn-clone v1.0.20
19142026-03-24T14:58:15.413Z Compiling untrusted v0.9.0
19152026-03-24T14:58:15.518Z Compiling serde_derive v1.0.228
19162026-03-24T14:58:15.521Z Compiling zeroize_derive v1.4.3
19172026-03-24T14:58:15.588Z Compiling zerofrom-derive v0.1.6
19182026-03-24T14:58:15.614Z Compiling yoke-derive v0.8.1
19192026-03-24T14:58:15.614Z Compiling zerovec-derive v0.11.2
19202026-03-24T14:58:15.662Z Compiling displaydoc v0.2.5
19212026-03-24T14:58:15.706Z Compiling zerocopy-derive v0.8.40
19222026-03-24T14:58:15.746Z Compiling tokio-macros v2.6.0
19232026-03-24T14:58:15.985Z Compiling futures-macro v0.3.32
19242026-03-24T14:58:16.298Z Compiling zeroize v1.8.2
19252026-03-24T14:58:16.619Z Compiling thiserror-impl v2.0.18
19262026-03-24T14:58:16.643Z Compiling tracing-attributes v0.1.31
19272026-03-24T14:58:16.896Z Compiling der_derive v0.7.3
19282026-03-24T14:58:16.985Z Compiling schemars_derive v0.8.22
19292026-03-24T14:58:17.008Z Compiling thiserror-impl v1.0.69
19302026-03-24T14:58:17.128Z Compiling zerofrom v0.1.6
19312026-03-24T14:58:17.306Z Compiling yoke v0.8.1
19322026-03-24T14:58:17.430Z Compiling crypto-common v0.1.7
19332026-03-24T14:58:17.575Z Compiling zerovec v0.11.5
19342026-03-24T14:58:17.632Z Compiling zerotrie v0.2.3
19352026-03-24T14:58:18.076Z Compiling block-buffer v0.10.4
19362026-03-24T14:58:18.171Z Compiling pest_derive v2.8.6
19372026-03-24T14:58:18.191Z Compiling futures-util v0.3.32
19382026-03-24T14:58:18.258Z Compiling digest v0.10.7
19392026-03-24T14:58:18.333Z Compiling tinystr v0.8.2
19402026-03-24T14:58:18.370Z Compiling potential_utf v0.1.4
19412026-03-24T14:58:18.559Z Compiling icu_collections v2.1.1
19422026-03-24T14:58:18.617Z Compiling icu_locale_core v2.1.1
19432026-03-24T14:58:18.617Z Compiling hmac v0.12.1
19442026-03-24T14:58:18.625Z Compiling block-padding v0.3.3
19452026-03-24T14:58:18.692Z Compiling sha2 v0.10.9
19462026-03-24T14:58:18.810Z Compiling rustls-pki-types v1.14.0
19472026-03-24T14:58:18.933Z Compiling inout v0.1.4
19482026-03-24T14:58:19.239Z Compiling cipher v0.4.4
19492026-03-24T14:58:19.504Z Compiling scroll_derive v0.13.1
19502026-03-24T14:58:19.552Z Compiling scroll_derive v0.12.1
19512026-03-24T14:58:19.665Z Compiling icu_provider v2.1.1
19522026-03-24T14:58:19.808Z Compiling bytes v1.11.1
19532026-03-24T14:58:19.891Z Compiling chrono v0.4.44
19542026-03-24T14:58:19.966Z Compiling serde_tokenstream v0.2.3
19552026-03-24T14:58:20.197Z Compiling icu_properties v2.1.2
19562026-03-24T14:58:20.301Z Compiling icu_normalizer v2.1.1
19572026-03-24T14:58:20.396Z Compiling openssl-macros v0.1.1
19582026-03-24T14:58:20.516Z Compiling tokio v1.49.0
19592026-03-24T14:58:21.097Z Compiling http v1.4.0
19602026-03-24T14:58:21.542Z Compiling idna_adapter v1.2.1
19612026-03-24T14:58:21.746Z Compiling idna v1.1.0
19622026-03-24T14:58:21.836Z Compiling ppv-lite86 v0.2.21
19632026-03-24T14:58:21.861Z Compiling der v0.7.10
19642026-03-24T14:58:21.865Z Compiling darling_macro v0.21.3
19652026-03-24T14:58:21.961Z Compiling regex v1.12.3
19662026-03-24T14:58:22.214Z Compiling url v2.5.8
19672026-03-24T14:58:22.327Z Compiling zerocopy-derive v0.7.35
19682026-03-24T14:58:22.488Z Compiling darling v0.21.3
19692026-03-24T14:58:22.532Z Compiling salsa20 v0.10.2
19702026-03-24T14:58:22.604Z Compiling pbkdf2 v0.12.2
19712026-03-24T14:58:22.770Z Compiling tracing v0.1.44
19722026-03-24T14:58:23.030Z Compiling spki v0.7.3
19732026-03-24T14:58:23.326Z Compiling cookie v0.18.1
19742026-03-24T14:58:23.455Z Compiling camino v1.2.2
19752026-03-24T14:58:23.478Z Compiling base64 v0.22.1
19762026-03-24T14:58:23.635Z Compiling scrypt v0.11.0
19772026-03-24T14:58:23.702Z Compiling rand_chacha v0.9.0
19782026-03-24T14:58:23.821Z Compiling aes v0.8.4
19792026-03-24T14:58:23.856Z Compiling cbc v0.1.2
19802026-03-24T14:58:24.403Z Compiling usdt-impl v0.5.0
19812026-03-24T14:58:24.482Z Compiling paste v1.0.15
19822026-03-24T14:58:24.539Z Compiling usdt-impl v0.6.0
19832026-03-24T14:58:24.690Z Compiling ref-cast v1.0.25
19842026-03-24T14:58:24.739Z Compiling winnow v0.7.14
19852026-03-24T14:58:25.063Z Compiling pkcs5 v0.7.1
19862026-03-24T14:58:25.087Z Compiling rand v0.9.2
19872026-03-24T14:58:25.269Z Compiling http-body v1.0.1
19882026-03-24T14:58:25.412Z Compiling scroll v0.13.0
19892026-03-24T14:58:25.476Z Compiling scroll v0.12.0
19902026-03-24T14:58:25.593Z Compiling serde_spanned v0.6.9
19912026-03-24T14:58:25.593Z Compiling toml_datetime v0.6.11
19922026-03-24T14:58:25.686Z Compiling tokio-util v0.7.18
19932026-03-24T14:58:25.807Z Compiling heapless v0.7.17
19942026-03-24T14:58:25.892Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-24T14:58:25.920Z Compiling zstd-safe v7.2.4
19962026-03-24T14:58:26.122Z Compiling signal-hook v0.3.18
19972026-03-24T14:58:26.145Z Compiling untrusted v0.7.1
19982026-03-24T14:58:26.168Z Compiling atomic-waker v1.1.2
19992026-03-24T14:58:26.266Z Compiling openssl-probe v0.2.1
20002026-03-24T14:58:26.485Z Compiling goblin v0.8.2
20012026-03-24T14:58:26.512Z Compiling goblin v0.10.5
20022026-03-24T14:58:26.615Z Compiling toml_parser v1.0.9+spec-1.1.0
20032026-03-24T14:58:26.782Z Compiling pkcs8 v0.10.2
20042026-03-24T14:58:27.024Z Compiling zerocopy v0.7.35
20052026-03-24T14:58:27.175Z Compiling ref-cast-impl v1.0.25
20062026-03-24T14:58:27.197Z Compiling darling_core v0.20.11
20072026-03-24T14:58:27.449Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-24T14:58:27.472Z Compiling memoffset v0.9.1
20092026-03-24T14:58:27.746Z Compiling winnow v0.5.40
20102026-03-24T14:58:27.772Z Compiling tower-service v0.3.3
20112026-03-24T14:58:27.775Z Compiling rustix v0.38.44
20122026-03-24T14:58:27.841Z Compiling tower-layer v0.3.3
20132026-03-24T14:58:27.889Z Compiling litrs v1.0.0
20142026-03-24T14:58:27.916Z Compiling tinyvec_macros v0.1.1
20152026-03-24T14:58:28.005Z Compiling fastrand v2.3.0
20162026-03-24T14:58:28.033Z Compiling try-lock v0.2.5
20172026-03-24T14:58:28.509Z Compiling want v0.3.1
20182026-03-24T14:58:28.533Z Compiling document-features v0.2.12
20192026-03-24T14:58:28.725Z Compiling tinyvec v1.10.0
20202026-03-24T14:58:28.725Z Compiling h2 v0.4.13
20212026-03-24T14:58:29.286Z Compiling dtrace-parser v0.2.0
20222026-03-24T14:58:29.434Z Compiling dtrace-parser v0.3.0
20232026-03-24T14:58:29.715Z Compiling dof v0.3.0
20242026-03-24T14:58:29.966Z Compiling toml_edit v0.19.15
20252026-03-24T14:58:30.037Z Compiling darling_macro v0.20.11
20262026-03-24T14:58:30.169Z Compiling ipnet v2.11.0
20272026-03-24T14:58:30.263Z Compiling dof v0.4.0
20282026-03-24T14:58:30.504Z Compiling daft-derive v0.1.5
20292026-03-24T14:58:30.589Z Compiling async-trait v0.1.89
20302026-03-24T14:58:30.639Z Compiling curve25519-dalek v4.1.3
20312026-03-24T14:58:30.930Z Compiling spin v0.9.8
20322026-03-24T14:58:30.962Z Compiling thread-id v5.1.0
20332026-03-24T14:58:30.983Z Compiling thread-id v4.2.2
20342026-03-24T14:58:31.082Z Compiling proc-macro-error-attr v1.0.4
20352026-03-24T14:58:31.109Z Compiling httpdate v1.0.3
20362026-03-24T14:58:31.223Z Compiling smoltcp v0.9.1
20372026-03-24T14:58:31.354Z Compiling powerfmt v0.2.0
20382026-03-24T14:58:31.630Z Compiling num-bigint-dig v0.8.6
20392026-03-24T14:58:31.653Z Compiling foreign-types-shared v0.1.1
20402026-03-24T14:58:31.706Z Compiling pin-utils v0.1.0
20412026-03-24T14:58:31.774Z Compiling cfg_aliases v0.2.1
20422026-03-24T14:58:31.828Z Compiling foreign-types v0.3.2
20432026-03-24T14:58:31.831Z Compiling deranged v0.5.8
20442026-03-24T14:58:31.904Z Compiling nix v0.31.1
20452026-03-24T14:58:32.022Z Compiling darling v0.20.11
20462026-03-24T14:58:32.144Z Compiling tempfile v3.25.0
20472026-03-24T14:58:32.601Z Compiling ipnetwork v0.21.1
20482026-03-24T14:58:32.629Z Compiling strum_macros v0.26.4
20492026-03-24T14:58:32.807Z Compiling hyper v1.8.1
20502026-03-24T14:58:32.833Z Compiling wait-timeout v0.2.1
20512026-03-24T14:58:32.926Z Compiling proc-macro-error v1.0.4
20522026-03-24T14:58:33.191Z Compiling simd-adler32 v0.3.8
20532026-03-24T14:58:33.223Z Compiling utf8parse v0.2.2
20542026-03-24T14:58:33.250Z Compiling unicode-segmentation v1.12.0
20552026-03-24T14:58:33.383Z Compiling bit-vec v0.8.0
20562026-03-24T14:58:33.427Z Compiling anstyle v1.0.13
20572026-03-24T14:58:33.462Z Compiling quick-error v1.2.3
20582026-03-24T14:58:33.610Z Compiling siphasher v1.0.2
20592026-03-24T14:58:33.631Z Compiling num_threads v0.1.7
20602026-03-24T14:58:33.766Z Compiling bit-set v0.8.0
20612026-03-24T14:58:33.871Z Compiling rusty-fork v0.3.1
20622026-03-24T14:58:33.961Z Compiling time v0.3.47
20632026-03-24T14:58:34.294Z Compiling hyper-util v0.1.20
20642026-03-24T14:58:34.476Z Compiling anstyle-parse v0.2.7
20652026-03-24T14:58:34.844Z Compiling crossbeam-epoch v0.9.18
20662026-03-24T14:58:35.007Z Compiling derive_builder_core v0.20.2
20672026-03-24T14:58:35.345Z Compiling unicode-normalization v0.1.25
20682026-03-24T14:58:35.975Z Compiling rustls-native-certs v0.8.3
20692026-03-24T14:58:36.302Z Compiling signature v2.2.0
20702026-03-24T14:58:36.450Z Compiling hubpack_derive v0.1.1
20712026-03-24T14:58:36.471Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-24T14:58:36.497Z Compiling strum_macros v0.27.2
20732026-03-24T14:58:36.523Z Compiling rand_xorshift v0.4.0
20742026-03-24T14:58:36.598Z Compiling sync_wrapper v1.0.2
20752026-03-24T14:58:36.648Z Compiling fs-err v3.3.0
20762026-03-24T14:58:36.722Z Compiling ahash v0.8.12
20772026-03-24T14:58:36.820Z Compiling adler2 v2.0.1
20782026-03-24T14:58:37.004Z Compiling unarray v0.1.4
20792026-03-24T14:58:37.024Z Compiling unicode-bidi v0.3.18
20802026-03-24T14:58:37.047Z Compiling is_terminal_polyfill v1.70.2
20812026-03-24T14:58:37.070Z Compiling object v0.37.3
20822026-03-24T14:58:37.157Z Compiling colorchoice v1.0.4
20832026-03-24T14:58:37.183Z Compiling unicode-properties v0.1.4
20842026-03-24T14:58:37.269Z Compiling anstyle-query v1.1.5
20852026-03-24T14:58:37.342Z Compiling proptest v1.10.0
20862026-03-24T14:58:37.411Z Compiling anstream v0.6.21
20872026-03-24T14:58:37.457Z Compiling stringprep v0.1.5
20882026-03-24T14:58:37.480Z Compiling miniz_oxide v0.8.9
20892026-03-24T14:58:37.807Z Compiling tower v0.5.3
20902026-03-24T14:58:38.208Z Compiling derive_builder_macro v0.20.2
20912026-03-24T14:58:38.449Z Compiling crossbeam-deque v0.8.6
20922026-03-24T14:58:38.615Z Compiling heck v0.4.1
20932026-03-24T14:58:38.672Z Compiling usdt-macro v0.6.0
20942026-03-24T14:58:38.713Z Compiling usdt-attr-macro v0.6.0
20952026-03-24T14:58:39.022Z Compiling http-body-util v0.1.3
20962026-03-24T14:58:39.154Z Compiling webpki-roots v1.0.6
20972026-03-24T14:58:39.320Z Compiling rand_chacha v0.3.1
20982026-03-24T14:58:39.366Z Compiling erased-serde v0.3.31
20992026-03-24T14:58:39.395Z Compiling md-5 v0.10.6
21002026-03-24T14:58:39.545Z Compiling num-integer v0.1.46
21012026-03-24T14:58:39.604Z Compiling hash32 v0.2.1
21022026-03-24T14:58:39.692Z Compiling vergen-lib v0.1.6
21032026-03-24T14:58:39.720Z Compiling ff v0.13.1
21042026-03-24T14:58:39.747Z Compiling psl-types v2.0.11
21052026-03-24T14:58:39.798Z Compiling fallible-iterator v0.2.0
21062026-03-24T14:58:39.801Z Compiling base16ct v0.2.0
21072026-03-24T14:58:39.801Z Compiling iri-string v0.7.10
21082026-03-24T14:58:39.848Z Compiling ryu v1.0.23
21092026-03-24T14:58:39.896Z Compiling zlib-rs v0.6.2
21102026-03-24T14:58:39.968Z Compiling sec1 v0.7.3
21112026-03-24T14:58:40.016Z Compiling publicsuffix v2.3.0
21122026-03-24T14:58:40.062Z Compiling serde_urlencoded v0.7.1
21132026-03-24T14:58:40.133Z Compiling newtype-uuid v1.3.2
21142026-03-24T14:58:40.157Z Compiling group v0.13.0
21152026-03-24T14:58:40.280Z Compiling postgres-protocol v0.6.10
21162026-03-24T14:58:40.283Z Compiling num-iter v0.1.45
21172026-03-24T14:58:40.458Z Compiling rand v0.8.5
21182026-03-24T14:58:40.688Z Compiling oxnet v0.1.4
21192026-03-24T14:58:40.913Z Compiling zone_cfg_derive v0.3.1
21202026-03-24T14:58:40.968Z Compiling derive_builder v0.20.2
21212026-03-24T14:58:41.074Z Compiling tokio-native-tls v0.3.1
21222026-03-24T14:58:41.173Z Compiling phf_shared v0.13.1
21232026-03-24T14:58:41.293Z Compiling lazy_static v1.5.0
21242026-03-24T14:58:41.393Z Compiling terminal_size v0.4.3
21252026-03-24T14:58:41.443Z Compiling tower-http v0.6.8
21262026-03-24T14:58:41.446Z Compiling serde_with_macros v3.17.0
21272026-03-24T14:58:41.497Z Compiling cargo-platform v0.1.9
21282026-03-24T14:58:41.566Z Compiling hkdf v0.12.4
21292026-03-24T14:58:41.614Z Compiling crypto-bigint v0.5.5
21302026-03-24T14:58:41.707Z Compiling enum-as-inner v0.6.1
21312026-03-24T14:58:41.736Z Compiling clap_derive v4.5.55
21322026-03-24T14:58:41.761Z Compiling serde_repr v0.1.20
21332026-03-24T14:58:41.783Z Compiling vergen v9.0.6
21342026-03-24T14:58:41.842Z Compiling clap_lex v1.0.0
21352026-03-24T14:58:42.019Z Compiling unicode-width v0.2.0
21362026-03-24T14:58:42.043Z Compiling managed v0.8.0
21372026-03-24T14:58:42.139Z Compiling bumpalo v3.20.2
21382026-03-24T14:58:42.337Z Compiling bitflags v1.3.2
21392026-03-24T14:58:42.362Z Compiling foldhash v0.1.5
21402026-03-24T14:58:42.412Z Compiling libbz2-rs-sys v0.2.2
21412026-03-24T14:58:42.485Z Compiling zopfli v0.8.3
21422026-03-24T14:58:42.559Z Compiling hashbrown v0.15.5
21432026-03-24T14:58:42.622Z Compiling console v0.16.2
21442026-03-24T14:58:42.844Z Compiling flate2 v1.1.9
21452026-03-24T14:58:42.968Z Compiling bzip2 v0.6.1
21462026-03-24T14:58:43.114Z Compiling elliptic-curve v0.13.8
21472026-03-24T14:58:43.196Z Compiling clap_builder v4.5.60
21482026-03-24T14:58:43.268Z Compiling cargo_metadata v0.19.2
21492026-03-24T14:58:43.366Z Compiling phf v0.13.1
21502026-03-24T14:58:43.469Z Compiling hyper-tls v0.6.0
21512026-03-24T14:58:43.564Z Compiling signal-hook-mio v0.2.5
21522026-03-24T14:58:43.614Z Compiling rayon v1.11.0
21532026-03-24T14:58:43.680Z Compiling daft v0.1.5
21542026-03-24T14:58:43.725Z Compiling cookie_store v0.22.1
21552026-03-24T14:58:43.767Z Compiling postgres-types v0.2.12
21562026-03-24T14:58:44.000Z Compiling zstd v0.13.3
21572026-03-24T14:58:44.044Z Compiling bzip2 v0.4.4
21582026-03-24T14:58:44.349Z Compiling strum v0.27.2
21592026-03-24T14:58:44.462Z Compiling hubpack v0.1.2
21602026-03-24T14:58:44.559Z Compiling ed25519 v2.2.3
21612026-03-24T14:58:44.584Z Compiling phf_shared v0.11.3
21622026-03-24T14:58:44.833Z Compiling pkcs1 v0.7.5
21632026-03-24T14:58:44.952Z Compiling serde-big-array v0.5.1
21642026-03-24T14:58:45.011Z Compiling hex v0.4.3
21652026-03-24T14:58:45.085Z Compiling rfc6979 v0.4.0
21662026-03-24T14:58:45.151Z Compiling bstr v1.12.1
21672026-03-24T14:58:45.324Z Compiling itertools v0.12.1
21682026-03-24T14:58:45.327Z Compiling float-cmp v0.10.0
21692026-03-24T14:58:45.327Z Compiling memmap2 v0.9.10
21702026-03-24T14:58:45.394Z Compiling env_filter v1.0.0
21712026-03-24T14:58:45.397Z Compiling encoding_rs v0.8.35
21722026-03-24T14:58:45.476Z Compiling mime v0.3.17
21732026-03-24T14:58:45.535Z Compiling new_debug_unreachable v1.0.6
21742026-03-24T14:58:45.638Z Compiling fixedbitset v0.5.7
21752026-03-24T14:58:45.685Z Compiling rustc-hash v2.1.1
21762026-03-24T14:58:45.804Z Compiling predicates-core v1.0.10
21772026-03-24T14:58:45.863Z Compiling unit-prefix v0.5.2
21782026-03-24T14:58:45.975Z Compiling fixedbitset v0.4.2
21792026-03-24T14:58:46.000Z Compiling static_assertions v1.1.0
21802026-03-24T14:58:46.023Z Compiling normalize-line-endings v0.3.0
21812026-03-24T14:58:46.071Z Compiling precomputed-hash v0.1.1
21822026-03-24T14:58:46.075Z Compiling data-encoding v2.10.0
21832026-03-24T14:58:46.120Z Compiling difflib v0.4.0
21842026-03-24T14:58:46.159Z Compiling jiff v0.2.21
21852026-03-24T14:58:46.196Z Compiling toml_write v0.1.2
21862026-03-24T14:58:46.220Z Compiling whoami v2.1.0
21872026-03-24T14:58:46.470Z Compiling keccak v0.1.6
21882026-03-24T14:58:46.492Z Compiling hickory-proto v0.25.2
21892026-03-24T14:58:46.559Z Compiling tokio-postgres v0.7.16
21902026-03-24T14:58:46.643Z Compiling predicates v3.1.4
21912026-03-24T14:58:46.671Z Compiling sha3 v0.10.8
21922026-03-24T14:58:46.695Z Compiling toml_edit v0.22.27
21932026-03-24T14:58:47.006Z Compiling zone v0.3.1
21942026-03-24T14:58:47.045Z Compiling string_cache v0.8.9
21952026-03-24T14:58:47.193Z Compiling petgraph v0.6.5
21962026-03-24T14:58:47.343Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-24T14:58:47.428Z Compiling indicatif v0.18.4
21982026-03-24T14:58:47.515Z Compiling petgraph v0.8.3
21992026-03-24T14:58:47.850Z Compiling iddqd v0.3.17
22002026-03-24T14:58:48.435Z Compiling similar v2.7.0
22012026-03-24T14:58:49.217Z Compiling env_logger v0.11.9
22022026-03-24T14:58:49.348Z Compiling usdt v0.6.0
22032026-03-24T14:58:49.663Z Compiling serde_with v3.17.0
22042026-03-24T14:58:49.687Z Compiling clap v4.5.60
22052026-03-24T14:58:49.802Z Compiling zip v4.6.1
22062026-03-24T14:58:49.895Z Compiling ecdsa v0.16.9
22072026-03-24T14:58:50.165Z Compiling rsa v0.9.10
22082026-03-24T14:58:50.440Z Compiling ed25519-dalek v2.2.0
22092026-03-24T14:58:51.027Z Compiling crossterm v0.28.1
22102026-03-24T14:58:51.375Z Compiling zip v0.6.6
22112026-03-24T14:58:51.424Z Compiling strum v0.26.3
22122026-03-24T14:58:51.463Z Compiling toml v0.7.8
22132026-03-24T14:58:51.612Z Compiling tokio-stream v0.1.18
22142026-03-24T14:58:51.844Z Compiling buf-list v1.1.2
22152026-03-24T14:58:52.191Z Compiling x509-cert v0.2.5
22162026-03-24T14:58:52.215Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-24T14:58:52.246Z Compiling openapiv3 v2.2.0
22182026-03-24T14:58:52.308Z Compiling sha1 v0.10.6
22192026-03-24T14:58:52.422Z Compiling itertools v0.13.0
22202026-03-24T14:58:52.898Z Compiling lalrpop-util v0.19.12
22212026-03-24T14:58:53.188Z Compiling peg-runtime v0.8.5
22222026-03-24T14:59:08.101Z Compiling macaddr v1.0.1
22232026-03-24T14:59:08.291Z Compiling structmeta-derive v0.3.0
22242026-03-24T14:59:08.374Z Compiling itertools v0.14.0
22252026-03-24T14:59:08.849Z Compiling heapless v0.8.0
22262026-03-24T14:59:10.096Z Compiling ingot-macros v0.1.1
22272026-03-24T14:59:10.709Z Compiling structmeta v0.3.0
22282026-03-24T14:59:13.860Z Compiling rustls-webpki v0.103.9
22292026-03-24T14:59:15.180Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-24T14:59:16.614Z Compiling hash32 v0.3.1
22312026-03-24T14:59:16.770Z Compiling smoltcp v0.11.0
22322026-03-24T14:59:16.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-03-24T14:59:17.211Z Compiling proc-macro-crate v3.4.0
22342026-03-24T14:59:17.235Z Compiling ingot-types v0.1.2
22352026-03-24T14:59:17.257Z Compiling cobs v0.3.0
22362026-03-24T14:59:17.621Z Compiling rustls v0.22.4
22372026-03-24T14:59:17.738Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-24T14:59:17.808Z Compiling num_enum_derive v0.7.5
22392026-03-24T14:59:17.876Z Compiling ingot v0.1.1
22402026-03-24T14:59:17.930Z Compiling postcard v1.1.3
22412026-03-24T14:59:17.976Z Compiling proc-macro-crate v1.3.1
22422026-03-24T14:59:18.022Z Compiling rustls-webpki v0.102.8
22432026-03-24T14:59:18.056Z Compiling futures-executor v0.3.32
22442026-03-24T14:59:18.443Z Compiling foreign-types-macros v0.2.3
22452026-03-24T14:59:18.466Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-24T14:59:18.470Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-24T14:59:18.509Z Compiling multer v3.1.0
22482026-03-24T14:59:18.664Z Compiling tokio-rustls v0.26.4
22492026-03-24T14:59:18.755Z Compiling rustls-platform-verifier v0.6.2
22502026-03-24T14:59:18.781Z Compiling thread_local v1.1.9
22512026-03-24T14:59:18.849Z Compiling slog-async v2.8.0
22522026-03-24T14:59:19.010Z Compiling hyper-rustls v0.27.7
22532026-03-24T14:59:19.036Z Compiling foreign-types-shared v0.3.1
22542026-03-24T14:59:19.076Z Compiling cpufeatures v0.3.0
22552026-03-24T14:59:19.099Z Compiling typeid v1.0.3
22562026-03-24T14:59:19.178Z Compiling match_cfg v0.1.0
22572026-03-24T14:59:19.213Z Compiling chacha20 v0.10.0
22582026-03-24T14:59:19.218Z Compiling foreign-types v0.5.0
22592026-03-24T14:59:19.281Z Compiling num_enum v0.7.5
22602026-03-24T14:59:19.306Z Compiling hostname v0.3.1
22612026-03-24T14:59:19.364Z Compiling reqwest v0.13.2
22622026-03-24T14:59:19.409Z Compiling reqwest v0.12.28
22632026-03-24T14:59:19.538Z Compiling num_enum_derive v0.5.11
22642026-03-24T14:59:19.562Z Compiling futures v0.3.32
22652026-03-24T14:59:19.688Z Compiling derive-ex v0.1.8
22662026-03-24T14:59:19.747Z Compiling tabwriter v1.4.1
22672026-03-24T14:59:19.791Z Compiling slog-json v2.6.1
22682026-03-24T14:59:20.131Z Compiling crossbeam-channel v0.5.15
22692026-03-24T14:59:20.228Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-24T14:59:20.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712026-03-24T14:59:20.793Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-24T14:59:20.821Z Compiling async-stream-impl v0.3.6
22732026-03-24T14:59:20.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-03-24T14:59:20.990Z Compiling serde_spanned v1.0.4
22752026-03-24T14:59:21.033Z Compiling is-terminal v0.4.17
22762026-03-24T14:59:21.072Z Compiling cstr-argument v0.1.2
22772026-03-24T14:59:21.184Z Compiling dropshot v0.16.7
22782026-03-24T14:59:21.230Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-24T14:59:21.269Z Compiling erased-serde v0.4.9
22802026-03-24T14:59:21.301Z Compiling crucible-workspace-hack v0.1.0
22812026-03-24T14:59:21.367Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-24T14:59:21.461Z Compiling term v1.2.1
22832026-03-24T14:59:21.486Z Compiling take_mut v0.2.2
22842026-03-24T14:59:21.588Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-24T14:59:21.615Z Compiling async-stream v0.3.6
22862026-03-24T14:59:21.741Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-24T14:59:21.764Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882026-03-24T14:59:21.788Z Compiling test-strategy v0.4.5
22892026-03-24T14:59:21.788Z Compiling num_enum v0.5.11
22902026-03-24T14:59:21.878Z Compiling slog-term v2.9.2
22912026-03-24T14:59:21.975Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-03-24T14:59:21.998Z Compiling slog-bunyan v2.5.0
22932026-03-24T14:59:22.211Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-03-24T14:59:22.293Z Compiling rand v0.10.0
22952026-03-24T14:59:22.421Z Compiling tokio-rustls v0.25.0
22962026-03-24T14:59:22.759Z Compiling parse-display-derive v0.10.0
22972026-03-24T14:59:22.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-24T14:59:23.200Z Compiling backon v1.6.0
22992026-03-24T14:59:23.224Z Compiling waitgroup v0.1.2
23002026-03-24T14:59:23.264Z Compiling newtype-uuid-macros v0.1.0
23012026-03-24T14:59:23.295Z Compiling dropshot_endpoint v0.16.7
23022026-03-24T14:59:23.342Z Compiling rustls-pemfile v2.2.0
23032026-03-24T14:59:23.447Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-24T14:59:23.499Z Compiling serde_path_to_error v0.1.20
23052026-03-24T14:59:23.550Z Compiling hostname v0.4.2
23062026-03-24T14:59:23.573Z Compiling instant v0.1.13
23072026-03-24T14:59:23.718Z Compiling colored v3.1.1
23082026-03-24T14:59:23.744Z Compiling debug-ignore v1.0.5
23092026-03-24T14:59:23.771Z Compiling libefi-sys v0.1.0
23102026-03-24T14:59:23.797Z Compiling backoff v0.4.0
23112026-03-24T14:59:23.901Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-24T14:59:23.924Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-24T14:59:24.100Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-24T14:59:24.144Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23152026-03-24T14:59:24.251Z Compiling camino-tempfile v1.4.1
23162026-03-24T14:59:24.277Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-24T14:59:24.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-03-24T14:59:24.647Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-24T14:59:24.766Z Compiling parse-display v0.10.0
23202026-03-24T14:59:24.792Z Compiling usdt-attr-macro v0.5.0
23212026-03-24T14:59:24.797Z Compiling usdt-macro v0.5.0
23222026-03-24T14:59:24.839Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-03-24T14:59:24.870Z Compiling secrecy v0.10.3
23242026-03-24T14:59:25.103Z Compiling num-derive v0.4.2
23252026-03-24T14:59:25.344Z Compiling bitfield-struct v0.6.2
23262026-03-24T14:59:25.373Z Compiling regress v0.10.5
23272026-03-24T14:59:25.706Z Compiling ordered-float v2.10.1
23282026-03-24T14:59:25.756Z Compiling blake3 v1.8.3
23292026-03-24T14:59:25.824Z Compiling sigpipe v0.1.3
23302026-03-24T14:59:25.902Z Compiling memmap v0.7.0
23312026-03-24T14:59:25.966Z Compiling glob v0.3.3
23322026-03-24T14:59:26.114Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-24T14:59:26.168Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-24T14:59:26.214Z Compiling usdt v0.5.0
23352026-03-24T14:59:26.303Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23362026-03-24T14:59:26.407Z Compiling serde-value v0.7.0
23372026-03-24T14:59:26.559Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-03-24T14:59:26.583Z Compiling serde-untagged v0.1.9
23392026-03-24T14:59:26.625Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23402026-03-24T14:59:26.932Z Compiling toml v0.8.23
23412026-03-24T14:59:27.006Z Compiling smf v0.2.3
23422026-03-24T14:59:27.031Z Compiling filetime v0.2.27
23432026-03-24T14:59:27.057Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-24T14:59:27.080Z Compiling constant_time_eq v0.4.2
23452026-03-24T14:59:27.138Z Compiling same-file v1.0.6
23462026-03-24T14:59:27.178Z Compiling arrayvec v0.7.6
23472026-03-24T14:59:27.200Z Compiling xattr v1.6.1
23482026-03-24T14:59:27.300Z Compiling arrayref v0.3.9
23492026-03-24T14:59:27.325Z Compiling whoami v1.6.1
23502026-03-24T14:59:27.353Z Compiling unicode-xid v0.2.6
23512026-03-24T14:59:27.377Z Compiling tar v0.4.44
23522026-03-24T14:59:27.380Z Compiling walkdir v2.5.0
23532026-03-24T14:59:27.427Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-24T14:59:27.514Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23552026-03-24T14:59:27.558Z Compiling tokio-dtrace v0.1.1
23562026-03-24T14:59:27.826Z Compiling cargo-util-schemas v0.8.2
23572026-03-24T14:59:27.913Z Compiling gethostname v0.5.0
23582026-03-24T14:59:27.984Z Compiling cargo-platform v0.2.0
23592026-03-24T14:59:28.101Z Compiling topological-sort v0.2.2
23602026-03-24T14:59:28.281Z Compiling oxide-tokio-rt v0.1.3
23612026-03-24T14:59:28.323Z Compiling shell-words v1.1.1
23622026-03-24T14:59:28.344Z Compiling indent_write v2.2.0
23632026-03-24T14:59:28.450Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23642026-03-24T14:59:29.589Z Compiling cargo_metadata v0.21.0
23652026-03-24T14:59:40.725Z Compiling progenitor-client v0.10.0
23662026-03-24T14:59:40.725Z Compiling omicron-zone-package v0.12.2
23672026-03-24T14:59:40.769Z Compiling progenitor-client v0.13.0
23682026-03-24T14:59:40.872Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-24T14:59:40.872Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-24T14:59:40.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-03-24T14:59:40.875Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-24T14:59:41.283Z Compiling progenitor-extras v0.1.1
23732026-03-24T14:59:41.605Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-24T14:59:51.237Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-24T14:59:52.489Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-24T15:00:00.725Z Finished `release` profile [optimized] target(s) in 1m 54s
23772026-03-24T15:00:00.919Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-24T15:00:00.992ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-24T15:00:00.995ZCreated new build target 'test' and set it as active
23802026-03-24T15:00:00.995Z
23812026-03-24T15:00:00.998Zreal 1:54.540654892
23822026-03-24T15:00:00.998Zuser 20:08.014574903
23832026-03-24T15:00:00.998Zsys 3:02.460479384
23842026-03-24T15:00:00.998Ztrap 0.522321580
23852026-03-24T15:00:00.998Ztflt 2.985569282
23862026-03-24T15:00:00.998Zdflt 3.957977774
23872026-03-24T15:00:00.998Zkflt 0.000801091
23882026-03-24T15:00:00.998Zlock 1:03:50.029428459
23892026-03-24T15:00:00.998Zslp 51:12.879898018
23902026-03-24T15:00:00.998Zlat 45.085434002
23912026-03-24T15:00:00.998Zstop 7:50.073467478
23922026-03-24T15:00:00.998Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-24T15:00:02.232Z Finished `release` profile [optimized] target(s) in 1.22s
23942026-03-24T15:00:02.303Z Running `target/release/omicron-package -t test package`
23952026-03-24T15:00:02.371ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-24T15:00:04.314Z Compiling regress v0.10.5
23972026-03-24T15:00:04.314Z Compiling heck v0.5.0
23982026-03-24T15:00:04.317Z Compiling unsafe-libyaml v0.2.11
23992026-03-24T15:00:04.547Z Compiling convert_case v0.4.0
24002026-03-24T15:00:04.635Z Compiling half v2.7.1
24012026-03-24T15:00:04.642Z Compiling ciborium-io v0.2.2
24022026-03-24T15:00:04.694Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-24T15:00:04.697Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-24T15:00:04.697Z Compiling universal-hash v0.5.1
24052026-03-24T15:00:04.755Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-24T15:00:04.818Z Compiling typify-impl v0.6.1
24072026-03-24T15:00:04.849Z Compiling opaque-debug v0.3.1
24082026-03-24T15:00:04.852Z Compiling prettyplease v0.2.37
24092026-03-24T15:00:04.852Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-24T15:00:04.940Z Compiling byte-wrapper v0.1.0
24112026-03-24T15:00:04.973Z Compiling chacha20 v0.9.1
24122026-03-24T15:00:04.976Z Compiling password-hash v0.5.0
24132026-03-24T15:00:04.976Z Compiling poly1305 v0.8.0
24142026-03-24T15:00:05.010Z Compiling ciborium-ll v0.2.2
24152026-03-24T15:00:05.072Z Compiling derive_more v0.99.20
24162026-03-24T15:00:05.141Z Compiling blake2 v0.10.6
24172026-03-24T15:00:05.202Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24182026-03-24T15:00:05.309Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-24T15:00:05.341Z Compiling ciborium v0.2.2
24202026-03-24T15:00:05.437Z Compiling aead v0.5.2
24212026-03-24T15:00:05.473Z Compiling unicode-width v0.1.14
24222026-03-24T15:00:05.712Z Compiling swrite v0.1.0
24232026-03-24T15:00:05.839Z Compiling chacha20poly1305 v0.10.1
24242026-03-24T15:00:05.873Z Compiling argon2 v0.5.3
24252026-03-24T15:00:05.877Z Compiling is-terminal v0.4.17
24262026-03-24T15:00:05.935Z Compiling serde_spanned v1.0.4
24272026-03-24T15:00:06.028Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-24T15:00:06.095Z Compiling bytecount v0.6.9
24292026-03-24T15:00:06.131Z Compiling rustls v0.22.4
24302026-03-24T15:00:06.165Z Compiling rustls-webpki v0.102.8
24312026-03-24T15:00:06.198Z Compiling derive-where v1.6.0
24322026-03-24T15:00:06.201Z Compiling thiserror-no-std v2.0.2
24332026-03-24T15:00:06.266Z Compiling thread_local v1.1.9
24342026-03-24T15:00:06.266Z Compiling match_cfg v0.1.0
24352026-03-24T15:00:06.337Z Compiling toml v0.9.12+spec-1.1.0
24362026-03-24T15:00:06.369Z Compiling vsss-rs v3.3.4
24372026-03-24T15:00:06.404Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24382026-03-24T15:00:06.441Z Compiling hostname v0.3.1
24392026-03-24T15:00:06.604Z Compiling multer v3.1.0
24402026-03-24T15:00:06.645Z Compiling slog-async v2.8.0
24412026-03-24T15:00:06.691Z Compiling slog-json v2.6.1
24422026-03-24T15:00:06.731Z Compiling crossbeam-channel v0.5.15
24432026-03-24T15:00:06.855Z Compiling futures-executor v0.3.32
24442026-03-24T15:00:06.982Z Compiling take_mut v0.2.2
24452026-03-24T15:00:07.137Z Compiling term v1.2.1
24462026-03-24T15:00:07.168Z Compiling futures v0.3.32
24472026-03-24T15:00:07.171Z Compiling slog-bunyan v2.5.0
24482026-03-24T15:00:07.309Z Compiling async-stream v0.3.6
24492026-03-24T15:00:07.309Z Compiling dropshot v0.16.7
24502026-03-24T15:00:07.377Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-03-24T15:00:07.414Z Compiling progenitor-client v0.13.0
24522026-03-24T15:00:07.445Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-03-24T15:00:07.553Z Compiling slog-term v2.9.2
24542026-03-24T15:00:07.584Z Compiling waitgroup v0.1.2
24552026-03-24T15:00:07.707Z Compiling backon v1.6.0
24562026-03-24T15:00:07.787Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24572026-03-24T15:00:07.829Z Compiling rustls-pemfile v2.2.0
24582026-03-24T15:00:07.862Z Compiling serde_path_to_error v0.1.20
24592026-03-24T15:00:07.865Z Compiling hostname v0.4.2
24602026-03-24T15:00:07.865Z Compiling instant v0.1.13
24612026-03-24T15:00:07.963Z Compiling debug-ignore v1.0.5
24622026-03-24T15:00:07.966Z Compiling progenitor-extras v0.1.1
24632026-03-24T15:00:07.966Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-03-24T15:00:08.060Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-24T15:00:08.063Z Compiling backoff v0.4.0
24662026-03-24T15:00:08.096Z Compiling parse-display v0.10.0
24672026-03-24T15:00:08.132Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-24T15:00:08.201Z Compiling progenitor-client v0.10.0
24692026-03-24T15:00:08.204Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-24T15:00:08.204Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-03-24T15:00:08.301Z Compiling macaddr v1.0.1
24722026-03-24T15:00:08.334Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-24T15:00:08.383Z Compiling console v0.15.11
24742026-03-24T15:00:08.419Z Compiling newline-converter v0.3.0
24752026-03-24T15:00:08.453Z Compiling atomicwrites v0.4.4
24762026-03-24T15:00:08.504Z Compiling num-rational v0.4.2
24772026-03-24T15:00:08.623Z Compiling num-complex v0.4.6
24782026-03-24T15:00:08.688Z Compiling slog-dtrace v0.3.0
24792026-03-24T15:00:08.748Z Compiling async-recursion v1.1.1
24802026-03-24T15:00:08.840Z Compiling cancel-safe-futures v0.1.5
24812026-03-24T15:00:08.969Z Compiling expectorate v1.2.0
24822026-03-24T15:00:09.085Z Compiling owo-colors v4.3.0
24832026-03-24T15:00:09.140Z Compiling float-ord v0.3.2
24842026-03-24T15:00:09.246Z Compiling tokio-rustls v0.25.0
24852026-03-24T15:00:09.295Z Compiling num v0.4.3
24862026-03-24T15:00:09.469Z Compiling libsw-core v0.3.2
24872026-03-24T15:00:09.472Z Compiling resolv-conf v0.7.6
24882026-03-24T15:00:09.605Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-24T15:00:09.608Z Compiling toml v0.8.23
24902026-03-24T15:00:09.739Z Compiling libsw v3.5.0
24912026-03-24T15:00:09.834Z Compiling linear-map v1.2.0
24922026-03-24T15:00:09.908Z Compiling linked-hash-map v0.5.6
24932026-03-24T15:00:10.017Z Compiling minimal-lexical v0.2.1
24942026-03-24T15:00:10.151Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-24T15:00:10.182Z Compiling lru-cache v0.1.2
24962026-03-24T15:00:10.235Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-24T15:00:10.311Z Compiling unicode-xid v0.2.6
24982026-03-24T15:00:10.346Z Compiling nom v7.1.3
24992026-03-24T15:00:10.400Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-24T15:00:10.431Z Compiling globset v0.4.18
25012026-03-24T15:00:10.495Z Compiling hickory-proto v0.24.4
25022026-03-24T15:00:10.527Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-24T15:00:10.839Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-24T15:00:11.065Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-24T15:00:11.521Z Compiling typify-macro v0.6.1
25062026-03-24T15:00:12.176Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-24T15:00:12.234Z Compiling convert_case v0.10.0
25082026-03-24T15:00:12.644Z Compiling derive_more-impl v2.1.1
25092026-03-24T15:00:13.464Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-03-24T15:00:13.623Z Compiling typify v0.6.1
25112026-03-24T15:00:13.795Z Compiling progenitor-impl v0.13.0
25122026-03-24T15:00:13.922Z Compiling hickory-resolver v0.24.4
25132026-03-24T15:00:14.046Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-24T15:00:14.367Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-24T15:00:14.950Z Compiling pin-project-internal v1.1.11
25162026-03-24T15:00:15.406Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-24T15:00:15.658Z Compiling qorb v0.4.1
25182026-03-24T15:00:16.046Z Compiling derive_more v2.1.1
25192026-03-24T15:00:16.181Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-24T15:00:16.345Z Compiling pin-project v1.1.11
25212026-03-24T15:00:16.414Z Compiling pem v3.0.6
25222026-03-24T15:00:16.506Z Compiling snafu-derive v0.8.9
25232026-03-24T15:00:16.952Z Compiling progenitor-macro v0.13.0
25242026-03-24T15:00:17.311Z Compiling termtree v0.5.1
25252026-03-24T15:00:17.509Z Compiling crossterm v0.29.0
25262026-03-24T15:00:17.563Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-24T15:00:18.286Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-24T15:00:18.853Z Compiling snafu v0.8.9
25292026-03-24T15:00:19.647Z Compiling olpc-cjson v0.1.4
25302026-03-24T15:00:19.679Z Compiling phf_shared v0.12.1
25312026-03-24T15:00:19.943Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-24T15:00:20.566Z Compiling serde_plain v1.0.2
25332026-03-24T15:00:20.608Z Compiling vte v0.14.1
25342026-03-24T15:00:20.926Z Compiling csv-core v0.1.13
25352026-03-24T15:00:20.970Z Compiling chrono-tz v0.10.4
25362026-03-24T15:00:21.040Z Compiling highway v1.3.0
25372026-03-24T15:00:21.242Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-03-24T15:00:21.283Z Compiling typed-path v0.9.3
25392026-03-24T15:00:21.482Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-03-24T15:00:21.813Z Compiling csv v1.4.0
25412026-03-24T15:00:21.971Z Compiling strip-ansi-escapes v0.2.1
25422026-03-24T15:00:22.090Z Compiling phf v0.12.1
25432026-03-24T15:00:22.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-24T15:00:22.360Z Compiling const_format_proc_macros v0.2.34
25452026-03-24T15:00:22.394Z Compiling papergrid v0.11.0
25462026-03-24T15:00:22.724Z Compiling fd-lock v4.0.4
25472026-03-24T15:00:22.904Z Compiling progenitor v0.13.0
25482026-03-24T15:00:22.940Z Compiling tough v0.20.0
25492026-03-24T15:00:22.972Z Compiling peg-macros v0.8.5
25502026-03-24T15:00:23.142Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-03-24T15:00:23.384Z Compiling tabled_derive v0.7.0
25522026-03-24T15:00:24.522Z Compiling nu-ansi-term v0.50.3
25532026-03-24T15:00:24.656Z Compiling tabled v0.15.0
25542026-03-24T15:00:24.689Z Compiling const_format v0.2.35
25552026-03-24T15:00:24.718Z Compiling peg v0.8.5
25562026-03-24T15:00:24.889Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-03-24T15:00:24.918Z Compiling reedline v0.40.0
25582026-03-24T15:00:25.054Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-24T15:00:25.325Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-24T15:00:26.967Z Compiling bcs v0.1.6
25612026-03-24T15:00:26.998Z Compiling semver v0.1.20
25622026-03-24T15:00:27.368Z Compiling base64 v0.21.7
25632026-03-24T15:00:27.515Z Compiling rustc_version v0.1.7
25642026-03-24T15:00:27.817Z Compiling newtype_derive v0.1.6
25652026-03-24T15:00:28.049Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-24T15:00:28.087Z Compiling humantime v2.3.0
25672026-03-24T15:00:28.379Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-03-24T15:00:28.423Z Compiling smawk v0.3.2
25692026-03-24T15:00:28.663Z Compiling unicode-linebreak v0.1.5
25702026-03-24T15:00:28.762Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-24T15:00:28.792Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-24T15:00:29.062Z Compiling textwrap v0.16.2
25732026-03-24T15:00:29.153Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-24T15:00:29.290Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-24T15:00:29.344Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-24T15:00:29.572Z Compiling steno v0.4.1
25772026-03-24T15:00:29.725Z Compiling utf-8 v0.7.6
25782026-03-24T15:00:30.029Z Compiling tagptr v0.2.0
25792026-03-24T15:00:30.282Z Compiling moka v0.12.13
25802026-03-24T15:00:30.324Z Compiling tungstenite v0.21.0
25812026-03-24T15:00:30.862Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-24T15:00:31.073Z Compiling radium v0.7.0
25832026-03-24T15:00:31.108Z Compiling tokio-tungstenite v0.21.0
25842026-03-24T15:00:31.789Z Compiling hickory-resolver v0.25.2
25852026-03-24T15:00:31.870Z Compiling typify-impl v0.4.3
25862026-03-24T15:00:31.995Z Compiling tap v1.0.1
25872026-03-24T15:00:32.080Z Compiling maybe-uninit v2.0.0
25882026-03-24T15:00:32.212Z Compiling wyz v0.5.1
25892026-03-24T15:00:32.568Z Compiling zerocopy-derive v0.6.6
25902026-03-24T15:00:32.898Z Compiling crc-catalog v2.4.0
25912026-03-24T15:00:33.048Z Compiling display-error-chain v0.2.2
25922026-03-24T15:00:33.077Z Compiling funty v2.0.0
25932026-03-24T15:00:33.263Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-03-24T15:00:33.628Z Compiling packed_struct v0.10.1
25952026-03-24T15:00:33.696Z Compiling zerocopy v0.6.6
25962026-03-24T15:00:34.033Z Compiling bitvec v1.0.1
25972026-03-24T15:00:34.231Z Compiling crc v3.4.0
25982026-03-24T15:00:34.500Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-24T15:00:34.785Z Compiling packed_struct_codegen v0.10.1
26002026-03-24T15:00:34.884Z Compiling bitfield-macros v0.19.4
26012026-03-24T15:00:35.800Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-24T15:00:36.135Z Compiling indexmap v1.9.3
26032026-03-24T15:00:36.428Z Compiling nodrop v0.1.14
26042026-03-24T15:00:36.580Z Compiling array-init v0.0.4
26052026-03-24T15:00:39.453Z Compiling typify-macro v0.4.3
26062026-03-24T15:00:39.504Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-24T15:00:40.754Z Compiling bitfield v0.19.4
26082026-03-24T15:00:40.754Z Compiling smallvec v0.6.14
26092026-03-24T15:00:40.754Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-24T15:00:40.754Z Compiling num-derive v0.3.3
26112026-03-24T15:00:40.755Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-24T15:00:40.755Z Compiling hashbrown v0.12.3
26132026-03-24T15:00:40.755Z Compiling proc-macro-error2 v2.0.1
26142026-03-24T15:00:40.780Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-24T15:00:40.780Z Compiling libscf-sys v1.1.0
26162026-03-24T15:00:40.780Z Compiling serde-hex v0.1.0
26172026-03-24T15:00:40.780Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-24T15:00:40.780Z Compiling ron v0.8.1
26192026-03-24T15:00:40.780Z Compiling hashbrown v0.13.2
26202026-03-24T15:00:40.780Z Compiling vergen-gitcl v1.0.8
26212026-03-24T15:00:40.780Z Compiling dirs-sys-next v0.1.2
26222026-03-24T15:00:40.780Z Compiling glob v0.3.3
26232026-03-24T15:00:40.780Z Compiling crc-any v2.5.0
26242026-03-24T15:00:40.835Z Compiling crunchy v0.2.4
26252026-03-24T15:00:41.161Z Compiling diesel_derives v2.3.7
26262026-03-24T15:00:41.179Z Compiling maplit v1.0.2
26272026-03-24T15:00:41.179Z Compiling clang-sys v1.8.1
26282026-03-24T15:00:41.231Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-24T15:00:41.742Z Compiling object v0.30.4
26302026-03-24T15:00:41.809Z Compiling dirs-next v2.0.0
26312026-03-24T15:00:41.809Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-03-24T15:00:41.809Z Compiling tabled_derive v0.11.0
26332026-03-24T15:00:41.809Z Compiling typify v0.4.3
26342026-03-24T15:00:41.835Z Compiling papergrid v0.17.0
26352026-03-24T15:00:42.658Z Compiling testing_table v0.3.0
26362026-03-24T15:00:42.696Z Compiling dsl_auto_type v0.2.0
26372026-03-24T15:00:42.697Z Compiling scheduled-thread-pool v0.2.7
26382026-03-24T15:00:42.697Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-24T15:00:43.021Z Compiling path-slash v0.1.5
26402026-03-24T15:00:43.073Z Compiling tiny-keccak v2.0.2
26412026-03-24T15:00:43.073Z Compiling r2d2 v0.8.10
26422026-03-24T15:00:43.073Z Compiling term v0.7.0
26432026-03-24T15:00:43.355Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-24T15:00:43.362Z Compiling arc-swap v1.8.2
26452026-03-24T15:00:43.573Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-24T15:00:43.584Z Compiling tabled v0.20.0
26472026-03-24T15:00:43.710Z Compiling bit-vec v0.6.3
26482026-03-24T15:00:43.729Z Compiling xshell-macros v0.2.7
26492026-03-24T15:00:43.786Z Compiling downcast-rs v2.0.2
26502026-03-24T15:00:43.849Z Compiling slog-scope v4.4.1
26512026-03-24T15:00:43.943Z Compiling bit-set v0.5.3
26522026-03-24T15:00:44.089Z Compiling ascii-canvas v3.0.0
26532026-03-24T15:00:44.224Z Compiling xshell v0.2.7
26542026-03-24T15:00:44.428Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-03-24T15:00:44.459Z Compiling itertools v0.10.5
26562026-03-24T15:00:44.511Z Compiling ena v0.14.4
26572026-03-24T15:00:44.884Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-24T15:00:45.036Z Compiling libloading v0.8.9
26592026-03-24T15:00:45.216Z Compiling bindgen v0.71.1
26602026-03-24T15:00:45.331Z Compiling unicase v2.9.0
26612026-03-24T15:00:45.566Z Compiling regex-syntax v0.6.29
26622026-03-24T15:00:45.713Z Compiling diff v0.1.13
26632026-03-24T15:00:45.991Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-24T15:00:46.053Z Compiling slog-stdlog v4.1.1
26652026-03-24T15:00:46.270Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26662026-03-24T15:00:47.485Z Compiling lalrpop v0.19.12
26672026-03-24T15:00:47.737Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-24T15:00:48.216Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-24T15:00:48.942Z Compiling cexpr v0.6.0
26702026-03-24T15:00:49.084Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-24T15:00:49.402Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-24T15:00:49.413Z Compiling crc8 v0.1.1
26732026-03-24T15:00:49.535Z Compiling diesel v2.3.7
26742026-03-24T15:00:49.692Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-24T15:00:49.858Z Compiling slog-envlogger v2.2.0
26762026-03-24T15:00:50.040Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-24T15:00:50.404Z Compiling headers-core v0.3.0
26782026-03-24T15:00:50.555Z Compiling libxml v0.3.3
26792026-03-24T15:00:50.601Z Compiling headers v0.4.1
26802026-03-24T15:00:50.836Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-24T15:00:50.958Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-24T15:00:51.234Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26832026-03-24T15:00:51.347Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-24T15:00:51.922Z Compiling strum_macros v0.24.3
26852026-03-24T15:00:52.488Z Compiling indoc v1.0.9
26862026-03-24T15:00:53.054Z Compiling progenitor-impl v0.10.0
26872026-03-24T15:00:53.679Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-24T15:00:53.709Z Compiling derive_builder v0.20.2
26892026-03-24T15:00:53.803Z Compiling oso-derive v0.27.3
26902026-03-24T15:00:53.918Z Compiling quick-xml v0.37.5
26912026-03-24T15:00:53.954Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-24T15:00:54.027Z Compiling half v1.8.3
26932026-03-24T15:00:54.235Z Compiling openssl-probe v0.1.6
26942026-03-24T15:00:54.465Z Compiling serde_cbor v0.11.2
26952026-03-24T15:00:54.667Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-24T15:00:55.153Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-24T15:00:55.623Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-24T15:00:55.759Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-24T15:00:55.791Z Compiling bb8 v0.8.6
27002026-03-24T15:00:56.045Z Compiling trait-variant v0.1.2
27012026-03-24T15:00:56.085Z Compiling progenitor-macro v0.10.0
27022026-03-24T15:00:56.344Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-24T15:00:56.430Z Compiling samael v0.0.19
27042026-03-24T15:00:56.767Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-24T15:00:57.324Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-24T15:00:57.397Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-24T15:00:57.537Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-24T15:00:57.569Z Compiling fxhash v0.2.1
27092026-03-24T15:00:57.746Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-24T15:00:57.784Z Compiling kstat-rs v0.2.4
27112026-03-24T15:00:57.884Z Compiling libz-sys v1.1.24
27122026-03-24T15:00:58.141Z Compiling salty v0.3.0
27132026-03-24T15:00:58.446Z Compiling nonempty v0.12.0
27142026-03-24T15:00:58.600Z Compiling polar-core v0.27.3
27152026-03-24T15:00:58.630Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-24T15:00:58.739Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-24T15:00:58.936Z Compiling progenitor-impl v0.11.2
27182026-03-24T15:00:59.063Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27192026-03-24T15:00:59.142Z Compiling darling_core v0.23.0
27202026-03-24T15:01:01.647Z Compiling nanorand v0.7.0
27212026-03-24T15:01:02.028Z Compiling fs-err v2.11.0
27222026-03-24T15:01:02.055Z Compiling progenitor v0.10.0
27232026-03-24T15:01:02.113Z Compiling parking_lot_core v0.8.6
27242026-03-24T15:01:02.359Z Compiling darling_macro v0.23.0
27252026-03-24T15:01:02.498Z Compiling progenitor-macro v0.11.2
27262026-03-24T15:01:02.548Z Compiling flume v0.11.1
27272026-03-24T15:01:02.586Z Compiling mime_guess v2.0.5
27282026-03-24T15:01:03.009Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-24T15:01:03.074Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-24T15:01:04.778Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-24T15:01:04.861Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-24T15:01:05.519Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-03-24T15:01:06.691Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-03-24T15:01:07.682Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-03-24T15:01:08.382Z Compiling progenitor-client v0.11.2
27362026-03-24T15:01:09.444Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-24T15:01:10.911Z Compiling oso v0.27.3
27382026-03-24T15:01:11.238Z Compiling git-stub v1.0.0
27392026-03-24T15:01:11.589Z Compiling libgit2-sys v0.18.3+1.9.2
27402026-03-24T15:01:12.124Z Compiling instability v0.3.11
27412026-03-24T15:01:14.949Z Compiling async-bb8-diesel v0.2.1
27422026-03-24T15:01:15.513Z Compiling diesel-dtrace v0.5.0
27432026-03-24T15:01:15.888Z Compiling git-stub-vcs v0.1.0
27442026-03-24T15:01:15.922Z Compiling progenitor v0.11.2
27452026-03-24T15:01:16.149Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-24T15:01:16.357Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-24T15:01:16.923Z Compiling darling v0.23.0
27482026-03-24T15:01:17.390Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-24T15:01:17.538Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-03-24T15:01:17.590Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27512026-03-24T15:01:17.619Z Compiling ignore v0.4.25
27522026-03-24T15:01:19.061Z Compiling primeorder v0.13.6
27532026-03-24T15:01:19.216Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-24T15:01:19.511Z Compiling castaway v0.2.4
27552026-03-24T15:01:19.541Z Compiling atty v0.2.14
27562026-03-24T15:01:19.709Z Compiling nibble_vec v0.1.0
27572026-03-24T15:01:19.738Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-24T15:01:19.958Z Compiling endian-type v0.1.2
27592026-03-24T15:01:20.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-03-24T15:01:20.193Z Compiling indoc v2.0.7
27612026-03-24T15:01:20.329Z Compiling parse-size v1.1.0
27622026-03-24T15:01:20.545Z Compiling http-range v0.1.5
27632026-03-24T15:01:20.601Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-03-24T15:01:20.958Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-24T15:01:21.192Z Compiling radix_trie v0.2.1
27662026-03-24T15:01:21.504Z Compiling compact_str v0.8.1
27672026-03-24T15:01:21.664Z Compiling p384 v0.13.1
27682026-03-24T15:01:22.977Z Compiling globwalk v0.9.1
27692026-03-24T15:01:23.820Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-24T15:01:24.011Z Compiling parking_lot v0.11.2
27712026-03-24T15:01:24.941Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-24T15:01:25.122Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-24T15:01:25.185Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-24T15:01:25.455Z Compiling predicates-tree v1.0.13
27752026-03-24T15:01:25.521Z Compiling unicode-truncate v1.1.0
27762026-03-24T15:01:25.613Z Compiling lru v0.12.5
27772026-03-24T15:01:25.796Z Compiling prefix-trie v0.7.0
27782026-03-24T15:01:25.905Z Compiling vergen-git2 v1.0.7
27792026-03-24T15:01:26.022Z Compiling cassowary v0.3.0
27802026-03-24T15:01:26.189Z Compiling camino-tempfile-ext v0.3.3
27812026-03-24T15:01:26.221Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-03-24T15:01:26.356Z Compiling hickory-server v0.25.2
27832026-03-24T15:01:26.442Z Compiling ratatui v0.29.0
27842026-03-24T15:01:27.018Z Compiling hyper-staticfile v0.10.1
27852026-03-24T15:01:27.250Z Compiling sled v0.34.7
27862026-03-24T15:01:28.550Z Compiling hickory-client v0.25.2
27872026-03-24T15:01:29.245Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-24T15:01:29.444Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-24T15:01:29.716Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-24T15:01:29.782Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-24T15:01:30.090Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-24T15:01:30.809Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-24T15:01:31.290Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-24T15:01:31.884Z Compiling rand_seeder v0.4.0
27952026-03-24T15:01:31.969Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-24T15:01:32.206Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-24T15:01:32.285Z Compiling lzma-sys v0.1.20
27982026-03-24T15:01:32.787Z Compiling rustls v0.21.12
27992026-03-24T15:01:32.825Z Compiling corncobs v0.1.4
28002026-03-24T15:01:32.860Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-03-24T15:01:33.119Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-24T15:01:33.221Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-03-24T15:01:33.251Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-03-24T15:01:33.283Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-03-24T15:01:33.346Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-03-24T15:01:33.519Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28072026-03-24T15:01:34.005Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-24T15:01:34.044Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-24T15:01:34.166Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-24T15:01:34.716Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-24T15:01:37.252Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-24T15:01:38.100Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-24T15:01:38.141Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-03-24T15:01:38.378Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-24T15:01:38.418Z Compiling cargo_toml v0.22.3
28162026-03-24T15:01:38.660Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-24T15:01:39.811Z Compiling rustls-webpki v0.101.7
28182026-03-24T15:01:40.475Z Compiling sct v0.7.1
28192026-03-24T15:01:40.737Z Compiling nix v0.29.0
28202026-03-24T15:01:40.804Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28212026-03-24T15:01:41.187Z Compiling secrecy v0.8.0
28222026-03-24T15:01:41.259Z Compiling void v1.0.2
28232026-03-24T15:01:41.423Z Compiling lzss v0.8.2
28242026-03-24T15:01:41.823Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-24T15:01:41.856Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-24T15:01:42.063Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-24T15:01:42.186Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-24T15:01:42.266Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-24T15:01:42.306Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-24T15:01:43.198Z Compiling git2 v0.20.4
28312026-03-24T15:01:43.479Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-03-24T15:01:44.417Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-03-24T15:01:44.421Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-03-24T15:01:44.784Z Compiling tungstenite v0.23.0
28352026-03-24T15:01:44.903Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-03-24T15:01:45.012Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-03-24T15:01:45.182Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-03-24T15:01:45.214Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28392026-03-24T15:01:45.304Z Compiling nix v0.27.1
28402026-03-24T15:01:45.467Z Compiling serde_bytes v0.11.19
28412026-03-24T15:01:45.638Z Compiling tokio-tungstenite v0.23.1
28422026-03-24T15:01:45.898Z Compiling tokio-rustls v0.24.1
28432026-03-24T15:01:46.109Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28442026-03-24T15:01:46.320Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-03-24T15:01:47.642Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-03-24T15:01:47.741Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-03-24T15:01:48.219Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-03-24T15:01:48.506Z Compiling ron v0.12.0
28492026-03-24T15:01:49.917Z Compiling xz2 v0.1.7
28502026-03-24T15:01:49.987Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-03-24T15:01:50.994Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-03-24T15:01:51.370Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-03-24T15:01:53.543Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-03-24T15:01:53.960Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-24T15:01:54.195Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-24T15:01:55.552Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-24T15:01:55.584Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-24T15:01:57.689Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-24T15:01:57.727Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-24T15:01:58.066Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-03-24T15:01:58.975Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-03-24T15:01:59.581Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-03-24T15:02:00.906Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-03-24T15:02:01.226Z Compiling rustls-pemfile v1.0.4
28652026-03-24T15:02:01.733Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-03-24T15:02:02.940Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-03-24T15:02:02.972Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-24T15:02:03.257Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-24T15:02:03.519Z Compiling signal-hook-tokio v0.3.1
28702026-03-24T15:02:03.749Z Compiling twox-hash v2.1.2
28712026-03-24T15:02:03.977Z Compiling yasna v0.5.2
28722026-03-24T15:02:04.301Z Compiling is_ci v1.2.0
28732026-03-24T15:02:04.412Z Compiling base16ct v1.0.0
28742026-03-24T15:02:04.567Z Compiling supports-color v3.0.2
28752026-03-24T15:02:04.740Z Compiling rcgen v0.12.1
28762026-03-24T15:02:05.892Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-03-24T15:02:06.098Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-03-24T15:02:06.395Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-24T15:02:06.525Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-24T15:02:06.910Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-24T15:02:07.543Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-24T15:02:10.261Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-24T15:02:10.540Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-03-24T15:02:10.966Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-24T15:02:11.982Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-24T15:02:12.126Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-03-24T15:02:12.417Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-03-24T15:02:12.716Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-24T15:02:12.986Z Compiling fatfs v0.3.6
28902026-03-24T15:02:13.329Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-24T15:02:14.571Z Compiling subprocess v0.2.15
28922026-03-24T15:02:15.926Z Compiling rtoolbox v0.0.3
28932026-03-24T15:02:16.272Z Compiling assert_matches v1.5.0
28942026-03-24T15:02:16.414Z Compiling seq-macro v0.3.6
28952026-03-24T15:02:17.053Z Compiling rpassword v7.4.0
28962026-03-24T15:02:17.275Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-03-24T15:02:17.325Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-24T15:02:17.509Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-24T15:02:18.443Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-03-24T15:02:19.984Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29012026-03-24T15:02:20.150Z Compiling tui-tree-widget v0.23.1
29022026-03-24T15:02:20.537Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-24T15:02:20.575Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-24T15:02:21.249Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-24T15:02:21.473Z Compiling uzers v0.12.2
29062026-03-24T15:02:23.305Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-24T15:02:23.779Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-24T15:02:25.161Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-24T15:02:28.697Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-24T15:02:28.796Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-24T15:02:31.487Z Compiling support-bundle-viewer v0.1.2
29122026-03-24T15:02:32.329Z Compiling multimap v0.10.1
29132026-03-24T15:02:55.283Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-24T15:02:55.498Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-24T15:02:57.315Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-24T15:10:17.425Z Finished `release` profile [optimized] target(s) in 10m 14s
29172026-03-24T15:11:10.950Z
29182026-03-24T15:11:10.954Zreal 11:09.800857157
29192026-03-24T15:11:10.954Zuser 1:41:24.714278940
29202026-03-24T15:11:10.954Zsys 4:13.458803303
29212026-03-24T15:11:10.954Ztrap 2.269366257
29222026-03-24T15:11:10.954Ztflt 2.126322388
29232026-03-24T15:11:10.954Zdflt 17.530706065
29242026-03-24T15:11:10.954Zkflt 0.086177710
29252026-03-24T15:11:10.954Zlock 8:22:32.948305541
29262026-03-24T15:11:10.954Zslp 2:51:03.967370500
29272026-03-24T15:11:10.954Zlat 2:52.738566763
29282026-03-24T15:11:10.954Zstop 7:15.753649643
29292026-03-24T15:11:10.954Z+ mapfile -t packages
29302026-03-24T15:11:10.954Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-24T15:11:12.258Z Finished `release` profile [optimized] target(s) in 1.29s
29322026-03-24T15:11:12.330Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-24T15:11:12.395ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-24T15:11:12.398Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-24T15:11:13.123Z Compiling libc v0.2.180
29362026-03-24T15:11:13.123Z Compiling serde v1.0.228
29372026-03-24T15:11:13.131Z Compiling serde_core v1.0.228
29382026-03-24T15:11:13.257Z Compiling rustix v1.1.3
29392026-03-24T15:11:13.268Z Compiling bitflags v2.11.0
29402026-03-24T15:11:13.277Z Compiling serde_json v1.0.149
29412026-03-24T15:11:13.306Z Compiling num-traits v0.2.19
29422026-03-24T15:11:13.321Z Compiling syn v2.0.117
29432026-03-24T15:11:13.335Z Compiling smallvec v1.15.1
29442026-03-24T15:11:13.342Z Compiling hashbrown v0.16.1
29452026-03-24T15:11:13.381Z Compiling usdt-impl v0.5.0
29462026-03-24T15:11:13.399Z Compiling syn v1.0.109
29472026-03-24T15:11:13.414Z Compiling log v0.4.29
29482026-03-24T15:11:13.417Z Compiling percent-encoding v2.3.2
29492026-03-24T15:11:13.594Z Compiling getrandom v0.4.1
29502026-03-24T15:11:13.743Z Compiling form_urlencoded v1.2.2
29512026-03-24T15:11:13.923Z Compiling fs-err v3.3.0
29522026-03-24T15:11:13.927Z Compiling anyhow v1.0.102
29532026-03-24T15:11:13.927Z Compiling once_cell v1.21.3
29542026-03-24T15:11:13.927Z Compiling heck v0.4.1
29552026-03-24T15:11:14.168Z Compiling indexmap v2.13.0
29562026-03-24T15:11:14.290Z Compiling thread-id v4.2.2
29572026-03-24T15:11:14.336Z Compiling errno v0.3.14
29582026-03-24T15:11:14.340Z Compiling memmap v0.7.0
29592026-03-24T15:11:14.773Z Compiling ordered-float v2.10.1
29602026-03-24T15:11:15.508Z Compiling proc-macro-error v1.0.4
29612026-03-24T15:11:15.780Z Compiling terminal_size v0.4.3
29622026-03-24T15:11:15.784Z Compiling tempfile v3.25.0
29632026-03-24T15:11:15.830Z Compiling tabled_derive v0.7.0
29642026-03-24T15:11:15.903Z Compiling clap_builder v4.5.60
29652026-03-24T15:11:15.903Z Compiling textwrap v0.16.2
29662026-03-24T15:11:16.095Z Compiling camino-tempfile v1.4.1
29672026-03-24T15:11:16.702Z Compiling tabled v0.15.0
29682026-03-24T15:11:16.934Z Compiling synstructure v0.13.2
29692026-03-24T15:11:16.935Z Compiling pest_generator v2.8.6
29702026-03-24T15:11:17.483Z Compiling serde_derive v1.0.228
29712026-03-24T15:11:17.483Z Compiling zerofrom-derive v0.1.6
29722026-03-24T15:11:17.487Z Compiling yoke-derive v0.8.1
29732026-03-24T15:11:17.487Z Compiling zerovec-derive v0.11.2
29742026-03-24T15:11:17.487Z Compiling displaydoc v0.2.5
29752026-03-24T15:11:17.487Z Compiling thiserror-impl v1.0.69
29762026-03-24T15:11:17.487Z Compiling zerocopy-derive v0.7.35
29772026-03-24T15:11:17.487Z Compiling scroll_derive v0.12.1
29782026-03-24T15:11:17.497Z Compiling thiserror-impl v2.0.18
29792026-03-24T15:11:17.510Z Compiling clap_derive v4.5.55
29802026-03-24T15:11:17.630Z Compiling pest_derive v2.8.6
29812026-03-24T15:11:18.364Z Compiling scroll v0.12.0
29822026-03-24T15:11:18.532Z Compiling zerocopy v0.7.35
29832026-03-24T15:11:18.797Z Compiling goblin v0.8.2
29842026-03-24T15:11:19.078Z Compiling zerofrom v0.1.6
29852026-03-24T15:11:19.141Z Compiling thiserror v2.0.18
29862026-03-24T15:11:19.167Z Compiling thiserror v1.0.69
29872026-03-24T15:11:19.273Z Compiling yoke v0.8.1
29882026-03-24T15:11:19.311Z Compiling dtrace-parser v0.2.0
29892026-03-24T15:11:19.559Z Compiling zerovec v0.11.5
29902026-03-24T15:11:19.654Z Compiling zerotrie v0.2.3
29912026-03-24T15:11:19.861Z Compiling clap v4.5.60
29922026-03-24T15:11:20.395Z Compiling tinystr v0.8.2
29932026-03-24T15:11:20.696Z Compiling icu_locale_core v2.1.1
29942026-03-24T15:11:21.714Z Compiling potential_utf v0.1.4
29952026-03-24T15:11:21.856Z Compiling icu_provider v2.1.1
29962026-03-24T15:11:21.915Z Compiling icu_collections v2.1.1
29972026-03-24T15:11:21.991Z Compiling toml_datetime v0.6.11
29982026-03-24T15:11:22.018Z Compiling serde_spanned v0.6.9
29992026-03-24T15:11:22.146Z Compiling serde-value v0.7.0
30002026-03-24T15:11:22.241Z Compiling cargo-platform v0.2.0
30012026-03-24T15:11:22.283Z Compiling toml_edit v0.22.27
30022026-03-24T15:11:22.411Z Compiling icu_properties v2.1.2
30032026-03-24T15:11:22.498Z Compiling icu_normalizer v2.1.1
30042026-03-24T15:11:22.593Z Compiling dof v0.3.0
30052026-03-24T15:11:22.698Z Compiling serde_tokenstream v0.2.3
30062026-03-24T15:11:22.742Z Compiling macaddr v1.0.1
30072026-03-24T15:11:23.684Z Compiling idna_adapter v1.2.1
30082026-03-24T15:11:23.736Z Compiling usdt-attr-macro v0.5.0
30092026-03-24T15:11:23.774Z Compiling usdt-macro v0.5.0
30102026-03-24T15:11:23.848Z Compiling idna v1.1.0
30112026-03-24T15:11:24.305Z Compiling url v2.5.8
30122026-03-24T15:11:24.500Z Compiling toml v0.8.23
30132026-03-24T15:11:24.531Z Compiling usdt v0.5.0
30142026-03-24T15:11:25.120Z Compiling cargo-util-schemas v0.8.2
30152026-03-24T15:11:25.120Z Compiling cargo_toml v0.21.0
30162026-03-24T15:11:26.543Z Compiling cargo_metadata v0.21.0
30172026-03-24T15:11:30.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-24T15:11:34.694Z Finished `release` profile [optimized] target(s) in 22.28s
30192026-03-24T15:11:34.842Z
30202026-03-24T15:11:34.846Zreal 22.407897193
30212026-03-24T15:11:34.846Zuser 3:08.918595130
30222026-03-24T15:11:34.846Zsys 20.805075675
30232026-03-24T15:11:34.846Ztrap 0.083436407
30242026-03-24T15:11:34.846Ztflt 0.614499096
30252026-03-24T15:11:34.846Zdflt 1.893520793
30262026-03-24T15:11:34.846Zkflt 0.000274778
30272026-03-24T15:11:34.846Zlock 7:14.471793757
30282026-03-24T15:11:34.846Zslp 4:26.978208154
30292026-03-24T15:11:34.846Zlat 7.259180075
30302026-03-24T15:11:34.846Zstop 28.550675071
30312026-03-24T15:11:34.846Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T15:11:34.846Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-24T15:11:34.846Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T15:11:34.846Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-24T15:11:34.847Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-24T15:11:36.155Z Compiling regress v0.10.5
30372026-03-24T15:11:36.159Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-24T15:11:36.331Z Compiling serde_spanned v1.0.4
30392026-03-24T15:11:36.365Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-24T15:11:36.372Z Compiling newtype-uuid-macros v0.1.0
30412026-03-24T15:11:36.372Z Compiling progenitor-client v0.13.0
30422026-03-24T15:11:36.382Z Compiling structmeta-derive v0.3.0
30432026-03-24T15:11:36.385Z Compiling rustls v0.22.4
30442026-03-24T15:11:36.385Z Compiling rustls-webpki v0.102.8
30452026-03-24T15:11:36.401Z Compiling multer v3.1.0
30462026-03-24T15:11:36.404Z Compiling match_cfg v0.1.0
30472026-03-24T15:11:36.495Z Compiling debug-ignore v1.0.5
30482026-03-24T15:11:36.499Z Compiling slog-json v2.6.1
30492026-03-24T15:11:36.520Z Compiling async-stream-impl v0.3.6
30502026-03-24T15:11:36.570Z Compiling dropshot v0.16.7
30512026-03-24T15:11:36.619Z Compiling toml v0.9.12+spec-1.1.0
30522026-03-24T15:11:36.643Z Compiling hostname v0.3.1
30532026-03-24T15:11:36.646Z Compiling itertools v0.14.0
30542026-03-24T15:11:36.723Z Compiling waitgroup v0.1.2
30552026-03-24T15:11:36.737Z Compiling rustls-pemfile v2.2.0
30562026-03-24T15:11:36.823Z Compiling dropshot_endpoint v0.16.7
30572026-03-24T15:11:36.877Z Compiling slog-bunyan v2.5.0
30582026-03-24T15:11:36.950Z Compiling hostname v0.4.2
30592026-03-24T15:11:36.954Z Compiling serde_path_to_error v0.1.20
30602026-03-24T15:11:37.026Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-24T15:11:37.079Z Compiling macaddr v1.0.1
30622026-03-24T15:11:37.107Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-24T15:11:37.139Z Compiling progenitor-client v0.10.0
30642026-03-24T15:11:37.181Z Compiling instant v0.1.13
30652026-03-24T15:11:37.288Z Compiling backon v1.6.0
30662026-03-24T15:11:37.350Z Compiling async-stream v0.3.6
30672026-03-24T15:11:37.350Z Compiling backoff v0.4.0
30682026-03-24T15:11:37.412Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-03-24T15:11:37.439Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-03-24T15:11:37.465Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30712026-03-24T15:11:37.497Z Compiling crucible-workspace-hack v0.1.0
30722026-03-24T15:11:37.564Z Compiling progenitor-extras v0.1.1
30732026-03-24T15:11:37.592Z Compiling unsafe-libyaml v0.2.11
30742026-03-24T15:11:37.596Z Compiling toml_edit v0.23.10+spec-1.0.0
30752026-03-24T15:11:37.649Z Compiling secrecy v0.10.3
30762026-03-24T15:11:37.649Z Compiling heapless v0.8.0
30772026-03-24T15:11:37.696Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-03-24T15:11:37.871Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-03-24T15:11:37.900Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-03-24T15:11:37.925Z Compiling hash32 v0.3.1
30812026-03-24T15:11:37.929Z Compiling structmeta v0.3.0
30822026-03-24T15:11:37.979Z Compiling smoltcp v0.11.0
30832026-03-24T15:11:38.003Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30842026-03-24T15:11:38.161Z Compiling toml v0.8.23
30852026-03-24T15:11:38.233Z Compiling tabwriter v1.4.1
30862026-03-24T15:11:38.261Z Compiling cobs v0.3.0
30872026-03-24T15:11:38.284Z Compiling derive-ex v0.1.8
30882026-03-24T15:11:38.336Z Compiling parse-display-derive v0.10.0
30892026-03-24T15:11:38.339Z Compiling serde_yaml v0.9.34+deprecated
30902026-03-24T15:11:38.364Z Compiling proc-macro-crate v3.4.0
30912026-03-24T15:11:38.434Z Compiling ingot-macros v0.1.1
30922026-03-24T15:11:38.539Z Compiling foreign-types-macros v0.2.3
30932026-03-24T15:11:38.573Z Compiling convert_case v0.4.0
30942026-03-24T15:11:38.594Z Compiling cpufeatures v0.3.0
30952026-03-24T15:11:38.641Z Compiling foreign-types-shared v0.3.1
30962026-03-24T15:11:38.711Z Compiling chacha20 v0.10.0
30972026-03-24T15:11:38.735Z Compiling postcard v1.1.3
30982026-03-24T15:11:38.793Z Compiling typify-impl v0.6.1
30992026-03-24T15:11:39.119Z Compiling derive_more v0.99.20
31002026-03-24T15:11:39.209Z Compiling num_enum_derive v0.7.5
31012026-03-24T15:11:39.209Z Compiling proc-macro-crate v1.3.1
31022026-03-24T15:11:39.259Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-03-24T15:11:39.334Z Compiling universal-hash v0.5.1
31042026-03-24T15:11:39.362Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-24T15:11:39.365Z Compiling cstr-argument v0.1.2
31062026-03-24T15:11:39.412Z Compiling foreign-types v0.5.0
31072026-03-24T15:11:39.536Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-03-24T15:11:39.560Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31092026-03-24T15:11:39.616Z Compiling tokio-rustls v0.25.0
31102026-03-24T15:11:39.802Z Compiling opaque-debug v0.3.1
31112026-03-24T15:11:39.829Z Compiling colored v3.1.1
31122026-03-24T15:11:39.878Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31132026-03-24T15:11:39.882Z Compiling num_enum_derive v0.5.11
31142026-03-24T15:11:39.957Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-03-24T15:11:40.010Z Compiling rand v0.10.0
31162026-03-24T15:11:40.063Z Compiling half v2.7.1
31172026-03-24T15:11:40.354Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-24T15:11:40.383Z Compiling ciborium-io v0.2.2
31192026-03-24T15:11:40.514Z Compiling ciborium-ll v0.2.2
31202026-03-24T15:11:40.541Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31212026-03-24T15:11:40.587Z Compiling camino-tempfile v1.4.1
31222026-03-24T15:11:40.734Z Compiling num_enum v0.7.5
31232026-03-24T15:11:40.819Z Compiling test-strategy v0.4.5
31242026-03-24T15:11:40.844Z Compiling parse-display v0.10.0
31252026-03-24T15:11:40.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-03-24T15:11:40.848Z Compiling ciborium v0.2.2
31272026-03-24T15:11:40.923Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-24T15:11:40.923Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-03-24T15:11:40.981Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31302026-03-24T15:11:41.044Z Compiling smf v0.2.3
31312026-03-24T15:11:41.223Z Compiling aead v0.5.2
31322026-03-24T15:11:41.249Z Compiling num-derive v0.4.2
31332026-03-24T15:11:41.300Z Compiling sigpipe v0.1.3
31342026-03-24T15:11:41.304Z Compiling glob v0.3.3
31352026-03-24T15:11:41.350Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-03-24T15:11:41.402Z Compiling num_enum v0.5.11
31372026-03-24T15:11:41.462Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31382026-03-24T15:11:41.515Z Compiling poly1305 v0.8.0
31392026-03-24T15:11:41.576Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-03-24T15:11:41.654Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-24T15:11:41.681Z Compiling chacha20 v0.9.1
31422026-03-24T15:11:41.730Z Compiling whoami v1.6.1
31432026-03-24T15:11:41.805Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-24T15:11:41.829Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-24T15:11:41.986Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-24T15:11:42.023Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-24T15:11:42.050Z Compiling byte-wrapper v0.1.0
31482026-03-24T15:11:42.148Z Compiling password-hash v0.5.0
31492026-03-24T15:11:42.264Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-24T15:11:42.299Z Compiling blake2 v0.10.6
31512026-03-24T15:11:42.493Z Compiling indent_write v2.2.0
31522026-03-24T15:11:42.518Z Compiling chacha20poly1305 v0.10.1
31532026-03-24T15:11:42.523Z Compiling ingot-types v0.1.2
31542026-03-24T15:11:42.569Z Compiling num-rational v0.4.2
31552026-03-24T15:11:42.573Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31562026-03-24T15:11:42.622Z Compiling num-complex v0.4.6
31572026-03-24T15:11:42.706Z Compiling argon2 v0.5.3
31582026-03-24T15:11:42.739Z Compiling prettyplease v0.2.37
31592026-03-24T15:11:42.770Z Compiling float-ord v0.3.2
31602026-03-24T15:11:42.876Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31612026-03-24T15:11:42.950Z Compiling gethostname v0.5.0
31622026-03-24T15:11:42.954Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31632026-03-24T15:11:43.030Z Compiling ingot v0.1.1
31642026-03-24T15:11:43.111Z Compiling usdt-macro v0.5.0
31652026-03-24T15:11:43.137Z Compiling usdt-attr-macro v0.5.0
31662026-03-24T15:11:43.162Z Compiling num v0.4.3
31672026-03-24T15:11:43.226Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31682026-03-24T15:11:43.284Z Compiling derive-where v1.6.0
31692026-03-24T15:11:43.326Z Compiling memmap v0.7.0
31702026-03-24T15:11:43.459Z Compiling atomicwrites v0.4.4
31712026-03-24T15:11:43.599Z Compiling owo-colors v4.3.0
31722026-03-24T15:11:43.633Z Compiling cancel-safe-futures v0.1.5
31732026-03-24T15:11:44.550Z Compiling thiserror-no-std v2.0.2
31742026-03-24T15:11:44.606Z Compiling libsw-core v0.3.2
31752026-03-24T15:11:44.607Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-03-24T15:11:44.607Z Compiling vsss-rs v3.3.4
31772026-03-24T15:11:44.607Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-03-24T15:11:44.607Z Compiling async-recursion v1.1.1
31792026-03-24T15:11:44.607Z Compiling resolv-conf v0.7.6
31802026-03-24T15:11:44.607Z Compiling usdt v0.5.0
31812026-03-24T15:11:44.607Z Compiling libsw v3.5.0
31822026-03-24T15:11:44.607Z Compiling typify-impl v0.4.3
31832026-03-24T15:11:44.630Z Compiling linear-map v1.2.0
31842026-03-24T15:11:44.667Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31852026-03-24T15:11:44.799Z Compiling libefi-sys v0.1.0
31862026-03-24T15:11:44.806Z Compiling hickory-proto v0.24.4
31872026-03-24T15:11:44.852Z Compiling newline-converter v0.3.0
31882026-03-24T15:11:44.896Z Compiling console v0.15.11
31892026-03-24T15:11:44.931Z Compiling bitfield-struct v0.6.2
31902026-03-24T15:11:45.003Z Compiling semver v0.1.20
31912026-03-24T15:11:45.026Z Compiling linked-hash-map v0.5.6
31922026-03-24T15:11:45.118Z Compiling pin-project-internal v1.1.11
31932026-03-24T15:11:45.256Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-03-24T15:11:45.305Z Compiling rustc_version v0.1.7
31952026-03-24T15:11:45.328Z Compiling lru-cache v0.1.2
31962026-03-24T15:11:45.354Z Compiling slog-dtrace v0.3.0
31972026-03-24T15:11:45.433Z Compiling expectorate v1.2.0
31982026-03-24T15:11:45.524Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-24T15:11:45.613Z Compiling typify-macro v0.6.1
32002026-03-24T15:11:45.639Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-03-24T15:11:45.668Z Compiling minimal-lexical v0.2.1
32022026-03-24T15:11:45.668Z Compiling newtype_derive v0.1.6
32032026-03-24T15:11:45.757Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-03-24T15:11:45.810Z Compiling tokio-dtrace v0.1.1
32052026-03-24T15:11:45.859Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-03-24T15:11:45.886Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-03-24T15:11:45.887Z Compiling phf_shared v0.12.1
32082026-03-24T15:11:45.978Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32092026-03-24T15:11:46.051Z Compiling nom v7.1.3
32102026-03-24T15:11:46.081Z Compiling dropshot-api-manager-types v0.6.0
32112026-03-24T15:11:46.191Z Compiling pem v3.0.6
32122026-03-24T15:11:46.217Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-24T15:11:46.255Z Compiling snafu-derive v0.8.9
32142026-03-24T15:11:46.308Z Compiling csv-core v0.1.13
32152026-03-24T15:11:46.551Z Compiling xshell-macros v0.2.7
32162026-03-24T15:11:46.639Z Compiling highway v1.3.0
32172026-03-24T15:11:46.679Z Compiling same-file v1.0.6
32182026-03-24T15:11:46.702Z Compiling base64 v0.21.7
32192026-03-24T15:11:46.772Z Compiling pin-project v1.1.11
32202026-03-24T15:11:46.797Z Compiling chrono-tz v0.10.4
32212026-03-24T15:11:46.951Z Compiling walkdir v2.5.0
32222026-03-24T15:11:47.097Z Compiling const_format_proc_macros v0.2.34
32232026-03-24T15:11:47.120Z Compiling xshell v0.2.7
32242026-03-24T15:11:47.167Z Compiling csv v1.4.0
32252026-03-24T15:11:47.192Z Compiling phf v0.12.1
32262026-03-24T15:11:47.237Z Compiling oxide-tokio-rt v0.1.3
32272026-03-24T15:11:47.418Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32282026-03-24T15:11:47.535Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-24T15:11:47.601Z Compiling globset v0.4.18
32302026-03-24T15:11:47.652Z Compiling olpc-cjson v0.1.4
32312026-03-24T15:11:47.678Z Compiling primeorder v0.13.6
32322026-03-24T15:11:47.857Z Compiling hickory-resolver v0.24.4
32332026-03-24T15:11:47.900Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32342026-03-24T15:11:47.950Z Compiling serde_plain v1.0.2
32352026-03-24T15:11:47.977Z Compiling typed-path v0.9.3
32362026-03-24T15:11:48.004Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-03-24T15:11:48.051Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-03-24T15:11:48.126Z Compiling typify v0.6.1
32392026-03-24T15:11:48.256Z Compiling progenitor-impl v0.13.0
32402026-03-24T15:11:48.282Z Compiling const_format v0.2.35
32412026-03-24T15:11:48.445Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-03-24T15:11:48.607Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-03-24T15:11:48.734Z Compiling tabled_derive v0.7.0
32442026-03-24T15:11:48.758Z Compiling bcs v0.1.6
32452026-03-24T15:11:49.046Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32462026-03-24T15:11:49.200Z Compiling snafu v0.8.9
32472026-03-24T15:11:49.230Z Compiling termtree v0.5.1
32482026-03-24T15:11:49.261Z Compiling salty v0.3.0
32492026-03-24T15:11:49.294Z Compiling qorb v0.4.1
32502026-03-24T15:11:49.389Z Compiling radium v0.7.0
32512026-03-24T15:11:49.463Z Compiling utf-8 v0.7.6
32522026-03-24T15:11:49.621Z Compiling tough v0.20.0
32532026-03-24T15:11:49.736Z Compiling textwrap v0.16.2
32542026-03-24T15:11:49.739Z Compiling tungstenite v0.21.0
32552026-03-24T15:11:49.859Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-03-24T15:11:49.884Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-24T15:11:50.142Z Compiling steno v0.4.1
32582026-03-24T15:11:50.187Z Compiling tabled v0.15.0
32592026-03-24T15:11:50.211Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-03-24T15:11:50.411Z Compiling humantime v2.3.0
32612026-03-24T15:11:50.436Z Compiling maybe-uninit v2.0.0
32622026-03-24T15:11:50.440Z Compiling tap v1.0.1
32632026-03-24T15:11:50.487Z Compiling tokio-tungstenite v0.21.0
32642026-03-24T15:11:50.625Z Compiling wyz v0.5.1
32652026-03-24T15:11:50.815Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32662026-03-24T15:11:50.840Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-03-24T15:11:50.942Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-03-24T15:11:50.966Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32692026-03-24T15:11:51.077Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-24T15:11:51.181Z Compiling typify-macro v0.4.3
32712026-03-24T15:11:51.581Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-24T15:11:51.751Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-03-24T15:11:51.849Z Compiling p384 v0.13.1
32742026-03-24T15:11:51.933Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-03-24T15:11:52.119Z Compiling arc-swap v1.8.2
32762026-03-24T15:11:52.145Z Compiling packed_struct v0.10.1
32772026-03-24T15:11:52.223Z Compiling progenitor-macro v0.13.0
32782026-03-24T15:11:52.501Z Compiling funty v2.0.0
32792026-03-24T15:11:52.552Z Compiling tagptr v0.2.0
32802026-03-24T15:11:52.671Z Compiling slog-scope v4.4.1
32812026-03-24T15:11:52.789Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-03-24T15:11:53.062Z Compiling bitvec v1.0.1
32832026-03-24T15:11:53.126Z Compiling moka v0.12.13
32842026-03-24T15:11:53.178Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-03-24T15:11:53.583Z Compiling polyval v0.6.2
32862026-03-24T15:11:53.608Z Compiling typify v0.4.3
32872026-03-24T15:11:53.636Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-03-24T15:11:53.711Z Compiling packed_struct_codegen v0.10.1
32892026-03-24T15:11:53.767Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32902026-03-24T15:11:53.794Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-03-24T15:11:53.798Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-03-24T15:11:53.923Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-03-24T15:11:54.114Z Compiling progenitor-impl v0.10.0
32942026-03-24T15:11:54.239Z Compiling zerocopy-derive v0.6.6
32952026-03-24T15:11:54.625Z Compiling bitfield-macros v0.19.4
32962026-03-24T15:11:55.040Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-24T15:11:55.108Z Compiling indexmap v1.9.3
32982026-03-24T15:11:55.326Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-03-24T15:11:55.359Z Compiling parking_lot_core v0.8.6
33002026-03-24T15:11:55.388Z Compiling crc-catalog v2.4.0
33012026-03-24T15:11:55.417Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-24T15:11:55.465Z Compiling nodrop v0.1.14
33032026-03-24T15:11:55.557Z Compiling crc v3.4.0
33042026-03-24T15:11:55.612Z Compiling proc-macro-error2 v2.0.1
33052026-03-24T15:11:55.641Z Compiling array-init v0.0.4
33062026-03-24T15:11:55.690Z Compiling bitfield v0.19.4
33072026-03-24T15:11:55.723Z Compiling zerocopy v0.6.6
33082026-03-24T15:11:55.821Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-03-24T15:11:55.980Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-03-24T15:11:56.072Z Compiling hickory-resolver v0.25.2
33112026-03-24T15:11:56.144Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-03-24T15:11:56.210Z Compiling ghash v0.5.1
33132026-03-24T15:11:56.236Z Compiling smallvec v0.6.14
33142026-03-24T15:11:56.240Z Compiling slog-stdlog v4.1.1
33152026-03-24T15:11:56.287Z Compiling git-stub v1.0.0
33162026-03-24T15:11:56.426Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33172026-03-24T15:11:56.491Z Compiling ctr v0.9.2
33182026-03-24T15:11:56.549Z Compiling num-derive v0.3.3
33192026-03-24T15:11:56.574Z Compiling lzma-sys v0.1.20
33202026-03-24T15:11:56.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-03-24T15:11:56.663Z Compiling unicase v2.9.0
33222026-03-24T15:11:56.788Z Compiling hashbrown v0.12.3
33232026-03-24T15:11:56.923Z Compiling aes-gcm v0.10.3
33242026-03-24T15:11:56.950Z Compiling git-stub-vcs v0.1.0
33252026-03-24T15:11:56.977Z Compiling mime_guess v2.0.5
33262026-03-24T15:11:57.183Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33272026-03-24T15:11:57.206Z Compiling serde-hex v0.1.0
33282026-03-24T15:11:57.371Z Compiling slog-envlogger v2.2.0
33292026-03-24T15:11:57.506Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-03-24T15:11:57.760Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-03-24T15:11:57.789Z Compiling tabled_derive v0.11.0
33322026-03-24T15:11:57.815Z Compiling libscf-sys v1.1.0
33332026-03-24T15:11:57.902Z Compiling progenitor-macro v0.10.0
33342026-03-24T15:11:57.905Z Compiling progenitor-impl v0.11.2
33352026-03-24T15:11:57.955Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-03-24T15:11:58.036Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-24T15:11:58.060Z Compiling ron v0.8.1
33382026-03-24T15:11:58.171Z Compiling papergrid v0.17.0
33392026-03-24T15:11:58.276Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-24T15:11:58.782Z Compiling cargo_toml v0.22.3
33412026-03-24T15:11:58.805Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-24T15:11:58.959Z Compiling hashbrown v0.13.2
33432026-03-24T15:11:59.035Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-03-24T15:11:59.468Z Compiling testing_table v0.3.0
33452026-03-24T15:11:59.471Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33462026-03-24T15:11:59.599Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33472026-03-24T15:11:59.628Z Compiling progenitor v0.13.0
33482026-03-24T15:11:59.706Z Compiling ssh-encoding v0.2.0
33492026-03-24T15:11:59.710Z Compiling blowfish v0.9.1
33502026-03-24T15:11:59.730Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-03-24T15:11:59.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33522026-03-24T15:11:59.908Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-03-24T15:11:59.970Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-03-24T15:12:00.066Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-24T15:12:00.125Z Compiling nibble_vec v0.1.0
33562026-03-24T15:12:00.226Z Compiling crc-any v2.5.0
33572026-03-24T15:12:00.260Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33582026-03-24T15:12:00.336Z Compiling corncobs v0.1.4
33592026-03-24T15:12:00.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-24T15:12:00.416Z Compiling endian-type v0.1.2
33612026-03-24T15:12:00.622Z Compiling radix_trie v0.2.1
33622026-03-24T15:12:00.656Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-03-24T15:12:00.725Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-03-24T15:12:00.725Z Compiling ssh-cipher v0.2.0
33652026-03-24T15:12:00.729Z Compiling bcrypt-pbkdf v0.10.0
33662026-03-24T15:12:00.840Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33672026-03-24T15:12:01.081Z Compiling tabled v0.20.0
33682026-03-24T15:12:01.220Z Compiling object v0.30.4
33692026-03-24T15:12:01.273Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-24T15:12:01.638Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-03-24T15:12:01.718Z Compiling parking_lot v0.11.2
33722026-03-24T15:12:01.835Z Compiling progenitor-macro v0.11.2
33732026-03-24T15:12:02.278Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-03-24T15:12:02.340Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-03-24T15:12:02.715Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-03-24T15:12:02.848Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33772026-03-24T15:12:02.894Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33782026-03-24T15:12:03.069Z Compiling progenitor-client v0.11.2
33792026-03-24T15:12:03.346Z Compiling prefix-trie v0.7.0
33802026-03-24T15:12:03.457Z Compiling password-hash v0.4.2
33812026-03-24T15:12:03.529Z Compiling fxhash v0.2.1
33822026-03-24T15:12:03.642Z Compiling secrecy v0.8.0
33832026-03-24T15:12:03.749Z Compiling half v1.8.3
33842026-03-24T15:12:03.838Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33852026-03-24T15:12:03.871Z Compiling path-slash v0.1.5
33862026-03-24T15:12:03.896Z Compiling http-range v0.1.5
33872026-03-24T15:12:04.018Z Compiling hickory-server v0.25.2
33882026-03-24T15:12:04.149Z Compiling serde_cbor v0.11.2
33892026-03-24T15:12:04.203Z Compiling pbkdf2 v0.11.0
33902026-03-24T15:12:04.251Z Compiling sled v0.34.7
33912026-03-24T15:12:04.550Z Compiling ron v0.12.0
33922026-03-24T15:12:04.628Z Compiling xz2 v0.1.7
33932026-03-24T15:12:04.653Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33942026-03-24T15:12:05.060Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-03-24T15:12:05.337Z Compiling progenitor v0.10.0
33962026-03-24T15:12:05.538Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33972026-03-24T15:12:05.568Z Compiling ssh-key v0.6.7
33982026-03-24T15:12:05.594Z Compiling hickory-client v0.25.2
33992026-03-24T15:12:05.645Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34002026-03-24T15:12:05.972Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-03-24T15:12:06.088Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34022026-03-24T15:12:06.654Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032026-03-24T15:12:06.806Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34042026-03-24T15:12:06.931Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-24T15:12:07.037Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-24T15:12:07.485Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34072026-03-24T15:12:07.856Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-24T15:12:07.880Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-24T15:12:08.024Z Compiling p521 v0.13.3
34102026-03-24T15:12:08.193Z Compiling p256 v0.13.2
34112026-03-24T15:12:08.612Z Compiling yasna v0.5.2
34122026-03-24T15:12:08.725Z Compiling kstat-rs v0.2.4
34132026-03-24T15:12:08.751Z Compiling headers-core v0.3.0
34142026-03-24T15:12:08.932Z Compiling nanorand v0.7.0
34152026-03-24T15:12:08.958Z Compiling russh-cryptovec v0.7.3
34162026-03-24T15:12:09.037Z Compiling atty v0.2.14
34172026-03-24T15:12:09.065Z Compiling home v0.5.12
34182026-03-24T15:12:09.135Z Compiling progenitor v0.11.2
34192026-03-24T15:12:09.208Z Compiling md5 v0.7.0
34202026-03-24T15:12:09.235Z Compiling crc8 v0.1.1
34212026-03-24T15:12:09.266Z Compiling base16ct v1.0.0
34222026-03-24T15:12:09.294Z Compiling rcgen v0.12.1
34232026-03-24T15:12:09.298Z Compiling flume v0.11.1
34242026-03-24T15:12:09.358Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34252026-03-24T15:12:09.405Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34262026-03-24T15:12:09.433Z Compiling russh-keys v0.45.0
34272026-03-24T15:12:09.436Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-03-24T15:12:09.521Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-03-24T15:12:09.549Z Compiling headers v0.4.1
34302026-03-24T15:12:09.640Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-03-24T15:12:09.731Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-03-24T15:12:09.791Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-24T15:12:10.032Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34342026-03-24T15:12:10.266Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-03-24T15:12:10.562Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-03-24T15:12:10.655Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-24T15:12:10.740Z Compiling hyper-staticfile v0.10.1
34382026-03-24T15:12:11.059Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-03-24T15:12:11.086Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-24T15:12:11.460Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-03-24T15:12:11.485Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-03-24T15:12:11.542Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-03-24T15:12:11.567Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-03-24T15:12:11.651Z Compiling num-bigint v0.4.6
34452026-03-24T15:12:11.679Z Compiling des v0.8.1
34462026-03-24T15:12:11.707Z Compiling subprocess v0.2.15
34472026-03-24T15:12:11.971Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-24T15:12:12.072Z Compiling display-error-chain v0.2.2
34492026-03-24T15:12:12.285Z Compiling hex-literal v0.4.1
34502026-03-24T15:12:12.460Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-24T15:12:12.533Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34522026-03-24T15:12:12.562Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-03-24T15:12:12.696Z Compiling colored v2.2.0
34542026-03-24T15:12:12.794Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552026-03-24T15:12:13.057Z Compiling socket2 v0.5.10
34562026-03-24T15:12:13.131Z Compiling internet-checksum v0.2.1
34572026-03-24T15:12:13.345Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34582026-03-24T15:12:13.575Z Compiling russh v0.45.0
34592026-03-24T15:12:19.392Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-24T15:12:29.867Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-24T15:12:29.867Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-24T15:12:29.870Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-03-24T15:12:29.870Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-24T15:12:32.127Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-24T15:12:32.324Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-24T15:12:38.293Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-24T15:13:07.810Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-24T15:13:33.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34692026-03-24T15:13:33.593Z
34702026-03-24T15:13:33.597Zreal 1:58.658161571
34712026-03-24T15:13:33.597Zuser 11:47.131389034
34722026-03-24T15:13:33.597Zsys 2:04.920696650
34732026-03-24T15:13:33.597Ztrap 0.362925381
34742026-03-24T15:13:33.597Ztflt 0.469686108
34752026-03-24T15:13:33.597Zdflt 1.650605544
34762026-03-24T15:13:33.597Zkflt 0.000305629
34772026-03-24T15:13:33.597Zlock 41:11.750856187
34782026-03-24T15:13:33.597Zslp 26:39.038668081
34792026-03-24T15:13:33.597Zlat 45.146974296
34802026-03-24T15:13:33.597Zstop 4:00.638927599
34812026-03-24T15:13:33.597Z+ mkdir tests
34822026-03-24T15:13:33.600Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-24T15:13:33.600Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-24T15:13:33.636Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3bd1c6863381a81f tests/
34852026-03-24T15:13:33.670Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-521a697f1d1b465c tests/
34862026-03-24T15:13:33.703Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6723d7bac05732be tests/
34872026-03-24T15:13:33.736Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e26e07d3dba7642d tests/
34882026-03-24T15:13:33.984Z+ 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-24T15:13:33.987Z+ 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-521a697f1d1b465c tests/commtest-6723d7bac05732be tests/dhcp_server-3bd1c6863381a81f tests/end_to_end_tests-e26e07d3dba7642d 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-24T15:15:12.841ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-24T15:15:12.841Za .github/buildomat/ci-env.sh 1K
34922026-03-24T15:15:12.841Za out/target/test 1K
34932026-03-24T15:15:12.841Za out/npuzone/npuzone 27402K
34942026-03-24T15:15:12.841Za package-manifest.toml 35K
34952026-03-24T15:15:12.841Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-24T15:15:12.841Za target/release/omicron-package 40561K
34972026-03-24T15:15:12.841Za target/release/xtask 11433K
34982026-03-24T15:15:12.841Za target/debug/bootstrap 338049K
34992026-03-24T15:15:12.841Za tests/bootstrap-521a697f1d1b465c 31310K
35002026-03-24T15:15:12.841Za tests/commtest-6723d7bac05732be 32395K
35012026-03-24T15:15:12.841Za tests/dhcp_server-3bd1c6863381a81f 31310K
35022026-03-24T15:15:12.841Za tests/end_to_end_tests-e26e07d3dba7642d 380270K
35032026-03-24T15:15:12.841Za out/clickhouse.tar.gz 301694K
35042026-03-24T15:15:12.841Za out/clickhouse_keeper.tar.gz 287160K
35052026-03-24T15:15:12.841Za out/clickhouse_server.tar.gz 301693K
35062026-03-24T15:15:12.841Za out/cockroachdb.tar.gz 154185K
35072026-03-24T15:15:12.841Za out/crucible-pantry-zone.tar.gz 38991K
35082026-03-24T15:15:12.841Za out/crucible-utils.tar 17744K
35092026-03-24T15:15:12.841Za out/crucible-zone.tar.gz 53129K
35102026-03-24T15:15:12.841Za out/external-dns.tar.gz 43594K
35112026-03-24T15:15:12.841Za out/internal-dns.tar.gz 43593K
35122026-03-24T15:15:12.841Za out/mg-ddm-gz.tar 78377K
35132026-03-24T15:15:12.841Za out/nexus.tar.gz 213441K
35142026-03-24T15:15:12.841Za out/ntp.tar.gz 25418K
35152026-03-24T15:15:12.841Za out/omicron-gateway-softnpu.tar.gz 28409K
35162026-03-24T15:15:12.841Za out/omicron-sled-agent.tar 187603K
35172026-03-24T15:15:12.842Za out/overlay.tar.gz 3K
35182026-03-24T15:15:12.842Za out/oximeter.tar.gz 58063K
35192026-03-24T15:15:12.842Za out/oxlog.tar 3782K
35202026-03-24T15:15:12.842Za out/probe.tar.gz 3037K
35212026-03-24T15:15:12.842Za out/propolis-server.tar.gz 33249K
35222026-03-24T15:15:12.842Za out/pumpkind-gz.tar 26647K
35232026-03-24T15:15:12.842Za out/switch-softnpu.tar.gz 369866K
35242026-03-24T15:15:12.847Z
35252026-03-24T15:15:12.847Zreal 1:38.836091154
35262026-03-24T15:15:12.847Zuser 1:35.830046904
35272026-03-24T15:15:12.847Zsys 6.261610700
35282026-03-24T15:15:12.847Ztrap 0.007075497
35292026-03-24T15:15:12.847Ztflt 0.000000000
35302026-03-24T15:15:12.847Zdflt 0.000000000
35312026-03-24T15:15:12.847Zkflt 0.000000000
35322026-03-24T15:15:12.847Zlock 0.000000000
35332026-03-24T15:15:12.848Zslp 1:34.955882343
35342026-03-24T15:15:12.848Zlat 0.612488955
35352026-03-24T15:15:12.848Zstop 0.000196913
35362026-03-24T15:15:12.848Zprocess exited: duration 1260272 ms, exit code 0
 
35372026-03-24T15:15:12.864Zfound 1 output files
35382026-03-24T15:15:12.864Zuploading: /work/package.tar.gz (2283985729 bytes)
35392026-03-24T15:15:41.303Zuploaded: /work/package.tar.gz