01KM1129QTJF8ETZPAV5G6ER33: 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: 01KM112W74WABCCZQG0385A93K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T17:50:58.672Zjob assigned to worker 01KM112YJE09AGQNP9QJ2A62FW [factory aws, i-0fc8c3f99843ef527] (queued for 1 m 7 s)
 
22026-03-18T17:51:06.919Zstarting task 0: "setup"
32026-03-18T17:51:06.924Z++ uname -s
42026-03-18T17:51:06.927Z+ kern=SunOS
52026-03-18T17:51:06.927Z+ build_user=build
62026-03-18T17:51:06.928Z+ build_uid=12345
72026-03-18T17:51:06.928Z+ work_dir=/work
82026-03-18T17:51:06.928Z+ input_dir=/input
92026-03-18T17:51:06.928Z+ [[ 0 == 12345 ]]
102026-03-18T17:51:06.928Z+ case "$kern" in
112026-03-18T17:51:06.928Z+ groupadd -g 12345 build
122026-03-18T17:51:06.931Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T17:51:08.936Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T17:51:09.052Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T17:51:09.055Z+ home_fs=zfs
162026-03-18T17:51:09.055Z+ [[ zfs == autofs ]]
172026-03-18T17:51:09.055Z+ mkdir -p /home/build
182026-03-18T17:51:09.058Z+ chown build:build /home/build /work
192026-03-18T17:51:11.059Z+ chmod 0700 /home/build /work
202026-03-18T17:51:11.062Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-18T17:51:11.068Zstarting task 1: "rust-toolchain"
222026-03-18T17:51:11.074Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T17:51:11.074Z * rust toolchain channel = "1.94.0"
242026-03-18T17:51:11.074Z * rust toolchain profile = "default"
252026-03-18T17:51:11.077Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T17:51:11.077Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T17:51:11.077Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T17:51:11.077Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T17:51:11.077Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T17:51:11.219Zinfo: downloading installer
312026-03-18T17:51:12.922Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T17:51:12.922Zwarn: /opt/ooce/bin
332026-03-18T17:51:12.922Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T17:51:12.922Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T17:51:12.922Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T17:51:12.922Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T17:51:12.922Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T17:51:12.922Zerror: cannot install while Rust is installed
392026-03-18T17:51:12.922Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T17:51:12.922Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T17:51:12.922Zwarn: /home/build/.rustup/settings.toml
422026-03-18T17:51:12.922Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T17:51:12.922Zwarn: instead of the one inferred from the default host triple.
442026-03-18T17:51:12.934Zinfo: profile set to default
452026-03-18T17:51:12.934Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T17:51:12.937Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T17:51:13.072Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T17:51:13.075Zinfo: downloading 6 components
492026-03-18T17:51:28.290Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T17:51:28.290Z
512026-03-18T17:51:28.326Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T17:51:28.327Z
532026-03-18T17:51:28.327Z
542026-03-18T17:51:28.330ZRust is installed now. Great!
552026-03-18T17:51:28.330Z
562026-03-18T17:51:28.330ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T17:51:28.330Zenvironment variable. This has not been done automatically.
582026-03-18T17:51:28.330Z
592026-03-18T17:51:28.330ZTo configure your current shell, you need to source
602026-03-18T17:51:28.330Zthe corresponding env file under $HOME/.cargo.
612026-03-18T17:51:28.330Z
622026-03-18T17:51:28.330ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T17:51:28.330Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T17:51:28.330Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T17:51:28.330Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T17:51:28.330Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T17:51:28.330Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T17:51:28.330Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T17:51:28.330Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T17:51:28.330Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T17:51:28.433Z+ rustup --version
722026-03-18T17:51:28.441Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T17:51:28.444Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T17:51:28.467Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T17:51:28.470Z+ cargo --version
762026-03-18T17:51:28.483Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T17:51:28.486Z+ rustc --version
782026-03-18T17:51:28.512Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T17:51:28.516Zprocess exited: duration 17450 ms, exit code 0
 
802026-03-18T17:51:28.523Zstarting task 2: "authentication"
812026-03-18T17:51:28.542Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T17:51:28.548Zstarting task 3: "clone repository"
832026-03-18T17:51:28.553Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T17:51:28.556Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T17:51:28.582ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T17:51:40.498Z+ cd /work/oxidecomputer/omicron
872026-03-18T17:51:40.499Z+ git fetch origin 89d2b8b62b645fd0d2971ae2d0a8691ff636db19
882026-03-18T17:51:40.954ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T17:51:40.954Z * branch 89d2b8b62b645fd0d2971ae2d0a8691ff636db19 -> FETCH_HEAD
902026-03-18T17:51:40.967Z+ [[ -n eliza/flake-update ]]
912026-03-18T17:51:40.970Z++ git branch --show-current
922026-03-18T17:51:40.973Z+ current=main
932026-03-18T17:51:40.973Z+ [[ main != eliza/flake-update ]]
942026-03-18T17:51:40.973Z+ git branch -f eliza/flake-update 89d2b8b62b645fd0d2971ae2d0a8691ff636db19
952026-03-18T17:51:40.976Z+ git checkout -f eliza/flake-update
962026-03-18T17:51:41.301ZSwitched to branch 'eliza/flake-update'
972026-03-18T17:51:41.304Z+ git reset --hard 89d2b8b62b645fd0d2971ae2d0a8691ff636db19
982026-03-18T17:51:41.321ZHEAD is now at 89d2b8b62 [nix] update nix flake to pick up Rust 1.94.0
992026-03-18T17:51:41.324Zprocess exited: duration 12777 ms, exit code 0
 
1002026-03-18T17:51:41.330Zstarting task 4: "build"
1012026-03-18T17:51:41.336Z+ source .github/buildomat/ci-env.sh
1022026-03-18T17:51:41.339Z++ export CARGO_TERM_COLOR=always
1032026-03-18T17:51:41.339Z++ CARGO_TERM_COLOR=always
1042026-03-18T17:51:41.339Z+ cargo --version
1052026-03-18T17:51:41.348Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T17:51:41.351Z+ rustc --version
1072026-03-18T17:51:41.377Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T17:51:41.380Z+ WORK=/work
1092026-03-18T17:51:41.380Z+ pfexec mkdir -p /work
1102026-03-18T17:51:41.385Z+ pfexec chown build /work
1112026-03-18T17:51:41.388Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T17:51:53.038Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T17:52:02.942Z Startup: Caching catalogs ... Done
1142026-03-18T17:52:25.239ZPlanning: Solver setup ... Done (20.656s)
1152026-03-18T17:52:25.394ZPlanning: Running solver ... Done (0.155s)
1162026-03-18T17:52:25.573ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-18T17:52:25.585ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T17:52:25.737ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T17:52:25.781ZPlanning: Package planning ... Done (0.044s)
1202026-03-18T17:52:25.825ZPlanning: Merging actions ... Done (0.044s)
1212026-03-18T17:52:26.068ZPlanning: Checking for conflicting actions ... Done (0.243s)
1222026-03-18T17:52:26.080ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T17:52:27.812ZPlanning: Evaluating mediators ... Done (1.733s)
1242026-03-18T17:52:27.820ZPlanning: Planning completed in 24.74 seconds
1252026-03-18T17:52:27.834Z Packages to install: 4
1262026-03-18T17:52:27.834Z Mediators to change: 2
1272026-03-18T17:52:27.834Z Services to change: 1
1282026-03-18T17:52:27.834Z Estimated space available: 155.43 GB
1292026-03-18T17:52:27.837ZEstimated space to be consumed: 1.83 GB
1302026-03-18T17:52:27.837Z Create boot environment: No
1312026-03-18T17:52:27.837ZCreate backup boot environment: No
1322026-03-18T17:52:27.837Z Rebuild boot archive: No
1332026-03-18T17:52:27.837Z
1342026-03-18T17:52:27.838ZChanged mediators:
1352026-03-18T17:52:27.838Z mediator clang:
1362026-03-18T17:52:27.838Z version: None -> 15 (system default)
1372026-03-18T17:52:27.838Z
1382026-03-18T17:52:27.838Z mediator llvm:
1392026-03-18T17:52:27.838Z version: 14 (system default) -> 15 (system default)
1402026-03-18T17:52:27.838Z
1412026-03-18T17:52:27.838ZChanged packages:
1422026-03-18T17:52:27.838Zhelios-dev
1432026-03-18T17:52:27.838Z developer/build-essential
1442026-03-18T17:52:27.838Z None -> 11-2.0
1452026-03-18T17:52:27.838Z library/libxmlsec1
1462026-03-18T17:52:27.838Z None -> 1.2.35-2.0
1472026-03-18T17:52:27.838Z ooce/developer/clang-15
1482026-03-18T17:52:27.838Z None -> 15.0.7-2.0
1492026-03-18T17:52:27.838Z ooce/developer/llvm-15
1502026-03-18T17:52:27.838Z None -> 15.0.7-2.0
1512026-03-18T17:52:27.838Z
1522026-03-18T17:52:27.838ZServices:
1532026-03-18T17:52:27.838Z restart_fmri:
1542026-03-18T17:52:27.838Z svc:/system/update-man-index:default
1552026-03-18T17:52:27.980Z
1562026-03-18T17:52:27.980ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T17:52:33.220ZDownload: 2218/3290 items 118.5/212.6MB 55% complete (25.1M/s)
1582026-03-18T17:52:37.358ZDownload: Completed 212.60 MB in 9.38 seconds (22.7M/s)
1592026-03-18T17:52:38.006Z Actions: 1/3689 actions (Installing new actions)
1602026-03-18T17:52:42.230Z Actions: Completed 3689 actions in 4.22 seconds.
1612026-03-18T17:52:42.578Z Done (0.343s)
1622026-03-18T17:52:42.579Z Done (0.000s)
1632026-03-18T17:52:43.479Z Done (0.901s)
1642026-03-18T17:52:47.418Z Done (3.593s)
1652026-03-18T17:52:47.502Z Done (0.014s)
1662026-03-18T17:52:47.505Z Done (0.000s)
1672026-03-18T17:52:47.696Z Done (0.000s)
1682026-03-18T17:52:48.689ZPlanning: Evaluating mediator changes ... Done
1692026-03-18T17:52:48.837ZPlanning: Checking for conflicting actions ... Done
1702026-03-18T17:52:48.840ZPlanning: Consolidating action changes ... Done
1712026-03-18T17:52:49.064ZPlanning: Evaluating mediators ... Done
1722026-03-18T17:52:49.067ZPlanning: Planning completed in 0.38 seconds
1732026-03-18T17:52:49.094Z Mediators to change: 2
1742026-03-18T17:52:49.094Z Create boot environment: No
1752026-03-18T17:52:49.094ZCreate backup boot environment: No
1762026-03-18T17:52:49.163Z Done
1772026-03-18T17:52:49.163Z Done
1782026-03-18T17:52:49.894Z Done
1792026-03-18T17:52:53.216Z Done
1802026-03-18T17:52:53.299Z Done
1812026-03-18T17:52:53.303Z Done
1822026-03-18T17:52:53.445Z Done
1832026-03-18T17:52:53.985ZPlanning: Evaluating mediator changes ... Done
1842026-03-18T17:52:53.988ZPlanning: Merging actions ... Done
1852026-03-18T17:52:54.157ZPlanning: Checking for conflicting actions ... Done
1862026-03-18T17:52:54.160ZPlanning: Consolidating action changes ... Done
1872026-03-18T17:52:54.379ZPlanning: Evaluating mediators ... Done
1882026-03-18T17:52:54.423ZPlanning: Planning completed in 0.64 seconds
1892026-03-18T17:52:54.452Z Packages to change: 1
1902026-03-18T17:52:54.452Z Mediators to change: 1
1912026-03-18T17:52:54.455Z Services to change: 1
1922026-03-18T17:52:54.455Z Create boot environment: No
1932026-03-18T17:52:54.455ZCreate backup boot environment: Yes
1942026-03-18T17:52:56.975Z Actions: 1/6 actions (Updating modified actions)
1952026-03-18T17:52:56.978Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-18T17:52:56.979Z Done
1972026-03-18T17:52:56.979Z Done
1982026-03-18T17:52:57.171Z Done
1992026-03-18T17:53:00.471Z Done
2002026-03-18T17:53:00.561Z Done
2012026-03-18T17:53:00.564Z Done
2022026-03-18T17:53:00.714Z Done
2032026-03-18T17:53:01.098ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-18T17:53:01.098Zclang system 15 system
2052026-03-18T17:53:01.098Zcsh system system illumos
2062026-03-18T17:53:01.098Zctags system system illumos
2072026-03-18T17:53:01.098Zfile system system illumos
2082026-03-18T17:53:01.098Zgcc vendor 12 vendor
2092026-03-18T17:53:01.098Zgcc system 10 system
2102026-03-18T17:53:01.098Zgcc system 7 system
2112026-03-18T17:53:01.098Zgo system 1.20 system
2122026-03-18T17:53:01.098Zgo system 1.19 system
2132026-03-18T17:53:01.098Zllvm system 15 system
2142026-03-18T17:53:01.098Zllvm system 14 system
2152026-03-18T17:53:01.098Zmariadb system 10.6 system
2162026-03-18T17:53:01.098Zmta vendor vendor dma
2172026-03-18T17:53:01.098Zopenjdk system 17 system
2182026-03-18T17:53:01.098Zopenjdk system 11 system
2192026-03-18T17:53:01.098Zopenjdk system 1.8 system
2202026-03-18T17:53:01.098Zopenssl vendor 3 vendor
2212026-03-18T17:53:01.098Zperl system 5.36 system
2222026-03-18T17:53:01.098Zpostgresql system 15 system
2232026-03-18T17:53:01.098Zpostgresql system 13 system
2242026-03-18T17:53:01.098Zpython vendor 3 vendor
2252026-03-18T17:53:01.098Zpython system 2 system
2262026-03-18T17:53:01.098Zpython3 system 3.11 system
2272026-03-18T17:53:01.098Zruby system 3.0 system
2282026-03-18T17:53:01.098Zwords vendor vendor american-english
2292026-03-18T17:53:01.099Zwords system system australian-english
2302026-03-18T17:53:01.099Zwords system system british-english
2312026-03-18T17:53:01.099Zwords system system canadian-english
2322026-03-18T17:53:01.099Zwords system system french
2332026-03-18T17:53:01.099Zwords system system italian
2342026-03-18T17:53:01.099Zwords system system ngerman
2352026-03-18T17:53:01.099Zwords system system ogerman
2362026-03-18T17:53:01.099Zwords system system spanish
2372026-03-18T17:53:01.401ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-18T17:53:01.401Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-18T17:53:07.389ZFMRI IFO
2402026-03-18T17:53:07.389Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-18T17:53:07.389Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-18T17:53:07.389Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-18T17:53:07.389Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-18T17:53:07.389Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-18T17:53:07.389Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-18T17:53:07.389Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-18T17:53:07.389Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-18T17:53:07.389Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-18T17:53:07.389Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-18T17:53:07.389Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-18T17:53:07.389Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-18T17:53:07.389Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-18T17:53:07.389Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-18T17:53:07.389Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-18T17:53:07.389Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-18T17:53:08.653Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-18T17:53:08.982Z Updating crates.io index
2582026-03-18T17:53:08.985Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-18T17:53:09.284Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-18T17:53:10.291Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-18T17:53:10.861Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-18T17:53:11.254Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-18T17:53:12.223Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-18T17:53:13.850Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-18T17:53:16.249Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-18T17:53:17.916Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-18T17:53:19.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-18T17:53:19.676Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-18T17:53:21.792Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-18T17:53:22.355Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-18T17:53:23.064Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-18T17:53:23.450Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-18T17:53:24.549Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-18T17:53:25.121Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-18T17:53:25.560Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-18T17:53:26.059Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-18T17:53:26.851Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-18T17:53:27.257Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-18T17:53:27.550Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-18T17:53:27.841Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-18T17:53:28.257Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-18T17:53:28.686Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-18T17:53:29.277Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-18T17:53:29.650Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-18T17:53:30.040Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-18T17:53:30.360Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-18T17:53:31.781Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-18T17:53:32.075Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-18T17:53:32.581Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-18T17:53:32.936Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-18T17:53:33.323Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-18T17:53:33.860Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-18T17:53:34.173Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-18T17:53:34.435Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-18T17:53:34.862Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-18T17:53:50.621Z Downloading crates ...
2972026-03-18T17:53:50.686Z Downloaded anyhow v1.0.102
2982026-03-18T17:53:50.690Z Downloaded block-buffer v0.10.4
2992026-03-18T17:53:50.693Z Downloaded anstream v0.6.21
3002026-03-18T17:53:50.696Z Downloaded autocfg v1.5.0
3012026-03-18T17:53:50.696Z Downloaded bytecount v0.6.9
3022026-03-18T17:53:50.699Z Downloaded cpufeatures v0.2.17
3032026-03-18T17:53:50.699Z Downloaded bitflags v2.11.0
3042026-03-18T17:53:50.703Z Downloaded crypto-common v0.1.7
3052026-03-18T17:53:50.706Z Downloaded plain v0.2.3
3062026-03-18T17:53:50.706Z Downloaded displaydoc v0.2.5
3072026-03-18T17:53:50.709Z Downloaded fnv v1.0.7
3082026-03-18T17:53:50.709Z Downloaded clap_lex v1.0.0
3092026-03-18T17:53:50.712Z Downloaded ordered-float v2.10.1
3102026-03-18T17:53:50.712Z Downloaded textwrap v0.16.2
3112026-03-18T17:53:50.716Z Downloaded typeid v1.0.3
3122026-03-18T17:53:50.716Z Downloaded cargo_metadata v0.21.0
3132026-03-18T17:53:50.719Z Downloaded tinystr v0.8.2
3142026-03-18T17:53:50.723Z Downloaded heck v0.4.1
3152026-03-18T17:53:50.727Z Downloaded dtrace-parser v0.2.0
3162026-03-18T17:53:50.727Z Downloaded erased-serde v0.4.9
3172026-03-18T17:53:50.727Z Downloaded icu_properties v2.1.2
3182026-03-18T17:53:50.730Z Downloaded usdt v0.5.0
3192026-03-18T17:53:50.730Z Downloaded zerofrom v0.1.6
3202026-03-18T17:53:50.731Z Downloaded utf8parse v0.2.2
3212026-03-18T17:53:50.734Z Downloaded unicode-linebreak v0.1.5
3222026-03-18T17:53:50.734Z Downloaded toml_write v0.1.2
3232026-03-18T17:53:50.734Z Downloaded equivalent v1.0.2
3242026-03-18T17:53:50.734Z Downloaded anstyle v1.0.13
3252026-03-18T17:53:50.738Z Downloaded unicode-xid v0.2.6
3262026-03-18T17:53:50.738Z Downloaded thiserror v1.0.69
3272026-03-18T17:53:50.741Z Downloaded itoa v1.0.17
3282026-03-18T17:53:50.744Z Downloaded toml_datetime v0.6.11
3292026-03-18T17:53:50.744Z Downloaded yoke-derive v0.8.1
3302026-03-18T17:53:50.750Z Downloaded version_check v0.9.5
3312026-03-18T17:53:50.753Z Downloaded zmij v1.0.21
3322026-03-18T17:53:50.753Z Downloaded yoke v0.8.1
3332026-03-18T17:53:50.756Z Downloaded usdt-attr-macro v0.5.0
3342026-03-18T17:53:50.756Z Downloaded thread-id v4.2.2
3352026-03-18T17:53:50.756Z Downloaded usdt-macro v0.5.0
3362026-03-18T17:53:50.756Z Downloaded cfg-if v1.0.4
3372026-03-18T17:53:50.759Z Downloaded serde_spanned v0.6.9
3382026-03-18T17:53:50.759Z Downloaded zerofrom-derive v0.1.6
3392026-03-18T17:53:50.759Z Downloaded heck v0.5.0
3402026-03-18T17:53:50.762Z Downloaded fastrand v2.3.0
3412026-03-18T17:53:50.762Z Downloaded zerovec-derive v0.11.2
3422026-03-18T17:53:50.762Z Downloaded utf8_iter v1.0.4
3432026-03-18T17:53:50.765Z Downloaded writeable v0.6.2
3442026-03-18T17:53:50.765Z Downloaded usdt-impl v0.5.0
3452026-03-18T17:53:50.768Z Downloaded idna_adapter v1.2.1
3462026-03-18T17:53:50.768Z Downloaded memmap v0.7.0
3472026-03-18T17:53:50.768Z Downloaded dof v0.3.0
3482026-03-18T17:53:50.771Z Downloaded colorchoice v1.0.4
3492026-03-18T17:53:50.771Z Downloaded unicode-ident v1.0.24
3502026-03-18T17:53:50.774Z Downloaded thiserror v2.0.18
3512026-03-18T17:53:50.777Z Downloaded zerocopy-derive v0.7.35
3522026-03-18T17:53:50.780Z Downloaded ucd-trie v0.1.7
3532026-03-18T17:53:50.780Z Downloaded toml v0.8.23
3542026-03-18T17:53:50.784Z Downloaded form_urlencoded v1.2.2
3552026-03-18T17:53:50.784Z Downloaded thiserror-impl v1.0.69
3562026-03-18T17:53:50.784Z Downloaded generic-array v0.14.7
3572026-03-18T17:53:50.787Z Downloaded thiserror-impl v2.0.18
3582026-03-18T17:53:50.787Z Downloaded tabled_derive v0.7.0
3592026-03-18T17:53:50.787Z Downloaded pretty-hex v0.4.1
3602026-03-18T17:53:50.790Z Downloaded percent-encoding v2.3.2
3612026-03-18T17:53:50.790Z Downloaded is_terminal_polyfill v1.70.2
3622026-03-18T17:53:50.790Z Downloaded smawk v0.3.2
3632026-03-18T17:53:50.795Z Downloaded zerotrie v0.2.3
3642026-03-18T17:53:50.798Z Downloaded typenum v1.19.0
3652026-03-18T17:53:50.801Z Downloaded toml_edit v0.22.27
3662026-03-18T17:53:50.804Z Downloaded errno v0.3.14
3672026-03-18T17:53:50.807Z Downloaded litemap v0.8.1
3682026-03-18T17:53:50.810Z Downloaded url v2.5.8
3692026-03-18T17:53:50.810Z Downloaded swrite v0.1.0
3702026-03-18T17:53:50.813Z Downloaded proc-macro-error-attr v1.0.4
3712026-03-18T17:53:50.813Z Downloaded cargo-platform v0.2.0
3722026-03-18T17:53:50.813Z Downloaded serde-value v0.7.0
3732026-03-18T17:53:50.816Z Downloaded anstyle-query v1.1.5
3742026-03-18T17:53:50.816Z Downloaded macaddr v1.0.1
3752026-03-18T17:53:50.819Z Downloaded stable_deref_trait v1.2.1
3762026-03-18T17:53:50.819Z Downloaded terminal_size v0.4.3
3772026-03-18T17:53:50.822Z Downloaded zerovec v0.11.5
3782026-03-18T17:53:50.825Z Downloaded winnow v0.7.14
3792026-03-18T17:53:50.831Z Downloaded zerocopy v0.7.35
3802026-03-18T17:53:50.842Z Downloaded potential_utf v0.1.4
3812026-03-18T17:53:50.845Z Downloaded anstyle-parse v0.2.7
3822026-03-18T17:53:50.845Z Downloaded cargo_toml v0.21.0
3832026-03-18T17:53:50.848Z Downloaded unicode-width v0.1.14
3842026-03-18T17:53:50.851Z Downloaded serde-untagged v0.1.9
3852026-03-18T17:53:50.851Z Downloaded synstructure v0.13.2
3862026-03-18T17:53:50.854Z Downloaded unicode-width v0.2.0
3872026-03-18T17:53:50.857Z Downloaded sha2 v0.10.9
3882026-03-18T17:53:50.857Z Downloaded fs-err v3.3.0
3892026-03-18T17:53:50.861Z Downloaded camino-tempfile v1.4.1
3902026-03-18T17:53:50.861Z Downloaded clap v4.5.60
3912026-03-18T17:53:50.866Z Downloaded proc-macro-error v1.0.4
3922026-03-18T17:53:50.869Z Downloaded memchr v2.8.0
3932026-03-18T17:53:50.872Z Downloaded icu_locale_core v2.1.1
3942026-03-18T17:53:50.875Z Downloaded semver v1.0.27
3952026-03-18T17:53:50.879Z Downloaded serde_tokenstream v0.2.3
3962026-03-18T17:53:50.879Z Downloaded scroll v0.12.0
3972026-03-18T17:53:50.882Z Downloaded cargo-util-schemas v0.8.2
3982026-03-18T17:53:50.882Z Downloaded scroll_derive v0.12.1
3992026-03-18T17:53:50.882Z Downloaded byteorder v1.5.0
4002026-03-18T17:53:50.885Z Downloaded digest v0.10.7
4012026-03-18T17:53:50.885Z Downloaded strsim v0.11.1
4022026-03-18T17:53:50.896Z Downloaded clap_derive v4.5.55
4032026-03-18T17:53:50.899Z Downloaded tempfile v3.25.0
4042026-03-18T17:53:50.903Z Downloaded pest_generator v2.8.6
4052026-03-18T17:53:50.905Z Downloaded icu_provider v2.1.1
4062026-03-18T17:53:50.916Z Downloaded smallvec v1.15.1
4072026-03-18T17:53:50.919Z Downloaded once_cell v1.21.3
4082026-03-18T17:53:50.922Z Downloaded quote v1.0.44
4092026-03-18T17:53:50.925Z Downloaded num-traits v0.2.19
4102026-03-18T17:53:50.928Z Downloaded pest_derive v2.8.6
4112026-03-18T17:53:50.931Z Downloaded indexmap v2.13.0
4122026-03-18T17:53:50.934Z Downloaded papergrid v0.11.0
4132026-03-18T17:53:50.937Z Downloaded getrandom v0.4.1
4142026-03-18T17:53:50.940Z Downloaded camino v1.2.2
4152026-03-18T17:53:50.940Z Downloaded log v0.4.29
4162026-03-18T17:53:50.944Z Downloaded serde_core v1.0.228
4172026-03-18T17:53:50.952Z Downloaded serde_derive v1.0.228
4182026-03-18T17:53:50.958Z Downloaded icu_normalizer v2.1.1
4192026-03-18T17:53:50.963Z Downloaded proc-macro2 v1.0.106
4202026-03-18T17:53:50.974Z Downloaded icu_normalizer_data v2.1.1
4212026-03-18T17:53:50.986Z Downloaded pest_meta v2.8.6
4222026-03-18T17:53:50.989Z Downloaded serde v1.0.228
4232026-03-18T17:53:50.999Z Downloaded icu_collections v2.1.1
4242026-03-18T17:53:51.003Z Downloaded idna v1.1.0
4252026-03-18T17:53:51.006Z Downloaded hashbrown v0.16.1
4262026-03-18T17:53:51.016Z Downloaded icu_properties_data v2.1.2
4272026-03-18T17:53:51.022Z Downloaded pest v2.8.6
4282026-03-18T17:53:51.046Z Downloaded clap_builder v4.5.60
4292026-03-18T17:53:51.051Z Downloaded serde_json v1.0.149
4302026-03-18T17:53:51.062Z Downloaded tabled v0.15.0
4312026-03-18T17:53:51.074Z Downloaded goblin v0.8.2
4322026-03-18T17:53:51.086Z Downloaded syn v1.0.109
4332026-03-18T17:53:51.096Z Downloaded syn v2.0.117
4342026-03-18T17:53:51.107Z Downloaded rustix v1.1.3
4352026-03-18T17:53:51.146Z Downloaded libc v0.2.180
4362026-03-18T17:53:51.233Z Compiling proc-macro2 v1.0.106
4372026-03-18T17:53:51.233Z Compiling unicode-ident v1.0.24
4382026-03-18T17:53:51.236Z Compiling quote v1.0.44
4392026-03-18T17:53:51.236Z Compiling serde_core v1.0.228
4402026-03-18T17:53:51.236Z Compiling libc v0.2.180
4412026-03-18T17:53:51.236Z Compiling version_check v0.9.5
4422026-03-18T17:53:51.236Z Compiling memchr v2.8.0
4432026-03-18T17:53:51.237Z Compiling stable_deref_trait v1.2.1
4442026-03-18T17:53:51.237Z Compiling serde v1.0.228
4452026-03-18T17:53:51.237Z Compiling zmij v1.0.21
4462026-03-18T17:53:51.237Z Compiling ucd-trie v0.1.7
4472026-03-18T17:53:51.237Z Compiling autocfg v1.5.0
4482026-03-18T17:53:51.445Z Compiling thiserror v1.0.69
4492026-03-18T17:53:51.448Z Compiling itoa v1.0.17
4502026-03-18T17:53:51.448Z Compiling litemap v0.8.1
4512026-03-18T17:53:51.715Z Compiling writeable v0.6.2
4522026-03-18T17:53:51.743Z Compiling icu_normalizer_data v2.1.1
4532026-03-18T17:53:51.915Z Compiling byteorder v1.5.0
4542026-03-18T17:53:52.069Z Compiling rustix v1.1.3
4552026-03-18T17:53:52.099Z Compiling icu_properties_data v2.1.2
4562026-03-18T17:53:52.172Z Compiling serde_json v1.0.149
4572026-03-18T17:53:52.197Z Compiling bitflags v2.11.0
4582026-03-18T17:53:52.369Z Compiling pest v2.8.6
4592026-03-18T17:53:52.371Z Compiling num-traits v0.2.19
4602026-03-18T17:53:52.611Z Compiling typeid v1.0.3
4612026-03-18T17:53:52.614Z Compiling hashbrown v0.16.1
4622026-03-18T17:53:52.614Z Compiling equivalent v1.0.2
4632026-03-18T17:53:52.722Z Compiling smallvec v1.15.1
4642026-03-18T17:53:52.752Z Compiling usdt-impl v0.5.0
4652026-03-18T17:53:52.755Z Compiling proc-macro-error-attr v1.0.4
4662026-03-18T17:53:52.939Z Compiling toml_write v0.1.2
4672026-03-18T17:53:52.942Z Compiling winnow v0.7.14
4682026-03-18T17:53:52.998Z Compiling errno v0.3.14
4692026-03-18T17:53:53.003Z Compiling thread-id v4.2.2
4702026-03-18T17:53:53.062Z Compiling erased-serde v0.4.9
4712026-03-18T17:53:53.116Z Compiling syn v1.0.109
4722026-03-18T17:53:53.277Z Compiling proc-macro-error v1.0.4
4732026-03-18T17:53:53.334Z Compiling utf8parse v0.2.2
4742026-03-18T17:53:53.337Z Compiling log v0.4.29
4752026-03-18T17:53:53.390Z Compiling indexmap v2.13.0
4762026-03-18T17:53:53.393Z Compiling percent-encoding v2.3.2
4772026-03-18T17:53:53.479Z Compiling syn v2.0.117
4782026-03-18T17:53:53.507Z Compiling utf8_iter v1.0.4
4792026-03-18T17:53:53.536Z Compiling getrandom v0.4.1
4802026-03-18T17:53:53.567Z Compiling plain v0.2.3
4812026-03-18T17:53:53.627Z Compiling thiserror v2.0.18
4822026-03-18T17:53:53.631Z Compiling camino v1.2.2
4832026-03-18T17:53:53.716Z Compiling form_urlencoded v1.2.2
4842026-03-18T17:53:53.802Z Compiling anstyle-parse v0.2.7
4852026-03-18T17:53:53.923Z Compiling pest_meta v2.8.6
4862026-03-18T17:53:54.041Z Compiling pretty-hex v0.4.1
4872026-03-18T17:53:54.100Z Compiling ordered-float v2.10.1
4882026-03-18T17:53:54.165Z Compiling cfg-if v1.0.4
4892026-03-18T17:53:54.168Z Compiling anstyle-query v1.1.5
4902026-03-18T17:53:54.225Z Compiling anstyle v1.0.13
4912026-03-18T17:53:54.225Z Compiling is_terminal_polyfill v1.70.2
4922026-03-18T17:53:54.285Z Compiling colorchoice v1.0.4
4932026-03-18T17:53:54.372Z Compiling fs-err v3.3.0
4942026-03-18T17:53:54.430Z Compiling anyhow v1.0.102
4952026-03-18T17:53:54.459Z Compiling strsim v0.11.1
4962026-03-18T17:53:54.486Z Compiling heck v0.5.0
4972026-03-18T17:53:54.515Z Compiling terminal_size v0.4.3
4982026-03-18T17:53:54.544Z Compiling anstream v0.6.21
4992026-03-18T17:53:54.575Z Compiling heck v0.4.1
5002026-03-18T17:53:54.667Z Compiling unicode-xid v0.2.6
5012026-03-18T17:53:54.884Z Compiling semver v1.0.27
5022026-03-18T17:53:54.943Z Compiling clap_lex v1.0.0
5032026-03-18T17:53:54.947Z Compiling bytecount v0.6.9
5042026-03-18T17:53:55.002Z Compiling unicode-width v0.1.14
5052026-03-18T17:53:55.005Z Compiling fnv v1.0.7
5062026-03-18T17:53:55.064Z Compiling once_cell v1.21.3
5072026-03-18T17:53:55.069Z Compiling fastrand v2.3.0
5082026-03-18T17:53:55.216Z Compiling clap_builder v4.5.60
5092026-03-18T17:53:55.305Z Compiling memmap v0.7.0
5102026-03-18T17:53:55.393Z Compiling papergrid v0.11.0
5112026-03-18T17:53:55.422Z Compiling tempfile v3.25.0
5122026-03-18T17:53:55.425Z Compiling smawk v0.3.2
5132026-03-18T17:53:55.484Z Compiling serde-untagged v0.1.9
5142026-03-18T17:53:55.487Z Compiling unicode-width v0.2.0
5152026-03-18T17:53:55.549Z Compiling unicode-linebreak v0.1.5
5162026-03-18T17:53:55.660Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5172026-03-18T17:53:55.798Z Compiling camino-tempfile v1.4.1
5182026-03-18T17:53:55.873Z Compiling swrite v0.1.0
5192026-03-18T17:53:55.932Z Compiling textwrap v0.16.2
5202026-03-18T17:53:56.335Z Compiling tabled_derive v0.7.0
5212026-03-18T17:53:57.209Z Compiling tabled v0.15.0
5222026-03-18T17:53:57.260Z Compiling synstructure v0.13.2
5232026-03-18T17:53:57.260Z Compiling pest_generator v2.8.6
5242026-03-18T17:53:58.003Z Compiling serde_derive v1.0.228
5252026-03-18T17:53:58.003Z Compiling zerofrom-derive v0.1.6
5262026-03-18T17:53:58.007Z Compiling yoke-derive v0.8.1
5272026-03-18T17:53:58.007Z Compiling zerovec-derive v0.11.2
5282026-03-18T17:53:58.007Z Compiling displaydoc v0.2.5
5292026-03-18T17:53:58.007Z Compiling thiserror-impl v1.0.69
5302026-03-18T17:53:58.007Z Compiling zerocopy-derive v0.7.35
5312026-03-18T17:53:58.007Z Compiling pest_derive v2.8.6
5322026-03-18T17:53:58.031Z Compiling scroll_derive v0.12.1
5332026-03-18T17:53:58.034Z Compiling thiserror-impl v2.0.18
5342026-03-18T17:53:58.084Z Compiling clap_derive v4.5.55
5352026-03-18T17:53:59.018Z Compiling scroll v0.12.0
5362026-03-18T17:53:59.047Z Compiling zerocopy v0.7.35
5372026-03-18T17:53:59.322Z Compiling goblin v0.8.2
5382026-03-18T17:53:59.350Z Compiling zerofrom v0.1.6
5392026-03-18T17:53:59.500Z Compiling yoke v0.8.1
5402026-03-18T17:53:59.640Z Compiling dtrace-parser v0.2.0
5412026-03-18T17:53:59.708Z Compiling zerovec v0.11.5
5422026-03-18T17:53:59.708Z Compiling zerotrie v0.2.3
5432026-03-18T17:53:59.992Z Compiling clap v4.5.60
5442026-03-18T17:54:00.352Z Compiling tinystr v0.8.2
5452026-03-18T17:54:00.352Z Compiling potential_utf v0.1.4
5462026-03-18T17:54:00.518Z Compiling icu_collections v2.1.1
5472026-03-18T17:54:00.549Z Compiling icu_locale_core v2.1.1
5482026-03-18T17:54:01.328Z Compiling icu_provider v2.1.1
5492026-03-18T17:54:01.462Z Compiling serde_spanned v0.6.9
5502026-03-18T17:54:01.462Z Compiling toml_datetime v0.6.11
5512026-03-18T17:54:01.466Z Compiling serde-value v0.7.0
5522026-03-18T17:54:01.466Z Compiling cargo-platform v0.2.0
5532026-03-18T17:54:01.466Z Compiling macaddr v1.0.1
5542026-03-18T17:54:01.485Z Compiling dof v0.3.0
5552026-03-18T17:54:01.489Z Compiling serde_tokenstream v0.2.3
5562026-03-18T17:54:01.651Z Compiling icu_normalizer v2.1.1
5572026-03-18T17:54:01.654Z Compiling icu_properties v2.1.2
5582026-03-18T17:54:01.749Z Compiling toml_edit v0.22.27
5592026-03-18T17:54:02.545Z Compiling usdt-attr-macro v0.5.0
5602026-03-18T17:54:02.549Z Compiling usdt-macro v0.5.0
5612026-03-18T17:54:02.839Z Compiling idna_adapter v1.2.1
5622026-03-18T17:54:02.973Z Compiling idna v1.1.0
5632026-03-18T17:54:03.289Z Compiling usdt v0.5.0
5642026-03-18T17:54:03.325Z Compiling url v2.5.8
5652026-03-18T17:54:03.555Z Compiling toml v0.8.23
5662026-03-18T17:54:04.024Z Compiling cargo-util-schemas v0.8.2
5672026-03-18T17:54:04.028Z Compiling cargo_toml v0.21.0
5682026-03-18T17:54:05.170Z Compiling cargo_metadata v0.21.0
5692026-03-18T17:54:06.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-18T17:54:09.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5712026-03-18T17:54:09.604Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-18T17:54:10.322Z Downloading crates ...
5732026-03-18T17:54:10.441Z Downloaded async-recursion v1.1.1
5742026-03-18T17:54:10.444Z Downloaded async-stream-impl v0.3.6
5752026-03-18T17:54:10.444Z Downloaded arrayvec v0.7.6
5762026-03-18T17:54:10.452Z Downloaded aead v0.5.2
5772026-03-18T17:54:10.452Z Downloaded adler2 v2.0.1
5782026-03-18T17:54:10.456Z Downloaded aes-gcm v0.10.3
5792026-03-18T17:54:10.459Z Downloaded aes v0.8.4
5802026-03-18T17:54:10.462Z Downloaded filetime v0.2.27
5812026-03-18T17:54:10.462Z Downloaded clang-sys v1.8.1
5822026-03-18T17:54:10.465Z Downloaded derive_builder v0.20.2
5832026-03-18T17:54:10.468Z Downloaded defmt-parser v1.0.0
5842026-03-18T17:54:10.471Z Downloaded convert_case v0.10.0
5852026-03-18T17:54:10.474Z Downloaded deranged v0.5.8
5862026-03-18T17:54:10.474Z Downloaded const_format_proc_macros v0.2.34
5872026-03-18T17:54:10.477Z Downloaded csv-core v0.1.13
5882026-03-18T17:54:10.477Z Downloaded cookie_store v0.22.1
5892026-03-18T17:54:10.480Z Downloaded defmt v1.0.1
5902026-03-18T17:54:10.483Z Downloaded debug-ignore v1.0.5
5912026-03-18T17:54:10.483Z Downloaded console v0.16.2
5922026-03-18T17:54:10.486Z Downloaded bit-vec v0.6.3
5932026-03-18T17:54:10.489Z Downloaded data-encoding v2.10.0
5942026-03-18T17:54:10.489Z Downloaded ctr v0.9.2
5952026-03-18T17:54:10.492Z Downloaded derive_builder_core v0.20.2
5962026-03-18T17:54:10.492Z Downloaded cipher v0.4.4
5972026-03-18T17:54:10.495Z Downloaded darling_core v0.23.0
5982026-03-18T17:54:10.497Z Downloaded fatfs v0.3.6
5992026-03-18T17:54:10.500Z Downloaded find-msvc-tools v0.1.9
6002026-03-18T17:54:10.500Z Downloaded env_logger v0.11.9
6012026-03-18T17:54:10.503Z Downloaded derive_builder_macro v0.20.2
6022026-03-18T17:54:10.506Z Downloaded der v0.7.10
6032026-03-18T17:54:10.509Z Downloaded dirs-next v2.0.0
6042026-03-18T17:54:10.509Z Downloaded crossbeam-epoch v0.9.18
6052026-03-18T17:54:10.512Z Downloaded bb8 v0.8.6
6062026-03-18T17:54:10.515Z Downloaded derive-where v1.6.0
6072026-03-18T17:54:10.518Z Downloaded ff v0.13.1
6082026-03-18T17:54:10.518Z Downloaded env_filter v1.0.0
6092026-03-18T17:54:10.520Z Downloaded darling_macro v0.21.3
6102026-03-18T17:54:10.523Z Downloaded fixedbitset v0.4.2
6112026-03-18T17:54:10.523Z Downloaded darling_macro v0.23.0
6122026-03-18T17:54:10.523Z Downloaded dyn-clone v1.0.20
6132026-03-18T17:54:10.526Z Downloaded fallible-iterator v0.2.0
6142026-03-18T17:54:10.526Z Downloaded dsl_auto_type v0.2.0
6152026-03-18T17:54:10.529Z Downloaded darling v0.20.11
6162026-03-18T17:54:10.532Z Downloaded float-cmp v0.10.0
6172026-03-18T17:54:10.535Z Downloaded crc8 v0.1.1
6182026-03-18T17:54:10.535Z Downloaded arrayref v0.3.9
6192026-03-18T17:54:10.538Z Downloaded flagset v0.4.7
6202026-03-18T17:54:10.538Z Downloaded dunce v1.0.5
6212026-03-18T17:54:10.538Z Downloaded crc v3.4.0
6222026-03-18T17:54:10.541Z Downloaded der_derive v0.7.3
6232026-03-18T17:54:10.541Z Downloaded dtrace-parser v0.3.0
6242026-03-18T17:54:10.544Z Downloaded dof v0.4.0
6252026-03-18T17:54:10.544Z Downloaded foreign-types-shared v0.1.1
6262026-03-18T17:54:10.547Z Downloaded embedded-io v0.6.1
6272026-03-18T17:54:10.547Z Downloaded enum-as-inner v0.6.1
6282026-03-18T17:54:10.550Z Downloaded cbc v0.1.2
6292026-03-18T17:54:10.550Z Downloaded difflib v0.4.0
6302026-03-18T17:54:10.550Z Downloaded cpufeatures v0.3.0
6312026-03-18T17:54:10.554Z Downloaded cmake v0.1.57
6322026-03-18T17:54:10.554Z Downloaded display-error-chain v0.2.2
6332026-03-18T17:54:10.557Z Downloaded foreign-types v0.3.2
6342026-03-18T17:54:10.557Z Downloaded atomicwrites v0.4.4
6352026-03-18T17:54:10.557Z Downloaded foreign-types-shared v0.3.1
6362026-03-18T17:54:10.557Z Downloaded ciborium-io v0.2.2
6372026-03-18T17:54:10.561Z Downloaded cfg_aliases v0.2.1
6382026-03-18T17:54:10.561Z Downloaded array-init v0.0.4
6392026-03-18T17:54:10.561Z Downloaded gethostname v0.5.0
6402026-03-18T17:54:10.564Z Downloaded dropshot-api-manager-types v0.6.0
6412026-03-18T17:54:10.564Z Downloaded bit-set v0.8.0
6422026-03-18T17:54:10.564Z Downloaded downcast-rs v2.0.2
6432026-03-18T17:54:10.568Z Downloaded curve25519-dalek-derive v0.1.1
6442026-03-18T17:54:10.568Z Downloaded fd-lock v4.0.4
6452026-03-18T17:54:10.570Z Downloaded ghash v0.5.1
6462026-03-18T17:54:10.570Z Downloaded diesel_table_macro_syntax v0.3.0
6472026-03-18T17:54:10.570Z Downloaded foreign-types v0.5.0
6482026-03-18T17:54:10.573Z Downloaded bitfield-struct v0.6.2
6492026-03-18T17:54:10.573Z Downloaded fxhash v0.2.1
6502026-03-18T17:54:10.573Z Downloaded futures-sink v0.3.32
6512026-03-18T17:54:10.577Z Downloaded futures-core v0.3.32
6522026-03-18T17:54:10.577Z Downloaded ed25519 v2.2.3
6532026-03-18T17:54:10.580Z Downloaded futures-task v0.3.32
6542026-03-18T17:54:10.580Z Downloaded cexpr v0.6.0
6552026-03-18T17:54:10.583Z Downloaded bitfield v0.19.4
6562026-03-18T17:54:10.583Z Downloaded git-stub v1.0.0
6572026-03-18T17:54:10.586Z Downloaded foreign-types-macros v0.2.3
6582026-03-18T17:54:10.586Z Downloaded endian-type v0.1.2
6592026-03-18T17:54:10.586Z Downloaded buf-list v1.1.2
6602026-03-18T17:54:10.589Z Downloaded float-ord v0.3.2
6612026-03-18T17:54:10.592Z Downloaded async-trait v0.1.89
6622026-03-18T17:54:10.595Z Downloaded bytes v1.11.1
6632026-03-18T17:54:10.598Z Downloaded globwalk v0.9.1
6642026-03-18T17:54:10.598Z Downloaded http-body v1.0.1
6652026-03-18T17:54:10.601Z Downloaded hash32 v0.3.1
6662026-03-18T17:54:10.601Z Downloaded funty v2.0.0
6672026-03-18T17:54:10.601Z Downloaded embedded-io v0.4.0
6682026-03-18T17:54:10.604Z Downloaded corncobs v0.1.4
6692026-03-18T17:54:10.607Z Downloaded hash32 v0.2.1
6702026-03-18T17:54:10.607Z Downloaded console v0.15.11
6712026-03-18T17:54:10.609Z Downloaded blowfish v0.9.1
6722026-03-18T17:54:10.609Z Downloaded hostname v0.4.2
6732026-03-18T17:54:10.614Z Downloaded httpdate v1.0.3
6742026-03-18T17:54:10.614Z Downloaded headers-core v0.3.0
6752026-03-18T17:54:10.614Z Downloaded crossbeam-deque v0.8.6
6762026-03-18T17:54:10.617Z Downloaded daft v0.1.5
6772026-03-18T17:54:10.617Z Downloaded hubpack v0.1.2
6782026-03-18T17:54:10.619Z Downloaded fixedbitset v0.5.7
6792026-03-18T17:54:10.619Z Downloaded base64ct v1.8.3
6802026-03-18T17:54:10.622Z Downloaded ena v0.14.4
6812026-03-18T17:54:10.625Z Downloaded fs-err v2.11.0
6822026-03-18T17:54:10.626Z Downloaded bcs v0.1.6
6832026-03-18T17:54:10.629Z Downloaded critical-section v1.2.0
6842026-03-18T17:54:10.629Z Downloaded home v0.5.12
6852026-03-18T17:54:10.632Z Downloaded ident_case v1.0.1
6862026-03-18T17:54:10.632Z Downloaded crossbeam-utils v0.8.21
6872026-03-18T17:54:10.634Z Downloaded hyper-tls v0.6.0
6882026-03-18T17:54:10.634Z Downloaded hubpack_derive v0.1.1
6892026-03-18T17:54:10.638Z Downloaded http-range v0.1.5
6902026-03-18T17:54:10.638Z Downloaded foldhash v0.2.0
6912026-03-18T17:54:10.638Z Downloaded either v1.15.0
6922026-03-18T17:54:10.641Z Downloaded internet-checksum v0.2.1
6932026-03-18T17:54:10.641Z Downloaded instant v0.1.13
6942026-03-18T17:54:10.641Z Downloaded indoc v1.0.9
6952026-03-18T17:54:10.645Z Downloaded instability v0.3.11
6962026-03-18T17:54:10.645Z Downloaded inout v0.1.4
6972026-03-18T17:54:10.648Z Downloaded is_ci v1.2.0
6982026-03-18T17:54:10.648Z Downloaded is-terminal v0.4.17
6992026-03-18T17:54:10.648Z Downloaded const-oid v0.9.6
7002026-03-18T17:54:10.651Z Downloaded colored v2.2.0
7012026-03-18T17:54:10.654Z Downloaded bzip2 v0.4.4
7022026-03-18T17:54:10.654Z Downloaded kstat-rs v0.2.4
7032026-03-18T17:54:10.657Z Downloaded cassowary v0.3.0
7042026-03-18T17:54:10.657Z Downloaded erased-serde v0.3.31
7052026-03-18T17:54:10.660Z Downloaded colored v3.1.1
7062026-03-18T17:54:10.663Z Downloaded glob v0.3.3
7072026-03-18T17:54:10.663Z Downloaded foldhash v0.1.5
7082026-03-18T17:54:10.667Z Downloaded drift v0.1.3
7092026-03-18T17:54:10.671Z Downloaded lazy_static v1.5.0
7102026-03-18T17:54:10.671Z Downloaded lalrpop-util v0.19.12
7112026-03-18T17:54:10.676Z Downloaded humantime v2.3.0
7122026-03-18T17:54:10.676Z Downloaded linked-hash-map v0.5.6
7132026-03-18T17:54:10.676Z Downloaded lru-slab v0.1.2
7142026-03-18T17:54:10.680Z Downloaded managed v0.8.0
7152026-03-18T17:54:10.680Z Downloaded lru v0.12.5
7162026-03-18T17:54:10.680Z Downloaded lru-cache v0.1.2
7172026-03-18T17:54:10.680Z Downloaded keccak v0.1.6
7182026-03-18T17:54:10.684Z Downloaded highway v1.3.0
7192026-03-18T17:54:10.696Z Downloaded libscf-sys v1.1.0
7202026-03-18T17:54:10.699Z Downloaded darling v0.23.0
7212026-03-18T17:54:10.702Z Downloaded darling v0.21.3
7222026-03-18T17:54:10.705Z Downloaded hyper-staticfile v0.10.1
7232026-03-18T17:54:10.708Z Downloaded fs_extra v1.3.0
7242026-03-18T17:54:10.711Z Downloaded allocator-api2 v0.2.21
7252026-03-18T17:54:10.714Z Downloaded mime v0.3.17
7262026-03-18T17:54:10.714Z Downloaded md5 v0.7.0
7272026-03-18T17:54:10.714Z Downloaded md-5 v0.10.6
7282026-03-18T17:54:10.717Z Downloaded maybe-uninit v2.0.0
7292026-03-18T17:54:10.717Z Downloaded backon v1.6.0
7302026-03-18T17:54:10.720Z Downloaded jobserver v0.1.34
7312026-03-18T17:54:10.723Z Downloaded ipnetwork v0.21.1
7322026-03-18T17:54:10.726Z Downloaded multimap v0.10.1
7332026-03-18T17:54:10.726Z Downloaded lzss v0.8.2
7342026-03-18T17:54:10.726Z Downloaded nonempty v0.12.0
7352026-03-18T17:54:10.729Z Downloaded nodrop v0.1.14
7362026-03-18T17:54:10.729Z Downloaded linear-map v1.2.0
7372026-03-18T17:54:10.729Z Downloaded libloading v0.8.9
7382026-03-18T17:54:10.732Z Downloaded memoffset v0.9.1
7392026-03-18T17:54:10.735Z Downloaded half v1.8.3
7402026-03-18T17:54:10.735Z Downloaded globset v0.4.18
7412026-03-18T17:54:10.738Z Downloaded git-stub-vcs v0.1.0
7422026-03-18T17:54:10.738Z Downloaded newtype-uuid-macros v0.1.0
7432026-03-18T17:54:10.741Z Downloaded new_debug_unreachable v1.0.6
7442026-03-18T17:54:10.741Z Downloaded ipnet v2.11.0
7452026-03-18T17:54:10.744Z Downloaded ingot-types v0.1.2
7462026-03-18T17:54:10.744Z Downloaded lock_api v0.4.14
7472026-03-18T17:54:10.747Z Downloaded ingot v0.1.1
7482026-03-18T17:54:10.747Z Downloaded indoc v2.0.7
7492026-03-18T17:54:10.750Z Downloaded num-iter v0.1.45
7502026-03-18T17:54:10.750Z Downloaded num-derive v0.4.2
7512026-03-18T17:54:10.753Z Downloaded opaque-debug v0.3.1
7522026-03-18T17:54:10.753Z Downloaded httparse v1.10.1
7532026-03-18T17:54:10.756Z Downloaded libefi-sys v0.1.0
7542026-03-18T17:54:10.756Z Downloaded num-conv v0.2.0
7552026-03-18T17:54:10.756Z Downloaded normalize-line-endings v0.3.0
7562026-03-18T17:54:10.759Z Downloaded crc32fast v1.5.0
7572026-03-18T17:54:10.759Z Downloaded arc-swap v1.8.2
7582026-03-18T17:54:10.762Z Downloaded hmac v0.12.1
7592026-03-18T17:54:10.765Z Downloaded getrandom v0.3.4
7602026-03-18T17:54:10.768Z Downloaded openssl-probe v0.1.6
7612026-03-18T17:54:10.771Z Downloaded olpc-cjson v0.1.4
7622026-03-18T17:54:10.771Z Downloaded elliptic-curve v0.13.8
7632026-03-18T17:54:10.774Z Downloaded num_threads v0.1.7
7642026-03-18T17:54:10.777Z Downloaded oso-derive v0.27.3
7652026-03-18T17:54:10.777Z Downloaded openssl-probe v0.2.1
7662026-03-18T17:54:10.777Z Downloaded hyper-rustls v0.27.7
7672026-03-18T17:54:10.780Z Downloaded litrs v1.0.0
7682026-03-18T17:54:10.782Z Downloaded nibble_vec v0.1.0
7692026-03-18T17:54:10.782Z Downloaded iana-time-zone v0.1.65
7702026-03-18T17:54:10.785Z Downloaded newtype-uuid v1.3.2
7712026-03-18T17:54:10.789Z Downloaded native-tls v0.2.18
7722026-03-18T17:54:10.789Z Downloaded crc-any v2.5.0
7732026-03-18T17:54:10.792Z Downloaded peg-runtime v0.8.5
7742026-03-18T17:54:10.792Z Downloaded nanorand v0.7.0
7752026-03-18T17:54:10.795Z Downloaded nu-ansi-term v0.50.3
7762026-03-18T17:54:10.798Z Downloaded base64 v0.22.1
7772026-03-18T17:54:10.800Z Downloaded pbkdf2 v0.12.2
7782026-03-18T17:54:10.800Z Downloaded half v2.7.1
7792026-03-18T17:54:10.803Z Downloaded packed_struct_codegen v0.10.1
7802026-03-18T17:54:10.806Z Downloaded path-slash v0.1.5
7812026-03-18T17:54:10.806Z Downloaded multer v3.1.0
7822026-03-18T17:54:10.809Z Downloaded parse-size v1.1.0
7832026-03-18T17:54:10.809Z Downloaded parse-display v0.10.0
7842026-03-18T17:54:10.809Z Downloaded num-rational v0.4.2
7852026-03-18T17:54:10.812Z Downloaded dropshot_endpoint v0.16.7
7862026-03-18T17:54:10.814Z Downloaded pbkdf2 v0.11.0
7872026-03-18T17:54:10.817Z Downloaded phf_shared v0.13.1
7882026-03-18T17:54:10.817Z Downloaded mime_guess v2.0.5
7892026-03-18T17:54:10.821Z Downloaded libsw-core v0.3.2
7902026-03-18T17:54:10.821Z Downloaded phf_shared v0.11.3
7912026-03-18T17:54:10.824Z Downloaded phf_shared v0.12.1
7922026-03-18T17:54:10.824Z Downloaded num-integer v0.1.46
7932026-03-18T17:54:10.824Z Downloaded num_enum v0.7.5
7942026-03-18T17:54:10.828Z Downloaded pin-utils v0.1.0
7952026-03-18T17:54:10.830Z Downloaded darling_core v0.20.11
7962026-03-18T17:54:10.833Z Downloaded precomputed-hash v0.1.1
7972026-03-18T17:54:10.836Z Downloaded packed_struct v0.10.1
7982026-03-18T17:54:10.836Z Downloaded memmap2 v0.9.10
7992026-03-18T17:54:10.839Z Downloaded num_enum_derive v0.7.5
8002026-03-18T17:54:10.839Z Downloaded num_enum v0.5.11
8012026-03-18T17:54:10.842Z Downloaded cc v1.2.56
8022026-03-18T17:54:10.845Z Downloaded predicates-core v1.0.10
8032026-03-18T17:54:10.848Z Downloaded flate2 v1.1.9
8042026-03-18T17:54:10.851Z Downloaded oxnet v0.1.4
8052026-03-18T17:54:10.854Z Downloaded ignore v0.4.25
8062026-03-18T17:54:10.857Z Downloaded oxide-tokio-rt v0.1.3
8072026-03-18T17:54:10.857Z Downloaded parse-display-derive v0.10.0
8082026-03-18T17:54:10.860Z Downloaded parking_lot_core v0.8.6
8092026-03-18T17:54:10.860Z Downloaded newline-converter v0.3.0
8102026-03-18T17:54:10.863Z Downloaded compact_str v0.8.1
8112026-03-18T17:54:10.867Z Downloaded pem v3.0.6
8122026-03-18T17:54:10.867Z Downloaded ingot-macros v0.1.1
8132026-03-18T17:54:10.867Z Downloaded base64 v0.21.7
8142026-03-18T17:54:10.870Z Downloaded progenitor-client v0.10.0
8152026-03-18T17:54:10.872Z Downloaded proc-macro-error-attr2 v2.0.0
8162026-03-18T17:54:10.872Z Downloaded phf v0.12.1
8172026-03-18T17:54:10.872Z Downloaded progenitor-client v0.11.2
8182026-03-18T17:54:10.875Z Downloaded predicates-tree v1.0.13
8192026-03-18T17:54:10.875Z Downloaded openssl-macros v0.1.1
8202026-03-18T17:54:10.878Z Downloaded newtype_derive v0.1.6
8212026-03-18T17:54:10.878Z Downloaded num-derive v0.3.3
8222026-03-18T17:54:10.878Z Downloaded omicron-zone-package v0.12.2
8232026-03-18T17:54:10.881Z Downloaded heapless v0.8.0
8242026-03-18T17:54:10.886Z Downloaded flume v0.11.1
8252026-03-18T17:54:10.888Z Downloaded proc-macro-crate v3.4.0
8262026-03-18T17:54:10.891Z Downloaded progenitor-macro v0.13.0
8272026-03-18T17:54:10.891Z Downloaded powerfmt v0.2.0
8282026-03-18T17:54:10.891Z Downloaded peg-macros v0.8.5
8292026-03-18T17:54:10.894Z Downloaded password-hash v0.5.0
8302026-03-18T17:54:10.894Z Downloaded bumpalo v3.20.2
8312026-03-18T17:54:10.897Z Downloaded radium v0.7.0
8322026-03-18T17:54:10.900Z Downloaded ppv-lite86 v0.2.21
8332026-03-18T17:54:10.900Z Downloaded parking_lot v0.11.2
8342026-03-18T17:54:10.903Z Downloaded postgres-protocol v0.6.10
8352026-03-18T17:54:10.903Z Downloaded rand_chacha v0.3.1
8362026-03-18T17:54:10.906Z Downloaded libbz2-rs-sys v0.2.2
8372026-03-18T17:54:10.906Z Downloaded progenitor-macro v0.10.0
8382026-03-18T17:54:10.909Z Downloaded headers v0.4.1
8392026-03-18T17:54:10.913Z Downloaded rand_xorshift v0.4.0
8402026-03-18T17:54:10.916Z Downloaded pin-project-internal v1.1.11
8412026-03-18T17:54:10.916Z Downloaded darling_core v0.21.3
8422026-03-18T17:54:10.919Z Downloaded crossbeam-channel v0.5.15
8432026-03-18T17:54:10.922Z Downloaded recursive v0.1.1
8442026-03-18T17:54:10.925Z Downloaded proc-macro-crate v1.3.1
8452026-03-18T17:54:10.925Z Downloaded recursive-proc-macro-impl v0.1.1
8462026-03-18T17:54:10.925Z Downloaded ref-cast-impl v1.0.25
8472026-03-18T17:54:10.928Z Downloaded pkg-config v0.3.32
8482026-03-18T17:54:10.928Z Downloaded const_format v0.2.35
8492026-03-18T17:54:10.931Z Downloaded progenitor v0.13.0
8502026-03-18T17:54:10.934Z Downloaded predicates v3.1.4
8512026-03-18T17:54:10.938Z Downloaded polyval v0.6.2
8522026-03-18T17:54:10.938Z Downloaded progenitor v0.10.0
8532026-03-18T17:54:10.938Z Downloaded rfc6979 v0.4.0
8542026-03-18T17:54:10.941Z Downloaded parking_lot_core v0.9.12
8552026-03-18T17:54:10.941Z Downloaded indicatif v0.18.4
8562026-03-18T17:54:10.945Z Downloaded progenitor-extras v0.1.1
8572026-03-18T17:54:10.948Z Downloaded progenitor-client v0.13.0
8582026-03-18T17:54:10.948Z Downloaded proc-macro-error2 v2.0.1
8592026-03-18T17:54:10.951Z Downloaded jiff-static v0.2.21
8602026-03-18T17:54:10.955Z Downloaded pkcs1 v0.7.5
8612026-03-18T17:54:10.955Z Downloaded russh-cryptovec v0.7.3
8622026-03-18T17:54:10.958Z Downloaded paste v1.0.15
8632026-03-18T17:54:10.958Z Downloaded rustc-hash v2.1.1
8642026-03-18T17:54:10.961Z Downloaded rustc_version v0.4.1
8652026-03-18T17:54:10.961Z Downloaded rtoolbox v0.0.3
8662026-03-18T17:54:10.961Z Downloaded r2d2 v0.8.10
8672026-03-18T17:54:10.964Z Downloaded rand_core v0.10.0
8682026-03-18T17:54:10.964Z Downloaded primeorder v0.13.6
8692026-03-18T17:54:10.967Z Downloaded rustc_version v0.1.7
8702026-03-18T17:54:10.967Z Downloaded hickory-resolver v0.25.2
8712026-03-18T17:54:10.970Z Downloaded hickory-resolver v0.24.4
8722026-03-18T17:54:10.973Z Downloaded rand_seeder v0.4.0
8732026-03-18T17:54:10.976Z Downloaded psm v0.1.30
8742026-03-18T17:54:10.979Z Downloaded progenitor v0.11.2
8752026-03-18T17:54:10.979Z Downloaded phf v0.13.1
8762026-03-18T17:54:10.982Z Downloaded peg v0.8.5
8772026-03-18T17:54:10.985Z Downloaded rand_core v0.9.5
8782026-03-18T17:54:10.985Z Downloaded rand_chacha v0.9.0
8792026-03-18T17:54:10.988Z Downloaded pkcs8 v0.10.2
8802026-03-18T17:54:10.991Z Downloaded ed25519-dalek v2.2.0
8812026-03-18T17:54:10.991Z Downloaded dropshot-api-manager v0.6.0
8822026-03-18T17:54:10.994Z Downloaded postcard v1.1.3
8832026-03-18T17:54:10.997Z Downloaded diesel_derives v2.3.7
8842026-03-18T17:54:11.001Z Downloaded salsa20 v0.10.2
8852026-03-18T17:54:11.006Z Downloaded same-file v1.0.6
8862026-03-18T17:54:11.006Z Downloaded aho-corasick v1.1.4
8872026-03-18T17:54:11.009Z Downloaded scroll_derive v0.13.1
8882026-03-18T17:54:11.009Z Downloaded scrypt v0.11.0
8892026-03-18T17:54:11.013Z Downloaded sapling-renderdag v0.1.0
8902026-03-18T17:54:11.013Z Downloaded resolv-conf v0.7.6
8912026-03-18T17:54:11.016Z Downloaded scopeguard v1.2.0
8922026-03-18T17:54:11.016Z Downloaded password-hash v0.4.2
8932026-03-18T17:54:11.019Z Downloaded parking_lot v0.12.5
8942026-03-18T17:54:11.019Z Downloaded scheduled-thread-pool v0.2.7
8952026-03-18T17:54:11.022Z Downloaded ref-cast v1.0.25
8962026-03-18T17:54:11.024Z Downloaded secrecy v0.10.3
8972026-03-18T17:54:11.024Z Downloaded seq-macro v0.3.6
8982026-03-18T17:54:11.027Z Downloaded secrecy v0.8.0
8992026-03-18T17:54:11.027Z Downloaded quinn-udp v0.5.14
9002026-03-18T17:54:11.030Z Downloaded serde_plain v1.0.2
9012026-03-18T17:54:11.030Z Downloaded derive_more-impl v2.1.1
9022026-03-18T17:54:11.033Z Downloaded serde-big-array v0.5.1
9032026-03-18T17:54:11.038Z Downloaded serde_spanned v1.0.4
9042026-03-18T17:54:11.038Z Downloaded serde_repr v0.1.20
9052026-03-18T17:54:11.041Z Downloaded semver v0.1.20
9062026-03-18T17:54:11.041Z Downloaded miniz_oxide v0.8.9
9072026-03-18T17:54:11.044Z Downloaded serde_urlencoded v0.7.1
9082026-03-18T17:54:11.044Z Downloaded rustls-pemfile v1.0.4
9092026-03-18T17:54:11.047Z Downloaded postgres-types v0.2.12
9102026-03-18T17:54:11.050Z Downloaded rustversion v1.0.22
9112026-03-18T17:54:11.050Z Downloaded pin-project-lite v0.2.17
9122026-03-18T17:54:11.053Z Downloaded indexmap v1.9.3
9132026-03-18T17:54:11.056Z Downloaded signal-hook-tokio v0.3.1
9142026-03-18T17:54:11.059Z Downloaded signal-hook-mio v0.2.5
9152026-03-18T17:54:11.059Z Downloaded sha1 v0.10.6
9162026-03-18T17:54:11.062Z Downloaded rand_core v0.6.4
9172026-03-18T17:54:11.062Z Downloaded hyper-util v0.1.20
9182026-03-18T17:54:11.066Z Downloaded pin-project v1.1.11
9192026-03-18T17:54:11.075Z Downloaded sigpipe v0.1.3
9202026-03-18T17:54:11.078Z Downloaded signature v2.2.0
9212026-03-18T17:54:11.078Z Downloaded pkcs5 v0.7.1
9222026-03-18T17:54:11.081Z Downloaded p256 v0.13.2
9232026-03-18T17:54:11.083Z Downloaded slog-envlogger v2.2.0
9242026-03-18T17:54:11.086Z Downloaded siphasher v1.0.2
9252026-03-18T17:54:11.086Z Downloaded rustls-pemfile v2.2.0
9262026-03-18T17:54:11.089Z Downloaded schemars_derive v0.8.22
9272026-03-18T17:54:11.092Z Downloaded scroll v0.13.0
9282026-03-18T17:54:11.092Z Downloaded minimal-lexical v0.2.1
9292026-03-18T17:54:11.095Z Downloaded prefix-trie v0.7.0
9302026-03-18T17:54:11.099Z Downloaded progenitor-impl v0.10.0
9312026-03-18T17:54:11.102Z Downloaded serde_derive_internals v0.29.1
9322026-03-18T17:54:11.102Z Downloaded sec1 v0.7.3
9332026-03-18T17:54:11.106Z Downloaded serde_bytes v0.11.19
9342026-03-18T17:54:11.106Z Downloaded papergrid v0.17.0
9352026-03-18T17:54:11.109Z Downloaded ssh-cipher v0.2.0
9362026-03-18T17:54:11.112Z Downloaded serde_path_to_error v0.1.20
9372026-03-18T17:54:11.112Z Downloaded sqlparser_derive v0.5.0
9382026-03-18T17:54:11.114Z Downloaded expectorate v1.2.0
9392026-03-18T17:54:11.115Z Downloaded http v1.4.0
9402026-03-18T17:54:11.117Z Downloaded russh-keys v0.45.0
9412026-03-18T17:54:11.120Z Downloaded rustls-native-certs v0.8.3
9422026-03-18T17:54:11.123Z Downloaded hickory-server v0.25.2
9432026-03-18T17:54:11.126Z Downloaded shlex v1.3.0
9442026-03-18T17:54:11.129Z Downloaded hashbrown v0.13.2
9452026-03-18T17:54:11.133Z Downloaded rusty-fork v0.3.1
9462026-03-18T17:54:11.136Z Downloaded rustls-pki-types v1.14.0
9472026-03-18T17:54:11.136Z Downloaded strip-ansi-escapes v0.2.1
9482026-03-18T17:54:11.136Z Downloaded ssh-encoding v0.2.0
9492026-03-18T17:54:11.139Z Downloaded structmeta v0.3.0
9502026-03-18T17:54:11.139Z Downloaded strum v0.27.2
9512026-03-18T17:54:11.139Z Downloaded slog-stdlog v4.1.1
9522026-03-18T17:54:11.142Z Downloaded subtle v2.6.1
9532026-03-18T17:54:11.142Z Downloaded snafu-derive v0.8.9
9542026-03-18T17:54:11.145Z Downloaded slab v0.4.12
9552026-03-18T17:54:11.145Z Downloaded shell-words v1.1.1
9562026-03-18T17:54:11.147Z Downloaded sync_wrapper v1.0.2
9572026-03-18T17:54:11.147Z Downloaded pretty_assertions v1.4.1
9582026-03-18T17:54:11.150Z Downloaded simd-adler32 v0.3.8
9592026-03-18T17:54:11.150Z Downloaded blake3 v1.8.3
9602026-03-18T17:54:11.157Z Downloaded ron v0.8.1
9612026-03-18T17:54:11.162Z Downloaded take_mut v0.2.2
9622026-03-18T17:54:11.164Z Downloaded tabwriter v1.4.1
9632026-03-18T17:54:11.164Z Downloaded tap v1.0.1
9642026-03-18T17:54:11.167Z Downloaded tagptr v0.2.0
9652026-03-18T17:54:11.167Z Downloaded structmeta-derive v0.3.0
9662026-03-18T17:54:11.170Z Downloaded spki v0.7.3
9672026-03-18T17:54:11.170Z Downloaded smallvec v0.6.14
9682026-03-18T17:54:11.173Z Downloaded tabled_derive v0.11.0
9692026-03-18T17:54:11.173Z Downloaded slog-scope v4.4.1
9702026-03-18T17:54:11.176Z Downloaded slog-json v2.6.1
9712026-03-18T17:54:11.176Z Downloaded oso v0.27.3
9722026-03-18T17:54:11.179Z Downloaded sqlformat v0.3.5
9732026-03-18T17:54:11.182Z Downloaded smf v0.2.3
9742026-03-18T17:54:11.182Z Downloaded serde_with_macros v3.17.0
9752026-03-18T17:54:11.186Z Downloaded num-bigint v0.4.6
9762026-03-18T17:54:11.189Z Downloaded slog-dtrace v0.3.0
9772026-03-18T17:54:11.189Z Downloaded slog-bunyan v2.5.0
9782026-03-18T17:54:11.192Z Downloaded termtree v0.5.1
9792026-03-18T17:54:11.192Z Downloaded thread-id v5.1.0
9802026-03-18T17:54:11.195Z Downloaded thiserror-impl-no-std v2.0.2
9812026-03-18T17:54:11.195Z Downloaded testing_table v0.3.0
9822026-03-18T17:54:11.195Z Downloaded nom v7.1.3
9832026-03-18T17:54:11.199Z Downloaded supports-color v3.0.2
9842026-03-18T17:54:11.201Z Downloaded sync-ptr v0.1.4
9852026-03-18T17:54:11.201Z Downloaded slog-async v2.8.0
9862026-03-18T17:54:11.204Z Downloaded rcgen v0.12.1
9872026-03-18T17:54:11.204Z Downloaded rayon-core v1.13.0
9882026-03-18T17:54:11.207Z Downloaded tinyvec_macros v0.1.1
9892026-03-18T17:54:11.210Z Downloaded static_assertions v1.1.0
9902026-03-18T17:54:11.210Z Downloaded stacker v0.1.23
9912026-03-18T17:54:11.213Z Downloaded time-core v0.1.8
9922026-03-18T17:54:11.213Z Downloaded strum_macros v0.27.2
9932026-03-18T17:54:11.216Z Downloaded slog-term v2.9.2
9942026-03-18T17:54:11.219Z Downloaded support-bundle-viewer v0.1.2
9952026-03-18T17:54:11.219Z Downloaded string_cache v0.8.9
9962026-03-18T17:54:11.222Z Downloaded iri-string v0.7.10
9972026-03-18T17:54:11.225Z Downloaded strum_macros v0.24.3
9982026-03-18T17:54:11.228Z Downloaded spin v0.9.8
9992026-03-18T17:54:11.231Z Downloaded itertools v0.13.0
10002026-03-18T17:54:11.234Z Downloaded strum_macros v0.26.4
10012026-03-18T17:54:11.237Z Downloaded schemars v0.8.22
10022026-03-18T17:54:11.245Z Downloaded serde_cbor v0.11.2
10032026-03-18T17:54:11.248Z Downloaded topological-sort v0.2.2
10042026-03-18T17:54:11.251Z Downloaded prettyplease v0.2.37
10052026-03-18T17:54:11.254Z Downloaded qorb v0.4.1
10062026-03-18T17:54:11.256Z Downloaded thread_local v1.1.9
10072026-03-18T17:54:11.259Z Downloaded signal-hook v0.3.18
10082026-03-18T17:54:11.262Z Downloaded tower-service v0.3.3
10092026-03-18T17:54:11.262Z Downloaded publicsuffix v2.3.0
10102026-03-18T17:54:11.265Z Downloaded unicode-truncate v1.1.0
10112026-03-18T17:54:11.265Z Downloaded tower-layer v0.3.3
10122026-03-18T17:54:11.265Z Downloaded quinn v0.11.9
10132026-03-18T17:54:11.268Z Downloaded try-lock v0.2.5
10142026-03-18T17:54:11.271Z Downloaded tiny-keccak v2.0.2
10152026-03-18T17:54:11.271Z Downloaded hyper v1.8.1
10162026-03-18T17:54:11.276Z Downloaded unit-prefix v0.5.2
10172026-03-18T17:54:11.279Z Downloaded unarray v0.1.4
10182026-03-18T17:54:11.279Z Downloaded typify-macro v0.4.3
10192026-03-18T17:54:11.282Z Downloaded libxml v0.3.3
10202026-03-18T17:54:11.285Z Downloaded stringprep v0.1.5
10212026-03-18T17:54:11.288Z Downloaded universal-hash v0.5.1
10222026-03-18T17:54:11.289Z Downloaded time-macros v0.2.27
10232026-03-18T17:54:11.292Z Downloaded thiserror-no-std v2.0.2
10242026-03-18T17:54:11.292Z Downloaded tokio-native-tls v0.3.1
10252026-03-18T17:54:11.295Z Downloaded typify-macro v0.6.1
10262026-03-18T17:54:11.295Z Downloaded usdt v0.6.0
10272026-03-18T17:54:11.295Z Downloaded futures-util v0.3.32
10282026-03-18T17:54:11.303Z Downloaded untrusted v0.7.1
10292026-03-18T17:54:11.306Z Downloaded usdt-attr-macro v0.6.0
10302026-03-18T17:54:11.306Z Downloaded similar v2.7.0
10312026-03-18T17:54:11.309Z Downloaded iddqd v0.3.17
10322026-03-18T17:54:11.314Z Downloaded waitgroup v0.1.2
10332026-03-18T17:54:11.317Z Downloaded tokio-rustls v0.25.0
10342026-03-18T17:54:11.317Z Downloaded wait-timeout v0.2.1
10352026-03-18T17:54:11.319Z Downloaded socket2 v0.6.2
10362026-03-18T17:54:11.322Z Downloaded untrusted v0.9.0
10372026-03-18T17:54:11.322Z Downloaded rand v0.9.2
10382026-03-18T17:54:11.325Z Downloaded rsa v0.9.10
10392026-03-18T17:54:11.328Z Downloaded utf-8 v0.7.6
10402026-03-18T17:54:11.331Z Downloaded usdt-macro v0.6.0
10412026-03-18T17:54:11.331Z Downloaded tokio-tungstenite v0.23.1
10422026-03-18T17:54:11.334Z Downloaded ryu v1.0.23
10432026-03-18T17:54:11.337Z Downloaded rand v0.8.5
10442026-03-18T17:54:11.340Z Downloaded tokio-macros v2.6.0
10452026-03-18T17:54:11.340Z Downloaded tokio-dtrace v0.1.1
10462026-03-18T17:54:11.340Z Downloaded tls_codec_derive v0.4.2
10472026-03-18T17:54:11.343Z Downloaded toml_writer v1.0.6+spec-1.1.0
10482026-03-18T17:54:11.343Z Downloaded want v0.3.1
10492026-03-18T17:54:11.346Z Downloaded void v1.0.2
10502026-03-18T17:54:11.346Z Downloaded num-bigint-dig v0.8.6
10512026-03-18T17:54:11.349Z Downloaded rustls-webpki v0.103.9
10522026-03-18T17:54:11.351Z Downloaded termios v0.3.3
10532026-03-18T17:54:11.351Z Downloaded trait-variant v0.1.2
10542026-03-18T17:54:11.354Z Downloaded itertools v0.12.1
10552026-03-18T17:54:11.357Z Downloaded unicase v2.9.0
10562026-03-18T17:54:11.360Z Downloaded tui-tree-widget v0.23.1
10572026-03-18T17:54:11.360Z Downloaded tls_codec v0.4.2
10582026-03-18T17:54:11.363Z Downloaded hashbrown v0.15.5
10592026-03-18T17:54:11.366Z Downloaded xshell-macros v0.2.7
10602026-03-18T17:54:11.371Z Downloaded xattr v1.6.1
10612026-03-18T17:54:11.371Z Downloaded tokio-stream v0.1.18
10622026-03-18T17:54:11.374Z Downloaded schemars v1.2.1
10632026-03-18T17:54:11.382Z Downloaded tokio-rustls v0.24.1
10642026-03-18T17:54:11.385Z Downloaded slog v2.8.2
10652026-03-18T17:54:11.387Z Downloaded itertools v0.14.0
10662026-03-18T17:54:11.392Z Downloaded zone_cfg_derive v0.3.1
10672026-03-18T17:54:11.395Z Downloaded zone v0.3.1
10682026-03-18T17:54:11.395Z Downloaded zeroize_derive v1.4.3
10692026-03-18T17:54:11.396Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10702026-03-18T17:54:11.399Z Downloaded tokio-tungstenite v0.21.0
10712026-03-18T17:54:11.399Z Downloaded usdt-impl v0.6.0
10722026-03-18T17:54:11.402Z Downloaded toml_parser v1.0.9+spec-1.1.0
10732026-03-18T17:54:11.402Z Downloaded tar v0.4.44
10742026-03-18T17:54:11.405Z Downloaded tracing-attributes v0.1.31
10752026-03-18T17:54:11.408Z Downloaded vergen-git2 v1.0.7
10762026-03-18T17:54:11.408Z Downloaded socket2 v0.5.10
10772026-03-18T17:54:11.411Z Downloaded whoami v1.6.1
10782026-03-18T17:54:11.411Z Downloaded samael v0.0.19
10792026-03-18T17:54:11.415Z Downloaded vsss-rs v3.3.4
10802026-03-18T17:54:11.418Z Downloaded subprocess v0.2.15
10812026-03-18T17:54:11.421Z Downloaded libm v0.2.16
10822026-03-18T17:54:11.427Z Downloaded wyz v0.5.1
10832026-03-18T17:54:11.430Z Downloaded whoami v2.1.0
10842026-03-18T17:54:11.430Z Downloaded walkdir v2.5.0
10852026-03-18T17:54:11.433Z Downloaded xz2 v0.1.7
10862026-03-18T17:54:11.433Z Downloaded snafu v0.8.9
10872026-03-18T17:54:11.443Z Downloaded schemars v0.9.0
10882026-03-18T17:54:11.447Z Downloaded vergen v9.0.6
10892026-03-18T17:54:11.450Z Downloaded tokio-rustls v0.26.4
10902026-03-18T17:54:11.453Z Downloaded zeroize v1.8.2
10912026-03-18T17:54:11.453Z Downloaded toml v0.9.12+spec-1.1.0
10922026-03-18T17:54:11.456Z Downloaded toml v0.7.8
10932026-03-18T17:54:11.459Z Downloaded zstd-safe v7.2.4
10942026-03-18T17:54:11.459Z Downloaded vergen-gitcl v1.0.8
10952026-03-18T17:54:11.462Z Downloaded zstd v0.13.3
10962026-03-18T17:54:11.465Z Downloaded h2 v0.4.13
10972026-03-18T17:54:11.468Z Downloaded tungstenite v0.23.0
10982026-03-18T17:54:11.471Z Downloaded uzers v0.12.2
10992026-03-18T17:54:11.474Z Downloaded russh v0.45.0
11002026-03-18T17:54:11.477Z Downloaded steno v0.4.1
11012026-03-18T17:54:11.479Z Downloaded unicode-bidi v0.3.18
11022026-03-18T17:54:11.482Z Downloaded twox-hash v2.1.2
11032026-03-18T17:54:11.485Z Downloaded zerocopy v0.6.6
11042026-03-18T17:54:11.485Z Downloaded yasna v0.5.2
11052026-03-18T17:54:11.489Z Downloaded unsafe-libyaml v0.2.11
11062026-03-18T17:54:11.492Z Downloaded uuid v1.21.0
11072026-03-18T17:54:11.492Z Downloaded typify v0.6.1
11082026-03-18T17:54:11.495Z Downloaded typify v0.4.3
11092026-03-18T17:54:11.498Z Downloaded xshell v0.2.7
11102026-03-18T17:54:11.501Z Downloaded tracing-core v0.1.36
11112026-03-18T17:54:11.504Z Downloaded ron v0.12.0
11122026-03-18T17:54:11.508Z Downloaded bindgen v0.71.1
11132026-03-18T17:54:11.513Z Downloaded rpassword v7.4.0
11142026-03-18T17:54:11.516Z Downloaded rustyline v14.0.0
11152026-03-18T17:54:11.519Z Downloaded tungstenite v0.21.0
11162026-03-18T17:54:11.522Z Downloaded toml_edit v0.23.10+spec-1.0.0
11172026-03-18T17:54:11.524Z Downloaded bitvec v1.0.1
11182026-03-18T17:54:11.535Z Downloaded hkdf v0.12.4
11192026-03-18T17:54:11.538Z Downloaded chrono v0.4.44
11202026-03-18T17:54:11.543Z Downloaded tinyvec v1.10.0
11212026-03-18T17:54:11.546Z Downloaded aws-lc-rs v1.16.0
11222026-03-18T17:54:11.552Z Downloaded test-strategy v0.4.5
11232026-03-18T17:54:11.555Z Downloaded toml_edit v0.19.15
11242026-03-18T17:54:11.568Z Downloaded zopfli v0.8.3
11252026-03-18T17:54:11.571Z Downloaded ssh-key v0.6.7
11262026-03-18T17:54:11.575Z Downloaded git2 v0.20.4
11272026-03-18T17:54:11.581Z Downloaded vte v0.14.1
11282026-03-18T17:54:11.584Z Downloaded yansi v1.0.1
11292026-03-18T17:54:11.586Z Downloaded reqwest v0.12.28
11302026-03-18T17:54:11.589Z Downloaded regex v1.12.3
11312026-03-18T17:54:11.593Z Downloaded reqwest v0.13.2
11322026-03-18T17:54:11.598Z Downloaded reedline v0.40.0
11332026-03-18T17:54:11.604Z Downloaded unicode_categories v0.1.1
11342026-03-18T17:54:11.606Z Downloaded unicode-properties v0.1.4
11352026-03-18T17:54:11.609Z Downloaded term v1.2.1
11362026-03-18T17:54:11.612Z Downloaded vergen-lib v0.1.6
11372026-03-18T17:54:11.612Z Downloaded serde_yaml v0.9.34+deprecated
11382026-03-18T17:54:11.614Z Downloaded portable-atomic v1.13.1
11392026-03-18T17:54:11.620Z Downloaded tokio-postgres v0.7.16
11402026-03-18T17:54:11.623Z Downloaded goblin v0.10.5
11412026-03-18T17:54:11.630Z Downloaded zip v0.6.6
11422026-03-18T17:54:11.633Z Downloaded p384 v0.13.1
11432026-03-18T17:54:11.637Z Downloaded salty v0.3.0
11442026-03-18T17:54:11.642Z Downloaded x509-cert v0.2.5
11452026-03-18T17:54:11.647Z Downloaded typed-path v0.9.3
11462026-03-18T17:54:11.651Z Downloaded unicode-segmentation v1.12.0
11472026-03-18T17:54:11.654Z Downloaded zerocopy-derive v0.8.40
11482026-03-18T17:54:11.660Z Downloaded tower v0.5.3
11492026-03-18T17:54:11.667Z Downloaded rayon v1.11.0
11502026-03-18T17:54:11.675Z Downloaded rustls-webpki v0.101.7
11512026-03-18T17:54:11.687Z Downloaded lalrpop v0.19.12
11522026-03-18T17:54:11.693Z Downloaded petname v2.0.2
11532026-03-18T17:54:11.697Z Downloaded tower-http v0.6.8
11542026-03-18T17:54:11.703Z Downloaded rustls-webpki v0.102.8
11552026-03-18T17:54:11.718Z Downloaded zip v4.6.1
11562026-03-18T17:54:11.721Z Downloaded proptest v1.10.0
11572026-03-18T17:54:11.728Z Downloaded serde_with v3.17.0
11582026-03-18T17:54:11.737Z Downloaded unicode-normalization v0.1.25
11592026-03-18T17:54:11.740Z Downloaded quick-xml v0.37.5
11602026-03-18T17:54:11.745Z Downloaded moka v0.12.13
11612026-03-18T17:54:11.751Z Downloaded winnow v0.5.40
11622026-03-18T17:54:11.759Z Downloaded quinn-proto v0.11.13
11632026-03-18T17:54:11.763Z Downloaded tough v0.20.0
11642026-03-18T17:54:11.769Z Downloaded nix v0.27.1
11652026-03-18T17:54:11.777Z Downloaded winnow v0.6.26
11662026-03-18T17:54:11.784Z Downloaded radix_trie v0.2.1
11672026-03-18T17:54:11.788Z Downloaded polar-core v0.27.3
11682026-03-18T17:54:11.794Z Downloaded curve25519-dalek v4.1.3
11692026-03-18T17:54:11.801Z Downloaded openssl v0.10.75
11702026-03-18T17:54:11.808Z Downloaded nix v0.28.0
11712026-03-18T17:54:11.816Z Downloaded bstr v1.12.1
11722026-03-18T17:54:11.822Z Downloaded tabled v0.20.0
11732026-03-18T17:54:11.838Z Downloaded smoltcp v0.9.1
11742026-03-18T17:54:11.846Z Downloaded nix v0.29.0
11752026-03-18T17:54:11.854Z Downloaded rustls v0.21.12
11762026-03-18T17:54:11.862Z Downloaded nix v0.31.1
11772026-03-18T17:54:11.871Z Downloaded object v0.30.4
11782026-03-18T17:54:11.878Z Downloaded zlib-rs v0.6.2
11792026-03-18T17:54:11.882Z Downloaded zerocopy v0.8.40
11802026-03-18T17:54:11.890Z Downloaded webpki-roots v1.0.6
11812026-03-18T17:54:11.893Z Downloaded rustls v0.22.4
11822026-03-18T17:54:11.903Z Downloaded regress v0.10.5
11832026-03-18T17:54:11.909Z Downloaded rustls v0.23.37
11842026-03-18T17:54:11.923Z Downloaded rustix v0.38.44
11852026-03-18T17:54:11.935Z Downloaded smoltcp v0.11.0
11862026-03-18T17:54:11.945Z Downloaded regex-syntax v0.8.10
11872026-03-18T17:54:11.952Z Downloaded openapiv3 v2.2.0
11882026-03-18T17:54:11.960Z Downloaded hickory-proto v0.25.2
11892026-03-18T17:54:11.972Z Downloaded diesel v2.3.7
11902026-03-18T17:54:11.987Z Downloaded bzip2-sys v0.1.13+1.0.8
11912026-03-18T17:54:11.997Z Downloaded sled v0.34.7
11922026-03-18T17:54:12.005Z Downloaded typify-impl v0.6.1
11932026-03-18T17:54:12.016Z Downloaded object v0.37.3
11942026-03-18T17:54:12.025Z Downloaded hickory-proto v0.24.4
11952026-03-18T17:54:12.037Z Downloaded time v0.3.47
11962026-03-18T17:54:12.047Z Downloaded typify-impl v0.4.3
11972026-03-18T17:54:12.057Z Downloaded sqlparser v0.61.0
11982026-03-18T17:54:12.064Z Downloaded regex-syntax v0.6.29
11992026-03-18T17:54:12.070Z Downloaded vcpkg v0.2.15
12002026-03-18T17:54:12.101Z Downloaded ratatui v0.29.0
12012026-03-18T17:54:12.114Z Downloaded dropshot v0.16.7
12022026-03-18T17:54:12.130Z Downloaded tokio-util v0.7.18
12032026-03-18T17:54:12.136Z Downloaded tracing v0.1.44
12042026-03-18T17:54:12.152Z Downloaded p521 v0.13.3
12052026-03-18T17:54:12.155Z Downloaded term v0.7.0
12062026-03-18T17:54:12.158Z Downloaded rand v0.10.0
12072026-03-18T17:54:12.161Z Downloaded crossterm v0.28.1
12082026-03-18T17:54:12.165Z Downloaded zerocopy-derive v0.6.6
12092026-03-18T17:54:12.173Z Downloaded lzma-sys v0.1.20
12102026-03-18T17:54:12.194Z Downloaded regex-automata v0.4.14
12112026-03-18T17:54:12.206Z Downloaded chrono-tz v0.10.4
12122026-03-18T17:54:12.219Z Downloaded petgraph v0.8.3
12132026-03-18T17:54:12.236Z Downloaded rustls-platform-verifier v0.6.2
12142026-03-18T17:54:12.239Z Downloaded itertools v0.10.5
12152026-03-18T17:54:12.243Z Downloaded signal-hook-registry v1.4.8
12162026-03-18T17:54:12.246Z Downloaded mio v1.1.1
12172026-03-18T17:54:12.249Z Downloaded petgraph v0.6.5
12182026-03-18T17:54:12.262Z Downloaded jiff v0.2.21
12192026-03-18T17:54:12.277Z Downloaded sha3 v0.10.8
12202026-03-18T17:54:12.281Z Downloaded strum v0.26.3
12212026-03-18T17:54:12.283Z Downloaded openssl-sys v0.9.111
12222026-03-18T17:54:12.286Z Downloaded hashbrown v0.12.3
12232026-03-18T17:54:12.289Z Downloaded serde-hex v0.1.0
12242026-03-18T17:54:12.289Z Downloaded sct v0.7.1
12252026-03-18T17:54:12.292Z Downloaded crossterm v0.29.0
12262026-03-18T17:54:12.296Z Downloaded progenitor-impl v0.13.0
12272026-03-18T17:54:12.299Z Downloaded progenitor-impl v0.11.2
12282026-03-18T17:54:12.302Z Downloaded poly1305 v0.8.0
12292026-03-18T17:54:12.302Z Downloaded ar_archive_writer v0.5.1
12302026-03-18T17:54:12.305Z Downloaded derive_more v2.1.1
12312026-03-18T17:54:12.312Z Downloaded csv v1.4.0
12322026-03-18T17:54:12.327Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12332026-03-18T17:54:12.341Z Downloaded libz-sys v1.1.24
12342026-03-18T17:54:12.356Z Downloaded quick-error v1.2.3
12352026-03-18T17:54:12.359Z Downloaded psl-types v2.0.11
12362026-03-18T17:54:12.359Z Downloaded progenitor-macro v0.11.2
12372026-03-18T17:54:12.359Z Downloaded pem-rfc7468 v0.7.0
12382026-03-18T17:54:12.362Z Downloaded heapless v0.7.17
12392026-03-18T17:54:12.365Z Downloaded owo-colors v4.3.0
12402026-03-18T17:54:12.365Z Downloaded num-complex v0.4.6
12412026-03-18T17:54:12.369Z Downloaded libsw v3.5.0
12422026-03-18T17:54:12.369Z Downloaded tokio v1.49.0
12432026-03-18T17:54:12.396Z Downloaded num_enum_derive v0.5.11
12442026-03-18T17:54:12.399Z Downloaded hickory-client v0.25.2
12452026-03-18T17:54:12.399Z Downloaded futures v0.3.32
12462026-03-18T17:54:12.402Z Downloaded derive_more v0.99.20
12472026-03-18T17:54:12.405Z Downloaded num v0.4.3
12482026-03-18T17:54:12.408Z Downloaded indent_write v2.2.0
12492026-03-18T17:54:12.408Z Downloaded impl-trait-for-tuples v0.2.3
12502026-03-18T17:54:12.411Z Downloaded http-body-util v0.1.3
12512026-03-18T17:54:12.411Z Downloaded chacha20poly1305 v0.10.1
12522026-03-18T17:54:12.411Z Downloaded match_cfg v0.1.0
12532026-03-18T17:54:12.414Z Downloaded maplit v1.0.2
12542026-03-18T17:54:12.414Z Downloaded getrandom v0.2.17
12552026-03-18T17:54:12.414Z Downloaded ahash v0.8.12
12562026-03-18T17:54:12.417Z Downloaded daft-derive v0.1.5
12572026-03-18T17:54:12.420Z Downloaded futures-channel v0.3.32
12582026-03-18T17:54:12.420Z Downloaded ecdsa v0.16.9
12592026-03-18T17:54:12.423Z Downloaded des v0.8.1
12602026-03-18T17:54:12.423Z Downloaded cargo_metadata v0.19.2
12612026-03-18T17:54:12.428Z Downloaded cancel-safe-futures v0.1.5
12622026-03-18T17:54:12.428Z Downloaded camino-tempfile-ext v0.3.3
12632026-03-18T17:54:12.428Z Downloaded blake2 v0.10.6
12642026-03-18T17:54:12.431Z Downloaded group v0.13.0
12652026-03-18T17:54:12.431Z Downloaded chacha20 v0.10.0
12662026-03-18T17:54:12.434Z Downloaded cargo_toml v0.22.3
12672026-03-18T17:54:12.434Z Downloaded bzip2 v0.6.1
12682026-03-18T17:54:12.434Z Downloaded async-bb8-diesel v0.2.1
12692026-03-18T17:54:12.437Z Downloaded hostname v0.3.1
12702026-03-18T17:54:12.437Z Downloaded futures-executor v0.3.32
12712026-03-18T17:54:12.437Z Downloaded diff v0.1.13
12722026-03-18T17:54:12.440Z Downloaded hex-literal v0.4.1
12732026-03-18T17:54:12.440Z Downloaded hex v0.4.3
12742026-03-18T17:54:12.443Z Downloaded futures-macro v0.3.32
12752026-03-18T17:54:12.443Z Downloaded futures-io v0.3.32
12762026-03-18T17:54:12.443Z Downloaded bit-vec v0.8.0
12772026-03-18T17:54:12.443Z Downloaded backoff v0.4.0
12782026-03-18T17:54:12.446Z Downloaded argon2 v0.5.3
12792026-03-18T17:54:12.446Z Downloaded document-features v0.2.12
12802026-03-18T17:54:12.450Z Downloaded encoding_rs v0.8.35
12812026-03-18T17:54:12.463Z Downloaded crucible-workspace-hack v0.1.0
12822026-03-18T17:54:12.466Z Downloaded dirs-sys-next v0.1.2
12832026-03-18T17:54:12.466Z Downloaded ring v0.17.14
12842026-03-18T17:54:12.495Z Downloaded atty v0.2.14
12852026-03-18T17:54:12.499Z Downloaded crc-catalog v2.4.0
12862026-03-18T17:54:12.499Z Downloaded castaway v0.2.4
12872026-03-18T17:54:12.499Z Downloaded bitfield-macros v0.19.4
12882026-03-18T17:54:12.499Z Downloaded derive-ex v0.1.8
12892026-03-18T17:54:12.502Z Downloaded constant_time_eq v0.4.2
12902026-03-18T17:54:12.502Z Downloaded bit-set v0.5.3
12912026-03-18T17:54:12.502Z Downloaded assert_matches v1.5.0
12922026-03-18T17:54:12.502Z Downloaded defmt v0.3.100
12932026-03-18T17:54:12.505Z Downloaded ciborium-ll v0.2.2
12942026-03-18T17:54:12.505Z Downloaded block-padding v0.3.3
12952026-03-18T17:54:12.505Z Downloaded ascii-canvas v3.0.0
12962026-03-18T17:54:12.505Z Downloaded crypto-bigint v0.5.5
12972026-03-18T17:54:12.510Z Downloaded diesel-dtrace v0.5.0
12982026-03-18T17:54:12.512Z Downloaded crunchy v0.2.4
12992026-03-18T17:54:12.513Z Downloaded cobs v0.3.0
13002026-03-18T17:54:12.513Z Downloaded cfg_aliases v0.1.1
13012026-03-18T17:54:12.516Z Downloaded bitflags v1.3.2
13022026-03-18T17:54:12.516Z Downloaded ciborium v0.2.2
13032026-03-18T17:54:12.519Z Downloaded chacha20 v0.9.1
13042026-03-18T17:54:12.519Z Downloaded base16ct v0.2.0
13052026-03-18T17:54:12.519Z Downloaded defmt-macros v1.0.1
13062026-03-18T17:54:12.522Z Downloaded darling_macro v0.20.11
13072026-03-18T17:54:12.522Z Downloaded base16ct v1.0.0
13082026-03-18T17:54:12.522Z Downloaded cookie v0.18.1
13092026-03-18T17:54:12.525Z Downloaded convert_case v0.4.0
13102026-03-18T17:54:12.525Z Downloaded cargo-platform v0.1.9
13112026-03-18T17:54:12.528Z Downloaded bcrypt-pbkdf v0.10.0
13122026-03-18T17:54:12.528Z Downloaded atomic-waker v1.1.2
13132026-03-18T17:54:12.528Z Downloaded async-stream v0.3.6
13142026-03-18T17:54:12.532Z Downloaded cstr-argument v0.1.2
13152026-03-18T17:54:12.544Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-18T17:54:13.112Z Downloaded aws-lc-sys v0.37.1
13172026-03-18T17:54:13.441Z Compiling libc v0.2.180
13182026-03-18T17:54:13.444Z Compiling serde v1.0.228
13192026-03-18T17:54:13.444Z Compiling log v0.4.29
13202026-03-18T17:54:13.444Z Compiling find-msvc-tools v0.1.9
13212026-03-18T17:54:13.444Z Compiling shlex v1.3.0
13222026-03-18T17:54:13.444Z Compiling smallvec v1.15.1
13232026-03-18T17:54:13.444Z Compiling typenum v1.19.0
13242026-03-18T17:54:13.444Z Compiling subtle v2.6.1
13252026-03-18T17:54:13.665Z Compiling generic-array v0.14.7
13262026-03-18T17:54:13.668Z Compiling scopeguard v1.2.0
13272026-03-18T17:54:13.686Z Compiling portable-atomic v1.13.1
13282026-03-18T17:54:13.767Z Compiling const-oid v0.9.6
13292026-03-18T17:54:13.786Z Compiling critical-section v1.2.0
13302026-03-18T17:54:13.789Z Compiling zerocopy v0.8.40
13312026-03-18T17:54:13.809Z Compiling syn v2.0.117
13322026-03-18T17:54:13.875Z Compiling serde_json v1.0.149
13332026-03-18T17:54:13.902Z Compiling lock_api v0.4.14
13342026-03-18T17:54:13.905Z Compiling parking_lot_core v0.9.12
13352026-03-18T17:54:13.905Z Compiling pin-project-lite v0.2.17
13362026-03-18T17:54:13.949Z Compiling pkg-config v0.3.32
13372026-03-18T17:54:13.972Z Compiling bitflags v2.11.0
13382026-03-18T17:54:13.993Z Compiling libm v0.2.16
13392026-03-18T17:54:13.996Z Compiling num-traits v0.2.19
13402026-03-18T17:54:14.083Z Compiling futures-core v0.3.32
13412026-03-18T17:54:14.131Z Compiling percent-encoding v2.3.2
13422026-03-18T17:54:14.175Z Compiling allocator-api2 v0.2.21
13432026-03-18T17:54:14.334Z Compiling foldhash v0.2.0
13442026-03-18T17:54:14.337Z Compiling cpufeatures v0.2.17
13452026-03-18T17:54:14.337Z Compiling futures-sink v0.3.32
13462026-03-18T17:54:14.382Z Compiling getrandom v0.4.1
13472026-03-18T17:54:14.485Z Compiling futures-channel v0.3.32
13482026-03-18T17:54:14.488Z Compiling slab v0.4.12
13492026-03-18T17:54:14.527Z Compiling futures-task v0.3.32
13502026-03-18T17:54:14.572Z Compiling futures-io v0.3.32
13512026-03-18T17:54:14.617Z Compiling hashbrown v0.16.1
13522026-03-18T17:54:14.661Z Compiling getrandom v0.3.4
13532026-03-18T17:54:14.685Z Compiling rustversion v1.0.22
13542026-03-18T17:54:14.732Z Compiling rand_core v0.10.0
13552026-03-18T17:54:14.767Z Compiling form_urlencoded v1.2.2
13562026-03-18T17:54:14.791Z Compiling ident_case v1.0.1
13572026-03-18T17:54:14.794Z Compiling fs_extra v1.3.0
13582026-03-18T17:54:14.838Z Compiling dunce v1.0.5
13592026-03-18T17:54:14.888Z Compiling getrandom v0.2.17
13602026-03-18T17:54:14.911Z Compiling jobserver v0.1.34
13612026-03-18T17:54:14.956Z Compiling errno v0.3.14
13622026-03-18T17:54:15.001Z Compiling mio v1.1.1
13632026-03-18T17:54:15.004Z Compiling socket2 v0.6.2
13642026-03-18T17:54:15.079Z Compiling rand_core v0.6.4
13652026-03-18T17:54:15.130Z Compiling signal-hook-registry v1.4.8
13662026-03-18T17:54:15.199Z Compiling once_cell v1.21.3
13672026-03-18T17:54:15.222Z Compiling cc v1.2.56
13682026-03-18T17:54:15.245Z Compiling parking_lot v0.12.5
13692026-03-18T17:54:15.366Z Compiling indexmap v2.13.0
13702026-03-18T17:54:15.433Z Compiling base64ct v1.8.3
13712026-03-18T17:54:15.458Z Compiling flagset v0.4.7
13722026-03-18T17:54:15.462Z Compiling rustix v1.1.3
13732026-03-18T17:54:15.507Z Compiling iana-time-zone v0.1.65
13742026-03-18T17:54:15.511Z Compiling uuid v1.21.0
13752026-03-18T17:54:15.511Z Compiling rustc_version v0.4.1
13762026-03-18T17:54:15.677Z Compiling regex-syntax v0.8.10
13772026-03-18T17:54:15.748Z Compiling aws-lc-rs v1.16.0
13782026-03-18T17:54:15.846Z Compiling vcpkg v0.2.15
13792026-03-18T17:54:15.885Z Compiling pem-rfc7468 v0.7.0
13802026-03-18T17:54:15.963Z Compiling rand_core v0.9.5
13812026-03-18T17:54:15.985Z Compiling tracing-core v0.1.36
13822026-03-18T17:54:16.074Z Compiling crossbeam-utils v0.8.21
13832026-03-18T17:54:16.099Z Compiling base64 v0.22.1
13842026-03-18T17:54:16.179Z Compiling openssl-probe v0.2.1
13852026-03-18T17:54:16.231Z Compiling schemars v0.8.22
13862026-03-18T17:54:16.264Z Compiling syn v1.0.109
13872026-03-18T17:54:16.334Z Compiling cmake v0.1.57
13882026-03-18T17:54:16.358Z Compiling untrusted v0.7.1
13892026-03-18T17:54:16.361Z Compiling httparse v1.10.1
13902026-03-18T17:54:16.435Z Compiling untrusted v0.9.0
13912026-03-18T17:54:16.555Z Compiling dyn-clone v1.0.20
13922026-03-18T17:54:16.558Z Compiling try-lock v0.2.5
13932026-03-18T17:54:16.598Z Compiling tower-service v0.3.3
13942026-03-18T17:54:16.621Z Compiling atomic-waker v1.1.2
13952026-03-18T17:54:16.645Z Compiling tower-layer v0.3.3
13962026-03-18T17:54:16.731Z Compiling rustls v0.23.37
13972026-03-18T17:54:16.754Z Compiling tinyvec_macros v0.1.1
13982026-03-18T17:54:16.758Z Compiling want v0.3.1
13992026-03-18T17:54:16.804Z Compiling spin v0.9.8
14002026-03-18T17:54:16.807Z Compiling aho-corasick v1.1.4
14012026-03-18T17:54:16.877Z Compiling tinyvec v1.10.0
14022026-03-18T17:54:16.880Z Compiling time-core v0.1.8
14032026-03-18T17:54:16.880Z Compiling num-conv v0.2.0
14042026-03-18T17:54:16.945Z Compiling httpdate v1.0.3
14052026-03-18T17:54:16.948Z Compiling pin-utils v0.1.0
14062026-03-18T17:54:17.013Z Compiling foreign-types-shared v0.1.1
14072026-03-18T17:54:17.036Z Compiling crc32fast v1.5.0
14082026-03-18T17:54:17.081Z Compiling powerfmt v0.2.0
14092026-03-18T17:54:17.138Z Compiling openssl v0.10.75
14102026-03-18T17:54:17.142Z Compiling time-macros v0.2.27
14112026-03-18T17:54:17.179Z Compiling foreign-types v0.3.2
14122026-03-18T17:54:17.182Z Compiling wait-timeout v0.2.1
14132026-03-18T17:54:17.248Z Compiling num_threads v0.1.7
14142026-03-18T17:54:17.306Z Compiling deranged v0.5.8
14152026-03-18T17:54:17.326Z Compiling siphasher v1.0.2
14162026-03-18T17:54:17.378Z Compiling usdt-impl v0.6.0
14172026-03-18T17:54:17.403Z Compiling quick-error v1.2.3
14182026-03-18T17:54:17.429Z Compiling simd-adler32 v0.3.8
14192026-03-18T17:54:17.452Z Compiling bit-vec v0.8.0
14202026-03-18T17:54:17.497Z Compiling native-tls v0.2.18
14212026-03-18T17:54:17.544Z Compiling either v1.15.0
14222026-03-18T17:54:17.596Z Compiling unicode-normalization v0.1.25
14232026-03-18T17:54:17.600Z Compiling aws-lc-sys v0.37.1
14242026-03-18T17:54:17.638Z Compiling ring v0.17.14
14252026-03-18T17:54:17.673Z Compiling openssl-sys v0.9.111
14262026-03-18T17:54:17.785Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-18T17:54:17.809Z Compiling tempfile v3.25.0
14282026-03-18T17:54:17.812Z Compiling bit-set v0.8.0
14292026-03-18T17:54:17.854Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-18T17:54:17.916Z Compiling crossbeam-epoch v0.9.18
14312026-03-18T17:54:18.080Z Compiling synstructure v0.13.2
14322026-03-18T17:54:18.181Z Compiling pest_generator v2.8.6
14332026-03-18T17:54:18.274Z Compiling serde_derive_internals v0.29.1
14342026-03-18T17:54:18.297Z Compiling darling_core v0.20.11
14352026-03-18T17:54:18.382Z Compiling regex-automata v0.4.14
14362026-03-18T17:54:18.435Z Compiling rusty-fork v0.3.1
14372026-03-18T17:54:18.741Z Compiling time v0.3.47
14382026-03-18T17:54:18.825Z Compiling darling_core v0.21.3
14392026-03-18T17:54:18.912Z Compiling slog v2.8.2
14402026-03-18T17:54:18.976Z Compiling rand_xorshift v0.4.0
14412026-03-18T17:54:19.166Z Compiling heapless v0.7.17
14422026-03-18T17:54:19.190Z Compiling thread-id v5.1.0
14432026-03-18T17:54:19.193Z Compiling sync_wrapper v1.0.2
14442026-03-18T17:54:19.232Z Compiling cookie v0.18.1
14452026-03-18T17:54:19.309Z Compiling signal-hook v0.3.18
14462026-03-18T17:54:19.356Z Compiling adler2 v2.0.1
14472026-03-18T17:54:19.377Z Compiling zstd-safe v7.2.4
14482026-03-18T17:54:19.380Z Compiling anyhow v1.0.102
14492026-03-18T17:54:19.485Z Compiling unicode-properties v0.1.4
14502026-03-18T17:54:19.507Z Compiling rayon-core v1.13.0
14512026-03-18T17:54:19.546Z Compiling unicode-bidi v0.3.18
14522026-03-18T17:54:19.569Z Compiling unarray v0.1.4
14532026-03-18T17:54:19.608Z Compiling unicode-segmentation v1.12.0
14542026-03-18T17:54:19.649Z Compiling paste v1.0.15
14552026-03-18T17:54:19.796Z Compiling miniz_oxide v0.8.9
14562026-03-18T17:54:19.908Z Compiling crossbeam-deque v0.8.6
14572026-03-18T17:54:20.087Z Compiling stringprep v0.1.5
14582026-03-18T17:54:20.159Z Compiling num-integer v0.1.46
14592026-03-18T17:54:20.163Z Compiling vergen-lib v0.1.6
14602026-03-18T17:54:20.183Z Compiling curve25519-dalek v4.1.3
14612026-03-18T17:54:20.304Z Compiling ff v0.13.1
14622026-03-18T17:54:20.423Z Compiling hash32 v0.2.1
14632026-03-18T17:54:20.489Z Compiling memoffset v0.9.1
14642026-03-18T17:54:20.632Z Compiling serde_derive v1.0.228
14652026-03-18T17:54:20.661Z Compiling zeroize_derive v1.4.3
14662026-03-18T17:54:20.684Z Compiling zerofrom-derive v0.1.6
14672026-03-18T17:54:20.706Z Compiling yoke-derive v0.8.1
14682026-03-18T17:54:20.726Z Compiling zerocopy-derive v0.8.40
14692026-03-18T17:54:20.730Z Compiling zerovec-derive v0.11.2
14702026-03-18T17:54:20.771Z Compiling displaydoc v0.2.5
14712026-03-18T17:54:20.795Z Compiling tokio-macros v2.6.0
14722026-03-18T17:54:21.080Z Compiling futures-macro v0.3.32
14732026-03-18T17:54:21.576Z Compiling zeroize v1.8.2
14742026-03-18T17:54:21.697Z Compiling der_derive v0.7.3
14752026-03-18T17:54:21.837Z Compiling thiserror-impl v2.0.18
14762026-03-18T17:54:21.857Z Compiling rustls-pki-types v1.14.0
14772026-03-18T17:54:22.211Z Compiling futures-util v0.3.32
14782026-03-18T17:54:22.331Z Compiling tracing-attributes v0.1.31
14792026-03-18T17:54:22.368Z Compiling schemars_derive v0.8.22
14802026-03-18T17:54:22.510Z Compiling pest_derive v2.8.6
14812026-03-18T17:54:22.574Z Compiling crypto-common v0.1.7
14822026-03-18T17:54:22.655Z Compiling block-buffer v0.10.4
14832026-03-18T17:54:22.710Z Compiling zerofrom v0.1.6
14842026-03-18T17:54:22.745Z Compiling block-padding v0.3.3
14852026-03-18T17:54:22.787Z Compiling scroll_derive v0.13.1
14862026-03-18T17:54:22.890Z Compiling yoke v0.8.1
14872026-03-18T17:54:22.912Z Compiling digest v0.10.7
14882026-03-18T17:54:22.973Z Compiling inout v0.1.4
14892026-03-18T17:54:23.053Z Compiling der v0.7.10
14902026-03-18T17:54:23.115Z Compiling darling_macro v0.20.11
14912026-03-18T17:54:23.157Z Compiling zerovec v0.11.5
14922026-03-18T17:54:23.219Z Compiling zerotrie v0.2.3
14932026-03-18T17:54:23.269Z Compiling hmac v0.12.1
14942026-03-18T17:54:23.486Z Compiling sha2 v0.10.9
14952026-03-18T17:54:23.633Z Compiling cipher v0.4.4
14962026-03-18T17:54:23.717Z Compiling pbkdf2 v0.12.2
14972026-03-18T17:54:23.766Z Compiling thiserror v2.0.18
14982026-03-18T17:54:23.876Z Compiling tinystr v0.8.2
14992026-03-18T17:54:23.901Z Compiling potential_utf v0.1.4
15002026-03-18T17:54:23.923Z Compiling scroll v0.13.0
15012026-03-18T17:54:23.923Z Compiling darling v0.20.11
15022026-03-18T17:54:24.000Z Compiling salsa20 v0.10.2
15032026-03-18T17:54:24.043Z Compiling cbc v0.1.2
15042026-03-18T17:54:24.129Z Compiling icu_locale_core v2.1.1
15052026-03-18T17:54:24.153Z Compiling icu_collections v2.1.1
15062026-03-18T17:54:24.179Z Compiling scrypt v0.11.0
15072026-03-18T17:54:24.203Z Compiling aes v0.8.4
15082026-03-18T17:54:24.244Z Compiling spki v0.7.3
15092026-03-18T17:54:24.266Z Compiling tracing v0.1.44
15102026-03-18T17:54:24.323Z Compiling goblin v0.10.5
15112026-03-18T17:54:24.401Z Compiling thiserror-impl v1.0.69
15122026-03-18T17:54:24.527Z Compiling openssl-macros v0.1.1
15132026-03-18T17:54:24.549Z Compiling derive_builder_core v0.20.2
15142026-03-18T17:54:24.647Z Compiling dtrace-parser v0.3.0
15152026-03-18T17:54:24.793Z Compiling pkcs5 v0.7.1
15162026-03-18T17:54:24.841Z Compiling signature v2.2.0
15172026-03-18T17:54:25.005Z Compiling rustls-native-certs v0.8.3
15182026-03-18T17:54:25.057Z Compiling icu_provider v2.1.1
15192026-03-18T17:54:25.350Z Compiling pkcs8 v0.10.2
15202026-03-18T17:54:25.401Z Compiling icu_properties v2.1.2
15212026-03-18T17:54:25.424Z Compiling icu_normalizer v2.1.1
15222026-03-18T17:54:25.467Z Compiling bytes v1.11.1
15232026-03-18T17:54:25.489Z Compiling chrono v0.4.44
15242026-03-18T17:54:25.512Z Compiling ipnet v2.11.0
15252026-03-18T17:54:25.561Z Compiling scroll_derive v0.12.1
15262026-03-18T17:54:25.701Z Compiling toml_datetime v0.6.11
15272026-03-18T17:54:25.782Z Compiling erased-serde v0.3.31
15282026-03-18T17:54:25.805Z Compiling derive_builder_macro v0.20.2
15292026-03-18T17:54:25.845Z Compiling serde_tokenstream v0.2.3
15302026-03-18T17:54:26.060Z Compiling serde_spanned v0.6.9
15312026-03-18T17:54:26.222Z Compiling tokio v1.49.0
15322026-03-18T17:54:26.257Z Compiling http v1.4.0
15332026-03-18T17:54:26.279Z Compiling thiserror v1.0.69
15342026-03-18T17:54:26.282Z Compiling md-5 v0.10.6
15352026-03-18T17:54:26.282Z Compiling darling_macro v0.21.3
15362026-03-18T17:54:26.382Z Compiling webpki-roots v1.0.6
15372026-03-18T17:54:26.432Z Compiling zerocopy-derive v0.7.35
15382026-03-18T17:54:26.472Z Compiling psl-types v2.0.11
15392026-03-18T17:54:26.509Z Compiling fallible-iterator v0.2.0
15402026-03-18T17:54:26.546Z Compiling smoltcp v0.9.1
15412026-03-18T17:54:26.569Z Compiling num-bigint-dig v0.8.6
15422026-03-18T17:54:26.572Z Compiling scroll v0.12.0
15432026-03-18T17:54:26.697Z Compiling idna_adapter v1.2.1
15442026-03-18T17:54:26.825Z Compiling ref-cast v1.0.25
15452026-03-18T17:54:26.850Z Compiling idna v1.1.0
15462026-03-18T17:54:26.895Z Compiling zlib-rs v0.6.2
15472026-03-18T17:54:26.951Z Compiling base16ct v0.2.0
15482026-03-18T17:54:26.973Z Compiling litrs v1.0.0
15492026-03-18T17:54:26.976Z Compiling ryu v1.0.23
15502026-03-18T17:54:27.020Z Compiling iri-string v0.7.10
15512026-03-18T17:54:27.047Z Compiling rustix v0.38.44
15522026-03-18T17:54:27.206Z Compiling ppv-lite86 v0.2.21
15532026-03-18T17:54:27.242Z Compiling url v2.5.8
15542026-03-18T17:54:27.265Z Compiling http-body v1.0.1
15552026-03-18T17:54:27.340Z Compiling cfg_aliases v0.2.1
15562026-03-18T17:54:27.444Z Compiling http-body-util v0.1.3
15572026-03-18T17:54:27.485Z Compiling nix v0.31.1
15582026-03-18T17:54:27.559Z Compiling publicsuffix v2.3.0
15592026-03-18T17:54:27.585Z Compiling serde_urlencoded v0.7.1
15602026-03-18T17:54:27.654Z Compiling rand_chacha v0.9.0
15612026-03-18T17:54:27.677Z Compiling rand_chacha v0.3.1
15622026-03-18T17:54:27.698Z Compiling zerocopy v0.7.35
15632026-03-18T17:54:27.703Z Compiling document-features v0.2.12
15642026-03-18T17:54:27.778Z Compiling sec1 v0.7.3
15652026-03-18T17:54:27.823Z Compiling darling v0.21.3
15662026-03-18T17:54:27.853Z Compiling goblin v0.8.2
15672026-03-18T17:54:27.937Z Compiling rand v0.9.2
15682026-03-18T17:54:28.002Z Compiling rand v0.8.5
15692026-03-18T17:54:28.343Z Compiling dof v0.4.0
15702026-03-18T17:54:28.507Z Compiling derive_builder v0.20.2
15712026-03-18T17:54:28.562Z Compiling cargo-platform v0.1.9
15722026-03-18T17:54:28.678Z Compiling hkdf v0.12.4
15732026-03-18T17:54:28.738Z Compiling proptest v1.10.0
15742026-03-18T17:54:28.909Z Compiling postgres-protocol v0.6.10
15752026-03-18T17:54:28.932Z Compiling hubpack_derive v0.1.1
15762026-03-18T17:54:28.932Z Compiling crypto-bigint v0.5.5
15772026-03-18T17:54:29.011Z Compiling regex v1.12.3
15782026-03-18T17:54:29.077Z Compiling ipnetwork v0.21.1
15792026-03-18T17:54:29.422Z Compiling oxnet v0.1.4
15802026-03-18T17:54:29.534Z Compiling curve25519-dalek-derive v0.1.1
15812026-03-18T17:54:29.625Z Compiling async-trait v0.1.89
15822026-03-18T17:54:29.647Z Compiling ref-cast-impl v1.0.25
15832026-03-18T17:54:29.672Z Compiling daft-derive v0.1.5
15842026-03-18T17:54:29.830Z Compiling strum_macros v0.27.2
15852026-03-18T17:54:29.994Z Compiling num-iter v0.1.45
15862026-03-18T17:54:30.023Z Compiling group v0.13.0
15872026-03-18T17:54:30.194Z Compiling proc-macro-error v1.0.4
15882026-03-18T17:54:30.422Z Compiling heck v0.4.1
15892026-03-18T17:54:30.659Z Compiling terminal_size v0.4.3
15902026-03-18T17:54:30.682Z Compiling phf_shared v0.13.1
15912026-03-18T17:54:30.759Z Compiling lazy_static v1.5.0
15922026-03-18T17:54:30.781Z Compiling vergen v9.0.6
15932026-03-18T17:54:30.784Z Compiling fs-err v3.3.0
15942026-03-18T17:54:30.849Z Compiling ahash v0.8.12
15952026-03-18T17:54:30.892Z Compiling object v0.37.3
15962026-03-18T17:54:30.953Z Compiling managed v0.8.0
15972026-03-18T17:54:31.030Z Compiling libbz2-rs-sys v0.2.2
15982026-03-18T17:54:31.053Z Compiling winnow v0.5.40
15992026-03-18T17:54:31.080Z Compiling foldhash v0.1.5
16002026-03-18T17:54:31.121Z Compiling bitflags v1.3.2
16012026-03-18T17:54:31.148Z Compiling bumpalo v3.20.2
16022026-03-18T17:54:31.259Z Compiling hashbrown v0.15.5
16032026-03-18T17:54:31.347Z Compiling flate2 v1.1.9
16042026-03-18T17:54:31.367Z Compiling clap_builder v4.5.60
16052026-03-18T17:54:31.393Z Compiling dof v0.3.0
16062026-03-18T17:54:31.422Z Compiling zopfli v0.8.3
16072026-03-18T17:54:31.504Z Compiling tokio-util v0.7.18
16082026-03-18T17:54:31.859Z Compiling tower v0.5.3
16092026-03-18T17:54:31.903Z Compiling tokio-native-tls v0.3.1
16102026-03-18T17:54:31.953Z Compiling bzip2 v0.6.1
16112026-03-18T17:54:32.002Z Compiling phf v0.13.1
16122026-03-18T17:54:32.049Z Compiling console v0.16.2
16132026-03-18T17:54:32.150Z Compiling newtype-uuid v1.3.2
16142026-03-18T17:54:32.257Z Compiling rayon v1.11.0
16152026-03-18T17:54:32.366Z Compiling signal-hook-mio v0.2.5
16162026-03-18T17:54:32.398Z Compiling zone_cfg_derive v0.3.1
16172026-03-18T17:54:32.431Z Compiling tower-http v0.6.8
16182026-03-18T17:54:32.535Z Compiling h2 v0.4.13
16192026-03-18T17:54:32.538Z Compiling daft v0.1.5
16202026-03-18T17:54:32.708Z Compiling strum v0.27.2
16212026-03-18T17:54:32.842Z Compiling cargo_metadata v0.19.2
16222026-03-18T17:54:32.895Z Compiling toml_edit v0.19.15
16232026-03-18T17:54:32.954Z Compiling usdt-attr-macro v0.6.0
16242026-03-18T17:54:32.977Z Compiling usdt-macro v0.6.0
16252026-03-18T17:54:33.108Z Compiling elliptic-curve v0.13.8
16262026-03-18T17:54:33.137Z Compiling cookie_store v0.22.1
16272026-03-18T17:54:33.175Z Compiling hubpack v0.1.2
16282026-03-18T17:54:33.283Z Compiling postgres-types v0.2.12
16292026-03-18T17:54:33.479Z Compiling bzip2 v0.4.4
16302026-03-18T17:54:33.773Z Compiling zstd v0.13.3
16312026-03-18T17:54:33.829Z Compiling serde_with_macros v3.17.0
16322026-03-18T17:54:34.038Z Compiling dtrace-parser v0.2.0
16332026-03-18T17:54:34.061Z Compiling pkcs1 v0.7.5
16342026-03-18T17:54:34.109Z Compiling ed25519 v2.2.3
16352026-03-18T17:54:34.144Z Compiling serde-big-array v0.5.1
16362026-03-18T17:54:34.346Z Compiling hex v0.4.3
16372026-03-18T17:54:34.384Z Compiling rfc6979 v0.4.0
16382026-03-18T17:54:34.557Z Compiling bstr v1.12.1
16392026-03-18T17:54:34.618Z Compiling enum-as-inner v0.6.1
16402026-03-18T17:54:34.726Z Compiling strum_macros v0.26.4
16412026-03-18T17:54:34.751Z Compiling clap_derive v4.5.55
16422026-03-18T17:54:34.772Z Compiling serde_repr v0.1.20
16432026-03-18T17:54:35.118Z Compiling itertools v0.12.1
16442026-03-18T17:54:35.274Z Compiling phf_shared v0.11.3
16452026-03-18T17:54:35.314Z Compiling float-cmp v0.10.0
16462026-03-18T17:54:35.401Z Compiling thread-id v4.2.2
16472026-03-18T17:54:35.488Z Compiling memmap2 v0.9.10
16482026-03-18T17:54:35.511Z Compiling env_filter v1.0.0
16492026-03-18T17:54:35.529Z Compiling encoding_rs v0.8.35
16502026-03-18T17:54:35.532Z Compiling whoami v2.1.0
16512026-03-18T17:54:35.607Z Compiling normalize-line-endings v0.3.0
16522026-03-18T17:54:35.647Z Compiling jiff v0.2.21
16532026-03-18T17:54:35.762Z Compiling data-encoding v2.10.0
16542026-03-18T17:54:35.811Z Compiling predicates-core v1.0.10
16552026-03-18T17:54:35.834Z Compiling keccak v0.1.6
16562026-03-18T17:54:35.994Z Compiling fixedbitset v0.5.7
16572026-03-18T17:54:36.069Z Compiling mime v0.3.17
16582026-03-18T17:54:36.128Z Compiling static_assertions v1.1.0
16592026-03-18T17:54:36.237Z Compiling precomputed-hash v0.1.1
16602026-03-18T17:54:36.365Z Compiling rustc-hash v2.1.1
16612026-03-18T17:54:36.435Z Compiling unit-prefix v0.5.2
16622026-03-18T17:54:36.435Z Compiling new_debug_unreachable v1.0.6
16632026-03-18T17:54:36.544Z Compiling fixedbitset v0.4.2
16642026-03-18T17:54:36.594Z Compiling difflib v0.4.0
16652026-03-18T17:54:36.670Z Compiling indicatif v0.18.4
16662026-03-18T17:54:36.779Z Compiling hyper v1.8.1
16672026-03-18T17:54:36.784Z Compiling petgraph v0.6.5
16682026-03-18T17:54:36.874Z Compiling zone v0.3.1
16692026-03-18T17:54:36.897Z Compiling string_cache v0.8.9
16702026-03-18T17:54:36.980Z Compiling predicates v3.1.4
16712026-03-18T17:54:37.012Z Compiling iddqd v0.3.17
16722026-03-18T17:54:37.227Z Compiling petgraph v0.8.3
16732026-03-18T17:54:37.269Z Compiling strum v0.26.3
16742026-03-18T17:54:37.321Z Compiling clap v4.5.60
16752026-03-18T17:54:37.400Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16762026-03-18T17:54:37.438Z Compiling hickory-proto v0.25.2
16772026-03-18T17:54:37.460Z Compiling sha3 v0.10.8
16782026-03-18T17:54:37.729Z Compiling tokio-postgres v0.7.16
16792026-03-18T17:54:37.859Z Compiling toml_edit v0.22.27
16802026-03-18T17:54:37.886Z Compiling env_logger v0.11.9
16812026-03-18T17:54:37.918Z Compiling usdt v0.6.0
16822026-03-18T17:54:38.074Z Compiling usdt-impl v0.5.0
16832026-03-18T17:54:38.179Z Compiling serde_with v3.17.0
16842026-03-18T17:54:38.284Z Compiling hyper-util v0.1.20
16852026-03-18T17:54:38.404Z Compiling crossterm v0.28.1
16862026-03-18T17:54:38.643Z Compiling similar v2.7.0
16872026-03-18T17:54:38.896Z Compiling toml v0.7.8
16882026-03-18T17:54:38.919Z Compiling ecdsa v0.16.9
16892026-03-18T17:54:39.014Z Compiling ed25519-dalek v2.2.0
16902026-03-18T17:54:39.458Z Compiling zip v4.6.1
16912026-03-18T17:54:39.522Z Compiling rsa v0.9.10
16922026-03-18T17:54:39.871Z Compiling zip v0.6.6
16932026-03-18T17:54:39.996Z Compiling tokio-stream v0.1.18
16942026-03-18T17:54:40.247Z Compiling hyper-tls v0.6.0
16952026-03-18T17:54:40.568Z Compiling buf-list v1.1.2
16962026-03-18T17:54:40.717Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-18T17:54:40.742Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-18T17:54:40.799Z Compiling openapiv3 v2.2.0
16992026-03-18T17:54:40.823Z Compiling x509-cert v0.2.5
17002026-03-18T17:54:40.935Z Compiling sha1 v0.10.6
17012026-03-18T17:54:40.977Z Compiling itertools v0.13.0
17022026-03-18T17:54:41.024Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-18T17:54:41.184Z Compiling peg-runtime v0.8.5
17042026-03-18T17:54:41.228Z Compiling lalrpop-util v0.19.12
17052026-03-18T17:54:41.252Z Compiling thread_local v1.1.9
17062026-03-18T17:54:41.449Z Compiling slog-async v2.8.0
17072026-03-18T17:54:41.493Z Compiling futures-executor v0.3.32
17082026-03-18T17:54:41.590Z Compiling crossbeam-channel v0.5.15
17092026-03-18T17:54:41.614Z Compiling is-terminal v0.4.17
17102026-03-18T17:54:41.637Z Compiling filetime v0.2.27
17112026-03-18T17:54:41.756Z Compiling term v1.2.1
17122026-03-18T17:54:41.786Z Compiling take_mut v0.2.2
17132026-03-18T17:54:41.809Z Compiling xattr v1.6.1
17142026-03-18T17:54:41.863Z Compiling futures v0.3.32
17152026-03-18T17:54:41.979Z Compiling tar v0.4.44
17162026-03-18T17:54:42.234Z Compiling slog-term v2.9.2
17172026-03-18T17:55:02.637Z Compiling rustls-webpki v0.103.9
17182026-03-18T17:55:06.707Z Compiling tokio-rustls v0.26.4
17192026-03-18T17:55:06.707Z Compiling rustls-platform-verifier v0.6.2
17202026-03-18T17:55:06.964Z Compiling hyper-rustls v0.27.7
17212026-03-18T17:55:07.228Z Compiling reqwest v0.12.28
17222026-03-18T17:55:07.228Z Compiling reqwest v0.13.2
17232026-03-18T17:55:10.017Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-18T17:55:10.310Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-18T17:55:14.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-18T17:55:14.276Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-18T17:55:14.338ZMar 18 17:55:13.508 INFO Starting download, target: Console
17282026-03-18T17:55:14.338ZMar 18 17:55:13.508 INFO Starting download, target: MaghemiteMgd
17292026-03-18T17:55:14.338ZMar 18 17:55:13.508 INFO Starting download, target: TransceiverControl
17302026-03-18T17:55:14.338ZMar 18 17:55:13.508 INFO Starting download, target: DendriteStub
17312026-03-18T17:55:14.341ZMar 18 17:55:13.508 INFO Starting download, target: Clickhouse
17322026-03-18T17:55:14.341ZMar 18 17:55:13.508 INFO Starting download, target: Cockroach
17332026-03-18T17:55:14.341ZMar 18 17:55:13.508 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-03-18T17:55:14.341ZMar 18 17:55:13.508 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-18T17:55:14.341ZMar 18 17:55:13.509 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-18T17:55:14.341ZMar 18 17:55:13.509 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-18T17:55:14.341ZMar 18 17:55:13.509 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-18T17:55:14.341ZMar 18 17:55:13.509 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-18T17:55:14.960ZMar 18 17:55:14.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-18T17:55:15.298ZMar 18 17:55:14.465 INFO Download complete, target: TransceiverControl
17412026-03-18T17:55:15.321ZMar 18 17:55:14.488 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-18T17:55:15.551ZMar 18 17:55:14.719 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-03-18T17:55:15.700ZMar 18 17:55:14.870 INFO Download complete, target: Console
17442026-03-18T17:55:16.102ZMar 18 17:55:15.273 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-18T17:55:16.369ZMar 18 17:55:15.539 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-18T17:55:16.884ZMar 18 17:55:16.055 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-18T17:55:16.884ZMar 18 17:55:16.055 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-18T17:55:19.119ZMar 18 17:55:18.291 INFO Download complete, target: DendriteStub
17492026-03-18T17:55:19.642ZMar 18 17:55:18.814 INFO Download complete, target: MaghemiteMgd
17502026-03-18T17:55:24.644ZMar 18 17:55:23.817 INFO Checking that binary works, target: Cockroach
17512026-03-18T17:55:24.847ZMar 18 17:55:24.019 INFO Download complete, target: Cockroach
17522026-03-18T17:55:27.564ZMar 18 17:55:26.736 INFO Checking that binary works, target: Clickhouse
17532026-03-18T17:55:27.664ZMar 18 17:55:26.837 INFO Download complete, target: Clickhouse
17542026-03-18T17:55:27.671ZAll prerequisites installed successfully
17552026-03-18T17:55:27.674Z
17562026-03-18T17:55:27.674Zreal 3:46.321044253
17572026-03-18T17:55:27.674Zuser 10:27.955120877
17582026-03-18T17:55:27.674Zsys 2:07.108029273
17592026-03-18T17:55:27.674Ztrap 0.358543666
17602026-03-18T17:55:27.674Ztflt 1.186776577
17612026-03-18T17:55:27.674Zdflt 1.647032397
17622026-03-18T17:55:27.674Zkflt 0.046770954
17632026-03-18T17:55:27.674Zlock 33:25.754894494
17642026-03-18T17:55:27.674Zslp 25:34.593317118
17652026-03-18T17:55:27.674Zlat 32.819632419
17662026-03-18T17:55:27.674Zstop 4:39.660633999
17672026-03-18T17:55:27.674Z+ ptime -m cargo xtask download softnpu
17682026-03-18T17:55:28.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17692026-03-18T17:55:28.394Z Running `target/debug/xtask download softnpu`
17702026-03-18T17:55:29.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17712026-03-18T17:55:29.500Z Running `target/debug/xtask-downloader softnpu`
17722026-03-18T17:55:29.553ZMar 18 17:55:28.726 INFO Starting download, target: Softnpu
17732026-03-18T17:55:29.556ZMar 18 17:55:28.727 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-18T17:55:30.247ZMar 18 17:55:29.420 INFO Download complete, target: Softnpu
17752026-03-18T17:55:30.251Z
17762026-03-18T17:55:30.254Zreal 2.572936473
17772026-03-18T17:55:30.254Zuser 1.784386050
17782026-03-18T17:55:30.254Zsys 0.798756222
17792026-03-18T17:55:30.254Ztrap 0.000562662
17802026-03-18T17:55:30.254Ztflt 0.000378724
17812026-03-18T17:55:30.254Zdflt 0.000089642
17822026-03-18T17:55:30.254Zkflt 0.000000000
17832026-03-18T17:55:30.254Zlock 12.546801716
17842026-03-18T17:55:30.254Zslp 0.472699723
17852026-03-18T17:55:30.254Zlat 0.054892251
17862026-03-18T17:55:30.254Zstop 0.000167961
17872026-03-18T17:55:30.254Z+ export CARGO_INCREMENTAL=0
17882026-03-18T17:55:30.254Z+ CARGO_INCREMENTAL=0
17892026-03-18T17:55:30.254Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-18T17:55:31.463Z Compiling proc-macro2 v1.0.106
17912026-03-18T17:55:31.463Z Compiling quote v1.0.44
17922026-03-18T17:55:31.463Z Compiling unicode-ident v1.0.24
17932026-03-18T17:55:31.466Z Compiling libc v0.2.180
17942026-03-18T17:55:31.466Z Compiling serde_core v1.0.228
17952026-03-18T17:55:31.466Z Compiling serde v1.0.228
17962026-03-18T17:55:31.466Z Compiling cfg-if v1.0.4
17972026-03-18T17:55:31.466Z Compiling version_check v0.9.5
17982026-03-18T17:55:31.466Z Compiling find-msvc-tools v0.1.9
17992026-03-18T17:55:31.466Z Compiling shlex v1.3.0
18002026-03-18T17:55:31.466Z Compiling typenum v1.19.0
18012026-03-18T17:55:31.466Z Compiling portable-atomic v1.13.1
18022026-03-18T17:55:31.632Z Compiling memchr v2.8.0
18032026-03-18T17:55:31.650Z Compiling autocfg v1.5.0
18042026-03-18T17:55:31.652Z Compiling zmij v1.0.21
18052026-03-18T17:55:31.791Z Compiling serde_json v1.0.149
18062026-03-18T17:55:32.187Z Compiling zerocopy v0.8.40
18072026-03-18T17:55:32.190Z Compiling parking_lot_core v0.9.12
18082026-03-18T17:55:32.207Z Compiling libm v0.2.16
18092026-03-18T17:55:32.210Z Compiling smallvec v1.15.1
18102026-03-18T17:55:32.301Z Compiling icu_normalizer_data v2.1.1
18112026-03-18T17:55:32.322Z Compiling icu_properties_data v2.1.2
18122026-03-18T17:55:32.324Z Compiling generic-array v0.14.7
18132026-03-18T17:55:32.370Z Compiling num-traits v0.2.19
18142026-03-18T17:55:32.461Z Compiling itoa v1.0.17
18152026-03-18T17:55:32.532Z Compiling log v0.4.29
18162026-03-18T17:55:32.601Z Compiling getrandom v0.4.1
18172026-03-18T17:55:32.626Z Compiling pkg-config v0.3.32
18182026-03-18T17:55:32.673Z Compiling stable_deref_trait v1.2.1
18192026-03-18T17:55:32.725Z Compiling subtle v2.6.1
18202026-03-18T17:55:32.775Z Compiling scopeguard v1.2.0
18212026-03-18T17:55:32.917Z Compiling lock_api v0.4.14
18222026-03-18T17:55:32.921Z Compiling fnv v1.0.7
18232026-03-18T17:55:32.965Z Compiling thiserror v2.0.18
18242026-03-18T17:55:33.106Z Compiling jobserver v0.1.34
18252026-03-18T17:55:33.129Z Compiling getrandom v0.2.17
18262026-03-18T17:55:33.132Z Compiling errno v0.3.14
18272026-03-18T17:55:33.254Z Compiling getrandom v0.3.4
18282026-03-18T17:55:33.277Z Compiling syn v2.0.117
18292026-03-18T17:55:33.281Z Compiling pin-project-lite v0.2.17
18302026-03-18T17:55:33.391Z Compiling cc v1.2.56
18312026-03-18T17:55:33.416Z Compiling rand_core v0.6.4
18322026-03-18T17:55:33.490Z Compiling critical-section v1.2.0
18332026-03-18T17:55:33.677Z Compiling equivalent v1.0.2
18342026-03-18T17:55:33.724Z Compiling rustversion v1.0.22
18352026-03-18T17:55:33.727Z Compiling allocator-api2 v0.2.21
18362026-03-18T17:55:33.771Z Compiling dunce v1.0.5
18372026-03-18T17:55:33.864Z Compiling percent-encoding v2.3.2
18382026-03-18T17:55:33.867Z Compiling fs_extra v1.3.0
18392026-03-18T17:55:33.920Z Compiling foldhash v0.2.0
18402026-03-18T17:55:33.969Z Compiling writeable v0.6.2
18412026-03-18T17:55:34.025Z Compiling litemap v0.8.1
18422026-03-18T17:55:34.168Z Compiling once_cell v1.21.3
18432026-03-18T17:55:34.244Z Compiling hashbrown v0.16.1
18442026-03-18T17:55:34.382Z Compiling const-oid v0.9.6
18452026-03-18T17:55:34.385Z Compiling signal-hook-registry v1.4.8
18462026-03-18T17:55:34.454Z Compiling cmake v0.1.57
18472026-03-18T17:55:34.500Z Compiling rustix v1.1.3
18482026-03-18T17:55:34.585Z Compiling socket2 v0.6.2
18492026-03-18T17:55:34.588Z Compiling mio v1.1.1
18502026-03-18T17:55:34.722Z Compiling semver v1.0.27
18512026-03-18T17:55:34.822Z Compiling parking_lot v0.12.5
18522026-03-18T17:55:34.997Z Compiling bitflags v2.11.0
18532026-03-18T17:55:35.022Z Compiling indexmap v2.13.0
18542026-03-18T17:55:35.071Z Compiling schemars v0.8.22
18552026-03-18T17:55:35.074Z Compiling aws-lc-rs v1.16.0
18562026-03-18T17:55:35.121Z Compiling rand_core v0.10.0
18572026-03-18T17:55:35.237Z Compiling ring v0.17.14
18582026-03-18T17:55:35.356Z Compiling aws-lc-sys v0.37.1
18592026-03-18T17:55:35.378Z Compiling utf8_iter v1.0.4
18602026-03-18T17:55:35.462Z Compiling form_urlencoded v1.2.2
18612026-03-18T17:55:35.543Z Compiling strsim v0.11.1
18622026-03-18T17:55:35.565Z Compiling futures-core v0.3.32
18632026-03-18T17:55:35.825Z Compiling ucd-trie v0.1.7
18642026-03-18T17:55:35.912Z Compiling byteorder v1.5.0
18652026-03-18T17:55:35.934Z Compiling thiserror v1.0.69
18662026-03-18T17:55:35.959Z Compiling httparse v1.10.1
18672026-03-18T17:55:36.028Z Compiling pest v2.8.6
18682026-03-18T17:55:36.167Z Compiling heck v0.5.0
18692026-03-18T17:55:36.193Z Compiling vcpkg v0.2.15
18702026-03-18T17:55:36.196Z Compiling ident_case v1.0.1
18712026-03-18T17:55:36.372Z Compiling regex-syntax v0.8.10
18722026-03-18T17:55:36.421Z Compiling syn v1.0.109
18732026-03-18T17:55:36.425Z Compiling crossbeam-utils v0.8.21
18742026-03-18T17:55:36.647Z Compiling rustls v0.23.37
18752026-03-18T17:55:36.722Z Compiling futures-sink v0.3.32
18762026-03-18T17:55:36.725Z Compiling rustc_version v0.4.1
18772026-03-18T17:55:36.850Z Compiling futures-channel v0.3.32
18782026-03-18T17:55:36.853Z Compiling cpufeatures v0.2.17
18792026-03-18T17:55:36.853Z Compiling slab v0.4.12
18802026-03-18T17:55:36.878Z Compiling futures-io v0.3.32
18812026-03-18T17:55:36.901Z Compiling futures-task v0.3.32
18822026-03-18T17:55:37.018Z Compiling openssl-sys v0.9.111
18832026-03-18T17:55:37.106Z Compiling plain v0.2.3
18842026-03-18T17:55:37.132Z Compiling iana-time-zone v0.1.65
18852026-03-18T17:55:37.167Z Compiling uuid v1.21.0
18862026-03-18T17:55:37.192Z Compiling aho-corasick v1.1.4
18872026-03-18T17:55:37.240Z Compiling synstructure v0.13.2
18882026-03-18T17:55:37.267Z Compiling serde_derive_internals v0.29.1
18892026-03-18T17:55:37.469Z Compiling num-conv v0.2.0
18902026-03-18T17:55:37.493Z Compiling time-core v0.1.8
18912026-03-18T17:55:37.559Z Compiling pest_meta v2.8.6
18922026-03-18T17:55:37.716Z Compiling time-macros v0.2.27
18932026-03-18T17:55:37.923Z Compiling pretty-hex v0.4.1
18942026-03-18T17:55:38.128Z Compiling openssl v0.10.75
18952026-03-18T17:55:38.316Z Compiling crc32fast v1.5.0
18962026-03-18T17:55:38.373Z Compiling pest_generator v2.8.6
18972026-03-18T17:55:38.422Z Compiling base64ct v1.8.3
18982026-03-18T17:55:38.454Z Compiling regex-automata v0.4.14
18992026-03-18T17:55:38.478Z Compiling either v1.15.0
19002026-03-18T17:55:38.503Z Compiling anyhow v1.0.102
19012026-03-18T17:55:38.531Z Compiling darling_core v0.21.3
19022026-03-18T17:55:38.556Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-18T17:55:38.660Z Compiling native-tls v0.2.18
19042026-03-18T17:55:38.782Z Compiling pem-rfc7468 v0.7.0
19052026-03-18T17:55:38.823Z Compiling flagset v0.4.7
19062026-03-18T17:55:38.894Z Compiling rand_core v0.9.5
19072026-03-18T17:55:39.077Z Compiling slog v2.8.2
19082026-03-18T17:55:39.100Z Compiling tracing-core v0.1.36
19092026-03-18T17:55:39.154Z Compiling serde_derive v1.0.228
19102026-03-18T17:55:39.187Z Compiling zeroize_derive v1.4.3
19112026-03-18T17:55:39.213Z Compiling zerofrom-derive v0.1.6
19122026-03-18T17:55:39.213Z Compiling yoke-derive v0.8.1
19132026-03-18T17:55:39.261Z Compiling zerovec-derive v0.11.2
19142026-03-18T17:55:39.287Z Compiling displaydoc v0.2.5
19152026-03-18T17:55:39.351Z Compiling zerocopy-derive v0.8.40
19162026-03-18T17:55:39.375Z Compiling tokio-macros v2.6.0
19172026-03-18T17:55:39.428Z Compiling futures-macro v0.3.32
19182026-03-18T17:55:39.988Z Compiling zeroize v1.8.2
19192026-03-18T17:55:40.306Z Compiling thiserror-impl v2.0.18
19202026-03-18T17:55:40.461Z Compiling tracing-attributes v0.1.31
19212026-03-18T17:55:40.508Z Compiling der_derive v0.7.3
19222026-03-18T17:55:40.549Z Compiling schemars_derive v0.8.22
19232026-03-18T17:55:40.662Z Compiling thiserror-impl v1.0.69
19242026-03-18T17:55:40.776Z Compiling zerofrom v0.1.6
19252026-03-18T17:55:40.958Z Compiling yoke v0.8.1
19262026-03-18T17:55:41.128Z Compiling crypto-common v0.1.7
19272026-03-18T17:55:41.197Z Compiling zerovec v0.11.5
19282026-03-18T17:55:41.222Z Compiling zerotrie v0.2.3
19292026-03-18T17:55:41.715Z Compiling block-buffer v0.10.4
19302026-03-18T17:55:41.872Z Compiling pest_derive v2.8.6
19312026-03-18T17:55:41.925Z Compiling tinystr v0.8.2
19322026-03-18T17:55:42.005Z Compiling potential_utf v0.1.4
19332026-03-18T17:55:42.030Z Compiling digest v0.10.7
19342026-03-18T17:55:42.131Z Compiling futures-util v0.3.32
19352026-03-18T17:55:42.225Z Compiling icu_locale_core v2.1.1
19362026-03-18T17:55:42.256Z Compiling icu_collections v2.1.1
19372026-03-18T17:55:42.310Z Compiling hmac v0.12.1
19382026-03-18T17:55:42.344Z Compiling block-padding v0.3.3
19392026-03-18T17:55:42.413Z Compiling sha2 v0.10.9
19402026-03-18T17:55:42.508Z Compiling inout v0.1.4
19412026-03-18T17:55:42.531Z Compiling rustls-pki-types v1.14.0
19422026-03-18T17:55:42.556Z Compiling scroll_derive v0.12.1
19432026-03-18T17:55:43.184Z Compiling cipher v0.4.4
19442026-03-18T17:55:43.378Z Compiling icu_provider v2.1.1
19452026-03-18T17:55:43.459Z Compiling bytes v1.11.1
19462026-03-18T17:55:43.578Z Compiling chrono v0.4.44
19472026-03-18T17:55:43.602Z Compiling serde_tokenstream v0.2.3
19482026-03-18T17:55:43.605Z Compiling scroll_derive v0.13.1
19492026-03-18T17:55:43.605Z Compiling openssl-macros v0.1.1
19502026-03-18T17:55:43.918Z Compiling icu_normalizer v2.1.1
19512026-03-18T17:55:44.031Z Compiling icu_properties v2.1.2
19522026-03-18T17:55:44.341Z Compiling tokio v1.49.0
19532026-03-18T17:55:44.699Z Compiling http v1.4.0
19542026-03-18T17:55:45.378Z Compiling idna_adapter v1.2.1
19552026-03-18T17:55:45.421Z Compiling der v0.7.10
19562026-03-18T17:55:45.529Z Compiling idna v1.1.0
19572026-03-18T17:55:45.569Z Compiling darling_macro v0.21.3
19582026-03-18T17:55:45.607Z Compiling regex v1.12.3
19592026-03-18T17:55:45.780Z Compiling ppv-lite86 v0.2.21
19602026-03-18T17:55:45.887Z Compiling zerocopy-derive v0.7.35
19612026-03-18T17:55:46.121Z Compiling url v2.5.8
19622026-03-18T17:55:46.200Z Compiling rayon-core v1.13.0
19632026-03-18T17:55:46.203Z Compiling untrusted v0.9.0
19642026-03-18T17:55:46.250Z Compiling dyn-clone v1.0.20
19652026-03-18T17:55:46.253Z Compiling darling v0.21.3
19662026-03-18T17:55:46.453Z Compiling salsa20 v0.10.2
19672026-03-18T17:55:46.474Z Compiling pbkdf2 v0.12.2
19682026-03-18T17:55:46.644Z Compiling spki v0.7.3
19692026-03-18T17:55:46.670Z Compiling tracing v0.1.44
19702026-03-18T17:55:47.219Z Compiling cookie v0.18.1
19712026-03-18T17:55:47.332Z Compiling base64 v0.22.1
19722026-03-18T17:55:47.413Z Compiling camino v1.2.2
19732026-03-18T17:55:47.720Z Compiling scrypt v0.11.0
19742026-03-18T17:55:47.811Z Compiling rand_chacha v0.9.0
19752026-03-18T17:55:47.834Z Compiling aes v0.8.4
19762026-03-18T17:55:47.908Z Compiling cbc v0.1.2
19772026-03-18T17:55:48.324Z Compiling usdt-impl v0.5.0
19782026-03-18T17:55:48.463Z Compiling ref-cast v1.0.25
19792026-03-18T17:55:48.493Z Compiling winnow v0.7.14
19802026-03-18T17:55:48.614Z Compiling paste v1.0.15
19812026-03-18T17:55:48.653Z Compiling usdt-impl v0.6.0
19822026-03-18T17:55:48.949Z Compiling pkcs5 v0.7.1
19832026-03-18T17:55:49.064Z Compiling rand v0.9.2
19842026-03-18T17:55:49.230Z Compiling http-body v1.0.1
19852026-03-18T17:55:49.449Z Compiling scroll v0.13.0
19862026-03-18T17:55:49.472Z Compiling toml_datetime v0.6.11
19872026-03-18T17:55:49.550Z Compiling serde_spanned v0.6.9
19882026-03-18T17:55:49.603Z Compiling tokio-util v0.7.18
19892026-03-18T17:55:49.658Z Compiling scroll v0.12.0
19902026-03-18T17:55:49.748Z Compiling heapless v0.7.17
19912026-03-18T17:55:49.824Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-18T17:55:49.894Z Compiling signal-hook v0.3.18
19932026-03-18T17:55:50.066Z Compiling untrusted v0.7.1
19942026-03-18T17:55:50.094Z Compiling zstd-safe v7.2.4
19952026-03-18T17:55:50.147Z Compiling openssl-probe v0.2.1
19962026-03-18T17:55:50.200Z Compiling atomic-waker v1.1.2
19972026-03-18T17:55:50.393Z Compiling goblin v0.8.2
19982026-03-18T17:55:50.514Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-18T17:55:50.624Z Compiling goblin v0.10.5
20002026-03-18T17:55:50.664Z Compiling pkcs8 v0.10.2
20012026-03-18T17:55:51.037Z Compiling zerocopy v0.7.35
20022026-03-18T17:55:51.072Z Compiling ref-cast-impl v1.0.25
20032026-03-18T17:55:51.296Z Compiling darling_core v0.20.11
20042026-03-18T17:55:51.488Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-18T17:55:51.511Z Compiling memoffset v0.9.1
20062026-03-18T17:55:51.555Z Compiling fastrand v2.3.0
20072026-03-18T17:55:51.610Z Compiling tower-service v0.3.3
20082026-03-18T17:55:51.777Z Compiling tower-layer v0.3.3
20092026-03-18T17:55:51.802Z Compiling try-lock v0.2.5
20102026-03-18T17:55:51.852Z Compiling tinyvec_macros v0.1.1
20112026-03-18T17:55:51.876Z Compiling winnow v0.5.40
20122026-03-18T17:55:51.968Z Compiling litrs v1.0.0
20132026-03-18T17:55:52.265Z Compiling rustix v0.38.44
20142026-03-18T17:55:52.379Z Compiling h2 v0.4.13
20152026-03-18T17:55:52.382Z Compiling want v0.3.1
20162026-03-18T17:55:52.550Z Compiling tinyvec v1.10.0
20172026-03-18T17:55:52.627Z Compiling document-features v0.2.12
20182026-03-18T17:55:53.339Z Compiling dtrace-parser v0.2.0
20192026-03-18T17:55:53.428Z Compiling dtrace-parser v0.3.0
20202026-03-18T17:55:53.786Z Compiling toml_edit v0.19.15
20212026-03-18T17:55:53.849Z Compiling dof v0.3.0
20222026-03-18T17:55:53.950Z Compiling ipnet v2.11.0
20232026-03-18T17:55:54.171Z Compiling darling_macro v0.20.11
20242026-03-18T17:55:54.290Z Compiling daft-derive v0.1.5
20252026-03-18T17:55:54.373Z Compiling async-trait v0.1.89
20262026-03-18T17:55:54.586Z Compiling dof v0.4.0
20272026-03-18T17:55:54.734Z Compiling curve25519-dalek v4.1.3
20282026-03-18T17:55:54.834Z Compiling spin v0.9.8
20292026-03-18T17:55:54.857Z Compiling thread-id v4.2.2
20302026-03-18T17:55:54.979Z Compiling thread-id v5.1.0
20312026-03-18T17:55:55.067Z Compiling proc-macro-error-attr v1.0.4
20322026-03-18T17:55:55.103Z Compiling powerfmt v0.2.0
20332026-03-18T17:55:55.129Z Compiling smoltcp v0.9.1
20342026-03-18T17:55:55.330Z Compiling httpdate v1.0.3
20352026-03-18T17:55:55.574Z Compiling pin-utils v0.1.0
20362026-03-18T17:55:55.610Z Compiling cfg_aliases v0.2.1
20372026-03-18T17:55:55.717Z Compiling num-bigint-dig v0.8.6
20382026-03-18T17:55:55.743Z Compiling foreign-types-shared v0.1.1
20392026-03-18T17:55:55.766Z Compiling nix v0.31.1
20402026-03-18T17:55:55.792Z Compiling tempfile v3.25.0
20412026-03-18T17:55:55.843Z Compiling foreign-types v0.3.2
20422026-03-18T17:55:55.950Z Compiling deranged v0.5.8
20432026-03-18T17:55:56.077Z Compiling darling v0.20.11
20442026-03-18T17:55:56.519Z Compiling hyper v1.8.1
20452026-03-18T17:55:56.576Z Compiling ipnetwork v0.21.1
20462026-03-18T17:55:56.702Z Compiling strum_macros v0.26.4
20472026-03-18T17:55:56.966Z Compiling wait-timeout v0.2.1
20482026-03-18T17:55:57.019Z Compiling proc-macro-error v1.0.4
20492026-03-18T17:55:57.154Z Compiling num_threads v0.1.7
20502026-03-18T17:55:57.305Z Compiling simd-adler32 v0.3.8
20512026-03-18T17:55:57.309Z Compiling anstyle v1.0.13
20522026-03-18T17:55:57.415Z Compiling siphasher v1.0.2
20532026-03-18T17:55:57.504Z Compiling bit-vec v0.8.0
20542026-03-18T17:55:57.566Z Compiling utf8parse v0.2.2
20552026-03-18T17:55:57.644Z Compiling unicode-segmentation v1.12.0
20562026-03-18T17:55:57.690Z Compiling quick-error v1.2.3
20572026-03-18T17:55:57.829Z Compiling rusty-fork v0.3.1
20582026-03-18T17:55:57.852Z Compiling time v0.3.47
20592026-03-18T17:55:57.886Z Compiling bit-set v0.8.0
20602026-03-18T17:55:58.029Z Compiling hyper-util v0.1.20
20612026-03-18T17:55:58.116Z Compiling anstyle-parse v0.2.7
20622026-03-18T17:55:58.770Z Compiling crossbeam-epoch v0.9.18
20632026-03-18T17:55:58.898Z Compiling derive_builder_core v0.20.2
20642026-03-18T17:55:59.237Z Compiling unicode-normalization v0.1.25
20652026-03-18T17:55:59.893Z Compiling rustls-native-certs v0.8.3
20662026-03-18T17:56:00.330Z Compiling signature v2.2.0
20672026-03-18T17:56:00.367Z Compiling hubpack_derive v0.1.1
20682026-03-18T17:56:00.469Z Compiling curve25519-dalek-derive v0.1.1
20692026-03-18T17:56:00.504Z Compiling strum_macros v0.27.2
20702026-03-18T17:56:00.531Z Compiling rand_xorshift v0.4.0
20712026-03-18T17:56:00.600Z Compiling sync_wrapper v1.0.2
20722026-03-18T17:56:00.738Z Compiling fs-err v3.3.0
20732026-03-18T17:56:00.762Z Compiling ahash v0.8.12
20742026-03-18T17:56:00.910Z Compiling unicode-bidi v0.3.18
20752026-03-18T17:56:00.974Z Compiling is_terminal_polyfill v1.70.2
20762026-03-18T17:56:01.026Z Compiling unicode-properties v0.1.4
20772026-03-18T17:56:01.104Z Compiling unarray v0.1.4
20782026-03-18T17:56:01.191Z Compiling colorchoice v1.0.4
20792026-03-18T17:56:01.262Z Compiling adler2 v2.0.1
20802026-03-18T17:56:01.285Z Compiling anstyle-query v1.1.5
20812026-03-18T17:56:01.313Z Compiling object v0.37.3
20822026-03-18T17:56:01.351Z Compiling proptest v1.10.0
20832026-03-18T17:56:01.437Z Compiling anstream v0.6.21
20842026-03-18T17:56:01.460Z Compiling miniz_oxide v0.8.9
20852026-03-18T17:56:01.559Z Compiling stringprep v0.1.5
20862026-03-18T17:56:02.076Z Compiling tower v0.5.3
20872026-03-18T17:56:02.197Z Compiling derive_builder_macro v0.20.2
20882026-03-18T17:56:02.597Z Compiling crossbeam-deque v0.8.6
20892026-03-18T17:56:02.626Z Compiling heck v0.4.1
20902026-03-18T17:56:02.730Z Compiling usdt-attr-macro v0.6.0
20912026-03-18T17:56:02.753Z Compiling usdt-macro v0.6.0
20922026-03-18T17:56:03.051Z Compiling http-body-util v0.1.3
20932026-03-18T17:56:03.105Z Compiling webpki-roots v1.0.6
20942026-03-18T17:56:03.368Z Compiling rand_chacha v0.3.1
20952026-03-18T17:56:03.400Z Compiling erased-serde v0.3.31
20962026-03-18T17:56:03.426Z Compiling md-5 v0.10.6
20972026-03-18T17:56:03.606Z Compiling num-integer v0.1.46
20982026-03-18T17:56:03.635Z Compiling hash32 v0.2.1
20992026-03-18T17:56:03.709Z Compiling vergen-lib v0.1.6
21002026-03-18T17:56:03.736Z Compiling ff v0.13.1
21012026-03-18T17:56:03.805Z Compiling iri-string v0.7.10
21022026-03-18T17:56:03.830Z Compiling fallible-iterator v0.2.0
21032026-03-18T17:56:03.855Z Compiling zlib-rs v0.6.2
21042026-03-18T17:56:03.884Z Compiling ryu v1.0.23
21052026-03-18T17:56:03.887Z Compiling base16ct v0.2.0
21062026-03-18T17:56:03.887Z Compiling psl-types v2.0.11
21072026-03-18T17:56:03.970Z Compiling num-iter v0.1.45
21082026-03-18T17:56:04.052Z Compiling group v0.13.0
21092026-03-18T17:56:04.075Z Compiling publicsuffix v2.3.0
21102026-03-18T17:56:04.101Z Compiling sec1 v0.7.3
21112026-03-18T17:56:04.151Z Compiling serde_urlencoded v0.7.1
21122026-03-18T17:56:04.290Z Compiling newtype-uuid v1.3.2
21132026-03-18T17:56:04.317Z Compiling postgres-protocol v0.6.10
21142026-03-18T17:56:04.523Z Compiling rand v0.8.5
21152026-03-18T17:56:04.759Z Compiling oxnet v0.1.4
21162026-03-18T17:56:04.948Z Compiling zone_cfg_derive v0.3.1
21172026-03-18T17:56:05.019Z Compiling derive_builder v0.20.2
21182026-03-18T17:56:05.178Z Compiling tokio-native-tls v0.3.1
21192026-03-18T17:56:05.241Z Compiling phf_shared v0.13.1
21202026-03-18T17:56:05.366Z Compiling lazy_static v1.5.0
21212026-03-18T17:56:05.458Z Compiling tower-http v0.6.8
21222026-03-18T17:56:05.505Z Compiling terminal_size v0.4.3
21232026-03-18T17:56:05.509Z Compiling serde_with_macros v3.17.0
21242026-03-18T17:56:05.557Z Compiling cargo-platform v0.1.9
21252026-03-18T17:56:05.651Z Compiling hkdf v0.12.4
21262026-03-18T17:56:05.698Z Compiling crypto-bigint v0.5.5
21272026-03-18T17:56:05.760Z Compiling enum-as-inner v0.6.1
21282026-03-18T17:56:05.784Z Compiling clap_derive v4.5.55
21292026-03-18T17:56:05.810Z Compiling serde_repr v0.1.20
21302026-03-18T17:56:05.848Z Compiling vergen v9.0.6
21312026-03-18T17:56:06.054Z Compiling libbz2-rs-sys v0.2.2
21322026-03-18T17:56:06.080Z Compiling bumpalo v3.20.2
21332026-03-18T17:56:06.106Z Compiling unicode-width v0.2.0
21342026-03-18T17:56:06.110Z Compiling bitflags v1.3.2
21352026-03-18T17:56:06.350Z Compiling clap_lex v1.0.0
21362026-03-18T17:56:06.400Z Compiling foldhash v0.1.5
21372026-03-18T17:56:06.424Z Compiling managed v0.8.0
21382026-03-18T17:56:06.655Z Compiling bzip2 v0.6.1
21392026-03-18T17:56:06.658Z Compiling hashbrown v0.15.5
21402026-03-18T17:56:06.658Z Compiling clap_builder v4.5.60
21412026-03-18T17:56:06.862Z Compiling console v0.16.2
21422026-03-18T17:56:06.898Z Compiling zopfli v0.8.3
21432026-03-18T17:56:06.930Z Compiling flate2 v1.1.9
21442026-03-18T17:56:07.091Z Compiling elliptic-curve v0.13.8
21452026-03-18T17:56:07.335Z Compiling cargo_metadata v0.19.2
21462026-03-18T17:56:07.578Z Compiling phf v0.13.1
21472026-03-18T17:56:07.650Z Compiling hyper-tls v0.6.0
21482026-03-18T17:56:07.694Z Compiling signal-hook-mio v0.2.5
21492026-03-18T17:56:07.807Z Compiling daft v0.1.5
21502026-03-18T17:56:07.811Z Compiling rayon v1.11.0
21512026-03-18T17:56:07.954Z Compiling cookie_store v0.22.1
21522026-03-18T17:56:07.989Z Compiling postgres-types v0.2.12
21532026-03-18T17:56:08.138Z Compiling zstd v0.13.3
21542026-03-18T17:56:08.186Z Compiling bzip2 v0.4.4
21552026-03-18T17:56:08.470Z Compiling strum v0.27.2
21562026-03-18T17:56:08.683Z Compiling hubpack v0.1.2
21572026-03-18T17:56:08.715Z Compiling ed25519 v2.2.3
21582026-03-18T17:56:08.749Z Compiling phf_shared v0.11.3
21592026-03-18T17:56:09.049Z Compiling pkcs1 v0.7.5
21602026-03-18T17:56:09.121Z Compiling serde-big-array v0.5.1
21612026-03-18T17:56:09.169Z Compiling hex v0.4.3
21622026-03-18T17:56:09.173Z Compiling rfc6979 v0.4.0
21632026-03-18T17:56:09.245Z Compiling bstr v1.12.1
21642026-03-18T17:56:09.326Z Compiling itertools v0.12.1
21652026-03-18T17:56:09.380Z Compiling float-cmp v0.10.0
21662026-03-18T17:56:09.428Z Compiling memmap2 v0.9.10
21672026-03-18T17:56:09.562Z Compiling env_filter v1.0.0
21682026-03-18T17:56:09.611Z Compiling encoding_rs v0.8.35
21692026-03-18T17:56:09.643Z Compiling keccak v0.1.6
21702026-03-18T17:56:09.666Z Compiling whoami v2.1.0
21712026-03-18T17:56:09.727Z Compiling fixedbitset v0.5.7
21722026-03-18T17:56:09.934Z Compiling rustc-hash v2.1.1
21732026-03-18T17:56:09.938Z Compiling mime v0.3.17
21742026-03-18T17:56:10.114Z Compiling precomputed-hash v0.1.1
21752026-03-18T17:56:10.140Z Compiling fixedbitset v0.4.2
21762026-03-18T17:56:10.143Z Compiling difflib v0.4.0
21772026-03-18T17:56:10.143Z Compiling static_assertions v1.1.0
21782026-03-18T17:56:10.246Z Compiling jiff v0.2.21
21792026-03-18T17:56:10.291Z Compiling data-encoding v2.10.0
21802026-03-18T17:56:10.315Z Compiling normalize-line-endings v0.3.0
21812026-03-18T17:56:10.354Z Compiling toml_write v0.1.2
21822026-03-18T17:56:10.407Z Compiling new_debug_unreachable v1.0.6
21832026-03-18T17:56:10.432Z Compiling unit-prefix v0.5.2
21842026-03-18T17:56:10.458Z Compiling predicates-core v1.0.10
21852026-03-18T17:56:10.660Z Compiling predicates v3.1.4
21862026-03-18T17:56:10.660Z Compiling indicatif v0.18.4
21872026-03-18T17:56:10.702Z Compiling hickory-proto v0.25.2
21882026-03-18T17:56:10.825Z Compiling toml_edit v0.22.27
21892026-03-18T17:56:11.038Z Compiling zone v0.3.1
21902026-03-18T17:56:11.076Z Compiling string_cache v0.8.9
21912026-03-18T17:56:11.389Z Compiling petgraph v0.6.5
21922026-03-18T17:56:11.411Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21932026-03-18T17:56:11.490Z Compiling iddqd v0.3.17
21942026-03-18T17:56:11.611Z Compiling petgraph v0.8.3
21952026-03-18T17:56:11.698Z Compiling tokio-postgres v0.7.16
21962026-03-18T17:56:11.910Z Compiling similar v2.7.0
21972026-03-18T17:56:12.925Z Compiling sha3 v0.10.8
21982026-03-18T17:56:12.998Z Compiling env_logger v0.11.9
21992026-03-18T17:56:13.452Z Compiling usdt v0.6.0
22002026-03-18T17:56:13.815Z Compiling serde_with v3.17.0
22012026-03-18T17:56:14.206Z Compiling zip v4.6.1
22022026-03-18T17:56:14.228Z Compiling rsa v0.9.10
22032026-03-18T17:56:14.309Z Compiling ecdsa v0.16.9
22042026-03-18T17:56:14.871Z Compiling ed25519-dalek v2.2.0
22052026-03-18T17:56:15.170Z Compiling clap v4.5.60
22062026-03-18T17:56:15.260Z Compiling crossterm v0.28.1
22072026-03-18T17:56:15.582Z Compiling zip v0.6.6
22082026-03-18T17:56:15.612Z Compiling strum v0.26.3
22092026-03-18T17:56:15.690Z Compiling toml v0.7.8
22102026-03-18T17:56:15.819Z Compiling tokio-stream v0.1.18
22112026-03-18T17:56:16.049Z Compiling buf-list v1.1.2
22122026-03-18T17:56:16.420Z Compiling x509-cert v0.2.5
22132026-03-18T17:56:16.448Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-18T17:56:16.492Z Compiling openapiv3 v2.2.0
22152026-03-18T17:56:16.542Z Compiling sha1 v0.10.6
22162026-03-18T17:56:16.741Z Compiling itertools v0.13.0
22172026-03-18T17:56:17.209Z Compiling peg-runtime v0.8.5
22182026-03-18T17:56:17.329Z Compiling lalrpop-util v0.19.12
22192026-03-18T17:56:32.400Z Compiling macaddr v1.0.1
22202026-03-18T17:56:32.745Z Compiling structmeta-derive v0.3.0
22212026-03-18T17:56:32.770Z Compiling itertools v0.14.0
22222026-03-18T17:56:33.240Z Compiling heapless v0.8.0
22232026-03-18T17:56:34.108Z Compiling structmeta v0.3.0
22242026-03-18T17:56:34.533Z Compiling ingot-macros v0.1.1
22252026-03-18T17:56:38.552Z Compiling rustls-webpki v0.103.9
22262026-03-18T17:56:39.871Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-18T17:56:40.983Z Compiling hash32 v0.3.1
22282026-03-18T17:56:41.067Z Compiling smoltcp v0.11.0
22292026-03-18T17:56:41.179Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-18T17:56:41.514Z Compiling proc-macro-crate v3.4.0
22312026-03-18T17:56:41.560Z Compiling ingot-types v0.1.2
22322026-03-18T17:56:41.593Z Compiling cobs v0.3.0
22332026-03-18T17:56:41.773Z Compiling rustls v0.22.4
22342026-03-18T17:56:41.941Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-18T17:56:41.964Z Compiling postcard v1.1.3
22362026-03-18T17:56:42.063Z Compiling proc-macro-crate v1.3.1
22372026-03-18T17:56:42.197Z Compiling num_enum_derive v0.7.5
22382026-03-18T17:56:42.271Z Compiling ingot v0.1.1
22392026-03-18T17:56:42.294Z Compiling rustls-webpki v0.102.8
22402026-03-18T17:56:42.542Z Compiling futures-executor v0.3.32
22412026-03-18T17:56:42.684Z Compiling foreign-types-macros v0.2.3
22422026-03-18T17:56:42.773Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-18T17:56:42.980Z Compiling multer v3.1.0
22442026-03-18T17:56:43.003Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-18T17:56:43.164Z Compiling thread_local v1.1.9
22462026-03-18T17:56:43.213Z Compiling slog-async v2.8.0
22472026-03-18T17:56:43.245Z Compiling typeid v1.0.3
22482026-03-18T17:56:43.274Z Compiling foreign-types-shared v0.3.1
22492026-03-18T17:56:43.333Z Compiling match_cfg v0.1.0
22502026-03-18T17:56:43.419Z Compiling cpufeatures v0.3.0
22512026-03-18T17:56:43.451Z Compiling hostname v0.3.1
22522026-03-18T17:56:43.488Z Compiling num_enum v0.7.5
22532026-03-18T17:56:43.492Z Compiling foreign-types v0.5.0
22542026-03-18T17:56:43.538Z Compiling chacha20 v0.10.0
22552026-03-18T17:56:43.649Z Compiling tokio-rustls v0.26.4
22562026-03-18T17:56:43.652Z Compiling rustls-platform-verifier v0.6.2
22572026-03-18T17:56:43.699Z Compiling futures v0.3.32
22582026-03-18T17:56:43.723Z Compiling num_enum_derive v0.5.11
22592026-03-18T17:56:43.938Z Compiling derive-ex v0.1.8
22602026-03-18T17:56:43.975Z Compiling tabwriter v1.4.1
22612026-03-18T17:56:43.979Z Compiling slog-json v2.6.1
22622026-03-18T17:56:44.049Z Compiling hyper-rustls v0.27.7
22632026-03-18T17:56:44.072Z Compiling crossbeam-channel v0.5.15
22642026-03-18T17:56:44.364Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-18T17:56:44.471Z Compiling reqwest v0.13.2
22662026-03-18T17:56:44.499Z Compiling reqwest v0.12.28
22672026-03-18T17:56:44.684Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-18T17:56:44.947Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-18T17:56:45.023Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-18T17:56:45.048Z Compiling async-stream-impl v0.3.6
22712026-03-18T17:56:45.092Z Compiling serde_spanned v1.0.4
22722026-03-18T17:56:45.265Z Compiling is-terminal v0.4.17
22732026-03-18T17:56:45.321Z Compiling cstr-argument v0.1.2
22742026-03-18T17:56:45.451Z Compiling dropshot v0.16.7
22752026-03-18T17:56:45.477Z Compiling crucible-workspace-hack v0.1.0
22762026-03-18T17:56:45.499Z Compiling erased-serde v0.4.9
22772026-03-18T17:56:45.558Z Compiling take_mut v0.2.2
22782026-03-18T17:56:45.726Z Compiling term v1.2.1
22792026-03-18T17:56:45.749Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-18T17:56:45.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-18T17:56:45.807Z Compiling async-stream v0.3.6
22822026-03-18T17:56:46.033Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-18T17:56:46.103Z Compiling test-strategy v0.4.5
22842026-03-18T17:56:46.125Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-18T17:56:46.129Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-18T17:56:46.201Z Compiling slog-term v2.9.2
22872026-03-18T17:56:46.266Z Compiling num_enum v0.5.11
22882026-03-18T17:56:46.456Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-18T17:56:46.634Z Compiling slog-bunyan v2.5.0
22902026-03-18T17:56:46.659Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-18T17:56:46.707Z Compiling tokio-rustls v0.25.0
22922026-03-18T17:56:46.893Z Compiling rand v0.10.0
22932026-03-18T17:56:47.225Z Compiling parse-display-derive v0.10.0
22942026-03-18T17:56:47.253Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-18T17:56:47.353Z Compiling backon v1.6.0
22962026-03-18T17:56:47.393Z Compiling waitgroup v0.1.2
22972026-03-18T17:56:47.580Z Compiling dropshot_endpoint v0.16.7
22982026-03-18T17:56:47.615Z Compiling newtype-uuid-macros v0.1.0
22992026-03-18T17:56:47.666Z Compiling rustls-pemfile v2.2.0
23002026-03-18T17:56:47.703Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-18T17:56:47.823Z Compiling serde_path_to_error v0.1.20
23022026-03-18T17:56:47.890Z Compiling hostname v0.4.2
23032026-03-18T17:56:47.963Z Compiling instant v0.1.13
23042026-03-18T17:56:48.027Z Compiling debug-ignore v1.0.5
23052026-03-18T17:56:48.048Z Compiling colored v3.1.1
23062026-03-18T17:56:48.075Z Compiling libefi-sys v0.1.0
23072026-03-18T17:56:48.118Z Compiling backoff v0.4.0
23082026-03-18T17:56:48.193Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-18T17:56:48.430Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-18T17:56:48.456Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-18T17:56:48.594Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23122026-03-18T17:56:48.616Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-18T17:56:48.918Z Compiling camino-tempfile v1.4.1
23142026-03-18T17:56:49.095Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23152026-03-18T17:56:49.168Z Compiling usdt-macro v0.5.0
23162026-03-18T17:56:49.195Z Compiling usdt-attr-macro v0.5.0
23172026-03-18T17:56:49.267Z Compiling parse-display v0.10.0
23182026-03-18T17:56:49.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23192026-03-18T17:56:49.475Z Compiling secrecy v0.10.3
23202026-03-18T17:56:49.713Z Compiling bitfield-struct v0.6.2
23212026-03-18T17:56:49.855Z Compiling num-derive v0.4.2
23222026-03-18T17:56:49.899Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-03-18T17:56:50.078Z Compiling regress v0.10.5
23242026-03-18T17:56:50.147Z Compiling ordered-float v2.10.1
23252026-03-18T17:56:50.185Z Compiling blake3 v1.8.3
23262026-03-18T17:56:50.416Z Compiling sigpipe v0.1.3
23272026-03-18T17:56:50.440Z Compiling memmap v0.7.0
23282026-03-18T17:56:50.540Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292026-03-18T17:56:50.573Z Compiling glob v0.3.3
23302026-03-18T17:56:50.596Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312026-03-18T17:56:50.763Z Compiling usdt v0.5.0
23322026-03-18T17:56:50.845Z Compiling serde-value v0.7.0
23332026-03-18T17:56:51.032Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-18T17:56:51.060Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-18T17:56:51.064Z Compiling serde-untagged v0.1.9
23362026-03-18T17:56:51.107Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-18T17:56:51.429Z Compiling toml v0.8.23
23382026-03-18T17:56:51.479Z Compiling smf v0.2.3
23392026-03-18T17:56:51.503Z Compiling filetime v0.2.27
23402026-03-18T17:56:51.570Z Compiling same-file v1.0.6
23412026-03-18T17:56:51.605Z Compiling constant_time_eq v0.4.2
23422026-03-18T17:56:51.745Z Compiling whoami v1.6.1
23432026-03-18T17:56:51.767Z Compiling arrayvec v0.7.6
23442026-03-18T17:56:51.791Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-18T17:56:51.816Z Compiling arrayref v0.3.9
23462026-03-18T17:56:51.861Z Compiling xattr v1.6.1
23472026-03-18T17:56:51.885Z Compiling unicode-xid v0.2.6
23482026-03-18T17:56:51.913Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-18T17:56:51.939Z Compiling walkdir v2.5.0
23502026-03-18T17:56:51.965Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-18T17:56:52.087Z Compiling cargo-util-schemas v0.8.2
23522026-03-18T17:56:52.139Z Compiling tar v0.4.44
23532026-03-18T17:56:52.280Z Compiling tokio-dtrace v0.1.1
23542026-03-18T17:56:52.329Z Compiling gethostname v0.5.0
23552026-03-18T17:56:52.518Z Compiling cargo-platform v0.2.0
23562026-03-18T17:56:52.713Z Compiling topological-sort v0.2.2
23572026-03-18T17:56:52.787Z Compiling oxide-tokio-rt v0.1.3
23582026-03-18T17:56:52.879Z Compiling shell-words v1.1.1
23592026-03-18T17:56:52.949Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-18T17:56:52.974Z Compiling indent_write v2.2.0
23612026-03-18T17:56:54.255Z Compiling cargo_metadata v0.21.0
23622026-03-18T17:57:04.914Z Compiling progenitor-client v0.13.0
23632026-03-18T17:57:04.954Z Compiling progenitor-client v0.10.0
23642026-03-18T17:57:04.957Z Compiling omicron-zone-package v0.12.2
23652026-03-18T17:57:05.051Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-18T17:57:05.055Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-03-18T17:57:05.055Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-18T17:57:05.055Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-18T17:57:05.238Z Compiling progenitor-extras v0.1.1
23702026-03-18T17:57:05.525Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-18T17:57:15.170Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-18T17:57:16.446Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-18T17:57:24.695Z Finished `release` profile [optimized] target(s) in 1m 54s
23742026-03-18T17:57:24.886Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-18T17:57:24.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-18T17:57:24.960ZCreated new build target 'test' and set it as active
23772026-03-18T17:57:24.960Z
23782026-03-18T17:57:24.960Zreal 1:54.724209491
23792026-03-18T17:57:24.960Zuser 20:18.467524422
23802026-03-18T17:57:24.960Zsys 3:04.198087013
23812026-03-18T17:57:24.960Ztrap 0.533388110
23822026-03-18T17:57:24.960Ztflt 3.185955250
23832026-03-18T17:57:24.961Zdflt 3.915447592
23842026-03-18T17:57:24.961Zkflt 0.000663072
23852026-03-18T17:57:24.961Zlock 1:04:25.103910314
23862026-03-18T17:57:24.961Zslp 51:42.712825676
23872026-03-18T17:57:24.961Zlat 45.934825331
23882026-03-18T17:57:24.961Zstop 7:44.682708955
23892026-03-18T17:57:24.961Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-18T17:57:26.155Z Finished `release` profile [optimized] target(s) in 1.18s
23912026-03-18T17:57:26.223Z Running `target/release/omicron-package -t test package`
23922026-03-18T17:57:26.291ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-18T17:57:28.204Z Compiling regress v0.10.5
23942026-03-18T17:57:28.204Z Compiling heck v0.5.0
23952026-03-18T17:57:28.207Z Compiling unsafe-libyaml v0.2.11
23962026-03-18T17:57:28.207Z Compiling convert_case v0.4.0
23972026-03-18T17:57:28.528Z Compiling half v2.7.1
23982026-03-18T17:57:28.531Z Compiling ciborium-io v0.2.2
23992026-03-18T17:57:28.584Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-18T17:57:28.588Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-18T17:57:28.644Z Compiling prettyplease v0.2.37
24022026-03-18T17:57:28.675Z Compiling typify-impl v0.6.1
24032026-03-18T17:57:28.678Z Compiling universal-hash v0.5.1
24042026-03-18T17:57:28.705Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-18T17:57:28.709Z Compiling unicode-width v0.1.14
24062026-03-18T17:57:28.710Z Compiling opaque-debug v0.3.1
24072026-03-18T17:57:28.826Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-18T17:57:28.829Z Compiling chacha20 v0.9.1
24092026-03-18T17:57:28.829Z Compiling password-hash v0.5.0
24102026-03-18T17:57:28.894Z Compiling poly1305 v0.8.0
24112026-03-18T17:57:28.894Z Compiling derive_more v0.99.20
24122026-03-18T17:57:29.004Z Compiling ciborium-ll v0.2.2
24132026-03-18T17:57:29.007Z Compiling blake2 v0.10.6
24142026-03-18T17:57:29.068Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-18T17:57:29.157Z Compiling aead v0.5.2
24162026-03-18T17:57:29.189Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-18T17:57:29.345Z Compiling ciborium v0.2.2
24182026-03-18T17:57:29.381Z Compiling is-terminal v0.4.17
24192026-03-18T17:57:29.384Z Compiling swrite v0.1.0
24202026-03-18T17:57:29.440Z Compiling argon2 v0.5.3
24212026-03-18T17:57:29.529Z Compiling chacha20poly1305 v0.10.1
24222026-03-18T17:57:29.574Z Compiling serde_spanned v1.0.4
24232026-03-18T17:57:29.755Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-18T17:57:29.816Z Compiling bytecount v0.6.9
24252026-03-18T17:57:29.820Z Compiling rustls v0.22.4
24262026-03-18T17:57:29.881Z Compiling rustls-webpki v0.102.8
24272026-03-18T17:57:29.923Z Compiling derive-where v1.6.0
24282026-03-18T17:57:30.064Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-18T17:57:30.095Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-18T17:57:30.095Z Compiling thread_local v1.1.9
24312026-03-18T17:57:30.163Z Compiling match_cfg v0.1.0
24322026-03-18T17:57:30.224Z Compiling thiserror-no-std v2.0.2
24332026-03-18T17:57:30.284Z Compiling hostname v0.3.1
24342026-03-18T17:57:30.370Z Compiling vsss-rs v3.3.4
24352026-03-18T17:57:30.516Z Compiling multer v3.1.0
24362026-03-18T17:57:30.557Z Compiling slog-async v2.8.0
24372026-03-18T17:57:30.610Z Compiling slog-json v2.6.1
24382026-03-18T17:57:30.654Z Compiling crossbeam-channel v0.5.15
24392026-03-18T17:57:30.658Z Compiling futures-executor v0.3.32
24402026-03-18T17:57:30.774Z Compiling term v1.2.1
24412026-03-18T17:57:30.846Z Compiling take_mut v0.2.2
24422026-03-18T17:57:30.894Z Compiling slog-bunyan v2.5.0
24432026-03-18T17:57:31.024Z Compiling futures v0.3.32
24442026-03-18T17:57:31.084Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-03-18T17:57:31.114Z Compiling dropshot v0.16.7
24462026-03-18T17:57:31.155Z Compiling async-stream v0.3.6
24472026-03-18T17:57:31.275Z Compiling slog-term v2.9.2
24482026-03-18T17:57:31.305Z Compiling progenitor-client v0.13.0
24492026-03-18T17:57:31.334Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-18T17:57:31.408Z Compiling waitgroup v0.1.2
24512026-03-18T17:57:31.497Z Compiling backon v1.6.0
24522026-03-18T17:57:31.561Z Compiling rustls-pemfile v2.2.0
24532026-03-18T17:57:31.598Z Compiling serde_path_to_error v0.1.20
24542026-03-18T17:57:31.634Z Compiling hostname v0.4.2
24552026-03-18T17:57:31.671Z Compiling instant v0.1.13
24562026-03-18T17:57:31.716Z Compiling debug-ignore v1.0.5
24572026-03-18T17:57:31.716Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-18T17:57:31.787Z Compiling progenitor-extras v0.1.1
24592026-03-18T17:57:31.823Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-03-18T17:57:31.854Z Compiling backoff v0.4.0
24612026-03-18T17:57:31.857Z Compiling parse-display v0.10.0
24622026-03-18T17:57:31.884Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-18T17:57:31.950Z Compiling progenitor-client v0.10.0
24642026-03-18T17:57:31.950Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-18T17:57:32.016Z Compiling macaddr v1.0.1
24662026-03-18T17:57:32.052Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-18T17:57:32.102Z Compiling console v0.15.11
24682026-03-18T17:57:32.141Z Compiling newline-converter v0.3.0
24692026-03-18T17:57:32.144Z Compiling atomicwrites v0.4.4
24702026-03-18T17:57:32.207Z Compiling num-rational v0.4.2
24712026-03-18T17:57:32.345Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-18T17:57:32.379Z Compiling num-complex v0.4.6
24732026-03-18T17:57:32.480Z Compiling slog-dtrace v0.3.0
24742026-03-18T17:57:32.579Z Compiling async-recursion v1.1.1
24752026-03-18T17:57:32.621Z Compiling cancel-safe-futures v0.1.5
24762026-03-18T17:57:32.697Z Compiling expectorate v1.2.0
24772026-03-18T17:57:32.871Z Compiling float-ord v0.3.2
24782026-03-18T17:57:32.924Z Compiling num v0.4.3
24792026-03-18T17:57:32.998Z Compiling tokio-rustls v0.25.0
24802026-03-18T17:57:33.066Z Compiling owo-colors v4.3.0
24812026-03-18T17:57:33.166Z Compiling libsw-core v0.3.2
24822026-03-18T17:57:33.200Z Compiling resolv-conf v0.7.6
24832026-03-18T17:57:33.264Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-18T17:57:33.404Z Compiling toml v0.8.23
24852026-03-18T17:57:33.497Z Compiling libsw v3.5.0
24862026-03-18T17:57:33.531Z Compiling linear-map v1.2.0
24872026-03-18T17:57:33.642Z Compiling minimal-lexical v0.2.1
24882026-03-18T17:57:33.736Z Compiling linked-hash-map v0.5.6
24892026-03-18T17:57:33.804Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-18T17:57:33.859Z Compiling unicode-xid v0.2.6
24912026-03-18T17:57:34.002Z Compiling nom v7.1.3
24922026-03-18T17:57:34.037Z Compiling lru-cache v0.1.2
24932026-03-18T17:57:34.071Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-18T17:57:34.102Z Compiling globset v0.4.18
24952026-03-18T17:57:34.106Z Compiling hickory-proto v0.24.4
24962026-03-18T17:57:34.240Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-18T17:57:34.268Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-18T17:57:34.640Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-18T17:57:35.056Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-18T17:57:35.580Z Compiling typify-macro v0.6.1
25012026-03-18T17:57:35.871Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-18T17:57:35.939Z Compiling convert_case v0.10.0
25032026-03-18T17:57:36.338Z Compiling derive_more-impl v2.1.1
25042026-03-18T17:57:37.214Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-03-18T17:57:37.275Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-18T17:57:37.399Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-18T17:57:37.522Z Compiling pin-project-internal v1.1.11
25082026-03-18T17:57:37.627Z Compiling hickory-resolver v0.24.4
25092026-03-18T17:57:37.717Z Compiling typify v0.6.1
25102026-03-18T17:57:37.875Z Compiling progenitor-impl v0.13.0
25112026-03-18T17:57:39.034Z Compiling pin-project v1.1.11
25122026-03-18T17:57:39.135Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-18T17:57:39.202Z Compiling qorb v0.4.1
25142026-03-18T17:57:39.396Z Compiling derive_more v2.1.1
25152026-03-18T17:57:39.538Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-18T17:57:39.739Z Compiling pem v3.0.6
25172026-03-18T17:57:39.971Z Compiling snafu-derive v0.8.9
25182026-03-18T17:57:40.585Z Compiling termtree v0.5.1
25192026-03-18T17:57:40.658Z Compiling crossterm v0.29.0
25202026-03-18T17:57:40.837Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-18T17:57:40.986Z Compiling progenitor-macro v0.13.0
25222026-03-18T17:57:41.942Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-18T17:57:42.314Z Compiling snafu v0.8.9
25242026-03-18T17:57:43.059Z Compiling olpc-cjson v0.1.4
25252026-03-18T17:57:43.375Z Compiling phf_shared v0.12.1
25262026-03-18T17:57:43.422Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-18T17:57:43.698Z Compiling serde_plain v1.0.2
25282026-03-18T17:57:44.138Z Compiling vte v0.14.1
25292026-03-18T17:57:44.413Z Compiling csv-core v0.1.13
25302026-03-18T17:57:44.472Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-03-18T17:57:44.685Z Compiling chrono-tz v0.10.4
25322026-03-18T17:57:44.866Z Compiling highway v1.3.0
25332026-03-18T17:57:44.959Z Compiling typed-path v0.9.3
25342026-03-18T17:57:45.040Z Compiling csv v1.4.0
25352026-03-18T17:57:45.456Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-18T17:57:45.730Z Compiling strip-ansi-escapes v0.2.1
25372026-03-18T17:57:45.832Z Compiling phf v0.12.1
25382026-03-18T17:57:45.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-18T17:57:46.099Z Compiling const_format_proc_macros v0.2.34
25402026-03-18T17:57:46.282Z Compiling papergrid v0.11.0
25412026-03-18T17:57:46.336Z Compiling fd-lock v4.0.4
25422026-03-18T17:57:46.445Z Compiling peg-macros v0.8.5
25432026-03-18T17:57:46.557Z Compiling tough v0.20.0
25442026-03-18T17:57:46.633Z Compiling tabled_derive v0.7.0
25452026-03-18T17:57:46.951Z Compiling progenitor v0.13.0
25462026-03-18T17:57:47.172Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-18T17:57:47.926Z Compiling nu-ansi-term v0.50.3
25482026-03-18T17:57:48.151Z Compiling tabled v0.15.0
25492026-03-18T17:57:48.182Z Compiling peg v0.8.5
25502026-03-18T17:57:48.313Z Compiling reedline v0.40.0
25512026-03-18T17:57:48.342Z Compiling const_format v0.2.35
25522026-03-18T17:57:48.782Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-18T17:57:48.941Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-18T17:57:48.982Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-18T17:57:50.559Z Compiling bcs v0.1.6
25562026-03-18T17:57:50.639Z Compiling semver v0.1.20
25572026-03-18T17:57:51.012Z Compiling rustc_version v0.1.7
25582026-03-18T17:57:51.139Z Compiling base64 v0.21.7
25592026-03-18T17:57:51.312Z Compiling newtype_derive v0.1.6
25602026-03-18T17:57:51.589Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-18T17:57:51.849Z Compiling typify-impl v0.4.3
25622026-03-18T17:57:51.893Z Compiling humantime v2.3.0
25632026-03-18T17:57:52.458Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-18T17:57:52.504Z Compiling smawk v0.3.2
25652026-03-18T17:57:52.764Z Compiling unicode-linebreak v0.1.5
25662026-03-18T17:57:52.926Z Compiling dropshot-api-manager-types v0.6.0
25672026-03-18T17:57:53.042Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25682026-03-18T17:57:53.110Z Compiling textwrap v0.16.2
25692026-03-18T17:57:53.144Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-18T17:57:53.310Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-18T17:57:53.705Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-18T17:57:53.735Z Compiling steno v0.4.1
25732026-03-18T17:57:54.605Z Compiling utf-8 v0.7.6
25742026-03-18T17:57:55.146Z Compiling tagptr v0.2.0
25752026-03-18T17:57:55.390Z Compiling moka v0.12.13
25762026-03-18T17:57:55.448Z Compiling tungstenite v0.21.0
25772026-03-18T17:57:55.954Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-18T17:57:56.166Z Compiling radium v0.7.0
25792026-03-18T17:57:56.536Z Compiling tokio-tungstenite v0.21.0
25802026-03-18T17:57:56.874Z Compiling typify-macro v0.4.3
25812026-03-18T17:57:57.019Z Compiling hickory-resolver v0.25.2
25822026-03-18T17:57:57.135Z Compiling maybe-uninit v2.0.0
25832026-03-18T17:57:57.521Z Compiling tap v1.0.1
25842026-03-18T17:57:57.694Z Compiling wyz v0.5.1
25852026-03-18T17:57:58.024Z Compiling zerocopy-derive v0.6.6
25862026-03-18T17:57:58.084Z Compiling crc-catalog v2.4.0
25872026-03-18T17:57:58.181Z Compiling funty v2.0.0
25882026-03-18T17:57:58.251Z Compiling packed_struct v0.10.1
25892026-03-18T17:57:58.424Z Compiling display-error-chain v0.2.2
25902026-03-18T17:57:58.605Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-18T17:57:58.697Z Compiling crc v3.4.0
25922026-03-18T17:57:58.925Z Compiling typify v0.4.3
25932026-03-18T17:57:59.097Z Compiling progenitor-impl v0.10.0
25942026-03-18T17:57:59.126Z Compiling zerocopy v0.6.6
25952026-03-18T17:57:59.483Z Compiling bitvec v1.0.1
25962026-03-18T17:57:59.870Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-18T17:58:01.699Z Compiling packed_struct_codegen v0.10.1
25982026-03-18T17:58:02.037Z Compiling bitfield-macros v0.19.4
25992026-03-18T17:58:02.141Z Compiling progenitor-macro v0.10.0
26002026-03-18T17:58:02.329Z Compiling indexmap v1.9.3
26012026-03-18T17:58:02.654Z Compiling nodrop v0.1.14
26022026-03-18T17:58:02.817Z Compiling array-init v0.0.4
26032026-03-18T17:58:02.984Z Compiling bitfield v0.19.4
26042026-03-18T17:58:03.457Z Compiling smallvec v0.6.14
26052026-03-18T17:58:03.499Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-18T17:58:03.850Z Compiling num-derive v0.3.3
26072026-03-18T17:58:04.204Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-18T17:58:04.671Z Compiling hashbrown v0.12.3
26092026-03-18T17:58:04.732Z Compiling proc-macro-error2 v2.0.1
26102026-03-18T17:58:04.782Z Compiling serde-hex v0.1.0
26112026-03-18T17:58:05.060Z Compiling libscf-sys v1.1.0
26122026-03-18T17:58:05.143Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-18T17:58:05.273Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-03-18T17:58:05.388Z Compiling ron v0.8.1
26152026-03-18T17:58:05.513Z Compiling hashbrown v0.13.2
26162026-03-18T17:58:05.576Z Compiling vergen-gitcl v1.0.8
26172026-03-18T17:58:05.858Z Compiling dirs-sys-next v0.1.2
26182026-03-18T17:58:06.146Z Compiling maplit v1.0.2
26192026-03-18T17:58:06.206Z Compiling crc-any v2.5.0
26202026-03-18T17:58:06.294Z Compiling diesel_derives v2.3.7
26212026-03-18T17:58:06.353Z Compiling crunchy v0.2.4
26222026-03-18T17:58:06.570Z Compiling glob v0.3.3
26232026-03-18T17:58:06.670Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-03-18T17:58:06.765Z Compiling object v0.30.4
26252026-03-18T17:58:06.793Z Compiling dirs-next v2.0.0
26262026-03-18T17:58:07.029Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-03-18T17:58:07.069Z Compiling clang-sys v1.8.1
26282026-03-18T17:58:07.115Z Compiling tabled_derive v0.11.0
26292026-03-18T17:58:07.531Z Compiling papergrid v0.17.0
26302026-03-18T17:58:07.574Z Compiling testing_table v0.3.0
26312026-03-18T17:58:07.755Z Compiling dsl_auto_type v0.2.0
26322026-03-18T17:58:07.917Z Compiling scheduled-thread-pool v0.2.7
26332026-03-18T17:58:08.094Z Compiling progenitor v0.10.0
26342026-03-18T17:58:08.124Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-18T17:58:08.230Z Compiling tiny-keccak v2.0.2
26362026-03-18T17:58:08.317Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-18T17:58:08.411Z Compiling path-slash v0.1.5
26382026-03-18T17:58:08.484Z Compiling r2d2 v0.8.10
26392026-03-18T17:58:08.668Z Compiling term v0.7.0
26402026-03-18T17:58:08.732Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-18T17:58:08.765Z Compiling arc-swap v1.8.2
26422026-03-18T17:58:08.833Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T17:58:08.870Z Compiling bit-vec v0.6.3
26442026-03-18T17:58:09.153Z Compiling xshell-macros v0.2.7
26452026-03-18T17:58:09.191Z Compiling tabled v0.20.0
26462026-03-18T17:58:09.275Z Compiling downcast-rs v2.0.2
26472026-03-18T17:58:09.410Z Compiling bit-set v0.5.3
26482026-03-18T17:58:09.443Z Compiling slog-scope v4.4.1
26492026-03-18T17:58:09.479Z Compiling ascii-canvas v3.0.0
26502026-03-18T17:58:09.690Z Compiling xshell v0.2.7
26512026-03-18T17:58:09.825Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-18T17:58:10.021Z Compiling itertools v0.10.5
26532026-03-18T17:58:10.032Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-18T17:58:10.444Z Compiling ena v0.14.4
26552026-03-18T17:58:10.654Z Compiling libloading v0.8.9
26562026-03-18T17:58:10.763Z Compiling unicase v2.9.0
26572026-03-18T17:58:10.953Z Compiling diff v0.1.13
26582026-03-18T17:58:11.160Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-03-18T17:58:11.307Z Compiling regex-syntax v0.6.29
26602026-03-18T17:58:11.387Z Compiling bindgen v0.71.1
26612026-03-18T17:58:11.774Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-18T17:58:13.334Z Compiling lalrpop v0.19.12
26632026-03-18T17:58:13.988Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-18T17:58:14.937Z Compiling slog-stdlog v4.1.1
26652026-03-18T17:58:15.139Z Compiling diesel v2.3.7
26662026-03-18T17:58:15.507Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-03-18T17:58:15.510Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-18T17:58:15.721Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-18T17:58:15.814Z Compiling cexpr v0.6.0
26702026-03-18T17:58:16.146Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-18T17:58:16.421Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-18T17:58:16.526Z Compiling crc8 v0.1.1
26732026-03-18T17:58:16.723Z Compiling slog-envlogger v2.2.0
26742026-03-18T17:58:16.728Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-18T17:58:16.925Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-18T17:58:17.233Z Compiling headers-core v0.3.0
26772026-03-18T17:58:17.437Z Compiling libxml v0.3.3
26782026-03-18T17:58:17.801Z Compiling headers v0.4.1
26792026-03-18T17:58:17.839Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-18T17:58:18.240Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-18T17:58:18.528Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-18T17:58:18.883Z Compiling strum_macros v0.24.3
26832026-03-18T17:58:19.136Z Compiling indoc v1.0.9
26842026-03-18T17:58:19.519Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-18T17:58:19.551Z Compiling derive_builder v0.20.2
26862026-03-18T17:58:19.725Z Compiling oso-derive v0.27.3
26872026-03-18T17:58:19.778Z Compiling quick-xml v0.37.5
26882026-03-18T17:58:19.811Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-18T17:58:19.818Z Compiling half v1.8.3
26902026-03-18T17:58:19.949Z Compiling openssl-probe v0.1.6
26912026-03-18T17:58:20.321Z Compiling serde_cbor v0.11.2
26922026-03-18T17:58:20.441Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-18T17:58:20.445Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-18T17:58:20.646Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-18T17:58:21.393Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-18T17:58:21.624Z Compiling bb8 v0.8.6
26972026-03-18T17:58:21.665Z Compiling trait-variant v0.1.2
26982026-03-18T17:58:21.748Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-18T17:58:21.780Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-18T17:58:22.119Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-18T17:58:22.214Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-18T17:58:22.398Z Compiling fxhash v0.2.1
27032026-03-18T17:58:22.439Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-18T17:58:22.501Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-18T17:58:22.676Z Compiling kstat-rs v0.2.4
27062026-03-18T17:58:22.851Z Compiling libz-sys v1.1.24
27072026-03-18T17:58:22.905Z Compiling salty v0.3.0
27082026-03-18T17:58:23.259Z Compiling nonempty v0.12.0
27092026-03-18T17:58:23.342Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-03-18T17:58:23.545Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-03-18T17:58:23.579Z Compiling samael v0.0.19
27122026-03-18T17:58:23.583Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-18T17:58:23.805Z Compiling progenitor-impl v0.11.2
27142026-03-18T17:58:23.904Z Compiling darling_core v0.23.0
27152026-03-18T17:58:24.612Z Compiling polar-core v0.27.3
27162026-03-18T17:58:24.649Z Compiling nanorand v0.7.0
27172026-03-18T17:58:24.680Z Compiling fs-err v2.11.0
27182026-03-18T17:58:25.133Z Compiling parking_lot_core v0.8.6
27192026-03-18T17:58:25.281Z Compiling mime_guess v2.0.5
27202026-03-18T17:58:25.606Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-18T17:58:26.123Z Compiling flume v0.11.1
27222026-03-18T17:58:26.444Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-18T17:58:27.033Z Compiling progenitor-macro v0.11.2
27242026-03-18T17:58:27.115Z Compiling darling_macro v0.23.0
27252026-03-18T17:58:27.988Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-18T17:58:28.485Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-18T17:58:28.727Z Compiling progenitor-client v0.11.2
27282026-03-18T17:58:29.741Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-18T17:58:30.386Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-18T17:58:31.061Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-18T17:58:31.361Z Compiling git-stub v1.0.0
27322026-03-18T17:58:31.729Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-18T17:58:32.256Z Compiling instability v0.3.11
27342026-03-18T17:58:32.931Z Compiling progenitor v0.11.2
27352026-03-18T17:58:33.161Z Compiling git-stub-vcs v0.1.0
27362026-03-18T17:58:33.639Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-18T17:58:34.939Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-18T17:58:35.441Z Compiling darling v0.23.0
27392026-03-18T17:58:35.587Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-18T17:58:38.316Z Compiling oso v0.27.3
27412026-03-18T17:58:39.273Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-18T17:58:39.368Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-03-18T17:58:39.475Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-18T17:58:40.598Z Compiling diesel-dtrace v0.5.0
27452026-03-18T17:58:40.747Z Compiling async-bb8-diesel v0.2.1
27462026-03-18T17:58:40.953Z Compiling ignore v0.4.25
27472026-03-18T17:58:41.309Z Compiling primeorder v0.13.6
27482026-03-18T17:58:41.775Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-18T17:58:43.102Z Compiling castaway v0.2.4
27502026-03-18T17:58:43.191Z Compiling atty v0.2.14
27512026-03-18T17:58:43.292Z Compiling nibble_vec v0.1.0
27522026-03-18T17:58:43.373Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-18T17:58:43.526Z Compiling http-range v0.1.5
27542026-03-18T17:58:43.640Z Compiling endian-type v0.1.2
27552026-03-18T17:58:43.669Z Compiling parse-size v1.1.0
27562026-03-18T17:58:43.877Z Compiling indoc v2.0.7
27572026-03-18T17:58:43.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-18T17:58:43.975Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-03-18T17:58:44.284Z Compiling radix_trie v0.2.1
27602026-03-18T17:58:44.484Z Compiling compact_str v0.8.1
27612026-03-18T17:58:44.901Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-18T17:58:45.441Z Compiling globwalk v0.9.1
27632026-03-18T17:58:45.956Z Compiling p384 v0.13.1
27642026-03-18T17:58:46.636Z Compiling parking_lot v0.11.2
27652026-03-18T17:58:47.349Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-18T17:58:47.794Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-18T17:58:47.852Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-18T17:58:47.976Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-18T17:58:48.006Z Compiling predicates-tree v1.0.13
27702026-03-18T17:58:48.363Z Compiling unicode-truncate v1.1.0
27712026-03-18T17:58:48.571Z Compiling lru v0.12.5
27722026-03-18T17:58:48.627Z Compiling prefix-trie v0.7.0
27732026-03-18T17:58:48.784Z Compiling vergen-git2 v1.0.7
27742026-03-18T17:58:48.860Z Compiling cassowary v0.3.0
27752026-03-18T17:58:49.118Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-18T17:58:49.295Z Compiling ratatui v0.29.0
27772026-03-18T17:58:50.018Z Compiling hickory-server v0.25.2
27782026-03-18T17:58:50.407Z Compiling camino-tempfile-ext v0.3.3
27792026-03-18T17:58:50.544Z Compiling hyper-staticfile v0.10.1
27802026-03-18T17:58:50.884Z Compiling sled v0.34.7
27812026-03-18T17:58:52.090Z Compiling hickory-client v0.25.2
27822026-03-18T17:58:52.516Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-18T17:58:52.593Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-18T17:58:53.064Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-18T17:58:53.215Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-18T17:58:53.344Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-03-18T17:58:54.092Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-18T17:58:54.505Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-18T17:58:55.196Z Compiling rand_seeder v0.4.0
27902026-03-18T17:58:55.227Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-18T17:58:55.516Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-18T17:58:55.814Z Compiling lzma-sys v0.1.20
27932026-03-18T17:58:55.849Z Compiling corncobs v0.1.4
27942026-03-18T17:58:56.159Z Compiling rustls v0.21.12
27952026-03-18T17:58:56.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-18T17:58:56.370Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-18T17:58:56.531Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-03-18T17:58:56.608Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-18T17:58:56.641Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-18T17:58:56.783Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-03-18T17:58:56.983Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-18T17:58:57.260Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-18T17:58:57.373Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-18T17:58:57.529Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-18T17:58:57.815Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-18T17:59:00.036Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-18T17:59:01.362Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-18T17:59:01.503Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-18T17:59:01.646Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-18T17:59:01.782Z Compiling cargo_toml v0.22.3
28112026-03-18T17:59:01.922Z Compiling sct v0.7.1
28122026-03-18T17:59:02.275Z Compiling rustls-webpki v0.101.7
28132026-03-18T17:59:03.456Z Compiling git2 v0.20.4
28142026-03-18T17:59:03.488Z Compiling nix v0.29.0
28152026-03-18T17:59:04.032Z Compiling secrecy v0.8.0
28162026-03-18T17:59:04.280Z Compiling void v1.0.2
28172026-03-18T17:59:04.476Z Compiling lzss v0.8.2
28182026-03-18T17:59:04.683Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-18T17:59:04.727Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-18T17:59:04.829Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-18T17:59:05.140Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28222026-03-18T17:59:05.242Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-18T17:59:06.133Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-18T17:59:06.273Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-18T17:59:07.420Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-18T17:59:07.456Z Compiling tungstenite v0.23.0
28272026-03-18T17:59:07.730Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-03-18T17:59:07.794Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-18T17:59:07.934Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28302026-03-18T17:59:08.022Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-18T17:59:08.087Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-18T17:59:08.312Z Compiling nix v0.27.1
28332026-03-18T17:59:08.378Z Compiling serde_bytes v0.11.19
28342026-03-18T17:59:08.877Z Compiling tokio-tungstenite v0.23.1
28352026-03-18T17:59:09.018Z Compiling tokio-rustls v0.24.1
28362026-03-18T17:59:09.387Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-18T17:59:09.428Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-18T17:59:09.944Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-18T17:59:10.311Z Compiling xz2 v0.1.7
28402026-03-18T17:59:10.471Z Compiling ron v0.12.0
28412026-03-18T17:59:11.368Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-18T17:59:12.414Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-18T17:59:12.676Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-18T17:59:15.349Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-18T17:59:15.647Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-18T17:59:16.797Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-18T17:59:18.215Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-18T17:59:18.875Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-18T17:59:18.907Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-18T17:59:19.444Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-18T17:59:20.104Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-03-18T17:59:20.368Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-18T17:59:22.072Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-18T17:59:22.967Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-18T17:59:23.893Z Compiling rustls-pemfile v1.0.4
28562026-03-18T17:59:24.397Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-18T17:59:24.423Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-18T17:59:24.950Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-18T17:59:25.233Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-18T17:59:26.195Z Compiling signal-hook-tokio v0.3.1
28612026-03-18T17:59:26.331Z Compiling twox-hash v2.1.2
28622026-03-18T17:59:26.426Z Compiling yasna v0.5.2
28632026-03-18T17:59:26.989Z Compiling is_ci v1.2.0
28642026-03-18T17:59:27.107Z Compiling base16ct v1.0.0
28652026-03-18T17:59:27.240Z Compiling supports-color v3.0.2
28662026-03-18T17:59:27.573Z Compiling rcgen v0.12.1
28672026-03-18T17:59:28.123Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-18T17:59:28.201Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-18T17:59:28.349Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-18T17:59:28.756Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-18T17:59:29.047Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-18T17:59:29.221Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-03-18T17:59:32.308Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-18T17:59:33.152Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-18T17:59:33.561Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-18T17:59:33.949Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-18T17:59:35.398Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-18T17:59:35.675Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-18T17:59:35.957Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-18T17:59:36.227Z Compiling fatfs v0.3.6
28812026-03-18T17:59:36.472Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-18T17:59:37.831Z Compiling subprocess v0.2.15
28832026-03-18T17:59:38.501Z Compiling rtoolbox v0.0.3
28842026-03-18T17:59:38.852Z Compiling assert_matches v1.5.0
28852026-03-18T17:59:38.989Z Compiling seq-macro v0.3.6
28862026-03-18T17:59:39.647Z Compiling rpassword v7.4.0
28872026-03-18T17:59:39.991Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-18T17:59:40.593Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-18T17:59:41.633Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-18T17:59:42.064Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-18T17:59:42.230Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-18T17:59:42.400Z Compiling tui-tree-widget v0.23.1
28932026-03-18T17:59:42.769Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-18T17:59:44.718Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-18T17:59:45.251Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-18T17:59:45.393Z Compiling uzers v0.12.2
28972026-03-18T17:59:46.500Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-18T17:59:47.228Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-18T17:59:48.517Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-18T17:59:51.507Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-18T17:59:52.084Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-03-18T17:59:54.260Z Compiling support-bundle-viewer v0.1.2
29032026-03-18T17:59:54.850Z Compiling multimap v0.10.1
29042026-03-18T18:00:08.647Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-03-18T18:00:17.813Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-03-18T18:00:21.193Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-03-18T18:08:08.054Z Finished `release` profile [optimized] target(s) in 10m 41s
29082026-03-18T18:09:00.747Z
29092026-03-18T18:09:00.751Zreal 11:35.882322305
29102026-03-18T18:09:00.751Zuser 1:41:19.421201414
29112026-03-18T18:09:00.751Zsys 4:11.085744774
29122026-03-18T18:09:00.751Ztrap 2.309657987
29132026-03-18T18:09:00.751Ztflt 2.213924958
29142026-03-18T18:09:00.751Zdflt 16.640205289
29152026-03-18T18:09:00.751Zkflt 0.083258050
29162026-03-18T18:09:00.751Zlock 8:30:20.039836200
29172026-03-18T18:09:00.751Zslp 2:49:17.652472213
29182026-03-18T18:09:00.751Zlat 2:49.666029417
29192026-03-18T18:09:00.751Zstop 7:20.149956495
29202026-03-18T18:09:00.751Z+ mapfile -t packages
29212026-03-18T18:09:00.751Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-18T18:09:02.026Z Finished `release` profile [optimized] target(s) in 1.26s
29232026-03-18T18:09:02.098Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-18T18:09:02.158ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-18T18:09:02.161Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-18T18:09:02.865Z Compiling libc v0.2.180
29272026-03-18T18:09:02.865Z Compiling serde v1.0.228
29282026-03-18T18:09:02.869Z Compiling serde_core v1.0.228
29292026-03-18T18:09:02.998Z Compiling rustix v1.1.3
29302026-03-18T18:09:03.008Z Compiling bitflags v2.11.0
29312026-03-18T18:09:03.018Z Compiling serde_json v1.0.149
29322026-03-18T18:09:03.045Z Compiling num-traits v0.2.19
29332026-03-18T18:09:03.059Z Compiling syn v2.0.117
29342026-03-18T18:09:03.076Z Compiling smallvec v1.15.1
29352026-03-18T18:09:03.094Z Compiling hashbrown v0.16.1
29362026-03-18T18:09:03.109Z Compiling usdt-impl v0.5.0
29372026-03-18T18:09:03.142Z Compiling syn v1.0.109
29382026-03-18T18:09:03.163Z Compiling getrandom v0.4.1
29392026-03-18T18:09:03.163Z Compiling percent-encoding v2.3.2
29402026-03-18T18:09:03.343Z Compiling log v0.4.29
29412026-03-18T18:09:03.481Z Compiling form_urlencoded v1.2.2
29422026-03-18T18:09:03.708Z Compiling fs-err v3.3.0
29432026-03-18T18:09:03.712Z Compiling once_cell v1.21.3
29442026-03-18T18:09:03.724Z Compiling heck v0.4.1
29452026-03-18T18:09:03.756Z Compiling anyhow v1.0.102
29462026-03-18T18:09:03.928Z Compiling indexmap v2.13.0
29472026-03-18T18:09:04.063Z Compiling errno v0.3.14
29482026-03-18T18:09:04.067Z Compiling thread-id v4.2.2
29492026-03-18T18:09:04.067Z Compiling memmap v0.7.0
29502026-03-18T18:09:04.523Z Compiling ordered-float v2.10.1
29512026-03-18T18:09:05.223Z Compiling proc-macro-error v1.0.4
29522026-03-18T18:09:05.547Z Compiling tabled_derive v0.7.0
29532026-03-18T18:09:05.639Z Compiling terminal_size v0.4.3
29542026-03-18T18:09:05.645Z Compiling tempfile v3.25.0
29552026-03-18T18:09:05.732Z Compiling clap_builder v4.5.60
29562026-03-18T18:09:05.732Z Compiling textwrap v0.16.2
29572026-03-18T18:09:05.919Z Compiling camino-tempfile v1.4.1
29582026-03-18T18:09:06.391Z Compiling tabled v0.15.0
29592026-03-18T18:09:06.720Z Compiling synstructure v0.13.2
29602026-03-18T18:09:06.720Z Compiling pest_generator v2.8.6
29612026-03-18T18:09:07.260Z Compiling serde_derive v1.0.228
29622026-03-18T18:09:07.263Z Compiling zerofrom-derive v0.1.6
29632026-03-18T18:09:07.263Z Compiling yoke-derive v0.8.1
29642026-03-18T18:09:07.263Z Compiling zerovec-derive v0.11.2
29652026-03-18T18:09:07.263Z Compiling displaydoc v0.2.5
29662026-03-18T18:09:07.263Z Compiling thiserror-impl v1.0.69
29672026-03-18T18:09:07.263Z Compiling zerocopy-derive v0.7.35
29682026-03-18T18:09:07.263Z Compiling scroll_derive v0.12.1
29692026-03-18T18:09:07.263Z Compiling thiserror-impl v2.0.18
29702026-03-18T18:09:07.289Z Compiling clap_derive v4.5.55
29712026-03-18T18:09:07.422Z Compiling pest_derive v2.8.6
29722026-03-18T18:09:08.179Z Compiling scroll v0.12.0
29732026-03-18T18:09:08.462Z Compiling zerocopy v0.7.35
29742026-03-18T18:09:08.589Z Compiling goblin v0.8.2
29752026-03-18T18:09:08.692Z Compiling zerofrom v0.1.6
29762026-03-18T18:09:08.774Z Compiling thiserror v1.0.69
29772026-03-18T18:09:08.879Z Compiling yoke v0.8.1
29782026-03-18T18:09:08.916Z Compiling dtrace-parser v0.2.0
29792026-03-18T18:09:08.920Z Compiling thiserror v2.0.18
29802026-03-18T18:09:09.202Z Compiling zerovec v0.11.5
29812026-03-18T18:09:09.220Z Compiling zerotrie v0.2.3
29822026-03-18T18:09:09.644Z Compiling clap v4.5.60
29832026-03-18T18:09:10.056Z Compiling tinystr v0.8.2
29842026-03-18T18:09:10.352Z Compiling icu_locale_core v2.1.1
29852026-03-18T18:09:11.136Z Compiling potential_utf v0.1.4
29862026-03-18T18:09:11.402Z Compiling icu_provider v2.1.1
29872026-03-18T18:09:11.568Z Compiling icu_collections v2.1.1
29882026-03-18T18:09:11.828Z Compiling toml_datetime v0.6.11
29892026-03-18T18:09:11.963Z Compiling serde_spanned v0.6.9
29902026-03-18T18:09:12.065Z Compiling icu_normalizer v2.1.1
29912026-03-18T18:09:12.164Z Compiling icu_properties v2.1.2
29922026-03-18T18:09:12.189Z Compiling toml_edit v0.22.27
29932026-03-18T18:09:12.292Z Compiling dof v0.3.0
29942026-03-18T18:09:12.346Z Compiling serde_tokenstream v0.2.3
29952026-03-18T18:09:12.421Z Compiling serde-value v0.7.0
29962026-03-18T18:09:12.469Z Compiling cargo-platform v0.2.0
29972026-03-18T18:09:12.501Z Compiling macaddr v1.0.1
29982026-03-18T18:09:13.270Z Compiling usdt-macro v0.5.0
29992026-03-18T18:09:13.309Z Compiling usdt-attr-macro v0.5.0
30002026-03-18T18:09:13.592Z Compiling idna_adapter v1.2.1
30012026-03-18T18:09:13.771Z Compiling idna v1.1.0
30022026-03-18T18:09:14.108Z Compiling usdt v0.5.0
30032026-03-18T18:09:14.206Z Compiling url v2.5.8
30042026-03-18T18:09:14.378Z Compiling toml v0.8.23
30052026-03-18T18:09:15.023Z Compiling cargo-util-schemas v0.8.2
30062026-03-18T18:09:15.024Z Compiling cargo_toml v0.21.0
30072026-03-18T18:09:16.475Z Compiling cargo_metadata v0.21.0
30082026-03-18T18:09:20.621Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-18T18:09:24.630Z Finished `release` profile [optimized] target(s) in 22.46s
30102026-03-18T18:09:24.775Z
30112026-03-18T18:09:24.779Zreal 22.581430672
30122026-03-18T18:09:24.780Zuser 3:09.874906344
30132026-03-18T18:09:24.780Zsys 20.983016571
30142026-03-18T18:09:24.780Ztrap 0.086900326
30152026-03-18T18:09:24.780Ztflt 0.749789883
30162026-03-18T18:09:24.780Zdflt 1.880349226
30172026-03-18T18:09:24.780Zkflt 0.000074361
30182026-03-18T18:09:24.780Zlock 7:18.617721145
30192026-03-18T18:09:24.780Zslp 4:28.547270056
30202026-03-18T18:09:24.780Zlat 7.218115844
30212026-03-18T18:09:24.780Zstop 29.004056634
30222026-03-18T18:09:24.780Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-18T18:09:24.780Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-18T18:09:24.780Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-18T18:09:24.780Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-18T18:09:24.780Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-18T18:09:26.071Z Compiling regress v0.10.5
30282026-03-18T18:09:26.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-18T18:09:26.244Z Compiling serde_spanned v1.0.4
30302026-03-18T18:09:26.264Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-18T18:09:26.305Z Compiling newtype-uuid-macros v0.1.0
30322026-03-18T18:09:26.308Z Compiling structmeta-derive v0.3.0
30332026-03-18T18:09:26.308Z Compiling rustls v0.22.4
30342026-03-18T18:09:26.308Z Compiling rustls-webpki v0.102.8
30352026-03-18T18:09:26.308Z Compiling multer v3.1.0
30362026-03-18T18:09:26.328Z Compiling debug-ignore v1.0.5
30372026-03-18T18:09:26.331Z Compiling match_cfg v0.1.0
30382026-03-18T18:09:26.469Z Compiling progenitor-client v0.13.0
30392026-03-18T18:09:26.472Z Compiling slog-json v2.6.1
30402026-03-18T18:09:26.472Z Compiling async-stream-impl v0.3.6
30412026-03-18T18:09:26.518Z Compiling dropshot v0.16.7
30422026-03-18T18:09:26.571Z Compiling toml v0.9.12+spec-1.1.0
30432026-03-18T18:09:26.574Z Compiling itertools v0.14.0
30442026-03-18T18:09:26.574Z Compiling hostname v0.3.1
30452026-03-18T18:09:26.574Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-18T18:09:26.574Z Compiling waitgroup v0.1.2
30472026-03-18T18:09:26.719Z Compiling rustls-pemfile v2.2.0
30482026-03-18T18:09:26.777Z Compiling slog-bunyan v2.5.0
30492026-03-18T18:09:26.830Z Compiling dropshot_endpoint v0.16.7
30502026-03-18T18:09:26.909Z Compiling serde_path_to_error v0.1.20
30512026-03-18T18:09:26.912Z Compiling hostname v0.4.2
30522026-03-18T18:09:27.011Z Compiling macaddr v1.0.1
30532026-03-18T18:09:27.014Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-18T18:09:27.061Z Compiling progenitor-client v0.10.0
30552026-03-18T18:09:27.088Z Compiling instant v0.1.13
30562026-03-18T18:09:27.160Z Compiling backon v1.6.0
30572026-03-18T18:09:27.254Z Compiling backoff v0.4.0
30582026-03-18T18:09:27.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-18T18:09:27.370Z Compiling async-stream v0.3.6
30602026-03-18T18:09:27.399Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-18T18:09:27.426Z Compiling progenitor-extras v0.1.1
30622026-03-18T18:09:27.456Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-18T18:09:27.486Z Compiling unsafe-libyaml v0.2.11
30642026-03-18T18:09:27.486Z Compiling crucible-workspace-hack v0.1.0
30652026-03-18T18:09:27.535Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-18T18:09:27.563Z Compiling secrecy v0.10.3
30672026-03-18T18:09:27.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-18T18:09:27.622Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30692026-03-18T18:09:27.771Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-18T18:09:27.799Z Compiling heapless v0.8.0
30712026-03-18T18:09:27.803Z Compiling hash32 v0.3.1
30722026-03-18T18:09:27.879Z Compiling structmeta v0.3.0
30732026-03-18T18:09:27.956Z Compiling smoltcp v0.11.0
30742026-03-18T18:09:27.991Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-18T18:09:28.021Z Compiling toml v0.8.23
30762026-03-18T18:09:28.077Z Compiling tabwriter v1.4.1
30772026-03-18T18:09:28.131Z Compiling cobs v0.3.0
30782026-03-18T18:09:28.198Z Compiling derive-ex v0.1.8
30792026-03-18T18:09:28.223Z Compiling parse-display-derive v0.10.0
30802026-03-18T18:09:28.253Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-18T18:09:28.356Z Compiling ingot-macros v0.1.1
30822026-03-18T18:09:28.409Z Compiling proc-macro-crate v3.4.0
30832026-03-18T18:09:28.488Z Compiling foreign-types-macros v0.2.3
30842026-03-18T18:09:28.514Z Compiling foreign-types-shared v0.3.1
30852026-03-18T18:09:28.538Z Compiling convert_case v0.4.0
30862026-03-18T18:09:28.597Z Compiling cpufeatures v0.3.0
30872026-03-18T18:09:28.721Z Compiling chacha20 v0.10.0
30882026-03-18T18:09:28.747Z Compiling postcard v1.1.3
30892026-03-18T18:09:28.949Z Compiling proc-macro-crate v1.3.1
30902026-03-18T18:09:29.000Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-18T18:09:29.138Z Compiling derive_more v0.99.20
30922026-03-18T18:09:29.184Z Compiling universal-hash v0.5.1
30932026-03-18T18:09:29.210Z Compiling num_enum_derive v0.7.5
30942026-03-18T18:09:29.213Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-18T18:09:29.259Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T18:09:29.329Z Compiling foreign-types v0.5.0
30972026-03-18T18:09:29.374Z Compiling cstr-argument v0.1.2
30982026-03-18T18:09:29.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-03-18T18:09:29.457Z Compiling colored v3.1.1
31002026-03-18T18:09:29.534Z Compiling opaque-debug v0.3.1
31012026-03-18T18:09:29.559Z Compiling num_enum_derive v0.5.11
31022026-03-18T18:09:29.602Z Compiling tokio-rustls v0.25.0
31032026-03-18T18:09:29.627Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-03-18T18:09:29.681Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-03-18T18:09:29.737Z Compiling rand v0.10.0
31062026-03-18T18:09:29.770Z Compiling typify-impl v0.6.1
31072026-03-18T18:09:29.809Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-18T18:09:30.029Z Compiling half v2.7.1
31092026-03-18T18:09:30.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-18T18:09:30.383Z Compiling ciborium-io v0.2.2
31112026-03-18T18:09:30.411Z Compiling camino-tempfile v1.4.1
31122026-03-18T18:09:30.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-18T18:09:30.537Z Compiling ciborium-ll v0.2.2
31142026-03-18T18:09:30.680Z Compiling test-strategy v0.4.5
31152026-03-18T18:09:30.684Z Compiling parse-display v0.10.0
31162026-03-18T18:09:30.741Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-03-18T18:09:30.768Z Compiling num_enum v0.7.5
31182026-03-18T18:09:30.768Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-18T18:09:30.795Z Compiling ciborium v0.2.2
31202026-03-18T18:09:30.883Z Compiling smf v0.2.3
31212026-03-18T18:09:30.930Z Compiling aead v0.5.2
31222026-03-18T18:09:30.961Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-18T18:09:30.990Z Compiling num-derive v0.4.2
31242026-03-18T18:09:31.050Z Compiling sigpipe v0.1.3
31252026-03-18T18:09:31.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-03-18T18:09:31.111Z Compiling num_enum v0.5.11
31272026-03-18T18:09:31.157Z Compiling glob v0.3.3
31282026-03-18T18:09:31.221Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-18T18:09:31.258Z Compiling poly1305 v0.8.0
31302026-03-18T18:09:31.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-03-18T18:09:31.377Z Compiling chacha20 v0.9.1
31322026-03-18T18:09:31.673Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-18T18:09:31.699Z Compiling whoami v1.6.1
31342026-03-18T18:09:31.730Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-18T18:09:31.758Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-18T18:09:31.758Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-18T18:09:31.808Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-18T18:09:31.929Z Compiling num-rational v0.4.2
31392026-03-18T18:09:31.990Z Compiling password-hash v0.5.0
31402026-03-18T18:09:32.126Z Compiling blake2 v0.10.6
31412026-03-18T18:09:32.245Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-18T18:09:32.272Z Compiling num-complex v0.4.6
31432026-03-18T18:09:32.321Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-18T18:09:32.427Z Compiling indent_write v2.2.0
31452026-03-18T18:09:32.454Z Compiling ingot-types v0.1.2
31462026-03-18T18:09:32.512Z Compiling prettyplease v0.2.37
31472026-03-18T18:09:32.585Z Compiling argon2 v0.5.3
31482026-03-18T18:09:32.641Z Compiling chacha20poly1305 v0.10.1
31492026-03-18T18:09:32.853Z Compiling num v0.4.3
31502026-03-18T18:09:32.882Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31512026-03-18T18:09:32.888Z Compiling float-ord v0.3.2
31522026-03-18T18:09:32.888Z Compiling gethostname v0.5.0
31532026-03-18T18:09:32.958Z Compiling usdt-macro v0.5.0
31542026-03-18T18:09:32.958Z Compiling usdt-attr-macro v0.5.0
31552026-03-18T18:09:32.985Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-03-18T18:09:33.065Z Compiling ingot v0.1.1
31572026-03-18T18:09:33.068Z Compiling derive-where v1.6.0
31582026-03-18T18:09:33.121Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31592026-03-18T18:09:33.124Z Compiling memmap v0.7.0
31602026-03-18T18:09:33.349Z Compiling typify-impl v0.4.3
31612026-03-18T18:09:33.434Z Compiling atomicwrites v0.4.4
31622026-03-18T18:09:33.460Z Compiling thiserror-no-std v2.0.2
31632026-03-18T18:09:33.510Z Compiling cancel-safe-futures v0.1.5
31642026-03-18T18:09:33.606Z Compiling vsss-rs v3.3.4
31652026-03-18T18:09:33.677Z Compiling owo-colors v4.3.0
31662026-03-18T18:09:33.718Z Compiling libsw-core v0.3.2
31672026-03-18T18:09:33.855Z Compiling async-recursion v1.1.1
31682026-03-18T18:09:33.981Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-18T18:09:34.007Z Compiling resolv-conf v0.7.6
31702026-03-18T18:09:34.112Z Compiling usdt v0.5.0
31712026-03-18T18:09:34.157Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31722026-03-18T18:09:34.360Z Compiling libsw v3.5.0
31732026-03-18T18:09:34.522Z Compiling libefi-sys v0.1.0
31742026-03-18T18:09:34.626Z Compiling linear-map v1.2.0
31752026-03-18T18:09:34.654Z Compiling newline-converter v0.3.0
31762026-03-18T18:09:34.721Z Compiling hickory-proto v0.24.4
31772026-03-18T18:09:34.818Z Compiling console v0.15.11
31782026-03-18T18:09:34.900Z Compiling bitfield-struct v0.6.2
31792026-03-18T18:09:34.903Z Compiling linked-hash-map v0.5.6
31802026-03-18T18:09:34.952Z Compiling semver v0.1.20
31812026-03-18T18:09:34.982Z Compiling pin-project-internal v1.1.11
31822026-03-18T18:09:34.986Z Compiling slog-dtrace v0.3.0
31832026-03-18T18:09:35.080Z Compiling minimal-lexical v0.2.1
31842026-03-18T18:09:35.184Z Compiling lru-cache v0.1.2
31852026-03-18T18:09:35.262Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-18T18:09:35.317Z Compiling expectorate v1.2.0
31872026-03-18T18:09:35.381Z Compiling rustc_version v0.1.7
31882026-03-18T18:09:35.385Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-18T18:09:35.432Z Compiling nom v7.1.3
31902026-03-18T18:09:35.537Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-18T18:09:35.562Z Compiling tokio-dtrace v0.1.1
31922026-03-18T18:09:35.565Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-18T18:09:35.690Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31942026-03-18T18:09:35.730Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-18T18:09:35.846Z Compiling newtype_derive v0.1.6
31962026-03-18T18:09:35.874Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-18T18:09:35.930Z Compiling dropshot-api-manager-types v0.6.0
31982026-03-18T18:09:35.957Z Compiling phf_shared v0.12.1
31992026-03-18T18:09:36.032Z Compiling pem v3.0.6
32002026-03-18T18:09:36.135Z Compiling snafu-derive v0.8.9
32012026-03-18T18:09:36.244Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-18T18:09:36.328Z Compiling csv-core v0.1.13
32032026-03-18T18:09:36.357Z Compiling xshell-macros v0.2.7
32042026-03-18T18:09:36.421Z Compiling same-file v1.0.6
32052026-03-18T18:09:36.540Z Compiling highway v1.3.0
32062026-03-18T18:09:36.565Z Compiling typify-macro v0.6.1
32072026-03-18T18:09:36.682Z Compiling chrono-tz v0.10.4
32082026-03-18T18:09:36.710Z Compiling pin-project v1.1.11
32092026-03-18T18:09:36.735Z Compiling const_format_proc_macros v0.2.34
32102026-03-18T18:09:36.819Z Compiling walkdir v2.5.0
32112026-03-18T18:09:36.875Z Compiling csv v1.4.0
32122026-03-18T18:09:36.916Z Compiling xshell v0.2.7
32132026-03-18T18:09:37.132Z Compiling phf v0.12.1
32142026-03-18T18:09:37.338Z Compiling oxide-tokio-rt v0.1.3
32152026-03-18T18:09:37.395Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-18T18:09:37.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-03-18T18:09:37.561Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32182026-03-18T18:09:37.651Z Compiling globset v0.4.18
32192026-03-18T18:09:37.677Z Compiling olpc-cjson v0.1.4
32202026-03-18T18:09:37.680Z Compiling primeorder v0.13.6
32212026-03-18T18:09:37.749Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-18T18:09:37.823Z Compiling hickory-resolver v0.24.4
32232026-03-18T18:09:37.826Z Compiling serde_plain v1.0.2
32242026-03-18T18:09:37.913Z Compiling typed-path v0.9.3
32252026-03-18T18:09:37.939Z Compiling base64 v0.21.7
32262026-03-18T18:09:38.096Z Compiling const_format v0.2.35
32272026-03-18T18:09:38.151Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-18T18:09:38.318Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-18T18:09:38.415Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-18T18:09:38.566Z Compiling tabled_derive v0.7.0
32312026-03-18T18:09:38.645Z Compiling bcs v0.1.6
32322026-03-18T18:09:38.935Z Compiling snafu v0.8.9
32332026-03-18T18:09:39.071Z Compiling typify v0.6.1
32342026-03-18T18:09:39.110Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-18T18:09:39.137Z Compiling radium v0.7.0
32362026-03-18T18:09:39.243Z Compiling progenitor-impl v0.13.0
32372026-03-18T18:09:39.323Z Compiling qorb v0.4.1
32382026-03-18T18:09:39.364Z Compiling tough v0.20.0
32392026-03-18T18:09:39.428Z Compiling termtree v0.5.1
32402026-03-18T18:09:39.463Z Compiling salty v0.3.0
32412026-03-18T18:09:39.514Z Compiling textwrap v0.16.2
32422026-03-18T18:09:39.695Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-18T18:09:39.754Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-18T18:09:39.834Z Compiling steno v0.4.1
32452026-03-18T18:09:39.972Z Compiling tabled v0.15.0
32462026-03-18T18:09:40.017Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-03-18T18:09:40.079Z Compiling utf-8 v0.7.6
32482026-03-18T18:09:40.105Z Compiling typify-macro v0.4.3
32492026-03-18T18:09:40.133Z Compiling tap v1.0.1
32502026-03-18T18:09:40.221Z Compiling humantime v2.3.0
32512026-03-18T18:09:40.265Z Compiling maybe-uninit v2.0.0
32522026-03-18T18:09:40.317Z Compiling wyz v0.5.1
32532026-03-18T18:09:40.355Z Compiling tungstenite v0.21.0
32542026-03-18T18:09:40.633Z Compiling p384 v0.13.1
32552026-03-18T18:09:40.636Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-18T18:09:40.763Z Compiling arc-swap v1.8.2
32572026-03-18T18:09:40.902Z Compiling funty v2.0.0
32582026-03-18T18:09:41.080Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-18T18:09:41.210Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-18T18:09:41.477Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-18T18:09:41.620Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-18T18:09:41.860Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-18T18:09:41.909Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-18T18:09:42.123Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-03-18T18:09:42.275Z Compiling packed_struct v0.10.1
32662026-03-18T18:09:42.516Z Compiling tagptr v0.2.0
32672026-03-18T18:09:42.551Z Compiling typify v0.4.3
32682026-03-18T18:09:42.687Z Compiling progenitor-impl v0.10.0
32692026-03-18T18:09:42.716Z Compiling moka v0.12.13
32702026-03-18T18:09:42.742Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-18T18:09:42.768Z Compiling bitvec v1.0.1
32722026-03-18T18:09:43.211Z Compiling progenitor-macro v0.13.0
32732026-03-18T18:09:43.306Z Compiling slog-scope v4.4.1
32742026-03-18T18:09:43.453Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-18T18:09:43.512Z Compiling tokio-tungstenite v0.21.0
32762026-03-18T18:09:43.674Z Compiling polyval v0.6.2
32772026-03-18T18:09:43.703Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-18T18:09:43.785Z Compiling packed_struct_codegen v0.10.1
32792026-03-18T18:09:43.835Z Compiling bitfield-macros v0.19.4
32802026-03-18T18:09:43.964Z Compiling zerocopy-derive v0.6.6
32812026-03-18T18:09:43.988Z Compiling proc-macro-error-attr2 v2.0.0
32822026-03-18T18:09:44.018Z Compiling indexmap v1.9.3
32832026-03-18T18:09:44.190Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-18T18:09:44.310Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-18T18:09:44.341Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-18T18:09:44.545Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-18T18:09:44.847Z Compiling nodrop v0.1.14
32882026-03-18T18:09:44.895Z Compiling crc-catalog v2.4.0
32892026-03-18T18:09:44.898Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-18T18:09:45.030Z Compiling parking_lot_core v0.8.6
32912026-03-18T18:09:45.065Z Compiling crc v3.4.0
32922026-03-18T18:09:45.154Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-03-18T18:09:45.211Z Compiling zerocopy v0.6.6
32942026-03-18T18:09:45.278Z Compiling array-init v0.0.4
32952026-03-18T18:09:45.385Z Compiling bitfield v0.19.4
32962026-03-18T18:09:45.456Z Compiling proc-macro-error2 v2.0.1
32972026-03-18T18:09:45.682Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32982026-03-18T18:09:45.731Z Compiling ghash v0.5.1
32992026-03-18T18:09:45.849Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33002026-03-18T18:09:45.876Z Compiling hickory-resolver v0.25.2
33012026-03-18T18:09:45.932Z Compiling smallvec v0.6.14
33022026-03-18T18:09:45.957Z Compiling slog-stdlog v4.1.1
33032026-03-18T18:09:46.263Z Compiling git-stub v1.0.0
33042026-03-18T18:09:46.287Z Compiling num-derive v0.3.3
33052026-03-18T18:09:46.364Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-03-18T18:09:46.531Z Compiling progenitor-macro v0.10.0
33072026-03-18T18:09:46.566Z Compiling ctr v0.9.2
33082026-03-18T18:09:46.664Z Compiling lzma-sys v0.1.20
33092026-03-18T18:09:46.750Z Compiling unicase v2.9.0
33102026-03-18T18:09:46.867Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33112026-03-18T18:09:46.934Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-03-18T18:09:46.962Z Compiling hashbrown v0.12.3
33132026-03-18T18:09:47.012Z Compiling aes-gcm v0.10.3
33142026-03-18T18:09:47.063Z Compiling mime_guess v2.0.5
33152026-03-18T18:09:47.089Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-03-18T18:09:47.275Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-03-18T18:09:47.303Z Compiling git-stub-vcs v0.1.0
33182026-03-18T18:09:47.306Z Compiling serde-hex v0.1.0
33192026-03-18T18:09:47.351Z Compiling slog-envlogger v2.2.0
33202026-03-18T18:09:47.351Z Compiling tabled_derive v0.11.0
33212026-03-18T18:09:47.542Z Compiling libscf-sys v1.1.0
33222026-03-18T18:09:47.656Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33232026-03-18T18:09:47.817Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-03-18T18:09:48.101Z Compiling progenitor-impl v0.11.2
33252026-03-18T18:09:48.181Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-18T18:09:48.218Z Compiling ron v0.8.1
33272026-03-18T18:09:48.270Z Compiling papergrid v0.17.0
33282026-03-18T18:09:48.323Z Compiling cargo_toml v0.22.3
33292026-03-18T18:09:48.613Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-18T18:09:48.938Z Compiling hashbrown v0.13.2
33312026-03-18T18:09:49.063Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-18T18:09:49.374Z Compiling testing_table v0.3.0
33332026-03-18T18:09:49.561Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-18T18:09:49.620Z Compiling blowfish v0.9.1
33352026-03-18T18:09:49.649Z Compiling ssh-encoding v0.2.0
33362026-03-18T18:09:49.674Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-18T18:09:49.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-18T18:09:49.914Z Compiling nibble_vec v0.1.0
33392026-03-18T18:09:50.038Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-03-18T18:09:50.079Z Compiling endian-type v0.1.2
33412026-03-18T18:09:50.122Z Compiling crc-any v2.5.0
33422026-03-18T18:09:50.148Z Compiling corncobs v0.1.4
33432026-03-18T18:09:50.279Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-03-18T18:09:50.306Z Compiling radix_trie v0.2.1
33452026-03-18T18:09:50.377Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-18T18:09:50.412Z Compiling ssh-cipher v0.2.0
33472026-03-18T18:09:50.533Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-18T18:09:50.562Z Compiling tabled v0.20.0
33492026-03-18T18:09:50.601Z Compiling progenitor v0.13.0
33502026-03-18T18:09:50.719Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33512026-03-18T18:09:50.778Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33522026-03-18T18:09:50.805Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-03-18T18:09:50.833Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-03-18T18:09:50.972Z Compiling object v0.30.4
33552026-03-18T18:09:51.006Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-18T18:09:51.287Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-18T18:09:51.456Z Compiling parking_lot v0.11.2
33582026-03-18T18:09:51.519Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33592026-03-18T18:09:51.545Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-03-18T18:09:51.924Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-18T18:09:51.994Z Compiling progenitor-macro v0.11.2
33622026-03-18T18:09:52.075Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33632026-03-18T18:09:52.438Z Compiling progenitor-client v0.11.2
33642026-03-18T18:09:52.497Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-18T18:09:52.598Z Compiling prefix-trie v0.7.0
33662026-03-18T18:09:52.656Z Compiling password-hash v0.4.2
33672026-03-18T18:09:52.690Z Compiling fxhash v0.2.1
33682026-03-18T18:09:52.887Z Compiling secrecy v0.8.0
33692026-03-18T18:09:52.911Z Compiling http-range v0.1.5
33702026-03-18T18:09:53.111Z Compiling half v1.8.3
33712026-03-18T18:09:53.172Z Compiling path-slash v0.1.5
33722026-03-18T18:09:53.198Z Compiling hickory-server v0.25.2
33732026-03-18T18:09:53.390Z Compiling pbkdf2 v0.11.0
33742026-03-18T18:09:53.434Z Compiling serde_cbor v0.11.2
33752026-03-18T18:09:53.518Z Compiling sled v0.34.7
33762026-03-18T18:09:53.800Z Compiling ron v0.12.0
33772026-03-18T18:09:53.844Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33782026-03-18T18:09:53.877Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-03-18T18:09:54.111Z Compiling progenitor v0.10.0
33802026-03-18T18:09:54.301Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-18T18:09:54.337Z Compiling xz2 v0.1.7
33822026-03-18T18:09:54.684Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-18T18:09:55.079Z Compiling ssh-key v0.6.7
33842026-03-18T18:09:55.224Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-18T18:09:55.479Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-18T18:09:55.505Z Compiling hickory-client v0.25.2
33872026-03-18T18:09:55.841Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-18T18:09:55.963Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-18T18:09:56.069Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33902026-03-18T18:09:56.321Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33912026-03-18T18:09:56.577Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-03-18T18:09:56.711Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-18T18:09:56.893Z Compiling p256 v0.13.2
33942026-03-18T18:09:57.374Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-18T18:09:57.453Z Compiling p521 v0.13.3
33962026-03-18T18:09:57.481Z Compiling yasna v0.5.2
33972026-03-18T18:09:57.518Z Compiling kstat-rs v0.2.4
33982026-03-18T18:09:57.544Z Compiling headers-core v0.3.0
33992026-03-18T18:09:57.735Z Compiling nanorand v0.7.0
34002026-03-18T18:09:57.959Z Compiling russh-cryptovec v0.7.3
34012026-03-18T18:09:58.171Z Compiling atty v0.2.14
34022026-03-18T18:09:58.202Z Compiling crc8 v0.1.1
34032026-03-18T18:09:58.248Z Compiling base16ct v1.0.0
34042026-03-18T18:09:58.353Z Compiling md5 v0.7.0
34052026-03-18T18:09:58.391Z Compiling home v0.5.12
34062026-03-18T18:09:58.528Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34072026-03-18T18:09:58.586Z Compiling russh-keys v0.45.0
34082026-03-18T18:09:58.613Z Compiling rcgen v0.12.1
34092026-03-18T18:09:58.727Z Compiling flume v0.11.1
34102026-03-18T18:09:58.731Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-18T18:09:58.783Z Compiling headers v0.4.1
34122026-03-18T18:09:58.836Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-03-18T18:09:58.864Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-18T18:09:58.895Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-18T18:09:59.198Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-18T18:09:59.313Z Compiling progenitor v0.11.2
34172026-03-18T18:09:59.390Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-03-18T18:09:59.538Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-18T18:09:59.746Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-18T18:09:59.806Z Compiling hyper-staticfile v0.10.1
34212026-03-18T18:09:59.878Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-18T18:09:59.929Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-18T18:10:00.283Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-03-18T18:10:00.437Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-18T18:10:00.548Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-18T18:10:00.576Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-18T18:10:00.868Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-18T18:10:00.900Z Compiling num-bigint v0.4.6
34292026-03-18T18:10:00.981Z Compiling des v0.8.1
34302026-03-18T18:10:01.007Z Compiling subprocess v0.2.15
34312026-03-18T18:10:01.044Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-18T18:10:01.277Z Compiling hex-literal v0.4.1
34332026-03-18T18:10:01.451Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-18T18:10:01.475Z Compiling display-error-chain v0.2.2
34352026-03-18T18:10:01.627Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-03-18T18:10:01.684Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-18T18:10:01.819Z Compiling colored v2.2.0
34382026-03-18T18:10:01.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-18T18:10:02.087Z Compiling socket2 v0.5.10
34402026-03-18T18:10:02.183Z Compiling internet-checksum v0.2.1
34412026-03-18T18:10:02.715Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-18T18:10:02.788Z Compiling russh v0.45.0
34432026-03-18T18:10:03.605Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-18T18:10:10.093Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-18T18:10:20.362Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-18T18:10:20.363Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-18T18:10:20.366Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-18T18:10:20.366Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-18T18:10:22.629Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-18T18:10:22.702Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-18T18:10:28.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-18T18:10:59.056Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-18T18:11:23.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34542026-03-18T18:11:23.561Z
34552026-03-18T18:11:23.565Zreal 1:58.737198189
34562026-03-18T18:11:23.565Zuser 11:41.399463597
34572026-03-18T18:11:23.565Zsys 2:04.491947686
34582026-03-18T18:11:23.565Ztrap 0.365712613
34592026-03-18T18:11:23.565Ztflt 0.489460173
34602026-03-18T18:11:23.565Zdflt 1.632283481
34612026-03-18T18:11:23.565Zkflt 0.000328439
34622026-03-18T18:11:23.565Zlock 40:35.802165771
34632026-03-18T18:11:23.565Zslp 26:14.623065227
34642026-03-18T18:11:23.565Zlat 46.156708475
34652026-03-18T18:11:23.565Zstop 4:00.359306572
34662026-03-18T18:11:23.565Z+ mkdir tests
34672026-03-18T18:11:23.569Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-18T18:11:23.569Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-18T18:11:23.602Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-18T18:11:23.635Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-18T18:11:23.672Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-18T18:11:23.704Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-18T18:11:24.060Z+ 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/*)
34742026-03-18T18:11:24.064Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34752026-03-18T18:13:03.635ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-18T18:13:03.635Za .github/buildomat/ci-env.sh 1K
34772026-03-18T18:13:03.635Za out/target/test 1K
34782026-03-18T18:13:03.635Za out/npuzone/npuzone 27402K
34792026-03-18T18:13:03.635Za package-manifest.toml 35K
34802026-03-18T18:13:03.635Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-18T18:13:03.635Za target/release/omicron-package 40561K
34822026-03-18T18:13:03.635Za target/release/xtask 11433K
34832026-03-18T18:13:03.635Za target/debug/bootstrap 335395K
34842026-03-18T18:13:03.635Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-18T18:13:03.635Za tests/commtest-24d786529c44a77c 32395K
34862026-03-18T18:13:03.635Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-18T18:13:03.635Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K
34882026-03-18T18:13:03.635Za out/clickhouse.tar.gz 301709K
34892026-03-18T18:13:03.635Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-18T18:13:03.635Za out/clickhouse_server.tar.gz 301708K
34912026-03-18T18:13:03.635Za out/cockroachdb.tar.gz 156534K
34922026-03-18T18:13:03.635Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-18T18:13:03.635Za out/crucible-utils.tar 17744K
34942026-03-18T18:13:03.635Za out/crucible-zone.tar.gz 53128K
34952026-03-18T18:13:03.635Za out/external-dns.tar.gz 43604K
34962026-03-18T18:13:03.635Za out/internal-dns.tar.gz 43604K
34972026-03-18T18:13:03.635Za out/mg-ddm-gz.tar 78377K
34982026-03-18T18:13:03.635Za out/nexus.tar.gz 209045K
34992026-03-18T18:13:03.635Za out/ntp.tar.gz 25418K
35002026-03-18T18:13:03.635Za out/omicron-gateway-softnpu.tar.gz 28226K
35012026-03-18T18:13:03.635Za out/omicron-sled-agent.tar 186543K
35022026-03-18T18:13:03.635Za out/overlay.tar.gz 3K
35032026-03-18T18:13:03.635Za out/oximeter.tar.gz 57439K
35042026-03-18T18:13:03.635Za out/oxlog.tar 3782K
35052026-03-18T18:13:03.636Za out/probe.tar.gz 3037K
35062026-03-18T18:13:03.636Za out/propolis-server.tar.gz 74633K
35072026-03-18T18:13:03.636Za out/pumpkind-gz.tar 26647K
35082026-03-18T18:13:03.636Za out/switch-softnpu.tar.gz 367871K
35092026-03-18T18:13:03.640Z
35102026-03-18T18:13:03.640Zreal 1:39.591330935
35112026-03-18T18:13:03.640Zuser 1:36.588354472
35122026-03-18T18:13:03.640Zsys 6.244334264
35132026-03-18T18:13:03.640Ztrap 0.006878726
35142026-03-18T18:13:03.640Ztflt 0.000000000
35152026-03-18T18:13:03.640Zdflt 0.000000000
35162026-03-18T18:13:03.640Zkflt 0.000000000
35172026-03-18T18:13:03.640Zlock 0.000000000
35182026-03-18T18:13:03.640Zslp 1:35.727362693
35192026-03-18T18:13:03.640Zlat 0.610722226
35202026-03-18T18:13:03.640Zstop 0.000543911
35212026-03-18T18:13:03.640Zprocess exited: duration 1282539 ms, exit code 0
 
35222026-03-18T18:13:03.659Zfound 1 output files
35232026-03-18T18:13:03.660Zuploading: /work/package.tar.gz (2319744796 bytes)
35242026-03-18T18:13:31.392Zuploaded: /work/package.tar.gz