01KMRBP90K258YM4ABY7SWAC32: 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: 01KMRBPPS7WA7FEX8M3MR3AG2M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T19:29:34.747Zjob assigned to worker 01KMRCAN9Z9X1F36MJTQ6XA4CE [factory aws, i-01d2958ae6f154af0] (queued for 11 m 36 s)
 
22026-03-27T19:29:41.861Zstarting task 0: "setup"
32026-03-27T19:29:41.867Z++ uname -s
42026-03-27T19:29:41.870Z+ kern=SunOS
52026-03-27T19:29:41.870Z+ build_user=build
62026-03-27T19:29:41.870Z+ build_uid=12345
72026-03-27T19:29:41.870Z+ work_dir=/work
82026-03-27T19:29:41.870Z+ input_dir=/input
92026-03-27T19:29:41.870Z+ [[ 0 == 12345 ]]
102026-03-27T19:29:41.870Z+ case "$kern" in
112026-03-27T19:29:41.870Z+ groupadd -g 12345 build
122026-03-27T19:29:41.873Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T19:29:43.880Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T19:29:44.007Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T19:29:44.011Z+ home_fs=zfs
162026-03-27T19:29:44.011Z+ [[ zfs == autofs ]]
172026-03-27T19:29:44.011Z+ mkdir -p /home/build
182026-03-27T19:29:44.012Z+ chown build:build /home/build /work
192026-03-27T19:29:46.008Z+ chmod 0700 /home/build /work
202026-03-27T19:29:46.012Zprocess exited: duration 4153 ms, exit code 0
 
212026-03-27T19:29:46.019Zstarting task 1: "rust-toolchain"
222026-03-27T19:29:46.024Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-27T19:29:46.024Z * rust toolchain channel = "1.94.0"
242026-03-27T19:29:46.024Z * rust toolchain profile = "default"
252026-03-27T19:29:46.024Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T19:29:46.025Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T19:29:46.025Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T19:29:46.029Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T19:29:46.029Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-27T19:29:46.133Zinfo: downloading installer
312026-03-27T19:29:47.699Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T19:29:47.699Zwarn: /opt/ooce/bin
332026-03-27T19:29:47.699Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T19:29:47.699Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T19:29:47.699Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T19:29:47.699Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T19:29:47.699Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T19:29:47.699Zerror: cannot install while Rust is installed
392026-03-27T19:29:47.699Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T19:29:47.699Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T19:29:47.699Zwarn: /home/build/.rustup/settings.toml
422026-03-27T19:29:47.699Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T19:29:47.699Zwarn: instead of the one inferred from the default host triple.
442026-03-27T19:29:47.715Zinfo: profile set to default
452026-03-27T19:29:47.715Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T19:29:47.718Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-27T19:29:47.893Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-27T19:29:47.896Zinfo: downloading 6 components
492026-03-27T19:30:03.815Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-27T19:30:03.815Z
512026-03-27T19:30:03.843Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-27T19:30:03.843Z
532026-03-27T19:30:03.843Z
542026-03-27T19:30:03.846ZRust is installed now. Great!
552026-03-27T19:30:03.846Z
562026-03-27T19:30:03.846ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T19:30:03.846Zenvironment variable. This has not been done automatically.
582026-03-27T19:30:03.846Z
592026-03-27T19:30:03.846ZTo configure your current shell, you need to source
602026-03-27T19:30:03.846Zthe corresponding env file under $HOME/.cargo.
612026-03-27T19:30:03.846Z
622026-03-27T19:30:03.846ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T19:30:03.846Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T19:30:03.846Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T19:30:03.846Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T19:30:03.846Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T19:30:03.846Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T19:30:03.846Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T19:30:03.846Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T19:30:03.846Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T19:30:03.947Z+ rustup --version
722026-03-27T19:30:03.954Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T19:30:03.957Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T19:30:03.975Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-27T19:30:03.978Z+ cargo --version
762026-03-27T19:30:03.987Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-27T19:30:03.990Z+ rustc --version
782026-03-27T19:30:04.010Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-27T19:30:04.013Zprocess exited: duration 17990 ms, exit code 0
 
802026-03-27T19:30:04.019Zstarting task 2: "authentication"
812026-03-27T19:30:04.037Zprocess exited: duration 18 ms, exit code 0
 
822026-03-27T19:30:04.043Zstarting task 3: "clone repository"
832026-03-27T19:30:04.048Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-27T19:30:04.051Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-27T19:30:04.144ZCloning into '/work/oxidecomputer/omicron'...
862026-03-27T19:30:14.136Z+ cd /work/oxidecomputer/omicron
872026-03-27T19:30:14.137Z+ git fetch origin d21f63109e212305c2062ece19710f3ecea344fa
882026-03-27T19:30:14.439ZFrom https://github.com/oxidecomputer/omicron
892026-03-27T19:30:14.439Z * branch d21f63109e212305c2062ece19710f3ecea344fa -> FETCH_HEAD
902026-03-27T19:30:14.454Z+ [[ -n eliza/ereports-seen ]]
912026-03-27T19:30:14.457Z++ git branch --show-current
922026-03-27T19:30:14.460Z+ current=main
932026-03-27T19:30:14.460Z+ [[ main != eliza/ereports-seen ]]
942026-03-27T19:30:14.460Z+ git branch -f eliza/ereports-seen d21f63109e212305c2062ece19710f3ecea344fa
952026-03-27T19:30:14.463Z+ git checkout -f eliza/ereports-seen
962026-03-27T19:30:14.701ZSwitched to branch 'eliza/ereports-seen'
972026-03-27T19:30:14.705Z+ git reset --hard d21f63109e212305c2062ece19710f3ecea344fa
982026-03-27T19:30:14.723ZHEAD is now at d21f63109 make sure empty vec doesn't kill it
992026-03-27T19:30:14.726Zprocess exited: duration 10679 ms, exit code 0
 
1002026-03-27T19:30:14.732Zstarting task 4: "build"
1012026-03-27T19:30:14.738Z+ source .github/buildomat/ci-env.sh
1022026-03-27T19:30:14.738Z++ export CARGO_TERM_COLOR=always
1032026-03-27T19:30:14.738Z++ CARGO_TERM_COLOR=always
1042026-03-27T19:30:14.738Z+ cargo --version
1052026-03-27T19:30:14.748Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-27T19:30:14.751Z+ rustc --version
1072026-03-27T19:30:14.771Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-27T19:30:14.774Z+ WORK=/work
1092026-03-27T19:30:14.774Z+ pfexec mkdir -p /work
1102026-03-27T19:30:14.777Z+ pfexec chown build /work
1112026-03-27T19:30:14.780Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-27T19:30:23.031Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-27T19:30:29.907Z Startup: Caching catalogs ... Done
1142026-03-27T19:30:34.247ZPlanning: Solver setup ... Done (2.752s)
1152026-03-27T19:30:34.265ZPlanning: Running solver ... Done (0.019s)
1162026-03-27T19:30:34.378ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-27T19:30:34.391ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-27T19:30:34.485ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-27T19:30:34.518ZPlanning: Package planning ... Done (0.033s)
1202026-03-27T19:30:34.545ZPlanning: Merging actions ... Done (0.027s)
1212026-03-27T19:30:34.730ZPlanning: Checking for conflicting actions ... Done (0.185s)
1222026-03-27T19:30:34.737ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-27T19:30:35.516ZPlanning: Evaluating mediators ... Done (0.778s)
1242026-03-27T19:30:35.521ZPlanning: Planning completed in 5.45 seconds
1252026-03-27T19:30:35.533Z Packages to install: 4
1262026-03-27T19:30:35.533Z Mediators to change: 2
1272026-03-27T19:30:35.533Z Services to change: 1
1282026-03-27T19:30:35.533Z Estimated space available: 155.35 GB
1292026-03-27T19:30:35.533ZEstimated space to be consumed: 1.83 GB
1302026-03-27T19:30:35.535Z Create boot environment: No
1312026-03-27T19:30:35.536ZCreate backup boot environment: No
1322026-03-27T19:30:35.536Z Rebuild boot archive: No
1332026-03-27T19:30:35.536Z
1342026-03-27T19:30:35.536ZChanged mediators:
1352026-03-27T19:30:35.536Z mediator clang:
1362026-03-27T19:30:35.536Z version: None -> 15 (system default)
1372026-03-27T19:30:35.536Z
1382026-03-27T19:30:35.536Z mediator llvm:
1392026-03-27T19:30:35.536Z version: 14 (system default) -> 15 (system default)
1402026-03-27T19:30:35.536Z
1412026-03-27T19:30:35.536ZChanged packages:
1422026-03-27T19:30:35.536Zhelios-dev
1432026-03-27T19:30:35.536Z developer/build-essential
1442026-03-27T19:30:35.536Z None -> 11-2.0
1452026-03-27T19:30:35.536Z library/libxmlsec1
1462026-03-27T19:30:35.536Z None -> 1.2.35-2.0
1472026-03-27T19:30:35.536Z ooce/developer/clang-15
1482026-03-27T19:30:35.536Z None -> 15.0.7-2.0
1492026-03-27T19:30:35.536Z ooce/developer/llvm-15
1502026-03-27T19:30:35.536Z None -> 15.0.7-2.0
1512026-03-27T19:30:35.536Z
1522026-03-27T19:30:35.536ZServices:
1532026-03-27T19:30:35.536Z restart_fmri:
1542026-03-27T19:30:35.536Z svc:/system/update-man-index:default
1552026-03-27T19:30:35.576Z
1562026-03-27T19:30:35.576ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-27T19:30:40.577ZDownload: 2372/3290 items 119.7/212.6MB 56% complete (24.1M/s)
1582026-03-27T19:30:43.179ZDownload: Completed 212.60 MB in 7.60 seconds (28.0M/s)
1592026-03-27T19:30:43.424Z Actions: 1/3689 actions (Installing new actions)
1602026-03-27T19:30:46.928Z Actions: Completed 3689 actions in 3.50 seconds.
1612026-03-27T19:30:47.194Z Done (0.263s)
1622026-03-27T19:30:47.194Z Done (0.000s)
1632026-03-27T19:30:47.794Z Done (0.598s)
1642026-03-27T19:30:51.011Z Done (2.881s)
1652026-03-27T19:30:51.089Z Done (0.013s)
1662026-03-27T19:30:51.092Z Done (0.000s)
1672026-03-27T19:30:51.272Z Done (0.000s)
1682026-03-27T19:30:52.086ZPlanning: Evaluating mediator changes ... Done
1692026-03-27T19:30:52.194ZPlanning: Checking for conflicting actions ... Done
1702026-03-27T19:30:52.197ZPlanning: Consolidating action changes ... Done
1712026-03-27T19:30:52.352ZPlanning: Evaluating mediators ... Done
1722026-03-27T19:30:52.355ZPlanning: Planning completed in 0.27 seconds
1732026-03-27T19:30:52.374Z Mediators to change: 2
1742026-03-27T19:30:52.374Z Create boot environment: No
1752026-03-27T19:30:52.374ZCreate backup boot environment: No
1762026-03-27T19:30:52.436Z Done
1772026-03-27T19:30:52.436Z Done
1782026-03-27T19:30:53.006Z Done
1792026-03-27T19:30:55.525Z Done
1802026-03-27T19:30:55.596Z Done
1812026-03-27T19:30:55.599Z Done
1822026-03-27T19:30:55.757Z Done
1832026-03-27T19:30:56.155ZPlanning: Evaluating mediator changes ... Done
1842026-03-27T19:30:56.158ZPlanning: Merging actions ... Done
1852026-03-27T19:30:56.296ZPlanning: Checking for conflicting actions ... Done
1862026-03-27T19:30:56.299ZPlanning: Consolidating action changes ... Done
1872026-03-27T19:30:56.434ZPlanning: Evaluating mediators ... Done
1882026-03-27T19:30:56.462ZPlanning: Planning completed in 0.45 seconds
1892026-03-27T19:30:56.484Z Packages to change: 1
1902026-03-27T19:30:56.484Z Mediators to change: 1
1912026-03-27T19:30:56.484Z Services to change: 1
1922026-03-27T19:30:56.484Z Create boot environment: No
1932026-03-27T19:30:56.484ZCreate backup boot environment: Yes
1942026-03-27T19:30:58.812Z Actions: 1/6 actions (Updating modified actions)
1952026-03-27T19:30:58.816Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-27T19:30:58.816Z Done
1972026-03-27T19:30:58.816Z Done
1982026-03-27T19:30:58.951Z Done
1992026-03-27T19:31:01.405Z Done
2002026-03-27T19:31:01.478Z Done
2012026-03-27T19:31:01.481Z Done
2022026-03-27T19:31:01.641Z Done
2032026-03-27T19:31:01.924ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-27T19:31:01.924Zclang system 15 system
2052026-03-27T19:31:01.924Zcsh system system illumos
2062026-03-27T19:31:01.924Zctags system system illumos
2072026-03-27T19:31:01.924Zfile system system illumos
2082026-03-27T19:31:01.924Zgcc vendor 12 vendor
2092026-03-27T19:31:01.924Zgcc system 14 system
2102026-03-27T19:31:01.924Zgcc system 10 system
2112026-03-27T19:31:01.924Zgo system 1.20 system
2122026-03-27T19:31:01.924Zgo system 1.19 system
2132026-03-27T19:31:01.924Zllvm system 15 system
2142026-03-27T19:31:01.924Zllvm system 14 system
2152026-03-27T19:31:01.924Zmariadb system 10.6 system
2162026-03-27T19:31:01.924Zmta vendor vendor dma
2172026-03-27T19:31:01.924Zopenjdk system 17 system
2182026-03-27T19:31:01.924Zopenjdk system 11 system
2192026-03-27T19:31:01.924Zopenjdk system 1.8 system
2202026-03-27T19:31:01.924Zopenssl vendor 3 vendor
2212026-03-27T19:31:01.924Zperl system 5.36 system
2222026-03-27T19:31:01.924Zpostgresql system 15 system
2232026-03-27T19:31:01.924Zpostgresql system 13 system
2242026-03-27T19:31:01.924Zpython vendor 3 vendor
2252026-03-27T19:31:01.924Zpython system 2 system
2262026-03-27T19:31:01.924Zpython3 system 3.11 system
2272026-03-27T19:31:01.924Zruby system 3.0 system
2282026-03-27T19:31:01.924Zwords vendor vendor american-english
2292026-03-27T19:31:01.924Zwords system system australian-english
2302026-03-27T19:31:01.924Zwords system system british-english
2312026-03-27T19:31:01.924Zwords system system canadian-english
2322026-03-27T19:31:01.924Zwords system system french
2332026-03-27T19:31:01.924Zwords system system italian
2342026-03-27T19:31:01.925Zwords system system ngerman
2352026-03-27T19:31:01.925Zwords system system ogerman
2362026-03-27T19:31:01.925Zwords system system spanish
2372026-03-27T19:31:02.158ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-27T19:31:02.158Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-27T19:31:06.443ZFMRI IFO
2402026-03-27T19:31:06.443Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-27T19:31:06.443Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-27T19:31:06.443Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-27T19:31:06.443Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-27T19:31:06.443Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-27T19:31:06.443Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-27T19:31:06.443Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-27T19:31:06.443Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-27T19:31:06.443Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-27T19:31:06.443Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-27T19:31:06.443Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-27T19:31:06.443Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-27T19:31:06.443Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-27T19:31:06.443Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-27T19:31:06.444Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-27T19:31:06.444Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-27T19:31:07.525Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-27T19:31:07.799Z Updating crates.io index
2582026-03-27T19:31:07.834Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-27T19:31:09.587Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-27T19:31:10.384Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-27T19:31:10.822Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-27T19:31:11.806Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-27T19:31:12.316Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-27T19:31:13.757Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-27T19:31:15.074Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-27T19:31:15.752Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-27T19:31:16.216Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-27T19:31:16.950Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-27T19:31:17.382Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-27T19:31:17.853Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-27T19:31:18.162Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-27T19:31:19.134Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-27T19:31:19.682Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-27T19:31:20.513Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-27T19:31:20.902Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-27T19:31:21.265Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-27T19:31:21.513Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-27T19:31:21.754Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-27T19:31:22.045Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-27T19:31:22.454Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-27T19:31:22.794Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-27T19:31:23.436Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-27T19:31:23.700Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-27T19:31:24.290Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-27T19:31:25.249Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-27T19:31:25.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-27T19:31:26.554Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-27T19:31:27.172Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-27T19:31:27.438Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-27T19:31:27.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-27T19:31:28.164Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-27T19:31:28.446Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-27T19:31:28.939Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-27T19:31:29.203Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-27T19:31:29.483Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-27T19:31:29.860Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-27T19:31:42.420Z Downloading crates ...
2982026-03-27T19:31:42.493Z Downloaded byteorder v1.5.0
2992026-03-27T19:31:42.499Z Downloaded cargo_metadata v0.21.0
3002026-03-27T19:31:42.505Z Downloaded ordered-float v2.10.1
3012026-03-27T19:31:42.508Z Downloaded serde-value v0.7.0
3022026-03-27T19:31:42.511Z Downloaded equivalent v1.0.2
3032026-03-27T19:31:42.514Z Downloaded thiserror-impl v2.0.18
3042026-03-27T19:31:42.514Z Downloaded clap_lex v1.0.0
3052026-03-27T19:31:42.517Z Downloaded zerofrom v0.1.6
3062026-03-27T19:31:42.517Z Downloaded cargo-platform v0.2.0
3072026-03-27T19:31:42.517Z Downloaded terminal_size v0.4.3
3082026-03-27T19:31:42.522Z Downloaded smawk v0.3.2
3092026-03-27T19:31:42.522Z Downloaded unicode-linebreak v0.1.5
3102026-03-27T19:31:42.522Z Downloaded fastrand v2.3.0
3112026-03-27T19:31:42.522Z Downloaded errno v0.3.14
3122026-03-27T19:31:42.546Z Downloaded serde_tokenstream v0.2.3
3132026-03-27T19:31:42.546Z Downloaded pest_generator v2.8.6
3142026-03-27T19:31:42.546Z Downloaded cfg-if v1.0.4
3152026-03-27T19:31:42.546Z Downloaded fnv v1.0.7
3162026-03-27T19:31:42.546Z Downloaded toml_datetime v0.6.11
3172026-03-27T19:31:42.547Z Downloaded zerofrom-derive v0.1.6
3182026-03-27T19:31:42.547Z Downloaded utf8parse v0.2.2
3192026-03-27T19:31:42.547Z Downloaded usdt-attr-macro v0.5.0
3202026-03-27T19:31:42.547Z Downloaded dof v0.3.0
3212026-03-27T19:31:42.547Z Downloaded anstyle-query v1.1.5
3222026-03-27T19:31:42.547Z Downloaded colorchoice v1.0.4
3232026-03-27T19:31:42.547Z Downloaded toml_write v0.1.2
3242026-03-27T19:31:42.547Z Downloaded thread-id v4.2.2
3252026-03-27T19:31:42.547Z Downloaded unicode-xid v0.2.6
3262026-03-27T19:31:42.547Z Downloaded typeid v1.0.3
3272026-03-27T19:31:42.547Z Downloaded heck v0.4.1
3282026-03-27T19:31:42.547Z Downloaded block-buffer v0.10.4
3292026-03-27T19:31:42.547Z Downloaded usdt-macro v0.5.0
3302026-03-27T19:31:42.547Z Downloaded cpufeatures v0.2.17
3312026-03-27T19:31:42.547Z Downloaded dtrace-parser v0.2.0
3322026-03-27T19:31:42.547Z Downloaded yoke-derive v0.8.1
3332026-03-27T19:31:42.551Z Downloaded version_check v0.9.5
3342026-03-27T19:31:42.551Z Downloaded utf8_iter v1.0.4
3352026-03-27T19:31:42.551Z Downloaded usdt v0.5.0
3362026-03-27T19:31:42.551Z Downloaded clap_derive v4.5.55
3372026-03-27T19:31:42.551Z Downloaded camino v1.2.2
3382026-03-27T19:31:42.555Z Downloaded cargo-util-schemas v0.8.2
3392026-03-27T19:31:42.555Z Downloaded camino-tempfile v1.4.1
3402026-03-27T19:31:42.555Z Downloaded thiserror v1.0.69
3412026-03-27T19:31:42.558Z Downloaded ucd-trie v0.1.7
3422026-03-27T19:31:42.561Z Downloaded zmij v1.0.21
3432026-03-27T19:31:42.561Z Downloaded digest v0.10.7
3442026-03-27T19:31:42.564Z Downloaded yoke v0.8.1
3452026-03-27T19:31:42.564Z Downloaded thiserror v2.0.18
3462026-03-27T19:31:42.567Z Downloaded writeable v0.6.2
3472026-03-27T19:31:42.567Z Downloaded zerovec-derive v0.11.2
3482026-03-27T19:31:42.570Z Downloaded usdt-impl v0.5.0
3492026-03-27T19:31:42.570Z Downloaded serde_spanned v0.6.9
3502026-03-27T19:31:42.570Z Downloaded proc-macro-error-attr v1.0.4
3512026-03-27T19:31:42.570Z Downloaded idna_adapter v1.2.1
3522026-03-27T19:31:42.573Z Downloaded tinystr v0.8.2
3532026-03-27T19:31:42.573Z Downloaded toml v0.8.23
3542026-03-27T19:31:42.573Z Downloaded potential_utf v0.1.4
3552026-03-27T19:31:42.576Z Downloaded thiserror-impl v1.0.69
3562026-03-27T19:31:42.576Z Downloaded typenum v1.19.0
3572026-03-27T19:31:42.576Z Downloaded strsim v0.11.1
3582026-03-27T19:31:42.579Z Downloaded heck v0.5.0
3592026-03-27T19:31:42.579Z Downloaded plain v0.2.3
3602026-03-27T19:31:42.579Z Downloaded percent-encoding v2.3.2
3612026-03-27T19:31:42.579Z Downloaded macaddr v1.0.1
3622026-03-27T19:31:42.579Z Downloaded crypto-common v0.1.7
3632026-03-27T19:31:42.583Z Downloaded cargo_toml v0.21.0
3642026-03-27T19:31:42.583Z Downloaded scroll_derive v0.12.1
3652026-03-27T19:31:42.583Z Downloaded erased-serde v0.4.9
3662026-03-27T19:31:42.583Z Downloaded anstyle-parse v0.2.7
3672026-03-27T19:31:42.585Z Downloaded anstyle v1.0.13
3682026-03-27T19:31:42.588Z Downloaded proc-macro-error v1.0.4
3692026-03-27T19:31:42.588Z Downloaded zerocopy-derive v0.7.35
3702026-03-27T19:31:42.593Z Downloaded toml_edit v0.22.27
3712026-03-27T19:31:42.596Z Downloaded swrite v0.1.0
3722026-03-27T19:31:42.596Z Downloaded pretty-hex v0.4.1
3732026-03-27T19:31:42.599Z Downloaded zerotrie v0.2.3
3742026-03-27T19:31:42.599Z Downloaded textwrap v0.16.2
3752026-03-27T19:31:42.601Z Downloaded unicode-ident v1.0.24
3762026-03-27T19:31:42.604Z Downloaded stable_deref_trait v1.2.1
3772026-03-27T19:31:42.607Z Downloaded url v2.5.8
3782026-03-27T19:31:42.614Z Downloaded zerovec v0.11.5
3792026-03-27T19:31:42.623Z Downloaded memmap v0.7.0
3802026-03-27T19:31:42.626Z Downloaded zerocopy v0.7.35
3812026-03-27T19:31:42.632Z Downloaded winnow v0.7.14
3822026-03-27T19:31:42.637Z Downloaded fs-err v3.3.0
3832026-03-27T19:31:42.640Z Downloaded form_urlencoded v1.2.2
3842026-03-27T19:31:42.640Z Downloaded unicode-width v0.2.0
3852026-03-27T19:31:42.643Z Downloaded unicode-width v0.1.14
3862026-03-27T19:31:42.646Z Downloaded tabled_derive v0.7.0
3872026-03-27T19:31:42.646Z Downloaded is_terminal_polyfill v1.70.2
3882026-03-27T19:31:42.648Z Downloaded generic-array v0.14.7
3892026-03-27T19:31:42.651Z Downloaded displaydoc v0.2.5
3902026-03-27T19:31:42.654Z Downloaded clap v4.5.60
3912026-03-27T19:31:42.659Z Downloaded synstructure v0.13.2
3922026-03-27T19:31:42.662Z Downloaded quote v1.0.44
3932026-03-27T19:31:42.662Z Downloaded anstream v0.6.21
3942026-03-27T19:31:42.668Z Downloaded bytecount v0.6.9
3952026-03-27T19:31:42.676Z Downloaded itoa v1.0.17
3962026-03-27T19:31:42.679Z Downloaded serde-untagged v0.1.9
3972026-03-27T19:31:42.682Z Downloaded scroll v0.12.0
3982026-03-27T19:31:42.682Z Downloaded autocfg v1.5.0
3992026-03-27T19:31:42.684Z Downloaded sha2 v0.10.9
4002026-03-27T19:31:42.687Z Downloaded bitflags v2.11.0
4012026-03-27T19:31:42.690Z Downloaded semver v1.0.27
4022026-03-27T19:31:42.698Z Downloaded num-traits v0.2.19
4032026-03-27T19:31:42.712Z Downloaded smallvec v1.15.1
4042026-03-27T19:31:42.715Z Downloaded once_cell v1.21.3
4052026-03-27T19:31:42.718Z Downloaded tempfile v3.25.0
4062026-03-27T19:31:42.722Z Downloaded pest_derive v2.8.6
4072026-03-27T19:31:42.729Z Downloaded log v0.4.29
4082026-03-27T19:31:42.732Z Downloaded litemap v0.8.1
4092026-03-27T19:31:42.734Z Downloaded anyhow v1.0.102
4102026-03-27T19:31:42.737Z Downloaded icu_properties_data v2.1.2
4112026-03-27T19:31:42.747Z Downloaded icu_properties v2.1.2
4122026-03-27T19:31:42.759Z Downloaded serde_derive v1.0.228
4132026-03-27T19:31:42.762Z Downloaded icu_normalizer v2.1.1
4142026-03-27T19:31:42.765Z Downloaded getrandom v0.4.1
4152026-03-27T19:31:42.771Z Downloaded serde_core v1.0.228
4162026-03-27T19:31:42.774Z Downloaded papergrid v0.11.0
4172026-03-27T19:31:42.780Z Downloaded icu_provider v2.1.1
4182026-03-27T19:31:42.783Z Downloaded proc-macro2 v1.0.106
4192026-03-27T19:31:42.786Z Downloaded pest_meta v2.8.6
4202026-03-27T19:31:42.786Z Downloaded icu_collections v2.1.1
4212026-03-27T19:31:42.789Z Downloaded icu_normalizer_data v2.1.1
4222026-03-27T19:31:42.792Z Downloaded icu_locale_core v2.1.1
4232026-03-27T19:31:42.795Z Downloaded memchr v2.8.0
4242026-03-27T19:31:42.798Z Downloaded serde v1.0.228
4252026-03-27T19:31:42.812Z Downloaded indexmap v2.13.0
4262026-03-27T19:31:42.815Z Downloaded hashbrown v0.16.1
4272026-03-27T19:31:42.817Z Downloaded clap_builder v4.5.60
4282026-03-27T19:31:42.830Z Downloaded pest v2.8.6
4292026-03-27T19:31:42.845Z Downloaded serde_json v1.0.149
4302026-03-27T19:31:42.851Z Downloaded idna v1.1.0
4312026-03-27T19:31:42.876Z Downloaded goblin v0.8.2
4322026-03-27T19:31:42.880Z Downloaded tabled v0.15.0
4332026-03-27T19:31:42.901Z Downloaded syn v2.0.117
4342026-03-27T19:31:42.906Z Downloaded syn v1.0.109
4352026-03-27T19:31:42.921Z Downloaded rustix v1.1.3
4362026-03-27T19:31:42.954Z Downloaded libc v0.2.180
4372026-03-27T19:31:43.020Z Compiling proc-macro2 v1.0.106
4382026-03-27T19:31:43.020Z Compiling quote v1.0.44
4392026-03-27T19:31:43.023Z Compiling unicode-ident v1.0.24
4402026-03-27T19:31:43.024Z Compiling serde_core v1.0.228
4412026-03-27T19:31:43.024Z Compiling libc v0.2.180
4422026-03-27T19:31:43.024Z Compiling version_check v0.9.5
4432026-03-27T19:31:43.024Z Compiling memchr v2.8.0
4442026-03-27T19:31:43.024Z Compiling serde v1.0.228
4452026-03-27T19:31:43.024Z Compiling stable_deref_trait v1.2.1
4462026-03-27T19:31:43.024Z Compiling zmij v1.0.21
4472026-03-27T19:31:43.202Z Compiling thiserror v1.0.69
4482026-03-27T19:31:43.205Z Compiling autocfg v1.5.0
4492026-03-27T19:31:43.218Z Compiling ucd-trie v0.1.7
4502026-03-27T19:31:43.221Z Compiling itoa v1.0.17
4512026-03-27T19:31:43.221Z Compiling writeable v0.6.2
4522026-03-27T19:31:43.446Z Compiling litemap v0.8.1
4532026-03-27T19:31:43.450Z Compiling rustix v1.1.3
4542026-03-27T19:31:43.599Z Compiling icu_normalizer_data v2.1.1
4552026-03-27T19:31:43.616Z Compiling byteorder v1.5.0
4562026-03-27T19:31:43.658Z Compiling icu_properties_data v2.1.2
4572026-03-27T19:31:43.716Z Compiling serde_json v1.0.149
4582026-03-27T19:31:43.807Z Compiling pest v2.8.6
4592026-03-27T19:31:43.847Z Compiling bitflags v2.11.0
4602026-03-27T19:31:44.028Z Compiling num-traits v0.2.19
4612026-03-27T19:31:44.069Z Compiling typeid v1.0.3
4622026-03-27T19:31:44.292Z Compiling smallvec v1.15.1
4632026-03-27T19:31:44.423Z Compiling equivalent v1.0.2
4642026-03-27T19:31:44.490Z Compiling hashbrown v0.16.1
4652026-03-27T19:31:44.533Z Compiling usdt-impl v0.5.0
4662026-03-27T19:31:44.537Z Compiling proc-macro-error-attr v1.0.4
4672026-03-27T19:31:44.666Z Compiling syn v1.0.109
4682026-03-27T19:31:44.700Z Compiling toml_write v0.1.2
4692026-03-27T19:31:44.703Z Compiling winnow v0.7.14
4702026-03-27T19:31:44.752Z Compiling erased-serde v0.4.9
4712026-03-27T19:31:44.858Z Compiling pest_meta v2.8.6
4722026-03-27T19:31:44.892Z Compiling proc-macro-error v1.0.4
4732026-03-27T19:31:44.892Z Compiling log v0.4.29
4742026-03-27T19:31:44.947Z Compiling errno v0.3.14
4752026-03-27T19:31:44.967Z Compiling thread-id v4.2.2
4762026-03-27T19:31:44.987Z Compiling thiserror v2.0.18
4772026-03-27T19:31:45.007Z Compiling percent-encoding v2.3.2
4782026-03-27T19:31:45.077Z Compiling getrandom v0.4.1
4792026-03-27T19:31:45.116Z Compiling indexmap v2.13.0
4802026-03-27T19:31:45.116Z Compiling plain v0.2.3
4812026-03-27T19:31:45.153Z Compiling camino v1.2.2
4822026-03-27T19:31:45.156Z Compiling utf8parse v0.2.2
4832026-03-27T19:31:45.209Z Compiling utf8_iter v1.0.4
4842026-03-27T19:31:45.228Z Compiling form_urlencoded v1.2.2
4852026-03-27T19:31:45.287Z Compiling anstyle-parse v0.2.7
4862026-03-27T19:31:45.369Z Compiling syn v2.0.117
4872026-03-27T19:31:45.438Z Compiling ordered-float v2.10.1
4882026-03-27T19:31:45.515Z Compiling colorchoice v1.0.4
4892026-03-27T19:31:45.518Z Compiling is_terminal_polyfill v1.70.2
4902026-03-27T19:31:45.551Z Compiling pretty-hex v0.4.1
4912026-03-27T19:31:45.588Z Compiling cfg-if v1.0.4
4922026-03-27T19:31:45.632Z Compiling anstyle v1.0.13
4932026-03-27T19:31:45.636Z Compiling anstyle-query v1.1.5
4942026-03-27T19:31:45.711Z Compiling fs-err v3.3.0
4952026-03-27T19:31:45.712Z Compiling bytecount v0.6.9
4962026-03-27T19:31:45.770Z Compiling fnv v1.0.7
4972026-03-27T19:31:45.789Z Compiling fastrand v2.3.0
4982026-03-27T19:31:45.872Z Compiling anstream v0.6.21
4992026-03-27T19:31:45.893Z Compiling unicode-width v0.1.14
5002026-03-27T19:31:45.896Z Compiling strsim v0.11.1
5012026-03-27T19:31:45.896Z Compiling heck v0.4.1
5022026-03-27T19:31:45.949Z Compiling terminal_size v0.4.3
5032026-03-27T19:31:45.952Z Compiling clap_lex v1.0.0
5042026-03-27T19:31:45.987Z Compiling unicode-xid v0.2.6
5052026-03-27T19:31:46.119Z Compiling once_cell v1.21.3
5062026-03-27T19:31:46.183Z Compiling anyhow v1.0.102
5072026-03-27T19:31:46.227Z Compiling heck v0.5.0
5082026-03-27T19:31:46.262Z Compiling papergrid v0.11.0
5092026-03-27T19:31:46.265Z Compiling clap_builder v4.5.60
5102026-03-27T19:31:46.301Z Compiling tempfile v3.25.0
5112026-03-27T19:31:46.320Z Compiling memmap v0.7.0
5122026-03-27T19:31:46.320Z Compiling unicode-width v0.2.0
5132026-03-27T19:31:46.357Z Compiling unicode-linebreak v0.1.5
5142026-03-27T19:31:46.360Z Compiling smawk v0.3.2
5152026-03-27T19:31:46.535Z Compiling semver v1.0.27
5162026-03-27T19:31:46.665Z Compiling textwrap v0.16.2
5172026-03-27T19:31:46.693Z Compiling swrite v0.1.0
5182026-03-27T19:31:46.728Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-27T19:31:46.855Z Compiling camino-tempfile v1.4.1
5202026-03-27T19:31:46.919Z Compiling serde-untagged v0.1.9
5212026-03-27T19:31:47.224Z Compiling tabled_derive v0.7.0
5222026-03-27T19:31:47.884Z Compiling tabled v0.15.0
5232026-03-27T19:31:47.955Z Compiling synstructure v0.13.2
5242026-03-27T19:31:47.955Z Compiling pest_generator v2.8.6
5252026-03-27T19:31:48.537Z Compiling serde_derive v1.0.228
5262026-03-27T19:31:48.537Z Compiling zerofrom-derive v0.1.6
5272026-03-27T19:31:48.537Z Compiling yoke-derive v0.8.1
5282026-03-27T19:31:48.540Z Compiling zerovec-derive v0.11.2
5292026-03-27T19:31:48.540Z Compiling displaydoc v0.2.5
5302026-03-27T19:31:48.540Z Compiling thiserror-impl v1.0.69
5312026-03-27T19:31:48.540Z Compiling zerocopy-derive v0.7.35
5322026-03-27T19:31:48.540Z Compiling scroll_derive v0.12.1
5332026-03-27T19:31:48.540Z Compiling thiserror-impl v2.0.18
5342026-03-27T19:31:48.540Z Compiling clap_derive v4.5.55
5352026-03-27T19:31:48.616Z Compiling pest_derive v2.8.6
5362026-03-27T19:31:49.189Z Compiling scroll v0.12.0
5372026-03-27T19:31:49.336Z Compiling zerocopy v0.7.35
5382026-03-27T19:31:49.436Z Compiling goblin v0.8.2
5392026-03-27T19:31:49.558Z Compiling zerofrom v0.1.6
5402026-03-27T19:31:49.668Z Compiling yoke v0.8.1
5412026-03-27T19:31:49.686Z Compiling dtrace-parser v0.2.0
5422026-03-27T19:31:49.824Z Compiling zerovec v0.11.5
5432026-03-27T19:31:49.824Z Compiling zerotrie v0.2.3
5442026-03-27T19:31:49.947Z Compiling clap v4.5.60
5452026-03-27T19:31:50.231Z Compiling tinystr v0.8.2
5462026-03-27T19:31:50.231Z Compiling potential_utf v0.1.4
5472026-03-27T19:31:50.359Z Compiling icu_collections v2.1.1
5482026-03-27T19:31:50.381Z Compiling icu_locale_core v2.1.1
5492026-03-27T19:31:50.943Z Compiling icu_provider v2.1.1
5502026-03-27T19:31:50.992Z Compiling serde_spanned v0.6.9
5512026-03-27T19:31:50.992Z Compiling toml_datetime v0.6.11
5522026-03-27T19:31:50.995Z Compiling serde-value v0.7.0
5532026-03-27T19:31:50.995Z Compiling cargo-platform v0.2.0
5542026-03-27T19:31:50.995Z Compiling macaddr v1.0.1
5552026-03-27T19:31:50.995Z Compiling dof v0.3.0
5562026-03-27T19:31:51.010Z Compiling serde_tokenstream v0.2.3
5572026-03-27T19:31:51.162Z Compiling icu_normalizer v2.1.1
5582026-03-27T19:31:51.162Z Compiling icu_properties v2.1.2
5592026-03-27T19:31:51.282Z Compiling toml_edit v0.22.27
5602026-03-27T19:31:51.747Z Compiling usdt-attr-macro v0.5.0
5612026-03-27T19:31:51.747Z Compiling usdt-macro v0.5.0
5622026-03-27T19:31:51.985Z Compiling idna_adapter v1.2.1
5632026-03-27T19:31:52.089Z Compiling idna v1.1.0
5642026-03-27T19:31:52.324Z Compiling usdt v0.5.0
5652026-03-27T19:31:52.351Z Compiling url v2.5.8
5662026-03-27T19:31:52.556Z Compiling toml v0.8.23
5672026-03-27T19:31:52.884Z Compiling cargo-util-schemas v0.8.2
5682026-03-27T19:31:52.884Z Compiling cargo_toml v0.21.0
5692026-03-27T19:31:53.652Z Compiling cargo_metadata v0.21.0
5702026-03-27T19:31:54.566Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-27T19:31:56.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.30s
5722026-03-27T19:31:56.898Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-27T19:31:57.455Z Downloading crates ...
5742026-03-27T19:31:57.553Z Downloaded async-stream v0.3.6
5752026-03-27T19:31:57.562Z Downloaded base64ct v1.8.3
5762026-03-27T19:31:57.570Z Downloaded arrayref v0.3.9
5772026-03-27T19:31:57.572Z Downloaded base16ct v1.0.0
5782026-03-27T19:31:57.572Z Downloaded atomic-waker v1.1.2
5792026-03-27T19:31:57.573Z Downloaded atty v0.2.14
5802026-03-27T19:31:57.575Z Downloaded async-stream-impl v0.3.6
5812026-03-27T19:31:57.578Z Downloaded base16ct v0.2.0
5822026-03-27T19:31:57.578Z Downloaded aead v0.5.2
5832026-03-27T19:31:57.578Z Downloaded adler2 v2.0.1
5842026-03-27T19:31:57.584Z Downloaded cstr-argument v0.1.2
5852026-03-27T19:31:57.587Z Downloaded block-padding v0.3.3
5862026-03-27T19:31:57.590Z Downloaded bitfield-struct v0.6.2
5872026-03-27T19:31:57.593Z Downloaded darling_macro v0.20.11
5882026-03-27T19:31:57.593Z Downloaded atomicwrites v0.4.4
5892026-03-27T19:31:57.596Z Downloaded bb8 v0.8.6
5902026-03-27T19:31:57.599Z Downloaded embedded-io v0.4.0
5912026-03-27T19:31:57.602Z Downloaded darling_macro v0.23.0
5922026-03-27T19:31:57.605Z Downloaded bitfield-macros v0.19.4
5932026-03-27T19:31:57.607Z Downloaded enum-as-inner v0.6.1
5942026-03-27T19:31:57.610Z Downloaded downcast-rs v2.0.2
5952026-03-27T19:31:57.610Z Downloaded crucible-workspace-hack v0.1.0
5962026-03-27T19:31:57.610Z Downloaded crc8 v0.1.1
5972026-03-27T19:31:57.610Z Downloaded ascii-canvas v3.0.0
5982026-03-27T19:31:57.613Z Downloaded dirs-next v2.0.0
5992026-03-27T19:31:57.613Z Downloaded ciborium-io v0.2.2
6002026-03-27T19:31:57.614Z Downloaded darling_macro v0.21.3
6012026-03-27T19:31:57.617Z Downloaded backoff v0.4.0
6022026-03-27T19:31:57.617Z Downloaded dyn-clone v1.0.20
6032026-03-27T19:31:57.617Z Downloaded dunce v1.0.5
6042026-03-27T19:31:57.619Z Downloaded dtrace-parser v0.3.0
6052026-03-27T19:31:57.619Z Downloaded async-trait v0.1.89
6062026-03-27T19:31:57.622Z Downloaded difflib v0.4.0
6072026-03-27T19:31:57.622Z Downloaded float-cmp v0.10.0
6082026-03-27T19:31:57.622Z Downloaded fixedbitset v0.4.2
6092026-03-27T19:31:57.625Z Downloaded const_format_proc_macros v0.2.34
6102026-03-27T19:31:57.625Z Downloaded async-recursion v1.1.1
6112026-03-27T19:31:57.628Z Downloaded defmt v0.3.100
6122026-03-27T19:31:57.628Z Downloaded debug-ignore v1.0.5
6132026-03-27T19:31:57.631Z Downloaded document-features v0.2.12
6142026-03-27T19:31:57.631Z Downloaded display-error-chain v0.2.2
6152026-03-27T19:31:57.631Z Downloaded diesel_table_macro_syntax v0.3.0
6162026-03-27T19:31:57.634Z Downloaded defmt-parser v1.0.0
6172026-03-27T19:31:57.634Z Downloaded dsl_auto_type v0.2.0
6182026-03-27T19:31:57.642Z Downloaded cpufeatures v0.3.0
6192026-03-27T19:31:57.646Z Downloaded critical-section v1.2.0
6202026-03-27T19:31:57.646Z Downloaded cfg_aliases v0.1.1
6212026-03-27T19:31:57.648Z Downloaded cargo-platform v0.1.9
6222026-03-27T19:31:57.648Z Downloaded fd-lock v4.0.4
6232026-03-27T19:31:57.651Z Downloaded bcrypt-pbkdf v0.10.0
6242026-03-27T19:31:57.651Z Downloaded dof v0.4.0
6252026-03-27T19:31:57.651Z Downloaded env_filter v1.0.0
6262026-03-27T19:31:57.654Z Downloaded cfg_aliases v0.2.1
6272026-03-27T19:31:57.654Z Downloaded embedded-io v0.6.1
6282026-03-27T19:31:57.656Z Downloaded dropshot-api-manager-types v0.6.0
6292026-03-27T19:31:57.659Z Downloaded endian-type v0.1.2
6302026-03-27T19:31:57.662Z Downloaded crunchy v0.2.4
6312026-03-27T19:31:57.665Z Downloaded filetime v0.2.27
6322026-03-27T19:31:57.665Z Downloaded ecdsa v0.16.9
6332026-03-27T19:31:57.668Z Downloaded diesel-dtrace v0.5.0
6342026-03-27T19:31:57.668Z Downloaded daft-derive v0.1.5
6352026-03-27T19:31:57.671Z Downloaded backon v1.6.0
6362026-03-27T19:31:57.674Z Downloaded ed25519 v2.2.3
6372026-03-27T19:31:57.677Z Downloaded cobs v0.3.0
6382026-03-27T19:31:57.677Z Downloaded derive_builder_macro v0.20.2
6392026-03-27T19:31:57.679Z Downloaded crc-catalog v2.4.0
6402026-03-27T19:31:57.679Z Downloaded defmt v1.0.1
6412026-03-27T19:31:57.682Z Downloaded der_derive v0.7.3
6422026-03-27T19:31:57.682Z Downloaded assert_matches v1.5.0
6432026-03-27T19:31:57.685Z Downloaded castaway v0.2.4
6442026-03-27T19:31:57.685Z Downloaded env_logger v0.11.9
6452026-03-27T19:31:57.688Z Downloaded darling v0.21.3
6462026-03-27T19:31:57.691Z Downloaded bit-set v0.5.3
6472026-03-27T19:31:57.691Z Downloaded either v1.15.0
6482026-03-27T19:31:57.693Z Downloaded convert_case v0.4.0
6492026-03-27T19:31:57.693Z Downloaded float-ord v0.3.2
6502026-03-27T19:31:57.693Z Downloaded curve25519-dalek-derive v0.1.1
6512026-03-27T19:31:57.696Z Downloaded array-init v0.0.4
6522026-03-27T19:31:57.696Z Downloaded derive-ex v0.1.8
6532026-03-27T19:31:57.696Z Downloaded csv-core v0.1.13
6542026-03-27T19:31:57.699Z Downloaded bit-vec v0.8.0
6552026-03-27T19:31:57.699Z Downloaded bit-vec v0.6.3
6562026-03-27T19:31:57.699Z Downloaded foreign-types-shared v0.1.1
6572026-03-27T19:31:57.702Z Downloaded find-msvc-tools v0.1.9
6582026-03-27T19:31:57.702Z Downloaded crc v3.4.0
6592026-03-27T19:31:57.705Z Downloaded foldhash v0.2.0
6602026-03-27T19:31:57.705Z Downloaded data-encoding v2.10.0
6612026-03-27T19:31:57.705Z Downloaded fallible-iterator v0.2.0
6622026-03-27T19:31:57.708Z Downloaded derive_builder_core v0.20.2
6632026-03-27T19:31:57.708Z Downloaded futures-macro v0.3.32
6642026-03-27T19:31:57.711Z Downloaded ff v0.13.1
6652026-03-27T19:31:57.711Z Downloaded foreign-types-shared v0.3.1
6662026-03-27T19:31:57.711Z Downloaded hash32 v0.3.1
6672026-03-27T19:31:57.713Z Downloaded drift v0.1.3
6682026-03-27T19:31:57.716Z Downloaded git-stub v1.0.0
6692026-03-27T19:31:57.716Z Downloaded hash32 v0.2.1
6702026-03-27T19:31:57.720Z Downloaded futures-core v0.3.32
6712026-03-27T19:31:57.720Z Downloaded futures-sink v0.3.32
6722026-03-27T19:31:57.720Z Downloaded futures-io v0.3.32
6732026-03-27T19:31:57.722Z Downloaded foreign-types v0.5.0
6742026-03-27T19:31:57.722Z Downloaded foreign-types-macros v0.2.3
6752026-03-27T19:31:57.722Z Downloaded futures-task v0.3.32
6762026-03-27T19:31:57.725Z Downloaded bzip2 v0.4.4
6772026-03-27T19:31:57.725Z Downloaded des v0.8.1
6782026-03-27T19:31:57.728Z Downloaded derive_builder v0.20.2
6792026-03-27T19:31:57.731Z Downloaded cmake v0.1.57
6802026-03-27T19:31:57.731Z Downloaded darling v0.23.0
6812026-03-27T19:31:57.734Z Downloaded cassowary v0.3.0
6822026-03-27T19:31:57.734Z Downloaded blowfish v0.9.1
6832026-03-27T19:31:57.737Z Downloaded bitflags v1.3.2
6842026-03-27T19:31:57.740Z Downloaded hex v0.4.3
6852026-03-27T19:31:57.740Z Downloaded argon2 v0.5.3
6862026-03-27T19:31:57.743Z Downloaded ghash v0.5.1
6872026-03-27T19:31:57.743Z Downloaded gethostname v0.5.0
6882026-03-27T19:31:57.743Z Downloaded cipher v0.4.4
6892026-03-27T19:31:57.746Z Downloaded chacha20 v0.9.1
6902026-03-27T19:31:57.746Z Downloaded arrayvec v0.7.6
6912026-03-27T19:31:57.748Z Downloaded cancel-safe-futures v0.1.5
6922026-03-27T19:31:57.751Z Downloaded ena v0.14.4
6932026-03-27T19:31:57.751Z Downloaded globset v0.4.18
6942026-03-27T19:31:57.754Z Downloaded daft v0.1.5
6952026-03-27T19:31:57.754Z Downloaded ctr v0.9.2
6962026-03-27T19:31:57.757Z Downloaded bzip2 v0.6.1
6972026-03-27T19:31:57.757Z Downloaded hostname v0.4.2
6982026-03-27T19:31:57.759Z Downloaded home v0.5.12
6992026-03-27T19:31:57.759Z Downloaded http-range v0.1.5
7002026-03-27T19:31:57.759Z Downloaded headers-core v0.3.0
7012026-03-27T19:31:57.762Z Downloaded hostname v0.3.1
7022026-03-27T19:31:57.762Z Downloaded byte-wrapper v0.1.0
7032026-03-27T19:31:57.765Z Downloaded globwalk v0.9.1
7042026-03-27T19:31:57.765Z Downloaded corncobs v0.1.4
7052026-03-27T19:31:57.765Z Downloaded git-stub-vcs v0.1.0
7062026-03-27T19:31:57.768Z Downloaded fixedbitset v0.5.7
7072026-03-27T19:31:57.768Z Downloaded dirs-sys-next v0.1.2
7082026-03-27T19:31:57.771Z Downloaded bit-set v0.8.0
7092026-03-27T19:31:57.771Z Downloaded foreign-types v0.3.2
7102026-03-27T19:31:57.771Z Downloaded erased-serde v0.3.31
7112026-03-27T19:31:57.774Z Downloaded diff v0.1.13
7122026-03-27T19:31:57.774Z Downloaded cbc v0.1.2
7132026-03-27T19:31:57.777Z Downloaded foldhash v0.1.5
7142026-03-27T19:31:57.777Z Downloaded crossbeam-epoch v0.9.18
7152026-03-27T19:31:57.780Z Downloaded hubpack_derive v0.1.1
7162026-03-27T19:31:57.780Z Downloaded http-body v1.0.1
7172026-03-27T19:31:57.783Z Downloaded bitfield v0.19.4
7182026-03-27T19:31:57.783Z Downloaded fxhash v0.2.1
7192026-03-27T19:31:57.783Z Downloaded funty v2.0.0
7202026-03-27T19:31:57.783Z Downloaded indoc v1.0.9
7212026-03-27T19:31:57.786Z Downloaded hyper-tls v0.6.0
7222026-03-27T19:31:57.786Z Downloaded httpdate v1.0.3
7232026-03-27T19:31:57.788Z Downloaded dropshot_endpoint v0.16.7
7242026-03-27T19:31:57.789Z Downloaded cargo_metadata v0.19.2
7252026-03-27T19:31:57.791Z Downloaded camino-tempfile-ext v0.3.3
7262026-03-27T19:31:57.792Z Downloaded fs_extra v1.3.0
7272026-03-27T19:31:57.794Z Downloaded elliptic-curve v0.13.8
7282026-03-27T19:31:57.798Z Downloaded constant_time_eq v0.4.2
7292026-03-27T19:31:57.798Z Downloaded ciborium-ll v0.2.2
7302026-03-27T19:31:57.801Z Downloaded hex-literal v0.4.1
7312026-03-27T19:31:57.801Z Downloaded flagset v0.4.7
7322026-03-27T19:31:57.801Z Downloaded crossbeam-deque v0.8.6
7332026-03-27T19:31:57.804Z Downloaded ident_case v1.0.1
7342026-03-27T19:31:57.804Z Downloaded hubpack v0.1.2
7352026-03-27T19:31:57.804Z Downloaded instant v0.1.13
7362026-03-27T19:31:57.806Z Downloaded crc-any v2.5.0
7372026-03-27T19:31:57.806Z Downloaded futures-executor v0.3.32
7382026-03-27T19:31:57.809Z Downloaded kstat-rs v0.2.4
7392026-03-27T19:31:57.809Z Downloaded const-oid v0.9.6
7402026-03-27T19:31:57.812Z Downloaded cexpr v0.6.0
7412026-03-27T19:31:57.812Z Downloaded ciborium v0.2.2
7422026-03-27T19:31:57.815Z Downloaded is-terminal v0.4.17
7432026-03-27T19:31:57.815Z Downloaded glob v0.3.3
7442026-03-27T19:31:57.818Z Downloaded indent_write v2.2.0
7452026-03-27T19:31:57.818Z Downloaded darling v0.20.11
7462026-03-27T19:31:57.820Z Downloaded instability v0.3.11
7472026-03-27T19:31:57.823Z Downloaded group v0.13.0
7482026-03-27T19:31:57.823Z Downloaded cookie v0.18.1
7492026-03-27T19:31:57.826Z Downloaded chacha20poly1305 v0.10.1
7502026-03-27T19:31:57.826Z Downloaded chacha20 v0.10.0
7512026-03-27T19:31:57.829Z Downloaded const_format v0.2.35
7522026-03-27T19:31:57.832Z Downloaded clang-sys v1.8.1
7532026-03-27T19:31:57.832Z Downloaded convert_case v0.10.0
7542026-03-27T19:31:57.835Z Downloaded crossbeam-utils v0.8.21
7552026-03-27T19:31:57.835Z Downloaded internet-checksum v0.2.1
7562026-03-27T19:31:57.835Z Downloaded cargo_toml v0.22.3
7572026-03-27T19:31:57.838Z Downloaded libscf-sys v1.1.0
7582026-03-27T19:31:57.838Z Downloaded console v0.15.11
7592026-03-27T19:31:57.841Z Downloaded aws-lc-rs v1.16.0
7602026-03-27T19:31:57.845Z Downloaded cookie_store v0.22.1
7612026-03-27T19:31:57.848Z Downloaded maplit v1.0.2
7622026-03-27T19:31:57.848Z Downloaded lazy_static v1.5.0
7632026-03-27T19:31:57.851Z Downloaded lalrpop-util v0.19.12
7642026-03-27T19:31:57.851Z Downloaded linked-hash-map v0.5.6
7652026-03-27T19:31:57.854Z Downloaded keccak v0.1.6
7662026-03-27T19:31:57.854Z Downloaded colored v2.2.0
7672026-03-27T19:31:57.856Z Downloaded ahash v0.8.12
7682026-03-27T19:31:57.856Z Downloaded managed v0.8.0
7692026-03-27T19:31:57.859Z Downloaded lzss v0.8.2
7702026-03-27T19:31:57.859Z Downloaded md5 v0.7.0
7712026-03-27T19:31:57.862Z Downloaded md-5 v0.10.6
7722026-03-27T19:31:57.862Z Downloaded match_cfg v0.1.0
7732026-03-27T19:31:57.862Z Downloaded fatfs v0.3.6
7742026-03-27T19:31:57.865Z Downloaded darling_core v0.21.3
7752026-03-27T19:31:57.868Z Downloaded derive_more v0.99.20
7762026-03-27T19:31:57.870Z Downloaded humantime v2.3.0
7772026-03-27T19:31:57.873Z Downloaded memoffset v0.9.1
7782026-03-27T19:31:57.873Z Downloaded is_ci v1.2.0
7792026-03-27T19:31:57.876Z Downloaded ingot-types v0.1.2
7802026-03-27T19:31:57.876Z Downloaded ingot v0.1.1
7812026-03-27T19:31:57.876Z Downloaded futures-channel v0.3.32
7822026-03-27T19:31:57.879Z Downloaded fs-err v2.11.0
7832026-03-27T19:31:57.879Z Downloaded buf-list v1.1.2
7842026-03-27T19:31:57.882Z Downloaded newline-converter v0.3.0
7852026-03-27T19:31:57.882Z Downloaded new_debug_unreachable v1.0.6
7862026-03-27T19:31:57.885Z Downloaded crypto-bigint v0.5.5
7872026-03-27T19:31:57.888Z Downloaded inout v0.1.4
7882026-03-27T19:31:57.888Z Downloaded indoc v2.0.7
7892026-03-27T19:31:57.890Z Downloaded nodrop v0.1.14
7902026-03-27T19:31:57.890Z Downloaded newtype_derive v0.1.6
7912026-03-27T19:31:57.893Z Downloaded newtype-uuid-macros v0.1.0
7922026-03-27T19:31:57.893Z Downloaded bumpalo v3.20.2
7932026-03-27T19:31:57.896Z Downloaded ipnet v2.11.0
7942026-03-27T19:31:57.896Z Downloaded hyper-staticfile v0.10.1
7952026-03-27T19:31:57.899Z Downloaded half v1.8.3
7962026-03-27T19:31:57.899Z Downloaded http-body-util v0.1.3
7972026-03-27T19:31:57.902Z Downloaded impl-trait-for-tuples v0.2.3
7982026-03-27T19:31:57.902Z Downloaded num v0.4.3
7992026-03-27T19:31:57.905Z Downloaded normalize-line-endings v0.3.0
8002026-03-27T19:31:57.905Z Downloaded olpc-cjson v0.1.4
8012026-03-27T19:31:57.907Z Downloaded num-derive v0.3.3
8022026-03-27T19:31:57.907Z Downloaded nonempty v0.12.0
8032026-03-27T19:31:57.908Z Downloaded num-conv v0.2.0
8042026-03-27T19:31:57.911Z Downloaded num-iter v0.1.45
8052026-03-27T19:31:57.911Z Downloaded num-derive v0.4.2
8062026-03-27T19:31:57.911Z Downloaded libefi-sys v0.1.0
8072026-03-27T19:31:57.913Z Downloaded jobserver v0.1.34
8082026-03-27T19:31:57.913Z Downloaded hyper-rustls v0.27.7
8092026-03-27T19:31:57.916Z Downloaded num_enum_derive v0.5.11
8102026-03-27T19:31:57.916Z Downloaded crc32fast v1.5.0
8112026-03-27T19:31:57.919Z Downloaded libsw-core v0.3.2
8122026-03-27T19:31:57.919Z Downloaded colored v3.1.1
8132026-03-27T19:31:57.922Z Downloaded derive-where v1.6.0
8142026-03-27T19:31:57.925Z Downloaded getrandom v0.2.17
8152026-03-27T19:31:57.925Z Downloaded lock_api v0.4.14
8162026-03-27T19:31:57.928Z Downloaded highway v1.3.0
8172026-03-27T19:31:57.928Z Downloaded ipnetwork v0.21.1
8182026-03-27T19:31:57.931Z Downloaded nibble_vec v0.1.0
8192026-03-27T19:31:57.931Z Downloaded opaque-debug v0.3.1
8202026-03-27T19:31:57.931Z Downloaded num_threads v0.1.7
8212026-03-27T19:31:57.934Z Downloaded openssl-macros v0.1.1
8222026-03-27T19:31:57.934Z Downloaded ingot-macros v0.1.1
8232026-03-27T19:31:57.934Z Downloaded hickory-client v0.25.2
8242026-03-27T19:31:57.937Z Downloaded bytes v1.11.1
8252026-03-27T19:31:57.939Z Downloaded blake2 v0.10.6
8262026-03-27T19:31:57.942Z Downloaded libsw v3.5.0
8272026-03-27T19:31:57.942Z Downloaded ed25519-dalek v2.2.0
8282026-03-27T19:31:57.945Z Downloaded allocator-api2 v0.2.21
8292026-03-27T19:31:57.948Z Downloaded futures v0.3.32
8302026-03-27T19:31:57.951Z Downloaded maybe-uninit v2.0.0
8312026-03-27T19:31:57.951Z Downloaded mime_guess v2.0.5
8322026-03-27T19:31:57.951Z Downloaded native-tls v0.2.18
8332026-03-27T19:31:57.954Z Downloaded parse-display v0.10.0
8342026-03-27T19:31:57.954Z Downloaded parse-size v1.1.0
8352026-03-27T19:31:57.958Z Downloaded nanorand v0.7.0
8362026-03-27T19:31:57.958Z Downloaded darling_core v0.23.0
8372026-03-27T19:31:57.961Z Downloaded oso-derive v0.27.3
8382026-03-27T19:31:57.961Z Downloaded getrandom v0.3.4
8392026-03-27T19:31:57.964Z Downloaded iana-time-zone v0.1.65
8402026-03-27T19:31:57.966Z Downloaded half v2.7.1
8412026-03-27T19:31:57.969Z Downloaded packed_struct_codegen v0.10.1
8422026-03-27T19:31:57.983Z Downloaded phf_shared v0.13.1
8432026-03-27T19:31:57.986Z Downloaded pbkdf2 v0.11.0
8442026-03-27T19:31:57.986Z Downloaded pbkdf2 v0.12.2
8452026-03-27T19:31:57.989Z Downloaded path-slash v0.1.5
8462026-03-27T19:31:57.989Z Downloaded num-integer v0.1.46
8472026-03-27T19:31:57.989Z Downloaded nu-ansi-term v0.50.3
8482026-03-27T19:31:57.993Z Downloaded flume v0.11.1
8492026-03-27T19:31:57.996Z Downloaded headers v0.4.1
8502026-03-27T19:31:57.999Z Downloaded num_enum v0.5.11
8512026-03-27T19:31:58.003Z Downloaded openssl-probe v0.2.1
8522026-03-27T19:31:58.003Z Downloaded num_enum_derive v0.7.5
8532026-03-27T19:31:58.006Z Downloaded lru v0.12.5
8542026-03-27T19:31:58.006Z Downloaded openssl-probe v0.1.6
8552026-03-27T19:31:58.006Z Downloaded num_enum v0.7.5
8562026-03-27T19:31:58.009Z Downloaded ignore v0.4.25
8572026-03-27T19:31:58.012Z Downloaded phf_shared v0.11.3
8582026-03-27T19:31:58.012Z Downloaded crossbeam-channel v0.5.15
8592026-03-27T19:31:58.015Z Downloaded precomputed-hash v0.1.1
8602026-03-27T19:31:58.015Z Downloaded pin-utils v0.1.0
8612026-03-27T19:31:58.018Z Downloaded peg-runtime v0.8.5
8622026-03-27T19:31:58.018Z Downloaded expectorate v1.2.0
8632026-03-27T19:31:58.018Z Downloaded phf_shared v0.12.1
8642026-03-27T19:31:58.021Z Downloaded diesel_derives v2.3.7
8652026-03-27T19:31:58.023Z Downloaded proc-macro-crate v1.3.1
8662026-03-27T19:31:58.026Z Downloaded predicates-core v1.0.10
8672026-03-27T19:31:58.026Z Downloaded powerfmt v0.2.0
8682026-03-27T19:31:58.026Z Downloaded password-hash v0.5.0
8692026-03-27T19:31:58.029Z Downloaded progenitor-client v0.10.0
8702026-03-27T19:31:58.029Z Downloaded memmap2 v0.9.10
8712026-03-27T19:31:58.032Z Downloaded oxnet v0.1.4
8722026-03-27T19:31:58.032Z Downloaded owo-colors v4.3.0
8732026-03-27T19:31:58.035Z Downloaded multer v3.1.0
8742026-03-27T19:31:58.035Z Downloaded flate2 v1.1.9
8752026-03-27T19:31:58.038Z Downloaded proc-macro-crate v3.4.0
8762026-03-27T19:31:58.041Z Downloaded compact_str v0.8.1
8772026-03-27T19:31:58.043Z Downloaded heapless v0.7.17
8782026-03-27T19:31:58.047Z Downloaded pem-rfc7468 v0.7.0
8792026-03-27T19:31:58.047Z Downloaded num-complex v0.4.6
8802026-03-27T19:31:58.047Z Downloaded oxide-tokio-rt v0.1.3
8812026-03-27T19:31:58.050Z Downloaded pin-project-internal v1.1.11
8822026-03-27T19:31:58.050Z Downloaded psl-types v2.0.11
8832026-03-27T19:31:58.053Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-03-27T19:31:58.053Z Downloaded pem v3.0.6
8852026-03-27T19:31:58.053Z Downloaded indexmap v1.9.3
8862026-03-27T19:31:58.056Z Downloaded heapless v0.8.0
8872026-03-27T19:31:58.059Z Downloaded dropshot-api-manager v0.6.0
8882026-03-27T19:31:58.061Z Downloaded packed_struct v0.10.1
8892026-03-27T19:31:58.061Z Downloaded base64 v0.21.7
8902026-03-27T19:31:58.064Z Downloaded password-hash v0.4.2
8912026-03-27T19:31:58.067Z Downloaded parse-display-derive v0.10.0
8922026-03-27T19:31:58.067Z Downloaded der v0.7.10
8932026-03-27T19:31:58.070Z Downloaded quick-error v1.2.3
8942026-03-27T19:31:58.070Z Downloaded pkcs8 v0.10.2
8952026-03-27T19:31:58.073Z Downloaded radium v0.7.0
8962026-03-27T19:31:58.073Z Downloaded progenitor-macro v0.13.0
8972026-03-27T19:31:58.076Z Downloaded progenitor-macro v0.10.0
8982026-03-27T19:31:58.076Z Downloaded progenitor-client v0.11.2
8992026-03-27T19:31:58.076Z Downloaded omicron-zone-package v0.12.2
9002026-03-27T19:31:58.079Z Downloaded rand_xorshift v0.4.0
9012026-03-27T19:31:58.079Z Downloaded peg-macros v0.8.5
9022026-03-27T19:31:58.082Z Downloaded num-rational v0.4.2
9032026-03-27T19:31:58.082Z Downloaded litrs v1.0.0
9042026-03-27T19:31:58.085Z Downloaded rand_chacha v0.3.1
9052026-03-27T19:31:58.085Z Downloaded ar_archive_writer v0.5.1
9062026-03-27T19:31:58.088Z Downloaded ppv-lite86 v0.2.21
9072026-03-27T19:31:58.088Z Downloaded primeorder v0.13.6
9082026-03-27T19:31:58.090Z Downloaded paste v1.0.15
9092026-03-27T19:31:58.093Z Downloaded predicates-tree v1.0.13
9102026-03-27T19:31:58.093Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-03-27T19:31:58.093Z Downloaded recursive v0.1.1
9122026-03-27T19:31:58.096Z Downloaded predicates v3.1.4
9132026-03-27T19:31:58.096Z Downloaded linear-map v1.2.0
9142026-03-27T19:31:58.096Z Downloaded httparse v1.10.1
9152026-03-27T19:31:58.100Z Downloaded ref-cast-impl v1.0.25
9162026-03-27T19:31:58.100Z Downloaded derive_more-impl v2.1.1
9172026-03-27T19:31:58.102Z Downloaded progenitor v0.13.0
9182026-03-27T19:31:58.105Z Downloaded progenitor v0.11.2
9192026-03-27T19:31:58.105Z Downloaded polyval v0.6.2
9202026-03-27T19:31:58.108Z Downloaded pin-project-lite v0.2.17
9212026-03-27T19:31:58.111Z Downloaded postgres-protocol v0.6.10
9222026-03-27T19:31:58.114Z Downloaded psm v0.1.30
9232026-03-27T19:31:58.114Z Downloaded poly1305 v0.8.0
9242026-03-27T19:31:58.116Z Downloaded rtoolbox v0.0.3
9252026-03-27T19:31:58.116Z Downloaded parking_lot_core v0.8.6
9262026-03-27T19:31:58.119Z Downloaded phf v0.13.1
9272026-03-27T19:31:58.119Z Downloaded phf v0.12.1
9282026-03-27T19:31:58.122Z Downloaded crossterm v0.29.0
9292026-03-27T19:31:58.125Z Downloaded derive_more v2.1.1
9302026-03-27T19:31:58.131Z Downloaded russh-cryptovec v0.7.3
9312026-03-27T19:31:58.134Z Downloaded ref-cast v1.0.25
9322026-03-27T19:31:58.134Z Downloaded rustc_version v0.1.7
9332026-03-27T19:31:58.137Z Downloaded pkcs5 v0.7.1
9342026-03-27T19:31:58.140Z Downloaded pkcs1 v0.7.5
9352026-03-27T19:31:58.140Z Downloaded arc-swap v1.8.2
9362026-03-27T19:31:58.142Z Downloaded progenitor-client v0.13.0
9372026-03-27T19:31:58.145Z Downloaded rand_core v0.9.5
9382026-03-27T19:31:58.145Z Downloaded progenitor-extras v0.1.1
9392026-03-27T19:31:58.145Z Downloaded rand_chacha v0.9.0
9402026-03-27T19:31:58.148Z Downloaded rustc_version v0.4.1
9412026-03-27T19:31:58.148Z Downloaded rustc-hash v2.1.1
9422026-03-27T19:31:58.148Z Downloaded rfc6979 v0.4.0
9432026-03-27T19:31:58.151Z Downloaded proc-macro-error2 v2.0.1
9442026-03-27T19:31:58.154Z Downloaded salsa20 v0.10.2
9452026-03-27T19:31:58.154Z Downloaded parking_lot_core v0.9.12
9462026-03-27T19:31:58.154Z Downloaded libbz2-rs-sys v0.2.2
9472026-03-27T19:31:58.157Z Downloaded indicatif v0.18.4
9482026-03-27T19:31:58.160Z Downloaded newtype-uuid v1.3.2
9492026-03-27T19:31:58.160Z Downloaded libloading v0.8.9
9502026-03-27T19:31:58.163Z Downloaded progenitor-macro v0.11.2
9512026-03-27T19:31:58.163Z Downloaded peg v0.8.5
9522026-03-27T19:31:58.168Z Downloaded miniz_oxide v0.8.9
9532026-03-27T19:31:58.168Z Downloaded parking_lot v0.12.5
9542026-03-27T19:31:58.170Z Downloaded parking_lot v0.11.2
9552026-03-27T19:31:58.170Z Downloaded hmac v0.12.1
9562026-03-27T19:31:58.170Z Downloaded sapling-renderdag v0.1.0
9572026-03-27T19:31:58.173Z Downloaded base64 v0.22.1
9582026-03-27T19:31:58.176Z Downloaded multimap v0.10.1
9592026-03-27T19:31:58.176Z Downloaded hickory-server v0.25.2
9602026-03-27T19:31:58.179Z Downloaded r2d2 v0.8.10
9612026-03-27T19:31:58.179Z Downloaded jiff-static v0.2.21
9622026-03-27T19:31:58.182Z Downloaded mime v0.3.17
9632026-03-27T19:31:58.182Z Downloaded darling_core v0.20.11
9642026-03-27T19:31:58.185Z Downloaded hickory-resolver v0.24.4
9652026-03-27T19:31:58.187Z Downloaded pin-project v1.1.11
9662026-03-27T19:31:58.194Z Downloaded semver v0.1.20
9672026-03-27T19:31:58.196Z Downloaded seq-macro v0.3.6
9682026-03-27T19:31:58.197Z Downloaded pkg-config v0.3.32
9692026-03-27T19:31:58.199Z Downloaded secrecy v0.10.3
9702026-03-27T19:31:58.199Z Downloaded scrypt v0.11.0
9712026-03-27T19:31:58.199Z Downloaded rand_seeder v0.4.0
9722026-03-27T19:31:58.203Z Downloaded rand_core v0.6.4
9732026-03-27T19:31:58.203Z Downloaded same-file v1.0.6
9742026-03-27T19:31:58.205Z Downloaded postcard v1.1.3
9752026-03-27T19:31:58.205Z Downloaded scopeguard v1.2.0
9762026-03-27T19:31:58.208Z Downloaded scroll_derive v0.13.1
9772026-03-27T19:31:58.208Z Downloaded lru-cache v0.1.2
9782026-03-27T19:31:58.208Z Downloaded secrecy v0.8.0
9792026-03-27T19:31:58.211Z Downloaded rustls-pemfile v1.0.4
9802026-03-27T19:31:58.211Z Downloaded lru-slab v0.1.2
9812026-03-27T19:31:58.211Z Downloaded cc v1.2.56
9822026-03-27T19:31:58.214Z Downloaded serde_bytes v0.11.19
9832026-03-27T19:31:58.214Z Downloaded console v0.16.2
9842026-03-27T19:31:58.217Z Downloaded shell-words v1.1.1
9852026-03-27T19:31:58.217Z Downloaded serde_repr v0.1.20
9862026-03-27T19:31:58.220Z Downloaded openssl-sys v0.9.111
9872026-03-27T19:31:58.222Z Downloaded serde_plain v1.0.2
9882026-03-27T19:31:58.222Z Downloaded serde-big-array v0.5.1
9892026-03-27T19:31:58.225Z Downloaded resolv-conf v0.7.6
9902026-03-27T19:31:58.225Z Downloaded rand_core v0.10.0
9912026-03-27T19:31:58.228Z Downloaded p256 v0.13.2
9922026-03-27T19:31:58.228Z Downloaded quinn-udp v0.5.14
9932026-03-27T19:31:58.231Z Downloaded scheduled-thread-pool v0.2.7
9942026-03-27T19:31:58.231Z Downloaded oso v0.27.3
9952026-03-27T19:31:58.234Z Downloaded sha1 v0.10.6
9962026-03-27T19:31:58.234Z Downloaded async-bb8-diesel v0.2.1
9972026-03-27T19:31:58.237Z Downloaded deranged v0.5.8
9982026-03-27T19:31:58.237Z Downloaded bcs v0.1.6
9992026-03-27T19:31:58.240Z Downloaded progenitor v0.10.0
10002026-03-27T19:31:58.240Z Downloaded minimal-lexical v0.2.1
10012026-03-27T19:31:58.242Z Downloaded serde_urlencoded v0.7.1
10022026-03-27T19:31:58.245Z Downloaded signal-hook-tokio v0.3.1
10032026-03-27T19:31:58.248Z Downloaded signal-hook-mio v0.2.5
10042026-03-27T19:31:58.248Z Downloaded progenitor-impl v0.13.0
10052026-03-27T19:31:58.248Z Downloaded defmt-macros v1.0.1
10062026-03-27T19:31:58.252Z Downloaded schemars_derive v0.8.22
10072026-03-27T19:31:58.263Z Downloaded rusty-fork v0.3.1
10082026-03-27T19:31:58.267Z Downloaded rustls-pemfile v2.2.0
10092026-03-27T19:31:58.270Z Downloaded siphasher v1.0.2
10102026-03-27T19:31:58.273Z Downloaded slog-envlogger v2.2.0
10112026-03-27T19:31:58.273Z Downloaded sigpipe v0.1.3
10122026-03-27T19:31:58.273Z Downloaded signature v2.2.0
10132026-03-27T19:31:58.276Z Downloaded slog-bunyan v2.5.0
10142026-03-27T19:31:58.279Z Downloaded hickory-resolver v0.25.2
10152026-03-27T19:31:58.282Z Downloaded crossterm v0.28.1
10162026-03-27T19:31:58.286Z Downloaded papergrid v0.17.0
10172026-03-27T19:31:58.289Z Downloaded hyper-util v0.1.20
10182026-03-27T19:31:58.292Z Downloaded serde_path_to_error v0.1.20
10192026-03-27T19:31:58.295Z Downloaded serde_derive_internals v0.29.1
10202026-03-27T19:31:58.295Z Downloaded scroll v0.13.0
10212026-03-27T19:31:58.298Z Downloaded rustversion v1.0.22
10222026-03-27T19:31:58.298Z Downloaded rustls-pki-types v1.14.0
10232026-03-27T19:31:58.301Z Downloaded postgres-types v0.2.12
10242026-03-27T19:31:58.301Z Downloaded rustls-native-certs v0.8.3
10252026-03-27T19:31:58.304Z Downloaded serde-hex v0.1.0
10262026-03-27T19:31:58.307Z Downloaded sct v0.7.1
10272026-03-27T19:31:58.309Z Downloaded serde_spanned v1.0.4
10282026-03-27T19:31:58.310Z Downloaded mio v1.1.1
10292026-03-27T19:31:58.314Z Downloaded progenitor-impl v0.11.2
10302026-03-27T19:31:58.317Z Downloaded prefix-trie v0.7.0
10312026-03-27T19:31:58.320Z Downloaded rcgen v0.12.1
10322026-03-27T19:31:58.320Z Downloaded http v1.4.0
10332026-03-27T19:31:58.323Z Downloaded progenitor-impl v0.10.0
10342026-03-27T19:31:58.325Z Downloaded slog-async v2.8.0
10352026-03-27T19:31:58.325Z Downloaded aes v0.8.4
10362026-03-27T19:31:58.328Z Downloaded signal-hook-registry v1.4.8
10372026-03-27T19:31:58.328Z Downloaded ssh-cipher v0.2.0
10382026-03-27T19:31:58.331Z Downloaded structmeta v0.3.0
10392026-03-27T19:31:58.331Z Downloaded supports-color v3.0.2
10402026-03-27T19:31:58.334Z Downloaded strum v0.26.3
10412026-03-27T19:31:58.334Z Downloaded strum v0.27.2
10422026-03-27T19:31:58.334Z Downloaded subtle v2.6.1
10432026-03-27T19:31:58.336Z Downloaded structmeta-derive v0.3.0
10442026-03-27T19:31:58.336Z Downloaded slog-scope v4.4.1
10452026-03-27T19:31:58.337Z Downloaded shlex v1.3.0
10462026-03-27T19:31:58.339Z Downloaded strip-ansi-escapes v0.2.1
10472026-03-27T19:31:58.339Z Downloaded hashbrown v0.12.3
10482026-03-27T19:31:58.342Z Downloaded hashbrown v0.13.2
10492026-03-27T19:31:58.347Z Downloaded tap v1.0.1
10502026-03-27T19:31:58.350Z Downloaded sync_wrapper v1.0.2
10512026-03-27T19:31:58.350Z Downloaded sync-ptr v0.1.4
10522026-03-27T19:31:58.353Z Downloaded russh-keys v0.45.0
10532026-03-27T19:31:58.353Z Downloaded ssh-encoding v0.2.0
10542026-03-27T19:31:58.353Z Downloaded slab v0.4.12
10552026-03-27T19:31:58.356Z Downloaded slog-dtrace v0.3.0
10562026-03-27T19:31:58.356Z Downloaded simd-adler32 v0.3.8
10572026-03-27T19:31:58.358Z Downloaded tagptr v0.2.0
10582026-03-27T19:31:58.361Z Downloaded tabwriter v1.4.1
10592026-03-27T19:31:58.361Z Downloaded take_mut v0.2.2
10602026-03-27T19:31:58.361Z Downloaded tabled_derive v0.11.0
10612026-03-27T19:31:58.364Z Downloaded itertools v0.10.5
10622026-03-27T19:31:58.366Z Downloaded smf v0.2.3
10632026-03-27T19:31:58.366Z Downloaded sqlparser_derive v0.5.0
10642026-03-27T19:31:58.369Z Downloaded smallvec v0.6.14
10652026-03-27T19:31:58.369Z Downloaded slog-json v2.6.1
10662026-03-27T19:31:58.369Z Downloaded spki v0.7.3
10672026-03-27T19:31:58.378Z Downloaded ryu v1.0.23
10682026-03-27T19:31:58.380Z Downloaded static_assertions v1.1.0
10692026-03-27T19:31:58.383Z Downloaded slog-term v2.9.2
10702026-03-27T19:31:58.383Z Downloaded thiserror-impl-no-std v2.0.2
10712026-03-27T19:31:58.386Z Downloaded testing_table v0.3.0
10722026-03-27T19:31:58.386Z Downloaded sec1 v0.7.3
10732026-03-27T19:31:58.386Z Downloaded string_cache v0.8.9
10742026-03-27T19:31:58.389Z Downloaded sqlformat v0.3.5
10752026-03-27T19:31:58.389Z Downloaded schemars v0.8.22
10762026-03-27T19:31:58.395Z Downloaded snafu-derive v0.8.9
10772026-03-27T19:31:58.398Z Downloaded termtree v0.5.1
10782026-03-27T19:31:58.398Z Downloaded tinyvec_macros v0.1.1
10792026-03-27T19:31:58.398Z Downloaded time-core v0.1.8
10802026-03-27T19:31:58.401Z Downloaded thread-id v5.1.0
10812026-03-27T19:31:58.401Z Downloaded slog-stdlog v4.1.1
10822026-03-27T19:31:58.401Z Downloaded stacker v0.1.23
10832026-03-27T19:31:58.404Z Downloaded ron v0.8.1
10842026-03-27T19:31:58.406Z Downloaded pretty_assertions v1.4.1
10852026-03-27T19:31:58.406Z Downloaded num-bigint v0.4.6
10862026-03-27T19:31:58.409Z Downloaded aes-gcm v0.10.3
10872026-03-27T19:31:58.412Z Downloaded support-bundle-viewer v0.1.2
10882026-03-27T19:31:58.414Z Downloaded strum_macros v0.26.4
10892026-03-27T19:31:58.414Z Downloaded stringprep v0.1.5
10902026-03-27T19:31:58.418Z Downloaded serde_cbor v0.11.2
10912026-03-27T19:31:58.418Z Downloaded serde_with_macros v3.17.0
10922026-03-27T19:31:58.420Z Downloaded rayon-core v1.13.0
10932026-03-27T19:31:58.420Z Downloaded prettyplease v0.2.37
10942026-03-27T19:31:58.425Z Downloaded qorb v0.4.1
10952026-03-27T19:31:58.431Z Downloaded rustls-platform-verifier v0.6.2
10962026-03-27T19:31:58.434Z Downloaded strum_macros v0.27.2
10972026-03-27T19:31:58.442Z Downloaded spin v0.9.8
10982026-03-27T19:31:58.445Z Downloaded rand v0.8.5
10992026-03-27T19:31:58.452Z Downloaded serde_yaml v0.9.34+deprecated
11002026-03-27T19:31:58.455Z Downloaded trait-variant v0.1.2
11012026-03-27T19:31:58.455Z Downloaded thread_local v1.1.9
11022026-03-27T19:31:58.468Z Downloaded tiny-keccak v2.0.2
11032026-03-27T19:31:58.468Z Downloaded topological-sort v0.2.2
11042026-03-27T19:31:58.468Z Downloaded itertools v0.13.0
11052026-03-27T19:31:58.468Z Downloaded iddqd v0.3.17
11062026-03-27T19:31:58.474Z Downloaded try-lock v0.2.5
11072026-03-27T19:31:58.474Z Downloaded tower-service v0.3.3
11082026-03-27T19:31:58.474Z Downloaded tower-layer v0.3.3
11092026-03-27T19:31:58.474Z Downloaded time-macros v0.2.27
11102026-03-27T19:31:58.477Z Downloaded hashbrown v0.15.5
11112026-03-27T19:31:58.477Z Downloaded tokio-macros v2.6.0
11122026-03-27T19:31:58.477Z Downloaded tokio-dtrace v0.1.1
11132026-03-27T19:31:58.485Z Downloaded thiserror-no-std v2.0.2
11142026-03-27T19:31:58.488Z Downloaded unit-prefix v0.5.2
11152026-03-27T19:31:58.491Z Downloaded unarray v0.1.4
11162026-03-27T19:31:58.491Z Downloaded unicode-truncate v1.1.0
11172026-03-27T19:31:58.491Z Downloaded typify-macro v0.4.3
11182026-03-27T19:31:58.494Z Downloaded tls_codec_derive v0.4.2
11192026-03-27T19:31:58.494Z Downloaded utf-8 v0.7.6
11202026-03-27T19:31:58.494Z Downloaded usdt-macro v0.6.0
11212026-03-27T19:31:58.494Z Downloaded usdt-attr-macro v0.6.0
11222026-03-27T19:31:58.497Z Downloaded usdt v0.6.0
11232026-03-27T19:31:58.497Z Downloaded untrusted v0.9.0
11242026-03-27T19:31:58.497Z Downloaded termios v0.3.3
11252026-03-27T19:31:58.500Z Downloaded tokio-tungstenite v0.21.0
11262026-03-27T19:31:58.503Z Downloaded iri-string v0.7.10
11272026-03-27T19:31:58.506Z Downloaded signal-hook v0.3.18
11282026-03-27T19:31:58.508Z Downloaded h2 v0.4.13
11292026-03-27T19:31:58.511Z Downloaded tokio-tungstenite v0.23.1
11302026-03-27T19:31:58.514Z Downloaded tls_codec v0.4.2
11312026-03-27T19:31:58.514Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-03-27T19:31:58.517Z Downloaded tokio-native-tls v0.3.1
11332026-03-27T19:31:58.517Z Downloaded strum_macros v0.24.3
11342026-03-27T19:31:58.520Z Downloaded rsa v0.9.10
11352026-03-27T19:31:58.522Z Downloaded itertools v0.12.1
11362026-03-27T19:31:58.525Z Downloaded want v0.3.1
11372026-03-27T19:31:58.525Z Downloaded rand v0.9.2
11382026-03-27T19:31:58.528Z Downloaded quinn v0.11.9
11392026-03-27T19:31:58.531Z Downloaded term v1.2.1
11402026-03-27T19:31:58.531Z Downloaded universal-hash v0.5.1
11412026-03-27T19:31:58.534Z Downloaded rustls-webpki v0.103.9
11422026-03-27T19:31:58.534Z Downloaded void v1.0.2
11432026-03-27T19:31:58.537Z Downloaded untrusted v0.7.1
11442026-03-27T19:31:58.537Z Downloaded publicsuffix v2.3.0
11452026-03-27T19:31:58.537Z Downloaded wait-timeout v0.2.1
11462026-03-27T19:31:58.541Z Downloaded slog v2.8.2
11472026-03-27T19:31:58.546Z Downloaded libxml v0.3.3
11482026-03-27T19:31:58.549Z Downloaded xattr v1.6.1
11492026-03-27T19:31:58.552Z Downloaded schemars v0.9.0
11502026-03-27T19:31:58.558Z Downloaded toml_writer v1.0.6+spec-1.1.0
11512026-03-27T19:31:58.560Z Downloaded term v0.7.0
11522026-03-27T19:31:58.563Z Downloaded waitgroup v0.1.2
11532026-03-27T19:31:58.567Z Downloaded tui-tree-widget v0.23.1
11542026-03-27T19:31:58.570Z Downloaded xshell-macros v0.2.7
11552026-03-27T19:31:58.574Z Downloaded tokio-rustls v0.24.1
11562026-03-27T19:31:58.577Z Downloaded socket2 v0.5.10
11572026-03-27T19:31:58.577Z Downloaded hyper v1.8.1
11582026-03-27T19:31:58.580Z Downloaded socket2 v0.6.2
11592026-03-27T19:31:58.583Z Downloaded similar v2.7.0
11602026-03-27T19:31:58.586Z Downloaded typify-macro v0.6.1
11612026-03-27T19:31:58.586Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-03-27T19:31:58.589Z Downloaded vsss-rs v3.3.4
11632026-03-27T19:31:58.592Z Downloaded uzers v0.12.2
11642026-03-27T19:31:58.595Z Downloaded unicase v2.9.0
11652026-03-27T19:31:58.602Z Downloaded zeroize_derive v1.4.3
11662026-03-27T19:31:58.605Z Downloaded vergen-gitcl v1.0.8
11672026-03-27T19:31:58.608Z Downloaded whoami v1.6.1
11682026-03-27T19:31:58.612Z Downloaded twox-hash v2.1.2
11692026-03-27T19:31:58.615Z Downloaded num-bigint-dig v0.8.6
11702026-03-27T19:31:58.618Z Downloaded tokio-rustls v0.25.0
11712026-03-27T19:31:58.621Z Downloaded tokio-stream v0.1.18
11722026-03-27T19:31:58.624Z Downloaded zone_cfg_derive v0.3.1
11732026-03-27T19:31:58.627Z Downloaded zone v0.3.1
11742026-03-27T19:31:58.627Z Downloaded tokio-rustls v0.26.4
11752026-03-27T19:31:58.640Z Downloaded xshell v0.2.7
11762026-03-27T19:31:58.644Z Downloaded xz2 v0.1.7
11772026-03-27T19:31:58.647Z Downloaded schemars v1.2.1
11782026-03-27T19:31:58.653Z Downloaded whoami v2.1.0
11792026-03-27T19:31:58.656Z Downloaded usdt-impl v0.6.0
11802026-03-27T19:31:58.656Z Downloaded vergen-lib v0.1.6
11812026-03-27T19:31:58.656Z Downloaded snafu v0.8.9
11822026-03-27T19:31:58.659Z Downloaded wyz v0.5.1
11832026-03-27T19:31:58.662Z Downloaded aho-corasick v1.1.4
11842026-03-27T19:31:58.666Z Downloaded test-strategy v0.4.5
11852026-03-27T19:31:58.669Z Downloaded futures-util v0.3.32
11862026-03-27T19:31:58.672Z Downloaded tar v0.4.45
11872026-03-27T19:31:58.675Z Downloaded vergen-git2 v1.0.7
11882026-03-27T19:31:58.677Z Downloaded subprocess v0.2.15
11892026-03-27T19:31:58.680Z Downloaded tinyvec v1.10.0
11902026-03-27T19:31:58.683Z Downloaded zstd-safe v7.2.4
11912026-03-27T19:31:58.686Z Downloaded zstd v0.13.3
11922026-03-27T19:31:58.688Z Downloaded itertools v0.14.0
11932026-03-27T19:31:58.691Z Downloaded nom v7.1.3
11942026-03-27T19:31:58.694Z Downloaded typify v0.6.1
11952026-03-27T19:31:58.697Z Downloaded steno v0.4.1
11962026-03-27T19:31:58.700Z Downloaded vergen v9.0.6
11972026-03-27T19:31:58.702Z Downloaded zeroize v1.8.2
11982026-03-27T19:31:58.705Z Downloaded yasna v0.5.2
11992026-03-27T19:31:58.708Z Downloaded zerocopy v0.6.6
12002026-03-27T19:31:58.711Z Downloaded samael v0.0.19
12012026-03-27T19:31:58.713Z Downloaded hkdf v0.12.4
12022026-03-27T19:31:58.717Z Downloaded toml v0.9.12+spec-1.1.0
12032026-03-27T19:31:58.720Z Downloaded toml v0.7.8
12042026-03-27T19:31:58.720Z Downloaded walkdir v2.5.0
12052026-03-27T19:31:58.720Z Downloaded vte v0.14.1
12062026-03-27T19:31:58.723Z Downloaded tracing-attributes v0.1.31
12072026-03-27T19:31:58.729Z Downloaded typify v0.4.3
12082026-03-27T19:31:58.731Z Downloaded rand v0.10.0
12092026-03-27T19:31:58.736Z Downloaded unicode-properties v0.1.4
12102026-03-27T19:31:58.736Z Downloaded p521 v0.13.3
12112026-03-27T19:31:58.738Z Downloaded tungstenite v0.23.0
12122026-03-27T19:31:58.751Z Downloaded bitvec v1.0.1
12132026-03-27T19:31:58.760Z Downloaded uuid v1.21.0
12142026-03-27T19:31:58.763Z Downloaded tokio-postgres v0.7.16
12152026-03-27T19:31:58.766Z Downloaded rustyline v14.0.0
12162026-03-27T19:31:58.769Z Downloaded unsafe-libyaml v0.2.11
12172026-03-27T19:31:58.772Z Downloaded rpassword v7.4.0
12182026-03-27T19:31:58.774Z Downloaded toml_edit v0.19.15
12192026-03-27T19:31:58.782Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-03-27T19:31:58.785Z Downloaded tracing-core v0.1.36
12212026-03-27T19:31:58.788Z Downloaded ron v0.12.0
12222026-03-27T19:31:58.792Z Downloaded tungstenite v0.21.0
12232026-03-27T19:31:58.795Z Downloaded regex v1.12.3
12242026-03-27T19:31:58.798Z Downloaded reedline v0.40.0
12252026-03-27T19:31:58.803Z Downloaded unicode-bidi v0.3.18
12262026-03-27T19:31:58.806Z Downloaded russh v0.45.0
12272026-03-27T19:31:58.809Z Downloaded unicode_categories v0.1.1
12282026-03-27T19:31:58.812Z Downloaded blake3 v1.8.3
12292026-03-27T19:31:58.817Z Downloaded libm v0.2.16
12302026-03-27T19:31:58.826Z Downloaded yansi v1.0.1
12312026-03-27T19:31:58.845Z Downloaded reqwest v0.12.28
12322026-03-27T19:31:58.852Z Downloaded ssh-key v0.6.7
12332026-03-27T19:31:58.856Z Downloaded zopfli v0.8.3
12342026-03-27T19:31:58.859Z Downloaded zip v0.6.6
12352026-03-27T19:31:58.869Z Downloaded zerocopy-derive v0.8.40
12362026-03-27T19:31:58.874Z Downloaded tower v0.5.3
12372026-03-27T19:31:58.879Z Downloaded typed-path v0.9.3
12382026-03-27T19:31:58.883Z Downloaded reqwest v0.13.2
12392026-03-27T19:31:58.886Z Downloaded salty v0.3.0
12402026-03-27T19:31:58.894Z Downloaded git2 v0.20.4
12412026-03-27T19:31:58.901Z Downloaded x509-cert v0.2.5
12422026-03-27T19:31:58.904Z Downloaded chrono v0.4.44
12432026-03-27T19:31:58.908Z Downloaded rayon v1.11.0
12442026-03-27T19:31:58.914Z Downloaded moka v0.12.13
12452026-03-27T19:31:58.919Z Downloaded bindgen v0.71.1
12462026-03-27T19:31:58.924Z Downloaded proptest v1.10.0
12472026-03-27T19:31:58.930Z Downloaded lalrpop v0.19.12
12482026-03-27T19:31:58.936Z Downloaded unicode-segmentation v1.12.0
12492026-03-27T19:31:58.939Z Downloaded tokio-util v0.7.18
12502026-03-27T19:31:58.942Z Downloaded rustls-webpki v0.102.8
12512026-03-27T19:31:58.953Z Downloaded p384 v0.13.1
12522026-03-27T19:31:58.956Z Downloaded portable-atomic v1.13.1
12532026-03-27T19:31:58.960Z Downloaded quick-xml v0.37.5
12542026-03-27T19:31:58.964Z Downloaded zip v4.6.1
12552026-03-27T19:31:58.978Z Downloaded tower-http v0.6.8
12562026-03-27T19:31:58.984Z Downloaded tough v0.20.0
12572026-03-27T19:31:58.987Z Downloaded goblin v0.10.5
12582026-03-27T19:31:58.992Z Downloaded unicode-normalization v0.1.25
12592026-03-27T19:31:58.996Z Downloaded rustls-webpki v0.101.7
12602026-03-27T19:31:59.002Z Downloaded nix v0.27.1
12612026-03-27T19:31:59.018Z Downloaded radix_trie v0.2.1
12622026-03-27T19:31:59.023Z Downloaded object v0.30.4
12632026-03-27T19:31:59.030Z Downloaded curve25519-dalek v4.1.3
12642026-03-27T19:31:59.036Z Downloaded winnow v0.6.26
12652026-03-27T19:31:59.040Z Downloaded petname v2.0.2
12662026-03-27T19:31:59.043Z Downloaded quinn-proto v0.11.13
12672026-03-27T19:31:59.051Z Downloaded winnow v0.5.40
12682026-03-27T19:31:59.061Z Downloaded serde_with v3.17.0
12692026-03-27T19:31:59.073Z Downloaded openssl v0.10.75
12702026-03-27T19:31:59.095Z Downloaded polar-core v0.27.3
12712026-03-27T19:31:59.098Z Downloaded nix v0.29.0
12722026-03-27T19:31:59.104Z Downloaded time v0.3.47
12732026-03-27T19:31:59.111Z Downloaded tabled v0.20.0
12742026-03-27T19:31:59.121Z Downloaded bstr v1.12.1
12752026-03-27T19:31:59.126Z Downloaded nix v0.28.0
12762026-03-27T19:31:59.132Z Downloaded dropshot v0.16.7
12772026-03-27T19:31:59.145Z Downloaded rustls v0.21.12
12782026-03-27T19:31:59.151Z Downloaded nix v0.31.1
12792026-03-27T19:31:59.158Z Downloaded smoltcp v0.9.1
12802026-03-27T19:31:59.164Z Downloaded vcpkg v0.2.15
12812026-03-27T19:31:59.187Z Downloaded zerocopy v0.8.40
12822026-03-27T19:31:59.192Z Downloaded smoltcp v0.11.0
12832026-03-27T19:31:59.199Z Downloaded webpki-roots v1.0.6
12842026-03-27T19:31:59.202Z Downloaded regex-syntax v0.6.29
12852026-03-27T19:31:59.205Z Downloaded hickory-proto v0.24.4
12862026-03-27T19:31:59.213Z Downloaded zlib-rs v0.6.2
12872026-03-27T19:31:59.216Z Downloaded openapiv3 v2.2.0
12882026-03-27T19:31:59.223Z Downloaded regex-syntax v0.8.10
12892026-03-27T19:31:59.227Z Downloaded object v0.37.3
12902026-03-27T19:31:59.234Z Downloaded rustls v0.22.4
12912026-03-27T19:31:59.241Z Downloaded regress v0.10.5
12922026-03-27T19:31:59.246Z Downloaded hickory-proto v0.25.2
12932026-03-27T19:31:59.255Z Downloaded rustls v0.23.37
12942026-03-27T19:31:59.262Z Downloaded diesel v2.3.7
12952026-03-27T19:31:59.275Z Downloaded rustix v0.38.44
12962026-03-27T19:31:59.288Z Downloaded sqlparser v0.61.0
12972026-03-27T19:31:59.313Z Downloaded typify-impl v0.6.1
12982026-03-27T19:31:59.321Z Downloaded tracing v0.1.44
12992026-03-27T19:31:59.334Z Downloaded typify-impl v0.4.3
13002026-03-27T19:31:59.346Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-03-27T19:31:59.359Z Downloaded sled v0.34.7
13022026-03-27T19:31:59.364Z Downloaded regex-automata v0.4.14
13032026-03-27T19:31:59.391Z Downloaded ratatui v0.29.0
13042026-03-27T19:31:59.402Z Downloaded lzma-sys v0.1.20
13052026-03-27T19:31:59.418Z Downloaded chrono-tz v0.10.4
13062026-03-27T19:31:59.455Z Downloaded zerocopy-derive v0.6.6
13072026-03-27T19:31:59.476Z Downloaded petgraph v0.6.5
13082026-03-27T19:31:59.516Z Downloaded ring v0.17.14
13092026-03-27T19:31:59.545Z Downloaded jiff v0.2.21
13102026-03-27T19:31:59.552Z Downloaded petgraph v0.8.3
13112026-03-27T19:31:59.565Z Downloaded csv v1.4.0
13122026-03-27T19:31:59.577Z Downloaded libz-sys v1.1.24
13132026-03-27T19:31:59.590Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-03-27T19:31:59.603Z Downloaded sha3 v0.10.8
13152026-03-27T19:31:59.608Z Downloaded tokio v1.49.0
13162026-03-27T19:31:59.660Z Downloaded encoding_rs v0.8.35
13172026-03-27T19:31:59.696Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-03-27T19:32:00.248Z Downloaded aws-lc-sys v0.37.1
13192026-03-27T19:32:00.502Z Compiling libc v0.2.180
13202026-03-27T19:32:00.505Z Compiling serde v1.0.228
13212026-03-27T19:32:00.505Z Compiling log v0.4.29
13222026-03-27T19:32:00.505Z Compiling shlex v1.3.0
13232026-03-27T19:32:00.505Z Compiling find-msvc-tools v0.1.9
13242026-03-27T19:32:00.505Z Compiling smallvec v1.15.1
13252026-03-27T19:32:00.505Z Compiling typenum v1.19.0
13262026-03-27T19:32:00.505Z Compiling subtle v2.6.1
13272026-03-27T19:32:00.505Z Compiling generic-array v0.14.7
13282026-03-27T19:32:00.505Z Compiling scopeguard v1.2.0
13292026-03-27T19:32:00.505Z Compiling portable-atomic v1.13.1
13302026-03-27T19:32:00.729Z Compiling const-oid v0.9.6
13312026-03-27T19:32:00.732Z Compiling critical-section v1.2.0
13322026-03-27T19:32:00.743Z Compiling zerocopy v0.8.40
13332026-03-27T19:32:00.756Z Compiling syn v2.0.117
13342026-03-27T19:32:00.800Z Compiling parking_lot_core v0.9.12
13352026-03-27T19:32:00.841Z Compiling serde_json v1.0.149
13362026-03-27T19:32:00.859Z Compiling lock_api v0.4.14
13372026-03-27T19:32:00.879Z Compiling pin-project-lite v0.2.17
13382026-03-27T19:32:00.896Z Compiling pkg-config v0.3.32
13392026-03-27T19:32:00.912Z Compiling bitflags v2.11.0
13402026-03-27T19:32:00.927Z Compiling libm v0.2.16
13412026-03-27T19:32:00.942Z Compiling num-traits v0.2.19
13422026-03-27T19:32:00.990Z Compiling futures-core v0.3.32
13432026-03-27T19:32:01.009Z Compiling percent-encoding v2.3.2
13442026-03-27T19:32:01.024Z Compiling allocator-api2 v0.2.21
13452026-03-27T19:32:01.134Z Compiling foldhash v0.2.0
13462026-03-27T19:32:01.134Z Compiling futures-sink v0.3.32
13472026-03-27T19:32:01.192Z Compiling cpufeatures v0.2.17
13482026-03-27T19:32:01.209Z Compiling futures-task v0.3.32
13492026-03-27T19:32:01.228Z Compiling futures-io v0.3.32
13502026-03-27T19:32:01.288Z Compiling futures-channel v0.3.32
13512026-03-27T19:32:01.291Z Compiling getrandom v0.4.1
13522026-03-27T19:32:01.291Z Compiling slab v0.4.12
13532026-03-27T19:32:01.378Z Compiling hashbrown v0.16.1
13542026-03-27T19:32:01.382Z Compiling getrandom v0.3.4
13552026-03-27T19:32:01.408Z Compiling rustversion v1.0.22
13562026-03-27T19:32:01.424Z Compiling rand_core v0.10.0
13572026-03-27T19:32:01.441Z Compiling form_urlencoded v1.2.2
13582026-03-27T19:32:01.468Z Compiling ident_case v1.0.1
13592026-03-27T19:32:01.512Z Compiling fs_extra v1.3.0
13602026-03-27T19:32:01.602Z Compiling getrandom v0.2.17
13612026-03-27T19:32:01.616Z Compiling jobserver v0.1.34
13622026-03-27T19:32:01.631Z Compiling errno v0.3.14
13632026-03-27T19:32:01.683Z Compiling mio v1.1.1
13642026-03-27T19:32:01.709Z Compiling socket2 v0.6.2
13652026-03-27T19:32:01.751Z Compiling rand_core v0.6.4
13662026-03-27T19:32:01.789Z Compiling signal-hook-registry v1.4.8
13672026-03-27T19:32:01.851Z Compiling cc v1.2.56
13682026-03-27T19:32:01.866Z Compiling once_cell v1.21.3
13692026-03-27T19:32:01.883Z Compiling parking_lot v0.12.5
13702026-03-27T19:32:01.970Z Compiling base64ct v1.8.3
13712026-03-27T19:32:02.024Z Compiling indexmap v2.13.0
13722026-03-27T19:32:02.049Z Compiling dunce v1.0.5
13732026-03-27T19:32:02.065Z Compiling flagset v0.4.7
13742026-03-27T19:32:02.087Z Compiling rustix v1.1.3
13752026-03-27T19:32:02.102Z Compiling iana-time-zone v0.1.65
13762026-03-27T19:32:02.137Z Compiling uuid v1.21.0
13772026-03-27T19:32:02.153Z Compiling rustc_version v0.4.1
13782026-03-27T19:32:02.168Z Compiling aws-lc-rs v1.16.0
13792026-03-27T19:32:02.218Z Compiling pem-rfc7468 v0.7.0
13802026-03-27T19:32:02.275Z Compiling regex-syntax v0.8.10
13812026-03-27T19:32:02.295Z Compiling vcpkg v0.2.15
13822026-03-27T19:32:02.323Z Compiling tracing-core v0.1.36
13832026-03-27T19:32:02.338Z Compiling crossbeam-utils v0.8.21
13842026-03-27T19:32:02.468Z Compiling rand_core v0.9.5
13852026-03-27T19:32:02.501Z Compiling schemars v0.8.22
13862026-03-27T19:32:02.504Z Compiling untrusted v0.7.1
13872026-03-27T19:32:02.540Z Compiling base64 v0.22.1
13882026-03-27T19:32:02.556Z Compiling httparse v1.10.1
13892026-03-27T19:32:02.574Z Compiling untrusted v0.9.0
13902026-03-27T19:32:02.660Z Compiling cmake v0.1.57
13912026-03-27T19:32:02.696Z Compiling openssl-probe v0.2.1
13922026-03-27T19:32:02.711Z Compiling syn v1.0.109
13932026-03-27T19:32:02.775Z Compiling rustls v0.23.37
13942026-03-27T19:32:02.775Z Compiling try-lock v0.2.5
13952026-03-27T19:32:02.838Z Compiling tower-layer v0.3.3
13962026-03-27T19:32:02.888Z Compiling dyn-clone v1.0.20
13972026-03-27T19:32:02.904Z Compiling tinyvec_macros v0.1.1
13982026-03-27T19:32:02.923Z Compiling atomic-waker v1.1.2
13992026-03-27T19:32:02.926Z Compiling tower-service v0.3.3
14002026-03-27T19:32:02.954Z Compiling want v0.3.1
14012026-03-27T19:32:02.985Z Compiling spin v0.9.8
14022026-03-27T19:32:02.999Z Compiling tinyvec v1.10.0
14032026-03-27T19:32:03.041Z Compiling aho-corasick v1.1.4
14042026-03-27T19:32:03.058Z Compiling crc32fast v1.5.0
14052026-03-27T19:32:03.061Z Compiling time-core v0.1.8
14062026-03-27T19:32:03.104Z Compiling httpdate v1.0.3
14072026-03-27T19:32:03.104Z Compiling pin-utils v0.1.0
14082026-03-27T19:32:03.137Z Compiling num-conv v0.2.0
14092026-03-27T19:32:03.167Z Compiling foreign-types-shared v0.1.1
14102026-03-27T19:32:03.205Z Compiling powerfmt v0.2.0
14112026-03-27T19:32:03.228Z Compiling openssl v0.10.75
14122026-03-27T19:32:03.262Z Compiling foreign-types v0.3.2
14132026-03-27T19:32:03.277Z Compiling wait-timeout v0.2.1
14142026-03-27T19:32:03.290Z Compiling either v1.15.0
14152026-03-27T19:32:03.305Z Compiling time-macros v0.2.27
14162026-03-27T19:32:03.346Z Compiling num_threads v0.1.7
14172026-03-27T19:32:03.349Z Compiling bit-vec v0.8.0
14182026-03-27T19:32:03.377Z Compiling deranged v0.5.8
14192026-03-27T19:32:03.407Z Compiling usdt-impl v0.6.0
14202026-03-27T19:32:03.433Z Compiling simd-adler32 v0.3.8
14212026-03-27T19:32:03.448Z Compiling siphasher v1.0.2
14222026-03-27T19:32:03.464Z Compiling native-tls v0.2.18
14232026-03-27T19:32:03.500Z Compiling quick-error v1.2.3
14242026-03-27T19:32:03.514Z Compiling aws-lc-sys v0.37.1
14252026-03-27T19:32:03.529Z Compiling ring v0.17.14
14262026-03-27T19:32:03.573Z Compiling openssl-sys v0.9.111
14272026-03-27T19:32:03.622Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-27T19:32:03.636Z Compiling bit-set v0.8.0
14292026-03-27T19:32:03.666Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-27T19:32:03.703Z Compiling tempfile v3.25.0
14312026-03-27T19:32:03.717Z Compiling synstructure v0.13.2
14322026-03-27T19:32:03.821Z Compiling serde_derive_internals v0.29.1
14332026-03-27T19:32:03.893Z Compiling pest_generator v2.8.6
14342026-03-27T19:32:03.977Z Compiling darling_core v0.20.11
14352026-03-27T19:32:03.992Z Compiling regex-automata v0.4.14
14362026-03-27T19:32:04.115Z Compiling rusty-fork v0.3.1
14372026-03-27T19:32:04.357Z Compiling darling_core v0.21.3
14382026-03-27T19:32:04.420Z Compiling unicode-normalization v0.1.25
14392026-03-27T19:32:04.435Z Compiling time v0.3.47
14402026-03-27T19:32:04.456Z Compiling crossbeam-epoch v0.9.18
14412026-03-27T19:32:04.636Z Compiling rand_xorshift v0.4.0
14422026-03-27T19:32:04.695Z Compiling slog v2.8.2
14432026-03-27T19:32:04.764Z Compiling heapless v0.7.17
14442026-03-27T19:32:04.804Z Compiling thread-id v5.1.0
14452026-03-27T19:32:04.819Z Compiling sync_wrapper v1.0.2
14462026-03-27T19:32:04.835Z Compiling cookie v0.18.1
14472026-03-27T19:32:04.902Z Compiling signal-hook v0.3.18
14482026-03-27T19:32:04.918Z Compiling unicode-properties v0.1.4
14492026-03-27T19:32:04.932Z Compiling rayon-core v1.13.0
14502026-03-27T19:32:04.944Z Compiling anyhow v1.0.102
14512026-03-27T19:32:05.029Z Compiling adler2 v2.0.1
14522026-03-27T19:32:05.049Z Compiling unicode-bidi v0.3.18
14532026-03-27T19:32:05.090Z Compiling zstd-safe v7.2.4
14542026-03-27T19:32:05.180Z Compiling unicode-segmentation v1.12.0
14552026-03-27T19:32:05.192Z Compiling paste v1.0.15
14562026-03-27T19:32:05.192Z Compiling unarray v0.1.4
14572026-03-27T19:32:05.324Z Compiling miniz_oxide v0.8.9
14582026-03-27T19:32:05.424Z Compiling stringprep v0.1.5
14592026-03-27T19:32:05.529Z Compiling serde_derive v1.0.228
14602026-03-27T19:32:05.568Z Compiling zeroize_derive v1.4.3
14612026-03-27T19:32:05.584Z Compiling zerofrom-derive v0.1.6
14622026-03-27T19:32:05.595Z Compiling yoke-derive v0.8.1
14632026-03-27T19:32:05.615Z Compiling zerocopy-derive v0.8.40
14642026-03-27T19:32:05.697Z Compiling zerovec-derive v0.11.2
14652026-03-27T19:32:05.888Z Compiling displaydoc v0.2.5
14662026-03-27T19:32:05.960Z Compiling tokio-macros v2.6.0
14672026-03-27T19:32:06.055Z Compiling futures-macro v0.3.32
14682026-03-27T19:32:06.232Z Compiling zeroize v1.8.2
14692026-03-27T19:32:06.312Z Compiling der_derive v0.7.3
14702026-03-27T19:32:06.694Z Compiling thiserror-impl v2.0.18
14712026-03-27T19:32:06.751Z Compiling rustls-pki-types v1.14.0
14722026-03-27T19:32:06.796Z Compiling tracing-attributes v0.1.31
14732026-03-27T19:32:06.875Z Compiling scroll_derive v0.13.1
14742026-03-27T19:32:06.951Z Compiling futures-util v0.3.32
14752026-03-27T19:32:06.967Z Compiling schemars_derive v0.8.22
14762026-03-27T19:32:07.045Z Compiling crypto-common v0.1.7
14772026-03-27T19:32:07.060Z Compiling zerofrom v0.1.6
14782026-03-27T19:32:07.119Z Compiling block-buffer v0.10.4
14792026-03-27T19:32:07.200Z Compiling yoke v0.8.1
14802026-03-27T19:32:07.217Z Compiling block-padding v0.3.3
14812026-03-27T19:32:07.232Z Compiling pest_derive v2.8.6
14822026-03-27T19:32:07.314Z Compiling digest v0.10.7
14832026-03-27T19:32:07.348Z Compiling inout v0.1.4
14842026-03-27T19:32:07.402Z Compiling zerovec v0.11.5
14852026-03-27T19:32:07.416Z Compiling zerotrie v0.2.3
14862026-03-27T19:32:07.534Z Compiling hmac v0.12.1
14872026-03-27T19:32:07.579Z Compiling sha2 v0.10.9
14882026-03-27T19:32:07.693Z Compiling cipher v0.4.4
14892026-03-27T19:32:07.710Z Compiling der v0.7.10
14902026-03-27T19:32:07.741Z Compiling pbkdf2 v0.12.2
14912026-03-27T19:32:07.744Z Compiling scroll v0.13.0
14922026-03-27T19:32:07.876Z Compiling tinystr v0.8.2
14932026-03-27T19:32:07.928Z Compiling potential_utf v0.1.4
14942026-03-27T19:32:07.977Z Compiling salsa20 v0.10.2
14952026-03-27T19:32:08.043Z Compiling icu_locale_core v2.1.1
14962026-03-27T19:32:08.096Z Compiling icu_collections v2.1.1
14972026-03-27T19:32:08.111Z Compiling thiserror v2.0.18
14982026-03-27T19:32:08.114Z Compiling scrypt v0.11.0
14992026-03-27T19:32:08.141Z Compiling aes v0.8.4
15002026-03-27T19:32:08.172Z Compiling cbc v0.1.2
15012026-03-27T19:32:08.236Z Compiling tracing v0.1.44
15022026-03-27T19:32:08.252Z Compiling darling_macro v0.20.11
15032026-03-27T19:32:08.285Z Compiling goblin v0.10.5
15042026-03-27T19:32:08.340Z Compiling thiserror-impl v1.0.69
15052026-03-27T19:32:08.405Z Compiling openssl-macros v0.1.1
15062026-03-27T19:32:08.531Z Compiling dtrace-parser v0.3.0
15072026-03-27T19:32:08.598Z Compiling spki v0.7.3
15082026-03-27T19:32:08.766Z Compiling icu_provider v2.1.1
15092026-03-27T19:32:08.830Z Compiling pkcs5 v0.7.1
15102026-03-27T19:32:08.845Z Compiling darling v0.20.11
15112026-03-27T19:32:08.944Z Compiling derive_builder_core v0.20.2
15122026-03-27T19:32:08.960Z Compiling signature v2.2.0
15132026-03-27T19:32:08.994Z Compiling rustls-native-certs v0.8.3
15142026-03-27T19:32:09.081Z Compiling bytes v1.11.1
15152026-03-27T19:32:09.121Z Compiling icu_normalizer v2.1.1
15162026-03-27T19:32:09.161Z Compiling icu_properties v2.1.2
15172026-03-27T19:32:09.229Z Compiling chrono v0.4.44
15182026-03-27T19:32:09.277Z Compiling pkcs8 v0.10.2
15192026-03-27T19:32:09.293Z Compiling ipnet v2.11.0
15202026-03-27T19:32:09.310Z Compiling scroll_derive v0.12.1
15212026-03-27T19:32:09.330Z Compiling serde_tokenstream v0.2.3
15222026-03-27T19:32:09.607Z Compiling tokio v1.49.0
15232026-03-27T19:32:09.650Z Compiling http v1.4.0
15242026-03-27T19:32:09.664Z Compiling thiserror v1.0.69
15252026-03-27T19:32:09.683Z Compiling toml_datetime v0.6.11
15262026-03-27T19:32:09.702Z Compiling erased-serde v0.3.31
15272026-03-27T19:32:09.784Z Compiling serde_spanned v0.6.9
15282026-03-27T19:32:09.810Z Compiling md-5 v0.10.6
15292026-03-27T19:32:09.825Z Compiling derive_builder_macro v0.20.2
15302026-03-27T19:32:09.947Z Compiling ppv-lite86 v0.2.21
15312026-03-27T19:32:09.963Z Compiling webpki-roots v1.0.6
15322026-03-27T19:32:09.991Z Compiling idna_adapter v1.2.1
15332026-03-27T19:32:10.006Z Compiling scroll v0.12.0
15342026-03-27T19:32:10.098Z Compiling darling_macro v0.21.3
15352026-03-27T19:32:10.153Z Compiling idna v1.1.0
15362026-03-27T19:32:10.169Z Compiling zerocopy-derive v0.7.35
15372026-03-27T19:32:10.221Z Compiling crossbeam-deque v0.8.6
15382026-03-27T19:32:10.257Z Compiling rand_chacha v0.9.0
15392026-03-27T19:32:10.288Z Compiling http-body v1.0.1
15402026-03-27T19:32:10.288Z Compiling rand_chacha v0.3.1
15412026-03-27T19:32:10.432Z Compiling http-body-util v0.1.3
15422026-03-27T19:32:10.460Z Compiling url v2.5.8
15432026-03-27T19:32:10.577Z Compiling rand v0.9.2
15442026-03-27T19:32:10.614Z Compiling num-integer v0.1.46
15452026-03-27T19:32:10.629Z Compiling vergen-lib v0.1.6
15462026-03-27T19:32:10.687Z Compiling curve25519-dalek v4.1.3
15472026-03-27T19:32:10.814Z Compiling ff v0.13.1
15482026-03-27T19:32:10.829Z Compiling hash32 v0.2.1
15492026-03-27T19:32:10.962Z Compiling dof v0.4.0
15502026-03-27T19:32:10.962Z Compiling memoffset v0.9.1
15512026-03-27T19:32:11.039Z Compiling litrs v1.0.0
15522026-03-27T19:32:11.055Z Compiling rustix v0.38.44
15532026-03-27T19:32:11.068Z Compiling num-bigint-dig v0.8.6
15542026-03-27T19:32:11.085Z Compiling ryu v1.0.23
15552026-03-27T19:32:11.139Z Compiling proptest v1.10.0
15562026-03-27T19:32:11.189Z Compiling smoltcp v0.9.1
15572026-03-27T19:32:11.280Z Compiling fallible-iterator v0.2.0
15582026-03-27T19:32:11.296Z Compiling psl-types v2.0.11
15592026-03-27T19:32:11.299Z Compiling base16ct v0.2.0
15602026-03-27T19:32:11.382Z Compiling zlib-rs v0.6.2
15612026-03-27T19:32:11.418Z Compiling cfg_aliases v0.2.1
15622026-03-27T19:32:11.445Z Compiling iri-string v0.7.10
15632026-03-27T19:32:11.493Z Compiling ref-cast v1.0.25
15642026-03-27T19:32:11.509Z Compiling nix v0.31.1
15652026-03-27T19:32:11.512Z Compiling sec1 v0.7.3
15662026-03-27T19:32:11.605Z Compiling document-features v0.2.12
15672026-03-27T19:32:11.642Z Compiling postgres-protocol v0.6.10
15682026-03-27T19:32:11.770Z Compiling ipnetwork v0.21.1
15692026-03-27T19:32:11.922Z Compiling publicsuffix v2.3.0
15702026-03-27T19:32:11.978Z Compiling serde_urlencoded v0.7.1
15712026-03-27T19:32:12.034Z Compiling oxnet v0.1.4
15722026-03-27T19:32:12.228Z Compiling zerocopy v0.7.35
15732026-03-27T19:32:12.245Z Compiling group v0.13.0
15742026-03-27T19:32:12.249Z Compiling num-iter v0.1.45
15752026-03-27T19:32:12.324Z Compiling darling v0.21.3
15762026-03-27T19:32:12.327Z Compiling rand v0.8.5
15772026-03-27T19:32:12.382Z Compiling proc-macro-error v1.0.4
15782026-03-27T19:32:12.396Z Compiling derive_builder v0.20.2
15792026-03-27T19:32:12.422Z Compiling goblin v0.8.2
15802026-03-27T19:32:12.456Z Compiling cargo-platform v0.1.9
15812026-03-27T19:32:12.470Z Compiling hkdf v0.12.4
15822026-03-27T19:32:12.532Z Compiling hubpack_derive v0.1.1
15832026-03-27T19:32:12.548Z Compiling crypto-bigint v0.5.5
15842026-03-27T19:32:12.652Z Compiling regex v1.12.3
15852026-03-27T19:32:12.777Z Compiling async-trait v0.1.89
15862026-03-27T19:32:12.796Z Compiling curve25519-dalek-derive v0.1.1
15872026-03-27T19:32:12.840Z Compiling daft-derive v0.1.5
15882026-03-27T19:32:13.003Z Compiling ref-cast-impl v1.0.25
15892026-03-27T19:32:13.033Z Compiling strum_macros v0.27.2
15902026-03-27T19:32:13.105Z Compiling heck v0.4.1
15912026-03-27T19:32:13.255Z Compiling terminal_size v0.4.3
15922026-03-27T19:32:13.258Z Compiling phf_shared v0.13.1
15932026-03-27T19:32:13.349Z Compiling tokio-util v0.7.18
15942026-03-27T19:32:13.413Z Compiling tower v0.5.3
15952026-03-27T19:32:13.434Z Compiling tokio-native-tls v0.3.1
15962026-03-27T19:32:13.466Z Compiling newtype-uuid v1.3.2
15972026-03-27T19:32:13.522Z Compiling lazy_static v1.5.0
15982026-03-27T19:32:13.539Z Compiling vergen v9.0.6
15992026-03-27T19:32:13.580Z Compiling fs-err v3.3.0
16002026-03-27T19:32:13.596Z Compiling ahash v0.8.12
16012026-03-27T19:32:13.624Z Compiling libbz2-rs-sys v0.2.2
16022026-03-27T19:32:13.639Z Compiling bumpalo v3.20.2
16032026-03-27T19:32:13.743Z Compiling bitflags v1.3.2
16042026-03-27T19:32:13.787Z Compiling object v0.37.3
16052026-03-27T19:32:13.819Z Compiling tower-http v0.6.8
16062026-03-27T19:32:13.837Z Compiling managed v0.8.0
16072026-03-27T19:32:13.837Z Compiling winnow v0.5.40
16082026-03-27T19:32:13.868Z Compiling foldhash v0.1.5
16092026-03-27T19:32:13.907Z Compiling console v0.16.2
16102026-03-27T19:32:13.921Z Compiling clap_builder v4.5.60
16112026-03-27T19:32:14.055Z Compiling h2 v0.4.13
16122026-03-27T19:32:14.071Z Compiling bzip2 v0.6.1
16132026-03-27T19:32:14.249Z Compiling hashbrown v0.15.5
16142026-03-27T19:32:14.306Z Compiling zopfli v0.8.3
16152026-03-27T19:32:14.380Z Compiling flate2 v1.1.9
16162026-03-27T19:32:14.518Z Compiling daft v0.1.5
16172026-03-27T19:32:14.714Z Compiling dof v0.3.0
16182026-03-27T19:32:14.820Z Compiling elliptic-curve v0.13.8
16192026-03-27T19:32:14.837Z Compiling phf v0.13.1
16202026-03-27T19:32:14.869Z Compiling signal-hook-mio v0.2.5
16212026-03-27T19:32:14.959Z Compiling zone_cfg_derive v0.3.1
16222026-03-27T19:32:15.015Z Compiling hubpack v0.1.2
16232026-03-27T19:32:15.035Z Compiling cookie_store v0.22.1
16242026-03-27T19:32:15.058Z Compiling strum v0.27.2
16252026-03-27T19:32:15.207Z Compiling toml_edit v0.19.15
16262026-03-27T19:32:15.235Z Compiling rayon v1.11.0
16272026-03-27T19:32:15.251Z Compiling cargo_metadata v0.19.2
16282026-03-27T19:32:15.336Z Compiling usdt-macro v0.6.0
16292026-03-27T19:32:15.362Z Compiling usdt-attr-macro v0.6.0
16302026-03-27T19:32:15.384Z Compiling serde_with_macros v3.17.0
16312026-03-27T19:32:15.451Z Compiling bzip2 v0.4.4
16322026-03-27T19:32:15.679Z Compiling zstd v0.13.3
16332026-03-27T19:32:15.708Z Compiling postgres-types v0.2.12
16342026-03-27T19:32:15.944Z Compiling dtrace-parser v0.2.0
16352026-03-27T19:32:15.960Z Compiling pkcs1 v0.7.5
16362026-03-27T19:32:16.128Z Compiling ed25519 v2.2.3
16372026-03-27T19:32:16.189Z Compiling hex v0.4.3
16382026-03-27T19:32:16.286Z Compiling serde-big-array v0.5.1
16392026-03-27T19:32:16.389Z Compiling rfc6979 v0.4.0
16402026-03-27T19:32:16.452Z Compiling bstr v1.12.1
16412026-03-27T19:32:16.477Z Compiling enum-as-inner v0.6.1
16422026-03-27T19:32:16.536Z Compiling serde_repr v0.1.20
16432026-03-27T19:32:16.540Z Compiling strum_macros v0.26.4
16442026-03-27T19:32:16.651Z Compiling clap_derive v4.5.55
16452026-03-27T19:32:16.746Z Compiling phf_shared v0.11.3
16462026-03-27T19:32:16.973Z Compiling itertools v0.12.1
16472026-03-27T19:32:16.989Z Compiling float-cmp v0.10.0
16482026-03-27T19:32:17.007Z Compiling thread-id v4.2.2
16492026-03-27T19:32:17.025Z Compiling memmap2 v0.9.10
16502026-03-27T19:32:17.056Z Compiling hyper v1.8.1
16512026-03-27T19:32:17.109Z Compiling env_filter v1.0.0
16522026-03-27T19:32:17.112Z Compiling encoding_rs v0.8.35
16532026-03-27T19:32:17.155Z Compiling data-encoding v2.10.0
16542026-03-27T19:32:17.170Z Compiling jiff v0.2.21
16552026-03-27T19:32:17.200Z Compiling mime v0.3.17
16562026-03-27T19:32:17.258Z Compiling difflib v0.4.0
16572026-03-27T19:32:17.444Z Compiling fixedbitset v0.4.2
16582026-03-27T19:32:17.496Z Compiling precomputed-hash v0.1.1
16592026-03-27T19:32:17.599Z Compiling whoami v2.1.0
16602026-03-27T19:32:17.680Z Compiling static_assertions v1.1.0
16612026-03-27T19:32:17.767Z Compiling fixedbitset v0.5.7
16622026-03-27T19:32:17.858Z Compiling predicates-core v1.0.10
16632026-03-27T19:32:17.893Z Compiling unit-prefix v0.5.2
16642026-03-27T19:32:17.922Z Compiling new_debug_unreachable v1.0.6
16652026-03-27T19:32:17.951Z Compiling normalize-line-endings v0.3.0
16662026-03-27T19:32:18.008Z Compiling rustc-hash v2.1.1
16672026-03-27T19:32:18.023Z Compiling keccak v0.1.6
16682026-03-27T19:32:18.058Z Compiling predicates v3.1.4
16692026-03-27T19:32:18.074Z Compiling indicatif v0.18.4
16702026-03-27T19:32:18.077Z Compiling string_cache v0.8.9
16712026-03-27T19:32:18.104Z Compiling zone v0.3.1
16722026-03-27T19:32:18.124Z Compiling iddqd v0.3.17
16732026-03-27T19:32:18.150Z Compiling hyper-util v0.1.20
16742026-03-27T19:32:18.226Z Compiling sha3 v0.10.8
16752026-03-27T19:32:18.323Z Compiling petgraph v0.8.3
16762026-03-27T19:32:18.395Z Compiling strum v0.26.3
16772026-03-27T19:32:18.494Z Compiling clap v4.5.60
16782026-03-27T19:32:18.544Z Compiling tokio-postgres v0.7.16
16792026-03-27T19:32:18.590Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16802026-03-27T19:32:18.708Z Compiling toml_edit v0.22.27
16812026-03-27T19:32:18.725Z Compiling petgraph v0.6.5
16822026-03-27T19:32:18.725Z Compiling hickory-proto v0.25.2
16832026-03-27T19:32:18.758Z Compiling env_logger v0.11.9
16842026-03-27T19:32:18.811Z Compiling usdt v0.6.0
16852026-03-27T19:32:18.865Z Compiling usdt-impl v0.5.0
16862026-03-27T19:32:18.968Z Compiling similar v2.7.0
16872026-03-27T19:32:19.092Z Compiling crossterm v0.28.1
16882026-03-27T19:32:19.129Z Compiling toml v0.7.8
16892026-03-27T19:32:19.301Z Compiling serde_with v3.17.0
16902026-03-27T19:32:19.474Z Compiling ecdsa v0.16.9
16912026-03-27T19:32:19.741Z Compiling hyper-tls v0.6.0
16922026-03-27T19:32:19.864Z Compiling zip v4.6.1
16932026-03-27T19:32:19.897Z Compiling ed25519-dalek v2.2.0
16942026-03-27T19:32:19.921Z Compiling rsa v0.9.10
16952026-03-27T19:32:20.221Z Compiling zip v0.6.6
16962026-03-27T19:32:20.571Z Compiling tokio-stream v0.1.18
16972026-03-27T19:32:20.643Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-27T19:32:20.736Z Compiling buf-list v1.1.2
16992026-03-27T19:32:20.766Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-27T19:32:20.826Z Compiling openapiv3 v2.2.0
17012026-03-27T19:32:20.853Z Compiling x509-cert v0.2.5
17022026-03-27T19:32:21.027Z Compiling sha1 v0.10.6
17032026-03-27T19:32:21.043Z Compiling itertools v0.13.0
17042026-03-27T19:32:21.057Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-27T19:32:21.089Z Compiling peg-runtime v0.8.5
17062026-03-27T19:32:21.273Z Compiling lalrpop-util v0.19.12
17072026-03-27T19:32:21.289Z Compiling thread_local v1.1.9
17082026-03-27T19:32:21.371Z Compiling slog-async v2.8.0
17092026-03-27T19:32:21.374Z Compiling futures-executor v0.3.32
17102026-03-27T19:32:21.403Z Compiling crossbeam-channel v0.5.15
17112026-03-27T19:32:21.422Z Compiling filetime v0.2.27
17122026-03-27T19:32:21.454Z Compiling is-terminal v0.4.17
17132026-03-27T19:32:21.482Z Compiling take_mut v0.2.2
17142026-03-27T19:32:21.585Z Compiling xattr v1.6.1
17152026-03-27T19:32:21.606Z Compiling term v1.2.1
17162026-03-27T19:32:21.640Z Compiling futures v0.3.32
17172026-03-27T19:32:21.741Z Compiling tar v0.4.45
17182026-03-27T19:32:21.905Z Compiling slog-term v2.9.2
17192026-03-27T19:32:36.960Z Compiling rustls-webpki v0.103.9
17202026-03-27T19:32:39.714Z Compiling tokio-rustls v0.26.4
17212026-03-27T19:32:39.714Z Compiling rustls-platform-verifier v0.6.2
17222026-03-27T19:32:39.912Z Compiling hyper-rustls v0.27.7
17232026-03-27T19:32:40.104Z Compiling reqwest v0.12.28
17242026-03-27T19:32:40.104Z Compiling reqwest v0.13.2
17252026-03-27T19:32:42.067Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-27T19:32:42.299Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-27T19:32:45.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.10s
17282026-03-27T19:32:45.229Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-27T19:32:45.288ZMar 27 19:32:45.122 INFO Starting download, target: Clickhouse
17302026-03-27T19:32:45.288ZMar 27 19:32:45.123 INFO Starting download, target: Cockroach
17312026-03-27T19:32:45.288ZMar 27 19:32:45.123 INFO Starting download, target: Console
17322026-03-27T19:32:45.288ZMar 27 19:32:45.123 INFO Starting download, target: DendriteStub
17332026-03-27T19:32:45.291ZMar 27 19:32:45.123 INFO Starting download, target: MaghemiteMgd
17342026-03-27T19:32:45.292ZMar 27 19:32:45.123 INFO Starting download, target: TransceiverControl
17352026-03-27T19:32:45.292ZMar 27 19:32:45.123 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-27T19:32:45.292ZMar 27 19:32:45.123 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-27T19:32:45.292ZMar 27 19:32:45.123 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-27T19:32:45.292ZMar 27 19:32:45.124 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-27T19:32:45.292ZMar 27 19:32:45.124 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-27T19:32:45.292ZMar 27 19:32:45.124 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-27T19:32:45.854ZMar 27 19:32:45.684 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-27T19:32:46.062ZMar 27 19:32:45.896 INFO Download complete, target: TransceiverControl
17432026-03-27T19:32:46.387ZMar 27 19:32:46.217 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-27T19:32:46.624ZMar 27 19:32:46.454 INFO Download complete, target: Console
17452026-03-27T19:32:46.975ZMar 27 19:32:46.809 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-27T19:32:47.209ZMar 27 19:32:47.043 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-27T19:32:47.715ZMar 27 19:32:47.549 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-27T19:32:47.779ZMar 27 19:32:47.614 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-27T19:32:47.780ZMar 27 19:32:47.614 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-27T19:32:49.299ZMar 27 19:32:49.132 INFO Download complete, target: DendriteStub
17512026-03-27T19:32:49.543ZMar 27 19:32:49.377 INFO Download complete, target: MaghemiteMgd
17522026-03-27T19:32:52.436ZMar 27 19:32:52.270 INFO Checking that binary works, target: Cockroach
17532026-03-27T19:32:52.538ZMar 27 19:32:52.371 INFO Download complete, target: Cockroach
17542026-03-27T19:32:54.563ZMar 27 19:32:54.396 INFO Checking that binary works, target: Clickhouse
17552026-03-27T19:32:54.703ZMar 27 19:32:54.536 INFO Download complete, target: Clickhouse
17562026-03-27T19:32:54.709ZAll prerequisites installed successfully
17572026-03-27T19:32:54.712Z
17582026-03-27T19:32:54.712Zreal 2:39.897257558
17592026-03-27T19:32:54.712Zuser 7:14.715234898
17602026-03-27T19:32:54.712Zsys 1:42.886573052
17612026-03-27T19:32:54.712Ztrap 0.254166046
17622026-03-27T19:32:54.712Ztflt 3.265595403
17632026-03-27T19:32:54.713Zdflt 4.562173569
17642026-03-27T19:32:54.713Zkflt 0.045223941
17652026-03-27T19:32:54.713Zlock 22:40.379777885
17662026-03-27T19:32:54.713Zslp 19:54.602192600
17672026-03-27T19:32:54.713Zlat 24.463017821
17682026-03-27T19:32:54.713Zstop 2:58.937212629
17692026-03-27T19:32:54.713Z+ ptime -m cargo xtask download softnpu
17702026-03-27T19:32:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17712026-03-27T19:32:55.264Z Running `target/debug/xtask download softnpu`
17722026-03-27T19:32:56.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17732026-03-27T19:32:56.092Z Running `target/debug/xtask-downloader softnpu`
17742026-03-27T19:32:56.135ZMar 27 19:32:55.969 INFO Starting download, target: Softnpu
17752026-03-27T19:32:56.139ZMar 27 19:32:55.969 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-27T19:32:56.913ZMar 27 19:32:56.746 INFO Download complete, target: Softnpu
17772026-03-27T19:32:56.916Z
17782026-03-27T19:32:56.919Zreal 2.200027928
17792026-03-27T19:32:56.919Zuser 1.307879087
17802026-03-27T19:32:56.919Zsys 0.667180283
17812026-03-27T19:32:56.919Ztrap 0.000531508
17822026-03-27T19:32:56.919Ztflt 0.000030223
17832026-03-27T19:32:56.919Zdflt 0.000408774
17842026-03-27T19:32:56.919Zkflt 0.000000000
17852026-03-27T19:32:56.919Zlock 14.483754643
17862026-03-27T19:32:56.919Zslp 0.608225070
17872026-03-27T19:32:56.919Zlat 0.096721663
17882026-03-27T19:32:56.919Zstop 0.000169769
17892026-03-27T19:32:56.919Z+ export CARGO_INCREMENTAL=0
17902026-03-27T19:32:56.919Z+ CARGO_INCREMENTAL=0
17912026-03-27T19:32:56.919Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-27T19:32:57.817Z Compiling proc-macro2 v1.0.106
17932026-03-27T19:32:57.817Z Compiling quote v1.0.44
17942026-03-27T19:32:57.817Z Compiling unicode-ident v1.0.24
17952026-03-27T19:32:57.817Z Compiling libc v0.2.180
17962026-03-27T19:32:57.820Z Compiling serde_core v1.0.228
17972026-03-27T19:32:57.820Z Compiling serde v1.0.228
17982026-03-27T19:32:57.820Z Compiling cfg-if v1.0.4
17992026-03-27T19:32:57.820Z Compiling version_check v0.9.5
18002026-03-27T19:32:57.961Z Compiling shlex v1.3.0
18012026-03-27T19:32:57.964Z Compiling find-msvc-tools v0.1.9
18022026-03-27T19:32:57.964Z Compiling typenum v1.19.0
18032026-03-27T19:32:57.964Z Compiling autocfg v1.5.0
18042026-03-27T19:32:57.964Z Compiling zmij v1.0.21
18052026-03-27T19:32:57.964Z Compiling portable-atomic v1.13.1
18062026-03-27T19:32:57.964Z Compiling serde_json v1.0.149
18072026-03-27T19:32:58.132Z Compiling memchr v2.8.0
18082026-03-27T19:32:58.302Z Compiling zerocopy v0.8.40
18092026-03-27T19:32:58.306Z Compiling libm v0.2.16
18102026-03-27T19:32:58.355Z Compiling smallvec v1.15.1
18112026-03-27T19:32:58.358Z Compiling parking_lot_core v0.9.12
18122026-03-27T19:32:58.385Z Compiling icu_normalizer_data v2.1.1
18132026-03-27T19:32:58.438Z Compiling generic-array v0.14.7
18142026-03-27T19:32:58.523Z Compiling icu_properties_data v2.1.2
18152026-03-27T19:32:58.541Z Compiling num-traits v0.2.19
18162026-03-27T19:32:58.637Z Compiling itoa v1.0.17
18172026-03-27T19:32:58.663Z Compiling getrandom v0.4.1
18182026-03-27T19:32:58.679Z Compiling log v0.4.29
18192026-03-27T19:32:58.695Z Compiling stable_deref_trait v1.2.1
18202026-03-27T19:32:58.727Z Compiling pkg-config v0.3.32
18212026-03-27T19:32:58.727Z Compiling subtle v2.6.1
18222026-03-27T19:32:58.961Z Compiling jobserver v0.1.34
18232026-03-27T19:32:58.964Z Compiling getrandom v0.2.17
18242026-03-27T19:32:58.964Z Compiling scopeguard v1.2.0
18252026-03-27T19:32:59.008Z Compiling errno v0.3.14
18262026-03-27T19:32:59.119Z Compiling lock_api v0.4.14
18272026-03-27T19:32:59.133Z Compiling rand_core v0.6.4
18282026-03-27T19:32:59.182Z Compiling cc v1.2.56
18292026-03-27T19:32:59.301Z Compiling syn v2.0.117
18302026-03-27T19:32:59.318Z Compiling percent-encoding v2.3.2
18312026-03-27T19:32:59.332Z Compiling writeable v0.6.2
18322026-03-27T19:32:59.359Z Compiling litemap v0.8.1
18332026-03-27T19:32:59.376Z Compiling thiserror v2.0.18
18342026-03-27T19:32:59.397Z Compiling fnv v1.0.7
18352026-03-27T19:32:59.496Z Compiling pin-project-lite v0.2.17
18362026-03-27T19:32:59.512Z Compiling getrandom v0.3.4
18372026-03-27T19:32:59.612Z Compiling critical-section v1.2.0
18382026-03-27T19:32:59.659Z Compiling allocator-api2 v0.2.21
18392026-03-27T19:32:59.708Z Compiling schemars v0.8.22
18402026-03-27T19:32:59.740Z Compiling equivalent v1.0.2
18412026-03-27T19:32:59.758Z Compiling rustversion v1.0.22
18422026-03-27T19:32:59.791Z Compiling dunce v1.0.5
18432026-03-27T19:32:59.794Z Compiling fs_extra v1.3.0
18442026-03-27T19:32:59.859Z Compiling foldhash v0.2.0
18452026-03-27T19:32:59.903Z Compiling cmake v0.1.57
18462026-03-27T19:32:59.936Z Compiling rand_core v0.10.0
18472026-03-27T19:32:59.989Z Compiling once_cell v1.21.3
18482026-03-27T19:33:00.080Z Compiling utf8_iter v1.0.4
18492026-03-27T19:33:00.097Z Compiling hashbrown v0.16.1
18502026-03-27T19:33:00.114Z Compiling form_urlencoded v1.2.2
18512026-03-27T19:33:00.243Z Compiling const-oid v0.9.6
18522026-03-27T19:33:00.282Z Compiling signal-hook-registry v1.4.8
18532026-03-27T19:33:00.372Z Compiling semver v1.0.27
18542026-03-27T19:33:00.423Z Compiling bitflags v2.11.0
18552026-03-27T19:33:00.476Z Compiling ring v0.17.14
18562026-03-27T19:33:00.480Z Compiling aws-lc-sys v0.37.1
18572026-03-27T19:33:00.602Z Compiling rustix v1.1.3
18582026-03-27T19:33:00.642Z Compiling indexmap v2.13.0
18592026-03-27T19:33:00.709Z Compiling parking_lot v0.12.5
18602026-03-27T19:33:00.712Z Compiling mio v1.1.1
18612026-03-27T19:33:00.739Z Compiling socket2 v0.6.2
18622026-03-27T19:33:00.756Z Compiling thiserror v1.0.69
18632026-03-27T19:33:00.803Z Compiling aws-lc-rs v1.16.0
18642026-03-27T19:33:00.843Z Compiling strsim v0.11.1
18652026-03-27T19:33:00.870Z Compiling futures-core v0.3.32
18662026-03-27T19:33:01.000Z Compiling byteorder v1.5.0
18672026-03-27T19:33:01.148Z Compiling syn v1.0.109
18682026-03-27T19:33:01.176Z Compiling httparse v1.10.1
18692026-03-27T19:33:01.192Z Compiling ucd-trie v0.1.7
18702026-03-27T19:33:01.280Z Compiling iana-time-zone v0.1.65
18712026-03-27T19:33:01.298Z Compiling vcpkg v0.2.15
18722026-03-27T19:33:01.404Z Compiling pest v2.8.6
18732026-03-27T19:33:01.449Z Compiling heck v0.5.0
18742026-03-27T19:33:01.465Z Compiling ident_case v1.0.1
18752026-03-27T19:33:01.514Z Compiling uuid v1.21.0
18762026-03-27T19:33:01.529Z Compiling cpufeatures v0.2.17
18772026-03-27T19:33:01.645Z Compiling regex-syntax v0.8.10
18782026-03-27T19:33:01.678Z Compiling crossbeam-utils v0.8.21
18792026-03-27T19:33:01.837Z Compiling rustc_version v0.4.1
18802026-03-27T19:33:01.887Z Compiling openssl-sys v0.9.111
18812026-03-27T19:33:01.911Z Compiling rustls v0.23.37
18822026-03-27T19:33:01.998Z Compiling futures-sink v0.3.32
18832026-03-27T19:33:02.061Z Compiling futures-task v0.3.32
18842026-03-27T19:33:02.113Z Compiling synstructure v0.13.2
18852026-03-27T19:33:02.131Z Compiling serde_derive_internals v0.29.1
18862026-03-27T19:33:02.134Z Compiling futures-channel v0.3.32
18872026-03-27T19:33:02.180Z Compiling futures-io v0.3.32
18882026-03-27T19:33:02.183Z Compiling slab v0.4.12
18892026-03-27T19:33:02.331Z Compiling plain v0.2.3
18902026-03-27T19:33:02.399Z Compiling dyn-clone v1.0.20
18912026-03-27T19:33:02.430Z Compiling aho-corasick v1.1.4
18922026-03-27T19:33:02.434Z Compiling num-conv v0.2.0
18932026-03-27T19:33:02.462Z Compiling time-core v0.1.8
18942026-03-27T19:33:02.478Z Compiling pest_meta v2.8.6
18952026-03-27T19:33:02.651Z Compiling time-macros v0.2.27
18962026-03-27T19:33:02.692Z Compiling base64 v0.22.1
18972026-03-27T19:33:02.709Z Compiling pretty-hex v0.4.1
18982026-03-27T19:33:02.927Z Compiling openssl v0.10.75
18992026-03-27T19:33:03.020Z Compiling base64ct v1.8.3
19002026-03-27T19:33:03.037Z Compiling anyhow v1.0.102
19012026-03-27T19:33:03.092Z Compiling pest_generator v2.8.6
19022026-03-27T19:33:03.150Z Compiling either v1.15.0
19032026-03-27T19:33:03.167Z Compiling crc32fast v1.5.0
19042026-03-27T19:33:03.184Z Compiling darling_core v0.21.3
19052026-03-27T19:33:03.201Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-27T19:33:03.205Z Compiling flagset v0.4.7
19072026-03-27T19:33:03.326Z Compiling regex-automata v0.4.14
19082026-03-27T19:33:03.358Z Compiling pem-rfc7468 v0.7.0
19092026-03-27T19:33:03.374Z Compiling native-tls v0.2.18
19102026-03-27T19:33:03.388Z Compiling rand_core v0.9.5
19112026-03-27T19:33:03.406Z Compiling serde_derive v1.0.228
19122026-03-27T19:33:03.440Z Compiling zeroize_derive v1.4.3
19132026-03-27T19:33:03.461Z Compiling zerofrom-derive v0.1.6
19142026-03-27T19:33:03.591Z Compiling yoke-derive v0.8.1
19152026-03-27T19:33:03.607Z Compiling zerovec-derive v0.11.2
19162026-03-27T19:33:03.621Z Compiling displaydoc v0.2.5
19172026-03-27T19:33:03.625Z Compiling zerocopy-derive v0.8.40
19182026-03-27T19:33:03.654Z Compiling tokio-macros v2.6.0
19192026-03-27T19:33:03.749Z Compiling futures-macro v0.3.32
19202026-03-27T19:33:03.766Z Compiling thiserror-impl v2.0.18
19212026-03-27T19:33:03.768Z Compiling schemars_derive v0.8.22
19222026-03-27T19:33:03.850Z Compiling der_derive v0.7.3
19232026-03-27T19:33:04.049Z Compiling zeroize v1.8.2
19242026-03-27T19:33:04.358Z Compiling tracing-attributes v0.1.31
19252026-03-27T19:33:04.534Z Compiling thiserror-impl v1.0.69
19262026-03-27T19:33:04.552Z Compiling pest_derive v2.8.6
19272026-03-27T19:33:04.599Z Compiling zerofrom v0.1.6
19282026-03-27T19:33:04.751Z Compiling yoke v0.8.1
19292026-03-27T19:33:04.790Z Compiling futures-util v0.3.32
19302026-03-27T19:33:04.916Z Compiling crypto-common v0.1.7
19312026-03-27T19:33:04.951Z Compiling zerovec v0.11.5
19322026-03-27T19:33:04.969Z Compiling zerotrie v0.2.3
19332026-03-27T19:33:04.972Z Compiling block-buffer v0.10.4
19342026-03-27T19:33:05.157Z Compiling digest v0.10.7
19352026-03-27T19:33:05.215Z Compiling block-padding v0.3.3
19362026-03-27T19:33:05.382Z Compiling hmac v0.12.1
19372026-03-27T19:33:05.398Z Compiling inout v0.1.4
19382026-03-27T19:33:05.414Z Compiling sha2 v0.10.9
19392026-03-27T19:33:05.466Z Compiling rustls-pki-types v1.14.0
19402026-03-27T19:33:05.526Z Compiling tinystr v0.8.2
19412026-03-27T19:33:05.546Z Compiling potential_utf v0.1.4
19422026-03-27T19:33:05.596Z Compiling cipher v0.4.4
19432026-03-27T19:33:05.615Z Compiling scroll_derive v0.12.1
19442026-03-27T19:33:05.643Z Compiling scroll_derive v0.13.1
19452026-03-27T19:33:05.747Z Compiling icu_locale_core v2.1.1
19462026-03-27T19:33:05.764Z Compiling icu_collections v2.1.1
19472026-03-27T19:33:05.989Z Compiling openssl-macros v0.1.1
19482026-03-27T19:33:06.290Z Compiling regex v1.12.3
19492026-03-27T19:33:06.358Z Compiling darling_macro v0.21.3
19502026-03-27T19:33:06.430Z Compiling icu_provider v2.1.1
19512026-03-27T19:33:06.446Z Compiling der v0.7.10
19522026-03-27T19:33:06.568Z Compiling bytes v1.11.1
19532026-03-27T19:33:06.638Z Compiling chrono v0.4.44
19542026-03-27T19:33:06.688Z Compiling icu_properties v2.1.2
19552026-03-27T19:33:06.740Z Compiling icu_normalizer v2.1.1
19562026-03-27T19:33:06.878Z Compiling serde_tokenstream v0.2.3
19572026-03-27T19:33:06.928Z Compiling zerocopy-derive v0.7.35
19582026-03-27T19:33:07.188Z Compiling tokio v1.49.0
19592026-03-27T19:33:07.330Z Compiling http v1.4.0
19602026-03-27T19:33:07.590Z Compiling idna_adapter v1.2.1
19612026-03-27T19:33:07.746Z Compiling slog v2.8.2
19622026-03-27T19:33:07.773Z Compiling idna v1.1.0
19632026-03-27T19:33:07.776Z Compiling tracing-core v0.1.36
19642026-03-27T19:33:07.962Z Compiling ppv-lite86 v0.2.21
19652026-03-27T19:33:08.062Z Compiling rayon-core v1.13.0
19662026-03-27T19:33:08.084Z Compiling url v2.5.8
19672026-03-27T19:33:08.307Z Compiling untrusted v0.9.0
19682026-03-27T19:33:08.326Z Compiling tracing v0.1.44
19692026-03-27T19:33:08.456Z Compiling spki v0.7.3
19702026-03-27T19:33:08.636Z Compiling darling v0.21.3
19712026-03-27T19:33:08.672Z Compiling salsa20 v0.10.2
19722026-03-27T19:33:08.687Z Compiling pbkdf2 v0.12.2
19732026-03-27T19:33:08.835Z Compiling cookie v0.18.1
19742026-03-27T19:33:09.019Z Compiling camino v1.2.2
19752026-03-27T19:33:09.270Z Compiling scrypt v0.11.0
19762026-03-27T19:33:09.285Z Compiling rand_chacha v0.9.0
19772026-03-27T19:33:09.323Z Compiling cbc v0.1.2
19782026-03-27T19:33:09.440Z Compiling aes v0.8.4
19792026-03-27T19:33:09.908Z Compiling usdt-impl v0.5.0
19802026-03-27T19:33:09.925Z Compiling paste v1.0.15
19812026-03-27T19:33:09.943Z Compiling usdt-impl v0.6.0
19822026-03-27T19:33:09.966Z Compiling winnow v0.7.14
19832026-03-27T19:33:10.112Z Compiling ref-cast v1.0.25
19842026-03-27T19:33:10.143Z Compiling pkcs5 v0.7.1
19852026-03-27T19:33:10.176Z Compiling rand v0.9.2
19862026-03-27T19:33:10.386Z Compiling http-body v1.0.1
19872026-03-27T19:33:10.551Z Compiling toml_datetime v0.6.11
19882026-03-27T19:33:10.600Z Compiling serde_spanned v0.6.9
19892026-03-27T19:33:10.712Z Compiling scroll v0.13.0
19902026-03-27T19:33:10.738Z Compiling scroll v0.12.0
19912026-03-27T19:33:10.754Z Compiling heapless v0.7.17
19922026-03-27T19:33:10.803Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-27T19:33:10.819Z Compiling untrusted v0.7.1
19942026-03-27T19:33:10.840Z Compiling zstd-safe v7.2.4
19952026-03-27T19:33:10.961Z Compiling tokio-util v0.7.18
19962026-03-27T19:33:11.032Z Compiling openssl-probe v0.2.1
19972026-03-27T19:33:11.058Z Compiling atomic-waker v1.1.2
19982026-03-27T19:33:11.102Z Compiling signal-hook v0.3.18
19992026-03-27T19:33:11.150Z Compiling goblin v0.8.2
20002026-03-27T19:33:11.226Z Compiling goblin v0.10.5
20012026-03-27T19:33:11.279Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-27T19:33:11.411Z Compiling pkcs8 v0.10.2
20032026-03-27T19:33:11.856Z Compiling zerocopy v0.7.35
20042026-03-27T19:33:11.871Z Compiling ref-cast-impl v1.0.25
20052026-03-27T19:33:11.980Z Compiling curve25519-dalek v4.1.3
20062026-03-27T19:33:12.023Z Compiling darling_core v0.20.11
20072026-03-27T19:33:12.249Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-27T19:33:12.282Z Compiling memoffset v0.9.1
20092026-03-27T19:33:12.304Z Compiling litrs v1.0.0
20102026-03-27T19:33:12.435Z Compiling tinyvec_macros v0.1.1
20112026-03-27T19:33:12.534Z Compiling tower-service v0.3.3
20122026-03-27T19:33:12.642Z Compiling try-lock v0.2.5
20132026-03-27T19:33:12.658Z Compiling tower-layer v0.3.3
20142026-03-27T19:33:12.680Z Compiling winnow v0.5.40
20152026-03-27T19:33:12.695Z Compiling fastrand v2.3.0
20162026-03-27T19:33:13.042Z Compiling rustix v0.38.44
20172026-03-27T19:33:13.057Z Compiling h2 v0.4.13
20182026-03-27T19:33:13.144Z Compiling want v0.3.1
20192026-03-27T19:33:13.160Z Compiling document-features v0.2.12
20202026-03-27T19:33:13.372Z Compiling dof v0.3.0
20212026-03-27T19:33:13.515Z Compiling tinyvec v1.10.0
20222026-03-27T19:33:13.882Z Compiling dof v0.4.0
20232026-03-27T19:33:13.977Z Compiling darling_macro v0.20.11
20242026-03-27T19:33:13.993Z Compiling toml_edit v0.19.15
20252026-03-27T19:33:14.239Z Compiling dtrace-parser v0.2.0
20262026-03-27T19:33:14.303Z Compiling ipnet v2.11.0
20272026-03-27T19:33:14.448Z Compiling dtrace-parser v0.3.0
20282026-03-27T19:33:14.763Z Compiling daft-derive v0.1.5
20292026-03-27T19:33:14.766Z Compiling async-trait v0.1.89
20302026-03-27T19:33:14.878Z Compiling spin v0.9.8
20312026-03-27T19:33:14.905Z Compiling thread-id v5.1.0
20322026-03-27T19:33:14.921Z Compiling thread-id v4.2.2
20332026-03-27T19:33:14.939Z Compiling proc-macro-error-attr v1.0.4
20342026-03-27T19:33:15.052Z Compiling foreign-types-shared v0.1.1
20352026-03-27T19:33:15.067Z Compiling powerfmt v0.2.0
20362026-03-27T19:33:15.106Z Compiling cfg_aliases v0.2.1
20372026-03-27T19:33:15.138Z Compiling smoltcp v0.9.1
20382026-03-27T19:33:15.153Z Compiling pin-utils v0.1.0
20392026-03-27T19:33:15.170Z Compiling httpdate v1.0.3
20402026-03-27T19:33:15.282Z Compiling num-bigint-dig v0.8.6
20412026-03-27T19:33:15.297Z Compiling deranged v0.5.8
20422026-03-27T19:33:15.347Z Compiling tempfile v3.25.0
20432026-03-27T19:33:15.395Z Compiling nix v0.31.1
20442026-03-27T19:33:15.469Z Compiling foreign-types v0.3.2
20452026-03-27T19:33:15.662Z Compiling darling v0.20.11
20462026-03-27T19:33:15.796Z Compiling ipnetwork v0.21.1
20472026-03-27T19:33:16.012Z Compiling hyper v1.8.1
20482026-03-27T19:33:16.282Z Compiling strum_macros v0.26.4
20492026-03-27T19:33:16.298Z Compiling curve25519-dalek-derive v0.1.1
20502026-03-27T19:33:16.370Z Compiling wait-timeout v0.2.1
20512026-03-27T19:33:16.411Z Compiling proc-macro-error v1.0.4
20522026-03-27T19:33:16.769Z Compiling siphasher v1.0.2
20532026-03-27T19:33:16.772Z Compiling simd-adler32 v0.3.8
20542026-03-27T19:33:16.828Z Compiling quick-error v1.2.3
20552026-03-27T19:33:16.922Z Compiling bit-vec v0.8.0
20562026-03-27T19:33:16.956Z Compiling unicode-segmentation v1.12.0
20572026-03-27T19:33:16.973Z Compiling num_threads v0.1.7
20582026-03-27T19:33:17.037Z Compiling utf8parse v0.2.2
20592026-03-27T19:33:17.054Z Compiling anstyle v1.0.13
20602026-03-27T19:33:17.089Z Compiling rusty-fork v0.3.1
20612026-03-27T19:33:17.151Z Compiling anstyle-parse v0.2.7
20622026-03-27T19:33:17.167Z Compiling time v0.3.47
20632026-03-27T19:33:17.170Z Compiling bit-set v0.8.0
20642026-03-27T19:33:17.307Z Compiling hyper-util v0.1.20
20652026-03-27T19:33:17.497Z Compiling crossbeam-epoch v0.9.18
20662026-03-27T19:33:17.824Z Compiling derive_builder_core v0.20.2
20672026-03-27T19:33:18.246Z Compiling unicode-normalization v0.1.25
20682026-03-27T19:33:18.639Z Compiling rustls-native-certs v0.8.3
20692026-03-27T19:33:18.759Z Compiling signature v2.2.0
20702026-03-27T19:33:18.781Z Compiling hubpack_derive v0.1.1
20712026-03-27T19:33:18.900Z Compiling rand_xorshift v0.4.0
20722026-03-27T19:33:18.922Z Compiling strum_macros v0.27.2
20732026-03-27T19:33:18.974Z Compiling sync_wrapper v1.0.2
20742026-03-27T19:33:19.079Z Compiling fs-err v3.3.0
20752026-03-27T19:33:19.114Z Compiling ahash v0.8.12
20762026-03-27T19:33:19.232Z Compiling is_terminal_polyfill v1.70.2
20772026-03-27T19:33:19.247Z Compiling colorchoice v1.0.4
20782026-03-27T19:33:19.293Z Compiling unarray v0.1.4
20792026-03-27T19:33:19.335Z Compiling unicode-properties v0.1.4
20802026-03-27T19:33:19.338Z Compiling anstyle-query v1.1.5
20812026-03-27T19:33:19.414Z Compiling adler2 v2.0.1
20822026-03-27T19:33:19.435Z Compiling unicode-bidi v0.3.18
20832026-03-27T19:33:19.469Z Compiling object v0.37.3
20842026-03-27T19:33:19.562Z Compiling miniz_oxide v0.8.9
20852026-03-27T19:33:19.591Z Compiling anstream v0.6.21
20862026-03-27T19:33:19.759Z Compiling proptest v1.10.0
20872026-03-27T19:33:19.898Z Compiling stringprep v0.1.5
20882026-03-27T19:33:20.032Z Compiling tower v0.5.3
20892026-03-27T19:33:20.104Z Compiling derive_builder_macro v0.20.2
20902026-03-27T19:33:20.273Z Compiling crossbeam-deque v0.8.6
20912026-03-27T19:33:20.413Z Compiling heck v0.4.1
20922026-03-27T19:33:20.486Z Compiling usdt-macro v0.6.0
20932026-03-27T19:33:20.515Z Compiling usdt-attr-macro v0.6.0
20942026-03-27T19:33:20.816Z Compiling http-body-util v0.1.3
20952026-03-27T19:33:20.980Z Compiling webpki-roots v1.0.6
20962026-03-27T19:33:21.177Z Compiling rand_chacha v0.3.1
20972026-03-27T19:33:21.209Z Compiling erased-serde v0.3.31
20982026-03-27T19:33:21.231Z Compiling md-5 v0.10.6
20992026-03-27T19:33:21.288Z Compiling num-integer v0.1.46
21002026-03-27T19:33:21.378Z Compiling hash32 v0.2.1
21012026-03-27T19:33:21.444Z Compiling vergen-lib v0.1.6
21022026-03-27T19:33:21.476Z Compiling ff v0.13.1
21032026-03-27T19:33:21.509Z Compiling base16ct v0.2.0
21042026-03-27T19:33:21.536Z Compiling ryu v1.0.23
21052026-03-27T19:33:21.591Z Compiling psl-types v2.0.11
21062026-03-27T19:33:21.613Z Compiling iri-string v0.7.10
21072026-03-27T19:33:21.634Z Compiling fallible-iterator v0.2.0
21082026-03-27T19:33:21.690Z Compiling zlib-rs v0.6.2
21092026-03-27T19:33:21.706Z Compiling publicsuffix v2.3.0
21102026-03-27T19:33:21.731Z Compiling newtype-uuid v1.3.2
21112026-03-27T19:33:21.748Z Compiling serde_urlencoded v0.7.1
21122026-03-27T19:33:21.851Z Compiling sec1 v0.7.3
21132026-03-27T19:33:21.864Z Compiling group v0.13.0
21142026-03-27T19:33:21.896Z Compiling num-iter v0.1.45
21152026-03-27T19:33:21.964Z Compiling postgres-protocol v0.6.10
21162026-03-27T19:33:22.075Z Compiling rand v0.8.5
21172026-03-27T19:33:22.373Z Compiling oxnet v0.1.4
21182026-03-27T19:33:22.442Z Compiling zone_cfg_derive v0.3.1
21192026-03-27T19:33:22.500Z Compiling derive_builder v0.20.2
21202026-03-27T19:33:22.626Z Compiling tokio-native-tls v0.3.1
21212026-03-27T19:33:22.642Z Compiling phf_shared v0.13.1
21222026-03-27T19:33:22.728Z Compiling lazy_static v1.5.0
21232026-03-27T19:33:22.746Z Compiling tower-http v0.6.8
21242026-03-27T19:33:22.796Z Compiling terminal_size v0.4.3
21252026-03-27T19:33:22.847Z Compiling serde_with_macros v3.17.0
21262026-03-27T19:33:22.851Z Compiling cargo-platform v0.1.9
21272026-03-27T19:33:22.894Z Compiling hkdf v0.12.4
21282026-03-27T19:33:22.939Z Compiling crypto-bigint v0.5.5
21292026-03-27T19:33:22.979Z Compiling serde_repr v0.1.20
21302026-03-27T19:33:22.983Z Compiling clap_derive v4.5.55
21312026-03-27T19:33:23.050Z Compiling enum-as-inner v0.6.1
21322026-03-27T19:33:23.068Z Compiling vergen v9.0.6
21332026-03-27T19:33:23.099Z Compiling managed v0.8.0
21342026-03-27T19:33:23.117Z Compiling unicode-width v0.2.0
21352026-03-27T19:33:23.272Z Compiling bitflags v1.3.2
21362026-03-27T19:33:23.288Z Compiling bumpalo v3.20.2
21372026-03-27T19:33:23.291Z Compiling clap_lex v1.0.0
21382026-03-27T19:33:23.408Z Compiling libbz2-rs-sys v0.2.2
21392026-03-27T19:33:23.521Z Compiling foldhash v0.1.5
21402026-03-27T19:33:23.556Z Compiling zopfli v0.8.3
21412026-03-27T19:33:23.587Z Compiling clap_builder v4.5.60
21422026-03-27T19:33:23.700Z Compiling hashbrown v0.15.5
21432026-03-27T19:33:23.847Z Compiling flate2 v1.1.9
21442026-03-27T19:33:23.883Z Compiling elliptic-curve v0.13.8
21452026-03-27T19:33:23.975Z Compiling bzip2 v0.6.1
21462026-03-27T19:33:23.991Z Compiling console v0.16.2
21472026-03-27T19:33:24.071Z Compiling cargo_metadata v0.19.2
21482026-03-27T19:33:24.286Z Compiling phf v0.13.1
21492026-03-27T19:33:24.352Z Compiling hyper-tls v0.6.0
21502026-03-27T19:33:24.392Z Compiling zstd v0.13.3
21512026-03-27T19:33:24.464Z Compiling daft v0.1.5
21522026-03-27T19:33:24.497Z Compiling signal-hook-mio v0.2.5
21532026-03-27T19:33:24.593Z Compiling rayon v1.11.0
21542026-03-27T19:33:24.609Z Compiling cookie_store v0.22.1
21552026-03-27T19:33:24.630Z Compiling postgres-types v0.2.12
21562026-03-27T19:33:24.655Z Compiling bzip2 v0.4.4
21572026-03-27T19:33:24.750Z Compiling strum v0.27.2
21582026-03-27T19:33:24.957Z Compiling hubpack v0.1.2
21592026-03-27T19:33:25.043Z Compiling ed25519 v2.2.3
21602026-03-27T19:33:25.097Z Compiling phf_shared v0.11.3
21612026-03-27T19:33:25.227Z Compiling pkcs1 v0.7.5
21622026-03-27T19:33:25.290Z Compiling serde-big-array v0.5.1
21632026-03-27T19:33:25.323Z Compiling hex v0.4.3
21642026-03-27T19:33:25.471Z Compiling bstr v1.12.1
21652026-03-27T19:33:25.610Z Compiling rfc6979 v0.4.0
21662026-03-27T19:33:25.682Z Compiling itertools v0.12.1
21672026-03-27T19:33:25.703Z Compiling float-cmp v0.10.0
21682026-03-27T19:33:25.718Z Compiling memmap2 v0.9.10
21692026-03-27T19:33:25.744Z Compiling env_filter v1.0.0
21702026-03-27T19:33:25.792Z Compiling encoding_rs v0.8.35
21712026-03-27T19:33:25.839Z Compiling whoami v2.1.0
21722026-03-27T19:33:25.871Z Compiling precomputed-hash v0.1.1
21732026-03-27T19:33:25.902Z Compiling difflib v0.4.0
21742026-03-27T19:33:25.919Z Compiling data-encoding v2.10.0
21752026-03-27T19:33:25.939Z Compiling jiff v0.2.21
21762026-03-27T19:33:26.082Z Compiling predicates-core v1.0.10
21772026-03-27T19:33:26.193Z Compiling static_assertions v1.1.0
21782026-03-27T19:33:26.209Z Compiling toml_write v0.1.2
21792026-03-27T19:33:26.271Z Compiling keccak v0.1.6
21802026-03-27T19:33:26.286Z Compiling rustc-hash v2.1.1
21812026-03-27T19:33:26.399Z Compiling normalize-line-endings v0.3.0
21822026-03-27T19:33:26.428Z Compiling unit-prefix v0.5.2
21832026-03-27T19:33:26.431Z Compiling new_debug_unreachable v1.0.6
21842026-03-27T19:33:26.488Z Compiling fixedbitset v0.5.7
21852026-03-27T19:33:26.504Z Compiling mime v0.3.17
21862026-03-27T19:33:26.535Z Compiling fixedbitset v0.4.2
21872026-03-27T19:33:26.566Z Compiling indicatif v0.18.4
21882026-03-27T19:33:26.583Z Compiling string_cache v0.8.9
21892026-03-27T19:33:26.600Z Compiling predicates v3.1.4
21902026-03-27T19:33:26.756Z Compiling petgraph v0.8.3
21912026-03-27T19:33:26.788Z Compiling petgraph v0.6.5
21922026-03-27T19:33:26.791Z Compiling sha3 v0.10.8
21932026-03-27T19:33:26.823Z Compiling zone v0.3.1
21942026-03-27T19:33:26.936Z Compiling iddqd v0.3.17
21952026-03-27T19:33:27.092Z Compiling toml_edit v0.22.27
21962026-03-27T19:33:27.174Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-27T19:33:27.200Z Compiling hickory-proto v0.25.2
21982026-03-27T19:33:27.452Z Compiling tokio-postgres v0.7.16
21992026-03-27T19:33:27.455Z Compiling env_logger v0.11.9
22002026-03-27T19:33:27.804Z Compiling similar v2.7.0
22012026-03-27T19:33:28.044Z Compiling usdt v0.6.0
22022026-03-27T19:33:28.310Z Compiling ecdsa v0.16.9
22032026-03-27T19:33:28.660Z Compiling zip v4.6.1
22042026-03-27T19:33:28.733Z Compiling serde_with v3.17.0
22052026-03-27T19:33:28.821Z Compiling rsa v0.9.10
22062026-03-27T19:33:29.490Z Compiling ed25519-dalek v2.2.0
22072026-03-27T19:33:29.654Z Compiling clap v4.5.60
22082026-03-27T19:33:29.687Z Compiling crossterm v0.28.1
22092026-03-27T19:33:29.967Z Compiling zip v0.6.6
22102026-03-27T19:33:29.993Z Compiling strum v0.26.3
22112026-03-27T19:33:30.146Z Compiling toml v0.7.8
22122026-03-27T19:33:30.161Z Compiling tokio-stream v0.1.18
22132026-03-27T19:33:30.234Z Compiling buf-list v1.1.2
22142026-03-27T19:33:30.533Z Compiling x509-cert v0.2.5
22152026-03-27T19:33:30.576Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-27T19:33:30.697Z Compiling openapiv3 v2.2.0
22172026-03-27T19:33:30.871Z Compiling sha1 v0.10.6
22182026-03-27T19:33:31.044Z Compiling itertools v0.13.0
22192026-03-27T19:33:31.118Z Compiling lalrpop-util v0.19.12
22202026-03-27T19:33:31.408Z Compiling peg-runtime v0.8.5
22212026-03-27T19:33:49.025Z Compiling macaddr v1.0.1
22222026-03-27T19:33:49.106Z Compiling structmeta-derive v0.3.0
22232026-03-27T19:33:49.190Z Compiling crucible-workspace-hack v0.1.0
22242026-03-27T19:33:49.324Z Compiling secrecy v0.10.3
22252026-03-27T19:33:49.340Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-03-27T19:33:49.421Z Compiling itertools v0.14.0
22272026-03-27T19:33:49.514Z Compiling heapless v0.8.0
22282026-03-27T19:33:49.540Z Compiling rustls v0.22.4
22292026-03-27T19:33:49.767Z Compiling rustls-webpki v0.103.9
22302026-03-27T19:33:49.786Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-03-27T19:33:49.991Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-03-27T19:33:50.006Z Compiling rustls-webpki v0.102.8
22332026-03-27T19:33:50.024Z Compiling futures-executor v0.3.32
22342026-03-27T19:33:50.045Z Compiling hash32 v0.3.1
22352026-03-27T19:33:50.105Z Compiling multer v3.1.0
22362026-03-27T19:33:50.125Z Compiling structmeta v0.3.0
22372026-03-27T19:33:50.233Z Compiling thread_local v1.1.9
22382026-03-27T19:33:50.348Z Compiling slog-async v2.8.0
22392026-03-27T19:33:50.363Z Compiling smoltcp v0.11.0
22402026-03-27T19:33:50.451Z Compiling match_cfg v0.1.0
22412026-03-27T19:33:50.511Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-03-27T19:33:50.541Z Compiling proc-macro-crate v3.4.0
22432026-03-27T19:33:50.562Z Compiling hostname v0.3.1
22442026-03-27T19:33:50.670Z Compiling ingot-macros v0.1.1
22452026-03-27T19:33:50.686Z Compiling derive-ex v0.1.8
22462026-03-27T19:33:50.745Z Compiling futures v0.3.32
22472026-03-27T19:33:50.794Z Compiling slog-json v2.6.1
22482026-03-27T19:33:50.846Z Compiling crossbeam-channel v0.5.15
22492026-03-27T19:33:50.867Z Compiling half v2.7.1
22502026-03-27T19:33:50.922Z Compiling newtype-uuid-macros v0.1.0
22512026-03-27T19:33:51.008Z Compiling cobs v0.3.0
22522026-03-27T19:33:51.061Z Compiling universal-hash v0.5.1
22532026-03-27T19:33:51.226Z Compiling thiserror-impl-no-std v2.0.2
22542026-03-27T19:33:51.257Z Compiling async-stream-impl v0.3.6
22552026-03-27T19:33:51.309Z Compiling serde_spanned v1.0.4
22562026-03-27T19:33:51.326Z Compiling is-terminal v0.4.17
22572026-03-27T19:33:51.455Z Compiling dropshot v0.16.7
22582026-03-27T19:33:51.498Z Compiling toml_writer v1.0.6+spec-1.1.0
22592026-03-27T19:33:51.542Z Compiling take_mut v0.2.2
22602026-03-27T19:33:51.650Z Compiling convert_case v0.4.0
22612026-03-27T19:33:51.675Z Compiling opaque-debug v0.3.1
22622026-03-27T19:33:51.767Z Compiling term v1.2.1
22632026-03-27T19:33:51.783Z Compiling ciborium-io v0.2.2
22642026-03-27T19:33:51.851Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-03-27T19:33:51.868Z Compiling async-stream v0.3.6
22662026-03-27T19:33:51.868Z Compiling ciborium-ll v0.2.2
22672026-03-27T19:33:51.901Z Compiling poly1305 v0.8.0
22682026-03-27T19:33:51.987Z Compiling derive_more v0.99.20
22692026-03-27T19:33:52.089Z Compiling slog-term v2.9.2
22702026-03-27T19:33:52.105Z Compiling toml v0.9.12+spec-1.1.0
22712026-03-27T19:33:52.242Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-03-27T19:33:52.259Z Compiling test-strategy v0.4.5
22732026-03-27T19:33:52.303Z Compiling thiserror-no-std v2.0.2
22742026-03-27T19:33:52.581Z Compiling postcard v1.1.3
22752026-03-27T19:33:53.001Z Compiling tokio-rustls v0.25.0
22762026-03-27T19:33:53.289Z Compiling num_enum_derive v0.7.5
22772026-03-27T19:33:53.304Z Compiling ingot-types v0.1.2
22782026-03-27T19:33:53.371Z Compiling tokio-rustls v0.26.4
22792026-03-27T19:33:53.565Z Compiling rustls-platform-verifier v0.6.2
22802026-03-27T19:33:53.589Z Compiling slog-bunyan v2.5.0
22812026-03-27T19:33:53.659Z Compiling hyper-rustls v0.27.7
22822026-03-27T19:33:53.707Z Compiling ingot v0.1.1
22832026-03-27T19:33:53.737Z Compiling parse-display-derive v0.10.0
22842026-03-27T19:33:53.784Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22852026-03-27T19:33:53.800Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22862026-03-27T19:33:53.804Z Compiling proc-macro-crate v1.3.1
22872026-03-27T19:33:54.004Z Compiling reqwest v0.12.28
22882026-03-27T19:33:54.070Z Compiling reqwest v0.13.2
22892026-03-27T19:33:54.086Z Compiling backon v1.6.0
22902026-03-27T19:33:54.173Z Compiling waitgroup v0.1.2
22912026-03-27T19:33:54.190Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22922026-03-27T19:33:54.241Z Compiling password-hash v0.5.0
22932026-03-27T19:33:54.355Z Compiling dropshot_endpoint v0.16.7
22942026-03-27T19:33:54.370Z Compiling chacha20 v0.9.1
22952026-03-27T19:33:54.642Z Compiling rustls-pemfile v2.2.0
22962026-03-27T19:33:54.786Z Compiling blake2 v0.10.6
22972026-03-27T19:33:54.947Z Compiling aead v0.5.2
22982026-03-27T19:33:55.040Z Compiling foreign-types-macros v0.2.3
22992026-03-27T19:33:55.158Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23002026-03-27T19:33:55.183Z Compiling serde_path_to_error v0.1.20
23012026-03-27T19:33:55.207Z Compiling hostname v0.4.2
23022026-03-27T19:33:55.307Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23032026-03-27T19:33:55.322Z Compiling instant v0.1.13
23042026-03-27T19:33:55.373Z Compiling debug-ignore v1.0.5
23052026-03-27T19:33:55.392Z Compiling typeid v1.0.3
23062026-03-27T19:33:55.459Z Compiling foreign-types-shared v0.3.1
23072026-03-27T19:33:55.509Z Compiling cpufeatures v0.3.0
23082026-03-27T19:33:55.569Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23092026-03-27T19:33:55.586Z Compiling chacha20 v0.10.0
23102026-03-27T19:33:55.586Z Compiling backoff v0.4.0
23112026-03-27T19:33:55.618Z Compiling parse-display v0.10.0
23122026-03-27T19:33:55.641Z Compiling foreign-types v0.5.0
23132026-03-27T19:33:55.662Z Compiling chacha20poly1305 v0.10.1
23142026-03-27T19:33:55.747Z Compiling argon2 v0.5.3
23152026-03-27T19:33:55.761Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-27T19:33:55.833Z Compiling num_enum v0.7.5
23172026-03-27T19:33:55.836Z Compiling num_enum_derive v0.5.11
23182026-03-27T19:33:55.865Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-03-27T19:33:55.919Z Compiling vsss-rs v3.3.4
23202026-03-27T19:33:55.990Z Compiling ciborium v0.2.2
23212026-03-27T19:33:56.239Z Compiling toml v0.8.23
23222026-03-27T19:33:56.303Z Compiling tabwriter v1.4.1
23232026-03-27T19:33:56.535Z Compiling byte-wrapper v0.1.0
23242026-03-27T19:33:56.693Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-03-27T19:33:56.764Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-03-27T19:33:56.802Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-27T19:33:56.867Z Compiling regress v0.10.5
23282026-03-27T19:33:57.231Z Compiling cstr-argument v0.1.2
23292026-03-27T19:33:57.271Z Compiling erased-serde v0.4.9
23302026-03-27T19:33:57.295Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-03-27T19:33:57.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-03-27T19:33:57.430Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-27T19:33:57.448Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23342026-03-27T19:33:57.466Z Compiling num_enum v0.5.11
23352026-03-27T19:33:57.469Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-27T19:33:57.537Z Compiling rand v0.10.0
23372026-03-27T19:33:57.614Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-03-27T19:33:57.629Z Compiling indent_write v2.2.0
23392026-03-27T19:33:57.733Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23402026-03-27T19:33:57.736Z Compiling libefi-sys v0.1.0
23412026-03-27T19:33:57.793Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23422026-03-27T19:33:57.812Z Compiling colored v3.1.1
23432026-03-27T19:33:57.815Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-03-27T19:33:57.907Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-03-27T19:33:57.974Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-03-27T19:33:57.994Z Compiling camino-tempfile v1.4.1
23472026-03-27T19:33:58.222Z Compiling usdt-macro v0.5.0
23482026-03-27T19:33:58.246Z Compiling usdt-attr-macro v0.5.0
23492026-03-27T19:33:58.336Z Compiling num-derive v0.4.2
23502026-03-27T19:33:58.410Z Compiling bitfield-struct v0.6.2
23512026-03-27T19:33:58.455Z Compiling blake3 v1.8.3
23522026-03-27T19:33:58.472Z Compiling ordered-float v2.10.1
23532026-03-27T19:33:58.493Z Compiling sigpipe v0.1.3
23542026-03-27T19:33:58.610Z Compiling memmap v0.7.0
23552026-03-27T19:33:58.668Z Compiling swrite v0.1.0
23562026-03-27T19:33:58.766Z Compiling glob v0.3.3
23572026-03-27T19:33:58.805Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-03-27T19:33:58.869Z Compiling serde-value v0.7.0
23592026-03-27T19:33:58.928Z Compiling serde-untagged v0.1.9
23602026-03-27T19:33:59.004Z Compiling usdt v0.5.0
23612026-03-27T19:33:59.041Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-03-27T19:33:59.063Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23632026-03-27T19:33:59.226Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-27T19:33:59.306Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23652026-03-27T19:33:59.372Z Compiling smf v0.2.3
23662026-03-27T19:33:59.568Z Compiling filetime v0.2.27
23672026-03-27T19:33:59.602Z Compiling arrayref v0.3.9
23682026-03-27T19:33:59.649Z Compiling unicode-xid v0.2.6
23692026-03-27T19:33:59.698Z Compiling arrayvec v0.7.6
23702026-03-27T19:33:59.713Z Compiling constant_time_eq v0.4.2
23712026-03-27T19:33:59.733Z Compiling xattr v1.6.1
23722026-03-27T19:33:59.798Z Compiling whoami v1.6.1
23732026-03-27T19:33:59.827Z Compiling same-file v1.0.6
23742026-03-27T19:33:59.830Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-03-27T19:33:59.925Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-03-27T19:33:59.942Z Compiling tar v0.4.45
23772026-03-27T19:33:59.976Z Compiling walkdir v2.5.0
23782026-03-27T19:33:59.979Z Compiling cargo-util-schemas v0.8.2
23792026-03-27T19:33:59.979Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-03-27T19:34:00.025Z Compiling tokio-dtrace v0.1.1
23812026-03-27T19:34:00.247Z Compiling gethostname v0.5.0
23822026-03-27T19:34:00.269Z Compiling cargo-platform v0.2.0
23832026-03-27T19:34:00.366Z Compiling topological-sort v0.2.2
23842026-03-27T19:34:00.403Z Compiling oxide-tokio-rt v0.1.3
23852026-03-27T19:34:00.564Z Compiling shell-words v1.1.1
23862026-03-27T19:34:00.580Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-03-27T19:34:01.328Z Compiling cargo_metadata v0.21.0
23882026-03-27T19:34:09.794Z Compiling progenitor-client v0.10.0
23892026-03-27T19:34:09.794Z Compiling omicron-zone-package v0.12.2
23902026-03-27T19:34:09.830Z Compiling progenitor-client v0.13.0
23912026-03-27T19:34:09.909Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-03-27T19:34:09.909Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-03-27T19:34:09.943Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-03-27T19:34:09.987Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-03-27T19:34:10.230Z Compiling progenitor-extras v0.1.1
23962026-03-27T19:34:10.283Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-03-27T19:34:10.318Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-27T19:34:10.336Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-03-27T19:34:10.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-03-27T19:34:10.496Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012026-03-27T19:34:15.554Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-03-27T19:34:22.227Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-03-27T19:34:25.524Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-03-27T19:34:26.511Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-03-27T19:34:34.836Z Finished `release` profile [optimized] target(s) in 1m 37s
24062026-03-27T19:34:34.987Z Running `target/release/omicron-package -t test target create -p dev`
24072026-03-27T19:34:35.052ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-03-27T19:34:35.055ZCreated new build target 'test' and set it as active
24092026-03-27T19:34:35.057Z
24102026-03-27T19:34:35.057Zreal 1:38.116912238
24112026-03-27T19:34:35.057Zuser 16:29.239393408
24122026-03-27T19:34:35.058Zsys 2:32.746057892
24132026-03-27T19:34:35.058Ztrap 0.470903070
24142026-03-27T19:34:35.058Ztflt 3.074581222
24152026-03-27T19:34:35.058Zdflt 3.504463011
24162026-03-27T19:34:35.058Zkflt 0.006789994
24172026-03-27T19:34:35.058Zlock 51:31.445297289
24182026-03-27T19:34:35.058Zslp 41:44.146403881
24192026-03-27T19:34:35.058Zlat 44.242504085
24202026-03-27T19:34:35.058Zstop 5:28.270750139
24212026-03-27T19:34:35.058Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-03-27T19:34:35.931Z Finished `release` profile [optimized] target(s) in 0.86s
24232026-03-27T19:34:36.002Z Running `target/release/omicron-package -t test package`
24242026-03-27T19:34:36.061ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-03-27T19:34:37.469Z Compiling regress v0.10.5
24262026-03-27T19:34:37.469Z Compiling heck v0.5.0
24272026-03-27T19:34:37.470Z Compiling unsafe-libyaml v0.2.11
24282026-03-27T19:34:37.714Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-03-27T19:34:37.741Z Compiling prettyplease v0.2.37
24302026-03-27T19:34:37.763Z Compiling unicode-width v0.1.14
24312026-03-27T19:34:37.783Z Compiling is-terminal v0.4.17
24322026-03-27T19:34:37.787Z Compiling serde_spanned v1.0.4
24332026-03-27T19:34:37.787Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-03-27T19:34:37.840Z Compiling typify-impl v0.6.1
24352026-03-27T19:34:37.843Z Compiling bytecount v0.6.9
24362026-03-27T19:34:37.843Z Compiling rustls v0.22.4
24372026-03-27T19:34:37.843Z Compiling rustls-webpki v0.102.8
24382026-03-27T19:34:37.861Z Compiling derive-where v1.6.0
24392026-03-27T19:34:37.900Z Compiling thread_local v1.1.9
24402026-03-27T19:34:37.902Z Compiling match_cfg v0.1.0
24412026-03-27T19:34:37.962Z Compiling multer v3.1.0
24422026-03-27T19:34:37.982Z Compiling slog-async v2.8.0
24432026-03-27T19:34:38.002Z Compiling toml v0.9.12+spec-1.1.0
24442026-03-27T19:34:38.066Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-03-27T19:34:38.069Z Compiling hostname v0.3.1
24462026-03-27T19:34:38.069Z Compiling slog-json v2.6.1
24472026-03-27T19:34:38.069Z Compiling crossbeam-channel v0.5.15
24482026-03-27T19:34:38.086Z Compiling futures-executor v0.3.32
24492026-03-27T19:34:38.129Z Compiling term v1.2.1
24502026-03-27T19:34:38.213Z Compiling serde_yaml v0.9.34+deprecated
24512026-03-27T19:34:38.238Z Compiling take_mut v0.2.2
24522026-03-27T19:34:38.355Z Compiling futures v0.3.32
24532026-03-27T19:34:38.378Z Compiling slog-bunyan v2.5.0
24542026-03-27T19:34:38.404Z Compiling async-stream v0.3.6
24552026-03-27T19:34:38.469Z Compiling slog-term v2.9.2
24562026-03-27T19:34:38.567Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-03-27T19:34:38.589Z Compiling dropshot v0.16.7
24582026-03-27T19:34:38.608Z Compiling progenitor-client v0.13.0
24592026-03-27T19:34:38.656Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-03-27T19:34:38.679Z Compiling waitgroup v0.1.2
24612026-03-27T19:34:38.701Z Compiling backon v1.6.0
24622026-03-27T19:34:38.723Z Compiling rustls-pemfile v2.2.0
24632026-03-27T19:34:38.837Z Compiling hostname v0.4.2
24642026-03-27T19:34:38.858Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-03-27T19:34:38.928Z Compiling serde_path_to_error v0.1.20
24662026-03-27T19:34:38.949Z Compiling instant v0.1.13
24672026-03-27T19:34:38.952Z Compiling debug-ignore v1.0.5
24682026-03-27T19:34:38.991Z Compiling progenitor-extras v0.1.1
24692026-03-27T19:34:38.991Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24702026-03-27T19:34:39.034Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-03-27T19:34:39.058Z Compiling backoff v0.4.0
24722026-03-27T19:34:39.084Z Compiling parse-display v0.10.0
24732026-03-27T19:34:39.107Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-03-27T19:34:39.110Z Compiling progenitor-client v0.10.0
24752026-03-27T19:34:39.203Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24762026-03-27T19:34:39.271Z Compiling macaddr v1.0.1
24772026-03-27T19:34:39.293Z Compiling console v0.15.11
24782026-03-27T19:34:39.313Z Compiling newline-converter v0.3.0
24792026-03-27T19:34:39.316Z Compiling atomicwrites v0.4.4
24802026-03-27T19:34:39.373Z Compiling num-rational v0.4.2
24812026-03-27T19:34:39.484Z Compiling num-complex v0.4.6
24822026-03-27T19:34:39.529Z Compiling slog-dtrace v0.3.0
24832026-03-27T19:34:39.553Z Compiling async-recursion v1.1.1
24842026-03-27T19:34:39.651Z Compiling owo-colors v4.3.0
24852026-03-27T19:34:39.672Z Compiling expectorate v1.2.0
24862026-03-27T19:34:39.695Z Compiling float-ord v0.3.2
24872026-03-27T19:34:39.814Z Compiling cancel-safe-futures v0.1.5
24882026-03-27T19:34:39.906Z Compiling num v0.4.3
24892026-03-27T19:34:39.986Z Compiling libsw-core v0.3.2
24902026-03-27T19:34:39.989Z Compiling resolv-conf v0.7.6
24912026-03-27T19:34:40.029Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-03-27T19:34:40.032Z Compiling toml v0.8.23
24932026-03-27T19:34:40.094Z Compiling linear-map v1.2.0
24942026-03-27T19:34:40.139Z Compiling tokio-rustls v0.25.0
24952026-03-27T19:34:40.212Z Compiling libsw v3.5.0
24962026-03-27T19:34:40.261Z Compiling minimal-lexical v0.2.1
24972026-03-27T19:34:40.341Z Compiling linked-hash-map v0.5.6
24982026-03-27T19:34:40.426Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-03-27T19:34:40.535Z Compiling lru-cache v0.1.2
25002026-03-27T19:34:40.558Z Compiling nom v7.1.3
25012026-03-27T19:34:40.582Z Compiling unicode-xid v0.2.6
25022026-03-27T19:34:40.585Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-03-27T19:34:40.622Z Compiling globset v0.4.18
25042026-03-27T19:34:40.658Z Compiling hickory-proto v0.24.4
25052026-03-27T19:34:40.679Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25062026-03-27T19:34:40.704Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-27T19:34:40.735Z Compiling convert_case v0.10.0
25082026-03-27T19:34:41.027Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25092026-03-27T19:34:41.136Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-03-27T19:34:41.177Z Compiling derive_more-impl v2.1.1
25112026-03-27T19:34:41.983Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-27T19:34:42.013Z Compiling pin-project-internal v1.1.11
25132026-03-27T19:34:42.041Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-27T19:34:42.181Z Compiling derive_more v2.1.1
25152026-03-27T19:34:42.293Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-27T19:34:42.315Z Compiling pem v3.0.6
25172026-03-27T19:34:42.454Z Compiling snafu-derive v0.8.9
25182026-03-27T19:34:42.604Z Compiling typify-macro v0.6.1
25192026-03-27T19:34:43.032Z Compiling pin-project v1.1.11
25202026-03-27T19:34:43.054Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-03-27T19:34:43.168Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222026-03-27T19:34:43.270Z Compiling hickory-resolver v0.24.4
25232026-03-27T19:34:43.352Z Compiling termtree v0.5.1
25242026-03-27T19:34:43.548Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-03-27T19:34:43.570Z Compiling crossterm v0.29.0
25262026-03-27T19:34:44.121Z Compiling snafu v0.8.9
25272026-03-27T19:34:44.157Z Compiling typify v0.6.1
25282026-03-27T19:34:44.297Z Compiling progenitor-impl v0.13.0
25292026-03-27T19:34:44.461Z Compiling qorb v0.4.1
25302026-03-27T19:34:44.722Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25312026-03-27T19:34:44.892Z Compiling olpc-cjson v0.1.4
25322026-03-27T19:34:45.135Z Compiling phf_shared v0.12.1
25332026-03-27T19:34:45.383Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-03-27T19:34:45.889Z Compiling serde_plain v1.0.2
25352026-03-27T19:34:46.212Z Compiling vte v0.14.1
25362026-03-27T19:34:46.427Z Compiling progenitor-macro v0.13.0
25372026-03-27T19:34:46.482Z Compiling csv-core v0.1.13
25382026-03-27T19:34:46.505Z Compiling highway v1.3.0
25392026-03-27T19:34:46.528Z Compiling chrono-tz v0.10.4
25402026-03-27T19:34:46.666Z Compiling typed-path v0.9.3
25412026-03-27T19:34:46.784Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-03-27T19:34:46.929Z Compiling csv v1.4.0
25432026-03-27T19:34:47.242Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-03-27T19:34:47.724Z Compiling strip-ansi-escapes v0.2.1
25452026-03-27T19:34:47.899Z Compiling tough v0.20.0
25462026-03-27T19:34:48.793Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-03-27T19:34:49.035Z Compiling phf v0.12.1
25482026-03-27T19:34:49.180Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492026-03-27T19:34:49.239Z Compiling const_format_proc_macros v0.2.34
25502026-03-27T19:34:49.539Z Compiling papergrid v0.11.0
25512026-03-27T19:34:49.670Z Compiling fd-lock v4.0.4
25522026-03-27T19:34:49.702Z Compiling peg-macros v0.8.5
25532026-03-27T19:34:49.815Z Compiling tabled_derive v0.7.0
25542026-03-27T19:34:49.845Z Compiling nu-ansi-term v0.50.3
25552026-03-27T19:34:50.406Z Compiling reedline v0.40.0
25562026-03-27T19:34:50.450Z Compiling progenitor v0.13.0
25572026-03-27T19:34:50.720Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25582026-03-27T19:34:50.968Z Compiling peg v0.8.5
25592026-03-27T19:34:51.088Z Compiling tabled v0.15.0
25602026-03-27T19:34:51.333Z Compiling const_format v0.2.35
25612026-03-27T19:34:51.832Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-03-27T19:34:51.922Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25632026-03-27T19:34:52.151Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-03-27T19:34:52.722Z Compiling bcs v0.1.6
25652026-03-27T19:34:53.151Z Compiling semver v0.1.20
25662026-03-27T19:34:53.235Z Compiling base64 v0.21.7
25672026-03-27T19:34:53.435Z Compiling rustc_version v0.1.7
25682026-03-27T19:34:53.679Z Compiling newtype_derive v0.1.6
25692026-03-27T19:34:53.786Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25702026-03-27T19:34:53.906Z Compiling humantime v2.3.0
25712026-03-27T19:34:54.034Z Compiling smawk v0.3.2
25722026-03-27T19:34:54.227Z Compiling unicode-linebreak v0.1.5
25732026-03-27T19:34:54.436Z Compiling dropshot-api-manager-types v0.6.0
25742026-03-27T19:34:54.544Z Compiling textwrap v0.16.2
25752026-03-27T19:34:54.662Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-03-27T19:34:54.787Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-03-27T19:34:54.961Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-03-27T19:34:55.153Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25792026-03-27T19:34:55.221Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-03-27T19:34:55.431Z Compiling steno v0.4.1
25812026-03-27T19:34:56.195Z Compiling utf-8 v0.7.6
25822026-03-27T19:34:56.430Z Compiling tagptr v0.2.0
25832026-03-27T19:34:56.452Z Compiling tungstenite v0.21.0
25842026-03-27T19:34:56.476Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25852026-03-27T19:34:56.628Z Compiling moka v0.12.13
25862026-03-27T19:34:56.650Z Compiling radium v0.7.0
25872026-03-27T19:34:56.968Z Compiling typify-impl v0.4.3
25882026-03-27T19:34:57.386Z Compiling tokio-tungstenite v0.21.0
25892026-03-27T19:34:57.765Z Compiling hickory-resolver v0.25.2
25902026-03-27T19:34:57.891Z Compiling maybe-uninit v2.0.0
25912026-03-27T19:34:58.182Z Compiling tap v1.0.1
25922026-03-27T19:34:58.330Z Compiling wyz v0.5.1
25932026-03-27T19:34:58.643Z Compiling zerocopy-derive v0.6.6
25942026-03-27T19:34:58.860Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-03-27T19:34:58.965Z Compiling display-error-chain v0.2.2
25962026-03-27T19:34:59.139Z Compiling funty v2.0.0
25972026-03-27T19:34:59.408Z Compiling packed_struct v0.10.1
25982026-03-27T19:34:59.433Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-03-27T19:34:59.701Z Compiling crc-catalog v2.4.0
26002026-03-27T19:34:59.829Z Compiling crc v3.4.0
26012026-03-27T19:35:00.094Z Compiling bitvec v1.0.1
26022026-03-27T19:35:00.125Z Compiling zerocopy v0.6.6
26032026-03-27T19:35:00.360Z Compiling typify-macro v0.4.3
26042026-03-27T19:35:00.611Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26052026-03-27T19:35:00.874Z Compiling packed_struct_codegen v0.10.1
26062026-03-27T19:35:01.049Z Compiling bitfield-macros v0.19.4
26072026-03-27T19:35:01.336Z Compiling indexmap v1.9.3
26082026-03-27T19:35:01.590Z Compiling nodrop v0.1.14
26092026-03-27T19:35:01.726Z Compiling array-init v0.0.4
26102026-03-27T19:35:01.832Z Compiling bitfield v0.19.4
26112026-03-27T19:35:01.927Z Compiling smallvec v0.6.14
26122026-03-27T19:35:01.958Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26132026-03-27T19:35:02.125Z Compiling num-derive v0.3.3
26142026-03-27T19:35:02.151Z Compiling proc-macro-error-attr2 v2.0.0
26152026-03-27T19:35:02.194Z Compiling hashbrown v0.12.3
26162026-03-27T19:35:02.554Z Compiling proc-macro-error2 v2.0.1
26172026-03-27T19:35:02.828Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26182026-03-27T19:35:02.995Z Compiling libscf-sys v1.1.0
26192026-03-27T19:35:03.171Z Compiling serde-hex v0.1.0
26202026-03-27T19:35:03.390Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-03-27T19:35:03.390Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-03-27T19:35:03.652Z Compiling ron v0.8.1
26232026-03-27T19:35:03.764Z Compiling hashbrown v0.13.2
26242026-03-27T19:35:04.098Z Compiling vergen-gitcl v1.0.8
26252026-03-27T19:35:04.211Z Compiling dirs-sys-next v0.1.2
26262026-03-27T19:35:04.232Z Compiling maplit v1.0.2
26272026-03-27T19:35:04.326Z Compiling crc-any v2.5.0
26282026-03-27T19:35:04.354Z Compiling glob v0.3.3
26292026-03-27T19:35:04.387Z Compiling diesel_derives v2.3.7
26302026-03-27T19:35:04.481Z Compiling crunchy v0.2.4
26312026-03-27T19:35:04.539Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-03-27T19:35:04.644Z Compiling dirs-next v2.0.0
26332026-03-27T19:35:04.718Z Compiling clang-sys v1.8.1
26342026-03-27T19:35:04.778Z Compiling object v0.30.4
26352026-03-27T19:35:04.826Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-03-27T19:35:04.829Z Compiling tabled_derive v0.11.0
26372026-03-27T19:35:04.868Z Compiling typify v0.4.3
26382026-03-27T19:35:05.004Z Compiling papergrid v0.17.0
26392026-03-27T19:35:05.096Z Compiling testing_table v0.3.0
26402026-03-27T19:35:05.212Z Compiling dsl_auto_type v0.2.0
26412026-03-27T19:35:05.289Z Compiling scheduled-thread-pool v0.2.7
26422026-03-27T19:35:05.528Z Compiling diesel_table_macro_syntax v0.3.0
26432026-03-27T19:35:05.532Z Compiling tiny-keccak v2.0.2
26442026-03-27T19:35:05.759Z Compiling path-slash v0.1.5
26452026-03-27T19:35:05.839Z Compiling r2d2 v0.8.10
26462026-03-27T19:35:05.938Z Compiling term v0.7.0
26472026-03-27T19:35:06.001Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-27T19:35:06.042Z Compiling arc-swap v1.8.2
26492026-03-27T19:35:06.130Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-03-27T19:35:06.298Z Compiling tabled v0.20.0
26512026-03-27T19:35:06.360Z Compiling bit-vec v0.6.3
26522026-03-27T19:35:06.433Z Compiling xshell-macros v0.2.7
26532026-03-27T19:35:06.456Z Compiling downcast-rs v2.0.2
26542026-03-27T19:35:06.544Z Compiling slog-scope v4.4.1
26552026-03-27T19:35:06.593Z Compiling bit-set v0.5.3
26562026-03-27T19:35:06.615Z Compiling ascii-canvas v3.0.0
26572026-03-27T19:35:06.782Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-03-27T19:35:06.831Z Compiling xshell v0.2.7
26592026-03-27T19:35:06.871Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-03-27T19:35:06.901Z Compiling itertools v0.10.5
26612026-03-27T19:35:07.002Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-03-27T19:35:07.342Z Compiling ena v0.14.4
26632026-03-27T19:35:07.479Z Compiling libloading v0.8.9
26642026-03-27T19:35:07.589Z Compiling regex-syntax v0.6.29
26652026-03-27T19:35:07.712Z Compiling diff v0.1.13
26662026-03-27T19:35:07.962Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-03-27T19:35:07.982Z Compiling bindgen v0.71.1
26682026-03-27T19:35:08.262Z Compiling unicase v2.9.0
26692026-03-27T19:35:08.562Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-03-27T19:35:09.495Z Compiling lalrpop v0.19.12
26712026-03-27T19:35:09.760Z Compiling slog-stdlog v4.1.1
26722026-03-27T19:35:10.224Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26732026-03-27T19:35:10.460Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-03-27T19:35:10.670Z Compiling diesel v2.3.7
26752026-03-27T19:35:10.838Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-03-27T19:35:10.955Z Compiling cexpr v0.6.0
26772026-03-27T19:35:11.303Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26782026-03-27T19:35:11.456Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26792026-03-27T19:35:11.532Z Compiling crc8 v0.1.1
26802026-03-27T19:35:11.611Z Compiling slog-envlogger v2.2.0
26812026-03-27T19:35:11.639Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-03-27T19:35:11.673Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26832026-03-27T19:35:12.186Z Compiling headers-core v0.3.0
26842026-03-27T19:35:12.344Z Compiling libxml v0.3.3
26852026-03-27T19:35:12.629Z Compiling headers v0.4.1
26862026-03-27T19:35:12.763Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26872026-03-27T19:35:12.805Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26882026-03-27T19:35:13.044Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26892026-03-27T19:35:13.253Z Compiling strum_macros v0.24.3
26902026-03-27T19:35:13.550Z Compiling indoc v1.0.9
26912026-03-27T19:35:13.959Z Compiling progenitor-impl v0.10.0
26922026-03-27T19:35:13.987Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-03-27T19:35:14.017Z Compiling derive_builder v0.20.2
26942026-03-27T19:35:14.095Z Compiling oso-derive v0.27.3
26952026-03-27T19:35:14.191Z Compiling quick-xml v0.37.5
26962026-03-27T19:35:14.217Z Compiling impl-trait-for-tuples v0.2.3
26972026-03-27T19:35:14.297Z Compiling openssl-probe v0.1.6
26982026-03-27T19:35:14.483Z Compiling half v1.8.3
26992026-03-27T19:35:14.630Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27002026-03-27T19:35:14.925Z Compiling serde_cbor v0.11.2
27012026-03-27T19:35:15.336Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27022026-03-27T19:35:15.524Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27032026-03-27T19:35:15.692Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-03-27T19:35:15.925Z Compiling bb8 v0.8.6
27052026-03-27T19:35:15.946Z Compiling trait-variant v0.1.2
27062026-03-27T19:35:16.068Z Compiling progenitor-macro v0.10.0
27072026-03-27T19:35:16.181Z Compiling samael v0.0.19
27082026-03-27T19:35:16.364Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27092026-03-27T19:35:16.517Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27102026-03-27T19:35:16.901Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27112026-03-27T19:35:16.942Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27122026-03-27T19:35:17.009Z Compiling polar-core v0.27.3
27132026-03-27T19:35:17.269Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27142026-03-27T19:35:17.336Z Compiling fxhash v0.2.1
27152026-03-27T19:35:17.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-03-27T19:35:17.551Z Compiling kstat-rs v0.2.4
27172026-03-27T19:35:17.769Z Compiling libz-sys v1.1.24
27182026-03-27T19:35:17.813Z Compiling nonempty v0.12.0
27192026-03-27T19:35:18.037Z Compiling salty v0.3.0
27202026-03-27T19:35:18.263Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-03-27T19:35:18.334Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-03-27T19:35:18.358Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27232026-03-27T19:35:18.379Z Compiling progenitor-impl v0.11.2
27242026-03-27T19:35:18.600Z Compiling darling_core v0.23.0
27252026-03-27T19:35:20.102Z Compiling progenitor v0.10.0
27262026-03-27T19:35:20.291Z Compiling nanorand v0.7.0
27272026-03-27T19:35:20.476Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-03-27T19:35:20.618Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-03-27T19:35:20.684Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-03-27T19:35:20.755Z Compiling fs-err v2.11.0
27312026-03-27T19:35:21.239Z Compiling parking_lot_core v0.8.6
27322026-03-27T19:35:21.555Z Compiling mime_guess v2.0.5
27332026-03-27T19:35:22.212Z Compiling darling_macro v0.23.0
27342026-03-27T19:35:22.704Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-03-27T19:35:22.725Z Compiling flume v0.11.1
27362026-03-27T19:35:23.142Z Compiling progenitor-macro v0.11.2
27372026-03-27T19:35:23.662Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27382026-03-27T19:35:24.298Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27392026-03-27T19:35:25.860Z Compiling oso v0.27.3
27402026-03-27T19:35:27.137Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-27T19:35:27.832Z Compiling async-bb8-diesel v0.2.1
27422026-03-27T19:35:28.066Z Compiling diesel-dtrace v0.5.0
27432026-03-27T19:35:28.285Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-03-27T19:35:28.400Z Compiling progenitor-client v0.11.2
27452026-03-27T19:35:28.582Z Compiling git-stub v1.0.0
27462026-03-27T19:35:28.651Z Compiling libgit2-sys v0.18.3+1.9.2
27472026-03-27T19:35:28.854Z Compiling instability v0.3.11
27482026-03-27T19:35:28.949Z Compiling git-stub-vcs v0.1.0
27492026-03-27T19:35:29.192Z Compiling progenitor v0.11.2
27502026-03-27T19:35:29.331Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-03-27T19:35:29.383Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-03-27T19:35:29.787Z Compiling darling v0.23.0
27532026-03-27T19:35:30.686Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27542026-03-27T19:35:30.781Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-03-27T19:35:31.179Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-03-27T19:35:31.758Z Compiling ignore v0.4.25
27572026-03-27T19:35:31.976Z Compiling primeorder v0.13.6
27582026-03-27T19:35:32.295Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-03-27T19:35:32.342Z Compiling castaway v0.2.4
27602026-03-27T19:35:32.504Z Compiling atty v0.2.14
27612026-03-27T19:35:32.652Z Compiling nibble_vec v0.1.0
27622026-03-27T19:35:32.851Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-27T19:35:33.084Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-03-27T19:35:33.316Z Compiling endian-type v0.1.2
27652026-03-27T19:35:33.506Z Compiling indoc v2.0.7
27662026-03-27T19:35:33.555Z Compiling http-range v0.1.5
27672026-03-27T19:35:33.674Z Compiling parse-size v1.1.0
27682026-03-27T19:35:33.889Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27692026-03-27T19:35:33.911Z Compiling radix_trie v0.2.1
27702026-03-27T19:35:34.171Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-03-27T19:35:34.425Z Compiling compact_str v0.8.1
27722026-03-27T19:35:34.630Z Compiling globwalk v0.9.1
27732026-03-27T19:35:35.559Z Compiling p384 v0.13.1
27742026-03-27T19:35:36.757Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-03-27T19:35:36.790Z Compiling parking_lot v0.11.2
27762026-03-27T19:35:37.702Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-03-27T19:35:37.721Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27782026-03-27T19:35:37.997Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-03-27T19:35:38.158Z Compiling predicates-tree v1.0.13
27802026-03-27T19:35:38.413Z Compiling unicode-truncate v1.1.0
27812026-03-27T19:35:38.435Z Compiling lru v0.12.5
27822026-03-27T19:35:38.616Z Compiling prefix-trie v0.7.0
27832026-03-27T19:35:38.638Z Compiling vergen-git2 v1.0.7
27842026-03-27T19:35:38.641Z Compiling cassowary v0.3.0
27852026-03-27T19:35:38.680Z Compiling camino-tempfile-ext v0.3.3
27862026-03-27T19:35:38.970Z Compiling ratatui v0.29.0
27872026-03-27T19:35:39.157Z Compiling hickory-server v0.25.2
27882026-03-27T19:35:39.330Z Compiling hyper-staticfile v0.10.1
27892026-03-27T19:35:39.386Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-27T19:35:40.217Z Compiling sled v0.34.7
27912026-03-27T19:35:41.511Z Compiling hickory-client v0.25.2
27922026-03-27T19:35:41.831Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-03-27T19:35:42.093Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-03-27T19:35:42.325Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-27T19:35:42.447Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-03-27T19:35:42.481Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-03-27T19:35:43.054Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27982026-03-27T19:35:43.104Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-27T19:35:43.639Z Compiling rand_seeder v0.4.0
28002026-03-27T19:35:43.886Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28012026-03-27T19:35:43.908Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-27T19:35:43.946Z Compiling lzma-sys v0.1.20
28032026-03-27T19:35:44.136Z Compiling rustls v0.21.12
28042026-03-27T19:35:44.160Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-03-27T19:35:44.341Z Compiling corncobs v0.1.4
28062026-03-27T19:35:44.450Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28072026-03-27T19:35:44.475Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-03-27T19:35:44.495Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-03-27T19:35:44.593Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28102026-03-27T19:35:44.894Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-03-27T19:35:45.022Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28122026-03-27T19:35:45.061Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-03-27T19:35:45.088Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-03-27T19:35:45.201Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28152026-03-27T19:35:45.595Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-27T19:35:46.635Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172026-03-27T19:35:47.896Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-03-27T19:35:48.119Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-03-27T19:35:48.234Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-03-27T19:35:48.272Z Compiling cargo_toml v0.22.3
28212026-03-27T19:35:48.348Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-03-27T19:35:48.460Z Compiling rustls-webpki v0.101.7
28232026-03-27T19:35:49.923Z Compiling sct v0.7.1
28242026-03-27T19:35:49.980Z Compiling nix v0.29.0
28252026-03-27T19:35:50.154Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28262026-03-27T19:35:50.176Z Compiling secrecy v0.8.0
28272026-03-27T19:35:50.200Z Compiling void v1.0.2
28282026-03-27T19:35:50.350Z Compiling lzss v0.8.2
28292026-03-27T19:35:50.450Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28302026-03-27T19:35:50.542Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28312026-03-27T19:35:50.687Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-27T19:35:50.988Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28332026-03-27T19:35:51.300Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28342026-03-27T19:35:51.334Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28352026-03-27T19:35:51.661Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-03-27T19:35:51.780Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28372026-03-27T19:35:52.384Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28382026-03-27T19:35:52.622Z Compiling tungstenite v0.23.0
28392026-03-27T19:35:52.930Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-03-27T19:35:53.074Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28412026-03-27T19:35:53.161Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28422026-03-27T19:35:53.300Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28432026-03-27T19:35:53.382Z Compiling nix v0.27.1
28442026-03-27T19:35:53.522Z Compiling serde_bytes v0.11.19
28452026-03-27T19:35:53.911Z Compiling tokio-tungstenite v0.23.1
28462026-03-27T19:35:53.984Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28472026-03-27T19:35:54.252Z Compiling git2 v0.20.4
28482026-03-27T19:35:54.290Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28492026-03-27T19:35:54.532Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-03-27T19:35:54.956Z Compiling tokio-rustls v0.24.1
28512026-03-27T19:35:55.241Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28522026-03-27T19:35:55.780Z Compiling xz2 v0.1.7
28532026-03-27T19:35:56.125Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28542026-03-27T19:35:57.036Z Compiling ron v0.12.0
28552026-03-27T19:35:57.288Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-03-27T19:35:57.665Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-03-27T19:35:59.250Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28582026-03-27T19:35:59.593Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28592026-03-27T19:36:00.565Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28602026-03-27T19:36:00.914Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-03-27T19:36:01.366Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28622026-03-27T19:36:01.608Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28632026-03-27T19:36:02.448Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-03-27T19:36:03.086Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28652026-03-27T19:36:04.091Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-03-27T19:36:04.330Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28672026-03-27T19:36:05.104Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28682026-03-27T19:36:05.140Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28692026-03-27T19:36:05.226Z Compiling rustls-pemfile v1.0.4
28702026-03-27T19:36:05.650Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28712026-03-27T19:36:07.049Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28722026-03-27T19:36:08.173Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28732026-03-27T19:36:08.198Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-03-27T19:36:08.318Z Compiling signal-hook-tokio v0.3.1
28752026-03-27T19:36:08.343Z Compiling yasna v0.5.2
28762026-03-27T19:36:08.407Z Compiling twox-hash v2.1.2
28772026-03-27T19:36:08.512Z Compiling base16ct v1.0.0
28782026-03-27T19:36:08.632Z Compiling is_ci v1.2.0
28792026-03-27T19:36:08.863Z Compiling rcgen v0.12.1
28802026-03-27T19:36:08.885Z Compiling supports-color v3.0.2
28812026-03-27T19:36:09.071Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28822026-03-27T19:36:09.186Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28832026-03-27T19:36:09.214Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-03-27T19:36:09.885Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28852026-03-27T19:36:10.497Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28862026-03-27T19:36:10.714Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28872026-03-27T19:36:11.498Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28882026-03-27T19:36:12.445Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28892026-03-27T19:36:12.739Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902026-03-27T19:36:13.262Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28912026-03-27T19:36:13.555Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28922026-03-27T19:36:13.803Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28932026-03-27T19:36:14.034Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-03-27T19:36:14.255Z Compiling fatfs v0.3.6
28952026-03-27T19:36:15.379Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28962026-03-27T19:36:15.520Z Compiling subprocess v0.2.15
28972026-03-27T19:36:16.642Z Compiling rtoolbox v0.0.3
28982026-03-27T19:36:16.921Z Compiling assert_matches v1.5.0
28992026-03-27T19:36:17.030Z Compiling seq-macro v0.3.6
29002026-03-27T19:36:17.516Z Compiling rpassword v7.4.0
29012026-03-27T19:36:17.726Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29022026-03-27T19:36:17.799Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29032026-03-27T19:36:18.055Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-03-27T19:36:19.050Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29052026-03-27T19:36:19.073Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29062026-03-27T19:36:19.187Z Compiling tui-tree-widget v0.23.1
29072026-03-27T19:36:19.480Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29082026-03-27T19:36:19.706Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29092026-03-27T19:36:20.242Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29102026-03-27T19:36:21.469Z Compiling uzers v0.12.2
29112026-03-27T19:36:22.754Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29122026-03-27T19:36:22.860Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29132026-03-27T19:36:23.921Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29142026-03-27T19:36:26.700Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29152026-03-27T19:36:27.412Z Compiling support-bundle-viewer v0.1.2
29162026-03-27T19:36:29.335Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-03-27T19:36:30.089Z Compiling multimap v0.10.1
29182026-03-27T19:36:34.481Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29192026-03-27T19:36:48.133Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29202026-03-27T19:36:51.129Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-03-27T19:42:48.646Z Finished `release` profile [optimized] target(s) in 8m 12s
29222026-03-27T19:43:39.747Z
29232026-03-27T19:43:39.750Zreal 9:04.565323843
29242026-03-27T19:43:39.750Zuser 1:17:18.632648796
29252026-03-27T19:43:39.750Zsys 3:21.360944639
29262026-03-27T19:43:39.750Ztrap 1.754847875
29272026-03-27T19:43:39.750Ztflt 1.851320284
29282026-03-27T19:43:39.750Zdflt 14.178304642
29292026-03-27T19:43:39.750Zkflt 0.004332953
29302026-03-27T19:43:39.750Zlock 6:57:30.377366469
29312026-03-27T19:43:39.750Zslp 2:13:16.143561041
29322026-03-27T19:43:39.750Zlat 2:30.713151717
29332026-03-27T19:43:39.750Zstop 5:06.580450878
29342026-03-27T19:43:39.750Z+ mapfile -t packages
29352026-03-27T19:43:39.750Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-03-27T19:43:40.698Z Finished `release` profile [optimized] target(s) in 0.93s
29372026-03-27T19:43:40.773Z Running `target/release/omicron-package -t test list-outputs`
29382026-03-27T19:43:40.834ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-03-27T19:43:40.837Z+ ptime -m cargo build --locked --release -p xtask
29402026-03-27T19:43:41.375Z Compiling libc v0.2.180
29412026-03-27T19:43:41.375Z Compiling serde v1.0.228
29422026-03-27T19:43:41.378Z Compiling serde_core v1.0.228
29432026-03-27T19:43:41.378Z Compiling rustix v1.1.3
29442026-03-27T19:43:41.469Z Compiling serde_json v1.0.149
29452026-03-27T19:43:41.485Z Compiling bitflags v2.11.0
29462026-03-27T19:43:41.517Z Compiling num-traits v0.2.19
29472026-03-27T19:43:41.529Z Compiling syn v2.0.117
29482026-03-27T19:43:41.538Z Compiling smallvec v1.15.1
29492026-03-27T19:43:41.548Z Compiling hashbrown v0.16.1
29502026-03-27T19:43:41.570Z Compiling usdt-impl v0.5.0
29512026-03-27T19:43:41.581Z Compiling syn v1.0.109
29522026-03-27T19:43:41.594Z Compiling percent-encoding v2.3.2
29532026-03-27T19:43:41.597Z Compiling log v0.4.29
29542026-03-27T19:43:41.696Z Compiling getrandom v0.4.1
29552026-03-27T19:43:41.827Z Compiling form_urlencoded v1.2.2
29562026-03-27T19:43:41.969Z Compiling fs-err v3.3.0
29572026-03-27T19:43:41.972Z Compiling anyhow v1.0.102
29582026-03-27T19:43:42.014Z Compiling once_cell v1.21.3
29592026-03-27T19:43:42.014Z Compiling heck v0.4.1
29602026-03-27T19:43:42.133Z Compiling indexmap v2.13.0
29612026-03-27T19:43:42.248Z Compiling errno v0.3.14
29622026-03-27T19:43:42.248Z Compiling thread-id v4.2.2
29632026-03-27T19:43:42.251Z Compiling memmap v0.7.0
29642026-03-27T19:43:42.509Z Compiling ordered-float v2.10.1
29652026-03-27T19:43:43.070Z Compiling proc-macro-error v1.0.4
29662026-03-27T19:43:43.257Z Compiling terminal_size v0.4.3
29672026-03-27T19:43:43.257Z Compiling tempfile v3.25.0
29682026-03-27T19:43:43.319Z Compiling tabled_derive v0.7.0
29692026-03-27T19:43:43.352Z Compiling clap_builder v4.5.60
29702026-03-27T19:43:43.352Z Compiling textwrap v0.16.2
29712026-03-27T19:43:43.484Z Compiling camino-tempfile v1.4.1
29722026-03-27T19:43:43.985Z Compiling tabled v0.15.0
29732026-03-27T19:43:44.045Z Compiling synstructure v0.13.2
29742026-03-27T19:43:44.045Z Compiling pest_generator v2.8.6
29752026-03-27T19:43:44.430Z Compiling serde_derive v1.0.228
29762026-03-27T19:43:44.430Z Compiling zerofrom-derive v0.1.6
29772026-03-27T19:43:44.430Z Compiling yoke-derive v0.8.1
29782026-03-27T19:43:44.433Z Compiling zerovec-derive v0.11.2
29792026-03-27T19:43:44.433Z Compiling displaydoc v0.2.5
29802026-03-27T19:43:44.433Z Compiling thiserror-impl v1.0.69
29812026-03-27T19:43:44.433Z Compiling zerocopy-derive v0.7.35
29822026-03-27T19:43:44.433Z Compiling scroll_derive v0.12.1
29832026-03-27T19:43:44.433Z Compiling thiserror-impl v2.0.18
29842026-03-27T19:43:44.433Z Compiling clap_derive v4.5.55
29852026-03-27T19:43:44.566Z Compiling pest_derive v2.8.6
29862026-03-27T19:43:45.175Z Compiling scroll v0.12.0
29872026-03-27T19:43:45.305Z Compiling zerocopy v0.7.35
29882026-03-27T19:43:45.516Z Compiling goblin v0.8.2
29892026-03-27T19:43:45.565Z Compiling thiserror v2.0.18
29902026-03-27T19:43:45.601Z Compiling zerofrom v0.1.6
29912026-03-27T19:43:45.629Z Compiling thiserror v1.0.69
29922026-03-27T19:43:45.723Z Compiling yoke v0.8.1
29932026-03-27T19:43:45.739Z Compiling dtrace-parser v0.2.0
29942026-03-27T19:43:45.895Z Compiling zerovec v0.11.5
29952026-03-27T19:43:45.919Z Compiling zerotrie v0.2.3
29962026-03-27T19:43:46.062Z Compiling clap v4.5.60
29972026-03-27T19:43:46.492Z Compiling tinystr v0.8.2
29982026-03-27T19:43:46.722Z Compiling icu_locale_core v2.1.1
29992026-03-27T19:43:47.331Z Compiling potential_utf v0.1.4
30002026-03-27T19:43:47.537Z Compiling icu_collections v2.1.1
30012026-03-27T19:43:47.745Z Compiling icu_provider v2.1.1
30022026-03-27T19:43:47.923Z Compiling serde_spanned v0.6.9
30032026-03-27T19:43:47.966Z Compiling toml_datetime v0.6.11
30042026-03-27T19:43:48.101Z Compiling icu_normalizer v2.1.1
30052026-03-27T19:43:48.163Z Compiling icu_properties v2.1.2
30062026-03-27T19:43:48.176Z Compiling toml_edit v0.22.27
30072026-03-27T19:43:48.232Z Compiling dof v0.3.0
30082026-03-27T19:43:48.277Z Compiling serde_tokenstream v0.2.3
30092026-03-27T19:43:48.312Z Compiling serde-value v0.7.0
30102026-03-27T19:43:48.332Z Compiling cargo-platform v0.2.0
30112026-03-27T19:43:48.361Z Compiling macaddr v1.0.1
30122026-03-27T19:43:49.058Z Compiling usdt-attr-macro v0.5.0
30132026-03-27T19:43:49.156Z Compiling idna_adapter v1.2.1
30142026-03-27T19:43:49.214Z Compiling usdt-macro v0.5.0
30152026-03-27T19:43:49.313Z Compiling idna v1.1.0
30162026-03-27T19:43:49.635Z Compiling url v2.5.8
30172026-03-27T19:43:49.754Z Compiling toml v0.8.23
30182026-03-27T19:43:49.795Z Compiling usdt v0.5.0
30192026-03-27T19:43:50.195Z Compiling cargo-util-schemas v0.8.2
30202026-03-27T19:43:50.205Z Compiling cargo_toml v0.21.0
30212026-03-27T19:43:51.224Z Compiling cargo_metadata v0.21.0
30222026-03-27T19:43:54.298Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232026-03-27T19:43:57.329Z Finished `release` profile [optimized] target(s) in 16.47s
30242026-03-27T19:43:57.455Z
30252026-03-27T19:43:57.458Zreal 16.579343559
30262026-03-27T19:43:57.458Zuser 2:21.604923366
30272026-03-27T19:43:57.458Zsys 16.557279145
30282026-03-27T19:43:57.458Ztrap 0.076681556
30292026-03-27T19:43:57.458Ztflt 0.576679412
30302026-03-27T19:43:57.458Zdflt 1.370175166
30312026-03-27T19:43:57.458Zkflt 0.000035431
30322026-03-27T19:43:57.458Zlock 5:13.641141616
30332026-03-27T19:43:57.458Zslp 3:22.892254784
30342026-03-27T19:43:57.458Zlat 6.194272665
30352026-03-27T19:43:57.458Zstop 19.491397711
30362026-03-27T19:43:57.459Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-03-27T19:43:57.459Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-03-27T19:43:57.459Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-03-27T19:43:57.459Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-03-27T19:43:57.459Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30412026-03-27T19:43:58.385Z Compiling regress v0.10.5
30422026-03-27T19:43:58.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-27T19:43:58.389Z Compiling serde_spanned v1.0.4
30442026-03-27T19:43:58.389Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-03-27T19:43:58.389Z Compiling newtype-uuid-macros v0.1.0
30462026-03-27T19:43:58.533Z Compiling progenitor-client v0.13.0
30472026-03-27T19:43:58.537Z Compiling structmeta-derive v0.3.0
30482026-03-27T19:43:58.537Z Compiling rustls v0.22.4
30492026-03-27T19:43:58.547Z Compiling rustls-webpki v0.102.8
30502026-03-27T19:43:58.550Z Compiling multer v3.1.0
30512026-03-27T19:43:58.550Z Compiling match_cfg v0.1.0
30522026-03-27T19:43:58.612Z Compiling debug-ignore v1.0.5
30532026-03-27T19:43:58.627Z Compiling slog-json v2.6.1
30542026-03-27T19:43:58.631Z Compiling async-stream-impl v0.3.6
30552026-03-27T19:43:58.661Z Compiling hostname v0.3.1
30562026-03-27T19:43:58.696Z Compiling dropshot v0.16.7
30572026-03-27T19:43:58.699Z Compiling itertools v0.14.0
30582026-03-27T19:43:58.819Z Compiling toml v0.9.12+spec-1.1.0
30592026-03-27T19:43:58.854Z Compiling waitgroup v0.1.2
30602026-03-27T19:43:58.888Z Compiling slog-bunyan v2.5.0
30612026-03-27T19:43:58.907Z Compiling rustls-pemfile v2.2.0
30622026-03-27T19:43:58.925Z Compiling dropshot_endpoint v0.16.7
30632026-03-27T19:43:58.955Z Compiling hostname v0.4.2
30642026-03-27T19:43:58.958Z Compiling serde_path_to_error v0.1.20
30652026-03-27T19:43:59.029Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-03-27T19:43:59.063Z Compiling macaddr v1.0.1
30672026-03-27T19:44:00.080Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-27T19:44:00.084Z Compiling progenitor-client v0.10.0
30692026-03-27T19:44:00.084Z Compiling instant v0.1.13
30702026-03-27T19:44:00.084Z Compiling backon v1.6.0
30712026-03-27T19:44:00.084Z Compiling backoff v0.4.0
30722026-03-27T19:44:00.084Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-03-27T19:44:00.084Z Compiling async-stream v0.3.6
30742026-03-27T19:44:00.084Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-03-27T19:44:00.084Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30762026-03-27T19:44:00.084Z Compiling crucible-workspace-hack v0.1.0
30772026-03-27T19:44:00.084Z Compiling toml v0.8.23
30782026-03-27T19:44:00.084Z Compiling progenitor-extras v0.1.1
30792026-03-27T19:44:00.084Z Compiling universal-hash v0.5.1
30802026-03-27T19:44:00.084Z Compiling unsafe-libyaml v0.2.11
30812026-03-27T19:44:00.084Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-03-27T19:44:00.084Z Compiling opaque-debug v0.3.1
30832026-03-27T19:44:00.084Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30842026-03-27T19:44:00.084Z Compiling half v2.7.1
30852026-03-27T19:44:00.084Z Compiling ciborium-io v0.2.2
30862026-03-27T19:44:00.084Z Compiling convert_case v0.4.0
30872026-03-27T19:44:00.084Z Compiling aead v0.5.2
30882026-03-27T19:44:00.084Z Compiling secrecy v0.10.3
30892026-03-27T19:44:00.084Z Compiling structmeta v0.3.0
30902026-03-27T19:44:00.084Z Compiling poly1305 v0.8.0
30912026-03-27T19:44:00.084Z Compiling ciborium-ll v0.2.2
30922026-03-27T19:44:00.084Z Compiling chacha20 v0.9.1
30932026-03-27T19:44:00.084Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30942026-03-27T19:44:00.084Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30952026-03-27T19:44:00.084Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30962026-03-27T19:44:00.084Z Compiling typify-impl v0.6.1
30972026-03-27T19:44:00.084Z Compiling derive-ex v0.1.8
30982026-03-27T19:44:00.084Z Compiling parse-display-derive v0.10.0
30992026-03-27T19:44:00.091Z Compiling serde_yaml v0.9.34+deprecated
31002026-03-27T19:44:00.132Z Compiling derive_more v0.99.20
31012026-03-27T19:44:00.161Z Compiling ciborium v0.2.2
31022026-03-27T19:44:00.217Z Compiling thiserror-impl-no-std v2.0.2
31032026-03-27T19:44:00.275Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31042026-03-27T19:44:00.292Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31052026-03-27T19:44:00.328Z Compiling byte-wrapper v0.1.0
31062026-03-27T19:44:00.361Z Compiling password-hash v0.5.0
31072026-03-27T19:44:00.438Z Compiling blake2 v0.10.6
31082026-03-27T19:44:00.570Z Compiling chacha20poly1305 v0.10.1
31092026-03-27T19:44:00.691Z Compiling argon2 v0.5.3
31102026-03-27T19:44:00.751Z Compiling indent_write v2.2.0
31112026-03-27T19:44:00.768Z Compiling toml_edit v0.23.10+spec-1.0.0
31122026-03-27T19:44:00.771Z Compiling heapless v0.8.0
31132026-03-27T19:44:00.802Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-03-27T19:44:00.913Z Compiling tokio-rustls v0.25.0
31152026-03-27T19:44:01.016Z Compiling ingot-macros v0.1.1
31162026-03-27T19:44:01.063Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31172026-03-27T19:44:01.291Z Compiling tabwriter v1.4.1
31182026-03-27T19:44:01.350Z Compiling proc-macro-crate v3.4.0
31192026-03-27T19:44:01.425Z Compiling thiserror-no-std v2.0.2
31202026-03-27T19:44:01.541Z Compiling vsss-rs v3.3.4
31212026-03-27T19:44:01.559Z Compiling hash32 v0.3.1
31222026-03-27T19:44:01.578Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-27T19:44:01.678Z Compiling smoltcp v0.11.0
31242026-03-27T19:44:01.744Z Compiling test-strategy v0.4.5
31252026-03-27T19:44:01.806Z Compiling parse-display v0.10.0
31262026-03-27T19:44:01.830Z Compiling cobs v0.3.0
31272026-03-27T19:44:01.859Z Compiling foreign-types-macros v0.2.3
31282026-03-27T19:44:01.890Z Compiling cpufeatures v0.3.0
31292026-03-27T19:44:01.934Z Compiling num_enum_derive v0.7.5
31302026-03-27T19:44:01.996Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31312026-03-27T19:44:02.050Z Compiling colored v3.1.1
31322026-03-27T19:44:02.090Z Compiling foreign-types-shared v0.3.1
31332026-03-27T19:44:02.121Z Compiling postcard v1.1.3
31342026-03-27T19:44:02.151Z Compiling chacha20 v0.10.0
31352026-03-27T19:44:02.370Z Compiling proc-macro-crate v1.3.1
31362026-03-27T19:44:02.447Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-03-27T19:44:02.490Z Compiling foreign-types v0.5.0
31382026-03-27T19:44:02.507Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31392026-03-27T19:44:02.511Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31402026-03-27T19:44:02.542Z Compiling cstr-argument v0.1.2
31412026-03-27T19:44:02.597Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-03-27T19:44:02.702Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-03-27T19:44:02.723Z Compiling rand v0.10.0
31442026-03-27T19:44:02.739Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-03-27T19:44:02.811Z Compiling num-rational v0.4.2
31462026-03-27T19:44:02.825Z Compiling num-complex v0.4.6
31472026-03-27T19:44:02.860Z Compiling num_enum_derive v0.5.11
31482026-03-27T19:44:02.866Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31492026-03-27T19:44:02.866Z Compiling prettyplease v0.2.37
31502026-03-27T19:44:02.918Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-03-27T19:44:02.981Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-03-27T19:44:03.039Z Compiling num_enum v0.7.5
31532026-03-27T19:44:03.149Z Compiling camino-tempfile v1.4.1
31542026-03-27T19:44:03.149Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-03-27T19:44:03.187Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31562026-03-27T19:44:03.197Z Compiling num v0.4.3
31572026-03-27T19:44:03.269Z Compiling float-ord v0.3.2
31582026-03-27T19:44:03.288Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31592026-03-27T19:44:03.413Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-03-27T19:44:03.418Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31612026-03-27T19:44:03.452Z Compiling smf v0.2.3
31622026-03-27T19:44:03.461Z Compiling num-derive v0.4.2
31632026-03-27T19:44:03.541Z Compiling sigpipe v0.1.3
31642026-03-27T19:44:03.583Z Compiling glob v0.3.3
31652026-03-27T19:44:03.680Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-03-27T19:44:03.714Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31672026-03-27T19:44:03.731Z Compiling whoami v1.6.1
31682026-03-27T19:44:03.919Z Compiling ingot-types v0.1.2
31692026-03-27T19:44:03.926Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-03-27T19:44:03.956Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-03-27T19:44:03.978Z Compiling gethostname v0.5.0
31722026-03-27T19:44:03.995Z Compiling usdt-attr-macro v0.5.0
31732026-03-27T19:44:04.013Z Compiling num_enum v0.5.11
31742026-03-27T19:44:04.057Z Compiling usdt-macro v0.5.0
31752026-03-27T19:44:04.072Z Compiling derive-where v1.6.0
31762026-03-27T19:44:04.075Z Compiling memmap v0.7.0
31772026-03-27T19:44:04.109Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-03-27T19:44:04.130Z Compiling atomicwrites v0.4.4
31792026-03-27T19:44:04.155Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31802026-03-27T19:44:04.271Z Compiling cancel-safe-futures v0.1.5
31812026-03-27T19:44:04.288Z Compiling owo-colors v4.3.0
31822026-03-27T19:44:04.353Z Compiling ingot v0.1.1
31832026-03-27T19:44:04.491Z Compiling libsw-core v0.3.2
31842026-03-27T19:44:04.509Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31852026-03-27T19:44:04.549Z Compiling async-recursion v1.1.1
31862026-03-27T19:44:04.569Z Compiling typify-macro v0.6.1
31872026-03-27T19:44:04.589Z Compiling resolv-conf v0.7.6
31882026-03-27T19:44:04.674Z Compiling libsw v3.5.0
31892026-03-27T19:44:04.700Z Compiling typify-impl v0.4.3
31902026-03-27T19:44:04.849Z Compiling linear-map v1.2.0
31912026-03-27T19:44:04.868Z Compiling usdt v0.5.0
31922026-03-27T19:44:04.889Z Compiling libefi-sys v0.1.0
31932026-03-27T19:44:04.922Z Compiling hickory-proto v0.24.4
31942026-03-27T19:44:04.944Z Compiling newline-converter v0.3.0
31952026-03-27T19:44:04.971Z Compiling console v0.15.11
31962026-03-27T19:44:04.988Z Compiling bitfield-struct v0.6.2
31972026-03-27T19:44:05.061Z Compiling linked-hash-map v0.5.6
31982026-03-27T19:44:05.090Z Compiling semver v0.1.20
31992026-03-27T19:44:05.168Z Compiling pin-project-internal v1.1.11
32002026-03-27T19:44:05.272Z Compiling lru-cache v0.1.2
32012026-03-27T19:44:05.289Z Compiling slog-dtrace v0.3.0
32022026-03-27T19:44:05.352Z Compiling expectorate v1.2.0
32032026-03-27T19:44:05.412Z Compiling rustc_version v0.1.7
32042026-03-27T19:44:05.434Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-27T19:44:05.482Z Compiling minimal-lexical v0.2.1
32062026-03-27T19:44:05.514Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-03-27T19:44:05.545Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-03-27T19:44:05.560Z Compiling tokio-dtrace v0.1.1
32092026-03-27T19:44:05.591Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-03-27T19:44:05.609Z Compiling dropshot-api-manager-types v0.6.0
32112026-03-27T19:44:05.677Z Compiling newtype_derive v0.1.6
32122026-03-27T19:44:05.691Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-27T19:44:05.770Z Compiling nom v7.1.3
32142026-03-27T19:44:05.788Z Compiling phf_shared v0.12.1
32152026-03-27T19:44:05.858Z Compiling pem v3.0.6
32162026-03-27T19:44:05.897Z Compiling snafu-derive v0.8.9
32172026-03-27T19:44:05.970Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-03-27T19:44:05.991Z Compiling csv-core v0.1.13
32192026-03-27T19:44:06.016Z Compiling xshell-macros v0.2.7
32202026-03-27T19:44:06.175Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-03-27T19:44:06.230Z Compiling highway v1.3.0
32222026-03-27T19:44:06.284Z Compiling chrono-tz v0.10.4
32232026-03-27T19:44:06.362Z Compiling base64 v0.21.7
32242026-03-27T19:44:06.379Z Compiling pin-project v1.1.11
32252026-03-27T19:44:06.399Z Compiling same-file v1.0.6
32262026-03-27T19:44:06.431Z Compiling typify v0.6.1
32272026-03-27T19:44:06.445Z Compiling const_format_proc_macros v0.2.34
32282026-03-27T19:44:06.512Z Compiling xshell v0.2.7
32292026-03-27T19:44:06.536Z Compiling progenitor-impl v0.13.0
32302026-03-27T19:44:06.570Z Compiling walkdir v2.5.0
32312026-03-27T19:44:06.600Z Compiling csv v1.4.0
32322026-03-27T19:44:06.619Z Compiling phf v0.12.1
32332026-03-27T19:44:06.698Z Compiling oxide-tokio-rt v0.1.3
32342026-03-27T19:44:06.799Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-03-27T19:44:06.915Z Compiling globset v0.4.18
32362026-03-27T19:44:07.019Z Compiling olpc-cjson v0.1.4
32372026-03-27T19:44:07.066Z Compiling hickory-resolver v0.24.4
32382026-03-27T19:44:07.149Z Compiling primeorder v0.13.6
32392026-03-27T19:44:07.171Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32402026-03-27T19:44:07.188Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-03-27T19:44:07.210Z Compiling serde_plain v1.0.2
32422026-03-27T19:44:07.301Z Compiling typed-path v0.9.3
32432026-03-27T19:44:07.324Z Compiling const_format v0.2.35
32442026-03-27T19:44:07.432Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-03-27T19:44:07.449Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32462026-03-27T19:44:07.640Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-03-27T19:44:07.674Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-03-27T19:44:07.708Z Compiling tabled_derive v0.7.0
32492026-03-27T19:44:07.735Z Compiling bcs v0.1.6
32502026-03-27T19:44:07.893Z Compiling snafu v0.8.9
32512026-03-27T19:44:08.078Z Compiling salty v0.3.0
32522026-03-27T19:44:08.145Z Compiling qorb v0.4.1
32532026-03-27T19:44:08.244Z Compiling tough v0.20.0
32542026-03-27T19:44:08.279Z Compiling utf-8 v0.7.6
32552026-03-27T19:44:08.295Z Compiling termtree v0.5.1
32562026-03-27T19:44:08.351Z Compiling radium v0.7.0
32572026-03-27T19:44:08.473Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-03-27T19:44:08.493Z Compiling tungstenite v0.21.0
32592026-03-27T19:44:08.548Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32602026-03-27T19:44:08.754Z Compiling tabled v0.15.0
32612026-03-27T19:44:08.757Z Compiling textwrap v0.16.2
32622026-03-27T19:44:08.808Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-03-27T19:44:08.830Z Compiling steno v0.4.1
32642026-03-27T19:44:08.879Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32652026-03-27T19:44:09.048Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32662026-03-27T19:44:09.066Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32672026-03-27T19:44:09.085Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32682026-03-27T19:44:09.269Z Compiling progenitor-macro v0.13.0
32692026-03-27T19:44:09.287Z Compiling typify-macro v0.4.3
32702026-03-27T19:44:09.291Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712026-03-27T19:44:09.335Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32722026-03-27T19:44:09.429Z Compiling humantime v2.3.0
32732026-03-27T19:44:09.508Z Compiling tap v1.0.1
32742026-03-27T19:44:09.656Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-03-27T19:44:09.693Z Compiling maybe-uninit v2.0.0
32762026-03-27T19:44:09.733Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-03-27T19:44:09.811Z Compiling wyz v0.5.1
32782026-03-27T19:44:10.040Z Compiling tokio-tungstenite v0.21.0
32792026-03-27T19:44:10.070Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-03-27T19:44:10.396Z Compiling p384 v0.13.1
32812026-03-27T19:44:10.470Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-03-27T19:44:10.546Z Compiling arc-swap v1.8.2
32832026-03-27T19:44:10.700Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32842026-03-27T19:44:10.813Z Compiling packed_struct v0.10.1
32852026-03-27T19:44:10.883Z Compiling tagptr v0.2.0
32862026-03-27T19:44:10.972Z Compiling funty v2.0.0
32872026-03-27T19:44:11.011Z Compiling slog-scope v4.4.1
32882026-03-27T19:44:11.070Z Compiling moka v0.12.13
32892026-03-27T19:44:11.092Z Compiling typify v0.4.3
32902026-03-27T19:44:11.137Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-03-27T19:44:11.182Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32922026-03-27T19:44:11.233Z Compiling progenitor-impl v0.10.0
32932026-03-27T19:44:11.261Z Compiling polyval v0.6.2
32942026-03-27T19:44:11.300Z Compiling packed_struct_codegen v0.10.1
32952026-03-27T19:44:11.360Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-03-27T19:44:11.427Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-27T19:44:11.522Z Compiling bitvec v1.0.1
32982026-03-27T19:44:11.546Z Compiling bitfield-macros v0.19.4
32992026-03-27T19:44:11.608Z Compiling zerocopy-derive v0.6.6
33002026-03-27T19:44:11.882Z Compiling proc-macro-error-attr2 v2.0.0
33012026-03-27T19:44:12.305Z Compiling indexmap v1.9.3
33022026-03-27T19:44:12.341Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33032026-03-27T19:44:12.357Z Compiling nodrop v0.1.14
33042026-03-27T19:44:12.376Z Compiling crc-catalog v2.4.0
33052026-03-27T19:44:12.400Z Compiling parking_lot_core v0.8.6
33062026-03-27T19:44:12.419Z Compiling bitfield v0.19.4
33072026-03-27T19:44:12.437Z Compiling proc-macro-error2 v2.0.1
33082026-03-27T19:44:12.483Z Compiling crc v3.4.0
33092026-03-27T19:44:12.508Z Compiling array-init v0.0.4
33102026-03-27T19:44:12.511Z Compiling zerocopy v0.6.6
33112026-03-27T19:44:12.584Z Compiling hickory-resolver v0.25.2
33122026-03-27T19:44:12.608Z Compiling ghash v0.5.1
33132026-03-27T19:44:12.715Z Compiling smallvec v0.6.14
33142026-03-27T19:44:12.719Z Compiling slog-stdlog v4.1.1
33152026-03-27T19:44:12.750Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-03-27T19:44:12.776Z Compiling git-stub v1.0.0
33172026-03-27T19:44:12.793Z Compiling ctr v0.9.2
33182026-03-27T19:44:12.851Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33192026-03-27T19:44:12.886Z Compiling num-derive v0.3.3
33202026-03-27T19:44:12.889Z Compiling lzma-sys v0.1.20
33212026-03-27T19:44:12.979Z Compiling unicase v2.9.0
33222026-03-27T19:44:12.998Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33232026-03-27T19:44:13.022Z Compiling hashbrown v0.12.3
33242026-03-27T19:44:13.071Z Compiling aes-gcm v0.10.3
33252026-03-27T19:44:13.125Z Compiling git-stub-vcs v0.1.0
33262026-03-27T19:44:13.220Z Compiling mime_guess v2.0.5
33272026-03-27T19:44:13.259Z Compiling serde-hex v0.1.0
33282026-03-27T19:44:13.295Z Compiling slog-envlogger v2.2.0
33292026-03-27T19:44:13.365Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-03-27T19:44:13.533Z Compiling tabled_derive v0.11.0
33312026-03-27T19:44:13.839Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-03-27T19:44:13.857Z Compiling libscf-sys v1.1.0
33332026-03-27T19:44:13.860Z Compiling progenitor-impl v0.11.2
33342026-03-27T19:44:13.894Z Compiling progenitor-macro v0.10.0
33352026-03-27T19:44:13.962Z Compiling ron v0.8.1
33362026-03-27T19:44:13.965Z Compiling papergrid v0.17.0
33372026-03-27T19:44:13.994Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33382026-03-27T19:44:14.033Z Compiling cargo_toml v0.22.3
33392026-03-27T19:44:14.308Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-03-27T19:44:14.367Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-03-27T19:44:14.391Z Compiling progenitor v0.13.0
33422026-03-27T19:44:14.408Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33432026-03-27T19:44:14.505Z Compiling hashbrown v0.13.2
33442026-03-27T19:44:14.531Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33452026-03-27T19:44:14.579Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-03-27T19:44:14.805Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-27T19:44:14.966Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-27T19:44:14.990Z Compiling testing_table v0.3.0
33492026-03-27T19:44:15.042Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-27T19:44:15.071Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-27T19:44:15.189Z Compiling blowfish v0.9.1
33522026-03-27T19:44:15.325Z Compiling ssh-encoding v0.2.0
33532026-03-27T19:44:15.385Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-27T19:44:15.415Z Compiling nibble_vec v0.1.0
33552026-03-27T19:44:15.479Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-03-27T19:44:15.674Z Compiling endian-type v0.1.2
33572026-03-27T19:44:15.727Z Compiling corncobs v0.1.4
33582026-03-27T19:44:15.752Z Compiling crc-any v2.5.0
33592026-03-27T19:44:15.780Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-27T19:44:15.867Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-03-27T19:44:15.883Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-03-27T19:44:15.948Z Compiling radix_trie v0.2.1
33632026-03-27T19:44:16.024Z Compiling ssh-cipher v0.2.0
33642026-03-27T19:44:16.060Z Compiling bcrypt-pbkdf v0.10.0
33652026-03-27T19:44:16.080Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-27T19:44:16.278Z Compiling tabled v0.20.0
33672026-03-27T19:44:16.313Z Compiling object v0.30.4
33682026-03-27T19:44:16.418Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-27T19:44:16.436Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33702026-03-27T19:44:16.608Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-03-27T19:44:16.629Z Compiling progenitor-macro v0.11.2
33722026-03-27T19:44:16.654Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-03-27T19:44:16.766Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-03-27T19:44:16.860Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-27T19:44:17.191Z Compiling parking_lot v0.11.2
33762026-03-27T19:44:17.381Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33772026-03-27T19:44:17.652Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-03-27T19:44:17.689Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-03-27T19:44:17.751Z Compiling progenitor-client v0.11.2
33802026-03-27T19:44:17.892Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-03-27T19:44:17.909Z Compiling prefix-trie v0.7.0
33822026-03-27T19:44:17.964Z Compiling password-hash v0.4.2
33832026-03-27T19:44:18.101Z Compiling fxhash v0.2.1
33842026-03-27T19:44:18.120Z Compiling secrecy v0.8.0
33852026-03-27T19:44:18.272Z Compiling half v1.8.3
33862026-03-27T19:44:18.303Z Compiling path-slash v0.1.5
33872026-03-27T19:44:18.334Z Compiling http-range v0.1.5
33882026-03-27T19:44:18.475Z Compiling serde_cbor v0.11.2
33892026-03-27T19:44:18.555Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-03-27T19:44:18.571Z Compiling hickory-server v0.25.2
33912026-03-27T19:44:18.797Z Compiling sled v0.34.7
33922026-03-27T19:44:18.931Z Compiling progenitor v0.10.0
33932026-03-27T19:44:19.116Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33942026-03-27T19:44:19.135Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33952026-03-27T19:44:19.216Z Compiling pbkdf2 v0.11.0
33962026-03-27T19:44:19.361Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-03-27T19:44:19.562Z Compiling xz2 v0.1.7
33982026-03-27T19:44:19.817Z Compiling ron v0.12.0
33992026-03-27T19:44:20.179Z Compiling ssh-key v0.6.7
34002026-03-27T19:44:20.285Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-03-27T19:44:20.311Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-03-27T19:44:20.418Z Compiling hickory-client v0.25.2
34032026-03-27T19:44:20.641Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-03-27T19:44:20.720Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34052026-03-27T19:44:20.749Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34062026-03-27T19:44:20.810Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-03-27T19:44:21.297Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-27T19:44:21.320Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-27T19:44:21.355Z Compiling p256 v0.13.2
34102026-03-27T19:44:21.355Z Compiling p521 v0.13.3
34112026-03-27T19:44:21.413Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34122026-03-27T19:44:21.542Z Compiling yasna v0.5.2
34132026-03-27T19:44:21.697Z Compiling progenitor v0.11.2
34142026-03-27T19:44:21.773Z Compiling kstat-rs v0.2.4
34152026-03-27T19:44:21.862Z Compiling headers-core v0.3.0
34162026-03-27T19:44:21.890Z Compiling nanorand v0.7.0
34172026-03-27T19:44:21.908Z Compiling russh-cryptovec v0.7.3
34182026-03-27T19:44:21.927Z Compiling atty v0.2.14
34192026-03-27T19:44:22.012Z Compiling base16ct v1.0.0
34202026-03-27T19:44:22.075Z Compiling md5 v0.7.0
34212026-03-27T19:44:22.106Z Compiling crc8 v0.1.1
34222026-03-27T19:44:22.124Z Compiling home v0.5.12
34232026-03-27T19:44:22.127Z Compiling flume v0.11.1
34242026-03-27T19:44:22.161Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34252026-03-27T19:44:22.194Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-03-27T19:44:22.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-03-27T19:44:22.263Z Compiling russh-keys v0.45.0
34282026-03-27T19:44:22.266Z Compiling rcgen v0.12.1
34292026-03-27T19:44:22.298Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-03-27T19:44:22.378Z Compiling headers v0.4.1
34312026-03-27T19:44:22.410Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-27T19:44:22.478Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-03-27T19:44:22.612Z Compiling hyper-staticfile v0.10.1
34342026-03-27T19:44:22.630Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34352026-03-27T19:44:22.887Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34362026-03-27T19:44:23.014Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34372026-03-27T19:44:23.163Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-03-27T19:44:23.167Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34392026-03-27T19:44:23.198Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34402026-03-27T19:44:23.227Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34412026-03-27T19:44:23.418Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34422026-03-27T19:44:23.434Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-03-27T19:44:23.560Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34442026-03-27T19:44:23.753Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34452026-03-27T19:44:23.912Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34462026-03-27T19:44:23.938Z Compiling num-bigint v0.4.6
34472026-03-27T19:44:23.999Z Compiling des v0.8.1
34482026-03-27T19:44:24.017Z Compiling subprocess v0.2.15
34492026-03-27T19:44:24.146Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-03-27T19:44:24.229Z Compiling hex-literal v0.4.1
34512026-03-27T19:44:24.372Z Compiling display-error-chain v0.2.2
34522026-03-27T19:44:24.375Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-03-27T19:44:24.495Z Compiling colored v2.2.0
34542026-03-27T19:44:24.525Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552026-03-27T19:44:24.545Z Compiling socket2 v0.5.10
34562026-03-27T19:44:24.607Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-03-27T19:44:24.792Z Compiling internet-checksum v0.2.1
34582026-03-27T19:44:24.885Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34592026-03-27T19:44:24.962Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34602026-03-27T19:44:25.382Z Compiling russh v0.45.0
34612026-03-27T19:44:27.557Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34622026-03-27T19:44:28.229Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34632026-03-27T19:44:28.542Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642026-03-27T19:44:28.768Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-03-27T19:44:36.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-03-27T19:44:36.107Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34672026-03-27T19:44:36.107Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-03-27T19:44:36.110Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-03-27T19:44:37.777Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702026-03-27T19:44:37.877Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-03-27T19:44:41.929Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34722026-03-27T19:45:01.486Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34732026-03-27T19:45:19.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34742026-03-27T19:45:19.963Z
34752026-03-27T19:45:19.963Zreal 1:22.425077814
34762026-03-27T19:45:19.963Zuser 8:14.202147598
34772026-03-27T19:45:19.963Zsys 1:39.048544061
34782026-03-27T19:45:19.963Ztrap 0.256897328
34792026-03-27T19:45:19.968Ztflt 0.510010952
34802026-03-27T19:45:19.968Zdflt 1.566574553
34812026-03-27T19:45:19.968Zkflt 0.000286465
34822026-03-27T19:45:19.968Zlock 28:13.438207842
34832026-03-27T19:45:19.968Zslp 19:19.437638728
34842026-03-27T19:45:19.968Zlat 40.324939686
34852026-03-27T19:45:19.968Zstop 2:36.689338062
34862026-03-27T19:45:19.968Z+ mkdir tests
34872026-03-27T19:45:19.968Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-03-27T19:45:19.969Z+ xargs -I '{}' -t cp '{}' tests/
34892026-03-27T19:45:19.994Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2a90c53dd433ac59 tests/
34902026-03-27T19:45:20.018Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ae677418c16c6843 tests/
34912026-03-27T19:45:20.035Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bc7afc413043124b tests/
34922026-03-27T19:45:20.057Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e50494250465b102 tests/
34932026-03-27T19:45:20.373Z+ 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/*)
34942026-03-27T19:45:20.376Z+ 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-ae677418c16c6843 tests/commtest-bc7afc413043124b tests/dhcp_server-2a90c53dd433ac59 tests/end_to_end_tests-e50494250465b102 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
34952026-03-27T19:46:42.309ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-03-27T19:46:42.309Za .github/buildomat/ci-env.sh 1K
34972026-03-27T19:46:42.309Za out/target/test 1K
34982026-03-27T19:46:42.309Za out/npuzone/npuzone 27402K
34992026-03-27T19:46:42.309Za package-manifest.toml 35K
35002026-03-27T19:46:42.310Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-03-27T19:46:42.310Za target/release/omicron-package 45889K
35022026-03-27T19:46:42.310Za target/release/xtask 11433K
35032026-03-27T19:46:42.310Za target/debug/bootstrap 338814K
35042026-03-27T19:46:42.310Za tests/bootstrap-ae677418c16c6843 31310K
35052026-03-27T19:46:42.310Za tests/commtest-bc7afc413043124b 32395K
35062026-03-27T19:46:42.311Za tests/dhcp_server-2a90c53dd433ac59 31310K
35072026-03-27T19:46:42.311Za tests/end_to_end_tests-e50494250465b102 381035K
35082026-03-27T19:46:42.311Za out/clickhouse.tar.gz 309373K
35092026-03-27T19:46:42.311Za out/clickhouse_keeper.tar.gz 294801K
35102026-03-27T19:46:42.311Za out/clickhouse_server.tar.gz 309371K
35112026-03-27T19:46:42.311Za out/cockroachdb.tar.gz 157755K
35122026-03-27T19:46:42.312Za out/crucible-pantry-zone.tar.gz 40487K
35132026-03-27T19:46:42.312Za out/crucible-utils.tar 17744K
35142026-03-27T19:46:42.312Za out/crucible-zone.tar.gz 54625K
35152026-03-27T19:46:42.312Za out/external-dns.tar.gz 45165K
35162026-03-27T19:46:42.312Za out/internal-dns.tar.gz 45165K
35172026-03-27T19:46:42.313Za out/mg-ddm-gz.tar 78377K
35182026-03-27T19:46:42.313Za out/nexus.tar.gz 215900K
35192026-03-27T19:46:42.313Za out/ntp.tar.gz 26953K
35202026-03-27T19:46:42.313Za out/omicron-gateway-softnpu.tar.gz 28467K
35212026-03-27T19:46:42.313Za out/omicron-sled-agent.tar 195306K
35222026-03-27T19:46:42.316Za out/overlay.tar.gz 3K
35232026-03-27T19:46:42.316Za out/oximeter.tar.gz 59664K
35242026-03-27T19:46:42.317Za out/oxlog.tar 3782K
35252026-03-27T19:46:42.317Za out/probe.tar.gz 3037K
35262026-03-27T19:46:42.317Za out/propolis-server.tar.gz 33249K
35272026-03-27T19:46:42.317Za out/pumpkind-gz.tar 26647K
35282026-03-27T19:46:42.317Za out/switch-softnpu.tar.gz 371147K
35292026-03-27T19:46:42.325Z
35302026-03-27T19:46:42.325Zreal 1:21.915909682
35312026-03-27T19:46:42.325Zuser 1:19.400033761
35322026-03-27T19:46:42.325Zsys 4.178689577
35332026-03-27T19:46:42.325Ztrap 0.006619016
35342026-03-27T19:46:42.325Ztflt 0.000000000
35352026-03-27T19:46:42.325Zdflt 0.000000000
35362026-03-27T19:46:42.326Zkflt 0.000000000
35372026-03-27T19:46:42.326Zlock 0.000000000
35382026-03-27T19:46:42.326Zslp 1:19.310916796
35392026-03-27T19:46:42.326Zlat 0.930980168
35402026-03-27T19:46:42.326Zstop 0.000220092
35412026-03-27T19:46:42.326Zprocess exited: duration 987398 ms, exit code 0
 
35422026-03-27T19:46:42.361Zfound 1 output files
35432026-03-27T19:46:42.429Zuploading: /work/package.tar.gz (2327419501 bytes)
35442026-03-27T19:47:12.109Zuploaded: /work/package.tar.gz