01KP6WK6A2GCCX1TBVDYQ8JVNX: 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: 01KP6WKJDYTFX8CYZKZ75YYWEZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T20:59:16.893Zjob assigned to worker 01KP6WKRB7W29P53JVEMN2CJA3 [factory aws, i-080cb1d67ace95fb3] (queued for 51 s)
 
22026-04-14T20:59:24.543Zstarting task 0: "setup"
32026-04-14T20:59:24.548Z++ uname -s
42026-04-14T20:59:24.552Z+ kern=SunOS
52026-04-14T20:59:24.552Z+ build_user=build
62026-04-14T20:59:24.552Z+ build_uid=12345
72026-04-14T20:59:24.552Z+ work_dir=/work
82026-04-14T20:59:24.552Z+ input_dir=/input
92026-04-14T20:59:24.552Z+ [[ 0 == 12345 ]]
102026-04-14T20:59:24.552Z+ case "$kern" in
112026-04-14T20:59:24.552Z+ groupadd -g 12345 build
122026-04-14T20:59:24.555Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T20:59:26.562Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T20:59:26.646Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T20:59:26.650Z+ home_fs=zfs
162026-04-14T20:59:26.650Z+ [[ zfs == autofs ]]
172026-04-14T20:59:26.650Z+ mkdir -p /home/build
182026-04-14T20:59:26.650Z+ chown build:build /home/build /work
192026-04-14T20:59:28.652Z+ chmod 0700 /home/build /work
202026-04-14T20:59:28.656Zprocess exited: duration 4115 ms, exit code 0
 
212026-04-14T20:59:28.662Zstarting task 1: "rust-toolchain"
222026-04-14T20:59:28.669Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T20:59:28.669Z * rust toolchain channel = "1.94.0"
242026-04-14T20:59:28.669Z * rust toolchain profile = "default"
252026-04-14T20:59:28.669Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-14T20:59:28.669Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T20:59:28.669Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T20:59:28.672Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T20:59:28.672Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T20:59:28.804Zinfo: downloading installer
312026-04-14T20:59:30.408Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T20:59:30.408Zwarn: /opt/ooce/bin
332026-04-14T20:59:30.408Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T20:59:30.408Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T20:59:30.408Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T20:59:30.408Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T20:59:30.408Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T20:59:30.408Zerror: cannot install while Rust is installed
392026-04-14T20:59:30.408Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T20:59:30.408Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T20:59:30.408Zwarn: /home/build/.rustup/settings.toml
422026-04-14T20:59:30.408Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T20:59:30.408Zwarn: instead of the one inferred from the default host triple.
442026-04-14T20:59:30.444Zinfo: profile set to default
452026-04-14T20:59:30.444Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T20:59:30.448Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T20:59:30.589Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T20:59:30.589Zinfo: downloading 6 components
492026-04-14T20:59:45.527Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-14T20:59:45.527Z
512026-04-14T20:59:45.556Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T20:59:45.556Z
532026-04-14T20:59:45.556Z
542026-04-14T20:59:45.556ZRust is installed now. Great!
552026-04-14T20:59:45.556Z
562026-04-14T20:59:45.556ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T20:59:45.556Zenvironment variable. This has not been done automatically.
582026-04-14T20:59:45.556Z
592026-04-14T20:59:45.557ZTo configure your current shell, you need to source
602026-04-14T20:59:45.557Zthe corresponding env file under $HOME/.cargo.
612026-04-14T20:59:45.557Z
622026-04-14T20:59:45.557ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T20:59:45.557Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T20:59:45.557Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T20:59:45.557Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T20:59:45.557Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T20:59:45.557Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T20:59:45.557Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T20:59:45.560Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T20:59:45.560Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T20:59:45.668Z+ rustup --version
722026-04-14T20:59:45.673Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T20:59:45.677Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T20:59:45.694Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T20:59:45.698Z+ cargo --version
762026-04-14T20:59:45.706Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T20:59:45.709Z+ rustc --version
782026-04-14T20:59:45.731Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T20:59:45.736Zprocess exited: duration 17067 ms, exit code 0
 
802026-04-14T20:59:45.744Zstarting task 2: "authentication"
812026-04-14T20:59:45.764Zprocess exited: duration 20 ms, exit code 0
 
822026-04-14T20:59:45.771Zstarting task 3: "clone repository"
832026-04-14T20:59:45.775Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T20:59:45.779Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T20:59:45.976ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T20:59:56.785Z+ cd /work/oxidecomputer/omicron
872026-04-14T20:59:56.785Z+ git fetch origin be67bf9ea070e930531ced36f930ef23d4946ec8
882026-04-14T20:59:57.085ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T20:59:57.085Z * branch be67bf9ea070e930531ced36f930ef23d4946ec8 -> FETCH_HEAD
902026-04-14T20:59:57.100Z+ [[ -n andy/pgsql18 ]]
912026-04-14T20:59:57.103Z++ git branch --show-current
922026-04-14T20:59:57.106Z+ current=main
932026-04-14T20:59:57.106Z+ [[ main != andy/pgsql18 ]]
942026-04-14T20:59:57.106Z+ git branch -f andy/pgsql18 be67bf9ea070e930531ced36f930ef23d4946ec8
952026-04-14T20:59:57.109Z+ git checkout -f andy/pgsql18
962026-04-14T20:59:57.150ZSwitched to branch 'andy/pgsql18'
972026-04-14T20:59:57.153Z+ git reset --hard be67bf9ea070e930531ced36f930ef23d4946ec8
982026-04-14T20:59:57.195ZHEAD is now at be67bf9ea Use PostgreSQL v18 client libraries
992026-04-14T20:59:57.199Zprocess exited: duration 11423 ms, exit code 0
 
1002026-04-14T20:59:57.206Zstarting task 4: "build"
1012026-04-14T20:59:57.212Z+ source .github/buildomat/ci-env.sh
1022026-04-14T20:59:57.212Z++ export CARGO_TERM_COLOR=always
1032026-04-14T20:59:57.212Z++ CARGO_TERM_COLOR=always
1042026-04-14T20:59:57.215Z+ cargo --version
1052026-04-14T20:59:57.223Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-14T20:59:57.226Z+ rustc --version
1072026-04-14T20:59:57.246Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-14T20:59:57.250Z+ WORK=/work
1092026-04-14T20:59:57.250Z+ pfexec mkdir -p /work
1102026-04-14T20:59:57.253Z+ pfexec chown build /work
1112026-04-14T20:59:57.256Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-14T21:00:08.180Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-14T21:00:15.283Z Startup: Caching catalogs ... Done
1142026-04-14T21:00:20.504ZPlanning: Solver setup ... Done (3.849s)
1152026-04-14T21:00:20.529ZPlanning: Running solver ... Done (0.027s)
1162026-04-14T21:00:20.655ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-14T21:00:20.681ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-14T21:00:21.716ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-14T21:00:21.756ZPlanning: Package planning ... Done (0.040s)
1202026-04-14T21:00:21.793ZPlanning: Merging actions ... Done (0.035s)
1212026-04-14T21:00:22.030ZPlanning: Checking for conflicting actions ... Done (0.238s)
1222026-04-14T21:00:22.038ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-14T21:00:23.800ZPlanning: Evaluating mediators ... Done (1.761s)
1242026-04-14T21:00:23.808ZPlanning: Planning completed in 8.36 seconds
1252026-04-14T21:00:23.955Z Packages to install: 5
1262026-04-14T21:00:23.955Z Mediators to change: 3
1272026-04-14T21:00:23.955Z Services to change: 1
1282026-04-14T21:00:23.955Z Estimated space available: 155.35 GB
1292026-04-14T21:00:23.955ZEstimated space to be consumed: 1.88 GB
1302026-04-14T21:00:23.955Z Create boot environment: No
1312026-04-14T21:00:23.955ZCreate backup boot environment: No
1322026-04-14T21:00:23.959Z Rebuild boot archive: No
1332026-04-14T21:00:23.959Z
1342026-04-14T21:00:23.959ZChanged mediators:
1352026-04-14T21:00:23.959Z mediator clang:
1362026-04-14T21:00:23.959Z version: None -> 15 (system default)
1372026-04-14T21:00:23.959Z
1382026-04-14T21:00:23.959Z mediator llvm:
1392026-04-14T21:00:23.959Z version: 14 (system default) -> 15 (system default)
1402026-04-14T21:00:23.959Z
1412026-04-14T21:00:23.960Z mediator postgresql:
1422026-04-14T21:00:23.960Z version: 15 (system default) -> 18 (system default)
1432026-04-14T21:00:23.960Z
1442026-04-14T21:00:23.960ZChanged packages:
1452026-04-14T21:00:23.960Zhelios-dev
1462026-04-14T21:00:23.960Z developer/build-essential
1472026-04-14T21:00:23.960Z None -> 11-2.0
1482026-04-14T21:00:23.960Z library/libxmlsec1
1492026-04-14T21:00:23.960Z None -> 1.2.35-2.0
1502026-04-14T21:00:23.960Z ooce/developer/clang-15
1512026-04-14T21:00:23.960Z None -> 15.0.7-2.0
1522026-04-14T21:00:23.960Z ooce/developer/llvm-15
1532026-04-14T21:00:23.960Z None -> 15.0.7-2.0
1542026-04-14T21:00:23.960Z ooce/library/postgresql-18
1552026-04-14T21:00:23.960Z None -> 18.1-2.0
1562026-04-14T21:00:23.960Z
1572026-04-14T21:00:23.960ZServices:
1582026-04-14T21:00:23.960Z restart_fmri:
1592026-04-14T21:00:23.960Z svc:/system/update-man-index:default
1602026-04-14T21:00:24.022Z
1612026-04-14T21:00:24.022ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-14T21:00:29.235ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (21.9M/s)
1632026-04-14T21:00:39.071ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (12.5M/s)
1642026-04-14T21:00:43.686ZDownload: Completed 218.99 MB in 19.66 seconds (11.1M/s)
1652026-04-14T21:00:43.898Z Actions: 1/4789 actions (Installing new actions)
1662026-04-14T21:00:47.485Z Actions: Completed 4789 actions in 3.59 seconds.
1672026-04-14T21:00:48.123Z Done (0.633s)
1682026-04-14T21:00:48.123Z Done (0.000s)
1692026-04-14T21:00:48.746Z Done (0.622s)
1702026-04-14T21:00:52.061Z Done (2.965s)
1712026-04-14T21:00:52.147Z Done (0.023s)
1722026-04-14T21:00:52.151Z Done (0.000s)
1732026-04-14T21:00:52.395Z Done (0.000s)
1742026-04-14T21:00:53.262ZPlanning: Evaluating mediator changes ... Done
1752026-04-14T21:00:53.368ZPlanning: Checking for conflicting actions ... Done
1762026-04-14T21:00:53.372ZPlanning: Consolidating action changes ... Done
1772026-04-14T21:00:53.529ZPlanning: Evaluating mediators ... Done
1782026-04-14T21:00:53.533ZPlanning: Planning completed in 0.27 seconds
1792026-04-14T21:00:53.552Z Mediators to change: 2
1802026-04-14T21:00:53.552Z Create boot environment: No
1812026-04-14T21:00:53.552ZCreate backup boot environment: No
1822026-04-14T21:00:53.681Z Done
1832026-04-14T21:00:53.681Z Done
1842026-04-14T21:00:54.314Z Done
1852026-04-14T21:00:56.821Z Done
1862026-04-14T21:00:56.895Z Done
1872026-04-14T21:00:56.898Z Done
1882026-04-14T21:00:57.041Z Done
1892026-04-14T21:00:57.302ZPlanning: Evaluating mediator changes ... Done
1902026-04-14T21:00:57.410ZPlanning: Checking for conflicting actions ... Done
1912026-04-14T21:00:57.414ZPlanning: Consolidating action changes ... Done
1922026-04-14T21:00:57.568ZPlanning: Evaluating mediators ... Done
1932026-04-14T21:00:57.571ZPlanning: Planning completed in 0.27 seconds
1942026-04-14T21:00:57.590Z Mediators to change: 1
1952026-04-14T21:00:57.590Z Create boot environment: No
1962026-04-14T21:00:57.590ZCreate backup boot environment: No
1972026-04-14T21:00:57.657Z Done
1982026-04-14T21:00:57.657Z Done
1992026-04-14T21:00:58.275Z Done
2002026-04-14T21:01:00.815Z Done
2012026-04-14T21:01:00.893Z Done
2022026-04-14T21:01:00.897Z Done
2032026-04-14T21:01:01.032Z Done
2042026-04-14T21:01:01.315ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-14T21:01:01.315Zclang system 15 system
2062026-04-14T21:01:01.315Zcsh system system illumos
2072026-04-14T21:01:01.315Zctags system system illumos
2082026-04-14T21:01:01.315Zfile system system illumos
2092026-04-14T21:01:01.315Zgcc vendor 12 vendor
2102026-04-14T21:01:01.315Zgcc system 14 system
2112026-04-14T21:01:01.315Zgcc system 10 system
2122026-04-14T21:01:01.315Zgo system 1.20 system
2132026-04-14T21:01:01.315Zgo system 1.19 system
2142026-04-14T21:01:01.315Zllvm system 15 system
2152026-04-14T21:01:01.315Zllvm system 14 system
2162026-04-14T21:01:01.315Zmariadb system 10.6 system
2172026-04-14T21:01:01.315Zmta vendor vendor dma
2182026-04-14T21:01:01.315Zopenjdk system 17 system
2192026-04-14T21:01:01.315Zopenjdk system 11 system
2202026-04-14T21:01:01.315Zopenjdk system 1.8 system
2212026-04-14T21:01:01.315Zopenssl vendor 3 vendor
2222026-04-14T21:01:01.315Zperl system 5.36 system
2232026-04-14T21:01:01.315Zpostgresql system 18 system
2242026-04-14T21:01:01.315Zpostgresql system 15 system
2252026-04-14T21:01:01.316Zpostgresql system 13 system
2262026-04-14T21:01:01.316Zpython vendor 3 vendor
2272026-04-14T21:01:01.316Zpython system 2 system
2282026-04-14T21:01:01.316Zpython3 system 3.11 system
2292026-04-14T21:01:01.316Zruby system 3.0 system
2302026-04-14T21:01:01.316Zwords vendor vendor american-english
2312026-04-14T21:01:01.316Zwords system system australian-english
2322026-04-14T21:01:01.316Zwords system system british-english
2332026-04-14T21:01:01.316Zwords system system canadian-english
2342026-04-14T21:01:01.316Zwords system system french
2352026-04-14T21:01:01.316Zwords system system italian
2362026-04-14T21:01:01.316Zwords system system ngerman
2372026-04-14T21:01:01.316Zwords system system ogerman
2382026-04-14T21:01:01.316Zwords system system spanish
2392026-04-14T21:01:01.545ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-14T21:01:01.545Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-14T21:01:05.968ZFMRI IFO
2422026-04-14T21:01:05.968Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-14T21:01:05.968Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-14T21:01:05.968Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-14T21:01:05.968Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-14T21:01:05.968Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-14T21:01:05.968Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-14T21:01:05.968Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-04-14T21:01:05.968Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-04-14T21:01:05.968Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-04-14T21:01:05.968Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-04-14T21:01:05.968Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-04-14T21:01:05.968Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-04-14T21:01:05.968Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-04-14T21:01:05.968Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-04-14T21:01:05.968Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-04-14T21:01:05.968Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-04-14T21:01:05.968Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-04-14T21:01:07.124Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-04-14T21:01:07.399Z Updating crates.io index
2612026-04-14T21:01:07.402Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-04-14T21:01:07.891Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-04-14T21:01:08.218Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-04-14T21:01:08.604Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-14T21:01:10.300Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-04-14T21:01:10.791Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-04-14T21:01:12.127Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-04-14T21:01:12.795Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-04-14T21:01:13.137Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-04-14T21:01:13.810Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-04-14T21:01:14.045Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-04-14T21:01:14.471Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-04-14T21:01:14.730Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-14T21:01:15.695Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-04-14T21:01:16.207Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-14T21:01:16.516Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-14T21:01:16.829Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-14T21:01:17.266Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-14T21:01:17.500Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-14T21:01:17.730Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-14T21:01:17.964Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-14T21:01:18.371Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-14T21:01:18.733Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-14T21:01:19.302Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-14T21:01:19.625Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-14T21:01:19.945Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-14T21:01:20.199Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-14T21:01:21.102Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-14T21:01:22.049Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-04-14T21:01:22.485Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-14T21:01:22.831Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-14T21:01:23.145Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-14T21:01:23.462Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-14T21:01:23.821Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-14T21:01:24.310Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-14T21:01:24.572Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-14T21:01:24.798Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-14T21:01:25.146Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-14T21:01:36.962Z Downloading crates ...
3002026-04-14T21:01:37.019Z Downloaded generic-array v0.14.7
3012026-04-14T21:01:37.024Z Downloaded semver v1.0.27
3022026-04-14T21:01:37.032Z Downloaded displaydoc v0.2.5
3032026-04-14T21:01:37.032Z Downloaded yoke v0.8.1
3042026-04-14T21:01:37.039Z Downloaded serde-value v0.7.0
3052026-04-14T21:01:37.053Z Downloaded usdt-impl v0.5.0
3062026-04-14T21:01:37.053Z Downloaded url v2.5.8
3072026-04-14T21:01:37.053Z Downloaded fastrand v2.3.0
3082026-04-14T21:01:37.053Z Downloaded clap v4.5.60
3092026-04-14T21:01:37.062Z Downloaded zerofrom v0.1.6
3102026-04-14T21:01:37.062Z Downloaded unicode-xid v0.2.6
3112026-04-14T21:01:37.062Z Downloaded fnv v1.0.7
3122026-04-14T21:01:37.062Z Downloaded usdt v0.5.0
3132026-04-14T21:01:37.062Z Downloaded crypto-common v0.1.7
3142026-04-14T21:01:37.062Z Downloaded clap_derive v4.5.55
3152026-04-14T21:01:37.062Z Downloaded zerofrom-derive v0.1.6
3162026-04-14T21:01:37.062Z Downloaded unicode-linebreak v0.1.5
3172026-04-14T21:01:37.062Z Downloaded cpufeatures v0.2.17
3182026-04-14T21:01:37.062Z Downloaded thiserror v1.0.69
3192026-04-14T21:01:37.062Z Downloaded toml_write v0.1.2
3202026-04-14T21:01:37.080Z Downloaded writeable v0.6.2
3212026-04-14T21:01:37.080Z Downloaded zerocopy-derive v0.7.35
3222026-04-14T21:01:37.080Z Downloaded toml v0.8.23
3232026-04-14T21:01:37.080Z Downloaded utf8parse v0.2.2
3242026-04-14T21:01:37.080Z Downloaded zerovec-derive v0.11.2
3252026-04-14T21:01:37.080Z Downloaded smawk v0.3.2
3262026-04-14T21:01:37.080Z Downloaded clap_builder v4.5.60
3272026-04-14T21:01:37.092Z Downloaded zmij v1.0.21
3282026-04-14T21:01:37.092Z Downloaded toml_edit v0.22.27
3292026-04-14T21:01:37.093Z Downloaded typeid v1.0.3
3302026-04-14T21:01:37.093Z Downloaded thiserror v2.0.18
3312026-04-14T21:01:37.093Z Downloaded scroll v0.12.0
3322026-04-14T21:01:37.093Z Downloaded thiserror-impl v2.0.18
3332026-04-14T21:01:37.093Z Downloaded fs-err v3.3.0
3342026-04-14T21:01:37.093Z Downloaded ucd-trie v0.1.7
3352026-04-14T21:01:37.093Z Downloaded thread-id v4.2.2
3362026-04-14T21:01:37.093Z Downloaded strsim v0.11.1
3372026-04-14T21:01:37.093Z Downloaded utf8_iter v1.0.4
3382026-04-14T21:01:37.093Z Downloaded idna_adapter v1.2.1
3392026-04-14T21:01:37.093Z Downloaded version_check v0.9.5
3402026-04-14T21:01:37.093Z Downloaded cfg-if v1.0.4
3412026-04-14T21:01:37.093Z Downloaded unicode-ident v1.0.24
3422026-04-14T21:01:37.093Z Downloaded yoke-derive v0.8.1
3432026-04-14T21:01:37.093Z Downloaded usdt-macro v0.5.0
3442026-04-14T21:01:37.093Z Downloaded usdt-attr-macro v0.5.0
3452026-04-14T21:01:37.097Z Downloaded serde-untagged v0.1.9
3462026-04-14T21:01:37.097Z Downloaded errno v0.3.14
3472026-04-14T21:01:37.097Z Downloaded erased-serde v0.4.9
3482026-04-14T21:01:37.097Z Downloaded serde_tokenstream v0.2.3
3492026-04-14T21:01:37.097Z Downloaded heck v0.5.0
3502026-04-14T21:01:37.097Z Downloaded dtrace-parser v0.2.0
3512026-04-14T21:01:37.098Z Downloaded digest v0.10.7
3522026-04-14T21:01:37.098Z Downloaded textwrap v0.16.2
3532026-04-14T21:01:37.098Z Downloaded bytecount v0.6.9
3542026-04-14T21:01:37.098Z Downloaded proc-macro2 v1.0.106
3552026-04-14T21:01:37.098Z Downloaded toml_datetime v0.6.11
3562026-04-14T21:01:37.098Z Downloaded tinystr v0.8.2
3572026-04-14T21:01:37.104Z Downloaded thiserror-impl v1.0.69
3582026-04-14T21:01:37.104Z Downloaded tabled_derive v0.7.0
3592026-04-14T21:01:37.104Z Downloaded heck v0.4.1
3602026-04-14T21:01:37.108Z Downloaded is_terminal_polyfill v1.70.2
3612026-04-14T21:01:37.108Z Downloaded scroll_derive v0.12.1
3622026-04-14T21:01:37.120Z Downloaded terminal_size v0.4.3
3632026-04-14T21:01:37.124Z Downloaded itoa v1.0.17
3642026-04-14T21:01:37.124Z Downloaded proc-macro-error-attr v1.0.4
3652026-04-14T21:01:37.124Z Downloaded ordered-float v2.10.1
3662026-04-14T21:01:37.124Z Downloaded cargo-platform v0.2.0
3672026-04-14T21:01:37.129Z Downloaded block-buffer v0.10.4
3682026-04-14T21:01:37.129Z Downloaded typenum v1.19.0
3692026-04-14T21:01:37.129Z Downloaded swrite v0.1.0
3702026-04-14T21:01:37.137Z Downloaded form_urlencoded v1.2.2
3712026-04-14T21:01:37.137Z Downloaded unicode-width v0.1.14
3722026-04-14T21:01:37.142Z Downloaded equivalent v1.0.2
3732026-04-14T21:01:37.142Z Downloaded clap_lex v1.0.0
3742026-04-14T21:01:37.142Z Downloaded zerotrie v0.2.3
3752026-04-14T21:01:37.142Z Downloaded synstructure v0.13.2
3762026-04-14T21:01:37.142Z Downloaded autocfg v1.5.0
3772026-04-14T21:01:37.142Z Downloaded cargo_toml v0.21.0
3782026-04-14T21:01:37.142Z Downloaded pest_derive v2.8.6
3792026-04-14T21:01:37.142Z Downloaded anstyle-parse v0.2.7
3802026-04-14T21:01:37.147Z Downloaded plain v0.2.3
3812026-04-14T21:01:37.147Z Downloaded zerovec v0.11.5
3822026-04-14T21:01:37.152Z Downloaded colorchoice v1.0.4
3832026-04-14T21:01:37.152Z Downloaded dof v0.3.0
3842026-04-14T21:01:37.152Z Downloaded anstyle-query v1.1.5
3852026-04-14T21:01:37.156Z Downloaded stable_deref_trait v1.2.1
3862026-04-14T21:01:37.156Z Downloaded winnow v0.7.14
3872026-04-14T21:01:37.160Z Downloaded serde_spanned v0.6.9
3882026-04-14T21:01:37.163Z Downloaded pretty-hex v0.4.1
3892026-04-14T21:01:37.163Z Downloaded memmap v0.7.0
3902026-04-14T21:01:37.163Z Downloaded potential_utf v0.1.4
3912026-04-14T21:01:37.163Z Downloaded zerocopy v0.7.35
3922026-04-14T21:01:37.172Z Downloaded unicode-width v0.2.0
3932026-04-14T21:01:37.175Z Downloaded percent-encoding v2.3.2
3942026-04-14T21:01:37.175Z Downloaded macaddr v1.0.1
3952026-04-14T21:01:37.175Z Downloaded proc-macro-error v1.0.4
3962026-04-14T21:01:37.184Z Downloaded icu_normalizer_data v2.1.1
3972026-04-14T21:01:37.188Z Downloaded smallvec v1.15.1
3982026-04-14T21:01:37.191Z Downloaded anstyle v1.0.13
3992026-04-14T21:01:37.194Z Downloaded icu_provider v2.1.1
4002026-04-14T21:01:37.194Z Downloaded icu_properties v2.1.2
4012026-04-14T21:01:37.202Z Downloaded byteorder v1.5.0
4022026-04-14T21:01:37.205Z Downloaded anstream v0.6.21
4032026-04-14T21:01:37.209Z Downloaded camino-tempfile v1.4.1
4042026-04-14T21:01:37.209Z Downloaded quote v1.0.44
4052026-04-14T21:01:37.222Z Downloaded cargo-util-schemas v0.8.2
4062026-04-14T21:01:37.225Z Downloaded serde v1.0.228
4072026-04-14T21:01:37.225Z Downloaded litemap v0.8.1
4082026-04-14T21:01:37.229Z Downloaded anyhow v1.0.102
4092026-04-14T21:01:37.235Z Downloaded cargo_metadata v0.21.0
4102026-04-14T21:01:37.238Z Downloaded camino v1.2.2
4112026-04-14T21:01:37.241Z Downloaded sha2 v0.10.9
4122026-04-14T21:01:37.244Z Downloaded bitflags v2.11.0
4132026-04-14T21:01:37.255Z Downloaded once_cell v1.21.3
4142026-04-14T21:01:37.258Z Downloaded papergrid v0.11.0
4152026-04-14T21:01:37.261Z Downloaded tempfile v3.25.0
4162026-04-14T21:01:37.264Z Downloaded serde_derive v1.0.228
4172026-04-14T21:01:37.267Z Downloaded pest_generator v2.8.6
4182026-04-14T21:01:37.271Z Downloaded getrandom v0.3.4
4192026-04-14T21:01:37.276Z Downloaded icu_locale_core v2.1.1
4202026-04-14T21:01:37.279Z Downloaded serde_core v1.0.228
4212026-04-14T21:01:37.283Z Downloaded pest_meta v2.8.6
4222026-04-14T21:01:37.286Z Downloaded num-traits v0.2.19
4232026-04-14T21:01:37.286Z Downloaded log v0.4.29
4242026-04-14T21:01:37.291Z Downloaded icu_normalizer v2.1.1
4252026-04-14T21:01:37.291Z Downloaded memchr v2.8.0
4262026-04-14T21:01:37.307Z Downloaded hashbrown v0.16.1
4272026-04-14T21:01:37.307Z Downloaded serde_json v1.0.149
4282026-04-14T21:01:37.318Z Downloaded indexmap v2.13.0
4292026-04-14T21:01:37.318Z Downloaded icu_collections v2.1.1
4302026-04-14T21:01:37.326Z Downloaded pest v2.8.6
4312026-04-14T21:01:37.332Z Downloaded icu_properties_data v2.1.2
4322026-04-14T21:01:37.337Z Downloaded idna v1.1.0
4332026-04-14T21:01:37.353Z Downloaded goblin v0.8.2
4342026-04-14T21:01:37.360Z Downloaded tabled v0.15.0
4352026-04-14T21:01:37.374Z Downloaded syn v1.0.109
4362026-04-14T21:01:37.387Z Downloaded syn v2.0.117
4372026-04-14T21:01:37.400Z Downloaded rustix v1.1.3
4382026-04-14T21:01:37.426Z Downloaded libc v0.2.180
4392026-04-14T21:01:37.489Z Compiling proc-macro2 v1.0.106
4402026-04-14T21:01:37.490Z Compiling unicode-ident v1.0.24
4412026-04-14T21:01:37.490Z Compiling quote v1.0.44
4422026-04-14T21:01:37.496Z Compiling serde_core v1.0.228
4432026-04-14T21:01:37.496Z Compiling libc v0.2.180
4442026-04-14T21:01:37.496Z Compiling version_check v0.9.5
4452026-04-14T21:01:37.496Z Compiling serde v1.0.228
4462026-04-14T21:01:37.496Z Compiling memchr v2.8.0
4472026-04-14T21:01:37.496Z Compiling stable_deref_trait v1.2.1
4482026-04-14T21:01:37.496Z Compiling zmij v1.0.21
4492026-04-14T21:01:37.496Z Compiling autocfg v1.5.0
4502026-04-14T21:01:37.496Z Compiling thiserror v1.0.69
4512026-04-14T21:01:37.496Z Compiling ucd-trie v0.1.7
4522026-04-14T21:01:37.496Z Compiling itoa v1.0.17
4532026-04-14T21:01:37.676Z Compiling litemap v0.8.1
4542026-04-14T21:01:37.906Z Compiling writeable v0.6.2
4552026-04-14T21:01:37.961Z Compiling byteorder v1.5.0
4562026-04-14T21:01:37.979Z Compiling icu_normalizer_data v2.1.1
4572026-04-14T21:01:38.117Z Compiling icu_properties_data v2.1.2
4582026-04-14T21:01:38.162Z Compiling pest v2.8.6
4592026-04-14T21:01:38.218Z Compiling rustix v1.1.3
4602026-04-14T21:01:38.259Z Compiling serde_json v1.0.149
4612026-04-14T21:01:38.263Z Compiling bitflags v2.11.0
4622026-04-14T21:01:38.453Z Compiling num-traits v0.2.19
4632026-04-14T21:01:38.472Z Compiling smallvec v1.15.1
4642026-04-14T21:01:38.584Z Compiling hashbrown v0.16.1
4652026-04-14T21:01:38.607Z Compiling typeid v1.0.3
4662026-04-14T21:01:38.714Z Compiling equivalent v1.0.2
4672026-04-14T21:01:38.732Z Compiling proc-macro-error-attr v1.0.4
4682026-04-14T21:01:38.751Z Compiling usdt-impl v0.5.0
4692026-04-14T21:01:38.780Z Compiling erased-serde v0.4.9
4702026-04-14T21:01:38.784Z Compiling syn v1.0.109
4712026-04-14T21:01:38.930Z Compiling toml_write v0.1.2
4722026-04-14T21:01:38.974Z Compiling winnow v0.7.14
4732026-04-14T21:01:39.004Z Compiling proc-macro-error v1.0.4
4742026-04-14T21:01:39.073Z Compiling errno v0.3.14
4752026-04-14T21:01:39.093Z Compiling thread-id v4.2.2
4762026-04-14T21:01:39.136Z Compiling indexmap v2.13.0
4772026-04-14T21:01:39.233Z Compiling pest_meta v2.8.6
4782026-04-14T21:01:39.270Z Compiling camino v1.2.2
4792026-04-14T21:01:39.275Z Compiling log v0.4.29
4802026-04-14T21:01:39.275Z Compiling plain v0.2.3
4812026-04-14T21:01:39.275Z Compiling utf8parse v0.2.2
4822026-04-14T21:01:39.324Z Compiling thiserror v2.0.18
4832026-04-14T21:01:39.344Z Compiling utf8_iter v1.0.4
4842026-04-14T21:01:39.472Z Compiling getrandom v0.3.4
4852026-04-14T21:01:39.496Z Compiling syn v2.0.117
4862026-04-14T21:01:39.496Z Compiling percent-encoding v2.3.2
4872026-04-14T21:01:39.572Z Compiling anstyle-parse v0.2.7
4882026-04-14T21:01:39.702Z Compiling form_urlencoded v1.2.2
4892026-04-14T21:01:39.779Z Compiling colorchoice v1.0.4
4902026-04-14T21:01:39.800Z Compiling is_terminal_polyfill v1.70.2
4912026-04-14T21:01:39.808Z Compiling anstyle-query v1.1.5
4922026-04-14T21:01:39.917Z Compiling ordered-float v2.10.1
4932026-04-14T21:01:39.935Z Compiling anstyle v1.0.13
4942026-04-14T21:01:39.936Z Compiling cfg-if v1.0.4
4952026-04-14T21:01:39.976Z Compiling pretty-hex v0.4.1
4962026-04-14T21:01:40.010Z Compiling fs-err v3.3.0
4972026-04-14T21:01:40.051Z Compiling terminal_size v0.4.3
4982026-04-14T21:01:40.071Z Compiling fnv v1.0.7
4992026-04-14T21:01:40.144Z Compiling anstream v0.6.21
5002026-04-14T21:01:40.167Z Compiling strsim v0.11.1
5012026-04-14T21:01:40.219Z Compiling once_cell v1.21.3
5022026-04-14T21:01:40.219Z Compiling clap_lex v1.0.0
5032026-04-14T21:01:40.275Z Compiling fastrand v2.3.0
5042026-04-14T21:01:40.280Z Compiling unicode-width v0.1.14
5052026-04-14T21:01:40.333Z Compiling anyhow v1.0.102
5062026-04-14T21:01:40.373Z Compiling unicode-xid v0.2.6
5072026-04-14T21:01:40.493Z Compiling semver v1.0.27
5082026-04-14T21:01:40.531Z Compiling heck v0.4.1
5092026-04-14T21:01:40.551Z Compiling bytecount v0.6.9
5102026-04-14T21:01:40.587Z Compiling heck v0.5.0
5112026-04-14T21:01:40.588Z Compiling tempfile v3.25.0
5122026-04-14T21:01:40.626Z Compiling clap_builder v4.5.60
5132026-04-14T21:01:40.774Z Compiling papergrid v0.11.0
5142026-04-14T21:01:40.806Z Compiling memmap v0.7.0
5152026-04-14T21:01:40.862Z Compiling unicode-linebreak v0.1.5
5162026-04-14T21:01:40.876Z Compiling unicode-width v0.2.0
5172026-04-14T21:01:40.916Z Compiling serde-untagged v0.1.9
5182026-04-14T21:01:40.942Z Compiling smawk v0.3.2
5192026-04-14T21:01:41.027Z Compiling camino-tempfile v1.4.1
5202026-04-14T21:01:41.065Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-14T21:01:41.070Z Compiling swrite v0.1.0
5222026-04-14T21:01:41.187Z Compiling textwrap v0.16.2
5232026-04-14T21:01:41.436Z Compiling tabled_derive v0.7.0
5242026-04-14T21:01:42.138Z Compiling synstructure v0.13.2
5252026-04-14T21:01:42.138Z Compiling pest_generator v2.8.6
5262026-04-14T21:01:42.176Z Compiling tabled v0.15.0
5272026-04-14T21:01:42.695Z Compiling serde_derive v1.0.228
5282026-04-14T21:01:42.695Z Compiling zerofrom-derive v0.1.6
5292026-04-14T21:01:42.698Z Compiling yoke-derive v0.8.1
5302026-04-14T21:01:42.698Z Compiling zerovec-derive v0.11.2
5312026-04-14T21:01:42.698Z Compiling displaydoc v0.2.5
5322026-04-14T21:01:42.698Z Compiling thiserror-impl v1.0.69
5332026-04-14T21:01:42.698Z Compiling zerocopy-derive v0.7.35
5342026-04-14T21:01:42.698Z Compiling scroll_derive v0.12.1
5352026-04-14T21:01:42.716Z Compiling thiserror-impl v2.0.18
5362026-04-14T21:01:42.729Z Compiling clap_derive v4.5.55
5372026-04-14T21:01:42.772Z Compiling pest_derive v2.8.6
5382026-04-14T21:01:43.485Z Compiling scroll v0.12.0
5392026-04-14T21:01:43.614Z Compiling zerocopy v0.7.35
5402026-04-14T21:01:43.718Z Compiling goblin v0.8.2
5412026-04-14T21:01:43.869Z Compiling dtrace-parser v0.2.0
5422026-04-14T21:01:43.933Z Compiling zerofrom v0.1.6
5432026-04-14T21:01:44.038Z Compiling yoke v0.8.1
5442026-04-14T21:01:44.170Z Compiling clap v4.5.60
5452026-04-14T21:01:44.189Z Compiling zerovec v0.11.5
5462026-04-14T21:01:44.194Z Compiling zerotrie v0.2.3
5472026-04-14T21:01:44.596Z Compiling tinystr v0.8.2
5482026-04-14T21:01:44.596Z Compiling potential_utf v0.1.4
5492026-04-14T21:01:44.716Z Compiling icu_collections v2.1.1
5502026-04-14T21:01:44.771Z Compiling icu_locale_core v2.1.1
5512026-04-14T21:01:45.216Z Compiling serde_spanned v0.6.9
5522026-04-14T21:01:45.216Z Compiling toml_datetime v0.6.11
5532026-04-14T21:01:45.216Z Compiling serde-value v0.7.0
5542026-04-14T21:01:45.220Z Compiling cargo-platform v0.2.0
5552026-04-14T21:01:45.220Z Compiling macaddr v1.0.1
5562026-04-14T21:01:45.237Z Compiling dof v0.3.0
5572026-04-14T21:01:45.241Z Compiling serde_tokenstream v0.2.3
5582026-04-14T21:01:45.342Z Compiling icu_provider v2.1.1
5592026-04-14T21:01:45.499Z Compiling toml_edit v0.22.27
5602026-04-14T21:01:45.582Z Compiling icu_properties v2.1.2
5612026-04-14T21:01:45.582Z Compiling icu_normalizer v2.1.1
5622026-04-14T21:01:45.967Z Compiling usdt-attr-macro v0.5.0
5632026-04-14T21:01:45.970Z Compiling usdt-macro v0.5.0
5642026-04-14T21:01:46.403Z Compiling idna_adapter v1.2.1
5652026-04-14T21:01:46.516Z Compiling idna v1.1.0
5662026-04-14T21:01:46.592Z Compiling usdt v0.5.0
5672026-04-14T21:01:46.777Z Compiling url v2.5.8
5682026-04-14T21:01:46.798Z Compiling toml v0.8.23
5692026-04-14T21:01:47.134Z Compiling cargo_toml v0.21.0
5702026-04-14T21:01:47.195Z Compiling cargo-util-schemas v0.8.2
5712026-04-14T21:01:47.972Z Compiling cargo_metadata v0.21.0
5722026-04-14T21:01:48.919Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-14T21:01:51.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.11s
5742026-04-14T21:01:51.303Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-14T21:01:51.863Z Downloading crates ...
5762026-04-14T21:01:51.962Z Downloaded atty v0.2.14
5772026-04-14T21:01:51.967Z Downloaded argon2 v0.5.3
5782026-04-14T21:01:51.971Z Downloaded aead v0.5.2
5792026-04-14T21:01:51.978Z Downloaded atomic-waker v1.1.2
5802026-04-14T21:01:51.982Z Downloaded array-init v0.0.4
5812026-04-14T21:01:51.982Z Downloaded crc32fast v1.5.0
5822026-04-14T21:01:51.985Z Downloaded crossterm v0.28.1
5832026-04-14T21:01:51.989Z Downloaded backoff v0.4.0
5842026-04-14T21:01:51.992Z Downloaded aes v0.8.4
5852026-04-14T21:01:51.996Z Downloaded base64ct v1.8.3
5862026-04-14T21:01:52.000Z Downloaded cargo-platform v0.1.9
5872026-04-14T21:01:52.005Z Downloaded dsl_auto_type v0.2.0
5882026-04-14T21:01:52.008Z Downloaded bitfield-struct v0.6.2
5892026-04-14T21:01:52.008Z Downloaded flagset v0.4.7
5902026-04-14T21:01:52.009Z Downloaded enum-as-inner v0.6.1
5912026-04-14T21:01:52.012Z Downloaded base64 v0.22.1
5922026-04-14T21:01:52.015Z Downloaded embedded-io v0.4.0
5932026-04-14T21:01:52.015Z Downloaded ed25519 v2.2.3
5942026-04-14T21:01:52.015Z Downloaded fd-lock v4.0.4
5952026-04-14T21:01:52.018Z Downloaded castaway v0.2.4
5962026-04-14T21:01:52.018Z Downloaded atomicwrites v0.4.4
5972026-04-14T21:01:52.021Z Downloaded crunchy v0.2.4
5982026-04-14T21:01:52.025Z Downloaded diff v0.1.13
5992026-04-14T21:01:52.025Z Downloaded cstr-argument v0.1.2
6002026-04-14T21:01:52.028Z Downloaded backon v1.6.0
6012026-04-14T21:01:52.028Z Downloaded dof v0.4.0
6022026-04-14T21:01:52.028Z Downloaded darling_macro v0.20.11
6032026-04-14T21:01:52.031Z Downloaded ctr v0.9.2
6042026-04-14T21:01:52.031Z Downloaded crc8 v0.1.1
6052026-04-14T21:01:52.031Z Downloaded erased-serde v0.3.31
6062026-04-14T21:01:52.035Z Downloaded ena v0.14.4
6072026-04-14T21:01:52.035Z Downloaded drift v0.1.3
6082026-04-14T21:01:52.039Z Downloaded daft-derive v0.1.5
6092026-04-14T21:01:52.043Z Downloaded dropshot-api-manager v0.6.0
6102026-04-14T21:01:52.043Z Downloaded debug-ignore v1.0.5
6112026-04-14T21:01:52.046Z Downloaded crossbeam-utils v0.8.21
6122026-04-14T21:01:52.046Z Downloaded float-cmp v0.10.0
6132026-04-14T21:01:52.046Z Downloaded assert_matches v1.5.0
6142026-04-14T21:01:52.049Z Downloaded arrayref v0.3.9
6152026-04-14T21:01:52.049Z Downloaded adler2 v2.0.1
6162026-04-14T21:01:52.049Z Downloaded env_filter v1.0.0
6172026-04-14T21:01:52.053Z Downloaded bit-set v0.5.3
6182026-04-14T21:01:52.053Z Downloaded compression-core v0.4.31
6192026-04-14T21:01:52.053Z Downloaded ascii-canvas v3.0.0
6202026-04-14T21:01:52.053Z Downloaded cfg_aliases v0.2.1
6212026-04-14T21:01:52.056Z Downloaded cfg_aliases v0.1.1
6222026-04-14T21:01:52.056Z Downloaded bit-set v0.8.0
6232026-04-14T21:01:52.056Z Downloaded csv-core v0.1.13
6242026-04-14T21:01:52.059Z Downloaded cobs v0.3.0
6252026-04-14T21:01:52.060Z Downloaded bitfield-macros v0.19.4
6262026-04-14T21:01:52.064Z Downloaded dunce v1.0.5
6272026-04-14T21:01:52.067Z Downloaded difflib v0.4.0
6282026-04-14T21:01:52.067Z Downloaded crc-catalog v2.4.0
6292026-04-14T21:01:52.071Z Downloaded diesel-dtrace v0.5.0
6302026-04-14T21:01:52.071Z Downloaded ciborium-io v0.2.2
6312026-04-14T21:01:52.071Z Downloaded bb8 v0.8.6
6322026-04-14T21:01:52.071Z Downloaded async-stream-impl v0.3.6
6332026-04-14T21:01:52.074Z Downloaded defmt-parser v1.0.0
6342026-04-14T21:01:52.074Z Downloaded darling_macro v0.23.0
6352026-04-14T21:01:52.074Z Downloaded dirs-next v2.0.0
6362026-04-14T21:01:52.077Z Downloaded embedded-io v0.6.1
6372026-04-14T21:01:52.077Z Downloaded derive_builder_macro v0.20.2
6382026-04-14T21:01:52.081Z Downloaded dyn-clone v1.0.20
6392026-04-14T21:01:52.081Z Downloaded async-recursion v1.1.1
6402026-04-14T21:01:52.084Z Downloaded async-stream v0.3.6
6412026-04-14T21:01:52.087Z Downloaded dtrace-parser v0.3.0
6422026-04-14T21:01:52.087Z Downloaded darling_macro v0.21.3
6432026-04-14T21:01:52.087Z Downloaded base16ct v0.2.0
6442026-04-14T21:01:52.091Z Downloaded display-error-chain v0.2.2
6452026-04-14T21:01:52.091Z Downloaded curve25519-dalek-derive v0.1.1
6462026-04-14T21:01:52.091Z Downloaded bcrypt-pbkdf v0.10.0
6472026-04-14T21:01:52.094Z Downloaded foreign-types v0.5.0
6482026-04-14T21:01:52.094Z Downloaded ciborium-ll v0.2.2
6492026-04-14T21:01:52.094Z Downloaded const_format_proc_macros v0.2.34
6502026-04-14T21:01:52.099Z Downloaded cmake v0.1.57
6512026-04-14T21:01:52.099Z Downloaded dropshot-api-manager-types v0.6.0
6522026-04-14T21:01:52.099Z Downloaded document-features v0.2.12
6532026-04-14T21:01:52.102Z Downloaded crucible-workspace-hack v0.1.0
6542026-04-14T21:01:52.102Z Downloaded endian-type v0.1.2
6552026-04-14T21:01:52.102Z Downloaded diesel_table_macro_syntax v0.3.0
6562026-04-14T21:01:52.102Z Downloaded camino-tempfile-ext v0.3.3
6572026-04-14T21:01:52.106Z Downloaded arrayvec v0.7.6
6582026-04-14T21:01:52.106Z Downloaded bit-vec v0.8.0
6592026-04-14T21:01:52.109Z Downloaded blake2 v0.10.6
6602026-04-14T21:01:52.109Z Downloaded env_logger v0.11.9
6612026-04-14T21:01:52.113Z Downloaded convert_case v0.4.0
6622026-04-14T21:01:52.116Z Downloaded foreign-types-macros v0.2.3
6632026-04-14T21:01:52.120Z Downloaded crc v3.4.0
6642026-04-14T21:01:52.120Z Downloaded float-ord v0.3.2
6652026-04-14T21:01:52.120Z Downloaded fixedbitset v0.4.2
6662026-04-14T21:01:52.123Z Downloaded futures-core v0.3.32
6672026-04-14T21:01:52.123Z Downloaded foreign-types-shared v0.1.1
6682026-04-14T21:01:52.123Z Downloaded foreign-types v0.3.2
6692026-04-14T21:01:52.123Z Downloaded foreign-types-shared v0.3.1
6702026-04-14T21:01:52.123Z Downloaded futures-io v0.3.32
6712026-04-14T21:01:52.127Z Downloaded futures-task v0.3.32
6722026-04-14T21:01:52.127Z Downloaded funty v2.0.0
6732026-04-14T21:01:52.127Z Downloaded defmt v0.3.100
6742026-04-14T21:01:52.127Z Downloaded dirs-sys-next v0.1.2
6752026-04-14T21:01:52.130Z Downloaded hash32 v0.2.1
6762026-04-14T21:01:52.130Z Downloaded futures-sink v0.3.32
6772026-04-14T21:01:52.130Z Downloaded hex v0.4.3
6782026-04-14T21:01:52.134Z Downloaded ghash v0.5.1
6792026-04-14T21:01:52.134Z Downloaded futures-macro v0.3.32
6802026-04-14T21:01:52.134Z Downloaded constant_time_eq v0.4.2
6812026-04-14T21:01:52.137Z Downloaded cassowary v0.3.0
6822026-04-14T21:01:52.137Z Downloaded cipher v0.4.4
6832026-04-14T21:01:52.137Z Downloaded block-padding v0.3.3
6842026-04-14T21:01:52.141Z Downloaded bitflags v1.3.2
6852026-04-14T21:01:52.141Z Downloaded git-stub v1.0.0
6862026-04-14T21:01:52.141Z Downloaded globwalk v0.9.1
6872026-04-14T21:01:52.144Z Downloaded fxhash v0.2.1
6882026-04-14T21:01:52.144Z Downloaded compression-codecs v0.4.37
6892026-04-14T21:01:52.148Z Downloaded cpufeatures v0.3.0
6902026-04-14T21:01:52.148Z Downloaded bitfield v0.19.4
6912026-04-14T21:01:52.148Z Downloaded foldhash v0.1.5
6922026-04-14T21:01:52.148Z Downloaded either v1.15.0
6932026-04-14T21:01:52.151Z Downloaded defmt v1.0.1
6942026-04-14T21:01:52.151Z Downloaded fallible-iterator v0.2.0
6952026-04-14T21:01:52.154Z Downloaded foldhash v0.2.0
6962026-04-14T21:01:52.154Z Downloaded critical-section v1.2.0
6972026-04-14T21:01:52.154Z Downloaded chacha20 v0.9.1
6982026-04-14T21:01:52.158Z Downloaded cargo_metadata v0.19.2
6992026-04-14T21:01:52.158Z Downloaded bcs v0.1.6
7002026-04-14T21:01:52.164Z Downloaded daft v0.1.5
7012026-04-14T21:01:52.164Z Downloaded fixedbitset v0.5.7
7022026-04-14T21:01:52.164Z Downloaded find-msvc-tools v0.1.9
7032026-04-14T21:01:52.164Z Downloaded hex-literal v0.4.1
7042026-04-14T21:01:52.164Z Downloaded corncobs v0.1.4
7052026-04-14T21:01:52.168Z Downloaded downcast-rs v2.0.2
7062026-04-14T21:01:52.168Z Downloaded bzip2 v0.4.4
7072026-04-14T21:01:52.168Z Downloaded derive-ex v0.1.8
7082026-04-14T21:01:52.168Z Downloaded data-encoding v2.10.0
7092026-04-14T21:01:52.168Z Downloaded crossbeam-deque v0.8.6
7102026-04-14T21:01:52.171Z Downloaded console v0.15.11
7112026-04-14T21:01:52.171Z Downloaded der_derive v0.7.3
7122026-04-14T21:01:52.174Z Downloaded darling v0.21.3
7132026-04-14T21:01:52.177Z Downloaded hostname v0.3.1
7142026-04-14T21:01:52.178Z Downloaded home v0.5.12
7152026-04-14T21:01:52.178Z Downloaded derive_builder_core v0.20.2
7162026-04-14T21:01:52.178Z Downloaded bzip2 v0.6.1
7172026-04-14T21:01:52.184Z Downloaded hostname v0.4.2
7182026-04-14T21:01:52.184Z Downloaded cbc v0.1.2
7192026-04-14T21:01:52.187Z Downloaded deranged v0.5.8
7202026-04-14T21:01:52.187Z Downloaded byte-wrapper v0.1.0
7212026-04-14T21:01:52.187Z Downloaded buf-list v1.1.2
7222026-04-14T21:01:52.187Z Downloaded bit-vec v0.6.3
7232026-04-14T21:01:52.187Z Downloaded hubpack_derive v0.1.1
7242026-04-14T21:01:52.191Z Downloaded gethostname v0.5.0
7252026-04-14T21:01:52.191Z Downloaded fs_extra v1.3.0
7262026-04-14T21:01:52.191Z Downloaded filetime v0.2.27
7272026-04-14T21:01:52.194Z Downloaded ecdsa v0.16.9
7282026-04-14T21:01:52.194Z Downloaded httpdate v1.0.3
7292026-04-14T21:01:52.194Z Downloaded hyper-tls v0.6.0
7302026-04-14T21:01:52.194Z Downloaded hash32 v0.3.1
7312026-04-14T21:01:52.198Z Downloaded glob v0.3.3
7322026-04-14T21:01:52.198Z Downloaded inout v0.1.4
7332026-04-14T21:01:52.198Z Downloaded indent_write v2.2.0
7342026-04-14T21:01:52.201Z Downloaded darling v0.23.0
7352026-04-14T21:01:52.205Z Downloaded group v0.13.0
7362026-04-14T21:01:52.205Z Downloaded git-stub-vcs v0.1.0
7372026-04-14T21:01:52.205Z Downloaded futures-executor v0.3.32
7382026-04-14T21:01:52.208Z Downloaded ff v0.13.1
7392026-04-14T21:01:52.208Z Downloaded colored v3.1.1
7402026-04-14T21:01:52.208Z Downloaded cexpr v0.6.0
7412026-04-14T21:01:52.211Z Downloaded headers-core v0.3.0
7422026-04-14T21:01:52.212Z Downloaded dropshot_endpoint v0.16.7
7432026-04-14T21:01:52.215Z Downloaded globset v0.4.18
7442026-04-14T21:01:52.215Z Downloaded clang-sys v1.8.1
7452026-04-14T21:01:52.218Z Downloaded cookie_store v0.22.1
7462026-04-14T21:01:52.218Z Downloaded dropshot_endpoint v0.17.0
7472026-04-14T21:01:52.221Z Downloaded indoc v1.0.9
7482026-04-14T21:01:52.221Z Downloaded http-range v0.1.5
7492026-04-14T21:01:52.221Z Downloaded instability v0.3.11
7502026-04-14T21:01:52.225Z Downloaded const-oid v0.9.6
7512026-04-14T21:01:52.225Z Downloaded colored v2.2.0
7522026-04-14T21:01:52.228Z Downloaded blowfish v0.9.1
7532026-04-14T21:01:52.228Z Downloaded elliptic-curve v0.13.8
7542026-04-14T21:01:52.231Z Downloaded ed25519-dalek v2.2.0
7552026-04-14T21:01:52.232Z Downloaded internet-checksum v0.2.1
7562026-04-14T21:01:52.232Z Downloaded derive_builder v0.20.2
7572026-04-14T21:01:52.237Z Downloaded defmt-macros v1.0.1
7582026-04-14T21:01:52.240Z Downloaded http-body v1.0.1
7592026-04-14T21:01:52.240Z Downloaded keccak v0.1.6
7602026-04-14T21:01:52.240Z Downloaded highway v1.3.0
7612026-04-14T21:01:52.240Z Downloaded darling v0.20.11
7622026-04-14T21:01:52.245Z Downloaded hubpack v0.1.2
7632026-04-14T21:01:52.245Z Downloaded chacha20 v0.10.0
7642026-04-14T21:01:52.249Z Downloaded humantime v2.3.0
7652026-04-14T21:01:52.249Z Downloaded ahash v0.8.12
7662026-04-14T21:01:52.249Z Downloaded is_ci v1.2.0
7672026-04-14T21:01:52.249Z Downloaded lazy_static v1.5.0
7682026-04-14T21:01:52.252Z Downloaded getrandom v0.2.17
7692026-04-14T21:01:52.252Z Downloaded fs-err v2.11.0
7702026-04-14T21:01:52.256Z Downloaded instant v0.1.13
7712026-04-14T21:01:52.256Z Downloaded derive_more v0.99.20
7722026-04-14T21:01:52.260Z Downloaded kstat-rs v0.2.4
7732026-04-14T21:01:52.260Z Downloaded derive-where v1.6.0
7742026-04-14T21:01:52.263Z Downloaded futures-channel v0.3.32
7752026-04-14T21:01:52.263Z Downloaded lru-cache v0.1.2
7762026-04-14T21:01:52.263Z Downloaded md5 v0.7.0
7772026-04-14T21:01:52.263Z Downloaded md-5 v0.10.6
7782026-04-14T21:01:52.267Z Downloaded match_cfg v0.1.0
7792026-04-14T21:01:52.267Z Downloaded darling_core v0.20.11
7802026-04-14T21:01:52.270Z Downloaded lru v0.12.5
7812026-04-14T21:01:52.270Z Downloaded mime v0.3.17
7822026-04-14T21:01:52.270Z Downloaded libscf-sys v1.1.0
7832026-04-14T21:01:52.273Z Downloaded multimap v0.10.1
7842026-04-14T21:01:52.273Z Downloaded ingot-types v0.1.2
7852026-04-14T21:01:52.273Z Downloaded lalrpop-util v0.19.12
7862026-04-14T21:01:52.273Z Downloaded impl-trait-for-tuples v0.2.3
7872026-04-14T21:01:52.278Z Downloaded maybe-uninit v2.0.0
7882026-04-14T21:01:52.278Z Downloaded managed v0.8.0
7892026-04-14T21:01:52.278Z Downloaded linked-hash-map v0.5.6
7902026-04-14T21:01:52.278Z Downloaded is-terminal v0.4.17
7912026-04-14T21:01:52.282Z Downloaded allocator-api2 v0.2.21
7922026-04-14T21:01:52.282Z Downloaded maplit v1.0.2
7932026-04-14T21:01:52.282Z Downloaded indoc v2.0.7
7942026-04-14T21:01:52.285Z Downloaded cookie v0.18.1
7952026-04-14T21:01:52.285Z Downloaded darling_core v0.21.3
7962026-04-14T21:01:52.288Z Downloaded newtype-uuid-macros v0.1.0
7972026-04-14T21:01:52.288Z Downloaded newline-converter v0.3.0
7982026-04-14T21:01:52.292Z Downloaded memoffset v0.9.1
7992026-04-14T21:01:52.292Z Downloaded lzss v0.8.2
8002026-04-14T21:01:52.292Z Downloaded cancel-safe-futures v0.1.5
8012026-04-14T21:01:52.295Z Downloaded nibble_vec v0.1.0
8022026-04-14T21:01:52.295Z Downloaded hyper-rustls v0.27.7
8032026-04-14T21:01:52.299Z Downloaded async-compression v0.4.41
8042026-04-14T21:01:52.303Z Downloaded ipnetwork v0.21.1
8052026-04-14T21:01:52.303Z Downloaded ipnet v2.11.0
8062026-04-14T21:01:52.303Z Downloaded hyper-staticfile v0.10.1
8072026-04-14T21:01:52.306Z Downloaded new_debug_unreachable v1.0.6
8082026-04-14T21:01:52.307Z Downloaded flume v0.11.1
8092026-04-14T21:01:52.311Z Downloaded num-iter v0.1.45
8102026-04-14T21:01:52.311Z Downloaded nonempty v0.12.0
8112026-04-14T21:01:52.311Z Downloaded ingot v0.1.1
8122026-04-14T21:01:52.311Z Downloaded darling_core v0.23.0
8132026-04-14T21:01:52.317Z Downloaded opaque-debug v0.3.1
8142026-04-14T21:01:52.317Z Downloaded num_threads v0.1.7
8152026-04-14T21:01:52.317Z Downloaded jobserver v0.1.34
8162026-04-14T21:01:52.324Z Downloaded fatfs v0.3.6
8172026-04-14T21:01:52.324Z Downloaded num-derive v0.4.2
8182026-04-14T21:01:52.325Z Downloaded futures v0.3.32
8192026-04-14T21:01:52.325Z Downloaded flate2 v1.1.9
8202026-04-14T21:01:52.330Z Downloaded linear-map v1.2.0
8212026-04-14T21:01:52.330Z Downloaded lru-slab v0.1.2
8222026-04-14T21:01:52.330Z Downloaded libsw-core v0.3.2
8232026-04-14T21:01:52.330Z Downloaded libsw v3.5.0
8242026-04-14T21:01:52.330Z Downloaded httparse v1.10.1
8252026-04-14T21:01:52.335Z Downloaded libloading v0.8.9
8262026-04-14T21:01:52.335Z Downloaded lock_api v0.4.14
8272026-04-14T21:01:52.335Z Downloaded oso-derive v0.27.3
8282026-04-14T21:01:52.335Z Downloaded openssl-macros v0.1.1
8292026-04-14T21:01:52.340Z Downloaded derive_more v2.1.1
8302026-04-14T21:01:52.345Z Downloaded normalize-line-endings v0.3.0
8312026-04-14T21:01:52.345Z Downloaded native-tls v0.2.18
8322026-04-14T21:01:52.345Z Downloaded http-body-util v0.1.3
8332026-04-14T21:01:52.345Z Downloaded mime_guess v2.0.5
8342026-04-14T21:01:52.349Z Downloaded half v2.7.1
8352026-04-14T21:01:52.349Z Downloaded compact_str v0.8.1
8362026-04-14T21:01:52.353Z Downloaded chacha20poly1305 v0.10.1
8372026-04-14T21:01:52.354Z Downloaded bytes v1.11.1
8382026-04-14T21:01:52.357Z Downloaded const_format v0.2.35
8392026-04-14T21:01:52.357Z Downloaded arc-swap v1.8.2
8402026-04-14T21:01:52.362Z Downloaded half v1.8.3
8412026-04-14T21:01:52.362Z Downloaded nanorand v0.7.0
8422026-04-14T21:01:52.367Z Downloaded pbkdf2 v0.12.2
8432026-04-14T21:01:52.368Z Downloaded ingot-macros v0.1.1
8442026-04-14T21:01:52.368Z Downloaded parse-size v1.1.0
8452026-04-14T21:01:52.368Z Downloaded parse-display v0.10.0
8462026-04-14T21:01:52.368Z Downloaded crossbeam-channel v0.5.15
8472026-04-14T21:01:52.372Z Downloaded nodrop v0.1.14
8482026-04-14T21:01:52.372Z Downloaded multer v3.1.0
8492026-04-14T21:01:52.372Z Downloaded num-derive v0.3.3
8502026-04-14T21:01:52.372Z Downloaded crypto-bigint v0.5.5
8512026-04-14T21:01:52.377Z Downloaded litrs v1.0.0
8522026-04-14T21:01:52.381Z Downloaded num-integer v0.1.46
8532026-04-14T21:01:52.393Z Downloaded precomputed-hash v0.1.1
8542026-04-14T21:01:52.396Z Downloaded phf_shared v0.13.1
8552026-04-14T21:01:52.396Z Downloaded phf_shared v0.12.1
8562026-04-14T21:01:52.396Z Downloaded pbkdf2 v0.11.0
8572026-04-14T21:01:52.396Z Downloaded openssl-probe v0.2.1
8582026-04-14T21:01:52.400Z Downloaded heapless v0.7.17
8592026-04-14T21:01:52.400Z Downloaded getrandom v0.4.1
8602026-04-14T21:01:52.404Z Downloaded oxnet v0.1.4
8612026-04-14T21:01:52.404Z Downloaded packed_struct v0.10.1
8622026-04-14T21:01:52.404Z Downloaded owo-colors v4.3.0
8632026-04-14T21:01:52.408Z Downloaded nu-ansi-term v0.50.3
8642026-04-14T21:01:52.408Z Downloaded predicates-core v1.0.10
8652026-04-14T21:01:52.408Z Downloaded memmap2 v0.9.10
8662026-04-14T21:01:52.411Z Downloaded phf_shared v0.11.3
8672026-04-14T21:01:52.411Z Downloaded olpc-cjson v0.1.4
8682026-04-14T21:01:52.411Z Downloaded bumpalo v3.20.2
8692026-04-14T21:01:52.415Z Downloaded der v0.7.10
8702026-04-14T21:01:52.419Z Downloaded packed_struct_codegen v0.10.1
8712026-04-14T21:01:52.419Z Downloaded base64 v0.21.7
8722026-04-14T21:01:52.419Z Downloaded proc-macro-crate v1.3.1
8732026-04-14T21:01:52.422Z Downloaded ar_archive_writer v0.5.1
8742026-04-14T21:01:52.422Z Downloaded num-complex v0.4.6
8752026-04-14T21:01:52.426Z Downloaded progenitor-client v0.10.0
8762026-04-14T21:01:52.426Z Downloaded newtype-uuid v1.3.2
8772026-04-14T21:01:52.426Z Downloaded password-hash v0.4.2
8782026-04-14T21:01:52.426Z Downloaded parse-display-derive v0.10.0
8792026-04-14T21:01:52.429Z Downloaded indexmap v1.9.3
8802026-04-14T21:01:52.429Z Downloaded hmac v0.12.1
8812026-04-14T21:01:52.429Z Downloaded progenitor-client v0.11.2
8822026-04-14T21:01:52.433Z Downloaded openssl-probe v0.1.6
8832026-04-14T21:01:52.433Z Downloaded progenitor-macro v0.13.0
8842026-04-14T21:01:52.433Z Downloaded progenitor-macro v0.11.2
8852026-04-14T21:01:52.433Z Downloaded progenitor-macro v0.10.0
8862026-04-14T21:01:52.433Z Downloaded proc-macro-crate v3.4.0
8872026-04-14T21:01:52.439Z Downloaded libefi-sys v0.1.0
8882026-04-14T21:01:52.439Z Downloaded iana-time-zone v0.1.65
8892026-04-14T21:01:52.439Z Downloaded radium v0.7.0
8902026-04-14T21:01:52.442Z Downloaded peg-runtime v0.8.5
8912026-04-14T21:01:52.442Z Downloaded path-slash v0.1.5
8922026-04-14T21:01:52.442Z Downloaded quick-error v1.2.3
8932026-04-14T21:01:52.442Z Downloaded crc-any v2.5.0
8942026-04-14T21:01:52.442Z Downloaded num_enum_derive v0.5.11
8952026-04-14T21:01:52.446Z Downloaded newtype_derive v0.1.6
8962026-04-14T21:01:52.446Z Downloaded num-conv v0.2.0
8972026-04-14T21:01:52.446Z Downloaded crossterm v0.29.0
8982026-04-14T21:01:52.449Z Downloaded proc-macro-error-attr2 v2.0.0
8992026-04-14T21:01:52.449Z Downloaded predicates-tree v1.0.13
9002026-04-14T21:01:52.449Z Downloaded pin-project-internal v1.1.11
9012026-04-14T21:01:52.455Z Downloaded num_enum_derive v0.7.5
9022026-04-14T21:01:52.455Z Downloaded pin-utils v0.1.0
9032026-04-14T21:01:52.455Z Downloaded powerfmt v0.2.0
9042026-04-14T21:01:52.455Z Downloaded polyval v0.6.2
9052026-04-14T21:01:52.455Z Downloaded phf v0.13.1
9062026-04-14T21:01:52.459Z Downloaded rand_chacha v0.3.1
9072026-04-14T21:01:52.459Z Downloaded derive_more-impl v2.1.1
9082026-04-14T21:01:52.459Z Downloaded pem v3.0.6
9092026-04-14T21:01:52.462Z Downloaded postgres-protocol v0.6.10
9102026-04-14T21:01:52.462Z Downloaded parking_lot_core v0.8.6
9112026-04-14T21:01:52.466Z Downloaded libbz2-rs-sys v0.2.2
9122026-04-14T21:01:52.466Z Downloaded cc v1.2.56
9132026-04-14T21:01:52.469Z Downloaded peg-macros v0.8.5
9142026-04-14T21:01:52.469Z Downloaded pem-rfc7468 v0.7.0
9152026-04-14T21:01:52.469Z Downloaded peg v0.8.5
9162026-04-14T21:01:52.473Z Downloaded oxide-tokio-rt v0.1.3
9172026-04-14T21:01:52.473Z Downloaded num v0.4.3
9182026-04-14T21:01:52.473Z Downloaded convert_case v0.10.0
9192026-04-14T21:01:52.478Z Downloaded console v0.16.2
9202026-04-14T21:01:52.478Z Downloaded ciborium v0.2.2
9212026-04-14T21:01:52.481Z Downloaded omicron-zone-package v0.12.2
9222026-04-14T21:01:52.481Z Downloaded paste v1.0.15
9232026-04-14T21:01:52.481Z Downloaded indicatif v0.18.4
9242026-04-14T21:01:52.484Z Downloaded predicates v3.1.4
9252026-04-14T21:01:52.494Z Downloaded headers v0.4.1
9262026-04-14T21:01:52.494Z Downloaded des v0.8.1
9272026-04-14T21:01:52.494Z Downloaded parking_lot v0.12.5
9282026-04-14T21:01:52.494Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-04-14T21:01:52.494Z Downloaded parking_lot_core v0.9.12
9302026-04-14T21:01:52.494Z Downloaded password-hash v0.5.0
9312026-04-14T21:01:52.497Z Downloaded psl-types v2.0.11
9322026-04-14T21:01:52.497Z Downloaded hickory-resolver v0.24.4
9332026-04-14T21:01:52.500Z Downloaded psm v0.1.30
9342026-04-14T21:01:52.501Z Downloaded progenitor v0.13.0
9352026-04-14T21:01:52.501Z Downloaded primeorder v0.13.6
9362026-04-14T21:01:52.504Z Downloaded ppv-lite86 v0.2.21
9372026-04-14T21:01:52.504Z Downloaded hickory-resolver v0.25.2
9382026-04-14T21:01:52.507Z Downloaded russh-cryptovec v0.7.3
9392026-04-14T21:01:52.507Z Downloaded rtoolbox v0.0.3
9402026-04-14T21:01:52.507Z Downloaded pkg-config v0.3.32
9412026-04-14T21:01:52.510Z Downloaded phf v0.12.1
9422026-04-14T21:01:52.510Z Downloaded miniz_oxide v0.8.9
9432026-04-14T21:01:52.511Z Downloaded diesel_derives v2.3.7
9442026-04-14T21:01:52.516Z Downloaded expectorate v1.2.0
9452026-04-14T21:01:52.520Z Downloaded num_enum v0.7.5
9462026-04-14T21:01:52.520Z Downloaded pkcs8 v0.10.2
9472026-04-14T21:01:52.524Z Downloaded rustc_version v0.4.1
9482026-04-14T21:01:52.524Z Downloaded pkcs5 v0.7.1
9492026-04-14T21:01:52.524Z Downloaded pin-project-lite v0.2.17
9502026-04-14T21:01:52.533Z Downloaded r2d2 v0.8.10
9512026-04-14T21:01:52.533Z Downloaded postgres-types v0.2.12
9522026-04-14T21:01:52.539Z Downloaded poly1305 v0.8.0
9532026-04-14T21:01:52.539Z Downloaded ignore v0.4.25
9542026-04-14T21:01:52.539Z Downloaded p256 v0.13.2
9552026-04-14T21:01:52.539Z Downloaded rand_core v0.10.0
9562026-04-14T21:01:52.539Z Downloaded rand_core v0.9.5
9572026-04-14T21:01:52.543Z Downloaded rand_core v0.6.4
9582026-04-14T21:01:52.543Z Downloaded rand_chacha v0.9.0
9592026-04-14T21:01:52.543Z Downloaded num-rational v0.4.2
9602026-04-14T21:01:52.543Z Downloaded heapless v0.8.0
9612026-04-14T21:01:52.543Z Downloaded rand_xorshift v0.4.0
9622026-04-14T21:01:52.543Z Downloaded async-bb8-diesel v0.2.1
9632026-04-14T21:01:52.547Z Downloaded salsa20 v0.10.2
9642026-04-14T21:01:52.547Z Downloaded async-trait v0.1.89
9652026-04-14T21:01:52.550Z Downloaded progenitor-extras v0.1.1
9662026-04-14T21:01:52.550Z Downloaded pkcs1 v0.7.5
9672026-04-14T21:01:52.550Z Downloaded oso v0.27.3
9682026-04-14T21:01:52.553Z Downloaded progenitor v0.10.0
9692026-04-14T21:01:52.553Z Downloaded parking_lot v0.11.2
9702026-04-14T21:01:52.557Z Downloaded ref-cast-impl v1.0.25
9712026-04-14T21:01:52.557Z Downloaded recursive v0.1.1
9722026-04-14T21:01:52.557Z Downloaded postcard v1.1.3
9732026-04-14T21:01:52.561Z Downloaded http v1.4.0
9742026-04-14T21:01:52.561Z Downloaded progenitor-client v0.13.0
9752026-04-14T21:01:52.564Z Downloaded num_enum v0.5.11
9762026-04-14T21:01:52.564Z Downloaded crossbeam-epoch v0.9.18
9772026-04-14T21:01:52.568Z Downloaded ident_case v1.0.1
9782026-04-14T21:01:52.572Z Downloaded sapling-renderdag v0.1.0
9792026-04-14T21:01:52.572Z Downloaded scroll_derive v0.13.1
9802026-04-14T21:01:52.572Z Downloaded scopeguard v1.2.0
9812026-04-14T21:01:52.576Z Downloaded same-file v1.0.6
9822026-04-14T21:01:52.576Z Downloaded hickory-server v0.25.2
9832026-04-14T21:01:52.580Z Downloaded quinn-udp v0.5.14
9842026-04-14T21:01:52.580Z Downloaded resolv-conf v0.7.6
9852026-04-14T21:01:52.584Z Downloaded scrypt v0.11.0
9862026-04-14T21:01:52.584Z Downloaded rfc6979 v0.4.0
9872026-04-14T21:01:52.587Z Downloaded pin-project v1.1.11
9882026-04-14T21:01:52.593Z Downloaded secrecy v0.10.3
9892026-04-14T21:01:52.596Z Downloaded serde_repr v0.1.20
9902026-04-14T21:01:52.596Z Downloaded serde_urlencoded v0.7.1
9912026-04-14T21:01:52.596Z Downloaded ref-cast v1.0.25
9922026-04-14T21:01:52.600Z Downloaded jiff-static v0.2.21
9932026-04-14T21:01:52.600Z Downloaded rand_seeder v0.4.0
9942026-04-14T21:01:52.603Z Downloaded progenitor v0.11.2
9952026-04-14T21:01:52.603Z Downloaded secrecy v0.8.0
9962026-04-14T21:01:52.603Z Downloaded proc-macro-error2 v2.0.1
9972026-04-14T21:01:52.607Z Downloaded papergrid v0.17.0
9982026-04-14T21:01:52.610Z Downloaded rustls-native-certs v0.8.3
9992026-04-14T21:01:52.615Z Downloaded sigpipe v0.1.3
10002026-04-14T21:01:52.618Z Downloaded hashbrown v0.13.2
10012026-04-14T21:01:52.618Z Downloaded rustversion v1.0.22
10022026-04-14T21:01:52.621Z Downloaded rustls-pemfile v1.0.4
10032026-04-14T21:01:52.621Z Downloaded mio v1.1.1
10042026-04-14T21:01:52.624Z Downloaded prefix-trie v0.7.0
10052026-04-14T21:01:52.627Z Downloaded hyper-util v0.1.20
10062026-04-14T21:01:52.631Z Downloaded semver v0.1.20
10072026-04-14T21:01:52.631Z Downloaded signal-hook-tokio v0.3.1
10082026-04-14T21:01:52.634Z Downloaded signal-hook-mio v0.2.5
10092026-04-14T21:01:52.634Z Downloaded rustc_version v0.1.7
10102026-04-14T21:01:52.634Z Downloaded openssl-sys v0.9.111
10112026-04-14T21:01:52.638Z Downloaded rustls-pemfile v2.2.0
10122026-04-14T21:01:52.638Z Downloaded serde_plain v1.0.2
10132026-04-14T21:01:52.641Z Downloaded shell-words v1.1.1
10142026-04-14T21:01:52.641Z Downloaded serde_spanned v1.0.4
10152026-04-14T21:01:52.641Z Downloaded rustc-hash v2.1.1
10162026-04-14T21:01:52.648Z Downloaded sct v0.7.1
10172026-04-14T21:01:52.651Z Downloaded scroll v0.13.0
10182026-04-14T21:01:52.655Z Downloaded serde_bytes v0.11.19
10192026-04-14T21:01:52.662Z Downloaded russh-keys v0.45.0
10202026-04-14T21:01:52.665Z Downloaded serde-big-array v0.5.1
10212026-04-14T21:01:52.668Z Downloaded serde-hex v0.1.0
10222026-04-14T21:01:52.673Z Downloaded scheduled-thread-pool v0.2.7
10232026-04-14T21:01:52.676Z Downloaded minimal-lexical v0.2.1
10242026-04-14T21:01:52.680Z Downloaded rusty-fork v0.3.1
10252026-04-14T21:01:52.683Z Downloaded pretty_assertions v1.4.1
10262026-04-14T21:01:52.687Z Downloaded aes-gcm v0.10.3
10272026-04-14T21:01:52.692Z Downloaded sha1 v0.10.6
10282026-04-14T21:01:52.695Z Downloaded signature v2.2.0
10292026-04-14T21:01:52.698Z Downloaded structmeta v0.3.0
10302026-04-14T21:01:52.698Z Downloaded ssh-cipher v0.2.0
10312026-04-14T21:01:52.698Z Downloaded strum v0.26.3
10322026-04-14T21:01:52.702Z Downloaded progenitor-impl v0.10.0
10332026-04-14T21:01:52.702Z Downloaded prettyplease v0.2.37
10342026-04-14T21:01:52.708Z Downloaded slog-bunyan v2.5.0
10352026-04-14T21:01:52.711Z Downloaded slog-envlogger v2.2.0
10362026-04-14T21:01:52.715Z Downloaded schemars_derive v0.8.22
10372026-04-14T21:01:52.718Z Downloaded tabled_derive v0.11.0
10382026-04-14T21:01:52.718Z Downloaded structmeta-derive v0.3.0
10392026-04-14T21:01:52.723Z Downloaded itertools v0.10.5
10402026-04-14T21:01:52.727Z Downloaded slog-stdlog v4.1.1
10412026-04-14T21:01:52.727Z Downloaded slog-json v2.6.1
10422026-04-14T21:01:52.727Z Downloaded aws-lc-rs v1.16.0
10432026-04-14T21:01:52.736Z Downloaded tagptr v0.2.0
10442026-04-14T21:01:52.740Z Downloaded tap v1.0.1
10452026-04-14T21:01:52.740Z Downloaded ssh-encoding v0.2.0
10462026-04-14T21:01:52.740Z Downloaded sqlparser_derive v0.5.0
10472026-04-14T21:01:52.740Z Downloaded serde_path_to_error v0.1.20
10482026-04-14T21:01:52.740Z Downloaded take_mut v0.2.2
10492026-04-14T21:01:52.740Z Downloaded tabwriter v1.4.1
10502026-04-14T21:01:52.740Z Downloaded quinn v0.11.9
10512026-04-14T21:01:52.743Z Downloaded smf v0.2.3
10522026-04-14T21:01:52.743Z Downloaded siphasher v1.0.2
10532026-04-14T21:01:52.747Z Downloaded rcgen v0.12.1
10542026-04-14T21:01:52.750Z Downloaded sync_wrapper v1.0.2
10552026-04-14T21:01:52.750Z Downloaded ron v0.8.1
10562026-04-14T21:01:52.754Z Downloaded subtle v2.6.1
10572026-04-14T21:01:52.754Z Downloaded slab v0.4.12
10582026-04-14T21:01:52.757Z Downloaded thread-id v5.1.0
10592026-04-14T21:01:52.757Z Downloaded termtree v0.5.1
10602026-04-14T21:01:52.757Z Downloaded signal-hook-registry v1.4.8
10612026-04-14T21:01:52.763Z Downloaded shlex v1.3.0
10622026-04-14T21:01:52.763Z Downloaded seq-macro v0.3.6
10632026-04-14T21:01:52.763Z Downloaded ryu v1.0.23
10642026-04-14T21:01:52.763Z Downloaded rustls-pki-types v1.14.0
10652026-04-14T21:01:52.763Z Downloaded hashbrown v0.15.5
10662026-04-14T21:01:52.767Z Downloaded hashbrown v0.12.3
10672026-04-14T21:01:52.770Z Downloaded sec1 v0.7.3
10682026-04-14T21:01:52.770Z Downloaded num-bigint v0.4.6
10692026-04-14T21:01:52.773Z Downloaded tinyvec_macros v0.1.1
10702026-04-14T21:01:52.773Z Downloaded stringprep v0.1.5
10712026-04-14T21:01:52.777Z Downloaded static_assertions v1.1.0
10722026-04-14T21:01:52.777Z Downloaded slog-term v2.9.2
10732026-04-14T21:01:52.777Z Downloaded simd-adler32 v0.3.8
10742026-04-14T21:01:52.780Z Downloaded progenitor-impl v0.11.2
10752026-04-14T21:01:52.780Z Downloaded slog-async v2.8.0
10762026-04-14T21:01:52.780Z Downloaded rustls-platform-verifier v0.6.2
10772026-04-14T21:01:52.783Z Downloaded nom v7.1.3
10782026-04-14T21:01:52.787Z Downloaded supports-color v3.0.2
10792026-04-14T21:01:52.787Z Downloaded support-bundle-viewer v0.1.2
10802026-04-14T21:01:52.790Z Downloaded strum_macros v0.26.4
10812026-04-14T21:01:52.790Z Downloaded slog-scope v4.4.1
10822026-04-14T21:01:52.790Z Downloaded serde_cbor v0.11.2
10832026-04-14T21:01:52.794Z Downloaded futures-util v0.3.32
10842026-04-14T21:01:52.799Z Downloaded testing_table v0.3.0
10852026-04-14T21:01:52.803Z Downloaded sync-ptr v0.1.4
10862026-04-14T21:01:52.803Z Downloaded strum_macros v0.27.2
10872026-04-14T21:01:52.803Z Downloaded sqlformat v0.3.5
10882026-04-14T21:01:52.803Z Downloaded serde_with_macros v3.17.0
10892026-04-14T21:01:52.806Z Downloaded strum v0.27.2
10902026-04-14T21:01:52.806Z Downloaded progenitor-impl v0.13.0
10912026-04-14T21:01:52.806Z Downloaded slog-dtrace v0.3.0
10922026-04-14T21:01:52.810Z Downloaded bitvec v1.0.1
10932026-04-14T21:01:52.815Z Downloaded schemars v0.8.22
10942026-04-14T21:01:52.821Z Downloaded time-core v0.1.8
10952026-04-14T21:01:52.824Z Downloaded strip-ansi-escapes v0.2.1
10962026-04-14T21:01:52.824Z Downloaded libxml v0.3.3
10972026-04-14T21:01:52.829Z Downloaded iri-string v0.7.10
10982026-04-14T21:01:52.833Z Downloaded serde_derive_internals v0.29.1
10992026-04-14T21:01:52.833Z Downloaded rayon-core v1.13.0
11002026-04-14T21:01:52.839Z Downloaded thread_local v1.1.9
11012026-04-14T21:01:52.842Z Downloaded signal-hook v0.3.18
11022026-04-14T21:01:52.842Z Downloaded aho-corasick v1.1.4
11032026-04-14T21:01:52.846Z Downloaded stacker v0.1.23
11042026-04-14T21:01:52.849Z Downloaded time-macros v0.2.27
11052026-04-14T21:01:52.854Z Downloaded topological-sort v0.2.2
11062026-04-14T21:01:52.854Z Downloaded h2 v0.4.13
11072026-04-14T21:01:52.861Z Downloaded termios v0.3.3
11082026-04-14T21:01:52.861Z Downloaded strum_macros v0.24.3
11092026-04-14T21:01:52.861Z Downloaded string_cache v0.8.9
11102026-04-14T21:01:52.868Z Downloaded libm v0.2.16
11112026-04-14T21:01:52.872Z Downloaded try-lock v0.2.5
11122026-04-14T21:01:52.872Z Downloaded trait-variant v0.1.2
11132026-04-14T21:01:52.872Z Downloaded tower-service v0.3.3
11142026-04-14T21:01:52.872Z Downloaded tokio-dtrace v0.1.1
11152026-04-14T21:01:52.872Z Downloaded smallvec v0.6.14
11162026-04-14T21:01:52.876Z Downloaded slog v2.8.2
11172026-04-14T21:01:52.876Z Downloaded num-bigint-dig v0.8.6
11182026-04-14T21:01:52.880Z Downloaded snafu-derive v0.8.9
11192026-04-14T21:01:52.880Z Downloaded tokio-native-tls v0.3.1
11202026-04-14T21:01:52.880Z Downloaded rsa v0.9.10
11212026-04-14T21:01:52.884Z Downloaded tokio-tungstenite v0.23.1
11222026-04-14T21:01:52.884Z Downloaded tokio-rustls v0.25.0
11232026-04-14T21:01:52.888Z Downloaded thiserror-no-std v2.0.2
11242026-04-14T21:01:52.888Z Downloaded unarray v0.1.4
11252026-04-14T21:01:52.891Z Downloaded tokio-macros v2.6.0
11262026-04-14T21:01:52.891Z Downloaded thiserror-impl-no-std v2.0.2
11272026-04-14T21:01:52.891Z Downloaded unicode-truncate v1.1.0
11282026-04-14T21:01:52.891Z Downloaded typify-macro v0.4.3
11292026-04-14T21:01:52.891Z Downloaded hyper v1.8.1
11302026-04-14T21:01:52.895Z Downloaded tokio-tungstenite v0.21.0
11312026-04-14T21:01:52.898Z Downloaded tiny-keccak v2.0.2
11322026-04-14T21:01:52.898Z Downloaded rand v0.10.0
11332026-04-14T21:01:52.902Z Downloaded serde_yaml v0.9.34+deprecated
11342026-04-14T21:01:52.902Z Downloaded iddqd v0.3.17
11352026-04-14T21:01:52.907Z Downloaded typify-macro v0.6.1
11362026-04-14T21:01:52.911Z Downloaded tower-layer v0.3.3
11372026-04-14T21:01:52.911Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-04-14T21:01:52.911Z Downloaded tls_codec_derive v0.4.2
11392026-04-14T21:01:52.911Z Downloaded spki v0.7.3
11402026-04-14T21:01:52.911Z Downloaded unit-prefix v0.5.2
11412026-04-14T21:01:52.914Z Downloaded itertools v0.13.0
11422026-04-14T21:01:52.919Z Downloaded usdt-macro v0.6.0
11432026-04-14T21:01:52.919Z Downloaded usdt v0.6.0
11442026-04-14T21:01:52.919Z Downloaded untrusted v0.9.0
11452026-04-14T21:01:52.919Z Downloaded universal-hash v0.5.1
11462026-04-14T21:01:52.922Z Downloaded untrusted v0.7.1
11472026-04-14T21:01:52.922Z Downloaded qorb v0.4.1
11482026-04-14T21:01:52.922Z Downloaded utf-8 v0.7.6
11492026-04-14T21:01:52.922Z Downloaded rustls-webpki v0.103.9
11502026-04-14T21:01:52.926Z Downloaded term v1.2.1
11512026-04-14T21:01:52.926Z Downloaded term v0.7.0
11522026-04-14T21:01:52.930Z Downloaded socket2 v0.5.10
11532026-04-14T21:01:52.930Z Downloaded rand v0.9.2
11542026-04-14T21:01:52.933Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-04-14T21:01:52.933Z Downloaded similar v2.7.0
11562026-04-14T21:01:52.936Z Downloaded usdt-attr-macro v0.6.0
11572026-04-14T21:01:52.936Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-04-14T21:01:52.936Z Downloaded samael v0.0.19
11592026-04-14T21:01:52.943Z Downloaded wait-timeout v0.2.1
11602026-04-14T21:01:52.947Z Downloaded waitgroup v0.1.2
11612026-04-14T21:01:52.947Z Downloaded spin v0.9.8
11622026-04-14T21:01:52.947Z Downloaded hkdf v0.12.4
11632026-04-14T21:01:52.947Z Downloaded void v1.0.2
11642026-04-14T21:01:52.947Z Downloaded schemars v0.9.0
11652026-04-14T21:01:52.951Z Downloaded publicsuffix v2.3.0
11662026-04-14T21:01:52.954Z Downloaded schemars v1.2.1
11672026-04-14T21:01:52.961Z Downloaded tui-tree-widget v0.23.1
11682026-04-14T21:01:52.964Z Downloaded socket2 v0.6.2
11692026-04-14T21:01:52.964Z Downloaded rand v0.8.5
11702026-04-14T21:01:52.968Z Downloaded tokio-rustls v0.26.4
11712026-04-14T21:01:52.968Z Downloaded xattr v1.6.1
11722026-04-14T21:01:52.968Z Downloaded want v0.3.1
11732026-04-14T21:01:52.971Z Downloaded snafu v0.8.9
11742026-04-14T21:01:52.975Z Downloaded tls_codec v0.4.2
11752026-04-14T21:01:52.975Z Downloaded itertools v0.14.0
11762026-04-14T21:01:52.979Z Downloaded tokio-stream v0.1.18
11772026-04-14T21:01:52.982Z Downloaded tokio-rustls v0.24.1
11782026-04-14T21:01:52.982Z Downloaded itertools v0.12.1
11792026-04-14T21:01:52.986Z Downloaded xshell-macros v0.2.7
11802026-04-14T21:01:52.986Z Downloaded uzers v0.12.2
11812026-04-14T21:01:52.992Z Downloaded p521 v0.13.3
11822026-04-14T21:01:52.995Z Downloaded tracing-attributes v0.1.31
11832026-04-14T21:01:52.999Z Downloaded toml_parser v1.0.9+spec-1.1.0
11842026-04-14T21:01:53.002Z Downloaded zone_cfg_derive v0.3.1
11852026-04-14T21:01:53.011Z Downloaded vergen-lib v0.1.6
11862026-04-14T21:01:53.020Z Downloaded vergen-gitcl v1.0.8
11872026-04-14T21:01:53.020Z Downloaded vergen-git2 v1.0.7
11882026-04-14T21:01:53.025Z Downloaded test-strategy v0.4.5
11892026-04-14T21:01:53.025Z Downloaded subprocess v0.2.15
11902026-04-14T21:01:53.025Z Downloaded walkdir v2.5.0
11912026-04-14T21:01:53.025Z Downloaded vsss-rs v3.3.4
11922026-04-14T21:01:53.025Z Downloaded whoami v1.6.1
11932026-04-14T21:01:53.030Z Downloaded zeroize_derive v1.4.3
11942026-04-14T21:01:53.030Z Downloaded twox-hash v2.1.2
11952026-04-14T21:01:53.034Z Downloaded wyz v0.5.1
11962026-04-14T21:01:53.037Z Downloaded toml v0.9.12+spec-1.1.0
11972026-04-14T21:01:53.037Z Downloaded tar v0.4.45
11982026-04-14T21:01:53.041Z Downloaded unicase v2.9.0
11992026-04-14T21:01:53.041Z Downloaded toml v0.7.8
12002026-04-14T21:01:53.047Z Downloaded tinyvec v1.10.0
12012026-04-14T21:01:53.047Z Downloaded usdt-impl v0.6.0
12022026-04-14T21:01:53.050Z Downloaded unicode-properties v0.1.4
12032026-04-14T21:01:53.053Z Downloaded vergen v9.0.6
12042026-04-14T21:01:53.053Z Downloaded zone v0.3.1
12052026-04-14T21:01:53.057Z Downloaded xshell v0.2.7
12062026-04-14T21:01:53.057Z Downloaded rpassword v7.4.0
12072026-04-14T21:01:53.061Z Downloaded tracing-core v0.1.36
12082026-04-14T21:01:53.065Z Downloaded typify v0.6.1
12092026-04-14T21:01:53.065Z Downloaded whoami v2.1.0
12102026-04-14T21:01:53.068Z Downloaded zstd-safe v7.2.4
12112026-04-14T21:01:53.071Z Downloaded rustyline v14.0.0
12122026-04-14T21:01:53.075Z Downloaded blake3 v1.8.3
12132026-04-14T21:01:53.079Z Downloaded typify v0.4.3
12142026-04-14T21:01:53.094Z Downloaded tungstenite v0.21.0
12152026-04-14T21:01:53.097Z Downloaded toml v1.0.6+spec-1.1.0
12162026-04-14T21:01:53.101Z Downloaded unicode-bidi v0.3.18
12172026-04-14T21:01:53.101Z Downloaded zeroize v1.8.2
12182026-04-14T21:01:53.113Z Downloaded yasna v0.5.2
12192026-04-14T21:01:53.117Z Downloaded git2 v0.20.4
12202026-04-14T21:01:53.120Z Downloaded uuid v1.23.0
12212026-04-14T21:01:53.123Z Downloaded ssh-key v0.6.7
12222026-04-14T21:01:53.127Z Downloaded zerocopy v0.6.6
12232026-04-14T21:01:53.127Z Downloaded russh v0.45.0
12242026-04-14T21:01:53.130Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-04-14T21:01:53.133Z Downloaded chrono v0.4.44
12262026-04-14T21:01:53.138Z Downloaded zstd v0.13.3
12272026-04-14T21:01:53.141Z Downloaded steno v0.4.1
12282026-04-14T21:01:53.141Z Downloaded tungstenite v0.23.0
12292026-04-14T21:01:53.146Z Downloaded goblin v0.10.5
12302026-04-14T21:01:53.150Z Downloaded vte v0.14.1
12312026-04-14T21:01:53.154Z Downloaded lalrpop v0.19.12
12322026-04-14T21:01:53.158Z Downloaded zopfli v0.8.3
12332026-04-14T21:01:53.162Z Downloaded regex v1.12.3
12342026-04-14T21:01:53.165Z Downloaded unsafe-libyaml v0.2.11
12352026-04-14T21:01:53.172Z Downloaded toml_edit v0.19.15
12362026-04-14T21:01:53.181Z Downloaded portable-atomic v1.13.1
12372026-04-14T21:01:53.188Z Downloaded reedline v0.40.0
12382026-04-14T21:01:53.197Z Downloaded p384 v0.13.1
12392026-04-14T21:01:53.202Z Downloaded tokio-postgres v0.7.16
12402026-04-14T21:01:53.205Z Downloaded reqwest v0.12.28
12412026-04-14T21:01:53.216Z Downloaded rayon v1.11.0
12422026-04-14T21:01:53.226Z Downloaded zip v0.6.6
12432026-04-14T21:01:53.230Z Downloaded zerocopy-derive v0.8.40
12442026-04-14T21:01:53.234Z Downloaded yansi v1.0.1
12452026-04-14T21:01:53.239Z Downloaded moka v0.12.13
12462026-04-14T21:01:53.243Z Downloaded typed-path v0.9.3
12472026-04-14T21:01:53.249Z Downloaded unicode-segmentation v1.12.0
12482026-04-14T21:01:53.249Z Downloaded quick-xml v0.37.5
12492026-04-14T21:01:53.253Z Downloaded petname v2.0.2
12502026-04-14T21:01:53.253Z Downloaded curve25519-dalek v4.1.3
12512026-04-14T21:01:53.258Z Downloaded unicode_categories v0.1.1
12522026-04-14T21:01:53.264Z Downloaded rustls-webpki v0.101.7
12532026-04-14T21:01:53.269Z Downloaded tower v0.5.3
12542026-04-14T21:01:53.274Z Downloaded salty v0.3.0
12552026-04-14T21:01:53.278Z Downloaded reqwest v0.13.2
12562026-04-14T21:01:53.281Z Downloaded bindgen v0.71.1
12572026-04-14T21:01:53.289Z Downloaded x509-cert v0.2.5
12582026-04-14T21:01:53.293Z Downloaded tower-http v0.6.8
12592026-04-14T21:01:53.311Z Downloaded proptest v1.10.0
12602026-04-14T21:01:53.320Z Downloaded object v0.30.4
12612026-04-14T21:01:53.329Z Downloaded tokio-util v0.7.18
12622026-04-14T21:01:53.333Z Downloaded unicode-normalization v0.1.25
12632026-04-14T21:01:53.336Z Downloaded rustls-webpki v0.102.8
12642026-04-14T21:01:53.346Z Downloaded zip v4.6.1
12652026-04-14T21:01:53.350Z Downloaded serde_with v3.17.0
12662026-04-14T21:01:53.358Z Downloaded radix_trie v0.2.1
12672026-04-14T21:01:53.362Z Downloaded diesel v2.3.7
12682026-04-14T21:01:53.373Z Downloaded winnow v0.5.40
12692026-04-14T21:01:53.377Z Downloaded nix v0.29.0
12702026-04-14T21:01:53.382Z Downloaded quinn-proto v0.11.13
12712026-04-14T21:01:53.387Z Downloaded polar-core v0.27.3
12722026-04-14T21:01:53.391Z Downloaded dropshot v0.16.7
12732026-04-14T21:01:53.403Z Downloaded tabled v0.20.0
12742026-04-14T21:01:53.413Z Downloaded winnow v0.6.26
12752026-04-14T21:01:53.417Z Downloaded time v0.3.47
12762026-04-14T21:01:53.425Z Downloaded nix v0.27.1
12772026-04-14T21:01:53.431Z Downloaded nix v0.31.1
12782026-04-14T21:01:53.438Z Downloaded vcpkg v0.2.15
12792026-04-14T21:01:53.461Z Downloaded rustls v0.22.4
12802026-04-14T21:01:53.470Z Downloaded openssl v0.10.75
12812026-04-14T21:01:53.476Z Downloaded hickory-proto v0.25.2
12822026-04-14T21:01:53.482Z Downloaded zerocopy v0.8.40
12832026-04-14T21:01:53.487Z Downloaded object v0.37.3
12842026-04-14T21:01:53.495Z Downloaded dropshot v0.17.0
12852026-04-14T21:01:53.507Z Downloaded nix v0.28.0
12862026-04-14T21:01:53.517Z Downloaded bstr v1.12.1
12872026-04-14T21:01:53.521Z Downloaded smoltcp v0.9.1
12882026-04-14T21:01:53.524Z Downloaded rustix v0.38.44
12892026-04-14T21:01:53.540Z Downloaded rustls v0.21.12
12902026-04-14T21:01:53.543Z Downloaded hickory-proto v0.24.4
12912026-04-14T21:01:53.552Z Downloaded zlib-rs v0.6.2
12922026-04-14T21:01:53.555Z Downloaded regex-syntax v0.6.29
12932026-04-14T21:01:53.559Z Downloaded tough v0.20.0
12942026-04-14T21:01:53.568Z Downloaded regress v0.10.5
12952026-04-14T21:01:53.572Z Downloaded webpki-roots v1.0.6
12962026-04-14T21:01:53.576Z Downloaded typify-impl v0.6.1
12972026-04-14T21:01:53.583Z Downloaded smoltcp v0.11.0
12982026-04-14T21:01:53.591Z Downloaded typify-impl v0.4.3
12992026-04-14T21:01:53.602Z Downloaded rustls v0.23.37
13002026-04-14T21:01:53.608Z Downloaded openapiv3 v2.2.0
13012026-04-14T21:01:53.614Z Downloaded regex-syntax v0.8.10
13022026-04-14T21:01:53.618Z Downloaded sled v0.34.7
13032026-04-14T21:01:53.626Z Downloaded regex-automata v0.4.14
13042026-04-14T21:01:53.647Z Downloaded csv v1.4.0
13052026-04-14T21:01:53.670Z Downloaded sha3 v0.10.8
13062026-04-14T21:01:53.697Z Downloaded sqlparser v0.61.0
13072026-04-14T21:01:53.704Z Downloaded encoding_rs v0.8.35
13082026-04-14T21:01:53.725Z Downloaded ring v0.17.14
13092026-04-14T21:01:53.751Z Downloaded tracing v0.1.44
13102026-04-14T21:01:53.785Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-04-14T21:01:53.792Z Downloaded ratatui v0.29.0
13122026-04-14T21:01:53.828Z Downloaded zerocopy-derive v0.6.6
13132026-04-14T21:01:53.870Z Downloaded petgraph v0.6.5
13142026-04-14T21:01:53.880Z Downloaded jiff v0.2.21
13152026-04-14T21:01:53.891Z Downloaded chrono-tz v0.10.4
13162026-04-14T21:01:53.911Z Downloaded petgraph v0.8.3
13172026-04-14T21:01:53.923Z Downloaded libz-sys v1.1.24
13182026-04-14T21:01:53.935Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-04-14T21:01:53.954Z Downloaded tokio v1.50.0
13202026-04-14T21:01:54.054Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-04-14T21:01:54.590Z Downloaded aws-lc-sys v0.37.1
13222026-04-14T21:01:54.839Z Compiling libc v0.2.180
13232026-04-14T21:01:54.839Z Compiling serde v1.0.228
13242026-04-14T21:01:54.843Z Compiling log v0.4.29
13252026-04-14T21:01:54.843Z Compiling find-msvc-tools v0.1.9
13262026-04-14T21:01:54.843Z Compiling shlex v1.3.0
13272026-04-14T21:01:54.843Z Compiling smallvec v1.15.1
13282026-04-14T21:01:54.843Z Compiling typenum v1.19.0
13292026-04-14T21:01:54.843Z Compiling subtle v2.6.1
13302026-04-14T21:01:54.843Z Compiling generic-array v0.14.7
13312026-04-14T21:01:54.843Z Compiling scopeguard v1.2.0
13322026-04-14T21:01:54.988Z Compiling const-oid v0.9.6
13332026-04-14T21:01:55.044Z Compiling portable-atomic v1.13.1
13342026-04-14T21:01:55.085Z Compiling syn v2.0.117
13352026-04-14T21:01:55.098Z Compiling zerocopy v0.8.40
13362026-04-14T21:01:55.101Z Compiling serde_json v1.0.149
13372026-04-14T21:01:55.112Z Compiling critical-section v1.2.0
13382026-04-14T21:01:55.193Z Compiling lock_api v0.4.14
13392026-04-14T21:01:55.202Z Compiling parking_lot_core v0.9.12
13402026-04-14T21:01:55.219Z Compiling pin-project-lite v0.2.17
13412026-04-14T21:01:55.236Z Compiling pkg-config v0.3.32
13422026-04-14T21:01:55.258Z Compiling bitflags v2.11.0
13432026-04-14T21:01:55.310Z Compiling libm v0.2.16
13442026-04-14T21:01:55.327Z Compiling num-traits v0.2.19
13452026-04-14T21:01:55.358Z Compiling futures-core v0.3.32
13462026-04-14T21:01:55.392Z Compiling percent-encoding v2.3.2
13472026-04-14T21:01:55.438Z Compiling allocator-api2 v0.2.21
13482026-04-14T21:01:55.502Z Compiling futures-sink v0.3.32
13492026-04-14T21:01:55.562Z Compiling cpufeatures v0.2.17
13502026-04-14T21:01:55.577Z Compiling foldhash v0.2.0
13512026-04-14T21:01:55.592Z Compiling getrandom v0.3.4
13522026-04-14T21:01:55.650Z Compiling futures-channel v0.3.32
13532026-04-14T21:01:55.669Z Compiling futures-io v0.3.32
13542026-04-14T21:01:55.673Z Compiling slab v0.4.12
13552026-04-14T21:01:55.703Z Compiling futures-task v0.3.32
13562026-04-14T21:01:55.801Z Compiling hashbrown v0.16.1
13572026-04-14T21:01:55.825Z Compiling rustversion v1.0.22
13582026-04-14T21:01:55.843Z Compiling form_urlencoded v1.2.2
13592026-04-14T21:01:55.856Z Compiling fs_extra v1.3.0
13602026-04-14T21:01:55.872Z Compiling getrandom v0.4.1
13612026-04-14T21:01:55.886Z Compiling dunce v1.0.5
13622026-04-14T21:01:55.903Z Compiling ident_case v1.0.1
13632026-04-14T21:01:55.907Z Compiling base64ct v1.8.3
13642026-04-14T21:01:55.960Z Compiling flagset v0.4.7
13652026-04-14T21:01:56.082Z Compiling getrandom v0.2.17
13662026-04-14T21:01:56.107Z Compiling jobserver v0.1.34
13672026-04-14T21:01:56.107Z Compiling errno v0.3.14
13682026-04-14T21:01:56.162Z Compiling mio v1.1.1
13692026-04-14T21:01:56.206Z Compiling socket2 v0.6.2
13702026-04-14T21:01:56.221Z Compiling pem-rfc7468 v0.7.0
13712026-04-14T21:01:56.265Z Compiling rand_core v0.6.4
13722026-04-14T21:01:56.282Z Compiling once_cell v1.21.3
13732026-04-14T21:01:56.301Z Compiling signal-hook-registry v1.4.8
13742026-04-14T21:01:56.368Z Compiling cc v1.2.56
13752026-04-14T21:01:56.385Z Compiling parking_lot v0.12.5
13762026-04-14T21:01:56.478Z Compiling indexmap v2.13.0
13772026-04-14T21:01:56.524Z Compiling rand_core v0.10.0
13782026-04-14T21:01:56.540Z Compiling rustix v1.1.3
13792026-04-14T21:01:56.543Z Compiling iana-time-zone v0.1.65
13802026-04-14T21:01:56.572Z Compiling rustc_version v0.4.1
13812026-04-14T21:01:56.586Z Compiling rand_core v0.9.5
13822026-04-14T21:01:56.663Z Compiling regex-syntax v0.8.10
13832026-04-14T21:01:56.697Z Compiling aws-lc-rs v1.16.0
13842026-04-14T21:01:56.716Z Compiling vcpkg v0.2.15
13852026-04-14T21:01:56.735Z Compiling tracing-core v0.1.36
13862026-04-14T21:01:56.787Z Compiling schemars v0.8.22
13872026-04-14T21:01:56.803Z Compiling httparse v1.10.1
13882026-04-14T21:01:56.901Z Compiling uuid v1.23.0
13892026-04-14T21:01:56.932Z Compiling base64 v0.22.1
13902026-04-14T21:01:56.948Z Compiling untrusted v0.9.0
13912026-04-14T21:01:56.997Z Compiling untrusted v0.7.1
13922026-04-14T21:01:57.032Z Compiling openssl-probe v0.2.1
13932026-04-14T21:01:57.049Z Compiling tinyvec_macros v0.1.1
13942026-04-14T21:01:57.082Z Compiling tower-layer v0.3.3
13952026-04-14T21:01:57.099Z Compiling dyn-clone v1.0.20
13962026-04-14T21:01:57.150Z Compiling cmake v0.1.57
13972026-04-14T21:01:57.173Z Compiling atomic-waker v1.1.2
13982026-04-14T21:01:57.208Z Compiling tower-service v0.3.3
13992026-04-14T21:01:57.256Z Compiling try-lock v0.2.5
14002026-04-14T21:01:57.272Z Compiling rustls v0.23.37
14012026-04-14T21:01:57.309Z Compiling tinyvec v1.10.0
14022026-04-14T21:01:57.314Z Compiling spin v0.9.8
14032026-04-14T21:01:57.314Z Compiling aho-corasick v1.1.4
14042026-04-14T21:01:57.372Z Compiling want v0.3.1
14052026-04-14T21:01:57.376Z Compiling time-core v0.1.8
14062026-04-14T21:01:57.376Z Compiling pin-utils v0.1.0
14072026-04-14T21:01:57.418Z Compiling crc32fast v1.5.0
14082026-04-14T21:01:57.481Z Compiling httpdate v1.0.3
14092026-04-14T21:01:57.498Z Compiling openssl v0.10.75
14102026-04-14T21:01:57.513Z Compiling foreign-types-shared v0.1.1
14112026-04-14T21:01:57.560Z Compiling num-conv v0.2.0
14122026-04-14T21:01:57.577Z Compiling powerfmt v0.2.0
14132026-04-14T21:01:57.597Z Compiling foreign-types v0.3.2
14142026-04-14T21:01:57.614Z Compiling wait-timeout v0.2.1
14152026-04-14T21:01:57.632Z Compiling socket2 v0.5.10
14162026-04-14T21:01:57.650Z Compiling bit-vec v0.8.0
14172026-04-14T21:01:57.668Z Compiling crossbeam-utils v0.8.21
14182026-04-14T21:01:57.690Z Compiling num_threads v0.1.7
14192026-04-14T21:01:57.721Z Compiling time-macros v0.2.27
14202026-04-14T21:01:57.737Z Compiling deranged v0.5.8
14212026-04-14T21:01:57.741Z Compiling siphasher v1.0.2
14222026-04-14T21:01:57.782Z Compiling usdt-impl v0.6.0
14232026-04-14T21:01:57.812Z Compiling quick-error v1.2.3
14242026-04-14T21:01:57.829Z Compiling syn v1.0.109
14252026-04-14T21:01:57.833Z Compiling native-tls v0.2.18
14262026-04-14T21:01:57.917Z Compiling simd-adler32 v0.3.8
14272026-04-14T21:01:57.935Z Compiling bit-set v0.8.0
14282026-04-14T21:01:57.974Z Compiling unicode-normalization v0.1.25
14292026-04-14T21:01:58.031Z Compiling slog v2.8.2
14302026-04-14T21:01:58.064Z Compiling aws-lc-sys v0.37.1
14312026-04-14T21:01:58.078Z Compiling ring v0.17.14
14322026-04-14T21:01:58.081Z Compiling openssl-sys v0.9.111
14332026-04-14T21:01:58.110Z Compiling synstructure v0.13.2
14342026-04-14T21:01:58.129Z Compiling pest_generator v2.8.6
14352026-04-14T21:01:58.166Z Compiling serde_derive_internals v0.29.1
14362026-04-14T21:01:58.200Z Compiling darling_core v0.20.11
14372026-04-14T21:01:58.215Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-04-14T21:01:58.299Z Compiling tempfile v3.25.0
14392026-04-14T21:01:58.515Z Compiling regex-automata v0.4.14
14402026-04-14T21:01:58.578Z Compiling rusty-fork v0.3.1
14412026-04-14T21:01:58.812Z Compiling darling_core v0.21.3
14422026-04-14T21:01:58.828Z Compiling bzip2-sys v0.1.13+1.0.8
14432026-04-14T21:01:58.832Z Compiling heapless v0.7.17
14442026-04-14T21:01:58.900Z Compiling time v0.3.47
14452026-04-14T21:01:58.936Z Compiling rand_xorshift v0.4.0
14462026-04-14T21:01:58.952Z Compiling thread-id v5.1.0
14472026-04-14T21:01:59.057Z Compiling sync_wrapper v1.0.2
14482026-04-14T21:01:59.105Z Compiling cookie v0.18.1
14492026-04-14T21:01:59.129Z Compiling adler2 v2.0.1
14502026-04-14T21:01:59.155Z Compiling unicode-bidi v0.3.18
14512026-04-14T21:01:59.171Z Compiling zstd-safe v7.2.4
14522026-04-14T21:01:59.193Z Compiling paste v1.0.15
14532026-04-14T21:01:59.209Z Compiling signal-hook v0.3.18
14542026-04-14T21:01:59.213Z Compiling anyhow v1.0.102
14552026-04-14T21:01:59.325Z Compiling unicode-properties v0.1.4
14562026-04-14T21:01:59.345Z Compiling unarray v0.1.4
14572026-04-14T21:01:59.441Z Compiling miniz_oxide v0.8.9
14582026-04-14T21:01:59.539Z Compiling stringprep v0.1.5
14592026-04-14T21:01:59.745Z Compiling num-integer v0.1.46
14602026-04-14T21:01:59.834Z Compiling vergen-lib v0.1.6
14612026-04-14T21:01:59.851Z Compiling curve25519-dalek v4.1.3
14622026-04-14T21:01:59.960Z Compiling serde_derive v1.0.228
14632026-04-14T21:02:00.022Z Compiling zeroize_derive v1.4.3
14642026-04-14T21:02:00.044Z Compiling zerofrom-derive v0.1.6
14652026-04-14T21:02:00.095Z Compiling yoke-derive v0.8.1
14662026-04-14T21:02:00.110Z Compiling zerocopy-derive v0.8.40
14672026-04-14T21:02:00.151Z Compiling zerovec-derive v0.11.2
14682026-04-14T21:02:00.219Z Compiling displaydoc v0.2.5
14692026-04-14T21:02:00.294Z Compiling tokio-macros v2.6.0
14702026-04-14T21:02:00.556Z Compiling futures-macro v0.3.32
14712026-04-14T21:02:00.633Z Compiling der_derive v0.7.3
14722026-04-14T21:02:00.714Z Compiling zeroize v1.8.2
14732026-04-14T21:02:00.998Z Compiling thiserror-impl v2.0.18
14742026-04-14T21:02:01.118Z Compiling rustls-pki-types v1.14.0
14752026-04-14T21:02:01.323Z Compiling tracing-attributes v0.1.31
14762026-04-14T21:02:01.369Z Compiling schemars_derive v0.8.22
14772026-04-14T21:02:01.469Z Compiling pest_derive v2.8.6
14782026-04-14T21:02:01.488Z Compiling zerofrom v0.1.6
14792026-04-14T21:02:01.503Z Compiling crypto-common v0.1.7
14802026-04-14T21:02:01.571Z Compiling block-buffer v0.10.4
14812026-04-14T21:02:01.607Z Compiling yoke v0.8.1
14822026-04-14T21:02:01.648Z Compiling futures-util v0.3.32
14832026-04-14T21:02:01.695Z Compiling block-padding v0.3.3
14842026-04-14T21:02:01.711Z Compiling der v0.7.10
14852026-04-14T21:02:01.768Z Compiling digest v0.10.7
14862026-04-14T21:02:01.821Z Compiling zerovec v0.11.5
14872026-04-14T21:02:01.878Z Compiling zerotrie v0.2.3
14882026-04-14T21:02:01.946Z Compiling inout v0.1.4
14892026-04-14T21:02:02.053Z Compiling hmac v0.12.1
14902026-04-14T21:02:02.145Z Compiling cipher v0.4.4
14912026-04-14T21:02:02.218Z Compiling sha2 v0.10.9
14922026-04-14T21:02:02.233Z Compiling pbkdf2 v0.12.2
14932026-04-14T21:02:02.364Z Compiling tinystr v0.8.2
14942026-04-14T21:02:02.380Z Compiling potential_utf v0.1.4
14952026-04-14T21:02:02.418Z Compiling salsa20 v0.10.2
14962026-04-14T21:02:02.435Z Compiling thiserror v2.0.18
14972026-04-14T21:02:02.576Z Compiling icu_locale_core v2.1.1
14982026-04-14T21:02:02.590Z Compiling icu_collections v2.1.1
14992026-04-14T21:02:02.605Z Compiling spki v0.7.3
15002026-04-14T21:02:02.625Z Compiling scrypt v0.11.0
15012026-04-14T21:02:02.726Z Compiling aes v0.8.4
15022026-04-14T21:02:02.733Z Compiling cbc v0.1.2
15032026-04-14T21:02:02.838Z Compiling tracing v0.1.44
15042026-04-14T21:02:02.854Z Compiling scroll_derive v0.13.1
15052026-04-14T21:02:02.906Z Compiling darling_macro v0.20.11
15062026-04-14T21:02:02.922Z Compiling openssl-macros v0.1.1
15072026-04-14T21:02:02.989Z Compiling dtrace-parser v0.3.0
15082026-04-14T21:02:03.111Z Compiling signature v2.2.0
15092026-04-14T21:02:03.131Z Compiling rustls-native-certs v0.8.3
15102026-04-14T21:02:03.327Z Compiling icu_provider v2.1.1
15112026-04-14T21:02:03.369Z Compiling pkcs5 v0.7.1
15122026-04-14T21:02:03.443Z Compiling darling v0.20.11
15132026-04-14T21:02:03.525Z Compiling derive_builder_core v0.20.2
15142026-04-14T21:02:03.548Z Compiling bytes v1.11.1
15152026-04-14T21:02:03.614Z Compiling icu_properties v2.1.2
15162026-04-14T21:02:03.632Z Compiling icu_normalizer v2.1.1
15172026-04-14T21:02:03.671Z Compiling chrono v0.4.44
15182026-04-14T21:02:03.671Z Compiling ipnet v2.11.0
15192026-04-14T21:02:03.746Z Compiling pkcs8 v0.10.2
15202026-04-14T21:02:03.789Z Compiling scroll v0.13.0
15212026-04-14T21:02:03.848Z Compiling scroll_derive v0.12.1
15222026-04-14T21:02:03.890Z Compiling thiserror-impl v1.0.69
15232026-04-14T21:02:04.014Z Compiling toml_datetime v0.6.11
15242026-04-14T21:02:04.099Z Compiling tokio v1.50.0
15252026-04-14T21:02:04.108Z Compiling http v1.4.0
15262026-04-14T21:02:04.192Z Compiling goblin v0.10.5
15272026-04-14T21:02:04.209Z Compiling erased-serde v0.3.31
15282026-04-14T21:02:04.224Z Compiling serde_tokenstream v0.2.3
15292026-04-14T21:02:04.292Z Compiling serde_spanned v0.6.9
15302026-04-14T21:02:04.442Z Compiling derive_builder_macro v0.20.2
15312026-04-14T21:02:04.457Z Compiling md-5 v0.10.6
15322026-04-14T21:02:04.553Z Compiling ppv-lite86 v0.2.21
15332026-04-14T21:02:04.569Z Compiling idna_adapter v1.2.1
15342026-04-14T21:02:04.651Z Compiling scroll v0.12.0
15352026-04-14T21:02:04.725Z Compiling idna v1.1.0
15362026-04-14T21:02:04.737Z Compiling http-body v1.0.1
15372026-04-14T21:02:04.752Z Compiling darling_macro v0.21.3
15382026-04-14T21:02:04.771Z Compiling webpki-roots v1.0.6
15392026-04-14T21:02:04.910Z Compiling rand_chacha v0.9.0
15402026-04-14T21:02:04.927Z Compiling http-body-util v0.1.3
15412026-04-14T21:02:04.931Z Compiling rand_chacha v0.3.1
15422026-04-14T21:02:04.964Z Compiling zerocopy-derive v0.7.35
15432026-04-14T21:02:04.976Z Compiling ff v0.13.1
15442026-04-14T21:02:05.044Z Compiling url v2.5.8
15452026-04-14T21:02:05.096Z Compiling hash32 v0.2.1
15462026-04-14T21:02:05.138Z Compiling rand v0.9.2
15472026-04-14T21:02:05.207Z Compiling memoffset v0.9.1
15482026-04-14T21:02:05.235Z Compiling thiserror v1.0.69
15492026-04-14T21:02:05.254Z Compiling rustix v0.38.44
15502026-04-14T21:02:05.287Z Compiling smoltcp v0.9.1
15512026-04-14T21:02:05.323Z Compiling fallible-iterator v0.2.0
15522026-04-14T21:02:05.355Z Compiling iri-string v0.7.10
15532026-04-14T21:02:05.419Z Compiling ryu v1.0.23
15542026-04-14T21:02:05.434Z Compiling num-bigint-dig v0.8.6
15552026-04-14T21:02:05.662Z Compiling zlib-rs v0.6.2
15562026-04-14T21:02:05.672Z Compiling base16ct v0.2.0
15572026-04-14T21:02:05.690Z Compiling psl-types v2.0.11
15582026-04-14T21:02:05.695Z Compiling litrs v1.0.0
15592026-04-14T21:02:05.792Z Compiling proptest v1.10.0
15602026-04-14T21:02:05.846Z Compiling cfg_aliases v0.2.1
15612026-04-14T21:02:05.889Z Compiling ref-cast v1.0.25
15622026-04-14T21:02:05.904Z Compiling zerocopy v0.7.35
15632026-04-14T21:02:05.908Z Compiling sec1 v0.7.3
15642026-04-14T21:02:05.941Z Compiling nix v0.31.1
15652026-04-14T21:02:06.002Z Compiling publicsuffix v2.3.0
15662026-04-14T21:02:06.051Z Compiling postgres-protocol v0.6.10
15672026-04-14T21:02:06.286Z Compiling serde_urlencoded v0.7.1
15682026-04-14T21:02:06.306Z Compiling document-features v0.2.12
15692026-04-14T21:02:06.363Z Compiling darling v0.21.3
15702026-04-14T21:02:06.432Z Compiling rand v0.8.5
15712026-04-14T21:02:06.463Z Compiling group v0.13.0
15722026-04-14T21:02:06.476Z Compiling derive_builder v0.20.2
15732026-04-14T21:02:06.547Z Compiling ipnetwork v0.21.1
15742026-04-14T21:02:06.568Z Compiling goblin v0.8.2
15752026-04-14T21:02:06.642Z Compiling hubpack_derive v0.1.1
15762026-04-14T21:02:06.657Z Compiling cargo-platform v0.1.9
15772026-04-14T21:02:06.905Z Compiling oxnet v0.1.4
15782026-04-14T21:02:06.941Z Compiling dof v0.4.0
15792026-04-14T21:02:06.954Z Compiling hkdf v0.12.4
15802026-04-14T21:02:06.960Z Compiling crypto-bigint v0.5.5
15812026-04-14T21:02:06.988Z Compiling regex v1.12.3
15822026-04-14T21:02:07.154Z Compiling num-iter v0.1.45
15832026-04-14T21:02:07.187Z Compiling ref-cast-impl v1.0.25
15842026-04-14T21:02:07.195Z Compiling async-trait v0.1.89
15852026-04-14T21:02:07.205Z Compiling curve25519-dalek-derive v0.1.1
15862026-04-14T21:02:07.308Z Compiling strum_macros v0.27.2
15872026-04-14T21:02:07.324Z Compiling daft-derive v0.1.5
15882026-04-14T21:02:07.792Z Compiling terminal_size v0.4.3
15892026-04-14T21:02:07.923Z Compiling tokio-util v0.7.18
15902026-04-14T21:02:07.991Z Compiling tower v0.5.3
15912026-04-14T21:02:08.025Z Compiling tokio-native-tls v0.3.1
15922026-04-14T21:02:08.064Z Compiling phf_shared v0.13.1
15932026-04-14T21:02:08.122Z Compiling lazy_static v1.5.0
15942026-04-14T21:02:08.172Z Compiling vergen v9.0.6
15952026-04-14T21:02:08.233Z Compiling fs-err v3.3.0
15962026-04-14T21:02:08.247Z Compiling ahash v0.8.12
15972026-04-14T21:02:08.277Z Compiling newtype-uuid v1.3.2
15982026-04-14T21:02:08.348Z Compiling libbz2-rs-sys v0.2.2
15992026-04-14T21:02:08.359Z Compiling object v0.37.3
16002026-04-14T21:02:08.387Z Compiling bitflags v1.3.2
16012026-04-14T21:02:08.472Z Compiling tower-http v0.6.8
16022026-04-14T21:02:08.531Z Compiling managed v0.8.0
16032026-04-14T21:02:08.549Z Compiling bumpalo v3.20.2
16042026-04-14T21:02:08.550Z Compiling winnow v0.5.40
16052026-04-14T21:02:08.585Z Compiling flate2 v1.1.9
16062026-04-14T21:02:08.658Z Compiling h2 v0.4.13
16072026-04-14T21:02:08.678Z Compiling foldhash v0.1.5
16082026-04-14T21:02:08.733Z Compiling unicode-segmentation v1.12.0
16092026-04-14T21:02:08.808Z Compiling bzip2 v0.6.1
16102026-04-14T21:02:08.882Z Compiling dof v0.3.0
16112026-04-14T21:02:08.899Z Compiling hashbrown v0.15.5
16122026-04-14T21:02:08.987Z Compiling clap_builder v4.5.60
16132026-04-14T21:02:09.034Z Compiling zopfli v0.8.3
16142026-04-14T21:02:09.079Z Compiling usdt-attr-macro v0.6.0
16152026-04-14T21:02:09.107Z Compiling usdt-macro v0.6.0
16162026-04-14T21:02:09.179Z Compiling daft v0.1.5
16172026-04-14T21:02:09.401Z Compiling strum v0.27.2
16182026-04-14T21:02:09.421Z Compiling phf v0.13.1
16192026-04-14T21:02:09.504Z Compiling elliptic-curve v0.13.8
16202026-04-14T21:02:09.561Z Compiling signal-hook-mio v0.2.5
16212026-04-14T21:02:09.704Z Compiling cargo_metadata v0.19.2
16222026-04-14T21:02:09.855Z Compiling cookie_store v0.22.1
16232026-04-14T21:02:09.992Z Compiling toml_edit v0.19.15
16242026-04-14T21:02:10.031Z Compiling hubpack v0.1.2
16252026-04-14T21:02:10.053Z Compiling bzip2 v0.4.4
16262026-04-14T21:02:10.070Z Compiling zstd v0.13.3
16272026-04-14T21:02:10.109Z Compiling serde_with_macros v3.17.0
16282026-04-14T21:02:10.228Z Compiling postgres-types v0.2.12
16292026-04-14T21:02:10.281Z Compiling dtrace-parser v0.2.0
16302026-04-14T21:02:10.298Z Compiling pkcs1 v0.7.5
16312026-04-14T21:02:10.316Z Compiling ed25519 v2.2.3
16322026-04-14T21:02:10.359Z Compiling hex v0.4.3
16332026-04-14T21:02:10.549Z Compiling serde-big-array v0.5.1
16342026-04-14T21:02:10.667Z Compiling rfc6979 v0.4.0
16352026-04-14T21:02:10.729Z Compiling bstr v1.12.1
16362026-04-14T21:02:10.743Z Compiling strum_macros v0.26.4
16372026-04-14T21:02:10.815Z Compiling clap_derive v4.5.55
16382026-04-14T21:02:10.831Z Compiling enum-as-inner v0.6.1
16392026-04-14T21:02:11.089Z Compiling serde_repr v0.1.20
16402026-04-14T21:02:11.215Z Compiling phf_shared v0.11.3
16412026-04-14T21:02:11.327Z Compiling float-cmp v0.10.0
16422026-04-14T21:02:11.343Z Compiling memmap2 v0.9.10
16432026-04-14T21:02:11.431Z Compiling thread-id v4.2.2
16442026-04-14T21:02:11.442Z Compiling env_filter v1.0.0
16452026-04-14T21:02:11.472Z Compiling encoding_rs v0.8.35
16462026-04-14T21:02:11.485Z Compiling normalize-line-endings v0.3.0
16472026-04-14T21:02:11.489Z Compiling difflib v0.4.0
16482026-04-14T21:02:11.532Z Compiling mime v0.3.17
16492026-04-14T21:02:11.571Z Compiling whoami v2.1.0
16502026-04-14T21:02:11.609Z Compiling keccak v0.1.6
16512026-04-14T21:02:11.688Z Compiling predicates-core v1.0.10
16522026-04-14T21:02:11.789Z Compiling data-encoding v2.10.0
16532026-04-14T21:02:11.833Z Compiling fixedbitset v0.5.7
16542026-04-14T21:02:11.907Z Compiling hyper v1.8.1
16552026-04-14T21:02:11.993Z Compiling static_assertions v1.1.0
16562026-04-14T21:02:12.102Z Compiling new_debug_unreachable v1.0.6
16572026-04-14T21:02:12.122Z Compiling either v1.15.0
16582026-04-14T21:02:12.180Z Compiling fixedbitset v0.4.2
16592026-04-14T21:02:12.184Z Compiling jiff v0.2.21
16602026-04-14T21:02:12.201Z Compiling precomputed-hash v0.1.1
16612026-04-14T21:02:12.355Z Compiling rustc-hash v2.1.1
16622026-04-14T21:02:12.365Z Compiling toml_edit v0.22.27
16632026-04-14T21:02:12.453Z Compiling iddqd v0.3.17
16642026-04-14T21:02:12.481Z Compiling petgraph v0.6.5
16652026-04-14T21:02:12.496Z Compiling itertools v0.13.0
16662026-04-14T21:02:12.559Z Compiling string_cache v0.8.9
16672026-04-14T21:02:12.670Z Compiling strum v0.26.3
16682026-04-14T21:02:12.759Z Compiling clap v4.5.60
16692026-04-14T21:02:12.785Z Compiling hickory-proto v0.25.2
16702026-04-14T21:02:12.829Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16712026-04-14T21:02:12.844Z Compiling petgraph v0.8.3
16722026-04-14T21:02:12.879Z Compiling predicates v3.1.4
16732026-04-14T21:02:12.887Z Compiling tokio-postgres v0.7.16
16742026-04-14T21:02:12.975Z Compiling sha3 v0.10.8
16752026-04-14T21:02:13.114Z Compiling hyper-util v0.1.20
16762026-04-14T21:02:13.479Z Compiling env_logger v0.11.9
16772026-04-14T21:02:13.557Z Compiling usdt-impl v0.5.0
16782026-04-14T21:02:13.586Z Compiling usdt v0.6.0
16792026-04-14T21:02:13.681Z Compiling toml v0.7.8
16802026-04-14T21:02:13.807Z Compiling serde_with v3.17.0
16812026-04-14T21:02:13.854Z Compiling similar v2.7.0
16822026-04-14T21:02:13.870Z Compiling crossterm v0.28.1
16832026-04-14T21:02:14.051Z Compiling ecdsa v0.16.9
16842026-04-14T21:02:14.314Z Compiling rsa v0.9.10
16852026-04-14T21:02:14.475Z Compiling hyper-tls v0.6.0
16862026-04-14T21:02:14.599Z Compiling ed25519-dalek v2.2.0
16872026-04-14T21:02:14.765Z Compiling zip v0.6.6
16882026-04-14T21:02:14.873Z Compiling zip v4.6.1
16892026-04-14T21:02:15.193Z Compiling heck v0.4.1
16902026-04-14T21:02:15.301Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-04-14T21:02:15.322Z Compiling tokio-stream v0.1.18
16922026-04-14T21:02:15.339Z Compiling buf-list v1.1.2
16932026-04-14T21:02:15.386Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-14T21:02:15.424Z Compiling openapiv3 v2.2.0
16952026-04-14T21:02:15.456Z Compiling x509-cert v0.2.5
16962026-04-14T21:02:15.548Z Compiling sha1 v0.10.6
16972026-04-14T21:02:15.647Z Compiling crossbeam-epoch v0.9.18
16982026-04-14T21:02:15.669Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-04-14T21:02:15.723Z Compiling peg-runtime v0.8.5
17002026-04-14T21:02:15.803Z Compiling lalrpop-util v0.19.12
17012026-04-14T21:02:15.828Z Compiling thread_local v1.1.9
17022026-04-14T21:02:15.906Z Compiling slog-async v2.8.0
17032026-04-14T21:02:15.960Z Compiling futures-executor v0.3.32
17042026-04-14T21:02:16.026Z Compiling crossbeam-channel v0.5.15
17052026-04-14T21:02:16.043Z Compiling filetime v0.2.27
17062026-04-14T21:02:16.069Z Compiling is-terminal v0.4.17
17072026-04-14T21:02:16.083Z Compiling take_mut v0.2.2
17082026-04-14T21:02:16.146Z Compiling term v1.2.1
17092026-04-14T21:02:16.191Z Compiling xattr v1.6.1
17102026-04-14T21:02:16.209Z Compiling futures v0.3.32
17112026-04-14T21:02:16.459Z Compiling slog-term v2.9.2
17122026-04-14T21:02:16.520Z Compiling tar v0.4.45
17132026-04-14T21:02:31.590Z Compiling rustls-webpki v0.103.9
17142026-04-14T21:02:34.378Z Compiling tokio-rustls v0.26.4
17152026-04-14T21:02:34.378Z Compiling rustls-platform-verifier v0.6.2
17162026-04-14T21:02:34.578Z Compiling hyper-rustls v0.27.7
17172026-04-14T21:02:34.779Z Compiling reqwest v0.12.28
17182026-04-14T21:02:34.779Z Compiling reqwest v0.13.2
17192026-04-14T21:02:36.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-04-14T21:02:36.997Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-04-14T21:02:39.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.42s
17222026-04-14T21:02:39.948Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-04-14T21:02:40.009ZApr 14 21:02:39.245 INFO Starting download, target: Clickhouse
17242026-04-14T21:02:40.009ZApr 14 21:02:39.246 INFO Starting download, target: Console
17252026-04-14T21:02:40.009ZApr 14 21:02:39.246 INFO Starting download, target: Cockroach
17262026-04-14T21:02:40.009ZApr 14 21:02:39.246 INFO Starting download, target: DendriteStub
17272026-04-14T21:02:40.009ZApr 14 21:02:39.246 INFO Starting download, target: MaghemiteMgd
17282026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Starting download, target: TransceiverControl
17292026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-04-14T21:02:40.016ZApr 14 21:02:39.246 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-04-14T21:02:40.311ZApr 14 21:02:39.539 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-04-14T21:02:40.524ZApr 14 21:02:39.751 INFO Download complete, target: TransceiverControl
17372026-04-14T21:02:40.984ZApr 14 21:02:40.213 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-04-14T21:02:41.207ZApr 14 21:02:40.446 INFO Download complete, target: Console
17392026-04-14T21:02:41.782ZApr 14 21:02:41.021 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-04-14T21:02:41.808ZApr 14 21:02:41.046 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-04-14T21:02:42.089ZApr 14 21:02:41.327 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-04-14T21:02:42.229ZApr 14 21:02:41.468 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-04-14T21:02:42.229ZApr 14 21:02:41.468 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-04-14T21:02:44.196ZApr 14 21:02:43.435 INFO Download complete, target: DendriteStub
17452026-04-14T21:02:44.213ZApr 14 21:02:43.452 INFO Download complete, target: MaghemiteMgd
17462026-04-14T21:02:46.954ZApr 14 21:02:46.192 INFO Checking that binary works, target: Cockroach
17472026-04-14T21:02:47.068ZApr 14 21:02:46.306 INFO Download complete, target: Cockroach
17482026-04-14T21:02:48.910ZApr 14 21:02:48.148 INFO Checking that binary works, target: Clickhouse
17492026-04-14T21:02:49.018ZApr 14 21:02:48.255 INFO Download complete, target: Clickhouse
17502026-04-14T21:02:49.024ZAll prerequisites installed successfully
17512026-04-14T21:02:49.029Z
17522026-04-14T21:02:49.029Zreal 2:51.740022973
17532026-04-14T21:02:49.030Zuser 7:18.455964977
17542026-04-14T21:02:49.030Zsys 1:48.308949801
17552026-04-14T21:02:49.030Ztrap 0.265181303
17562026-04-14T21:02:49.030Ztflt 1.949095536
17572026-04-14T21:02:49.030Zdflt 2.845302927
17582026-04-14T21:02:49.030Zkflt 0.097453446
17592026-04-14T21:02:49.030Zlock 22:34.119774470
17602026-04-14T21:02:49.030Zslp 19:58.505014739
17612026-04-14T21:02:49.030Zlat 25.899334745
17622026-04-14T21:02:49.030Zstop 3:08.892546554
17632026-04-14T21:02:49.030Z+ ptime -m cargo xtask download softnpu
17642026-04-14T21:02:49.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17652026-04-14T21:02:49.566Z Running `target/debug/xtask download softnpu`
17662026-04-14T21:02:50.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17672026-04-14T21:02:50.387Z Running `target/debug/xtask-downloader softnpu`
17682026-04-14T21:02:50.431ZApr 14 21:02:49.668 INFO Starting download, target: Softnpu
17692026-04-14T21:02:50.434ZApr 14 21:02:49.669 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17702026-04-14T21:02:51.050ZApr 14 21:02:50.288 INFO Download complete, target: Softnpu
17712026-04-14T21:02:51.054Z
17722026-04-14T21:02:51.057Zreal 2.022921859
17732026-04-14T21:02:51.057Zuser 1.291101590
17742026-04-14T21:02:51.057Zsys 0.657810789
17752026-04-14T21:02:51.058Ztrap 0.000572666
17762026-04-14T21:02:51.058Ztflt 0.000265064
17772026-04-14T21:02:51.058Zdflt 0.000584204
17782026-04-14T21:02:51.058Zkflt 0.000000000
17792026-04-14T21:02:51.058Zlock 11.440796209
17802026-04-14T21:02:51.058Zslp 0.447964892
17812026-04-14T21:02:51.058Zlat 0.089649831
17822026-04-14T21:02:51.058Zstop 0.000162922
17832026-04-14T21:02:51.058Z+ export CARGO_INCREMENTAL=0
17842026-04-14T21:02:51.058Z+ CARGO_INCREMENTAL=0
17852026-04-14T21:02:51.058Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17862026-04-14T21:02:51.955Z Compiling proc-macro2 v1.0.106
17872026-04-14T21:02:51.955Z Compiling quote v1.0.44
17882026-04-14T21:02:51.955Z Compiling unicode-ident v1.0.24
17892026-04-14T21:02:51.955Z Compiling libc v0.2.180
17902026-04-14T21:02:51.955Z Compiling serde_core v1.0.228
17912026-04-14T21:02:51.959Z Compiling serde v1.0.228
17922026-04-14T21:02:51.959Z Compiling cfg-if v1.0.4
17932026-04-14T21:02:51.959Z Compiling version_check v0.9.5
17942026-04-14T21:02:51.959Z Compiling shlex v1.3.0
17952026-04-14T21:02:51.959Z Compiling find-msvc-tools v0.1.9
17962026-04-14T21:02:51.959Z Compiling typenum v1.19.0
17972026-04-14T21:02:52.098Z Compiling autocfg v1.5.0
17982026-04-14T21:02:52.126Z Compiling zmij v1.0.21
17992026-04-14T21:02:52.139Z Compiling serde_json v1.0.149
18002026-04-14T21:02:52.143Z Compiling portable-atomic v1.13.1
18012026-04-14T21:02:52.284Z Compiling memchr v2.8.0
18022026-04-14T21:02:52.310Z Compiling zerocopy v0.8.40
18032026-04-14T21:02:52.463Z Compiling generic-array v0.14.7
18042026-04-14T21:02:52.513Z Compiling libm v0.2.16
18052026-04-14T21:02:52.634Z Compiling smallvec v1.15.1
18062026-04-14T21:02:52.652Z Compiling parking_lot_core v0.9.12
18072026-04-14T21:02:52.656Z Compiling icu_properties_data v2.1.2
18082026-04-14T21:02:52.665Z Compiling icu_normalizer_data v2.1.1
18092026-04-14T21:02:52.669Z Compiling num-traits v0.2.19
18102026-04-14T21:02:52.669Z Compiling itoa v1.0.17
18112026-04-14T21:02:52.725Z Compiling log v0.4.29
18122026-04-14T21:02:52.843Z Compiling stable_deref_trait v1.2.1
18132026-04-14T21:02:52.887Z Compiling pkg-config v0.3.32
18142026-04-14T21:02:52.903Z Compiling getrandom v0.4.1
18152026-04-14T21:02:52.906Z Compiling subtle v2.6.1
18162026-04-14T21:02:53.004Z Compiling getrandom v0.3.4
18172026-04-14T21:02:53.019Z Compiling jobserver v0.1.34
18182026-04-14T21:02:53.022Z Compiling getrandom v0.2.17
18192026-04-14T21:02:53.099Z Compiling errno v0.3.14
18202026-04-14T21:02:53.183Z Compiling rand_core v0.6.4
18212026-04-14T21:02:53.198Z Compiling scopeguard v1.2.0
18222026-04-14T21:02:53.295Z Compiling cc v1.2.56
18232026-04-14T21:02:53.333Z Compiling lock_api v0.4.14
18242026-04-14T21:02:53.386Z Compiling litemap v0.8.1
18252026-04-14T21:02:53.420Z Compiling writeable v0.6.2
18262026-04-14T21:02:53.441Z Compiling syn v2.0.117
18272026-04-14T21:02:53.445Z Compiling percent-encoding v2.3.2
18282026-04-14T21:02:53.517Z Compiling thiserror v2.0.18
18292026-04-14T21:02:53.574Z Compiling fnv v1.0.7
18302026-04-14T21:02:53.652Z Compiling pin-project-lite v0.2.17
18312026-04-14T21:02:53.700Z Compiling critical-section v1.2.0
18322026-04-14T21:02:53.801Z Compiling equivalent v1.0.2
18332026-04-14T21:02:53.804Z Compiling rustversion v1.0.22
18342026-04-14T21:02:53.804Z Compiling schemars v0.8.22
18352026-04-14T21:02:53.835Z Compiling allocator-api2 v0.2.21
18362026-04-14T21:02:53.852Z Compiling fs_extra v1.3.0
18372026-04-14T21:02:53.883Z Compiling dunce v1.0.5
18382026-04-14T21:02:53.950Z Compiling utf8_iter v1.0.4
18392026-04-14T21:02:54.056Z Compiling cmake v0.1.57
18402026-04-14T21:02:54.076Z Compiling foldhash v0.2.0
18412026-04-14T21:02:54.118Z Compiling form_urlencoded v1.2.2
18422026-04-14T21:02:54.215Z Compiling const-oid v0.9.6
18432026-04-14T21:02:54.241Z Compiling hashbrown v0.16.1
18442026-04-14T21:02:54.259Z Compiling once_cell v1.21.3
18452026-04-14T21:02:54.355Z Compiling semver v1.0.27
18462026-04-14T21:02:54.469Z Compiling bitflags v2.11.0
18472026-04-14T21:02:54.590Z Compiling signal-hook-registry v1.4.8
18482026-04-14T21:02:54.645Z Compiling ring v0.17.14
18492026-04-14T21:02:54.695Z Compiling aws-lc-sys v0.37.1
18502026-04-14T21:02:54.711Z Compiling rustix v1.1.3
18512026-04-14T21:02:54.759Z Compiling socket2 v0.6.2
18522026-04-14T21:02:54.870Z Compiling indexmap v2.13.0
18532026-04-14T21:02:54.909Z Compiling parking_lot v0.12.5
18542026-04-14T21:02:54.924Z Compiling mio v1.1.1
18552026-04-14T21:02:54.994Z Compiling rand_core v0.10.0
18562026-04-14T21:02:55.019Z Compiling aws-lc-rs v1.16.0
18572026-04-14T21:02:55.061Z Compiling thiserror v1.0.69
18582026-04-14T21:02:55.089Z Compiling futures-core v0.3.32
18592026-04-14T21:02:55.099Z Compiling strsim v0.11.1
18602026-04-14T21:02:55.232Z Compiling httparse v1.10.1
18612026-04-14T21:02:55.256Z Compiling byteorder v1.5.0
18622026-04-14T21:02:55.285Z Compiling ucd-trie v0.1.7
18632026-04-14T21:02:55.449Z Compiling pest v2.8.6
18642026-04-14T21:02:55.508Z Compiling vcpkg v0.2.15
18652026-04-14T21:02:55.557Z Compiling syn v1.0.109
18662026-04-14T21:02:55.584Z Compiling iana-time-zone v0.1.65
18672026-04-14T21:02:55.600Z Compiling heck v0.5.0
18682026-04-14T21:02:55.610Z Compiling ident_case v1.0.1
18692026-04-14T21:02:55.653Z Compiling uuid v1.23.0
18702026-04-14T21:02:55.717Z Compiling cpufeatures v0.2.17
18712026-04-14T21:02:55.861Z Compiling regex-syntax v0.8.10
18722026-04-14T21:02:56.001Z Compiling rustc_version v0.4.1
18732026-04-14T21:02:56.076Z Compiling openssl-sys v0.9.111
18742026-04-14T21:02:56.080Z Compiling rustls v0.23.37
18752026-04-14T21:02:56.129Z Compiling futures-sink v0.3.32
18762026-04-14T21:02:56.234Z Compiling futures-channel v0.3.32
18772026-04-14T21:02:56.277Z Compiling synstructure v0.13.2
18782026-04-14T21:02:56.295Z Compiling serde_derive_internals v0.29.1
18792026-04-14T21:02:56.360Z Compiling slab v0.4.12
18802026-04-14T21:02:56.410Z Compiling futures-task v0.3.32
18812026-04-14T21:02:56.426Z Compiling futures-io v0.3.32
18822026-04-14T21:02:56.513Z Compiling pest_meta v2.8.6
18832026-04-14T21:02:56.612Z Compiling dyn-clone v1.0.20
18842026-04-14T21:02:56.615Z Compiling plain v0.2.3
18852026-04-14T21:02:56.660Z Compiling aho-corasick v1.1.4
18862026-04-14T21:02:56.716Z Compiling crossbeam-utils v0.8.21
18872026-04-14T21:02:56.760Z Compiling num-conv v0.2.0
18882026-04-14T21:02:56.804Z Compiling time-core v0.1.8
18892026-04-14T21:02:56.837Z Compiling openssl v0.10.75
18902026-04-14T21:02:56.947Z Compiling pretty-hex v0.4.1
18912026-04-14T21:02:56.973Z Compiling time-macros v0.2.27
18922026-04-14T21:02:57.017Z Compiling base64 v0.22.1
18932026-04-14T21:02:57.104Z Compiling pest_generator v2.8.6
18942026-04-14T21:02:57.194Z Compiling base64ct v1.8.3
18952026-04-14T21:02:57.246Z Compiling anyhow v1.0.102
18962026-04-14T21:02:57.264Z Compiling crc32fast v1.5.0
18972026-04-14T21:02:57.281Z Compiling darling_core v0.21.3
18982026-04-14T21:02:57.298Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18992026-04-14T21:02:57.523Z Compiling regex-automata v0.4.14
19002026-04-14T21:02:57.541Z Compiling pem-rfc7468 v0.7.0
19012026-04-14T21:02:57.559Z Compiling native-tls v0.2.18
19022026-04-14T21:02:57.575Z Compiling flagset v0.4.7
19032026-04-14T21:02:57.593Z Compiling serde_derive v1.0.228
19042026-04-14T21:02:57.597Z Compiling zeroize_derive v1.4.3
19052026-04-14T21:02:57.597Z Compiling zerofrom-derive v0.1.6
19062026-04-14T21:02:57.684Z Compiling yoke-derive v0.8.1
19072026-04-14T21:02:57.734Z Compiling zerovec-derive v0.11.2
19082026-04-14T21:02:57.756Z Compiling displaydoc v0.2.5
19092026-04-14T21:02:57.795Z Compiling zerocopy-derive v0.8.40
19102026-04-14T21:02:57.812Z Compiling tokio-macros v2.6.0
19112026-04-14T21:02:57.836Z Compiling futures-macro v0.3.32
19122026-04-14T21:02:57.965Z Compiling thiserror-impl v2.0.18
19132026-04-14T21:02:57.996Z Compiling schemars_derive v0.8.22
19142026-04-14T21:02:58.065Z Compiling tracing-attributes v0.1.31
19152026-04-14T21:02:58.219Z Compiling zeroize v1.8.2
19162026-04-14T21:02:58.535Z Compiling der_derive v0.7.3
19172026-04-14T21:02:58.624Z Compiling thiserror-impl v1.0.69
19182026-04-14T21:02:58.697Z Compiling pest_derive v2.8.6
19192026-04-14T21:02:58.762Z Compiling zerofrom v0.1.6
19202026-04-14T21:02:58.910Z Compiling yoke v0.8.1
19212026-04-14T21:02:59.119Z Compiling crypto-common v0.1.7
19222026-04-14T21:02:59.188Z Compiling zerovec v0.11.5
19232026-04-14T21:02:59.207Z Compiling zerotrie v0.2.3
19242026-04-14T21:02:59.210Z Compiling block-buffer v0.10.4
19252026-04-14T21:02:59.328Z Compiling futures-util v0.3.32
19262026-04-14T21:02:59.405Z Compiling digest v0.10.7
19272026-04-14T21:02:59.491Z Compiling block-padding v0.3.3
19282026-04-14T21:02:59.643Z Compiling hmac v0.12.1
19292026-04-14T21:02:59.662Z Compiling inout v0.1.4
19302026-04-14T21:02:59.681Z Compiling sha2 v0.10.9
19312026-04-14T21:02:59.685Z Compiling rustls-pki-types v1.14.0
19322026-04-14T21:02:59.715Z Compiling scroll_derive v0.13.1
19332026-04-14T21:02:59.733Z Compiling tinystr v0.8.2
19342026-04-14T21:02:59.787Z Compiling potential_utf v0.1.4
19352026-04-14T21:02:59.842Z Compiling cipher v0.4.4
19362026-04-14T21:02:59.845Z Compiling scroll_derive v0.12.1
19372026-04-14T21:02:59.978Z Compiling icu_locale_core v2.1.1
19382026-04-14T21:03:00.007Z Compiling icu_collections v2.1.1
19392026-04-14T21:03:00.253Z Compiling openssl-macros v0.1.1
19402026-04-14T21:03:00.512Z Compiling regex v1.12.3
19412026-04-14T21:03:00.532Z Compiling der v0.7.10
19422026-04-14T21:03:00.582Z Compiling darling_macro v0.21.3
19432026-04-14T21:03:00.678Z Compiling icu_provider v2.1.1
19442026-04-14T21:03:00.785Z Compiling zerocopy-derive v0.7.35
19452026-04-14T21:03:00.876Z Compiling bytes v1.11.1
19462026-04-14T21:03:00.955Z Compiling chrono v0.4.44
19472026-04-14T21:03:00.992Z Compiling icu_properties v2.1.2
19482026-04-14T21:03:01.027Z Compiling icu_normalizer v2.1.1
19492026-04-14T21:03:01.156Z Compiling serde_tokenstream v0.2.3
19502026-04-14T21:03:01.477Z Compiling tokio v1.50.0
19512026-04-14T21:03:01.578Z Compiling http v1.4.0
19522026-04-14T21:03:01.671Z Compiling rand_core v0.9.5
19532026-04-14T21:03:01.868Z Compiling idna_adapter v1.2.1
19542026-04-14T21:03:01.901Z Compiling slog v2.8.2
19552026-04-14T21:03:02.029Z Compiling idna v1.1.0
19562026-04-14T21:03:02.132Z Compiling ppv-lite86 v0.2.21
19572026-04-14T21:03:02.198Z Compiling tracing-core v0.1.36
19582026-04-14T21:03:02.476Z Compiling url v2.5.8
19592026-04-14T21:03:02.500Z Compiling untrusted v0.9.0
19602026-04-14T21:03:02.604Z Compiling tracing v0.1.44
19612026-04-14T21:03:02.672Z Compiling spki v0.7.3
19622026-04-14T21:03:02.718Z Compiling darling v0.21.3
19632026-04-14T21:03:02.817Z Compiling salsa20 v0.10.2
19642026-04-14T21:03:02.896Z Compiling pbkdf2 v0.12.2
19652026-04-14T21:03:03.047Z Compiling cookie v0.18.1
19662026-04-14T21:03:03.254Z Compiling camino v1.2.2
19672026-04-14T21:03:03.396Z Compiling scrypt v0.11.0
19682026-04-14T21:03:03.430Z Compiling rand_chacha v0.9.0
19692026-04-14T21:03:03.509Z Compiling cbc v0.1.2
19702026-04-14T21:03:03.568Z Compiling aes v0.8.4
19712026-04-14T21:03:04.125Z Compiling usdt-impl v0.5.0
19722026-04-14T21:03:04.141Z Compiling either v1.15.0
19732026-04-14T21:03:04.166Z Compiling ref-cast v1.0.25
19742026-04-14T21:03:04.194Z Compiling winnow v0.7.14
19752026-04-14T21:03:04.367Z Compiling paste v1.0.15
19762026-04-14T21:03:04.382Z Compiling usdt-impl v0.6.0
19772026-04-14T21:03:04.479Z Compiling pkcs5 v0.7.1
19782026-04-14T21:03:04.625Z Compiling rand v0.9.2
19792026-04-14T21:03:04.671Z Compiling http-body v1.0.1
19802026-04-14T21:03:04.732Z Compiling toml_datetime v0.6.11
19812026-04-14T21:03:04.845Z Compiling serde_spanned v0.6.9
19822026-04-14T21:03:04.925Z Compiling scroll v0.12.0
19832026-04-14T21:03:04.948Z Compiling scroll v0.13.0
19842026-04-14T21:03:05.029Z Compiling heapless v0.7.17
19852026-04-14T21:03:05.125Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-04-14T21:03:05.211Z Compiling untrusted v0.7.1
19872026-04-14T21:03:05.285Z Compiling tokio-util v0.7.18
19882026-04-14T21:03:05.306Z Compiling atomic-waker v1.1.2
19892026-04-14T21:03:05.357Z Compiling openssl-probe v0.2.1
19902026-04-14T21:03:05.377Z Compiling zstd-safe v7.2.4
19912026-04-14T21:03:05.436Z Compiling signal-hook v0.3.18
19922026-04-14T21:03:05.469Z Compiling goblin v0.10.5
19932026-04-14T21:03:05.540Z Compiling toml_parser v1.0.9+spec-1.1.0
19942026-04-14T21:03:05.604Z Compiling goblin v0.8.2
19952026-04-14T21:03:05.738Z Compiling pkcs8 v0.10.2
19962026-04-14T21:03:06.115Z Compiling zerocopy v0.7.35
19972026-04-14T21:03:06.164Z Compiling ref-cast-impl v1.0.25
19982026-04-14T21:03:06.262Z Compiling curve25519-dalek v4.1.3
19992026-04-14T21:03:06.345Z Compiling darling_core v0.20.11
20002026-04-14T21:03:06.536Z Compiling toml_datetime v0.7.5+spec-1.1.0
20012026-04-14T21:03:06.596Z Compiling memoffset v0.9.1
20022026-04-14T21:03:06.633Z Compiling tower-layer v0.3.3
20032026-04-14T21:03:06.691Z Compiling winnow v0.5.40
20042026-04-14T21:03:06.707Z Compiling litrs v1.0.0
20052026-04-14T21:03:06.834Z Compiling tower-service v0.3.3
20062026-04-14T21:03:06.952Z Compiling try-lock v0.2.5
20072026-04-14T21:03:07.106Z Compiling rustix v0.38.44
20082026-04-14T21:03:07.168Z Compiling fastrand v2.3.0
20092026-04-14T21:03:07.414Z Compiling tinyvec_macros v0.1.1
20102026-04-14T21:03:07.606Z Compiling tinyvec v1.10.0
20112026-04-14T21:03:07.652Z Compiling document-features v0.2.12
20122026-04-14T21:03:07.670Z Compiling want v0.3.1
20132026-04-14T21:03:07.787Z Compiling dof v0.3.0
20142026-04-14T21:03:07.977Z Compiling toml_edit v0.19.15
20152026-04-14T21:03:08.125Z Compiling h2 v0.4.13
20162026-04-14T21:03:08.256Z Compiling dof v0.4.0
20172026-04-14T21:03:08.349Z Compiling darling_macro v0.20.11
20182026-04-14T21:03:08.526Z Compiling dtrace-parser v0.2.0
20192026-04-14T21:03:08.780Z Compiling ipnet v2.11.0
20202026-04-14T21:03:08.849Z Compiling dtrace-parser v0.3.0
20212026-04-14T21:03:09.120Z Compiling async-trait v0.1.89
20222026-04-14T21:03:09.155Z Compiling daft-derive v0.1.5
20232026-04-14T21:03:09.247Z Compiling spin v0.9.8
20242026-04-14T21:03:09.277Z Compiling thread-id v4.2.2
20252026-04-14T21:03:09.295Z Compiling thread-id v5.1.0
20262026-04-14T21:03:09.341Z Compiling cfg_aliases v0.2.1
20272026-04-14T21:03:09.386Z Compiling powerfmt v0.2.0
20282026-04-14T21:03:09.402Z Compiling smoltcp v0.9.1
20292026-04-14T21:03:09.469Z Compiling httpdate v1.0.3
20302026-04-14T21:03:09.517Z Compiling pin-utils v0.1.0
20312026-04-14T21:03:09.644Z Compiling num-bigint-dig v0.8.6
20322026-04-14T21:03:09.713Z Compiling foreign-types-shared v0.1.1
20332026-04-14T21:03:09.745Z Compiling tempfile v3.25.0
20342026-04-14T21:03:09.774Z Compiling deranged v0.5.8
20352026-04-14T21:03:09.825Z Compiling foreign-types v0.3.2
20362026-04-14T21:03:09.842Z Compiling nix v0.31.1
20372026-04-14T21:03:10.048Z Compiling darling v0.20.11
20382026-04-14T21:03:10.187Z Compiling ipnetwork v0.21.1
20392026-04-14T21:03:10.405Z Compiling strum_macros v0.26.4
20402026-04-14T21:03:10.421Z Compiling curve25519-dalek-derive v0.1.1
20412026-04-14T21:03:10.550Z Compiling socket2 v0.5.10
20422026-04-14T21:03:10.635Z Compiling wait-timeout v0.2.1
20432026-04-14T21:03:10.887Z Compiling siphasher v1.0.2
20442026-04-14T21:03:10.913Z Compiling utf8parse v0.2.2
20452026-04-14T21:03:11.048Z Compiling bit-vec v0.8.0
20462026-04-14T21:03:11.146Z Compiling hyper v1.8.1
20472026-04-14T21:03:11.267Z Compiling anstyle v1.0.13
20482026-04-14T21:03:11.285Z Compiling quick-error v1.2.3
20492026-04-14T21:03:11.345Z Compiling simd-adler32 v0.3.8
20502026-04-14T21:03:11.381Z Compiling num_threads v0.1.7
20512026-04-14T21:03:11.412Z Compiling rusty-fork v0.3.1
20522026-04-14T21:03:11.512Z Compiling time v0.3.47
20532026-04-14T21:03:11.602Z Compiling bit-set v0.8.0
20542026-04-14T21:03:11.795Z Compiling anstyle-parse v0.2.7
20552026-04-14T21:03:12.002Z Compiling derive_builder_core v0.20.2
20562026-04-14T21:03:12.087Z Compiling unicode-normalization v0.1.25
20572026-04-14T21:03:12.571Z Compiling hyper-util v0.1.20
20582026-04-14T21:03:12.713Z Compiling rustls-native-certs v0.8.3
20592026-04-14T21:03:12.839Z Compiling rand_xorshift v0.4.0
20602026-04-14T21:03:12.977Z Compiling signature v2.2.0
20612026-04-14T21:03:13.005Z Compiling hubpack_derive v0.1.1
20622026-04-14T21:03:13.153Z Compiling strum_macros v0.27.2
20632026-04-14T21:03:13.176Z Compiling sync_wrapper v1.0.2
20642026-04-14T21:03:13.211Z Compiling fs-err v3.3.0
20652026-04-14T21:03:13.306Z Compiling ahash v0.8.12
20662026-04-14T21:03:13.514Z Compiling unicode-properties v0.1.4
20672026-04-14T21:03:13.532Z Compiling object v0.37.3
20682026-04-14T21:03:13.550Z Compiling colorchoice v1.0.4
20692026-04-14T21:03:13.596Z Compiling unarray v0.1.4
20702026-04-14T21:03:13.690Z Compiling adler2 v2.0.1
20712026-04-14T21:03:13.753Z Compiling unicode-segmentation v1.12.0
20722026-04-14T21:03:13.757Z Compiling is_terminal_polyfill v1.70.2
20732026-04-14T21:03:13.817Z Compiling anstyle-query v1.1.5
20742026-04-14T21:03:13.843Z Compiling unicode-bidi v0.3.18
20752026-04-14T21:03:13.884Z Compiling miniz_oxide v0.8.9
20762026-04-14T21:03:13.917Z Compiling anstream v0.6.21
20772026-04-14T21:03:13.948Z Compiling proptest v1.10.0
20782026-04-14T21:03:14.262Z Compiling stringprep v0.1.5
20792026-04-14T21:03:14.453Z Compiling tower v0.5.3
20802026-04-14T21:03:14.456Z Compiling derive_builder_macro v0.20.2
20812026-04-14T21:03:14.637Z Compiling usdt-macro v0.6.0
20822026-04-14T21:03:14.654Z Compiling usdt-attr-macro v0.6.0
20832026-04-14T21:03:15.288Z Compiling http-body-util v0.1.3
20842026-04-14T21:03:15.375Z Compiling webpki-roots v1.0.6
20852026-04-14T21:03:15.518Z Compiling rand_chacha v0.3.1
20862026-04-14T21:03:15.585Z Compiling erased-serde v0.3.31
20872026-04-14T21:03:15.601Z Compiling md-5 v0.10.6
20882026-04-14T21:03:15.693Z Compiling num-integer v0.1.46
20892026-04-14T21:03:15.757Z Compiling hash32 v0.2.1
20902026-04-14T21:03:15.791Z Compiling vergen-lib v0.1.6
20912026-04-14T21:03:15.807Z Compiling ff v0.13.1
20922026-04-14T21:03:15.891Z Compiling ryu v1.0.23
20932026-04-14T21:03:15.907Z Compiling psl-types v2.0.11
20942026-04-14T21:03:15.923Z Compiling iri-string v0.7.10
20952026-04-14T21:03:15.973Z Compiling zlib-rs v0.6.2
20962026-04-14T21:03:16.024Z Compiling fallible-iterator v0.2.0
20972026-04-14T21:03:16.058Z Compiling base16ct v0.2.0
20982026-04-14T21:03:16.129Z Compiling serde_urlencoded v0.7.1
20992026-04-14T21:03:16.204Z Compiling sec1 v0.7.3
21002026-04-14T21:03:16.208Z Compiling publicsuffix v2.3.0
21012026-04-14T21:03:16.235Z Compiling newtype-uuid v1.3.2
21022026-04-14T21:03:16.267Z Compiling group v0.13.0
21032026-04-14T21:03:16.283Z Compiling num-iter v0.1.45
21042026-04-14T21:03:16.350Z Compiling postgres-protocol v0.6.10
21052026-04-14T21:03:16.488Z Compiling rand v0.8.5
21062026-04-14T21:03:16.595Z Compiling oxnet v0.1.4
21072026-04-14T21:03:16.817Z Compiling derive_builder v0.20.2
21082026-04-14T21:03:16.880Z Compiling tokio-native-tls v0.3.1
21092026-04-14T21:03:16.883Z Compiling heck v0.4.1
21102026-04-14T21:03:16.969Z Compiling phf_shared v0.13.1
21112026-04-14T21:03:17.037Z Compiling tower-http v0.6.8
21122026-04-14T21:03:17.072Z Compiling lazy_static v1.5.0
21132026-04-14T21:03:17.152Z Compiling terminal_size v0.4.3
21142026-04-14T21:03:17.189Z Compiling serde_with_macros v3.17.0
21152026-04-14T21:03:17.207Z Compiling cargo-platform v0.1.9
21162026-04-14T21:03:17.259Z Compiling hkdf v0.12.4
21172026-04-14T21:03:17.274Z Compiling crypto-bigint v0.5.5
21182026-04-14T21:03:17.308Z Compiling enum-as-inner v0.6.1
21192026-04-14T21:03:17.311Z Compiling serde_repr v0.1.20
21202026-04-14T21:03:17.343Z Compiling clap_derive v4.5.55
21212026-04-14T21:03:17.423Z Compiling vergen v9.0.6
21222026-04-14T21:03:17.462Z Compiling bumpalo v3.20.2
21232026-04-14T21:03:17.466Z Compiling managed v0.8.0
21242026-04-14T21:03:17.493Z Compiling foldhash v0.1.5
21252026-04-14T21:03:17.587Z Compiling libbz2-rs-sys v0.2.2
21262026-04-14T21:03:17.627Z Compiling clap_lex v1.0.0
21272026-04-14T21:03:17.748Z Compiling bitflags v1.3.2
21282026-04-14T21:03:17.867Z Compiling clap_builder v4.5.60
21292026-04-14T21:03:17.925Z Compiling zopfli v0.8.3
21302026-04-14T21:03:17.983Z Compiling flate2 v1.1.9
21312026-04-14T21:03:17.998Z Compiling bzip2 v0.6.1
21322026-04-14T21:03:18.179Z Compiling elliptic-curve v0.13.8
21332026-04-14T21:03:18.236Z Compiling hashbrown v0.15.5
21342026-04-14T21:03:18.365Z Compiling cargo_metadata v0.19.2
21352026-04-14T21:03:18.485Z Compiling zstd v0.13.3
21362026-04-14T21:03:18.669Z Compiling phf v0.13.1
21372026-04-14T21:03:18.761Z Compiling hyper-tls v0.6.0
21382026-04-14T21:03:18.780Z Compiling signal-hook-mio v0.2.5
21392026-04-14T21:03:18.851Z Compiling daft v0.1.5
21402026-04-14T21:03:18.918Z Compiling cookie_store v0.22.1
21412026-04-14T21:03:18.985Z Compiling postgres-types v0.2.12
21422026-04-14T21:03:19.032Z Compiling bzip2 v0.4.4
21432026-04-14T21:03:19.160Z Compiling strum v0.27.2
21442026-04-14T21:03:19.257Z Compiling hubpack v0.1.2
21452026-04-14T21:03:19.311Z Compiling ed25519 v2.2.3
21462026-04-14T21:03:19.420Z Compiling phf_shared v0.11.3
21472026-04-14T21:03:19.499Z Compiling crossbeam-epoch v0.9.18
21482026-04-14T21:03:19.581Z Compiling pkcs1 v0.7.5
21492026-04-14T21:03:19.614Z Compiling serde-big-array v0.5.1
21502026-04-14T21:03:19.646Z Compiling hex v0.4.3
21512026-04-14T21:03:19.781Z Compiling bstr v1.12.1
21522026-04-14T21:03:19.797Z Compiling rfc6979 v0.4.0
21532026-04-14T21:03:19.948Z Compiling float-cmp v0.10.0
21542026-04-14T21:03:19.982Z Compiling memmap2 v0.9.10
21552026-04-14T21:03:20.002Z Compiling env_filter v1.0.0
21562026-04-14T21:03:20.036Z Compiling encoding_rs v0.8.35
21572026-04-14T21:03:20.137Z Compiling fixedbitset v0.5.7
21582026-04-14T21:03:20.154Z Compiling static_assertions v1.1.0
21592026-04-14T21:03:20.170Z Compiling whoami v2.1.0
21602026-04-14T21:03:20.228Z Compiling jiff v0.2.21
21612026-04-14T21:03:20.249Z Compiling difflib v0.4.0
21622026-04-14T21:03:20.267Z Compiling data-encoding v2.10.0
21632026-04-14T21:03:20.417Z Compiling normalize-line-endings v0.3.0
21642026-04-14T21:03:20.433Z Compiling rustc-hash v2.1.1
21652026-04-14T21:03:20.452Z Compiling mime v0.3.17
21662026-04-14T21:03:20.534Z Compiling new_debug_unreachable v1.0.6
21672026-04-14T21:03:20.550Z Compiling keccak v0.1.6
21682026-04-14T21:03:20.568Z Compiling fixedbitset v0.4.2
21692026-04-14T21:03:20.584Z Compiling toml_write v0.1.2
21702026-04-14T21:03:20.628Z Compiling predicates-core v1.0.10
21712026-04-14T21:03:20.650Z Compiling precomputed-hash v0.1.1
21722026-04-14T21:03:20.716Z Compiling sha3 v0.10.8
21732026-04-14T21:03:20.740Z Compiling petgraph v0.6.5
21742026-04-14T21:03:20.769Z Compiling predicates v3.1.4
21752026-04-14T21:03:20.791Z Compiling toml_edit v0.22.27
21762026-04-14T21:03:20.808Z Compiling string_cache v0.8.9
21772026-04-14T21:03:20.825Z Compiling hickory-proto v0.25.2
21782026-04-14T21:03:20.844Z Compiling iddqd v0.3.17
21792026-04-14T21:03:21.043Z Compiling tokio-postgres v0.7.16
21802026-04-14T21:03:21.365Z Compiling petgraph v0.8.3
21812026-04-14T21:03:21.404Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21822026-04-14T21:03:21.441Z Compiling similar v2.7.0
21832026-04-14T21:03:21.968Z Compiling env_logger v0.11.9
21842026-04-14T21:03:22.181Z Compiling usdt v0.6.0
21852026-04-14T21:03:22.586Z Compiling ecdsa v0.16.9
21862026-04-14T21:03:22.618Z Compiling serde_with v3.17.0
21872026-04-14T21:03:23.007Z Compiling zip v4.6.1
21882026-04-14T21:03:23.084Z Compiling rsa v0.9.10
21892026-04-14T21:03:23.259Z Compiling ed25519-dalek v2.2.0
21902026-04-14T21:03:23.729Z Compiling clap v4.5.60
21912026-04-14T21:03:23.832Z Compiling crossterm v0.28.1
21922026-04-14T21:03:24.120Z Compiling zip v0.6.6
21932026-04-14T21:03:24.355Z Compiling strum v0.26.3
21942026-04-14T21:03:24.385Z Compiling toml v0.7.8
21952026-04-14T21:03:24.452Z Compiling tokio-stream v0.1.18
21962026-04-14T21:03:24.515Z Compiling buf-list v1.1.2
21972026-04-14T21:03:24.562Z Compiling itertools v0.13.0
21982026-04-14T21:03:24.684Z Compiling x509-cert v0.2.5
21992026-04-14T21:03:24.802Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-04-14T21:03:24.966Z Compiling openapiv3 v2.2.0
22012026-04-14T21:03:25.128Z Compiling sha1 v0.10.6
22022026-04-14T21:03:25.430Z Compiling peg-runtime v0.8.5
22032026-04-14T21:03:25.605Z Compiling lalrpop-util v0.19.12
22042026-04-14T21:03:42.431Z Compiling macaddr v1.0.1
22052026-04-14T21:03:42.474Z Compiling structmeta-derive v0.3.0
22062026-04-14T21:03:42.562Z Compiling crucible-workspace-hack v0.1.0
22072026-04-14T21:03:42.562Z Compiling rayon-core v1.13.0
22082026-04-14T21:03:42.734Z Compiling itertools v0.14.0
22092026-04-14T21:03:42.797Z Compiling secrecy v0.10.3
22102026-04-14T21:03:42.836Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-04-14T21:03:42.967Z Compiling rustls v0.22.4
22122026-04-14T21:03:42.993Z Compiling heapless v0.8.0
22132026-04-14T21:03:43.256Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-14T21:03:43.303Z Compiling crossbeam-deque v0.8.6
22152026-04-14T21:03:43.432Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-04-14T21:03:43.454Z Compiling rustls-webpki v0.102.8
22172026-04-14T21:03:43.477Z Compiling futures-executor v0.3.32
22182026-04-14T21:03:43.493Z Compiling structmeta v0.3.0
22192026-04-14T21:03:43.547Z Compiling hash32 v0.3.1
22202026-04-14T21:03:43.700Z Compiling multer v3.1.0
22212026-04-14T21:03:43.719Z Compiling thread_local v1.1.9
22222026-04-14T21:03:43.735Z Compiling smoltcp v0.11.0
22232026-04-14T21:03:43.831Z Compiling slog-async v2.8.0
22242026-04-14T21:03:43.850Z Compiling match_cfg v0.1.0
22252026-04-14T21:03:43.920Z Compiling unicode-width v0.2.0
22262026-04-14T21:03:43.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-04-14T21:03:43.980Z Compiling proc-macro-crate v3.4.0
22282026-04-14T21:03:43.996Z Compiling ingot-macros v0.1.1
22292026-04-14T21:03:44.120Z Compiling hostname v0.3.1
22302026-04-14T21:03:44.177Z Compiling derive-ex v0.1.8
22312026-04-14T21:03:44.238Z Compiling futures v0.3.32
22322026-04-14T21:03:44.343Z Compiling slog-json v2.6.1
22332026-04-14T21:03:44.382Z Compiling crossbeam-channel v0.5.15
22342026-04-14T21:03:44.401Z Compiling half v2.7.1
22352026-04-14T21:03:44.452Z Compiling newtype-uuid-macros v0.1.0
22362026-04-14T21:03:44.635Z Compiling cobs v0.3.0
22372026-04-14T21:03:44.746Z Compiling thiserror-impl-no-std v2.0.2
22382026-04-14T21:03:44.779Z Compiling universal-hash v0.5.1
22392026-04-14T21:03:44.951Z Compiling async-stream-impl v0.3.6
22402026-04-14T21:03:44.954Z Compiling serde_spanned v1.0.4
22412026-04-14T21:03:45.090Z Compiling is-terminal v0.4.17
22422026-04-14T21:03:45.142Z Compiling proc-macro-error-attr v1.0.4
22432026-04-14T21:03:45.215Z Compiling dropshot v0.16.7
22442026-04-14T21:03:45.237Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-04-14T21:03:45.336Z Compiling opaque-debug v0.3.1
22462026-04-14T21:03:45.360Z Compiling convert_case v0.4.0
22472026-04-14T21:03:45.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22482026-04-14T21:03:45.443Z Compiling take_mut v0.2.2
22492026-04-14T21:03:45.550Z Compiling ciborium-io v0.2.2
22502026-04-14T21:03:45.587Z Compiling term v1.2.1
22512026-04-14T21:03:45.674Z Compiling ciborium-ll v0.2.2
22522026-04-14T21:03:45.691Z Compiling derive_more v0.99.20
22532026-04-14T21:03:45.694Z Compiling async-stream v0.3.6
22542026-04-14T21:03:45.731Z Compiling test-strategy v0.4.5
22552026-04-14T21:03:45.817Z Compiling thiserror-no-std v2.0.2
22562026-04-14T21:03:45.925Z Compiling rustls-webpki v0.103.9
22572026-04-14T21:03:45.942Z Compiling slog-term v2.9.2
22582026-04-14T21:03:45.977Z Compiling toml v0.9.12+spec-1.1.0
22592026-04-14T21:03:46.020Z Compiling poly1305 v0.8.0
22602026-04-14T21:03:46.252Z Compiling tokio-rustls v0.25.0
22612026-04-14T21:03:46.593Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-04-14T21:03:46.659Z Compiling ingot-types v0.1.2
22632026-04-14T21:03:46.679Z Compiling postcard v1.1.3
22642026-04-14T21:03:46.883Z Compiling slog-bunyan v2.5.0
22652026-04-14T21:03:47.036Z Compiling num_enum_derive v0.7.5
22662026-04-14T21:03:47.084Z Compiling ingot v0.1.1
22672026-04-14T21:03:47.157Z Compiling parse-display-derive v0.10.0
22682026-04-14T21:03:47.194Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22692026-04-14T21:03:47.421Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-04-14T21:03:47.545Z Compiling proc-macro-crate v1.3.1
22712026-04-14T21:03:47.681Z Compiling backon v1.6.0
22722026-04-14T21:03:47.787Z Compiling waitgroup v0.1.2
22732026-04-14T21:03:47.903Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22742026-04-14T21:03:47.906Z Compiling password-hash v0.5.0
22752026-04-14T21:03:47.961Z Compiling dropshot_endpoint v0.16.7
22762026-04-14T21:03:47.977Z Compiling chacha20 v0.9.1
22772026-04-14T21:03:48.009Z Compiling rustls-pemfile v2.2.0
22782026-04-14T21:03:48.252Z Compiling blake2 v0.10.6
22792026-04-14T21:03:48.301Z Compiling aead v0.5.2
22802026-04-14T21:03:48.317Z Compiling foreign-types-macros v0.2.3
22812026-04-14T21:03:48.449Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22822026-04-14T21:03:48.519Z Compiling serde_path_to_error v0.1.20
22832026-04-14T21:03:48.654Z Compiling hostname v0.4.2
22842026-04-14T21:03:48.783Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22852026-04-14T21:03:48.816Z Compiling proc-macro-error v1.0.4
22862026-04-14T21:03:48.846Z Compiling instant v0.1.13
22872026-04-14T21:03:48.878Z Compiling typeid v1.0.3
22882026-04-14T21:03:48.913Z Compiling foreign-types-shared v0.3.1
22892026-04-14T21:03:48.929Z Compiling cpufeatures v0.3.0
22902026-04-14T21:03:48.995Z Compiling debug-ignore v1.0.5
22912026-04-14T21:03:49.037Z Compiling chacha20 v0.10.0
22922026-04-14T21:03:49.056Z Compiling foreign-types v0.5.0
22932026-04-14T21:03:49.092Z Compiling backoff v0.4.0
22942026-04-14T21:03:49.107Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22952026-04-14T21:03:49.140Z Compiling parse-display v0.10.0
22962026-04-14T21:03:49.162Z Compiling argon2 v0.5.3
22972026-04-14T21:03:49.182Z Compiling chacha20poly1305 v0.10.1
22982026-04-14T21:03:49.245Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22992026-04-14T21:03:49.276Z Compiling num_enum v0.7.5
23002026-04-14T21:03:49.354Z Compiling num_enum_derive v0.5.11
23012026-04-14T21:03:49.372Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23022026-04-14T21:03:49.372Z Compiling vsss-rs v3.3.4
23032026-04-14T21:03:49.428Z Compiling ciborium v0.2.2
23042026-04-14T21:03:49.568Z Compiling tokio-rustls v0.26.4
23052026-04-14T21:03:49.751Z Compiling rustls-platform-verifier v0.6.2
23062026-04-14T21:03:49.819Z Compiling hyper-rustls v0.27.7
23072026-04-14T21:03:50.083Z Compiling reqwest v0.12.28
23082026-04-14T21:03:50.128Z Compiling reqwest v0.13.2
23092026-04-14T21:03:50.177Z Compiling tabwriter v1.4.1
23102026-04-14T21:03:50.213Z Compiling byte-wrapper v0.1.0
23112026-04-14T21:03:50.226Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-04-14T21:03:50.308Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-04-14T21:03:50.324Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-04-14T21:03:50.579Z Compiling regress v0.10.5
23152026-04-14T21:03:50.762Z Compiling cstr-argument v0.1.2
23162026-04-14T21:03:50.794Z Compiling erased-serde v0.4.9
23172026-04-14T21:03:50.861Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-04-14T21:03:50.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-04-14T21:03:50.972Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-04-14T21:03:51.125Z Compiling num_enum v0.5.11
23212026-04-14T21:03:51.141Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23222026-04-14T21:03:51.173Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-04-14T21:03:51.276Z Compiling rand v0.10.0
23242026-04-14T21:03:51.298Z Compiling rayon v1.11.0
23252026-04-14T21:03:51.354Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-04-14T21:03:51.374Z Compiling libefi-sys v0.1.0
23272026-04-14T21:03:51.399Z Compiling indent_write v2.2.0
23282026-04-14T21:03:51.455Z Compiling colored v3.1.1
23292026-04-14T21:03:51.582Z Compiling zone_cfg_derive v0.3.1
23302026-04-14T21:03:51.740Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-04-14T21:03:51.767Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-04-14T21:03:51.817Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-04-14T21:03:52.086Z Compiling camino-tempfile v1.4.1
23342026-04-14T21:03:52.159Z Compiling itertools v0.12.1
23352026-04-14T21:03:52.221Z Compiling usdt-attr-macro v0.5.0
23362026-04-14T21:03:52.241Z Compiling usdt-macro v0.5.0
23372026-04-14T21:03:52.333Z Compiling bitfield-struct v0.6.2
23382026-04-14T21:03:52.497Z Compiling num-derive v0.4.2
23392026-04-14T21:03:52.958Z Compiling ordered-float v2.10.1
23402026-04-14T21:03:52.979Z Compiling blake3 v1.8.3
23412026-04-14T21:03:52.996Z Compiling sigpipe v0.1.3
23422026-04-14T21:03:53.115Z Compiling memmap v0.7.0
23432026-04-14T21:03:53.267Z Compiling glob v0.3.3
23442026-04-14T21:03:53.293Z Compiling swrite v0.1.0
23452026-04-14T21:03:53.356Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-04-14T21:03:53.402Z Compiling usdt v0.5.0
23472026-04-14T21:03:53.432Z Compiling serde-value v0.7.0
23482026-04-14T21:03:53.453Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23492026-04-14T21:03:53.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23502026-04-14T21:03:53.499Z Compiling zone v0.3.1
23512026-04-14T21:03:53.602Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23522026-04-14T21:03:53.636Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-04-14T21:03:53.802Z Compiling serde-untagged v0.1.9
23542026-04-14T21:03:53.833Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23552026-04-14T21:03:53.889Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23562026-04-14T21:03:54.164Z Compiling toml v0.8.23
23572026-04-14T21:03:54.182Z Compiling smf v0.2.3
23582026-04-14T21:03:54.217Z Compiling filetime v0.2.27
23592026-04-14T21:03:54.235Z Compiling same-file v1.0.6
23602026-04-14T21:03:54.249Z Compiling constant_time_eq v0.4.2
23612026-04-14T21:03:54.285Z Compiling unicode-xid v0.2.6
23622026-04-14T21:03:54.299Z Compiling whoami v1.6.1
23632026-04-14T21:03:54.458Z Compiling arrayvec v0.7.6
23642026-04-14T21:03:54.474Z Compiling xattr v1.6.1
23652026-04-14T21:03:54.477Z Compiling arrayref v0.3.9
23662026-04-14T21:03:54.504Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-04-14T21:03:54.578Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-04-14T21:03:54.594Z Compiling walkdir v2.5.0
23692026-04-14T21:03:54.611Z Compiling tar v0.4.45
23702026-04-14T21:03:54.717Z Compiling cargo-util-schemas v0.8.2
23712026-04-14T21:03:54.781Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-04-14T21:03:55.044Z Compiling tokio-dtrace v0.1.1
23732026-04-14T21:03:55.092Z Compiling console v0.16.2
23742026-04-14T21:03:55.288Z Compiling gethostname v0.5.0
23752026-04-14T21:03:55.360Z Compiling cargo-platform v0.2.0
23762026-04-14T21:03:55.376Z Compiling unit-prefix v0.5.2
23772026-04-14T21:03:55.376Z Compiling topological-sort v0.2.2
23782026-04-14T21:03:55.410Z Compiling oxide-tokio-rt v0.1.3
23792026-04-14T21:03:55.452Z Compiling shell-words v1.1.1
23802026-04-14T21:03:55.563Z Compiling indicatif v0.18.4
23812026-04-14T21:03:55.588Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-04-14T21:03:55.931Z Compiling cargo_metadata v0.21.0
23832026-04-14T21:04:04.848Z Compiling progenitor-client v0.13.0
23842026-04-14T21:04:04.869Z Compiling progenitor-client v0.10.0
23852026-04-14T21:04:04.869Z Compiling omicron-zone-package v0.12.2
23862026-04-14T21:04:04.967Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-04-14T21:04:04.972Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-04-14T21:04:04.972Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-04-14T21:04:05.019Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-04-14T21:04:05.325Z Compiling progenitor-extras v0.1.1
23912026-04-14T21:04:05.348Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-04-14T21:04:05.366Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-04-14T21:04:05.388Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-04-14T21:04:05.530Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-04-14T21:04:05.596Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-04-14T21:04:10.714Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-04-14T21:04:17.679Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-04-14T21:04:20.763Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-04-14T21:04:21.745Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-04-14T21:04:30.520Z Finished `release` profile [optimized] target(s) in 1m 39s
24012026-04-14T21:04:30.674Z Running `target/release/omicron-package -t test target create -p dev`
24022026-04-14T21:04:30.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-04-14T21:04:30.743ZCreated new build target 'test' and set it as active
24042026-04-14T21:04:30.746Z
24052026-04-14T21:04:30.746Zreal 1:39.668524802
24062026-04-14T21:04:30.746Zuser 16:24.560683225
24072026-04-14T21:04:30.746Zsys 2:38.344485160
24082026-04-14T21:04:30.746Ztrap 0.445440118
24092026-04-14T21:04:30.746Ztflt 2.807445875
24102026-04-14T21:04:30.746Zdflt 3.865307215
24112026-04-14T21:04:30.746Zkflt 0.030583419
24122026-04-14T21:04:30.746Zlock 51:58.664188559
24132026-04-14T21:04:30.746Zslp 42:11.740702360
24142026-04-14T21:04:30.746Zlat 46.236727875
24152026-04-14T21:04:30.747Zstop 5:30.548595783
24162026-04-14T21:04:30.747Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-04-14T21:04:31.622Z Finished `release` profile [optimized] target(s) in 0.86s
24182026-04-14T21:04:31.694Z Running `target/release/omicron-package -t test package`
24192026-04-14T21:04:31.754ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-04-14T21:04:33.163Z Compiling regress v0.10.5
24212026-04-14T21:04:33.163Z Compiling heck v0.5.0
24222026-04-14T21:04:33.375Z Compiling unsafe-libyaml v0.2.11
24232026-04-14T21:04:33.391Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-04-14T21:04:33.420Z Compiling unicode-width v0.1.14
24252026-04-14T21:04:33.424Z Compiling is-terminal v0.4.17
24262026-04-14T21:04:33.466Z Compiling prettyplease v0.2.37
24272026-04-14T21:04:33.466Z Compiling bytecount v0.6.9
24282026-04-14T21:04:33.469Z Compiling rustls v0.22.4
24292026-04-14T21:04:33.469Z Compiling rustls-webpki v0.102.8
24302026-04-14T21:04:33.470Z Compiling derive-where v1.6.0
24312026-04-14T21:04:33.510Z Compiling thread_local v1.1.9
24322026-04-14T21:04:33.514Z Compiling match_cfg v0.1.0
24332026-04-14T21:04:33.533Z Compiling multer v3.1.0
24342026-04-14T21:04:33.554Z Compiling slog-async v2.8.0
24352026-04-14T21:04:33.642Z Compiling typify-impl v0.6.1
24362026-04-14T21:04:33.683Z Compiling crossbeam-channel v0.5.15
24372026-04-14T21:04:33.683Z Compiling slog-json v2.6.1
24382026-04-14T21:04:33.686Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-04-14T21:04:33.686Z Compiling futures-executor v0.3.32
24402026-04-14T21:04:33.750Z Compiling hostname v0.3.1
24412026-04-14T21:04:33.770Z Compiling serde_spanned v1.0.4
24422026-04-14T21:04:33.773Z Compiling term v1.2.1
24432026-04-14T21:04:33.832Z Compiling take_mut v0.2.2
24442026-04-14T21:04:33.891Z Compiling serde_yaml v0.9.34+deprecated
24452026-04-14T21:04:33.947Z Compiling toml_writer v1.0.6+spec-1.1.0
24462026-04-14T21:04:33.971Z Compiling futures v0.3.32
24472026-04-14T21:04:33.991Z Compiling slog-bunyan v2.5.0
24482026-04-14T21:04:34.097Z Compiling dropshot v0.16.7
24492026-04-14T21:04:34.118Z Compiling slog-term v2.9.2
24502026-04-14T21:04:34.149Z Compiling toml v0.9.12+spec-1.1.0
24512026-04-14T21:04:34.171Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-04-14T21:04:34.192Z Compiling async-stream v0.3.6
24532026-04-14T21:04:34.196Z Compiling progenitor-client v0.13.0
24542026-04-14T21:04:34.235Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-04-14T21:04:34.339Z Compiling waitgroup v0.1.2
24562026-04-14T21:04:34.360Z Compiling backon v1.6.0
24572026-04-14T21:04:34.397Z Compiling rustls-pemfile v2.2.0
24582026-04-14T21:04:34.449Z Compiling serde_path_to_error v0.1.20
24592026-04-14T21:04:34.474Z Compiling hostname v0.4.2
24602026-04-14T21:04:34.512Z Compiling instant v0.1.13
24612026-04-14T21:04:34.515Z Compiling debug-ignore v1.0.5
24622026-04-14T21:04:34.563Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-04-14T21:04:34.597Z Compiling progenitor-extras v0.1.1
24642026-04-14T21:04:34.621Z Compiling backoff v0.4.0
24652026-04-14T21:04:34.646Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24662026-04-14T21:04:34.649Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-04-14T21:04:34.692Z Compiling parse-display v0.10.0
24682026-04-14T21:04:34.696Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-04-14T21:04:34.758Z Compiling progenitor-client v0.10.0
24702026-04-14T21:04:34.782Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-04-14T21:04:34.832Z Compiling macaddr v1.0.1
24722026-04-14T21:04:34.959Z Compiling console v0.15.11
24732026-04-14T21:04:34.987Z Compiling num-rational v0.4.2
24742026-04-14T21:04:35.103Z Compiling num-complex v0.4.6
24752026-04-14T21:04:35.224Z Compiling slog-dtrace v0.3.0
24762026-04-14T21:04:35.311Z Compiling newline-converter v0.3.0
24772026-04-14T21:04:35.335Z Compiling atomicwrites v0.4.4
24782026-04-14T21:04:35.380Z Compiling async-recursion v1.1.1
24792026-04-14T21:04:35.501Z Compiling num v0.4.3
24802026-04-14T21:04:35.548Z Compiling cancel-safe-futures v0.1.5
24812026-04-14T21:04:35.613Z Compiling float-ord v0.3.2
24822026-04-14T21:04:35.658Z Compiling owo-colors v4.3.0
24832026-04-14T21:04:35.699Z Compiling expectorate v1.2.0
24842026-04-14T21:04:35.702Z Compiling libsw-core v0.3.2
24852026-04-14T21:04:35.764Z Compiling tokio-rustls v0.25.0
24862026-04-14T21:04:35.787Z Compiling resolv-conf v0.7.6
24872026-04-14T21:04:35.908Z Compiling libsw v3.5.0
24882026-04-14T21:04:35.939Z Compiling toml v0.8.23
24892026-04-14T21:04:35.961Z Compiling linear-map v1.2.0
24902026-04-14T21:04:36.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-04-14T21:04:36.115Z Compiling linked-hash-map v0.5.6
24922026-04-14T21:04:36.138Z Compiling minimal-lexical v0.2.1
24932026-04-14T21:04:36.251Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-04-14T21:04:36.273Z Compiling unicode-xid v0.2.6
24952026-04-14T21:04:36.292Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-04-14T21:04:36.365Z Compiling nom v7.1.3
24972026-04-14T21:04:36.404Z Compiling lru-cache v0.1.2
24982026-04-14T21:04:36.428Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-04-14T21:04:36.431Z Compiling globset v0.4.18
25002026-04-14T21:04:36.475Z Compiling hickory-proto v0.24.4
25012026-04-14T21:04:36.540Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-04-14T21:04:36.585Z Compiling convert_case v0.10.0
25032026-04-14T21:04:36.836Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-04-14T21:04:36.887Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-04-14T21:04:37.054Z Compiling derive_more-impl v2.1.1
25062026-04-14T21:04:37.745Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-04-14T21:04:37.860Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-04-14T21:04:37.864Z Compiling pin-project-internal v1.1.11
25092026-04-14T21:04:37.864Z Compiling derive_more v2.1.1
25102026-04-14T21:04:37.999Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-04-14T21:04:38.022Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-04-14T21:04:38.184Z Compiling pem v3.0.6
25132026-04-14T21:04:38.327Z Compiling typify-macro v0.6.1
25142026-04-14T21:04:38.913Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-04-14T21:04:38.935Z Compiling hickory-resolver v0.24.4
25162026-04-14T21:04:39.212Z Compiling pin-project v1.1.11
25172026-04-14T21:04:39.294Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-04-14T21:04:39.351Z Compiling snafu-derive v0.8.9
25192026-04-14T21:04:39.586Z Compiling termtree v0.5.1
25202026-04-14T21:04:39.825Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-04-14T21:04:39.937Z Compiling typify v0.6.1
25222026-04-14T21:04:40.077Z Compiling progenitor-impl v0.13.0
25232026-04-14T21:04:40.416Z Compiling qorb v0.4.1
25242026-04-14T21:04:40.581Z Compiling crossterm v0.29.0
25252026-04-14T21:04:41.046Z Compiling olpc-cjson v0.1.4
25262026-04-14T21:04:41.081Z Compiling snafu v0.8.9
25272026-04-14T21:04:41.303Z Compiling phf_shared v0.12.1
25282026-04-14T21:04:41.555Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-04-14T21:04:41.675Z Compiling serde_plain v1.0.2
25302026-04-14T21:04:41.996Z Compiling csv-core v0.1.13
25312026-04-14T21:04:42.084Z Compiling vte v0.14.1
25322026-04-14T21:04:42.246Z Compiling progenitor-macro v0.13.0
25332026-04-14T21:04:42.355Z Compiling chrono-tz v0.10.4
25342026-04-14T21:04:42.388Z Compiling typed-path v0.9.3
25352026-04-14T21:04:42.446Z Compiling highway v1.3.0
25362026-04-14T21:04:42.473Z Compiling strip-ansi-escapes v0.2.1
25372026-04-14T21:04:42.614Z Compiling csv v1.4.0
25382026-04-14T21:04:43.036Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-04-14T21:04:43.199Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-04-14T21:04:43.516Z Compiling tough v0.20.0
25412026-04-14T21:04:43.612Z Compiling phf v0.12.1
25422026-04-14T21:04:43.834Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-04-14T21:04:44.322Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-04-14T21:04:45.044Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-04-14T21:04:45.308Z Compiling const_format_proc_macros v0.2.34
25462026-04-14T21:04:45.365Z Compiling papergrid v0.11.0
25472026-04-14T21:04:45.557Z Compiling tabled_derive v0.7.0
25482026-04-14T21:04:45.651Z Compiling fd-lock v4.0.4
25492026-04-14T21:04:45.828Z Compiling peg-macros v0.8.5
25502026-04-14T21:04:46.102Z Compiling nu-ansi-term v0.50.3
25512026-04-14T21:04:46.373Z Compiling progenitor v0.13.0
25522026-04-14T21:04:46.562Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-04-14T21:04:46.652Z Compiling tabled v0.15.0
25542026-04-14T21:04:47.289Z Compiling peg v0.8.5
25552026-04-14T21:04:47.399Z Compiling reedline v0.40.0
25562026-04-14T21:04:47.730Z Compiling const_format v0.2.35
25572026-04-14T21:04:48.369Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-04-14T21:04:48.569Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-04-14T21:04:48.909Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-04-14T21:04:49.192Z Compiling bcs v0.1.6
25612026-04-14T21:04:49.298Z Compiling semver v0.1.20
25622026-04-14T21:04:49.598Z Compiling rustc_version v0.1.7
25632026-04-14T21:04:49.634Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-04-14T21:04:49.830Z Compiling newtype_derive v0.1.6
25652026-04-14T21:04:49.885Z Compiling unicode-linebreak v0.1.5
25662026-04-14T21:04:50.060Z Compiling smawk v0.3.2
25672026-04-14T21:04:50.205Z Compiling humantime v2.3.0
25682026-04-14T21:04:50.261Z Compiling textwrap v0.16.2
25692026-04-14T21:04:50.709Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-04-14T21:04:50.861Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-04-14T21:04:51.304Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-04-14T21:04:51.600Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-04-14T21:04:51.871Z Compiling dropshot-api-manager-types v0.6.0
25742026-04-14T21:04:51.912Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-04-14T21:04:51.935Z Compiling base64 v0.21.7
25762026-04-14T21:04:52.369Z Compiling steno v0.4.1
25772026-04-14T21:04:52.475Z Compiling tagptr v0.2.0
25782026-04-14T21:04:52.496Z Compiling utf-8 v0.7.6
25792026-04-14T21:04:52.744Z Compiling moka v0.12.13
25802026-04-14T21:04:53.039Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-04-14T21:04:53.209Z Compiling tungstenite v0.21.0
25822026-04-14T21:04:53.265Z Compiling radium v0.7.0
25832026-04-14T21:04:53.348Z Compiling tap v1.0.1
25842026-04-14T21:04:53.498Z Compiling maybe-uninit v2.0.0
25852026-04-14T21:04:53.865Z Compiling hickory-resolver v0.25.2
25862026-04-14T21:04:53.890Z Compiling tokio-tungstenite v0.21.0
25872026-04-14T21:04:53.991Z Compiling wyz v0.5.1
25882026-04-14T21:04:54.061Z Compiling zerocopy-derive v0.6.6
25892026-04-14T21:04:54.250Z Compiling funty v2.0.0
25902026-04-14T21:04:54.310Z Compiling packed_struct v0.10.1
25912026-04-14T21:04:54.601Z Compiling display-error-chain v0.2.2
25922026-04-14T21:04:54.660Z Compiling crc-catalog v2.4.0
25932026-04-14T21:04:54.787Z Compiling crc v3.4.0
25942026-04-14T21:04:54.808Z Compiling bitvec v1.0.1
25952026-04-14T21:04:54.872Z Compiling zerocopy v0.6.6
25962026-04-14T21:04:55.024Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-04-14T21:04:55.173Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25982026-04-14T21:04:55.341Z Compiling packed_struct_codegen v0.10.1
25992026-04-14T21:04:55.361Z Compiling bitfield-macros v0.19.4
26002026-04-14T21:04:55.492Z Compiling indexmap v1.9.3
26012026-04-14T21:04:55.732Z Compiling nodrop v0.1.14
26022026-04-14T21:04:55.868Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26032026-04-14T21:04:56.086Z Compiling bitfield v0.19.4
26042026-04-14T21:04:56.347Z Compiling array-init v0.0.4
26052026-04-14T21:04:56.453Z Compiling smallvec v0.6.14
26062026-04-14T21:04:56.753Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-04-14T21:04:56.777Z Compiling num-derive v0.3.3
26082026-04-14T21:04:56.845Z Compiling proc-macro-error-attr2 v2.0.0
26092026-04-14T21:04:57.020Z Compiling hashbrown v0.12.3
26102026-04-14T21:04:57.258Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-04-14T21:04:57.669Z Compiling libscf-sys v1.1.0
26122026-04-14T21:04:57.691Z Compiling proc-macro-error2 v2.0.1
26132026-04-14T21:04:57.851Z Compiling serde-hex v0.1.0
26142026-04-14T21:04:58.009Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-04-14T21:04:58.173Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-04-14T21:04:58.276Z Compiling ron v0.8.1
26172026-04-14T21:04:58.280Z Compiling typify-impl v0.4.3
26182026-04-14T21:04:59.126Z Compiling hashbrown v0.13.2
26192026-04-14T21:04:59.555Z Compiling vergen-gitcl v1.0.8
26202026-04-14T21:04:59.770Z Compiling dirs-sys-next v0.1.2
26212026-04-14T21:04:59.803Z Compiling maplit v1.0.2
26222026-04-14T21:04:59.806Z Compiling glob v0.3.3
26232026-04-14T21:04:59.853Z Compiling diesel_derives v2.3.7
26242026-04-14T21:04:59.934Z Compiling crc-any v2.5.0
26252026-04-14T21:04:59.981Z Compiling crunchy v0.2.4
26262026-04-14T21:05:00.043Z Compiling dirs-next v2.0.0
26272026-04-14T21:05:00.148Z Compiling object v0.30.4
26282026-04-14T21:05:00.205Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-04-14T21:05:00.226Z Compiling clang-sys v1.8.1
26302026-04-14T21:05:00.300Z Compiling tabled_derive v0.11.0
26312026-04-14T21:05:00.366Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-04-14T21:05:00.465Z Compiling papergrid v0.17.0
26332026-04-14T21:05:00.623Z Compiling testing_table v0.3.0
26342026-04-14T21:05:00.699Z Compiling dsl_auto_type v0.2.0
26352026-04-14T21:05:00.886Z Compiling scheduled-thread-pool v0.2.7
26362026-04-14T21:05:00.980Z Compiling diesel_table_macro_syntax v0.3.0
26372026-04-14T21:05:01.066Z Compiling tiny-keccak v2.0.2
26382026-04-14T21:05:01.086Z Compiling path-slash v0.1.5
26392026-04-14T21:05:01.219Z Compiling r2d2 v0.8.10
26402026-04-14T21:05:01.382Z Compiling term v0.7.0
26412026-04-14T21:05:01.448Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-14T21:05:01.500Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-04-14T21:05:01.522Z Compiling downcast-rs v2.0.2
26442026-04-14T21:05:01.664Z Compiling tabled v0.20.0
26452026-04-14T21:05:01.754Z Compiling xshell-macros v0.2.7
26462026-04-14T21:05:01.800Z Compiling typify-macro v0.4.3
26472026-04-14T21:05:01.887Z Compiling bit-vec v0.6.3
26482026-04-14T21:05:01.983Z Compiling ascii-canvas v3.0.0
26492026-04-14T21:05:02.136Z Compiling bit-set v0.5.3
26502026-04-14T21:05:02.159Z Compiling xshell v0.2.7
26512026-04-14T21:05:02.331Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26522026-04-14T21:05:02.483Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-04-14T21:05:02.512Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-04-14T21:05:02.947Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-04-14T21:05:02.954Z Compiling itertools v0.10.5
26562026-04-14T21:05:02.991Z Compiling ena v0.14.4
26572026-04-14T21:05:03.243Z Compiling libloading v0.8.9
26582026-04-14T21:05:03.357Z Compiling diff v0.1.13
26592026-04-14T21:05:03.490Z Compiling unicase v2.9.0
26602026-04-14T21:05:03.493Z Compiling bindgen v0.71.1
26612026-04-14T21:05:03.623Z Compiling regex-syntax v0.6.29
26622026-04-14T21:05:03.838Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-04-14T21:05:04.988Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-04-14T21:05:05.119Z Compiling lalrpop v0.19.12
26652026-04-14T21:05:05.672Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-04-14T21:05:05.987Z Compiling diesel v2.3.7
26672026-04-14T21:05:06.178Z Compiling cexpr v0.6.0
26682026-04-14T21:05:06.280Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26692026-04-14T21:05:06.311Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702026-04-14T21:05:06.427Z Compiling crc8 v0.1.1
26712026-04-14T21:05:06.477Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-04-14T21:05:06.499Z Compiling typify v0.4.3
26732026-04-14T21:05:06.553Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-04-14T21:05:06.575Z Compiling headers-core v0.3.0
26752026-04-14T21:05:06.736Z Compiling libxml v0.3.3
26762026-04-14T21:05:06.822Z Compiling headers v0.4.1
26772026-04-14T21:05:06.845Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-04-14T21:05:07.053Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26792026-04-14T21:05:07.106Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-04-14T21:05:07.338Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-04-14T21:05:07.826Z Compiling strum_macros v0.24.3
26822026-04-14T21:05:08.083Z Compiling indoc v1.0.9
26832026-04-14T21:05:08.537Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-04-14T21:05:08.767Z Compiling derive_builder v0.20.2
26852026-04-14T21:05:08.857Z Compiling oso-derive v0.27.3
26862026-04-14T21:05:08.907Z Compiling quick-xml v0.37.5
26872026-04-14T21:05:08.953Z Compiling impl-trait-for-tuples v0.2.3
26882026-04-14T21:05:09.114Z Compiling openssl-probe v0.1.6
26892026-04-14T21:05:09.340Z Compiling half v1.8.3
26902026-04-14T21:05:09.494Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-04-14T21:05:09.521Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-04-14T21:05:09.597Z Compiling serde_cbor v0.11.2
26932026-04-14T21:05:09.807Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-04-14T21:05:10.225Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-04-14T21:05:10.285Z Compiling bb8 v0.8.6
26962026-04-14T21:05:10.447Z Compiling trait-variant v0.1.2
26972026-04-14T21:05:10.501Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-04-14T21:05:10.614Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26992026-04-14T21:05:10.672Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-04-14T21:05:10.900Z Compiling fxhash v0.2.1
27012026-04-14T21:05:10.948Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-14T21:05:11.000Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-04-14T21:05:11.147Z Compiling progenitor-impl v0.10.0
27042026-04-14T21:05:11.169Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-04-14T21:05:11.222Z Compiling kstat-rs v0.2.4
27062026-04-14T21:05:11.300Z Compiling samael v0.0.19
27072026-04-14T21:05:11.490Z Compiling libz-sys v1.1.24
27082026-04-14T21:05:11.662Z Compiling nonempty v0.12.0
27092026-04-14T21:05:11.706Z Compiling salty v0.3.0
27102026-04-14T21:05:11.900Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-04-14T21:05:12.374Z Compiling progenitor-impl v0.11.2
27122026-04-14T21:05:12.572Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-04-14T21:05:12.668Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27142026-04-14T21:05:12.690Z Compiling polar-core v0.27.3
27152026-04-14T21:05:12.736Z Compiling darling_core v0.23.0
27162026-04-14T21:05:13.299Z Compiling progenitor-macro v0.10.0
27172026-04-14T21:05:14.571Z Compiling nanorand v0.7.0
27182026-04-14T21:05:14.948Z Compiling arc-swap v1.8.2
27192026-04-14T21:05:14.970Z Compiling fs-err v2.11.0
27202026-04-14T21:05:15.208Z Compiling parking_lot_core v0.8.6
27212026-04-14T21:05:15.230Z Compiling mime_guess v2.0.5
27222026-04-14T21:05:15.342Z Compiling slog-scope v4.4.1
27232026-04-14T21:05:15.661Z Compiling darling_macro v0.23.0
27242026-04-14T21:05:15.745Z Compiling flume v0.11.1
27252026-04-14T21:05:15.794Z Compiling progenitor-macro v0.11.2
27262026-04-14T21:05:16.149Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27272026-04-14T21:05:16.180Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27282026-04-14T21:05:17.385Z Compiling progenitor v0.10.0
27292026-04-14T21:05:18.323Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-04-14T21:05:18.532Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-04-14T21:05:18.878Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-04-14T21:05:19.887Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-04-14T21:05:19.910Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-04-14T21:05:20.464Z Compiling progenitor-client v0.11.2
27352026-04-14T21:05:21.034Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-04-14T21:05:21.572Z Compiling oso v0.27.3
27372026-04-14T21:05:25.438Z Compiling diesel-dtrace v0.5.0
27382026-04-14T21:05:25.635Z Compiling async-bb8-diesel v0.2.1
27392026-04-14T21:05:25.779Z Compiling git-stub v1.0.0
27402026-04-14T21:05:26.057Z Compiling libgit2-sys v0.18.3+1.9.2
27412026-04-14T21:05:26.092Z Compiling instability v0.3.11
27422026-04-14T21:05:26.361Z Compiling git-stub-vcs v0.1.0
27432026-04-14T21:05:26.570Z Compiling progenitor v0.11.2
27442026-04-14T21:05:26.691Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-04-14T21:05:26.718Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-04-14T21:05:26.740Z Compiling darling v0.23.0
27472026-04-14T21:05:26.862Z Compiling slog-stdlog v4.1.1
27482026-04-14T21:05:27.477Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-04-14T21:05:27.684Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-04-14T21:05:28.058Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-04-14T21:05:28.859Z Compiling ignore v0.4.25
27522026-04-14T21:05:29.377Z Compiling primeorder v0.13.6
27532026-04-14T21:05:29.704Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-04-14T21:05:29.988Z Compiling castaway v0.2.4
27552026-04-14T21:05:30.155Z Compiling atty v0.2.14
27562026-04-14T21:05:30.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-04-14T21:05:30.572Z Compiling parse-size v1.1.0
27582026-04-14T21:05:30.733Z Compiling http-range v0.1.5
27592026-04-14T21:05:30.801Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-04-14T21:05:31.042Z Compiling indoc v2.0.7
27612026-04-14T21:05:31.090Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-04-14T21:05:31.114Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-04-14T21:05:31.204Z Compiling compact_str v0.8.1
27642026-04-14T21:05:32.221Z Compiling p384 v0.13.1
27652026-04-14T21:05:32.344Z Compiling globwalk v0.9.1
27662026-04-14T21:05:33.023Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-04-14T21:05:33.162Z Compiling parking_lot v0.11.2
27682026-04-14T21:05:33.554Z Compiling slog-envlogger v2.2.0
27692026-04-14T21:05:33.999Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-04-14T21:05:34.113Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27712026-04-14T21:05:34.326Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-04-14T21:05:34.399Z Compiling predicates-tree v1.0.13
27732026-04-14T21:05:34.475Z Compiling unicode-truncate v1.1.0
27742026-04-14T21:05:34.679Z Compiling lru v0.12.5
27752026-04-14T21:05:34.701Z Compiling rand_seeder v0.4.0
27762026-04-14T21:05:34.748Z Compiling prefix-trie v0.7.0
27772026-04-14T21:05:34.787Z Compiling vergen-git2 v1.0.7
27782026-04-14T21:05:34.872Z Compiling compression-core v0.4.31
27792026-04-14T21:05:34.911Z Compiling cassowary v0.3.0
27802026-04-14T21:05:34.965Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-04-14T21:05:35.059Z Compiling compression-codecs v0.4.37
27822026-04-14T21:05:35.093Z Compiling camino-tempfile-ext v0.3.3
27832026-04-14T21:05:35.176Z Compiling hickory-server v0.25.2
27842026-04-14T21:05:35.248Z Compiling ratatui v0.29.0
27852026-04-14T21:05:35.445Z Compiling hyper-staticfile v0.10.1
27862026-04-14T21:05:35.471Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-04-14T21:05:36.096Z Compiling sled v0.34.7
27882026-04-14T21:05:36.899Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-04-14T21:05:37.001Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-04-14T21:05:37.568Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-14T21:05:37.592Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-04-14T21:05:38.278Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-04-14T21:05:38.389Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27942026-04-14T21:05:39.039Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-04-14T21:05:39.279Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-04-14T21:05:39.591Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-04-14T21:05:39.759Z Compiling toml_datetime v1.0.0+spec-1.1.0
27982026-04-14T21:05:39.847Z Compiling dropshot v0.17.0
27992026-04-14T21:05:40.086Z Compiling rustls v0.21.12
28002026-04-14T21:05:40.239Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-04-14T21:05:40.276Z Compiling corncobs v0.1.4
28022026-04-14T21:05:40.359Z Compiling toml v1.0.6+spec-1.1.0
28032026-04-14T21:05:40.381Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-04-14T21:05:40.515Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-04-14T21:05:40.568Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-14T21:05:40.875Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-04-14T21:05:41.236Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-04-14T21:05:41.313Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-04-14T21:05:41.432Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-04-14T21:05:41.514Z Compiling async-compression v0.4.41
28112026-04-14T21:05:42.019Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28122026-04-14T21:05:44.137Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-04-14T21:05:44.503Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-04-14T21:05:44.586Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-04-14T21:05:44.820Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-04-14T21:05:45.062Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28172026-04-14T21:05:45.142Z Compiling sct v0.7.1
28182026-04-14T21:05:45.239Z Compiling rustls-webpki v0.101.7
28192026-04-14T21:05:45.298Z Compiling nix v0.29.0
28202026-04-14T21:05:45.416Z Compiling secrecy v0.8.0
28212026-04-14T21:05:45.616Z Compiling dropshot_endpoint v0.17.0
28222026-04-14T21:05:45.694Z Compiling void v1.0.2
28232026-04-14T21:05:45.843Z Compiling lzss v0.8.2
28242026-04-14T21:05:46.416Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28252026-04-14T21:05:47.029Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28262026-04-14T21:05:47.544Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-04-14T21:05:47.547Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-04-14T21:05:48.403Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-04-14T21:05:49.139Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-04-14T21:05:49.316Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-04-14T21:05:49.566Z Compiling tungstenite v0.23.0
28322026-04-14T21:05:49.618Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-04-14T21:05:49.846Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-04-14T21:05:50.047Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-04-14T21:05:50.070Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-04-14T21:05:50.091Z Compiling nix v0.27.1
28372026-04-14T21:05:50.274Z Compiling serde_bytes v0.11.19
28382026-04-14T21:05:50.357Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28392026-04-14T21:05:50.578Z Compiling tokio-tungstenite v0.23.1
28402026-04-14T21:05:50.984Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-04-14T21:05:51.340Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-04-14T21:05:51.575Z Compiling git2 v0.20.4
28432026-04-14T21:05:51.691Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-04-14T21:05:51.922Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-04-14T21:05:53.417Z Compiling tokio-rustls v0.24.1
28462026-04-14T21:05:54.612Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-04-14T21:05:54.712Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-04-14T21:05:56.453Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-04-14T21:05:56.476Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28502026-04-14T21:05:56.904Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28512026-04-14T21:05:57.655Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28522026-04-14T21:05:57.776Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-04-14T21:05:58.912Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28542026-04-14T21:05:59.573Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28552026-04-14T21:06:00.062Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-04-14T21:06:01.033Z Compiling rustls-pemfile v1.0.4
28572026-04-14T21:06:01.462Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-04-14T21:06:02.042Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-04-14T21:06:02.319Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-04-14T21:06:03.610Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-04-14T21:06:03.634Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28622026-04-14T21:06:04.263Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-04-14T21:06:04.617Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-04-14T21:06:04.891Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-04-14T21:06:04.979Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-04-14T21:06:05.062Z Compiling signal-hook-tokio v0.3.1
28672026-04-14T21:06:05.128Z Compiling twox-hash v2.1.2
28682026-04-14T21:06:05.252Z Compiling yasna v0.5.2
28692026-04-14T21:06:05.466Z Compiling is_ci v1.2.0
28702026-04-14T21:06:05.668Z Compiling supports-color v3.0.2
28712026-04-14T21:06:05.690Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28722026-04-14T21:06:05.909Z Compiling rcgen v0.12.1
28732026-04-14T21:06:05.984Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28742026-04-14T21:06:06.762Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-04-14T21:06:06.791Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28762026-04-14T21:06:07.478Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28772026-04-14T21:06:08.345Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28782026-04-14T21:06:09.580Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28792026-04-14T21:06:09.818Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28802026-04-14T21:06:10.257Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-04-14T21:06:10.298Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28822026-04-14T21:06:11.037Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-04-14T21:06:11.277Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-04-14T21:06:11.504Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-04-14T21:06:11.527Z Compiling fatfs v0.3.6
28862026-04-14T21:06:11.734Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28872026-04-14T21:06:12.484Z Compiling rtoolbox v0.0.3
28882026-04-14T21:06:12.761Z Compiling subprocess v0.2.15
28892026-04-14T21:06:12.761Z Compiling assert_matches v1.5.0
28902026-04-14T21:06:12.902Z Compiling seq-macro v0.3.6
28912026-04-14T21:06:13.430Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-04-14T21:06:13.501Z Compiling rpassword v7.4.0
28932026-04-14T21:06:13.859Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-04-14T21:06:14.204Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-04-14T21:06:14.990Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-04-14T21:06:15.450Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-04-14T21:06:15.589Z Compiling tui-tree-widget v0.23.1
28982026-04-14T21:06:15.875Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-04-14T21:06:17.363Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29002026-04-14T21:06:17.481Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29012026-04-14T21:06:17.505Z Compiling uzers v0.12.2
29022026-04-14T21:06:17.876Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-04-14T21:06:18.673Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-04-14T21:06:19.690Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-04-14T21:06:20.329Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-04-14T21:06:22.526Z Compiling support-bundle-viewer v0.1.2
29072026-04-14T21:06:23.117Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-04-14T21:06:24.484Z Compiling multimap v0.10.1
29092026-04-14T21:06:32.796Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-04-14T21:06:41.976Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29112026-04-14T21:06:44.444Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-04-14T21:06:44.770Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-04-14T21:11:44.111Z Finished `release` profile [optimized] target(s) in 7m 12s
29142026-04-14T21:12:28.703Z
29152026-04-14T21:12:28.706Zreal 7:57.865153752
29162026-04-14T21:12:28.706Zuser 1:16:49.620580716
29172026-04-14T21:12:28.707Zsys 3:27.763015509
29182026-04-14T21:12:28.707Ztrap 1.713784183
29192026-04-14T21:12:28.707Ztflt 2.303640902
29202026-04-14T21:12:28.707Zdflt 17.509126596
29212026-04-14T21:12:28.707Zkflt 0.002088477
29222026-04-14T21:12:28.707Zlock 6:08:58.961538689
29232026-04-14T21:12:28.707Zslp 2:10:40.981015906
29242026-04-14T21:12:28.707Zlat 2:27.155711062
29252026-04-14T21:12:28.707Zstop 5:09.477253292
29262026-04-14T21:12:28.707Z+ mapfile -t packages
29272026-04-14T21:12:28.707Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-04-14T21:12:29.638Z Finished `release` profile [optimized] target(s) in 0.92s
29292026-04-14T21:12:29.713Z Running `target/release/omicron-package -t test list-outputs`
29302026-04-14T21:12:29.768ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-04-14T21:12:29.771Z+ ptime -m cargo build --locked --release -p xtask
29322026-04-14T21:12:30.290Z Compiling libc v0.2.180
29332026-04-14T21:12:30.290Z Compiling serde v1.0.228
29342026-04-14T21:12:30.290Z Compiling serde_core v1.0.228
29352026-04-14T21:12:30.293Z Compiling rustix v1.1.3
29362026-04-14T21:12:30.294Z Compiling serde_json v1.0.149
29372026-04-14T21:12:30.294Z Compiling bitflags v2.11.0
29382026-04-14T21:12:30.436Z Compiling num-traits v0.2.19
29392026-04-14T21:12:30.446Z Compiling syn v2.0.117
29402026-04-14T21:12:30.455Z Compiling hashbrown v0.16.1
29412026-04-14T21:12:30.467Z Compiling smallvec v1.15.1
29422026-04-14T21:12:30.476Z Compiling usdt-impl v0.5.0
29432026-04-14T21:12:30.498Z Compiling syn v1.0.109
29442026-04-14T21:12:30.511Z Compiling percent-encoding v2.3.2
29452026-04-14T21:12:30.524Z Compiling getrandom v0.3.4
29462026-04-14T21:12:30.650Z Compiling log v0.4.29
29472026-04-14T21:12:30.743Z Compiling form_urlencoded v1.2.2
29482026-04-14T21:12:30.868Z Compiling fs-err v3.3.0
29492026-04-14T21:12:30.915Z Compiling heck v0.4.1
29502026-04-14T21:12:30.950Z Compiling once_cell v1.21.3
29512026-04-14T21:12:30.953Z Compiling anyhow v1.0.102
29522026-04-14T21:12:31.054Z Compiling indexmap v2.13.0
29532026-04-14T21:12:31.138Z Compiling thread-id v4.2.2
29542026-04-14T21:12:31.199Z Compiling errno v0.3.14
29552026-04-14T21:12:31.202Z Compiling memmap v0.7.0
29562026-04-14T21:12:31.466Z Compiling ordered-float v2.10.1
29572026-04-14T21:12:31.973Z Compiling proc-macro-error v1.0.4
29582026-04-14T21:12:32.209Z Compiling terminal_size v0.4.3
29592026-04-14T21:12:32.209Z Compiling tempfile v3.25.0
29602026-04-14T21:12:32.228Z Compiling tabled_derive v0.7.0
29612026-04-14T21:12:32.305Z Compiling clap_builder v4.5.60
29622026-04-14T21:12:32.308Z Compiling textwrap v0.16.2
29632026-04-14T21:12:32.443Z Compiling camino-tempfile v1.4.1
29642026-04-14T21:12:32.880Z Compiling tabled v0.15.0
29652026-04-14T21:12:32.992Z Compiling synstructure v0.13.2
29662026-04-14T21:12:32.992Z Compiling pest_generator v2.8.6
29672026-04-14T21:12:33.375Z Compiling serde_derive v1.0.228
29682026-04-14T21:12:33.379Z Compiling zerofrom-derive v0.1.6
29692026-04-14T21:12:33.380Z Compiling yoke-derive v0.8.1
29702026-04-14T21:12:33.380Z Compiling zerovec-derive v0.11.2
29712026-04-14T21:12:33.380Z Compiling displaydoc v0.2.5
29722026-04-14T21:12:33.380Z Compiling thiserror-impl v1.0.69
29732026-04-14T21:12:33.380Z Compiling zerocopy-derive v0.7.35
29742026-04-14T21:12:33.380Z Compiling scroll_derive v0.12.1
29752026-04-14T21:12:33.380Z Compiling thiserror-impl v2.0.18
29762026-04-14T21:12:33.380Z Compiling clap_derive v4.5.55
29772026-04-14T21:12:33.614Z Compiling pest_derive v2.8.6
29782026-04-14T21:12:34.124Z Compiling scroll v0.12.0
29792026-04-14T21:12:34.263Z Compiling zerocopy v0.7.35
29802026-04-14T21:12:34.436Z Compiling goblin v0.8.2
29812026-04-14T21:12:34.530Z Compiling zerofrom v0.1.6
29822026-04-14T21:12:34.581Z Compiling thiserror v2.0.18
29832026-04-14T21:12:34.594Z Compiling thiserror v1.0.69
29842026-04-14T21:12:34.647Z Compiling yoke v0.8.1
29852026-04-14T21:12:34.712Z Compiling dtrace-parser v0.2.0
29862026-04-14T21:12:34.843Z Compiling zerovec v0.11.5
29872026-04-14T21:12:34.865Z Compiling zerotrie v0.2.3
29882026-04-14T21:12:35.077Z Compiling clap v4.5.60
29892026-04-14T21:12:35.463Z Compiling tinystr v0.8.2
29902026-04-14T21:12:35.575Z Compiling potential_utf v0.1.4
29912026-04-14T21:12:35.704Z Compiling icu_locale_core v2.1.1
29922026-04-14T21:12:35.780Z Compiling icu_collections v2.1.1
29932026-04-14T21:12:36.561Z Compiling icu_provider v2.1.1
29942026-04-14T21:12:36.744Z Compiling toml_datetime v0.6.11
29952026-04-14T21:12:36.805Z Compiling serde_spanned v0.6.9
29962026-04-14T21:12:36.986Z Compiling icu_properties v2.1.2
29972026-04-14T21:12:36.997Z Compiling icu_normalizer v2.1.1
29982026-04-14T21:12:37.085Z Compiling toml_edit v0.22.27
29992026-04-14T21:12:37.152Z Compiling dof v0.3.0
30002026-04-14T21:12:37.288Z Compiling serde_tokenstream v0.2.3
30012026-04-14T21:12:37.313Z Compiling serde-value v0.7.0
30022026-04-14T21:12:37.325Z Compiling cargo-platform v0.2.0
30032026-04-14T21:12:37.388Z Compiling macaddr v1.0.1
30042026-04-14T21:12:37.902Z Compiling idna_adapter v1.2.1
30052026-04-14T21:12:37.974Z Compiling usdt-macro v0.5.0
30062026-04-14T21:12:37.977Z Compiling usdt-attr-macro v0.5.0
30072026-04-14T21:12:38.032Z Compiling idna v1.1.0
30082026-04-14T21:12:38.423Z Compiling url v2.5.8
30092026-04-14T21:12:38.655Z Compiling usdt v0.5.0
30102026-04-14T21:12:38.667Z Compiling toml v0.8.23
30112026-04-14T21:12:39.123Z Compiling cargo-util-schemas v0.8.2
30122026-04-14T21:12:39.148Z Compiling cargo_toml v0.21.0
30132026-04-14T21:12:40.151Z Compiling cargo_metadata v0.21.0
30142026-04-14T21:12:43.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-04-14T21:12:46.295Z Finished `release` profile [optimized] target(s) in 16.51s
30162026-04-14T21:12:46.456Z
30172026-04-14T21:12:46.456Zreal 16.649630754
30182026-04-14T21:12:46.456Zuser 2:22.437044548
30192026-04-14T21:12:46.456Zsys 17.066236860
30202026-04-14T21:12:46.456Ztrap 0.101890227
30212026-04-14T21:12:46.456Ztflt 0.696553037
30222026-04-14T21:12:46.456Zdflt 1.391046748
30232026-04-14T21:12:46.456Zkflt 0.000038563
30242026-04-14T21:12:46.460Zlock 5:25.559018881
30252026-04-14T21:12:46.460Zslp 3:30.453688195
30262026-04-14T21:12:46.460Zlat 7.154720529
30272026-04-14T21:12:46.460Zstop 18.869057636
30282026-04-14T21:12:46.460Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-04-14T21:12:46.460Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-04-14T21:12:46.460Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-04-14T21:12:46.460Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-04-14T21:12:46.460Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-04-14T21:12:47.376Z Compiling regress v0.10.5
30342026-04-14T21:12:47.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-04-14T21:12:47.379Z Compiling newtype-uuid-macros v0.1.0
30362026-04-14T21:12:47.379Z Compiling rustls v0.22.4
30372026-04-14T21:12:47.521Z Compiling progenitor-client v0.13.0
30382026-04-14T21:12:47.524Z Compiling rustls-webpki v0.102.8
30392026-04-14T21:12:47.524Z Compiling structmeta-derive v0.3.0
30402026-04-14T21:12:47.524Z Compiling serde_spanned v1.0.4
30412026-04-14T21:12:47.524Z Compiling multer v3.1.0
30422026-04-14T21:12:47.524Z Compiling match_cfg v0.1.0
30432026-04-14T21:12:47.524Z Compiling debug-ignore v1.0.5
30442026-04-14T21:12:47.543Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-04-14T21:12:47.543Z Compiling slog-json v2.6.1
30462026-04-14T21:12:47.543Z Compiling async-stream-impl v0.3.6
30472026-04-14T21:12:47.546Z Compiling waitgroup v0.1.2
30482026-04-14T21:12:47.546Z Compiling rustls-pemfile v2.2.0
30492026-04-14T21:12:47.798Z Compiling hostname v0.3.1
30502026-04-14T21:12:47.802Z Compiling serde_path_to_error v0.1.20
30512026-04-14T21:12:47.802Z Compiling hostname v0.4.2
30522026-04-14T21:12:47.802Z Compiling itertools v0.14.0
30532026-04-14T21:12:47.869Z Compiling dropshot v0.16.7
30542026-04-14T21:12:47.872Z Compiling toml v0.9.12+spec-1.1.0
30552026-04-14T21:12:47.872Z Compiling dropshot_endpoint v0.16.7
30562026-04-14T21:12:47.937Z Compiling slog-bunyan v2.5.0
30572026-04-14T21:12:47.969Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-04-14T21:12:47.991Z Compiling macaddr v1.0.1
30592026-04-14T21:12:48.092Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-04-14T21:12:48.113Z Compiling instant v0.1.13
30612026-04-14T21:12:48.185Z Compiling progenitor-client v0.10.0
30622026-04-14T21:12:48.200Z Compiling backon v1.6.0
30632026-04-14T21:12:48.230Z Compiling backoff v0.4.0
30642026-04-14T21:12:48.247Z Compiling async-stream v0.3.6
30652026-04-14T21:12:48.265Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-04-14T21:12:48.268Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30672026-04-14T21:12:48.424Z Compiling progenitor-extras v0.1.1
30682026-04-14T21:12:48.445Z Compiling universal-hash v0.5.1
30692026-04-14T21:12:48.464Z Compiling opaque-debug v0.3.1
30702026-04-14T21:12:48.482Z Compiling half v2.7.1
30712026-04-14T21:12:48.515Z Compiling crucible-workspace-hack v0.1.0
30722026-04-14T21:12:48.533Z Compiling ciborium-io v0.2.2
30732026-04-14T21:12:48.554Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-04-14T21:12:48.571Z Compiling convert_case v0.4.0
30752026-04-14T21:12:48.589Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30762026-04-14T21:12:48.608Z Compiling aead v0.5.2
30772026-04-14T21:12:48.650Z Compiling secrecy v0.10.3
30782026-04-14T21:12:48.702Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-04-14T21:12:48.719Z Compiling unsafe-libyaml v0.2.11
30802026-04-14T21:12:48.754Z Compiling ciborium-ll v0.2.2
30812026-04-14T21:12:48.811Z Compiling poly1305 v0.8.0
30822026-04-14T21:12:48.831Z Compiling chacha20 v0.9.1
30832026-04-14T21:12:48.849Z Compiling structmeta v0.3.0
30842026-04-14T21:12:48.865Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-04-14T21:12:48.882Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-04-14T21:12:48.978Z Compiling derive_more v0.99.20
30872026-04-14T21:12:48.995Z Compiling ciborium v0.2.2
30882026-04-14T21:12:49.012Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-04-14T21:12:49.099Z Compiling derive-ex v0.1.8
30902026-04-14T21:12:49.119Z Compiling parse-display-derive v0.10.0
30912026-04-14T21:12:49.148Z Compiling typify-impl v0.6.1
30922026-04-14T21:12:49.217Z Compiling thiserror-impl-no-std v2.0.2
30932026-04-14T21:12:49.238Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-04-14T21:12:49.255Z Compiling serde_yaml v0.9.34+deprecated
30952026-04-14T21:12:49.278Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30962026-04-14T21:12:49.361Z Compiling byte-wrapper v0.1.0
30972026-04-14T21:12:49.364Z Compiling password-hash v0.5.0
30982026-04-14T21:12:49.502Z Compiling blake2 v0.10.6
30992026-04-14T21:12:49.599Z Compiling chacha20poly1305 v0.10.1
31002026-04-14T21:12:49.615Z Compiling indent_write v2.2.0
31012026-04-14T21:12:49.738Z Compiling heapless v0.8.0
31022026-04-14T21:12:49.742Z Compiling ingot-macros v0.1.1
31032026-04-14T21:12:49.776Z Compiling argon2 v0.5.3
31042026-04-14T21:12:49.792Z Compiling toml_edit v0.23.10+spec-1.0.0
31052026-04-14T21:12:49.811Z Compiling hash32 v0.3.1
31062026-04-14T21:12:49.995Z Compiling tokio-rustls v0.25.0
31072026-04-14T21:12:50.092Z Compiling smoltcp v0.11.0
31082026-04-14T21:12:50.272Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-04-14T21:12:50.459Z Compiling thiserror-no-std v2.0.2
31102026-04-14T21:12:50.476Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-04-14T21:12:50.559Z Compiling vsss-rs v3.3.4
31122026-04-14T21:12:50.601Z Compiling proc-macro-crate v3.4.0
31132026-04-14T21:12:50.763Z Compiling tabwriter v1.4.1
31142026-04-14T21:12:50.778Z Compiling cobs v0.3.0
31152026-04-14T21:12:50.876Z Compiling test-strategy v0.4.5
31162026-04-14T21:12:50.892Z Compiling parse-display v0.10.0
31172026-04-14T21:12:50.911Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-04-14T21:12:50.998Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31192026-04-14T21:12:51.016Z Compiling postcard v1.1.3
31202026-04-14T21:12:51.034Z Compiling proc-macro-error v1.0.4
31212026-04-14T21:12:51.126Z Compiling proc-macro-crate v1.3.1
31222026-04-14T21:12:51.190Z Compiling num_enum_derive v0.7.5
31232026-04-14T21:12:51.207Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31242026-04-14T21:12:51.226Z Compiling foreign-types-macros v0.2.3
31252026-04-14T21:12:51.384Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31262026-04-14T21:12:51.400Z Compiling colored v3.1.1
31272026-04-14T21:12:51.523Z Compiling foreign-types-shared v0.3.1
31282026-04-14T21:12:51.577Z Compiling rayon-core v1.13.0
31292026-04-14T21:12:51.596Z Compiling cpufeatures v0.3.0
31302026-04-14T21:12:51.612Z Compiling num_enum_derive v0.5.11
31312026-04-14T21:12:51.630Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-14T21:12:51.695Z Compiling chacha20 v0.10.0
31332026-04-14T21:12:51.807Z Compiling crossbeam-deque v0.8.6
31342026-04-14T21:12:51.830Z Compiling num-rational v0.4.2
31352026-04-14T21:12:51.847Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-04-14T21:12:51.865Z Compiling num-complex v0.4.6
31372026-04-14T21:12:51.881Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-04-14T21:12:51.919Z Compiling foreign-types v0.5.0
31392026-04-14T21:12:52.036Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31402026-04-14T21:12:52.040Z Compiling cstr-argument v0.1.2
31412026-04-14T21:12:52.068Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-04-14T21:12:52.208Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-04-14T21:12:52.227Z Compiling num v0.4.3
31442026-04-14T21:12:52.330Z Compiling rand v0.10.0
31452026-04-14T21:12:52.345Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-04-14T21:12:52.348Z Compiling toml v0.8.23
31472026-04-14T21:12:52.379Z Compiling num_enum v0.7.5
31482026-04-14T21:12:52.394Z Compiling camino-tempfile v1.4.1
31492026-04-14T21:12:52.472Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-04-14T21:12:52.497Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31512026-04-14T21:12:52.500Z Compiling float-ord v0.3.2
31522026-04-14T21:12:52.533Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31532026-04-14T21:12:52.536Z Compiling zone_cfg_derive v0.3.1
31542026-04-14T21:12:52.651Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31552026-04-14T21:12:52.667Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-04-14T21:12:52.731Z Compiling num_enum v0.5.11
31572026-04-14T21:12:52.749Z Compiling ingot-types v0.1.2
31582026-04-14T21:12:52.769Z Compiling rayon v1.11.0
31592026-04-14T21:12:52.808Z Compiling itertools v0.12.1
31602026-04-14T21:12:52.825Z Compiling num-derive v0.4.2
31612026-04-14T21:12:52.866Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-04-14T21:12:52.884Z Compiling sigpipe v0.1.3
31632026-04-14T21:12:52.903Z Compiling glob v0.3.3
31642026-04-14T21:12:53.027Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-04-14T21:12:53.046Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31662026-04-14T21:12:53.143Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31672026-04-14T21:12:53.209Z Compiling ingot v0.1.1
31682026-04-14T21:12:53.209Z Compiling smf v0.2.3
31692026-04-14T21:12:53.246Z Compiling whoami v1.6.1
31702026-04-14T21:12:53.286Z Compiling prettyplease v0.2.37
31712026-04-14T21:12:53.303Z Compiling gethostname v0.5.0
31722026-04-14T21:12:53.322Z Compiling usdt-attr-macro v0.5.0
31732026-04-14T21:12:53.345Z Compiling usdt-macro v0.5.0
31742026-04-14T21:12:53.369Z Compiling memmap v0.7.0
31752026-04-14T21:12:53.457Z Compiling atomicwrites v0.4.4
31762026-04-14T21:12:53.573Z Compiling derive-where v1.6.0
31772026-04-14T21:12:53.590Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-04-14T21:12:53.685Z Compiling resolv-conf v0.7.6
31792026-04-14T21:12:53.749Z Compiling owo-colors v4.3.0
31802026-04-14T21:12:53.780Z Compiling typify-macro v0.6.1
31812026-04-14T21:12:53.797Z Compiling cancel-safe-futures v0.1.5
31822026-04-14T21:12:53.818Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31832026-04-14T21:12:54.045Z Compiling zone v0.3.1
31842026-04-14T21:12:54.091Z Compiling libsw-core v0.3.2
31852026-04-14T21:12:54.109Z Compiling async-recursion v1.1.1
31862026-04-14T21:12:54.193Z Compiling usdt v0.5.0
31872026-04-14T21:12:54.229Z Compiling libefi-sys v0.1.0
31882026-04-14T21:12:54.287Z Compiling libsw v3.5.0
31892026-04-14T21:12:54.446Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-04-14T21:12:54.498Z Compiling linear-map v1.2.0
31912026-04-14T21:12:54.517Z Compiling console v0.15.11
31922026-04-14T21:12:54.557Z Compiling hickory-proto v0.24.4
31932026-04-14T21:12:54.576Z Compiling newline-converter v0.3.0
31942026-04-14T21:12:54.593Z Compiling bitfield-struct v0.6.2
31952026-04-14T21:12:54.723Z Compiling semver v0.1.20
31962026-04-14T21:12:54.727Z Compiling linked-hash-map v0.5.6
31972026-04-14T21:12:54.784Z Compiling tokio-dtrace v0.1.1
31982026-04-14T21:12:54.831Z Compiling dropshot-api-manager-types v0.6.0
31992026-04-14T21:12:54.967Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32002026-04-14T21:12:54.984Z Compiling rustc_version v0.1.7
32012026-04-14T21:12:54.986Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32022026-04-14T21:12:55.021Z Compiling lru-cache v0.1.2
32032026-04-14T21:12:55.041Z Compiling expectorate v1.2.0
32042026-04-14T21:12:55.068Z Compiling pin-project-internal v1.1.11
32052026-04-14T21:12:55.097Z Compiling slog-dtrace v0.3.0
32062026-04-14T21:12:55.161Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-14T21:12:55.181Z Compiling minimal-lexical v0.2.1
32082026-04-14T21:12:55.184Z Compiling oxide-tokio-rt v0.1.3
32092026-04-14T21:12:55.218Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-04-14T21:12:55.239Z Compiling typify-impl v0.4.3
32112026-04-14T21:12:55.267Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-04-14T21:12:55.285Z Compiling newtype_derive v0.1.6
32132026-04-14T21:12:55.303Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-04-14T21:12:55.399Z Compiling nom v7.1.3
32152026-04-14T21:12:55.466Z Compiling phf_shared v0.12.1
32162026-04-14T21:12:55.482Z Compiling snafu-derive v0.8.9
32172026-04-14T21:12:55.518Z Compiling pem v3.0.6
32182026-04-14T21:12:55.536Z Compiling csv-core v0.1.13
32192026-04-14T21:12:55.621Z Compiling typify v0.6.1
32202026-04-14T21:12:55.639Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-04-14T21:12:55.668Z Compiling xshell-macros v0.2.7
32222026-04-14T21:12:55.757Z Compiling progenitor-impl v0.13.0
32232026-04-14T21:12:55.775Z Compiling same-file v1.0.6
32242026-04-14T21:12:55.834Z Compiling chrono-tz v0.10.4
32252026-04-14T21:12:55.854Z Compiling highway v1.3.0
32262026-04-14T21:12:55.977Z Compiling walkdir v2.5.0
32272026-04-14T21:12:56.045Z Compiling const_format_proc_macros v0.2.34
32282026-04-14T21:12:56.087Z Compiling xshell v0.2.7
32292026-04-14T21:12:56.105Z Compiling csv v1.4.0
32302026-04-14T21:12:56.127Z Compiling phf v0.12.1
32312026-04-14T21:12:56.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32322026-04-14T21:12:56.285Z Compiling pin-project v1.1.11
32332026-04-14T21:12:56.372Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-04-14T21:12:56.393Z Compiling globset v0.4.18
32352026-04-14T21:12:56.411Z Compiling olpc-cjson v0.1.4
32362026-04-14T21:12:56.629Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32372026-04-14T21:12:56.707Z Compiling hickory-resolver v0.24.4
32382026-04-14T21:12:56.728Z Compiling primeorder v0.13.6
32392026-04-14T21:12:56.747Z Compiling serde_plain v1.0.2
32402026-04-14T21:12:56.767Z Compiling typed-path v0.9.3
32412026-04-14T21:12:56.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-04-14T21:12:56.984Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-14T21:12:57.002Z Compiling const_format v0.2.35
32442026-04-14T21:12:57.124Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-04-14T21:12:57.140Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-04-14T21:12:57.364Z Compiling tabled_derive v0.7.0
32472026-04-14T21:12:57.383Z Compiling bcs v0.1.6
32482026-04-14T21:12:57.550Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32492026-04-14T21:12:57.609Z Compiling snafu v0.8.9
32502026-04-14T21:12:57.741Z Compiling qorb v0.4.1
32512026-04-14T21:12:57.760Z Compiling salty v0.3.0
32522026-04-14T21:12:57.844Z Compiling radium v0.7.0
32532026-04-14T21:12:57.862Z Compiling termtree v0.5.1
32542026-04-14T21:12:58.014Z Compiling tough v0.20.0
32552026-04-14T21:12:58.050Z Compiling textwrap v0.16.2
32562026-04-14T21:12:58.086Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-04-14T21:12:58.111Z Compiling steno v0.4.1
32582026-04-14T21:12:58.151Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32592026-04-14T21:12:58.336Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-04-14T21:12:58.393Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-04-14T21:12:58.409Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-04-14T21:12:58.480Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-04-14T21:12:58.529Z Compiling progenitor-macro v0.13.0
32642026-04-14T21:12:58.573Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-04-14T21:12:58.700Z Compiling tabled v0.15.0
32662026-04-14T21:12:58.747Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-04-14T21:12:58.918Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32682026-04-14T21:12:58.939Z Compiling tap v1.0.1
32692026-04-14T21:12:58.961Z Compiling tagptr v0.2.0
32702026-04-14T21:12:58.993Z Compiling maybe-uninit v2.0.0
32712026-04-14T21:12:59.090Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-14T21:12:59.144Z Compiling humantime v2.3.0
32732026-04-14T21:12:59.387Z Compiling base64 v0.21.7
32742026-04-14T21:12:59.501Z Compiling moka v0.12.13
32752026-04-14T21:12:59.521Z Compiling wyz v0.5.1
32762026-04-14T21:12:59.754Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-04-14T21:12:59.982Z Compiling typify-macro v0.4.3
32782026-04-14T21:13:00.001Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-04-14T21:13:00.234Z Compiling p384 v0.13.1
32802026-04-14T21:13:00.265Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32812026-04-14T21:13:00.319Z Compiling funty v2.0.0
32822026-04-14T21:13:00.388Z Compiling packed_struct v0.10.1
32832026-04-14T21:13:00.415Z Compiling parking_lot_core v0.8.6
32842026-04-14T21:13:00.489Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-04-14T21:13:00.679Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-04-14T21:13:00.698Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-04-14T21:13:00.776Z Compiling bitvec v1.0.1
32882026-04-14T21:13:00.806Z Compiling hickory-resolver v0.25.2
32892026-04-14T21:13:00.936Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32902026-04-14T21:13:00.970Z Compiling polyval v0.6.2
32912026-04-14T21:13:01.158Z Compiling git-stub v1.0.0
32922026-04-14T21:13:01.238Z Compiling packed_struct_codegen v0.10.1
32932026-04-14T21:13:01.325Z Compiling bitfield-macros v0.19.4
32942026-04-14T21:13:01.451Z Compiling zerocopy-derive v0.6.6
32952026-04-14T21:13:01.790Z Compiling proc-macro-error-attr2 v2.0.0
32962026-04-14T21:13:01.834Z Compiling typify v0.4.3
32972026-04-14T21:13:01.894Z Compiling indexmap v1.9.3
32982026-04-14T21:13:01.975Z Compiling nodrop v0.1.14
32992026-04-14T21:13:02.097Z Compiling utf-8 v0.7.6
33002026-04-14T21:13:02.117Z Compiling crc-catalog v2.4.0
33012026-04-14T21:13:02.147Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-04-14T21:13:02.165Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-04-14T21:13:02.215Z Compiling bitfield v0.19.4
33042026-04-14T21:13:02.232Z Compiling proc-macro-error2 v2.0.1
33052026-04-14T21:13:02.255Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-04-14T21:13:02.258Z Compiling tungstenite v0.21.0
33072026-04-14T21:13:02.293Z Compiling crc v3.4.0
33082026-04-14T21:13:02.316Z Compiling array-init v0.0.4
33092026-04-14T21:13:02.413Z Compiling git-stub-vcs v0.1.0
33102026-04-14T21:13:02.430Z Compiling zerocopy v0.6.6
33112026-04-14T21:13:02.495Z Compiling ghash v0.5.1
33122026-04-14T21:13:02.527Z Compiling smallvec v0.6.14
33132026-04-14T21:13:02.598Z Compiling ctr v0.9.2
33142026-04-14T21:13:02.668Z Compiling num-derive v0.3.3
33152026-04-14T21:13:02.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-04-14T21:13:02.771Z Compiling compression-core v0.4.31
33172026-04-14T21:13:02.798Z Compiling hashbrown v0.12.3
33182026-04-14T21:13:02.816Z Compiling unicase v2.9.0
33192026-04-14T21:13:02.819Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-04-14T21:13:02.854Z Compiling aes-gcm v0.10.3
33212026-04-14T21:13:02.893Z Compiling tokio-tungstenite v0.21.0
33222026-04-14T21:13:02.954Z Compiling compression-codecs v0.4.37
33232026-04-14T21:13:02.971Z Compiling parking_lot v0.11.2
33242026-04-14T21:13:03.065Z Compiling mime_guess v2.0.5
33252026-04-14T21:13:03.088Z Compiling serde-hex v0.1.0
33262026-04-14T21:13:03.160Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-04-14T21:13:03.253Z Compiling tabled_derive v0.11.0
33282026-04-14T21:13:03.330Z Compiling progenitor-impl v0.11.2
33292026-04-14T21:13:03.351Z Compiling progenitor-impl v0.10.0
33302026-04-14T21:13:03.389Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-04-14T21:13:03.406Z Compiling ron v0.8.1
33322026-04-14T21:13:03.517Z Compiling papergrid v0.17.0
33332026-04-14T21:13:03.648Z Compiling libscf-sys v1.1.0
33342026-04-14T21:13:03.672Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-04-14T21:13:03.696Z Compiling testing_table v0.3.0
33362026-04-14T21:13:03.721Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-04-14T21:13:03.825Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-04-14T21:13:03.828Z Compiling progenitor v0.13.0
33392026-04-14T21:13:03.828Z Compiling hashbrown v0.13.2
33402026-04-14T21:13:03.886Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-04-14T21:13:03.965Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33422026-04-14T21:13:04.023Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33432026-04-14T21:13:04.212Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-04-14T21:13:04.412Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-04-14T21:13:04.434Z Compiling prefix-trie v0.7.0
33462026-04-14T21:13:04.459Z Compiling ssh-encoding v0.2.0
33472026-04-14T21:13:04.501Z Compiling blowfish v0.9.1
33482026-04-14T21:13:04.737Z Compiling fxhash v0.2.1
33492026-04-14T21:13:04.784Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-04-14T21:13:04.847Z Compiling toml_datetime v1.0.0+spec-1.1.0
33512026-04-14T21:13:04.873Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-04-14T21:13:04.924Z Compiling dropshot v0.17.0
33532026-04-14T21:13:04.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-04-14T21:13:04.965Z Compiling crc-any v2.5.0
33552026-04-14T21:13:05.122Z Compiling corncobs v0.1.4
33562026-04-14T21:13:05.206Z Compiling toml v1.0.6+spec-1.1.0
33572026-04-14T21:13:05.209Z Compiling sled v0.34.7
33582026-04-14T21:13:05.246Z Compiling hickory-server v0.25.2
33592026-04-14T21:13:05.246Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33602026-04-14T21:13:05.295Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33612026-04-14T21:13:05.298Z Compiling ssh-cipher v0.2.0
33622026-04-14T21:13:05.334Z Compiling bcrypt-pbkdf v0.10.0
33632026-04-14T21:13:05.635Z Compiling tabled v0.20.0
33642026-04-14T21:13:05.696Z Compiling object v0.30.4
33652026-04-14T21:13:05.764Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-04-14T21:13:05.787Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-04-14T21:13:05.936Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-04-14T21:13:06.045Z Compiling progenitor-macro v0.10.0
33692026-04-14T21:13:06.077Z Compiling progenitor-macro v0.11.2
33702026-04-14T21:13:06.117Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-04-14T21:13:06.712Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33722026-04-14T21:13:07.069Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-04-14T21:13:07.120Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33742026-04-14T21:13:07.292Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-14T21:13:07.311Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33762026-04-14T21:13:07.343Z Compiling async-compression v0.4.41
33772026-04-14T21:13:07.702Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33782026-04-14T21:13:07.849Z Compiling progenitor-client v0.11.2
33792026-04-14T21:13:08.133Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-04-14T21:13:08.218Z Compiling dropshot_endpoint v0.17.0
33812026-04-14T21:13:08.252Z Compiling password-hash v0.4.2
33822026-04-14T21:13:08.301Z Compiling secrecy v0.8.0
33832026-04-14T21:13:08.493Z Compiling half v1.8.3
33842026-04-14T21:13:08.508Z Compiling path-slash v0.1.5
33852026-04-14T21:13:08.553Z Compiling http-range v0.1.5
33862026-04-14T21:13:08.671Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33872026-04-14T21:13:08.698Z Compiling pbkdf2 v0.11.0
33882026-04-14T21:13:08.777Z Compiling serde_cbor v0.11.2
33892026-04-14T21:13:08.933Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-04-14T21:13:09.414Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33912026-04-14T21:13:09.589Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33922026-04-14T21:13:09.628Z Compiling ssh-key v0.6.7
33932026-04-14T21:13:09.935Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33942026-04-14T21:13:09.959Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33952026-04-14T21:13:10.218Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-04-14T21:13:10.357Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33972026-04-14T21:13:10.603Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33982026-04-14T21:13:10.621Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-04-14T21:13:10.798Z Compiling p521 v0.13.3
34002026-04-14T21:13:10.929Z Compiling p256 v0.13.2
34012026-04-14T21:13:11.201Z Compiling yasna v0.5.2
34022026-04-14T21:13:11.215Z Compiling kstat-rs v0.2.4
34032026-04-14T21:13:11.257Z Compiling progenitor v0.10.0
34042026-04-14T21:13:11.287Z Compiling headers-core v0.3.0
34052026-04-14T21:13:11.317Z Compiling progenitor v0.11.2
34062026-04-14T21:13:11.332Z Compiling nanorand v0.7.0
34072026-04-14T21:13:11.358Z Compiling atty v0.2.14
34082026-04-14T21:13:11.440Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-04-14T21:13:11.457Z Compiling russh-cryptovec v0.7.3
34102026-04-14T21:13:11.494Z Compiling crc8 v0.1.1
34112026-04-14T21:13:11.567Z Compiling home v0.5.12
34122026-04-14T21:13:11.587Z Compiling md5 v0.7.0
34132026-04-14T21:13:11.606Z Compiling flume v0.11.1
34142026-04-14T21:13:11.634Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34152026-04-14T21:13:11.700Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34162026-04-14T21:13:11.700Z Compiling rcgen v0.12.1
34172026-04-14T21:13:11.737Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-04-14T21:13:11.752Z Compiling headers v0.4.1
34192026-04-14T21:13:11.798Z Compiling russh-keys v0.45.0
34202026-04-14T21:13:11.898Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-04-14T21:13:11.936Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-04-14T21:13:11.966Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34232026-04-14T21:13:12.201Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34242026-04-14T21:13:12.372Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34252026-04-14T21:13:12.406Z Compiling hyper-staticfile v0.10.1
34262026-04-14T21:13:12.508Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34272026-04-14T21:13:12.525Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34282026-04-14T21:13:12.528Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-04-14T21:13:12.557Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34302026-04-14T21:13:12.629Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34312026-04-14T21:13:12.913Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34322026-04-14T21:13:12.932Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34332026-04-14T21:13:12.949Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34342026-04-14T21:13:12.967Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-04-14T21:13:12.970Z Compiling num-bigint v0.4.6
34362026-04-14T21:13:13.288Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34372026-04-14T21:13:13.324Z Compiling des v0.8.1
34382026-04-14T21:13:13.343Z Compiling subprocess v0.2.15
34392026-04-14T21:13:13.410Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-04-14T21:13:13.428Z Compiling hex-literal v0.4.1
34412026-04-14T21:13:13.545Z Compiling display-error-chain v0.2.2
34422026-04-14T21:13:13.570Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-04-14T21:13:14.025Z Compiling colored v2.2.0
34442026-04-14T21:13:14.025Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452026-04-14T21:13:14.025Z Compiling internet-checksum v0.2.1
34462026-04-14T21:13:14.025Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-04-14T21:13:14.144Z Compiling russh v0.45.0
34482026-04-14T21:13:14.453Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34492026-04-14T21:13:14.520Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34502026-04-14T21:13:17.017Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34512026-04-14T21:13:17.707Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34522026-04-14T21:13:17.954Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-04-14T21:13:18.202Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34542026-04-14T21:13:25.906Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34552026-04-14T21:13:25.906Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34562026-04-14T21:13:25.909Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34572026-04-14T21:13:25.909Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34582026-04-14T21:13:27.598Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34592026-04-14T21:13:27.733Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34602026-04-14T21:13:31.929Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34612026-04-14T21:13:51.653Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34622026-04-14T21:14:10.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34632026-04-14T21:14:10.317Z
34642026-04-14T21:14:10.317Zreal 1:23.785373515
34652026-04-14T21:14:10.317Zuser 8:16.910023626
34662026-04-14T21:14:10.317Zsys 1:44.324654533
34672026-04-14T21:14:10.317Ztrap 0.263827405
34682026-04-14T21:14:10.317Ztflt 0.497157338
34692026-04-14T21:14:10.321Zdflt 1.423747811
34702026-04-14T21:14:10.321Zkflt 0.000413439
34712026-04-14T21:14:10.321Zlock 29:30.002576564
34722026-04-14T21:14:10.321Zslp 19:21.052330717
34732026-04-14T21:14:10.321Zlat 38.969036386
34742026-04-14T21:14:10.321Zstop 2:50.901865770
34752026-04-14T21:14:10.321Z+ mkdir tests
34762026-04-14T21:14:10.324Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34772026-04-14T21:14:10.324Z+ xargs -I '{}' -t cp '{}' tests/
34782026-04-14T21:14:10.352Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-30d343d6d0d37a37 tests/
34792026-04-14T21:14:10.382Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-29baf4703344f8fa tests/
34802026-04-14T21:14:10.413Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3d31e87d94096730 tests/
34812026-04-14T21:14:10.446Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d7474f1923087ff5 tests/
34822026-04-14T21:14:10.696Z+ 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/*)
34832026-04-14T21:14:10.700Z+ 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-29baf4703344f8fa tests/commtest-3d31e87d94096730 tests/dhcp_server-30d343d6d0d37a37 tests/end_to_end_tests-d7474f1923087ff5 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
34842026-04-14T21:15:36.441ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34852026-04-14T21:15:36.441Za .github/buildomat/ci-env.sh 1K
34862026-04-14T21:15:36.441Za out/target/test 1K
34872026-04-14T21:15:36.441Za out/npuzone/npuzone 27402K
34882026-04-14T21:15:36.441Za package-manifest.toml 35K
34892026-04-14T21:15:36.441Za smf/sled-agent/non-gimlet/config.toml 6K
34902026-04-14T21:15:36.441Za target/release/omicron-package 45749K
34912026-04-14T21:15:36.441Za target/release/xtask 11433K
34922026-04-14T21:15:36.441Za target/debug/bootstrap 340383K
34932026-04-14T21:15:36.441Za tests/bootstrap-29baf4703344f8fa 31310K
34942026-04-14T21:15:36.441Za tests/commtest-3d31e87d94096730 32395K
34952026-04-14T21:15:36.441Za tests/dhcp_server-30d343d6d0d37a37 31310K
34962026-04-14T21:15:36.441Za tests/end_to_end_tests-d7474f1923087ff5 382811K
34972026-04-14T21:15:36.441Za out/clickhouse.tar.gz 323222K
34982026-04-14T21:15:36.441Za out/clickhouse_keeper.tar.gz 307180K
34992026-04-14T21:15:36.441Za out/clickhouse_server.tar.gz 323221K
35002026-04-14T21:15:36.441Za out/cockroachdb.tar.gz 165480K
35012026-04-14T21:15:36.441Za out/crucible-pantry-zone.tar.gz 44528K
35022026-04-14T21:15:36.441Za out/crucible-utils.tar 17744K
35032026-04-14T21:15:36.442Za out/crucible-zone.tar.gz 58667K
35042026-04-14T21:15:36.442Za out/external-dns.tar.gz 51754K
35052026-04-14T21:15:36.442Za out/internal-dns.tar.gz 51754K
35062026-04-14T21:15:36.442Za out/mg-ddm-gz.tar 78377K
35072026-04-14T21:15:36.442Za out/nexus.tar.gz 219113K
35082026-04-14T21:15:36.442Za out/ntp.tar.gz 32999K
35092026-04-14T21:15:36.442Za out/omicron-gateway-softnpu.tar.gz 29170K
35102026-04-14T21:15:36.442Za out/omicron-sled-agent.tar 206616K
35112026-04-14T21:15:36.442Za out/overlay.tar.gz 3K
35122026-04-14T21:15:36.442Za out/oximeter.tar.gz 68899K
35132026-04-14T21:15:36.442Za out/oxlog.tar 3782K
35142026-04-14T21:15:36.442Za out/probe.tar.gz 3037K
35152026-04-14T21:15:36.442Za out/propolis-server.tar.gz 38727K
35162026-04-14T21:15:36.442Za out/pumpkind-gz.tar 26647K
35172026-04-14T21:15:36.442Za out/switch-softnpu.tar.gz 386110K
35182026-04-14T21:15:36.445Z
35192026-04-14T21:15:36.445Zreal 1:25.755642823
35202026-04-14T21:15:36.445Zuser 1:23.091565717
35212026-04-14T21:15:36.445Zsys 4.378543580
35222026-04-14T21:15:36.445Ztrap 0.007966324
35232026-04-14T21:15:36.445Ztflt 0.000000000
35242026-04-14T21:15:36.445Zdflt 0.000000000
35252026-04-14T21:15:36.446Zkflt 0.000000000
35262026-04-14T21:15:36.446Zlock 0.000000000
35272026-04-14T21:15:36.446Zslp 1:23.041917271
35282026-04-14T21:15:36.446Zlat 0.986898782
35292026-04-14T21:15:36.446Zstop 0.000162844
35302026-04-14T21:15:36.446Zprocess exited: duration 939094 ms, exit code 0
 
35312026-04-14T21:15:36.459Zfound 1 output files
35322026-04-14T21:15:36.459Zuploading: /work/package.tar.gz (2440936104 bytes)
35332026-04-14T21:16:08.699Zuploaded: /work/package.tar.gz