01KR2J2Y70DPW99CMP1T93ZFPB: 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: 01KR2J3NFJ16HSAZ3659RT5XAZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:10:12.856Zjob assigned to worker 01KR2J3WBR97R5WAJGKA5RM9T5 [factory aws, i-07ea63270439f0a88] (queued for 48 s)
 
22026-05-08T01:10:20.911Zstarting task 0: "setup"
32026-05-08T01:10:20.916Z++ uname -s
42026-05-08T01:10:20.919Z+ kern=SunOS
52026-05-08T01:10:20.919Z+ build_user=build
62026-05-08T01:10:20.919Z+ build_uid=12345
72026-05-08T01:10:20.919Z+ work_dir=/work
82026-05-08T01:10:20.919Z+ input_dir=/input
92026-05-08T01:10:20.919Z+ [[ 0 == 12345 ]]
102026-05-08T01:10:20.919Z+ case "$kern" in
112026-05-08T01:10:20.919Z+ groupadd -g 12345 build
122026-05-08T01:10:20.922Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:10:22.937Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:10:23.053Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:10:23.056Z+ home_fs=zfs
162026-05-08T01:10:23.056Z+ [[ zfs == autofs ]]
172026-05-08T01:10:23.056Z+ mkdir -p /home/build
182026-05-08T01:10:23.056Z+ chown build:build /home/build /work
192026-05-08T01:10:25.065Z+ chmod 0700 /home/build /work
202026-05-08T01:10:25.068Zprocess exited: duration 4144 ms, exit code 0
 
212026-05-08T01:10:25.075Zstarting task 1: "rust-toolchain"
222026-05-08T01:10:25.082Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:10:25.082Z * rust toolchain channel = "1.94.0"
242026-05-08T01:10:25.082Z * rust toolchain profile = "default"
252026-05-08T01:10:25.082Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T01:10:25.082Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:10:25.082Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:10:25.085Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:10:25.085Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:10:25.203Zinfo: downloading installer
312026-05-08T01:10:26.837Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:10:26.837Zwarn: /opt/ooce/bin
332026-05-08T01:10:26.837Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:10:26.837Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:10:26.837Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:10:26.837Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:10:26.837Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:10:26.837Zerror: cannot install while Rust is installed
392026-05-08T01:10:26.837Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:10:26.837Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:10:26.837Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:10:26.837Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:10:26.837Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:10:26.871Zinfo: profile set to default
452026-05-08T01:10:26.871Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:10:26.874Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T01:10:27.030Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T01:10:27.033Zinfo: downloading 6 components
492026-05-08T01:10:42.855Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T01:10:42.856Z
512026-05-08T01:10:42.885Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T01:10:42.885Z
532026-05-08T01:10:42.885Z
542026-05-08T01:10:42.885ZRust is installed now. Great!
552026-05-08T01:10:42.885Z
562026-05-08T01:10:42.885ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:10:42.885Zenvironment variable. This has not been done automatically.
582026-05-08T01:10:42.885Z
592026-05-08T01:10:42.885ZTo configure your current shell, you need to source
602026-05-08T01:10:42.886Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:10:42.886Z
622026-05-08T01:10:42.886ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:10:42.886Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:10:42.886Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:10:42.886Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:10:42.886Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:10:42.886Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:10:42.886Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:10:42.890Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:10:42.890Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:10:42.985Z+ rustup --version
722026-05-08T01:10:42.991Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:10:42.991Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:10:43.014Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T01:10:43.020Z+ cargo --version
762026-05-08T01:10:43.025Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T01:10:43.028Z+ rustc --version
782026-05-08T01:10:43.051Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T01:10:43.054Zprocess exited: duration 17905 ms, exit code 0
 
802026-05-08T01:10:43.061Zstarting task 2: "authentication"
812026-05-08T01:10:43.079Zprocess exited: duration 17 ms, exit code 0
 
822026-05-08T01:10:43.085Zstarting task 3: "clone repository"
832026-05-08T01:10:43.090Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T01:10:43.095Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T01:10:43.151ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T01:10:52.370Z+ cd /work/oxidecomputer/omicron
872026-05-08T01:10:52.370Z+ git fetch origin d180d48a80c79c4f57eb15ef671492602df0282e
882026-05-08T01:10:52.663ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T01:10:52.664Z * branch d180d48a80c79c4f57eb15ef671492602df0282e -> FETCH_HEAD
902026-05-08T01:10:52.676Z+ [[ -n omdb-support-bundle-collect ]]
912026-05-08T01:10:52.679Z++ git branch --show-current
922026-05-08T01:10:52.679Z+ current=main
932026-05-08T01:10:52.679Z+ [[ main != omdb-support-bundle-collect ]]
942026-05-08T01:10:52.679Z+ git branch -f omdb-support-bundle-collect d180d48a80c79c4f57eb15ef671492602df0282e
952026-05-08T01:10:52.683Z+ git checkout -f omdb-support-bundle-collect
962026-05-08T01:10:52.919ZSwitched to branch 'omdb-support-bundle-collect'
972026-05-08T01:10:52.923Z+ git reset --hard d180d48a80c79c4f57eb15ef671492602df0282e
982026-05-08T01:10:52.959ZHEAD is now at d180d48a8 Add `omdb support-bundle collect` subcommand
992026-05-08T01:10:52.962Zprocess exited: duration 9836 ms, exit code 0
 
1002026-05-08T01:10:52.969Zstarting task 4: "build"
1012026-05-08T01:10:52.975Z+ source .github/buildomat/ci-env.sh
1022026-05-08T01:10:52.975Z++ export CARGO_TERM_COLOR=always
1032026-05-08T01:10:52.975Z++ CARGO_TERM_COLOR=always
1042026-05-08T01:10:52.975Z+ cargo --version
1052026-05-08T01:10:52.987Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-08T01:10:53.007Z+ rustc --version
1072026-05-08T01:10:53.011Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-08T01:10:53.014Z+ WORK=/work
1092026-05-08T01:10:53.014Z+ pfexec mkdir -p /work
1102026-05-08T01:10:53.017Z+ pfexec chown build /work
1112026-05-08T01:10:53.021Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-08T01:11:03.453Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-08T01:11:10.885Z Startup: Caching catalogs ... Done
1142026-05-08T01:11:18.200ZPlanning: Solver setup ... Done (5.887s)
1152026-05-08T01:11:18.245ZPlanning: Running solver ... Done (0.041s)
1162026-05-08T01:11:18.375ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-08T01:11:18.390ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-08T01:11:18.521ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-08T01:11:18.560ZPlanning: Package planning ... Done (0.039s)
1202026-05-08T01:11:18.596ZPlanning: Merging actions ... Done (0.036s)
1212026-05-08T01:11:18.779ZPlanning: Checking for conflicting actions ... Done (0.182s)
1222026-05-08T01:11:18.788ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-08T01:11:19.937ZPlanning: Evaluating mediators ... Done (1.144s)
1242026-05-08T01:11:19.944ZPlanning: Planning completed in 8.86 seconds
1252026-05-08T01:11:19.958Z Packages to install: 5
1262026-05-08T01:11:19.958Z Mediators to change: 3
1272026-05-08T01:11:19.958Z Services to change: 1
1282026-05-08T01:11:19.958Z Estimated space available: 155.34 GB
1292026-05-08T01:11:19.958ZEstimated space to be consumed: 1.90 GB
1302026-05-08T01:11:19.961Z Create boot environment: No
1312026-05-08T01:11:19.961ZCreate backup boot environment: No
1322026-05-08T01:11:19.961Z Rebuild boot archive: No
1332026-05-08T01:11:19.961Z
1342026-05-08T01:11:19.961ZChanged mediators:
1352026-05-08T01:11:19.961Z mediator clang:
1362026-05-08T01:11:19.961Z version: None -> 15 (system default)
1372026-05-08T01:11:19.961Z
1382026-05-08T01:11:19.961Z mediator llvm:
1392026-05-08T01:11:19.961Z version: 14 (system default) -> 15 (system default)
1402026-05-08T01:11:19.961Z
1412026-05-08T01:11:19.961Z mediator postgresql:
1422026-05-08T01:11:19.961Z version: 15 (system default) -> 18 (system default)
1432026-05-08T01:11:19.961Z
1442026-05-08T01:11:19.961ZChanged packages:
1452026-05-08T01:11:19.961Zhelios-dev
1462026-05-08T01:11:19.961Z developer/build-essential
1472026-05-08T01:11:19.961Z None -> 11-2.0
1482026-05-08T01:11:19.961Z library/libxmlsec1
1492026-05-08T01:11:19.961Z None -> 1.2.35-2.0
1502026-05-08T01:11:19.961Z ooce/developer/clang-15
1512026-05-08T01:11:19.961Z None -> 15.0.7-2.0
1522026-05-08T01:11:19.961Z ooce/developer/llvm-15
1532026-05-08T01:11:19.961Z None -> 15.0.7-2.0
1542026-05-08T01:11:19.962Z ooce/library/postgresql-18
1552026-05-08T01:11:19.962Z None -> 18.1-2.0
1562026-05-08T01:11:19.962Z
1572026-05-08T01:11:19.962ZServices:
1582026-05-08T01:11:19.962Z restart_fmri:
1592026-05-08T01:11:19.962Z svc:/system/update-man-index:default
1602026-05-08T01:11:20.007Z
1612026-05-08T01:11:20.007ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-08T01:11:25.028ZDownload: 402/4272 items 2.7/219.0MB 1% complete (537k/s)
1632026-05-08T01:11:30.047ZDownload: 1264/4272 items 113.6/219.0MB 51% complete (11.3M/s)
1642026-05-08T01:11:35.080ZDownload: 2576/4272 items 120.2/219.0MB 54% complete (11.8M/s)
1652026-05-08T01:11:46.561ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (12.8M/s)
1662026-05-08T01:11:51.579ZDownload: 4041/4272 items 214.5/219.0MB 97% complete (2.3M/s)
1672026-05-08T01:11:53.768ZDownload: Completed 218.99 MB in 33.63 seconds (6.5M/s)
1682026-05-08T01:11:53.906Z Actions: 1/4789 actions (Installing new actions)
1692026-05-08T01:11:57.386Z Actions: Completed 4789 actions in 3.47 seconds.
1702026-05-08T01:11:57.680Z Done (0.288s)
1712026-05-08T01:11:57.680Z Done (0.000s)
1722026-05-08T01:11:58.327Z Done (0.644s)
1732026-05-08T01:12:01.826Z Done (3.130s)
1742026-05-08T01:12:01.907Z Done (0.014s)
1752026-05-08T01:12:01.912Z Done (0.000s)
1762026-05-08T01:12:02.167Z Done (0.000s)
1772026-05-08T01:12:03.034ZPlanning: Evaluating mediator changes ... Done
1782026-05-08T01:12:03.143ZPlanning: Checking for conflicting actions ... Done
1792026-05-08T01:12:03.151ZPlanning: Consolidating action changes ... Done
1802026-05-08T01:12:03.298ZPlanning: Evaluating mediators ... Done
1812026-05-08T01:12:03.303ZPlanning: Planning completed in 0.27 seconds
1822026-05-08T01:12:03.320Z Mediators to change: 2
1832026-05-08T01:12:03.320Z Create boot environment: No
1842026-05-08T01:12:03.320ZCreate backup boot environment: No
1852026-05-08T01:12:03.406Z Done
1862026-05-08T01:12:03.406Z Done
1872026-05-08T01:12:04.010Z Done
1882026-05-08T01:12:06.620Z Done
1892026-05-08T01:12:06.692Z Done
1902026-05-08T01:12:06.699Z Done
1912026-05-08T01:12:06.851Z Done
1922026-05-08T01:12:07.112ZPlanning: Evaluating mediator changes ... Done
1932026-05-08T01:12:07.216ZPlanning: Checking for conflicting actions ... Done
1942026-05-08T01:12:07.236ZPlanning: Consolidating action changes ... Done
1952026-05-08T01:12:07.371ZPlanning: Evaluating mediators ... Done
1962026-05-08T01:12:07.388ZPlanning: Planning completed in 0.26 seconds
1972026-05-08T01:12:07.394Z Mediators to change: 1
1982026-05-08T01:12:07.394Z Create boot environment: No
1992026-05-08T01:12:07.394ZCreate backup boot environment: No
2002026-05-08T01:12:07.452Z Done
2012026-05-08T01:12:07.452Z Done
2022026-05-08T01:12:08.058Z Done
2032026-05-08T01:12:10.650Z Done
2042026-05-08T01:12:10.727Z Done
2052026-05-08T01:12:10.746Z Done
2062026-05-08T01:12:10.862Z Done
2072026-05-08T01:12:11.152ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-05-08T01:12:11.152Zclang system 15 system
2092026-05-08T01:12:11.152Zcsh system system illumos
2102026-05-08T01:12:11.152Zctags system system illumos
2112026-05-08T01:12:11.152Zfile system system illumos
2122026-05-08T01:12:11.152Zgcc vendor 12 vendor
2132026-05-08T01:12:11.152Zgcc system 14 system
2142026-05-08T01:12:11.153Zgcc system 10 system
2152026-05-08T01:12:11.153Zgo system 1.20 system
2162026-05-08T01:12:11.153Zgo system 1.19 system
2172026-05-08T01:12:11.153Zllvm system 15 system
2182026-05-08T01:12:11.153Zllvm system 14 system
2192026-05-08T01:12:11.154Zmariadb system 10.6 system
2202026-05-08T01:12:11.154Zmta vendor vendor dma
2212026-05-08T01:12:11.154Zopenjdk system 17 system
2222026-05-08T01:12:11.154Zopenjdk system 11 system
2232026-05-08T01:12:11.154Zopenjdk system 1.8 system
2242026-05-08T01:12:11.154Zopenssl vendor 3 vendor
2252026-05-08T01:12:11.154Zperl system 5.36 system
2262026-05-08T01:12:11.154Zpostgresql system 18 system
2272026-05-08T01:12:11.154Zpostgresql system 15 system
2282026-05-08T01:12:11.154Zpostgresql system 13 system
2292026-05-08T01:12:11.154Zpython vendor 3 vendor
2302026-05-08T01:12:11.154Zpython system 2 system
2312026-05-08T01:12:11.155Zpython3 system 3.11 system
2322026-05-08T01:12:11.155Zruby system 3.0 system
2332026-05-08T01:12:11.155Zwords vendor vendor american-english
2342026-05-08T01:12:11.155Zwords system system australian-english
2352026-05-08T01:12:11.155Zwords system system british-english
2362026-05-08T01:12:11.155Zwords system system canadian-english
2372026-05-08T01:12:11.155Zwords system system french
2382026-05-08T01:12:11.155Zwords system system italian
2392026-05-08T01:12:11.155Zwords system system ngerman
2402026-05-08T01:12:11.155Zwords system system ogerman
2412026-05-08T01:12:11.155Zwords system system spanish
2422026-05-08T01:12:11.389ZPUBLISHER TYPE STATUS P LOCATION
2432026-05-08T01:12:11.389Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-05-08T01:12:15.989ZFMRI IFO
2452026-05-08T01:12:15.989Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-05-08T01:12:15.989Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-05-08T01:12:15.989Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-05-08T01:12:15.989Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-05-08T01:12:15.989Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-05-08T01:12:15.989Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-05-08T01:12:15.989Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-05-08T01:12:15.989Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-05-08T01:12:15.989Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-05-08T01:12:15.989Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-05-08T01:12:15.990Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-05-08T01:12:15.990Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-05-08T01:12:15.990Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-05-08T01:12:15.990Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-05-08T01:12:15.990Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-05-08T01:12:15.990Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-05-08T01:12:15.990Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-05-08T01:12:17.137Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-05-08T01:12:17.400Z Updating crates.io index
2642026-05-08T01:12:17.432Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-05-08T01:12:18.115Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-05-08T01:12:18.500Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-05-08T01:12:18.779Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-05-08T01:12:19.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-05-08T01:12:20.449Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-08T01:12:21.816Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-05-08T01:12:22.645Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-05-08T01:12:22.918Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-05-08T01:12:23.815Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-05-08T01:12:24.196Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-05-08T01:12:24.511Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-05-08T01:12:24.858Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-05-08T01:12:25.849Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-05-08T01:12:26.330Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-08T01:12:26.633Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-05-08T01:12:27.064Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-05-08T01:12:27.288Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-05-08T01:12:27.480Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-05-08T01:12:29.245Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-05-08T01:12:29.291Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-05-08T01:12:29.291Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-05-08T01:12:29.291Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-05-08T01:12:29.291Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-05-08T01:12:29.570Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-05-08T01:12:29.866Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-05-08T01:12:30.749Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-05-08T01:12:31.278Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-05-08T01:12:32.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-05-08T01:12:32.637Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-05-08T01:12:32.933Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-05-08T01:12:33.226Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-05-08T01:12:33.534Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-05-08T01:12:33.956Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-05-08T01:12:34.182Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-05-08T01:12:34.414Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-05-08T01:12:34.660Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-05-08T01:12:35.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-05-08T01:12:46.428Z Downloading crates ...
3032026-05-08T01:12:46.501Z Downloaded serde_core v1.0.228
3042026-05-08T01:12:46.529Z Downloaded typenum v1.19.0
3052026-05-08T01:12:46.529Z Downloaded tabled_derive v0.7.0
3062026-05-08T01:12:46.530Z Downloaded stable_deref_trait v1.2.1
3072026-05-08T01:12:46.530Z Downloaded cargo-platform v0.2.0
3082026-05-08T01:12:46.530Z Downloaded usdt v0.5.0
3092026-05-08T01:12:46.530Z Downloaded anstyle-parse v0.2.7
3102026-05-08T01:12:46.538Z Downloaded erased-serde v0.4.9
3112026-05-08T01:12:46.538Z Downloaded toml_datetime v0.6.11
3122026-05-08T01:12:46.538Z Downloaded textwrap v0.16.2
3132026-05-08T01:12:46.538Z Downloaded typeid v1.0.3
3142026-05-08T01:12:46.538Z Downloaded zerofrom v0.1.6
3152026-05-08T01:12:46.538Z Downloaded macaddr v1.0.1
3162026-05-08T01:12:46.538Z Downloaded zerovec-derive v0.11.2
3172026-05-08T01:12:46.538Z Downloaded yoke-derive v0.8.1
3182026-05-08T01:12:46.538Z Downloaded usdt-attr-macro v0.5.0
3192026-05-08T01:12:46.538Z Downloaded zerofrom-derive v0.1.6
3202026-05-08T01:12:46.539Z Downloaded block-buffer v0.10.4
3212026-05-08T01:12:46.539Z Downloaded writeable v0.6.2
3222026-05-08T01:12:46.539Z Downloaded scroll_derive v0.12.1
3232026-05-08T01:12:46.539Z Downloaded thread-id v4.2.2
3242026-05-08T01:12:46.581Z Downloaded thiserror-impl v1.0.69
3252026-05-08T01:12:46.581Z Downloaded idna_adapter v1.2.1
3262026-05-08T01:12:46.582Z Downloaded smawk v0.3.2
3272026-05-08T01:12:46.582Z Downloaded version_check v0.9.5
3282026-05-08T01:12:46.582Z Downloaded ordered-float v2.10.1
3292026-05-08T01:12:46.582Z Downloaded itoa v1.0.17
3302026-05-08T01:12:46.582Z Downloaded clap_lex v1.0.0
3312026-05-08T01:12:46.582Z Downloaded pretty-hex v0.4.1
3322026-05-08T01:12:46.582Z Downloaded thiserror v2.0.18
3332026-05-08T01:12:46.582Z Downloaded thiserror v1.0.69
3342026-05-08T01:12:46.582Z Downloaded terminal_size v0.4.3
3352026-05-08T01:12:46.582Z Downloaded serde_spanned v0.6.9
3362026-05-08T01:12:46.582Z Downloaded cfg-if v1.0.4
3372026-05-08T01:12:46.582Z Downloaded unicode-xid v0.2.6
3382026-05-08T01:12:46.582Z Downloaded unicode-linebreak v0.1.5
3392026-05-08T01:12:46.582Z Downloaded anstyle v1.0.13
3402026-05-08T01:12:46.582Z Downloaded cargo_metadata v0.21.0
3412026-05-08T01:12:46.582Z Downloaded toml_write v0.1.2
3422026-05-08T01:12:46.582Z Downloaded bytecount v0.6.9
3432026-05-08T01:12:46.582Z Downloaded proc-macro-error v1.0.4
3442026-05-08T01:12:46.582Z Downloaded zmij v1.0.21
3452026-05-08T01:12:46.582Z Downloaded usdt-impl v0.5.0
3462026-05-08T01:12:46.582Z Downloaded crypto-common v0.1.7
3472026-05-08T01:12:46.582Z Downloaded cpufeatures v0.2.17
3482026-05-08T01:12:46.582Z Downloaded tinystr v0.8.2
3492026-05-08T01:12:46.591Z Downloaded utf8_iter v1.0.4
3502026-05-08T01:12:46.591Z Downloaded swrite v0.1.0
3512026-05-08T01:12:46.591Z Downloaded anstream v0.6.21
3522026-05-08T01:12:46.592Z Downloaded utf8parse v0.2.2
3532026-05-08T01:12:46.592Z Downloaded equivalent v1.0.2
3542026-05-08T01:12:46.592Z Downloaded yoke v0.8.1
3552026-05-08T01:12:46.592Z Downloaded thiserror-impl v2.0.18
3562026-05-08T01:12:46.593Z Downloaded percent-encoding v2.3.2
3572026-05-08T01:12:46.593Z Downloaded usdt-macro v0.5.0
3582026-05-08T01:12:46.593Z Downloaded generic-array v0.14.7
3592026-05-08T01:12:46.593Z Downloaded url v2.5.8
3602026-05-08T01:12:46.593Z Downloaded heck v0.4.1
3612026-05-08T01:12:46.593Z Downloaded toml v0.8.23
3622026-05-08T01:12:46.593Z Downloaded zerocopy-derive v0.7.35
3632026-05-08T01:12:46.593Z Downloaded zerotrie v0.2.3
3642026-05-08T01:12:46.593Z Downloaded plain v0.2.3
3652026-05-08T01:12:46.593Z Downloaded colorchoice v1.0.4
3662026-05-08T01:12:46.613Z Downloaded toml_edit v0.22.27
3672026-05-08T01:12:46.613Z Downloaded unicode-ident v1.0.24
3682026-05-08T01:12:46.613Z Downloaded form_urlencoded v1.2.2
3692026-05-08T01:12:46.613Z Downloaded dtrace-parser v0.2.0
3702026-05-08T01:12:46.613Z Downloaded displaydoc v0.2.5
3712026-05-08T01:12:46.613Z Downloaded byteorder v1.5.0
3722026-05-08T01:12:46.613Z Downloaded fnv v1.0.7
3732026-05-08T01:12:46.613Z Downloaded fastrand v2.3.0
3742026-05-08T01:12:46.613Z Downloaded ucd-trie v0.1.7
3752026-05-08T01:12:46.613Z Downloaded is_terminal_polyfill v1.70.2
3762026-05-08T01:12:46.613Z Downloaded heck v0.5.0
3772026-05-08T01:12:46.613Z Downloaded proc-macro-error-attr v1.0.4
3782026-05-08T01:12:46.613Z Downloaded serde-value v0.7.0
3792026-05-08T01:12:46.625Z Downloaded strsim v0.11.1
3802026-05-08T01:12:46.625Z Downloaded errno v0.3.14
3812026-05-08T01:12:46.625Z Downloaded memmap v0.7.0
3822026-05-08T01:12:46.625Z Downloaded zerocopy v0.7.35
3832026-05-08T01:12:46.634Z Downloaded camino v1.2.2
3842026-05-08T01:12:46.657Z Downloaded scroll v0.12.0
3852026-05-08T01:12:46.658Z Downloaded anyhow v1.0.102
3862026-05-08T01:12:46.658Z Downloaded zerovec v0.11.5
3872026-05-08T01:12:46.662Z Downloaded winnow v0.7.14
3882026-05-08T01:12:46.662Z Downloaded clap_derive v4.5.55
3892026-05-08T01:12:46.662Z Downloaded clap v4.5.60
3902026-05-08T01:12:46.662Z Downloaded anstyle-query v1.1.5
3912026-05-08T01:12:46.662Z Downloaded sha2 v0.10.9
3922026-05-08T01:12:46.662Z Downloaded autocfg v1.5.0
3932026-05-08T01:12:46.662Z Downloaded cargo_toml v0.21.0
3942026-05-08T01:12:46.662Z Downloaded camino-tempfile v1.4.1
3952026-05-08T01:12:46.662Z Downloaded unicode-width v0.2.0
3962026-05-08T01:12:46.662Z Downloaded unicode-width v0.1.14
3972026-05-08T01:12:46.662Z Downloaded serde_tokenstream v0.2.3
3982026-05-08T01:12:46.666Z Downloaded dof v0.3.0
3992026-05-08T01:12:46.666Z Downloaded fs-err v3.3.0
4002026-05-08T01:12:46.703Z Downloaded quote v1.0.45
4012026-05-08T01:12:46.703Z Downloaded potential_utf v0.1.4
4022026-05-08T01:12:46.703Z Downloaded synstructure v0.13.2
4032026-05-08T01:12:46.716Z Downloaded icu_properties v2.1.2
4042026-05-08T01:12:46.716Z Downloaded cargo-util-schemas v0.8.2
4052026-05-08T01:12:46.716Z Downloaded once_cell v1.21.3
4062026-05-08T01:12:46.716Z Downloaded semver v1.0.28
4072026-05-08T01:12:46.716Z Downloaded pest_generator v2.8.6
4082026-05-08T01:12:46.717Z Downloaded litemap v0.8.1
4092026-05-08T01:12:46.717Z Downloaded log v0.4.29
4102026-05-08T01:12:46.717Z Downloaded serde-untagged v0.1.9
4112026-05-08T01:12:46.717Z Downloaded bitflags v2.11.0
4122026-05-08T01:12:46.717Z Downloaded pest_derive v2.8.6
4132026-05-08T01:12:46.717Z Downloaded tempfile v3.25.0
4142026-05-08T01:12:46.717Z Downloaded digest v0.10.7
4152026-05-08T01:12:46.717Z Downloaded smallvec v1.15.1
4162026-05-08T01:12:46.856Z Downloaded pest v2.8.6
4172026-05-08T01:12:46.856Z Downloaded icu_collections v2.1.1
4182026-05-08T01:12:46.856Z Downloaded proc-macro2 v1.0.106
4192026-05-08T01:12:46.933Z Downloaded getrandom v0.4.1
4202026-05-08T01:12:46.933Z Downloaded icu_provider v2.1.1
4212026-05-08T01:12:46.933Z Downloaded serde_derive v1.0.228
4222026-05-08T01:12:46.933Z Downloaded num-traits v0.2.19
4232026-05-08T01:12:46.933Z Downloaded papergrid v0.11.0
4242026-05-08T01:12:46.933Z Downloaded icu_normalizer v2.1.1
4252026-05-08T01:12:46.933Z Downloaded icu_locale_core v2.1.1
4262026-05-08T01:12:46.933Z Downloaded pest_meta v2.8.6
4272026-05-08T01:12:46.934Z Downloaded icu_normalizer_data v2.1.1
4282026-05-08T01:12:46.934Z Downloaded serde v1.0.228
4292026-05-08T01:12:46.934Z Downloaded memchr v2.8.0
4302026-05-08T01:12:46.934Z Downloaded indexmap v2.14.0
4312026-05-08T01:12:46.934Z Downloaded idna v1.1.0
4322026-05-08T01:12:46.934Z Downloaded icu_properties_data v2.1.2
4332026-05-08T01:12:46.934Z Downloaded serde_json v1.0.149
4342026-05-08T01:12:46.934Z Downloaded hashbrown v0.17.0
4352026-05-08T01:12:46.934Z Downloaded clap_builder v4.5.60
4362026-05-08T01:12:46.934Z Downloaded goblin v0.8.2
4372026-05-08T01:12:46.934Z Downloaded syn v1.0.109
4382026-05-08T01:12:46.934Z Downloaded tabled v0.15.0
4392026-05-08T01:12:46.934Z Downloaded syn v2.0.117
4402026-05-08T01:12:46.934Z Downloaded rustix v1.1.3
4412026-05-08T01:12:46.966Z Downloaded libc v0.2.185
4422026-05-08T01:12:46.992Z Compiling proc-macro2 v1.0.106
4432026-05-08T01:12:46.993Z Compiling unicode-ident v1.0.24
4442026-05-08T01:12:47.055Z Compiling quote v1.0.45
4452026-05-08T01:12:47.055Z Compiling serde_core v1.0.228
4462026-05-08T01:12:47.055Z Compiling libc v0.2.185
4472026-05-08T01:12:47.055Z Compiling version_check v0.9.5
4482026-05-08T01:12:47.055Z Compiling memchr v2.8.0
4492026-05-08T01:12:47.056Z Compiling stable_deref_trait v1.2.1
4502026-05-08T01:12:47.056Z Compiling serde v1.0.228
4512026-05-08T01:12:47.056Z Compiling zmij v1.0.21
4522026-05-08T01:12:47.056Z Compiling itoa v1.0.17
4532026-05-08T01:12:47.056Z Compiling thiserror v1.0.69
4542026-05-08T01:12:47.056Z Compiling ucd-trie v0.1.7
4552026-05-08T01:12:47.056Z Compiling autocfg v1.5.0
4562026-05-08T01:12:47.056Z Compiling litemap v0.8.1
4572026-05-08T01:12:47.438Z Compiling writeable v0.6.2
4582026-05-08T01:12:47.447Z Compiling icu_properties_data v2.1.2
4592026-05-08T01:12:47.498Z Compiling byteorder v1.5.0
4602026-05-08T01:12:47.548Z Compiling rustix v1.1.3
4612026-05-08T01:12:47.649Z Compiling icu_normalizer_data v2.1.1
4622026-05-08T01:12:47.682Z Compiling bitflags v2.11.0
4632026-05-08T01:12:47.690Z Compiling serde_json v1.0.149
4642026-05-08T01:12:47.711Z Compiling num-traits v0.2.19
4652026-05-08T01:12:47.797Z Compiling pest v2.8.6
4662026-05-08T01:12:47.967Z Compiling hashbrown v0.17.0
4672026-05-08T01:12:47.996Z Compiling smallvec v1.15.1
4682026-05-08T01:12:48.044Z Compiling equivalent v1.0.2
4692026-05-08T01:12:48.053Z Compiling typeid v1.0.3
4702026-05-08T01:12:48.121Z Compiling usdt-impl v0.5.0
4712026-05-08T01:12:48.126Z Compiling proc-macro-error-attr v1.0.4
4722026-05-08T01:12:48.215Z Compiling errno v0.3.14
4732026-05-08T01:12:48.281Z Compiling thread-id v4.2.2
4742026-05-08T01:12:48.305Z Compiling syn v1.0.109
4752026-05-08T01:12:48.305Z Compiling toml_write v0.1.2
4762026-05-08T01:12:48.326Z Compiling winnow v0.7.14
4772026-05-08T01:12:48.326Z Compiling erased-serde v0.4.9
4782026-05-08T01:12:50.397Z Compiling proc-macro-error v1.0.4
4792026-05-08T01:12:50.432Z Compiling indexmap v2.14.0
4802026-05-08T01:12:50.432Z Compiling plain v0.2.3
4812026-05-08T01:12:50.432Z Compiling getrandom v0.4.1
4822026-05-08T01:12:50.432Z Compiling thiserror v2.0.18
4832026-05-08T01:12:50.432Z Compiling utf8_iter v1.0.4
4842026-05-08T01:12:50.432Z Compiling syn v2.0.117
4852026-05-08T01:12:50.432Z Compiling percent-encoding v2.3.2
4862026-05-08T01:12:50.432Z Compiling camino v1.2.2
4872026-05-08T01:12:50.432Z Compiling utf8parse v0.2.2
4882026-05-08T01:12:50.433Z Compiling log v0.4.29
4892026-05-08T01:12:50.433Z Compiling pest_meta v2.8.6
4902026-05-08T01:12:50.433Z Compiling form_urlencoded v1.2.2
4912026-05-08T01:12:50.433Z Compiling ordered-float v2.10.1
4922026-05-08T01:12:50.433Z Compiling anstyle-parse v0.2.7
4932026-05-08T01:12:50.433Z Compiling anstyle-query v1.1.5
4942026-05-08T01:12:50.433Z Compiling cfg-if v1.0.4
4952026-05-08T01:12:50.433Z Compiling pretty-hex v0.4.1
4962026-05-08T01:12:50.433Z Compiling anstyle v1.0.13
4972026-05-08T01:12:50.433Z Compiling is_terminal_polyfill v1.70.2
4982026-05-08T01:12:50.433Z Compiling terminal_size v0.4.3
4992026-05-08T01:12:50.433Z Compiling colorchoice v1.0.4
5002026-05-08T01:12:50.433Z Compiling fs-err v3.3.0
5012026-05-08T01:12:50.433Z Compiling once_cell v1.21.3
5022026-05-08T01:12:50.433Z Compiling anyhow v1.0.102
5032026-05-08T01:12:50.433Z Compiling anstream v0.6.21
5042026-05-08T01:12:50.433Z Compiling heck v0.5.0
5052026-05-08T01:12:50.433Z Compiling strsim v0.11.1
5062026-05-08T01:12:50.433Z Compiling fastrand v2.3.0
5072026-05-08T01:12:50.433Z Compiling clap_lex v1.0.0
5082026-05-08T01:12:50.433Z Compiling bytecount v0.6.9
5092026-05-08T01:12:50.433Z Compiling semver v1.0.28
5102026-05-08T01:12:50.433Z Compiling unicode-width v0.1.14
5112026-05-08T01:12:50.433Z Compiling fnv v1.0.7
5122026-05-08T01:12:50.433Z Compiling heck v0.4.1
5132026-05-08T01:12:50.433Z Compiling unicode-xid v0.2.6
5142026-05-08T01:12:50.433Z Compiling tempfile v3.25.0
5152026-05-08T01:12:50.433Z Compiling clap_builder v4.5.60
5162026-05-08T01:12:50.433Z Compiling serde-untagged v0.1.9
5172026-05-08T01:12:50.433Z Compiling papergrid v0.11.0
5182026-05-08T01:12:50.433Z Compiling memmap v0.7.0
5192026-05-08T01:12:50.433Z Compiling smawk v0.3.2
5202026-05-08T01:12:50.433Z Compiling unicode-width v0.2.0
5212026-05-08T01:12:50.433Z Compiling unicode-linebreak v0.1.5
5222026-05-08T01:12:50.434Z Compiling camino-tempfile v1.4.1
5232026-05-08T01:12:50.434Z Compiling swrite v0.1.0
5242026-05-08T01:12:50.434Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-05-08T01:12:50.457Z Compiling textwrap v0.16.2
5262026-05-08T01:12:50.723Z Compiling tabled_derive v0.7.0
5272026-05-08T01:12:51.297Z Compiling synstructure v0.13.2
5282026-05-08T01:12:51.297Z Compiling pest_generator v2.8.6
5292026-05-08T01:12:51.820Z Compiling tabled v0.15.0
5302026-05-08T01:12:51.881Z Compiling serde_derive v1.0.228
5312026-05-08T01:12:51.881Z Compiling zerofrom-derive v0.1.6
5322026-05-08T01:12:51.881Z Compiling yoke-derive v0.8.1
5332026-05-08T01:12:51.881Z Compiling zerovec-derive v0.11.2
5342026-05-08T01:12:51.902Z Compiling displaydoc v0.2.5
5352026-05-08T01:12:51.902Z Compiling thiserror-impl v1.0.69
5362026-05-08T01:12:51.936Z Compiling zerocopy-derive v0.7.35
5372026-05-08T01:12:51.936Z Compiling scroll_derive v0.12.1
5382026-05-08T01:12:51.936Z Compiling thiserror-impl v2.0.18
5392026-05-08T01:12:51.977Z Compiling clap_derive v4.5.55
5402026-05-08T01:12:51.990Z Compiling pest_derive v2.8.6
5412026-05-08T01:12:52.560Z Compiling scroll v0.12.0
5422026-05-08T01:12:52.733Z Compiling zerocopy v0.7.35
5432026-05-08T01:12:52.794Z Compiling goblin v0.8.2
5442026-05-08T01:12:52.827Z Compiling zerofrom v0.1.6
5452026-05-08T01:12:52.947Z Compiling yoke v0.8.1
5462026-05-08T01:12:53.087Z Compiling dtrace-parser v0.2.0
5472026-05-08T01:12:53.117Z Compiling zerovec v0.11.5
5482026-05-08T01:12:53.143Z Compiling zerotrie v0.2.3
5492026-05-08T01:12:53.387Z Compiling clap v4.5.60
5502026-05-08T01:12:53.558Z Compiling tinystr v0.8.2
5512026-05-08T01:12:53.558Z Compiling potential_utf v0.1.4
5522026-05-08T01:12:53.679Z Compiling icu_collections v2.1.1
5532026-05-08T01:12:53.687Z Compiling icu_locale_core v2.1.1
5542026-05-08T01:12:54.205Z Compiling icu_provider v2.1.1
5552026-05-08T01:12:54.365Z Compiling toml_datetime v0.6.11
5562026-05-08T01:12:54.365Z Compiling serde_spanned v0.6.9
5572026-05-08T01:12:54.376Z Compiling serde-value v0.7.0
5582026-05-08T01:12:54.376Z Compiling cargo-platform v0.2.0
5592026-05-08T01:12:54.376Z Compiling macaddr v1.0.1
5602026-05-08T01:12:54.396Z Compiling dof v0.3.0
5612026-05-08T01:12:54.403Z Compiling serde_tokenstream v0.2.3
5622026-05-08T01:12:54.423Z Compiling icu_normalizer v2.1.1
5632026-05-08T01:12:54.428Z Compiling icu_properties v2.1.2
5642026-05-08T01:12:54.658Z Compiling toml_edit v0.22.27
5652026-05-08T01:12:55.135Z Compiling usdt-attr-macro v0.5.0
5662026-05-08T01:12:55.143Z Compiling usdt-macro v0.5.0
5672026-05-08T01:12:55.328Z Compiling idna_adapter v1.2.1
5682026-05-08T01:12:55.449Z Compiling idna v1.1.0
5692026-05-08T01:12:55.731Z Compiling url v2.5.8
5702026-05-08T01:12:55.747Z Compiling usdt v0.5.0
5712026-05-08T01:12:55.934Z Compiling toml v0.8.23
5722026-05-08T01:12:56.291Z Compiling cargo-util-schemas v0.8.2
5732026-05-08T01:12:56.291Z Compiling cargo_toml v0.21.0
5742026-05-08T01:12:57.098Z Compiling cargo_metadata v0.21.0
5752026-05-08T01:12:58.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5762026-05-08T01:13:01.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.01s
5772026-05-08T01:13:01.328Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5782026-05-08T01:13:01.328Z Downloading crates ...
5792026-05-08T01:13:01.328Z Downloaded atty v0.2.14
5802026-05-08T01:13:01.328Z Downloaded adler2 v2.0.1
5812026-05-08T01:13:01.328Z Downloaded csv-core v0.1.13
5822026-05-08T01:13:01.328Z Downloaded diff v0.1.13
5832026-05-08T01:13:01.328Z Downloaded crunchy v0.2.4
5842026-05-08T01:13:01.328Z Downloaded bitfield-macros v0.19.4
5852026-05-08T01:13:01.328Z Downloaded backoff v0.4.0
5862026-05-08T01:13:01.328Z Downloaded drift v0.1.3
5872026-05-08T01:13:01.328Z Downloaded backon v1.6.0
5882026-05-08T01:13:01.328Z Downloaded crossbeam-deque v0.8.6
5892026-05-08T01:13:01.328Z Downloaded bit-set v0.8.0
5902026-05-08T01:13:01.328Z Downloaded critical-section v1.2.0
5912026-05-08T01:13:01.328Z Downloaded derive_builder v0.20.2
5922026-05-08T01:13:01.328Z Downloaded derive_builder_core v0.20.2
5932026-05-08T01:13:01.328Z Downloaded convert_case v0.10.0
5942026-05-08T01:13:01.328Z Downloaded darling_macro v0.23.0
5952026-05-08T01:13:01.328Z Downloaded darling_macro v0.20.11
5962026-05-08T01:13:01.328Z Downloaded cfg_aliases v0.2.1
5972026-05-08T01:13:01.328Z Downloaded crc32fast v1.5.0
5982026-05-08T01:13:01.328Z Downloaded des v0.8.1
5992026-05-08T01:13:01.329Z Downloaded derive_builder_macro v0.20.2
6002026-05-08T01:13:01.329Z Downloaded ciborium-io v0.2.2
6012026-05-08T01:13:01.329Z Downloaded bit-set v0.5.3
6022026-05-08T01:13:01.329Z Downloaded cobs v0.3.0
6032026-05-08T01:13:01.329Z Downloaded async-stream v0.3.6
6042026-05-08T01:13:01.329Z Downloaded crc8 v0.1.1
6052026-05-08T01:13:01.329Z Downloaded ciborium-ll v0.2.2
6062026-05-08T01:13:01.329Z Downloaded crossbeam-channel v0.5.15
6072026-05-08T01:13:01.329Z Downloaded atomic-waker v1.1.2
6082026-05-08T01:13:01.329Z Downloaded crc-catalog v2.4.0
6092026-05-08T01:13:01.329Z Downloaded bcrypt-pbkdf v0.10.0
6102026-05-08T01:13:01.329Z Downloaded async-stream-impl v0.3.6
6112026-05-08T01:13:01.329Z Downloaded bb8 v0.8.6
6122026-05-08T01:13:01.329Z Downloaded derive-ex v0.1.8
6132026-05-08T01:13:01.329Z Downloaded daft v0.1.5
6142026-05-08T01:13:01.329Z Downloaded cfg_aliases v0.1.1
6152026-05-08T01:13:01.329Z Downloaded bit-vec v0.6.3
6162026-05-08T01:13:01.329Z Downloaded darling v0.20.11
6172026-05-08T01:13:01.329Z Downloaded env_filter v1.0.0
6182026-05-08T01:13:01.329Z Downloaded embedded-io v0.4.0
6192026-05-08T01:13:01.329Z Downloaded diesel_table_macro_syntax v0.3.0
6202026-05-08T01:13:01.329Z Downloaded ascii-canvas v3.0.0
6212026-05-08T01:13:01.329Z Downloaded assert_matches v1.5.0
6222026-05-08T01:13:01.330Z Downloaded derive_more v0.99.20
6232026-05-08T01:13:01.330Z Downloaded array-init v0.0.4
6242026-05-08T01:13:01.330Z Downloaded curve25519-dalek-derive v0.1.1
6252026-05-08T01:13:01.330Z Downloaded cstr-argument v0.1.2
6262026-05-08T01:13:01.330Z Downloaded cargo-platform v0.1.9
6272026-05-08T01:13:01.330Z Downloaded async-recursion v1.1.1
6282026-05-08T01:13:01.330Z Downloaded dropshot-api-manager-types v0.7.1
6292026-05-08T01:13:01.330Z Downloaded cpufeatures v0.3.0
6302026-05-08T01:13:01.330Z Downloaded crc v3.4.0
6312026-05-08T01:13:01.330Z Downloaded crucible-workspace-hack v0.1.0
6322026-05-08T01:13:01.330Z Downloaded compression-core v0.4.31
6332026-05-08T01:13:01.330Z Downloaded base16ct v0.2.0
6342026-05-08T01:13:01.331Z Downloaded aead v0.5.2
6352026-05-08T01:13:01.331Z Downloaded dyn-clone v1.0.20
6362026-05-08T01:13:01.331Z Downloaded castaway v0.2.4
6372026-05-08T01:13:01.331Z Downloaded darling_macro v0.21.3
6382026-05-08T01:13:01.331Z Downloaded bitfield-struct v0.6.2
6392026-05-08T01:13:01.331Z Downloaded document-features v0.2.12
6402026-05-08T01:13:01.331Z Downloaded defmt v0.3.100
6412026-05-08T01:13:01.331Z Downloaded defmt-parser v1.0.0
6422026-05-08T01:13:01.331Z Downloaded convert_case v0.4.0
6432026-05-08T01:13:01.331Z Downloaded fixedbitset v0.5.7
6442026-05-08T01:13:01.331Z Downloaded crossbeam-utils v0.8.21
6452026-05-08T01:13:01.331Z Downloaded float-ord v0.3.2
6462026-05-08T01:13:01.331Z Downloaded dsl_auto_type v0.2.0
6472026-05-08T01:13:01.331Z Downloaded float-cmp v0.10.0
6482026-05-08T01:13:01.331Z Downloaded enum-as-inner v0.6.1
6492026-05-08T01:13:01.331Z Downloaded endian-type v0.1.2
6502026-05-08T01:13:01.331Z Downloaded dirs-next v2.0.0
6512026-05-08T01:13:01.331Z Downloaded flagset v0.4.7
6522026-05-08T01:13:01.331Z Downloaded dtrace-parser v0.3.0
6532026-05-08T01:13:01.331Z Downloaded foreign-types-macros v0.2.3
6542026-05-08T01:13:01.331Z Downloaded difflib v0.4.0
6552026-05-08T01:13:01.331Z Downloaded debug-ignore v1.0.5
6562026-05-08T01:13:01.331Z Downloaded chacha20 v0.9.1
6572026-05-08T01:13:01.331Z Downloaded atomicwrites v0.4.4
6582026-05-08T01:13:01.331Z Downloaded cmake v0.1.57
6592026-05-08T01:13:01.331Z Downloaded camino-tempfile-ext v0.3.3
6602026-05-08T01:13:01.331Z Downloaded blowfish v0.9.1
6612026-05-08T01:13:01.332Z Downloaded fxhash v0.2.1
6622026-05-08T01:13:01.332Z Downloaded display-error-chain v0.2.2
6632026-05-08T01:13:01.332Z Downloaded foreign-types-shared v0.3.1
6642026-05-08T01:13:01.332Z Downloaded fixedbitset v0.4.2
6652026-05-08T01:13:01.332Z Downloaded bit-vec v0.8.0
6662026-05-08T01:13:01.332Z Downloaded foreign-types-shared v0.1.1
6672026-05-08T01:13:01.332Z Downloaded cbc v0.1.2
6682026-05-08T01:13:01.332Z Downloaded bitfield v0.19.4
6692026-05-08T01:13:01.332Z Downloaded dunce v1.0.5
6702026-05-08T01:13:01.332Z Downloaded downcast-rs v2.0.2
6712026-05-08T01:13:01.332Z Downloaded futures-task v0.3.32
6722026-05-08T01:13:01.332Z Downloaded futures-core v0.3.32
6732026-05-08T01:13:01.332Z Downloaded foreign-types v0.5.0
6742026-05-08T01:13:01.332Z Downloaded foreign-types v0.3.2
6752026-05-08T01:13:01.332Z Downloaded futures-sink v0.3.32
6762026-05-08T01:13:01.332Z Downloaded funty v2.0.0
6772026-05-08T01:13:01.416Z Downloaded clang-sys v1.8.1
6782026-05-08T01:13:01.416Z Downloaded futures-macro v0.3.32
6792026-05-08T01:13:01.416Z Downloaded globwalk v0.9.1
6802026-05-08T01:13:01.416Z Downloaded data-encoding v2.10.0
6812026-05-08T01:13:01.416Z Downloaded ghash v0.5.1
6822026-05-08T01:13:01.416Z Downloaded gethostname v0.5.0
6832026-05-08T01:13:01.416Z Downloaded futures-io v0.3.32
6842026-05-08T01:13:01.417Z Downloaded async-trait v0.1.89
6852026-05-08T01:13:01.417Z Downloaded ff v0.13.1
6862026-05-08T01:13:01.417Z Downloaded arrayref v0.3.9
6872026-05-08T01:13:01.417Z Downloaded deranged v0.5.8
6882026-05-08T01:13:01.417Z Downloaded darling_core v0.23.0
6892026-05-08T01:13:01.417Z Downloaded cargo_metadata v0.19.2
6902026-05-08T01:13:01.417Z Downloaded bitflags v1.3.2
6912026-05-08T01:13:01.417Z Downloaded dirs-sys-next v0.1.2
6922026-05-08T01:13:01.417Z Downloaded diesel-dtrace v0.5.0
6932026-05-08T01:13:01.417Z Downloaded defmt-macros v1.0.1
6942026-05-08T01:13:01.417Z Downloaded cipher v0.4.4
6952026-05-08T01:13:01.417Z Downloaded cexpr v0.6.0
6962026-05-08T01:13:01.417Z Downloaded bcs v0.1.6
6972026-05-08T01:13:01.417Z Downloaded daft-derive v0.1.5
6982026-05-08T01:13:01.417Z Downloaded hash32 v0.3.1
6992026-05-08T01:13:01.417Z Downloaded crossbeam-epoch v0.9.18
7002026-05-08T01:13:01.417Z Downloaded filetime v0.2.27
7012026-05-08T01:13:01.417Z Downloaded compression-codecs v0.4.37
7022026-05-08T01:13:01.418Z Downloaded corncobs v0.1.4
7032026-05-08T01:13:01.418Z Downloaded foldhash v0.1.5
7042026-05-08T01:13:01.418Z Downloaded env_logger v0.11.9
7052026-05-08T01:13:01.418Z Downloaded hex-literal v0.4.1
7062026-05-08T01:13:01.418Z Downloaded headers-core v0.3.0
7072026-05-08T01:13:01.418Z Downloaded ecdsa v0.16.9
7082026-05-08T01:13:01.418Z Downloaded der_derive v0.7.3
7092026-05-08T01:13:01.418Z Downloaded byte-wrapper v0.1.0
7102026-05-08T01:13:01.418Z Downloaded argon2 v0.5.3
7112026-05-08T01:13:01.418Z Downloaded cassowary v0.3.0
7122026-05-08T01:13:01.418Z Downloaded fd-lock v4.0.4
7132026-05-08T01:13:01.418Z Downloaded foldhash v0.2.0
7142026-05-08T01:13:01.418Z Downloaded constant_time_eq v0.4.2
7152026-05-08T01:13:01.418Z Downloaded embedded-io v0.6.1
7162026-05-08T01:13:01.418Z Downloaded ed25519 v2.2.3
7172026-05-08T01:13:01.418Z Downloaded git-stub v1.0.0
7182026-05-08T01:13:01.418Z Downloaded fallible-iterator v0.2.0
7192026-05-08T01:13:01.418Z Downloaded hash32 v0.2.1
7202026-05-08T01:13:01.418Z Downloaded arrayvec v0.7.6
7212026-05-08T01:13:01.418Z Downloaded ena v0.14.4
7222026-05-08T01:13:01.418Z Downloaded http-body v1.0.1
7232026-05-08T01:13:01.418Z Downloaded git-stub-vcs v0.1.0
7242026-05-08T01:13:01.418Z Downloaded httpdate v1.0.3
7252026-05-08T01:13:01.418Z Downloaded hex v0.4.3
7262026-05-08T01:13:01.418Z Downloaded dof v0.4.0
7272026-05-08T01:13:01.419Z Downloaded hubpack v0.1.2
7282026-05-08T01:13:01.419Z Downloaded ctr v0.9.2
7292026-05-08T01:13:01.419Z Downloaded block-padding v0.3.3
7302026-05-08T01:13:01.419Z Downloaded ciborium v0.2.2
7312026-05-08T01:13:01.419Z Downloaded buf-list v1.1.2
7322026-05-08T01:13:01.419Z Downloaded either v1.15.0
7332026-05-08T01:13:01.419Z Downloaded crypto-bigint v0.5.5
7342026-05-08T01:13:01.419Z Downloaded home v0.5.12
7352026-05-08T01:13:01.419Z Downloaded darling v0.23.0
7362026-05-08T01:13:01.419Z Downloaded find-msvc-tools v0.1.9
7372026-05-08T01:13:01.419Z Downloaded hostname v0.4.2
7382026-05-08T01:13:01.419Z Downloaded fs-err v2.11.0
7392026-05-08T01:13:01.419Z Downloaded defmt v1.0.1
7402026-05-08T01:13:01.419Z Downloaded erased-serde v0.3.31
7412026-05-08T01:13:01.419Z Downloaded ident_case v1.0.1
7422026-05-08T01:13:01.419Z Downloaded is-terminal v0.4.17
7432026-05-08T01:13:01.419Z Downloaded hyper-tls v0.6.0
7442026-05-08T01:13:01.419Z Downloaded darling v0.21.3
7452026-05-08T01:13:01.419Z Downloaded glob v0.3.3
7462026-05-08T01:13:01.419Z Downloaded const_format_proc_macros v0.2.34
7472026-05-08T01:13:01.419Z Downloaded hubpack_derive v0.1.1
7482026-05-08T01:13:01.419Z Downloaded http-range v0.1.5
7492026-05-08T01:13:01.419Z Downloaded group v0.13.0
7502026-05-08T01:13:01.419Z Downloaded instant v0.1.13
7512026-05-08T01:13:01.419Z Downloaded instability v0.3.11
7522026-05-08T01:13:01.419Z Downloaded indent_write v2.2.0
7532026-05-08T01:13:01.419Z Downloaded indoc v1.0.9
7542026-05-08T01:13:01.419Z Downloaded is_ci v1.2.0
7552026-05-08T01:13:01.420Z Downloaded inout v0.1.4
7562026-05-08T01:13:01.420Z Downloaded colored v3.1.1
7572026-05-08T01:13:01.476Z Downloaded keccak v0.1.6
7582026-05-08T01:13:01.476Z Downloaded lalrpop-util v0.19.12
7592026-05-08T01:13:01.476Z Downloaded libscf-sys v1.1.0
7602026-05-08T01:13:01.476Z Downloaded cancel-safe-futures v0.1.5
7612026-05-08T01:13:01.476Z Downloaded ahash v0.8.12
7622026-05-08T01:13:01.476Z Downloaded bzip2 v0.4.4
7632026-05-08T01:13:01.476Z Downloaded const-oid v0.9.6
7642026-05-08T01:13:01.476Z Downloaded blake2 v0.10.6
7652026-05-08T01:13:01.476Z Downloaded humantime v2.3.0
7662026-05-08T01:13:01.476Z Downloaded getrandom v0.2.17
7672026-05-08T01:13:01.476Z Downloaded futures-channel v0.3.32
7682026-05-08T01:13:01.476Z Downloaded chacha20 v0.10.0
7692026-05-08T01:13:01.476Z Downloaded cookie_store v0.22.1
7702026-05-08T01:13:01.476Z Downloaded linked-hash-map v0.5.6
7712026-05-08T01:13:01.476Z Downloaded bzip2 v0.6.1
7722026-05-08T01:13:01.477Z Downloaded md5 v0.7.0
7732026-05-08T01:13:01.477Z Downloaded maplit v1.0.2
7742026-05-08T01:13:01.477Z Downloaded internet-checksum v0.2.1
7752026-05-08T01:13:01.477Z Downloaded mime v0.3.17
7762026-05-08T01:13:01.477Z Downloaded hyper-staticfile v0.10.1
7772026-05-08T01:13:01.477Z Downloaded derive-where v1.6.0
7782026-05-08T01:13:01.477Z Downloaded lazy_static v1.5.0
7792026-05-08T01:13:01.477Z Downloaded kstat-rs v0.2.4
7802026-05-08T01:13:01.477Z Downloaded console v0.16.2
7812026-05-08T01:13:01.477Z Downloaded derive_more-impl v2.1.1
7822026-05-08T01:13:01.477Z Downloaded colored v2.2.0
7832026-05-08T01:13:01.477Z Downloaded md-5 v0.10.6
7842026-05-08T01:13:01.477Z Downloaded match_cfg v0.1.0
7852026-05-08T01:13:01.477Z Downloaded highway v1.3.0
7862026-05-08T01:13:01.477Z Downloaded dropshot_endpoint v0.17.0
7872026-05-08T01:13:01.477Z Downloaded dropshot_endpoint v0.16.7
7882026-05-08T01:13:01.477Z Downloaded lru-cache v0.1.2
7892026-05-08T01:13:01.477Z Downloaded indoc v2.0.7
7902026-05-08T01:13:01.478Z Downloaded managed v0.8.0
7912026-05-08T01:13:01.478Z Downloaded memoffset v0.9.1
7922026-05-08T01:13:01.478Z Downloaded newtype-uuid-macros v0.1.0
7932026-05-08T01:13:01.478Z Downloaded fs_extra v1.3.0
7942026-05-08T01:13:01.478Z Downloaded newline-converter v0.3.0
7952026-05-08T01:13:01.478Z Downloaded new_debug_unreachable v1.0.6
7962026-05-08T01:13:01.478Z Downloaded multimap v0.10.1
7972026-05-08T01:13:01.478Z Downloaded lzss v0.8.2
7982026-05-08T01:13:01.478Z Downloaded lru-slab v0.1.2
7992026-05-08T01:13:01.478Z Downloaded nodrop v0.1.14
8002026-05-08T01:13:01.478Z Downloaded futures-executor v0.3.32
8012026-05-08T01:13:01.478Z Downloaded ed25519-dalek v2.2.0
8022026-05-08T01:13:01.479Z Downloaded ipnetwork v0.21.1
8032026-05-08T01:13:01.479Z Downloaded http-body-util v0.1.3
8042026-05-08T01:13:01.479Z Downloaded hostname v0.3.1
8052026-05-08T01:13:01.479Z Downloaded hmac v0.12.1
8062026-05-08T01:13:01.479Z Downloaded globset v0.4.18
8072026-05-08T01:13:01.479Z Downloaded jobserver v0.1.34
8082026-05-08T01:13:01.479Z Downloaded num v0.4.3
8092026-05-08T01:13:01.479Z Downloaded num-iter v0.1.45
8102026-05-08T01:13:01.479Z Downloaded nibble_vec v0.1.0
8112026-05-08T01:13:01.479Z Downloaded num-conv v0.2.0
8122026-05-08T01:13:01.523Z Downloaded nonempty v0.12.0
8132026-05-08T01:13:01.523Z Downloaded newtype_derive v0.1.6
8142026-05-08T01:13:01.523Z Downloaded ingot-types v0.1.2
8152026-05-08T01:13:01.523Z Downloaded normalize-line-endings v0.3.0
8162026-05-08T01:13:01.523Z Downloaded lru v0.12.5
8172026-05-08T01:13:01.523Z Downloaded ipnet v2.11.0
8182026-05-08T01:13:01.523Z Downloaded libefi-sys v0.1.0
8192026-05-08T01:13:01.523Z Downloaded elliptic-curve v0.13.8
8202026-05-08T01:13:01.523Z Downloaded httparse v1.10.1
8212026-05-08T01:13:01.523Z Downloaded getrandom v0.3.4
8222026-05-08T01:13:01.523Z Downloaded async-bb8-diesel v0.2.1
8232026-05-08T01:13:01.523Z Downloaded libsw-core v0.3.2
8242026-05-08T01:13:01.523Z Downloaded cookie v0.18.1
8252026-05-08T01:13:01.524Z Downloaded console v0.15.11
8262026-05-08T01:13:01.524Z Downloaded opaque-debug v0.3.1
8272026-05-08T01:13:01.524Z Downloaded crc-any v2.5.0
8282026-05-08T01:13:01.524Z Downloaded base64ct v1.8.3
8292026-05-08T01:13:01.524Z Downloaded lock_api v0.4.14
8302026-05-08T01:13:01.524Z Downloaded iana-time-zone v0.1.65
8312026-05-08T01:13:01.524Z Downloaded openssl-probe v0.2.1
8322026-05-08T01:13:01.524Z Downloaded num_enum_derive v0.5.11
8332026-05-08T01:13:01.524Z Downloaded num-derive v0.4.2
8342026-05-08T01:13:01.524Z Downloaded num-derive v0.3.3
8352026-05-08T01:13:01.524Z Downloaded maybe-uninit v2.0.0
8362026-05-08T01:13:01.524Z Downloaded half v1.8.3
8372026-05-08T01:13:01.524Z Downloaded fatfs v0.3.6
8382026-05-08T01:13:01.524Z Downloaded newtype-uuid v1.3.2
8392026-05-08T01:13:01.524Z Downloaded libloading v0.8.9
8402026-05-08T01:13:01.524Z Downloaded native-tls v0.2.18
8412026-05-08T01:13:01.524Z Downloaded num_threads v0.1.7
8422026-05-08T01:13:01.524Z Downloaded nanorand v0.7.0
8432026-05-08T01:13:01.524Z Downloaded olpc-cjson v0.1.4
8442026-05-08T01:13:01.524Z Downloaded mime_guess v2.0.5
8452026-05-08T01:13:01.524Z Downloaded darling_core v0.20.11
8462026-05-08T01:13:01.524Z Downloaded hyper-rustls v0.27.7
8472026-05-08T01:13:01.572Z Downloaded flume v0.11.1
8482026-05-08T01:13:01.573Z Downloaded linear-map v1.2.0
8492026-05-08T01:13:01.573Z Downloaded diesel_derives v2.3.7
8502026-05-08T01:13:01.573Z Downloaded openssl-macros v0.1.1
8512026-05-08T01:13:01.573Z Downloaded nu-ansi-term v0.50.3
8522026-05-08T01:13:01.574Z Downloaded oso-derive v0.27.3
8532026-05-08T01:13:01.574Z Downloaded aws-lc-rs v1.16.0
8542026-05-08T01:13:01.574Z Downloaded pbkdf2 v0.11.0
8552026-05-08T01:13:01.574Z Downloaded half v2.7.1
8562026-05-08T01:13:01.574Z Downloaded darling_core v0.21.3
8572026-05-08T01:13:01.574Z Downloaded multer v3.1.0
8582026-05-08T01:13:01.574Z Downloaded ingot-macros v0.1.1
8592026-05-08T01:13:01.574Z Downloaded ingot v0.1.1
8602026-05-08T01:13:01.574Z Downloaded parse-size v1.1.0
8612026-05-08T01:13:01.574Z Downloaded num-complex v0.4.6
8622026-05-08T01:13:01.574Z Downloaded openssl-probe v0.1.6
8632026-05-08T01:13:01.574Z Downloaded packed_struct_codegen v0.10.1
8642026-05-08T01:13:01.574Z Downloaded num_enum v0.7.5
8652026-05-08T01:13:01.574Z Downloaded pbkdf2 v0.12.2
8662026-05-08T01:13:01.574Z Downloaded parse-display v0.10.0
8672026-05-08T01:13:01.574Z Downloaded num_enum v0.5.11
8682026-05-08T01:13:01.575Z Downloaded peg-runtime v0.8.5
8692026-05-08T01:13:01.575Z Downloaded path-slash v0.1.5
8702026-05-08T01:13:01.575Z Downloaded num-rational v0.4.2
8712026-05-08T01:13:01.575Z Downloaded num-integer v0.1.46
8722026-05-08T01:13:01.575Z Downloaded libsw v3.5.0
8732026-05-08T01:13:01.575Z Downloaded derive_more v2.1.1
8742026-05-08T01:13:01.607Z Downloaded ignore v0.4.25
8752026-05-08T01:13:01.607Z Downloaded phf_shared v0.12.1
8762026-05-08T01:13:01.665Z Downloaded const_format v0.2.35
8772026-05-08T01:13:01.666Z Downloaded compact_str v0.8.1
8782026-05-08T01:13:01.666Z Downloaded chacha20poly1305 v0.10.1
8792026-05-08T01:13:01.666Z Downloaded litrs v1.0.0
8802026-05-08T01:13:01.666Z Downloaded impl-trait-for-tuples v0.2.3
8812026-05-08T01:13:01.666Z Downloaded phf_shared v0.11.3
8822026-05-08T01:13:01.666Z Downloaded owo-colors v4.3.0
8832026-05-08T01:13:01.667Z Downloaded phf_shared v0.13.1
8842026-05-08T01:13:01.667Z Downloaded num_enum_derive v0.7.5
8852026-05-08T01:13:01.667Z Downloaded allocator-api2 v0.2.21
8862026-05-08T01:13:01.667Z Downloaded precomputed-hash v0.1.1
8872026-05-08T01:13:01.667Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-05-08T01:13:01.667Z Downloaded proc-macro-crate v3.4.0
8892026-05-08T01:13:01.667Z Downloaded heapless v0.7.17
8902026-05-08T01:13:01.667Z Downloaded powerfmt v0.2.0
8912026-05-08T01:13:01.667Z Downloaded pin-utils v0.1.0
8922026-05-08T01:13:01.667Z Downloaded packed_struct v0.10.1
8932026-05-08T01:13:01.667Z Downloaded headers v0.4.1
8942026-05-08T01:13:01.667Z Downloaded memmap2 v0.9.10
8952026-05-08T01:13:01.667Z Downloaded progenitor-client v0.14.0
8962026-05-08T01:13:01.667Z Downloaded progenitor-client v0.11.2
8972026-05-08T01:13:01.667Z Downloaded proc-macro-crate v1.3.1
8982026-05-08T01:13:01.667Z Downloaded flate2 v1.1.9
8992026-05-08T01:13:01.667Z Downloaded pem v3.0.6
9002026-05-08T01:13:01.668Z Downloaded password-hash v0.4.2
9012026-05-08T01:13:01.668Z Downloaded futures v0.3.32
9022026-05-08T01:13:01.668Z Downloaded predicates-tree v1.0.13
9032026-05-08T01:13:01.668Z Downloaded predicates-core v1.0.10
9042026-05-08T01:13:01.668Z Downloaded arc-swap v1.8.2
9052026-05-08T01:13:01.668Z Downloaded peg v0.8.5
9062026-05-08T01:13:01.668Z Downloaded progenitor-macro v0.14.0
9072026-05-08T01:13:01.668Z Downloaded progenitor-macro v0.11.2
9082026-05-08T01:13:01.668Z Downloaded oxnet v0.1.4
9092026-05-08T01:13:01.668Z Downloaded oxide-tokio-rt v0.1.4
9102026-05-08T01:13:01.668Z Downloaded progenitor-client v0.10.0
9112026-05-08T01:13:01.668Z Downloaded psl-types v2.0.11
9122026-05-08T01:13:01.668Z Downloaded quick-error v1.2.3
9132026-05-08T01:13:01.668Z Downloaded der v0.7.10
9142026-05-08T01:13:01.668Z Downloaded cc v1.2.56
9152026-05-08T01:13:01.676Z Downloaded pin-project-internal v1.1.11
9162026-05-08T01:13:01.677Z Downloaded pin-project-lite v0.2.17
9172026-05-08T01:13:01.677Z Downloaded pkg-config v0.3.32
9182026-05-08T01:13:01.677Z Downloaded base64 v0.21.7
9192026-05-08T01:13:01.677Z Downloaded dropshot-api-manager v0.7.1
9202026-05-08T01:13:01.677Z Downloaded ar_archive_writer v0.5.1
9212026-05-08T01:13:01.677Z Downloaded bytes v1.11.1
9222026-05-08T01:13:01.677Z Downloaded polyval v0.6.2
9232026-05-08T01:13:01.677Z Downloaded peg-macros v0.8.5
9242026-05-08T01:13:01.677Z Downloaded paste v1.0.15
9252026-05-08T01:13:01.677Z Downloaded radium v0.7.0
9262026-05-08T01:13:01.677Z Downloaded ppv-lite86 v0.2.21
9272026-05-08T01:13:01.677Z Downloaded parse-display-derive v0.10.0
9282026-05-08T01:13:01.677Z Downloaded predicates v3.1.4
9292026-05-08T01:13:01.677Z Downloaded recursive v0.1.1
9302026-05-08T01:13:01.677Z Downloaded rand_chacha v0.3.1
9312026-05-08T01:13:01.677Z Downloaded base64 v0.22.1
9322026-05-08T01:13:01.677Z Downloaded libbz2-rs-sys v0.2.2
9332026-05-08T01:13:01.677Z Downloaded ref-cast v1.0.25
9342026-05-08T01:13:01.677Z Downloaded phf v0.12.1
9352026-05-08T01:13:01.677Z Downloaded ref-cast-impl v1.0.25
9362026-05-08T01:13:01.678Z Downloaded recursive-proc-macro-impl v0.1.1
9372026-05-08T01:13:01.712Z Downloaded parking_lot v0.11.2
9382026-05-08T01:13:01.712Z Downloaded progenitor v0.10.0
9392026-05-08T01:13:01.712Z Downloaded parking_lot v0.12.5
9402026-05-08T01:13:01.712Z Downloaded rand_xorshift v0.4.0
9412026-05-08T01:13:01.712Z Downloaded progenitor v0.14.0
9422026-05-08T01:13:01.713Z Downloaded parking_lot_core v0.8.6
9432026-05-08T01:13:01.713Z Downloaded postgres-protocol v0.6.10
9442026-05-08T01:13:01.713Z Downloaded progenitor-extras v0.2.0
9452026-05-08T01:13:01.731Z Downloaded password-hash v0.5.0
9462026-05-08T01:13:01.731Z Downloaded omicron-zone-package v0.12.2
9472026-05-08T01:13:01.731Z Downloaded rfc6979 v0.4.0
9482026-05-08T01:13:01.731Z Downloaded progenitor-macro v0.13.0
9492026-05-08T01:13:01.731Z Downloaded psm v0.1.30
9502026-05-08T01:13:01.731Z Downloaded primeorder v0.13.6
9512026-05-08T01:13:01.731Z Downloaded indexmap v1.9.3
9522026-05-08T01:13:01.732Z Downloaded rtoolbox v0.0.3
9532026-05-08T01:13:01.734Z Downloaded progenitor-macro v0.10.0
9542026-05-08T01:13:01.734Z Downloaded progenitor v0.13.0
9552026-05-08T01:13:01.735Z Downloaded progenitor v0.11.2
9562026-05-08T01:13:01.736Z Downloaded proc-macro-error2 v2.0.1
9572026-05-08T01:13:01.736Z Downloaded pkcs1 v0.7.5
9582026-05-08T01:13:01.755Z Downloaded r2d2 v0.8.10
9592026-05-08T01:13:01.756Z Downloaded rustc_version v0.4.1
9602026-05-08T01:13:01.756Z Downloaded rustc-hash v2.1.1
9612026-05-08T01:13:01.756Z Downloaded russh-cryptovec v0.7.3
9622026-05-08T01:13:01.757Z Downloaded miniz_oxide v0.8.9
9632026-05-08T01:13:01.757Z Downloaded rustc_version v0.1.7
9642026-05-08T01:13:01.757Z Downloaded hashbrown v0.12.3
9652026-05-08T01:13:01.758Z Downloaded parking_lot_core v0.9.12
9662026-05-08T01:13:01.758Z Downloaded pkcs8 v0.10.2
9672026-05-08T01:13:01.758Z Downloaded postgres-types v0.2.12
9682026-05-08T01:13:01.758Z Downloaded async-compression v0.4.41
9692026-05-08T01:13:01.759Z Downloaded rand_core v0.10.0
9702026-05-08T01:13:01.759Z Downloaded pem-rfc7468 v0.7.0
9712026-05-08T01:13:01.773Z Downloaded rand_seeder v0.4.0
9722026-05-08T01:13:01.773Z Downloaded rand_core v0.6.4
9732026-05-08T01:13:01.773Z Downloaded rand_chacha v0.9.0
9742026-05-08T01:13:01.773Z Downloaded poly1305 v0.8.0
9752026-05-08T01:13:01.773Z Downloaded phf v0.13.1
9762026-05-08T01:13:01.774Z Downloaded salsa20 v0.10.2
9772026-05-08T01:13:01.774Z Downloaded hickory-resolver v0.24.4
9782026-05-08T01:13:01.797Z Downloaded heapless v0.8.0
9792026-05-08T01:13:01.798Z Downloaded same-file v1.0.6
9802026-05-08T01:13:01.798Z Downloaded http v1.4.0
9812026-05-08T01:13:01.798Z Downloaded oso v0.27.3
9822026-05-08T01:13:01.798Z Downloaded expectorate v1.2.0
9832026-05-08T01:13:01.798Z Downloaded progenitor-client v0.13.0
9842026-05-08T01:13:01.798Z Downloaded pkcs5 v0.7.1
9852026-05-08T01:13:01.798Z Downloaded sapling-renderdag v0.1.0
9862026-05-08T01:13:01.824Z Downloaded scopeguard v1.2.0
9872026-05-08T01:13:01.824Z Downloaded secrecy v0.10.3
9882026-05-08T01:13:01.825Z Downloaded scroll_derive v0.13.1
9892026-05-08T01:13:01.825Z Downloaded scheduled-thread-pool v0.2.7
9902026-05-08T01:13:01.825Z Downloaded resolv-conf v0.7.6
9912026-05-08T01:13:01.825Z Downloaded indicatif v0.18.4
9922026-05-08T01:13:01.825Z Downloaded p256 v0.13.2
9932026-05-08T01:13:01.825Z Downloaded secrecy v0.8.0
9942026-05-08T01:13:01.825Z Downloaded pin-project v1.1.11
9952026-05-08T01:13:01.838Z Downloaded crossterm v0.28.1
9962026-05-08T01:13:01.838Z Downloaded serde_spanned v1.0.4
9972026-05-08T01:13:01.838Z Downloaded serde_urlencoded v0.7.1
9982026-05-08T01:13:01.838Z Downloaded sha1 v0.10.6
9992026-05-08T01:13:01.838Z Downloaded serde-big-array v0.5.1
10002026-05-08T01:13:01.838Z Downloaded semver v0.1.20
10012026-05-08T01:13:01.838Z Downloaded serde_repr v0.1.20
10022026-05-08T01:13:01.838Z Downloaded serde_bytes v0.11.19
10032026-05-08T01:13:01.838Z Downloaded minimal-lexical v0.2.1
10042026-05-08T01:13:01.838Z Downloaded postcard v1.1.3
10052026-05-08T01:13:01.838Z Downloaded serde_plain v1.0.2
10062026-05-08T01:13:01.838Z Downloaded scrypt v0.11.0
10072026-05-08T01:13:01.839Z Downloaded bumpalo v3.20.2
10082026-05-08T01:13:01.839Z Downloaded rand_core v0.9.5
10092026-05-08T01:13:01.867Z Downloaded rustls-pemfile v1.0.4
10102026-05-08T01:13:01.867Z Downloaded rustls-native-certs v0.8.3
10112026-05-08T01:13:01.867Z Downloaded rustls-pemfile v2.2.0
10122026-05-08T01:13:01.867Z Downloaded rusty-fork v0.3.1
10132026-05-08T01:13:01.867Z Downloaded signal-hook-tokio v0.3.1
10142026-05-08T01:13:01.890Z Downloaded jiff-static v0.2.21
10152026-05-08T01:13:01.890Z Downloaded rustversion v1.0.22
10162026-05-08T01:13:01.890Z Downloaded signal-hook-mio v0.2.5
10172026-05-08T01:13:01.890Z Downloaded shell-words v1.1.1
10182026-05-08T01:13:01.890Z Downloaded siphasher v1.0.2
10192026-05-08T01:13:01.890Z Downloaded sigpipe v0.1.3
10202026-05-08T01:13:01.890Z Downloaded slog-bunyan v2.5.0
10212026-05-08T01:13:01.890Z Downloaded signature v2.2.0
10222026-05-08T01:13:01.890Z Downloaded progenitor-impl v0.10.0
10232026-05-08T01:13:01.890Z Downloaded openssl-sys v0.9.114
10242026-05-08T01:13:01.907Z Downloaded scroll v0.13.0
10252026-05-08T01:13:01.907Z Downloaded slog-envlogger v2.2.0
10262026-05-08T01:13:01.907Z Downloaded sct v0.7.1
10272026-05-08T01:13:01.907Z Downloaded schemars_derive v0.8.22
10282026-05-08T01:13:01.907Z Downloaded progenitor-impl v0.11.2
10292026-05-08T01:13:01.907Z Downloaded crossterm v0.29.0
10302026-05-08T01:13:01.935Z Downloaded serde-hex v0.1.0
10312026-05-08T01:13:01.935Z Downloaded ssh-cipher v0.2.0
10322026-05-08T01:13:01.935Z Downloaded sqlparser_derive v0.5.0
10332026-05-08T01:13:01.935Z Downloaded russh-keys v0.45.0
10342026-05-08T01:13:01.935Z Downloaded progenitor-impl v0.13.0
10352026-05-08T01:13:01.935Z Downloaded papergrid v0.17.0
10362026-05-08T01:13:01.935Z Downloaded hickory-resolver v0.25.2
10372026-05-08T01:13:01.935Z Downloaded seq-macro v0.3.6
10382026-05-08T01:13:01.935Z Downloaded pretty_assertions v1.4.1
10392026-05-08T01:13:01.955Z Downloaded sec1 v0.7.3
10402026-05-08T01:13:01.956Z Downloaded serde_derive_internals v0.29.1
10412026-05-08T01:13:01.956Z Downloaded rustls-pki-types v1.14.0
10422026-05-08T01:13:01.956Z Downloaded strum v0.27.2
10432026-05-08T01:13:01.956Z Downloaded hashbrown v0.13.2
10442026-05-08T01:13:01.956Z Downloaded subtle v2.6.1
10452026-05-08T01:13:01.956Z Downloaded ssh-encoding v0.2.0
10462026-05-08T01:13:01.956Z Downloaded rcgen v0.12.1
10472026-05-08T01:13:01.956Z Downloaded structmeta-derive v0.3.0
10482026-05-08T01:13:01.956Z Downloaded shlex v1.3.0
10492026-05-08T01:13:01.956Z Downloaded quinn-udp v0.5.14
10502026-05-08T01:13:01.974Z Downloaded slog-dtrace v0.3.0
10512026-05-08T01:13:01.975Z Downloaded slog-async v2.8.0
10522026-05-08T01:13:01.975Z Downloaded slab v0.4.12
10532026-05-08T01:13:01.975Z Downloaded tabled_derive v0.11.0
10542026-05-08T01:13:01.975Z Downloaded structmeta v0.3.0
10552026-05-08T01:13:01.975Z Downloaded strip-ansi-escapes v0.2.1
10562026-05-08T01:13:01.975Z Downloaded simd-adler32 v0.3.8
10572026-05-08T01:13:01.977Z Downloaded signal-hook-registry v1.4.8
10582026-05-08T01:13:01.977Z Downloaded strum v0.26.3
10592026-05-08T01:13:01.986Z Downloaded sync-ptr v0.1.4
10602026-05-08T01:13:01.986Z Downloaded prefix-trie v0.7.0
10612026-05-08T01:13:01.986Z Downloaded tap v1.0.1
10622026-05-08T01:13:01.986Z Downloaded take_mut v0.2.2
10632026-05-08T01:13:01.986Z Downloaded smf v0.2.3
10642026-05-08T01:13:01.986Z Downloaded hyper-util v0.1.20
10652026-05-08T01:13:01.986Z Downloaded tabwriter v1.4.1
10662026-05-08T01:13:01.986Z Downloaded smallvec v0.6.14
10672026-05-08T01:13:01.986Z Downloaded supports-color v3.0.2
10682026-05-08T01:13:01.986Z Downloaded slog-scope v4.4.1
10692026-05-08T01:13:01.997Z Downloaded tagptr v0.2.0
10702026-05-08T01:13:01.997Z Downloaded slog-json v2.6.1
10712026-05-08T01:13:01.997Z Downloaded termtree v0.5.1
10722026-05-08T01:13:02.014Z Downloaded progenitor-impl v0.14.0
10732026-05-08T01:13:02.014Z Downloaded serde_path_to_error v0.1.20
10742026-05-08T01:13:02.014Z Downloaded sqlformat v0.3.5
10752026-05-08T01:13:02.014Z Downloaded mio v1.2.0
10762026-05-08T01:13:02.014Z Downloaded rustls-platform-verifier v0.6.2
10772026-05-08T01:13:02.033Z Downloaded prettyplease v0.2.37
10782026-05-08T01:13:02.033Z Downloaded thread-id v5.1.0
10792026-05-08T01:13:02.033Z Downloaded testing_table v0.3.0
10802026-05-08T01:13:02.038Z Downloaded serde_cbor v0.11.2
10812026-05-08T01:13:02.038Z Downloaded tokio-macros v2.7.0
10822026-05-08T01:13:02.038Z Downloaded string_cache v0.8.9
10832026-05-08T01:13:02.038Z Downloaded rayon-core v1.13.0
10842026-05-08T01:13:02.038Z Downloaded strum_macros v0.27.2
10852026-05-08T01:13:02.038Z Downloaded strum_macros v0.24.3
10862026-05-08T01:13:02.038Z Downloaded tinyvec_macros v0.1.1
10872026-05-08T01:13:02.038Z Downloaded time-core v0.1.8
10882026-05-08T01:13:02.038Z Downloaded hashbrown v0.16.1
10892026-05-08T01:13:02.038Z Downloaded spki v0.7.3
10902026-05-08T01:13:02.038Z Downloaded itertools v0.10.5
10912026-05-08T01:13:02.051Z Downloaded stacker v0.1.23
10922026-05-08T01:13:02.051Z Downloaded schemars v0.8.22
10932026-05-08T01:13:02.057Z Downloaded sync_wrapper v1.0.2
10942026-05-08T01:13:02.057Z Downloaded publicsuffix v2.3.0
10952026-05-08T01:13:02.057Z Downloaded aes v0.8.4
10962026-05-08T01:13:02.057Z Downloaded serde_with_macros v3.17.0
10972026-05-08T01:13:02.058Z Downloaded slog-stdlog v4.1.1
10982026-05-08T01:13:02.058Z Downloaded stringprep v0.1.5
10992026-05-08T01:13:02.065Z Downloaded static_assertions v1.1.0
11002026-05-08T01:13:02.065Z Downloaded ron v0.8.1
11012026-05-08T01:13:02.090Z Downloaded support-bundle-viewer v0.1.2
11022026-05-08T01:13:02.090Z Downloaded strum_macros v0.26.4
11032026-05-08T01:13:02.090Z Downloaded iddqd v0.3.18
11042026-05-08T01:13:02.095Z Downloaded termios v0.3.3
11052026-05-08T01:13:02.095Z Downloaded topological-sort v0.2.2
11062026-05-08T01:13:02.095Z Downloaded slog-term v2.9.2
11072026-05-08T01:13:02.099Z Downloaded nom v7.1.3
11082026-05-08T01:13:02.099Z Downloaded signal-hook v0.3.18
11092026-05-08T01:13:02.103Z Downloaded quinn v0.11.9
11102026-05-08T01:13:02.103Z Downloaded thiserror-no-std v2.0.2
11112026-05-08T01:13:02.108Z Downloaded trait-variant v0.1.2
11122026-05-08T01:13:02.108Z Downloaded snafu-derive v0.8.9
11132026-05-08T01:13:02.109Z Downloaded qorb v0.4.1
11142026-05-08T01:13:02.115Z Downloaded tower-service v0.3.3
11152026-05-08T01:13:02.115Z Downloaded tower-layer v0.3.3
11162026-05-08T01:13:02.115Z Downloaded thread_local v1.1.9
11172026-05-08T01:13:02.115Z Downloaded thiserror-impl-no-std v2.0.2
11182026-05-08T01:13:02.120Z Downloaded typify-macro v0.6.2
11192026-05-08T01:13:02.120Z Downloaded tokio-native-tls v0.3.1
11202026-05-08T01:13:02.120Z Downloaded tiny-keccak v2.0.2
11212026-05-08T01:13:02.120Z Downloaded ryu v1.0.23
11222026-05-08T01:13:02.120Z Downloaded spin v0.9.8
11232026-05-08T01:13:02.125Z Downloaded num-bigint-dig v0.8.6
11242026-05-08T01:13:02.125Z Downloaded aes-gcm v0.10.3
11252026-05-08T01:13:02.128Z Downloaded slog v2.8.2
11262026-05-08T01:13:02.174Z Downloaded time-macros v0.2.27
11272026-05-08T01:13:02.174Z Downloaded try-lock v0.2.5
11282026-05-08T01:13:02.190Z Downloaded hyper v1.8.1
11292026-05-08T01:13:02.190Z Downloaded typify-macro v0.4.3
11302026-05-08T01:13:02.190Z Downloaded tokio-tungstenite v0.23.1
11312026-05-08T01:13:02.190Z Downloaded futures-util v0.3.32
11322026-05-08T01:13:02.190Z Downloaded tokio-rustls v0.25.0
11332026-05-08T01:13:02.191Z Downloaded aho-corasick v1.1.4
11342026-05-08T01:13:02.191Z Downloaded rand v0.10.0
11352026-05-08T01:13:02.191Z Downloaded tokio-dtrace v0.1.1
11362026-05-08T01:13:02.191Z Downloaded tls_codec_derive v0.4.2
11372026-05-08T01:13:02.191Z Downloaded tls_codec v0.4.2
11382026-05-08T01:13:02.191Z Downloaded rsa v0.9.10
11392026-05-08T01:13:02.191Z Downloaded unarray v0.1.4
11402026-05-08T01:13:02.191Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-05-08T01:13:02.191Z Downloaded universal-hash v0.5.1
11422026-05-08T01:13:02.191Z Downloaded unit-prefix v0.5.2
11432026-05-08T01:13:02.191Z Downloaded libxml v0.3.3
11442026-05-08T01:13:02.191Z Downloaded usdt-macro v0.6.0
11452026-05-08T01:13:02.191Z Downloaded usdt-attr-macro v0.6.0
11462026-05-08T01:13:02.191Z Downloaded usdt v0.6.0
11472026-05-08T01:13:02.191Z Downloaded utf-8 v0.7.6
11482026-05-08T01:13:02.191Z Downloaded untrusted v0.7.1
11492026-05-08T01:13:02.191Z Downloaded hickory-server v0.25.2
11502026-05-08T01:13:02.192Z Downloaded unicode-truncate v1.1.0
11512026-05-08T01:13:02.192Z Downloaded tokio-tungstenite v0.21.0
11522026-05-08T01:13:02.192Z Downloaded term v1.2.1
11532026-05-08T01:13:02.192Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-05-08T01:13:02.192Z Downloaded rand v0.8.5
11552026-05-08T01:13:02.214Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11562026-05-08T01:13:02.214Z Downloaded void v1.0.2
11572026-05-08T01:13:02.214Z Downloaded term v0.7.0
11582026-05-08T01:13:02.214Z Downloaded socket2 v0.5.10
11592026-05-08T01:13:02.214Z Downloaded tui-tree-widget v0.23.1
11602026-05-08T01:13:02.223Z Downloaded want v0.3.1
11612026-05-08T01:13:02.223Z Downloaded wait-timeout v0.2.1
11622026-05-08T01:13:02.223Z Downloaded itertools v0.12.1
11632026-05-08T01:13:02.223Z Downloaded waitgroup v0.1.2
11642026-05-08T01:13:02.223Z Downloaded subprocess v0.2.15
11652026-05-08T01:13:02.224Z Downloaded unicase v2.9.0
11662026-05-08T01:13:02.224Z Downloaded rand v0.9.2
11672026-05-08T01:13:02.245Z Downloaded num-bigint v0.4.6
11682026-05-08T01:13:02.245Z Downloaded hashbrown v0.15.5
11692026-05-08T01:13:02.269Z Downloaded schemars v1.2.1
11702026-05-08T01:13:02.269Z Downloaded zeroize_derive v1.4.3
11712026-05-08T01:13:02.269Z Downloaded iri-string v0.7.10
11722026-05-08T01:13:02.269Z Downloaded rustls-webpki v0.103.9
11732026-05-08T01:13:02.280Z Downloaded tokio-rustls v0.26.4
11742026-05-08T01:13:02.280Z Downloaded untrusted v0.9.0
11752026-05-08T01:13:02.280Z Downloaded xattr v1.6.1
11762026-05-08T01:13:02.280Z Downloaded xshell-macros v0.2.7
11772026-05-08T01:13:02.280Z Downloaded similar v2.7.0
11782026-05-08T01:13:02.280Z Downloaded zone v0.3.1
11792026-05-08T01:13:02.280Z Downloaded serde_yaml v0.9.34+deprecated
11802026-05-08T01:13:02.280Z Downloaded tokio-stream v0.1.18
11812026-05-08T01:13:02.280Z Downloaded schemars v0.9.0
11822026-05-08T01:13:02.288Z Downloaded vergen-git2 v1.0.7
11832026-05-08T01:13:02.288Z Downloaded uzers v0.12.2
11842026-05-08T01:13:02.288Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-05-08T01:13:02.288Z Downloaded samael v0.0.19
11862026-05-08T01:13:02.289Z Downloaded zone_cfg_derive v0.3.1
11872026-05-08T01:13:02.301Z Downloaded twox-hash v2.1.2
11882026-05-08T01:13:02.301Z Downloaded snafu v0.8.9
11892026-05-08T01:13:02.301Z Downloaded h2 v0.4.13
11902026-05-08T01:13:02.313Z Downloaded test-strategy v0.4.5
11912026-05-08T01:13:02.313Z Downloaded vergen-gitcl v1.0.8
11922026-05-08T01:13:02.313Z Downloaded tracing-attributes v0.1.31
11932026-05-08T01:13:02.313Z Downloaded vsss-rs v3.3.4
11942026-05-08T01:13:02.313Z Downloaded tokio-rustls v0.24.1
11952026-05-08T01:13:02.313Z Downloaded socket2 v0.6.3
11962026-05-08T01:13:02.313Z Downloaded p521 v0.13.3
11972026-05-08T01:13:02.320Z Downloaded itertools v0.13.0
11982026-05-08T01:13:02.320Z Downloaded whoami v1.6.1
11992026-05-08T01:13:02.320Z Downloaded tinyvec v1.10.0
12002026-05-08T01:13:02.320Z Downloaded toml v0.7.8
12012026-05-08T01:13:02.320Z Downloaded xshell v0.2.7
12022026-05-08T01:13:02.324Z Downloaded wyz v0.5.1
12032026-05-08T01:13:02.340Z Downloaded toml v0.9.12+spec-1.1.0
12042026-05-08T01:13:02.352Z Downloaded usdt-impl v0.6.0
12052026-05-08T01:13:02.352Z Downloaded zeroize v1.8.2
12062026-05-08T01:13:02.352Z Downloaded vergen-lib v0.1.6
12072026-05-08T01:13:02.352Z Downloaded hkdf v0.12.4
12082026-05-08T01:13:02.352Z Downloaded vergen v9.0.6
12092026-05-08T01:13:02.353Z Downloaded libm v0.2.16
12102026-05-08T01:13:02.353Z Downloaded tar v0.4.45
12112026-05-08T01:13:02.359Z Downloaded steno v0.4.1
12122026-05-08T01:13:02.359Z Downloaded toml v1.0.6+spec-1.1.0
12132026-05-08T01:13:02.359Z Downloaded rustyline v14.0.0
12142026-05-08T01:13:02.363Z Downloaded tungstenite v0.23.0
12152026-05-08T01:13:02.363Z Downloaded zstd-safe v7.2.4
12162026-05-08T01:13:02.363Z Downloaded tungstenite v0.21.0
12172026-05-08T01:13:02.374Z Downloaded unicode-properties v0.1.4
12182026-05-08T01:13:02.379Z Downloaded unicode-bidi v0.3.18
12192026-05-08T01:13:02.379Z Downloaded tracing-core v0.1.36
12202026-05-08T01:13:02.379Z Downloaded walkdir v2.5.0
12212026-05-08T01:13:02.379Z Downloaded itertools v0.14.0
12222026-05-08T01:13:02.394Z Downloaded rpassword v7.4.0
12232026-05-08T01:13:02.394Z Downloaded russh v0.45.0
12242026-05-08T01:13:02.398Z Downloaded typify v0.4.3
12252026-05-08T01:13:02.398Z Downloaded blake3 v1.8.3
12262026-05-08T01:13:02.398Z Downloaded uuid v1.23.0
12272026-05-08T01:13:02.398Z Downloaded unsafe-libyaml v0.2.11
12282026-05-08T01:13:02.398Z Downloaded toml_edit v0.23.10+spec-1.0.0
12292026-05-08T01:13:02.405Z Downloaded zstd v0.13.3
12302026-05-08T01:13:02.413Z Downloaded whoami v2.1.0
12312026-05-08T01:13:02.420Z Downloaded yasna v0.5.2
12322026-05-08T01:13:02.438Z Downloaded reedline v0.40.0
12332026-05-08T01:13:02.438Z Downloaded zerocopy v0.6.6
12342026-05-08T01:13:02.443Z Downloaded vte v0.14.1
12352026-05-08T01:13:02.449Z Downloaded typify v0.6.2
12362026-05-08T01:13:02.482Z Downloaded toml_edit v0.19.15
12372026-05-08T01:13:02.492Z Downloaded zopfli v0.8.3
12382026-05-08T01:13:02.499Z Downloaded regex v1.12.3
12392026-05-08T01:13:02.499Z Downloaded p384 v0.13.1
12402026-05-08T01:13:02.505Z Downloaded bitvec v1.0.1
12412026-05-08T01:13:02.508Z Downloaded yansi v1.0.1
12422026-05-08T01:13:02.516Z Downloaded chrono v0.4.44
12432026-05-08T01:13:02.523Z Downloaded ssh-key v0.6.7
12442026-05-08T01:13:02.523Z Downloaded rayon v1.11.0
12452026-05-08T01:13:02.534Z Downloaded tokio-postgres v0.7.16
12462026-05-08T01:13:02.534Z Downloaded unicode_categories v0.1.1
12472026-05-08T01:13:02.546Z Downloaded reqwest v0.13.2
12482026-05-08T01:13:02.553Z Downloaded reqwest v0.12.28
12492026-05-08T01:13:02.556Z Downloaded git2 v0.20.4
12502026-05-08T01:13:02.584Z Downloaded tower v0.5.3
12512026-05-08T01:13:02.592Z Downloaded typed-path v0.9.3
12522026-05-08T01:13:02.596Z Downloaded quick-xml v0.37.5
12532026-05-08T01:13:02.596Z Downloaded zip v0.6.6
12542026-05-08T01:13:02.619Z Downloaded portable-atomic v1.13.1
12552026-05-08T01:13:02.626Z Downloaded lalrpop v0.19.12
12562026-05-08T01:13:02.634Z Downloaded rustls-webpki v0.101.7
12572026-05-08T01:13:02.639Z Downloaded unicode-segmentation v1.12.0
12582026-05-08T01:13:02.642Z Downloaded unicode-normalization v0.1.25
12592026-05-08T01:13:02.642Z Downloaded goblin v0.10.5
12602026-05-08T01:13:02.649Z Downloaded zerocopy-derive v0.8.40
12612026-05-08T01:13:02.657Z Downloaded moka v0.12.13
12622026-05-08T01:13:02.662Z Downloaded bindgen v0.71.1
12632026-05-08T01:13:02.662Z Downloaded proptest v1.10.0
12642026-05-08T01:13:02.668Z Downloaded x509-cert v0.2.5
12652026-05-08T01:13:02.672Z Downloaded salty v0.3.0
12662026-05-08T01:13:02.676Z Downloaded tough v0.20.0
12672026-05-08T01:13:02.686Z Downloaded tokio-util v0.7.18
12682026-05-08T01:13:02.691Z Downloaded serde_with v3.17.0
12692026-05-08T01:13:02.691Z Downloaded zip v4.6.1
12702026-05-08T01:13:02.711Z Downloaded curve25519-dalek v4.1.3
12712026-05-08T01:13:02.730Z Downloaded tower-http v0.6.8
12722026-05-08T01:13:02.730Z Downloaded rustls-webpki v0.102.8
12732026-05-08T01:13:02.753Z Downloaded nix v0.27.1
12742026-05-08T01:13:02.753Z Downloaded petname v2.0.2
12752026-05-08T01:13:02.763Z Downloaded openssl v0.10.78
12762026-05-08T01:13:02.763Z Downloaded radix_trie v0.2.1
12772026-05-08T01:13:02.779Z Downloaded quinn-proto v0.11.13
12782026-05-08T01:13:02.818Z Downloaded winnow v0.5.40
12792026-05-08T01:13:02.818Z Downloaded dropshot v0.16.7
12802026-05-08T01:13:02.867Z Downloaded winnow v0.6.26
12812026-05-08T01:13:02.867Z Downloaded nix v0.28.0
12822026-05-08T01:13:02.867Z Downloaded polar-core v0.27.3
12832026-05-08T01:13:02.867Z Downloaded dropshot v0.17.0
12842026-05-08T01:13:02.867Z Downloaded time v0.3.47
12852026-05-08T01:13:02.882Z Downloaded object v0.30.4
12862026-05-08T01:13:02.883Z Downloaded smoltcp v0.9.1
12872026-05-08T01:13:02.883Z Downloaded tabled v0.20.0
12882026-05-08T01:13:02.883Z Downloaded hickory-proto v0.24.4
12892026-05-08T01:13:02.883Z Downloaded bstr v1.12.1
12902026-05-08T01:13:02.883Z Downloaded nix v0.31.2
12912026-05-08T01:13:02.896Z Downloaded nix v0.29.0
12922026-05-08T01:13:02.896Z Downloaded zlib-rs v0.6.2
12932026-05-08T01:13:02.897Z Downloaded rustls v0.21.12
12942026-05-08T01:13:02.940Z Downloaded vcpkg v0.2.15
12952026-05-08T01:13:02.951Z Downloaded regex-syntax v0.8.10
12962026-05-08T01:13:02.951Z Downloaded regex-syntax v0.6.29
12972026-05-08T01:13:02.951Z Downloaded hickory-proto v0.25.2
12982026-05-08T01:13:02.951Z Downloaded webpki-roots v1.0.6
12992026-05-08T01:13:02.951Z Downloaded object v0.37.3
13002026-05-08T01:13:02.969Z Downloaded diesel v2.3.7
13012026-05-08T01:13:03.032Z Downloaded rustls v0.22.4
13022026-05-08T01:13:03.032Z Downloaded rustix v0.38.44
13032026-05-08T01:13:03.053Z Downloaded openapiv3 v2.2.0
13042026-05-08T01:13:03.053Z Downloaded zerocopy v0.8.40
13052026-05-08T01:13:03.053Z Downloaded regress v0.10.5
13062026-05-08T01:13:03.053Z Downloaded regress v0.11.1
13072026-05-08T01:13:03.053Z Downloaded smoltcp v0.11.0
13082026-05-08T01:13:03.053Z Downloaded rustls v0.23.37
13092026-05-08T01:13:03.070Z Downloaded sqlparser v0.61.0
13102026-05-08T01:13:03.070Z Downloaded sled v0.34.7
13112026-05-08T01:13:03.107Z Downloaded ratatui v0.29.0
13122026-05-08T01:13:03.169Z Downloaded regex-automata v0.4.14
13132026-05-08T01:13:03.181Z Downloaded typify-impl v0.6.2
13142026-05-08T01:13:03.181Z Downloaded petgraph v0.6.5
13152026-05-08T01:13:03.214Z Downloaded typify-impl v0.4.3
13162026-05-08T01:13:03.238Z Downloaded tracing v0.1.44
13172026-05-08T01:13:03.238Z Downloaded petgraph v0.8.3
13182026-05-08T01:13:03.281Z Downloaded csv v1.4.0
13192026-05-08T01:13:03.281Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-05-08T01:13:03.344Z Downloaded sha3 v0.10.8
13212026-05-08T01:13:03.344Z Downloaded zerocopy-derive v0.6.6
13222026-05-08T01:13:03.386Z Downloaded jiff v0.2.21
13232026-05-08T01:13:03.387Z Downloaded chrono-tz v0.10.4
13242026-05-08T01:13:03.387Z Downloaded encoding_rs v0.8.35
13252026-05-08T01:13:03.407Z Downloaded libz-sys v1.1.24
13262026-05-08T01:13:03.407Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-05-08T01:13:03.467Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-05-08T01:13:03.490Z Downloaded tokio v1.52.1
13292026-05-08T01:13:03.527Z Downloaded ring v0.17.14
13302026-05-08T01:13:04.325Z Downloaded aws-lc-sys v0.37.1
13312026-05-08T01:13:04.580Z Compiling libc v0.2.185
13322026-05-08T01:13:04.592Z Compiling serde v1.0.228
13332026-05-08T01:13:04.592Z Compiling find-msvc-tools v0.1.9
13342026-05-08T01:13:04.592Z Compiling log v0.4.29
13352026-05-08T01:13:04.592Z Compiling shlex v1.3.0
13362026-05-08T01:13:04.592Z Compiling smallvec v1.15.1
13372026-05-08T01:13:04.592Z Compiling typenum v1.19.0
13382026-05-08T01:13:04.592Z Compiling subtle v2.6.1
13392026-05-08T01:13:04.592Z Compiling generic-array v0.14.7
13402026-05-08T01:13:04.592Z Compiling scopeguard v1.2.0
13412026-05-08T01:13:04.772Z Compiling const-oid v0.9.6
13422026-05-08T01:13:04.841Z Compiling portable-atomic v1.13.1
13432026-05-08T01:13:04.882Z Compiling syn v2.0.117
13442026-05-08T01:13:04.931Z Compiling zerocopy v0.8.40
13452026-05-08T01:13:04.931Z Compiling critical-section v1.2.0
13462026-05-08T01:13:04.931Z Compiling serde_json v1.0.149
13472026-05-08T01:13:04.962Z Compiling lock_api v0.4.14
13482026-05-08T01:13:04.998Z Compiling parking_lot_core v0.9.12
13492026-05-08T01:13:05.021Z Compiling pin-project-lite v0.2.17
13502026-05-08T01:13:05.021Z Compiling pkg-config v0.3.32
13512026-05-08T01:13:05.042Z Compiling bitflags v2.11.0
13522026-05-08T01:13:05.083Z Compiling libm v0.2.16
13532026-05-08T01:13:05.099Z Compiling num-traits v0.2.19
13542026-05-08T01:13:05.119Z Compiling futures-core v0.3.32
13552026-05-08T01:13:05.119Z Compiling percent-encoding v2.3.2
13562026-05-08T01:13:05.177Z Compiling futures-sink v0.3.32
13572026-05-08T01:13:05.216Z Compiling cpufeatures v0.2.17
13582026-05-08T01:13:05.291Z Compiling futures-channel v0.3.32
13592026-05-08T01:13:05.311Z Compiling futures-io v0.3.32
13602026-05-08T01:13:05.311Z Compiling slab v0.4.12
13612026-05-08T01:13:05.338Z Compiling futures-task v0.3.32
13622026-05-08T01:13:05.338Z Compiling getrandom v0.4.1
13632026-05-08T01:13:05.383Z Compiling rustversion v1.0.22
13642026-05-08T01:13:05.443Z Compiling rand_core v0.10.0
13652026-05-08T01:13:05.499Z Compiling getrandom v0.3.4
13662026-05-08T01:13:05.507Z Compiling indexmap v2.14.0
13672026-05-08T01:13:05.520Z Compiling form_urlencoded v1.2.2
13682026-05-08T01:13:05.537Z Compiling fs_extra v1.3.0
13692026-05-08T01:13:05.566Z Compiling base64ct v1.8.3
13702026-05-08T01:13:05.581Z Compiling ident_case v1.0.1
13712026-05-08T01:13:05.622Z Compiling dunce v1.0.5
13722026-05-08T01:13:05.640Z Compiling flagset v0.4.7
13732026-05-08T01:13:05.730Z Compiling getrandom v0.2.17
13742026-05-08T01:13:05.770Z Compiling jobserver v0.1.34
13752026-05-08T01:13:05.770Z Compiling errno v0.3.14
13762026-05-08T01:13:05.808Z Compiling mio v1.2.0
13772026-05-08T01:13:05.808Z Compiling socket2 v0.6.3
13782026-05-08T01:13:05.879Z Compiling pem-rfc7468 v0.7.0
13792026-05-08T01:13:05.921Z Compiling rand_core v0.6.4
13802026-05-08T01:13:05.944Z Compiling once_cell v1.21.3
13812026-05-08T01:13:06.004Z Compiling cc v1.2.56
13822026-05-08T01:13:06.043Z Compiling signal-hook-registry v1.4.8
13832026-05-08T01:13:06.043Z Compiling parking_lot v0.12.5
13842026-05-08T01:13:06.176Z Compiling iana-time-zone v0.1.65
13852026-05-08T01:13:06.211Z Compiling rustix v1.1.3
13862026-05-08T01:13:06.251Z Compiling uuid v1.23.0
13872026-05-08T01:13:06.302Z Compiling rustc_version v0.4.1
13882026-05-08T01:13:06.302Z Compiling vcpkg v0.2.15
13892026-05-08T01:13:06.342Z Compiling aws-lc-rs v1.16.0
13902026-05-08T01:13:06.343Z Compiling regex-syntax v0.8.10
13912026-05-08T01:13:06.394Z Compiling tracing-core v0.1.36
13922026-05-08T01:13:06.427Z Compiling untrusted v0.7.1
13932026-05-08T01:13:06.512Z Compiling untrusted v0.9.0
13942026-05-08T01:13:06.752Z Compiling openssl-probe v0.2.1
13952026-05-08T01:13:06.802Z Compiling rand_core v0.9.5
13962026-05-08T01:13:06.802Z Compiling schemars v0.8.22
13972026-05-08T01:13:06.802Z Compiling httparse v1.10.1
13982026-05-08T01:13:06.802Z Compiling base64 v0.22.1
13992026-05-08T01:13:06.802Z Compiling atomic-waker v1.1.2
14002026-05-08T01:13:06.802Z Compiling rustls v0.23.37
14012026-05-08T01:13:06.802Z Compiling tower-service v0.3.3
14022026-05-08T01:13:06.802Z Compiling tinyvec_macros v0.1.1
14032026-05-08T01:13:06.866Z Compiling cmake v0.1.57
14042026-05-08T01:13:06.910Z Compiling try-lock v0.2.5
14052026-05-08T01:13:06.910Z Compiling tower-layer v0.3.3
14062026-05-08T01:13:06.910Z Compiling dyn-clone v1.0.20
14072026-05-08T01:13:06.934Z Compiling tinyvec v1.10.0
14082026-05-08T01:13:06.978Z Compiling want v0.3.1
14092026-05-08T01:13:07.022Z Compiling spin v0.9.8
14102026-05-08T01:13:07.023Z Compiling aho-corasick v1.1.4
14112026-05-08T01:13:07.023Z Compiling httpdate v1.0.3
14122026-05-08T01:13:07.059Z Compiling crc32fast v1.5.0
14132026-05-08T01:13:07.059Z Compiling powerfmt v0.2.0
14142026-05-08T01:13:07.101Z Compiling time-core v0.1.8
14152026-05-08T01:13:07.101Z Compiling num-conv v0.2.0
14162026-05-08T01:13:07.167Z Compiling foreign-types-shared v0.1.1
14172026-05-08T01:13:07.195Z Compiling pin-utils v0.1.0
14182026-05-08T01:13:07.227Z Compiling openssl v0.10.78
14192026-05-08T01:13:07.227Z Compiling deranged v0.5.8
14202026-05-08T01:13:07.264Z Compiling foreign-types v0.3.2
14212026-05-08T01:13:07.264Z Compiling time-macros v0.2.27
14222026-05-08T01:13:07.265Z Compiling wait-timeout v0.2.1
14232026-05-08T01:13:07.265Z Compiling bit-vec v0.8.0
14242026-05-08T01:13:07.295Z Compiling syn v1.0.109
14252026-05-08T01:13:07.327Z Compiling num_threads v0.1.7
14262026-05-08T01:13:07.327Z Compiling native-tls v0.2.18
14272026-05-08T01:13:07.371Z Compiling simd-adler32 v0.3.8
14282026-05-08T01:13:07.416Z Compiling usdt-impl v0.6.0
14292026-05-08T01:13:07.459Z Compiling quick-error v1.2.3
14302026-05-08T01:13:07.490Z Compiling crossbeam-utils v0.8.21
14312026-05-08T01:13:07.490Z Compiling siphasher v1.0.2
14322026-05-08T01:13:07.527Z Compiling bit-set v0.8.0
14332026-05-08T01:13:07.574Z Compiling unicode-normalization v0.1.25
14342026-05-08T01:13:07.575Z Compiling slog v2.8.2
14352026-05-08T01:13:07.610Z Compiling rand_xorshift v0.4.0
14362026-05-08T01:13:07.691Z Compiling heapless v0.7.17
14372026-05-08T01:13:07.697Z Compiling thread-id v5.1.0
14382026-05-08T01:13:07.697Z Compiling sync_wrapper v1.0.2
14392026-05-08T01:13:07.741Z Compiling cookie v0.18.1
14402026-05-08T01:13:07.741Z Compiling aws-lc-sys v0.37.1
14412026-05-08T01:13:07.785Z Compiling ring v0.17.14
14422026-05-08T01:13:07.858Z Compiling openssl-sys v0.9.114
14432026-05-08T01:13:07.902Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14442026-05-08T01:13:07.902Z Compiling bzip2-sys v0.1.13+1.0.8
14452026-05-08T01:13:07.902Z Compiling synstructure v0.13.2
14462026-05-08T01:13:07.902Z Compiling serde_derive_internals v0.29.1
14472026-05-08T01:13:07.978Z Compiling pest_generator v2.8.6
14482026-05-08T01:13:08.010Z Compiling darling_core v0.20.11
14492026-05-08T01:13:08.100Z Compiling regex-automata v0.4.14
14502026-05-08T01:13:08.128Z Compiling tempfile v3.25.0
14512026-05-08T01:13:08.170Z Compiling darling_core v0.21.3
14522026-05-08T01:13:08.304Z Compiling zstd-safe v7.2.4
14532026-05-08T01:13:08.427Z Compiling time v0.3.47
14542026-05-08T01:13:08.558Z Compiling rusty-fork v0.3.1
14552026-05-08T01:13:08.630Z Compiling paste v1.0.15
14562026-05-08T01:13:08.670Z Compiling adler2 v2.0.1
14572026-05-08T01:13:08.731Z Compiling unarray v0.1.4
14582026-05-08T01:13:08.748Z Compiling unicode-properties v0.1.4
14592026-05-08T01:13:08.811Z Compiling signal-hook v0.3.18
14602026-05-08T01:13:08.831Z Compiling anyhow v1.0.102
14612026-05-08T01:13:08.863Z Compiling unicode-bidi v0.3.18
14622026-05-08T01:13:08.880Z Compiling allocator-api2 v0.2.21
14632026-05-08T01:13:08.938Z Compiling miniz_oxide v0.8.9
14642026-05-08T01:13:09.114Z Compiling num-integer v0.1.46
14652026-05-08T01:13:09.241Z Compiling stringprep v0.1.5
14662026-05-08T01:13:09.408Z Compiling vergen-lib v0.1.6
14672026-05-08T01:13:09.469Z Compiling curve25519-dalek v4.1.3
14682026-05-08T01:13:09.494Z Compiling ff v0.13.1
14692026-05-08T01:13:09.547Z Compiling hash32 v0.2.1
14702026-05-08T01:13:09.601Z Compiling memoffset v0.9.1
14712026-05-08T01:13:09.662Z Compiling zlib-rs v0.6.2
14722026-05-08T01:13:09.716Z Compiling psl-types v2.0.11
14732026-05-08T01:13:09.774Z Compiling serde_derive v1.0.228
14742026-05-08T01:13:09.774Z Compiling zeroize_derive v1.4.3
14752026-05-08T01:13:09.775Z Compiling zerofrom-derive v0.1.6
14762026-05-08T01:13:09.847Z Compiling yoke-derive v0.8.1
14772026-05-08T01:13:09.847Z Compiling zerocopy-derive v0.8.40
14782026-05-08T01:13:09.847Z Compiling zerovec-derive v0.11.2
14792026-05-08T01:13:09.883Z Compiling displaydoc v0.2.5
14802026-05-08T01:13:10.787Z Compiling tokio-macros v2.7.0
14812026-05-08T01:13:10.829Z Compiling zeroize v1.8.2
14822026-05-08T01:13:10.830Z Compiling futures-macro v0.3.32
14832026-05-08T01:13:10.830Z Compiling der_derive v0.7.3
14842026-05-08T01:13:10.873Z Compiling thiserror-impl v2.0.18
14852026-05-08T01:13:10.918Z Compiling rustls-pki-types v1.14.0
14862026-05-08T01:13:11.002Z Compiling tracing-attributes v0.1.31
14872026-05-08T01:13:11.060Z Compiling scroll_derive v0.13.1
14882026-05-08T01:13:11.376Z Compiling crypto-common v0.1.7
14892026-05-08T01:13:11.426Z Compiling zerofrom v0.1.6
14902026-05-08T01:13:11.426Z Compiling block-buffer v0.10.4
14912026-05-08T01:13:11.426Z Compiling yoke v0.8.1
14922026-05-08T01:13:11.426Z Compiling futures-util v0.3.32
14932026-05-08T01:13:11.426Z Compiling block-padding v0.3.3
14942026-05-08T01:13:11.526Z Compiling digest v0.10.7
14952026-05-08T01:13:11.609Z Compiling zerovec v0.11.5
14962026-05-08T01:13:11.669Z Compiling zerotrie v0.2.3
14972026-05-08T01:13:11.745Z Compiling inout v0.1.4
14982026-05-08T01:13:11.852Z Compiling hmac v0.12.1
14992026-05-08T01:13:11.960Z Compiling cipher v0.4.4
15002026-05-08T01:13:12.113Z Compiling sha2 v0.10.9
15012026-05-08T01:13:12.113Z Compiling der v0.7.10
15022026-05-08T01:13:12.113Z Compiling pbkdf2 v0.12.2
15032026-05-08T01:13:12.377Z Compiling tinystr v0.8.2
15042026-05-08T01:13:12.378Z Compiling potential_utf v0.1.4
15052026-05-08T01:13:12.473Z Compiling salsa20 v0.10.2
15062026-05-08T01:13:12.473Z Compiling icu_collections v2.1.1
15072026-05-08T01:13:12.473Z Compiling icu_locale_core v2.1.1
15082026-05-08T01:13:12.474Z Compiling scrypt v0.11.0
15092026-05-08T01:13:12.474Z Compiling thiserror v2.0.18
15102026-05-08T01:13:12.600Z Compiling cbc v0.1.2
15112026-05-08T01:13:12.600Z Compiling aes v0.8.4
15122026-05-08T01:13:12.600Z Compiling tracing v0.1.44
15132026-05-08T01:13:12.819Z Compiling pest_derive v2.8.6
15142026-05-08T01:13:12.819Z Compiling schemars_derive v0.8.22
15152026-05-08T01:13:12.976Z Compiling scroll v0.13.0
15162026-05-08T01:13:12.976Z Compiling darling_macro v0.20.11
15172026-05-08T01:13:13.116Z Compiling icu_provider v2.1.1
15182026-05-08T01:13:13.138Z Compiling spki v0.7.3
15192026-05-08T01:13:13.240Z Compiling goblin v0.10.5
15202026-05-08T01:13:13.240Z Compiling openssl-macros v0.1.1
15212026-05-08T01:13:13.338Z Compiling dtrace-parser v0.3.0
15222026-05-08T01:13:13.338Z Compiling bytes v1.11.1
15232026-05-08T01:13:13.382Z Compiling chrono v0.4.44
15242026-05-08T01:13:13.382Z Compiling pkcs5 v0.7.1
15252026-05-08T01:13:13.382Z Compiling icu_properties v2.1.2
15262026-05-08T01:13:13.382Z Compiling icu_normalizer v2.1.1
15272026-05-08T01:13:13.492Z Compiling ipnet v2.11.0
15282026-05-08T01:13:13.761Z Compiling darling v0.20.11
15292026-05-08T01:13:13.954Z Compiling pkcs8 v0.10.2
15302026-05-08T01:13:14.029Z Compiling tokio v1.52.1
15312026-05-08T01:13:14.030Z Compiling http v1.4.0
15322026-05-08T01:13:14.030Z Compiling derive_builder_core v0.20.2
15332026-05-08T01:13:14.030Z Compiling signature v2.2.0
15342026-05-08T01:13:14.030Z Compiling rustls-native-certs v0.8.3
15352026-05-08T01:13:14.030Z Compiling thiserror-impl v1.0.69
15362026-05-08T01:13:14.030Z Compiling scroll_derive v0.12.1
15372026-05-08T01:13:15.309Z Compiling serde_tokenstream v0.2.3
15382026-05-08T01:13:15.361Z Compiling serde_spanned v0.6.9
15392026-05-08T01:13:15.361Z Compiling idna_adapter v1.2.1
15402026-05-08T01:13:15.361Z Compiling ppv-lite86 v0.2.21
15412026-05-08T01:13:15.361Z Compiling toml_datetime v0.6.11
15422026-05-08T01:13:15.361Z Compiling idna v1.1.0
15432026-05-08T01:13:15.361Z Compiling erased-serde v0.3.31
15442026-05-08T01:13:15.361Z Compiling md-5 v0.10.6
15452026-05-08T01:13:15.361Z Compiling http-body v1.0.1
15462026-05-08T01:13:15.362Z Compiling rand_chacha v0.9.0
15472026-05-08T01:13:15.362Z Compiling http-body-util v0.1.3
15482026-05-08T01:13:15.362Z Compiling rand_chacha v0.3.1
15492026-05-08T01:13:15.362Z Compiling webpki-roots v1.0.6
15502026-05-08T01:13:15.362Z Compiling url v2.5.8
15512026-05-08T01:13:15.362Z Compiling scroll v0.12.0
15522026-05-08T01:13:15.362Z Compiling darling_macro v0.21.3
15532026-05-08T01:13:15.362Z Compiling derive_builder_macro v0.20.2
15542026-05-08T01:13:15.362Z Compiling zerocopy-derive v0.7.35
15552026-05-08T01:13:15.362Z Compiling rand v0.9.2
15562026-05-08T01:13:15.362Z Compiling ryu v1.0.23
15572026-05-08T01:13:15.362Z Compiling litrs v1.0.0
15582026-05-08T01:13:15.362Z Compiling smoltcp v0.9.1
15592026-05-08T01:13:15.362Z Compiling fallible-iterator v0.2.0
15602026-05-08T01:13:15.362Z Compiling base16ct v0.2.0
15612026-05-08T01:13:15.362Z Compiling thiserror v1.0.69
15622026-05-08T01:13:15.362Z Compiling ref-cast v1.0.25
15632026-05-08T01:13:15.426Z Compiling rustix v0.38.44
15642026-05-08T01:13:15.482Z Compiling iri-string v0.7.10
15652026-05-08T01:13:15.482Z Compiling cfg_aliases v0.2.1
15662026-05-08T01:13:15.517Z Compiling num-bigint-dig v0.8.6
15672026-05-08T01:13:15.517Z Compiling proptest v1.10.0
15682026-05-08T01:13:15.538Z Compiling postgres-protocol v0.6.10
15692026-05-08T01:13:15.558Z Compiling nix v0.31.2
15702026-05-08T01:13:15.578Z Compiling document-features v0.2.12
15712026-05-08T01:13:15.629Z Compiling sec1 v0.7.3
15722026-05-08T01:13:15.739Z Compiling derive_builder v0.20.2
15732026-05-08T01:13:15.755Z Compiling zerocopy v0.7.35
15742026-05-08T01:13:15.776Z Compiling darling v0.21.3
15752026-05-08T01:13:15.849Z Compiling dof v0.4.0
15762026-05-08T01:13:15.882Z Compiling serde_urlencoded v0.7.1
15772026-05-08T01:13:16.039Z Compiling goblin v0.8.2
15782026-05-08T01:13:16.068Z Compiling rand v0.8.5
15792026-05-08T01:13:16.068Z Compiling ipnetwork v0.21.1
15802026-05-08T01:13:16.179Z Compiling publicsuffix v2.3.0
15812026-05-08T01:13:16.277Z Compiling cargo-platform v0.1.9
15822026-05-08T01:13:16.304Z Compiling hubpack_derive v0.1.1
15832026-05-08T01:13:16.338Z Compiling oxnet v0.1.4
15842026-05-08T01:13:16.382Z Compiling flate2 v1.1.9
15852026-05-08T01:13:16.469Z Compiling hkdf v0.12.4
15862026-05-08T01:13:16.522Z Compiling crypto-bigint v0.5.5
15872026-05-08T01:13:16.559Z Compiling regex v1.12.3
15882026-05-08T01:13:16.761Z Compiling async-trait v0.1.89
15892026-05-08T01:13:16.786Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-08T01:13:16.817Z Compiling ref-cast-impl v1.0.25
15912026-05-08T01:13:16.829Z Compiling strum_macros v0.27.2
15922026-05-08T01:13:16.839Z Compiling daft-derive v0.1.5
15932026-05-08T01:13:17.058Z Compiling group v0.13.0
15942026-05-08T01:13:17.230Z Compiling num-iter v0.1.45
15952026-05-08T01:13:17.388Z Compiling terminal_size v0.4.3
15962026-05-08T01:13:17.421Z Compiling phf_shared v0.13.1
15972026-05-08T01:13:17.475Z Compiling lazy_static v1.5.0
15982026-05-08T01:13:17.489Z Compiling vergen v9.0.6
15992026-05-08T01:13:17.520Z Compiling tokio-util v0.7.18
16002026-05-08T01:13:17.536Z Compiling tower v0.5.3
16012026-05-08T01:13:17.558Z Compiling tokio-native-tls v0.3.1
16022026-05-08T01:13:17.574Z Compiling fs-err v3.3.0
16032026-05-08T01:13:17.611Z Compiling ahash v0.8.12
16042026-05-08T01:13:17.632Z Compiling bitflags v1.3.2
16052026-05-08T01:13:17.697Z Compiling libbz2-rs-sys v0.2.2
16062026-05-08T01:13:17.723Z Compiling managed v0.8.0
16072026-05-08T01:13:17.753Z Compiling unicode-segmentation v1.12.0
16082026-05-08T01:13:17.769Z Compiling winnow v0.5.40
16092026-05-08T01:13:17.819Z Compiling object v0.37.3
16102026-05-08T01:13:17.864Z Compiling foldhash v0.1.5
16112026-05-08T01:13:17.888Z Compiling foldhash v0.2.0
16122026-05-08T01:13:17.888Z Compiling bumpalo v3.20.2
16132026-05-08T01:13:17.954Z Compiling newtype-uuid v1.3.2
16142026-05-08T01:13:18.055Z Compiling tower-http v0.6.8
16152026-05-08T01:13:18.087Z Compiling hashbrown v0.16.1
16162026-05-08T01:13:18.130Z Compiling zopfli v0.8.3
16172026-05-08T01:13:18.150Z Compiling bzip2 v0.6.1
16182026-05-08T01:13:18.162Z Compiling hashbrown v0.15.5
16192026-05-08T01:13:18.179Z Compiling daft v0.1.5
16202026-05-08T01:13:18.314Z Compiling h2 v0.4.13
16212026-05-08T01:13:18.369Z Compiling dof v0.3.0
16222026-05-08T01:13:18.515Z Compiling clap_builder v4.5.60
16232026-05-08T01:13:18.617Z Compiling phf v0.13.1
16242026-05-08T01:13:18.672Z Compiling elliptic-curve v0.13.8
16252026-05-08T01:13:18.750Z Compiling usdt-macro v0.6.0
16262026-05-08T01:13:18.809Z Compiling usdt-attr-macro v0.6.0
16272026-05-08T01:13:18.821Z Compiling signal-hook-mio v0.2.5
16282026-05-08T01:13:18.907Z Compiling strum v0.27.2
16292026-05-08T01:13:19.053Z Compiling cargo_metadata v0.19.2
16302026-05-08T01:13:19.071Z Compiling toml_edit v0.19.15
16312026-05-08T01:13:19.117Z Compiling cookie_store v0.22.1
16322026-05-08T01:13:19.320Z Compiling hubpack v0.1.2
16332026-05-08T01:13:19.425Z Compiling bzip2 v0.4.4
16342026-05-08T01:13:19.592Z Compiling zstd v0.13.3
16352026-05-08T01:13:19.614Z Compiling postgres-types v0.2.12
16362026-05-08T01:13:19.614Z Compiling serde_with_macros v3.17.0
16372026-05-08T01:13:19.633Z Compiling dtrace-parser v0.2.0
16382026-05-08T01:13:19.644Z Compiling ed25519 v2.2.3
16392026-05-08T01:13:19.708Z Compiling pkcs1 v0.7.5
16402026-05-08T01:13:19.835Z Compiling hex v0.4.3
16412026-05-08T01:13:19.851Z Compiling serde-big-array v0.5.1
16422026-05-08T01:13:20.016Z Compiling rfc6979 v0.4.0
16432026-05-08T01:13:20.139Z Compiling bstr v1.12.1
16442026-05-08T01:13:20.177Z Compiling serde_repr v0.1.20
16452026-05-08T01:13:20.210Z Compiling clap_derive v4.5.55
16462026-05-08T01:13:20.210Z Compiling strum_macros v0.26.4
16472026-05-08T01:13:20.423Z Compiling enum-as-inner v0.6.1
16482026-05-08T01:13:20.465Z Compiling phf_shared v0.11.3
16492026-05-08T01:13:20.569Z Compiling float-cmp v0.10.0
16502026-05-08T01:13:20.697Z Compiling thread-id v4.2.2
16512026-05-08T01:13:20.744Z Compiling memmap2 v0.9.10
16522026-05-08T01:13:20.768Z Compiling env_filter v1.0.0
16532026-05-08T01:13:20.768Z Compiling encoding_rs v0.8.35
16542026-05-08T01:13:20.787Z Compiling static_assertions v1.1.0
16552026-05-08T01:13:20.810Z Compiling difflib v0.4.0
16562026-05-08T01:13:20.822Z Compiling fixedbitset v0.5.7
16572026-05-08T01:13:20.883Z Compiling mime v0.3.17
16582026-05-08T01:13:20.971Z Compiling normalize-line-endings v0.3.0
16592026-05-08T01:13:20.996Z Compiling rustc-hash v2.1.1
16602026-05-08T01:13:21.152Z Compiling precomputed-hash v0.1.1
16612026-05-08T01:13:21.203Z Compiling predicates-core v1.0.10
16622026-05-08T01:13:21.203Z Compiling keccak v0.1.6
16632026-05-08T01:13:21.239Z Compiling whoami v2.1.0
16642026-05-08T01:13:21.240Z Compiling jiff v0.2.21
16652026-05-08T01:13:21.274Z Compiling either v1.15.0
16662026-05-08T01:13:21.357Z Compiling new_debug_unreachable v1.0.6
16672026-05-08T01:13:21.561Z Compiling hyper v1.8.1
16682026-05-08T01:13:21.621Z Compiling data-encoding v2.10.0
16692026-05-08T01:13:21.622Z Compiling fixedbitset v0.4.2
16702026-05-08T01:13:21.649Z Compiling itertools v0.13.0
16712026-05-08T01:13:21.661Z Compiling petgraph v0.6.5
16722026-05-08T01:13:21.711Z Compiling tokio-postgres v0.7.16
16732026-05-08T01:13:21.881Z Compiling hickory-proto v0.25.2
16742026-05-08T01:13:21.900Z Compiling string_cache v0.8.9
16752026-05-08T01:13:22.046Z Compiling sha3 v0.10.8
16762026-05-08T01:13:22.083Z Compiling strum v0.26.3
16772026-05-08T01:13:22.083Z Compiling clap v4.5.60
16782026-05-08T01:13:22.143Z Compiling predicates v3.1.4
16792026-05-08T01:13:22.159Z Compiling toml_edit v0.22.27
16802026-05-08T01:13:22.187Z Compiling iddqd v0.3.18
16812026-05-08T01:13:22.219Z Compiling petgraph v0.8.3
16822026-05-08T01:13:22.441Z Compiling env_logger v0.11.9
16832026-05-08T01:13:22.456Z Compiling usdt v0.6.0
16842026-05-08T01:13:22.505Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16852026-05-08T01:13:22.748Z Compiling hyper-util v0.1.20
16862026-05-08T01:13:22.789Z Compiling serde_with v3.17.0
16872026-05-08T01:13:22.882Z Compiling usdt-impl v0.5.0
16882026-05-08T01:13:22.904Z Compiling similar v2.7.0
16892026-05-08T01:13:23.099Z Compiling crossterm v0.28.1
16902026-05-08T01:13:23.213Z Compiling toml v0.7.8
16912026-05-08T01:13:23.386Z Compiling ecdsa v0.16.9
16922026-05-08T01:13:23.805Z Compiling zip v4.6.1
16932026-05-08T01:13:23.825Z Compiling rsa v0.9.10
16942026-05-08T01:13:23.825Z Compiling ed25519-dalek v2.2.0
16952026-05-08T01:13:24.009Z Compiling zip v0.6.6
16962026-05-08T01:13:24.163Z Compiling hyper-tls v0.6.0
16972026-05-08T01:13:24.443Z Compiling tokio-stream v0.1.18
16982026-05-08T01:13:24.568Z Compiling heck v0.4.1
16992026-05-08T01:13:24.574Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-05-08T01:13:24.630Z Compiling buf-list v1.1.2
17012026-05-08T01:13:24.721Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17022026-05-08T01:13:25.032Z Compiling openapiv3 v2.2.0
17032026-05-08T01:13:25.032Z Compiling x509-cert v0.2.5
17042026-05-08T01:13:25.032Z Compiling sha1 v0.10.6
17052026-05-08T01:13:25.032Z Compiling crossbeam-epoch v0.9.18
17062026-05-08T01:13:25.072Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-05-08T01:13:25.072Z Compiling peg-runtime v0.8.5
17082026-05-08T01:13:25.072Z Compiling lalrpop-util v0.19.12
17092026-05-08T01:13:25.144Z Compiling thread_local v1.1.9
17102026-05-08T01:13:25.232Z Compiling slog-async v2.8.0
17112026-05-08T01:13:25.239Z Compiling futures-executor v0.3.32
17122026-05-08T01:13:25.260Z Compiling crossbeam-channel v0.5.15
17132026-05-08T01:13:25.282Z Compiling is-terminal v0.4.17
17142026-05-08T01:13:25.297Z Compiling filetime v0.2.27
17152026-05-08T01:13:25.401Z Compiling xattr v1.6.1
17162026-05-08T01:13:25.448Z Compiling take_mut v0.2.2
17172026-05-08T01:13:25.448Z Compiling term v1.2.1
17182026-05-08T01:13:25.483Z Compiling futures v0.3.32
17192026-05-08T01:13:25.502Z Compiling tar v0.4.45
17202026-05-08T01:13:25.729Z Compiling slog-term v2.9.2
17212026-05-08T01:13:40.909Z Compiling rustls-webpki v0.103.9
17222026-05-08T01:13:43.694Z Compiling tokio-rustls v0.26.4
17232026-05-08T01:13:43.694Z Compiling rustls-platform-verifier v0.6.2
17242026-05-08T01:13:43.895Z Compiling hyper-rustls v0.27.7
17252026-05-08T01:13:44.085Z Compiling reqwest v0.13.2
17262026-05-08T01:13:44.085Z Compiling reqwest v0.12.28
17272026-05-08T01:13:46.160Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-05-08T01:13:46.395Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-05-08T01:13:51.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.55s
17302026-05-08T01:13:51.898Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-05-08T01:13:51.898ZMay 08 01:13:48.113 INFO Starting download, target: Cockroach
17322026-05-08T01:13:51.898ZMay 08 01:13:48.113 INFO Starting download, target: MaghemiteMgd
17332026-05-08T01:13:51.898ZMay 08 01:13:48.113 INFO Starting download, target: DendriteStub
17342026-05-08T01:13:51.898ZMay 08 01:13:48.113 INFO Starting download, target: Clickhouse
17352026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Starting download, target: Console
17362026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Starting download, target: TransceiverControl
17372026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-05-08T01:13:51.898ZMay 08 01:13:48.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-05-08T01:13:51.898ZMay 08 01:13:49.048 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-08T01:13:51.898ZMay 08 01:13:49.279 INFO Download complete, target: Console
17452026-05-08T01:13:51.898ZMay 08 01:13:50.406 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-08T01:13:52.946ZMay 08 01:13:51.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-05-08T01:13:53.128ZMay 08 01:13:51.823 INFO Download complete, target: TransceiverControl
17482026-05-08T01:13:56.048ZMay 08 01:13:54.689 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-05-08T01:13:56.540ZMay 08 01:13:55.215 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-05-08T01:13:58.313ZMay 08 01:13:56.992 INFO Download complete, target: DendriteStub
17512026-05-08T01:13:58.426ZMay 08 01:13:57.105 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-05-08T01:13:58.426ZMay 08 01:13:57.105 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-05-08T01:13:58.514ZMay 08 01:13:57.193 INFO Checking that binary works, target: Clickhouse
17542026-05-08T01:13:58.662ZMay 08 01:13:57.341 INFO Download complete, target: Clickhouse
17552026-05-08T01:13:58.861ZMay 08 01:13:57.540 INFO Download complete, target: MaghemiteMgd
17562026-05-08T01:14:02.926ZMay 08 01:14:01.588 INFO Checking that binary works, target: Cockroach
17572026-05-08T01:14:03.036ZMay 08 01:14:01.698 INFO Download complete, target: Cockroach
17582026-05-08T01:14:03.042ZAll prerequisites installed successfully
17592026-05-08T01:14:03.046Z
17602026-05-08T01:14:03.046Zreal 3:09.278989882
17612026-05-08T01:14:03.046Zuser 7:18.207420643
17622026-05-08T01:14:03.046Zsys 1:45.766032061
17632026-05-08T01:14:03.046Ztrap 0.251155434
17642026-05-08T01:14:03.046Ztflt 1.193120044
17652026-05-08T01:14:03.046Zdflt 1.820545727
17662026-05-08T01:14:03.046Zkflt 0.023268227
17672026-05-08T01:14:03.046Zlock 23:46.132556754
17682026-05-08T01:14:03.046Zslp 19:56.711507165
17692026-05-08T01:14:03.046Zlat 25.205295942
17702026-05-08T01:14:03.046Zstop 3:02.778689540
17712026-05-08T01:14:03.046Z+ ptime -m cargo xtask download softnpu
17722026-05-08T01:14:03.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17732026-05-08T01:14:03.607Z Running `target/debug/xtask download softnpu`
17742026-05-08T01:14:04.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17752026-05-08T01:14:04.445Z Running `target/debug/xtask-downloader softnpu`
17762026-05-08T01:14:04.496ZMay 08 01:14:03.142 INFO Starting download, target: Softnpu
17772026-05-08T01:14:04.504ZMay 08 01:14:03.143 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-05-08T01:14:05.384ZMay 08 01:14:04.032 INFO Download complete, target: Softnpu
17792026-05-08T01:14:05.389Z
17802026-05-08T01:14:05.389Zreal 2.325023202
17812026-05-08T01:14:05.389Zuser 1.345716345
17822026-05-08T01:14:05.389Zsys 0.668192031
17832026-05-08T01:14:05.389Ztrap 0.000747743
17842026-05-08T01:14:05.389Ztflt 0.000120793
17852026-05-08T01:14:05.389Zdflt 0.000106142
17862026-05-08T01:14:05.389Zkflt 0.000000000
17872026-05-08T01:14:05.389Zlock 16.014903006
17882026-05-08T01:14:05.389Zslp 0.732841225
17892026-05-08T01:14:05.389Zlat 0.075522262
17902026-05-08T01:14:05.390Zstop 0.000177741
17912026-05-08T01:14:05.390Z+ export CARGO_INCREMENTAL=0
17922026-05-08T01:14:05.390Z+ CARGO_INCREMENTAL=0
17932026-05-08T01:14:05.390Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-05-08T01:14:06.283Z Compiling proc-macro2 v1.0.106
17952026-05-08T01:14:06.284Z Compiling quote v1.0.45
17962026-05-08T01:14:06.284Z Compiling unicode-ident v1.0.24
17972026-05-08T01:14:06.287Z Compiling libc v0.2.185
17982026-05-08T01:14:06.287Z Compiling serde_core v1.0.228
17992026-05-08T01:14:06.287Z Compiling serde v1.0.228
18002026-05-08T01:14:06.287Z Compiling cfg-if v1.0.4
18012026-05-08T01:14:06.287Z Compiling version_check v0.9.5
18022026-05-08T01:14:06.287Z Compiling shlex v1.3.0
18032026-05-08T01:14:06.287Z Compiling find-msvc-tools v0.1.9
18042026-05-08T01:14:06.287Z Compiling typenum v1.19.0
18052026-05-08T01:14:06.429Z Compiling autocfg v1.5.0
18062026-05-08T01:14:06.432Z Compiling zmij v1.0.21
18072026-05-08T01:14:06.432Z Compiling memchr v2.8.0
18082026-05-08T01:14:06.432Z Compiling serde_json v1.0.149
18092026-05-08T01:14:06.717Z Compiling portable-atomic v1.13.1
18102026-05-08T01:14:06.721Z Compiling zerocopy v0.8.40
18112026-05-08T01:14:06.751Z Compiling libm v0.2.16
18122026-05-08T01:14:06.819Z Compiling generic-array v0.14.7
18132026-05-08T01:14:06.852Z Compiling smallvec v1.15.1
18142026-05-08T01:14:06.966Z Compiling parking_lot_core v0.9.12
18152026-05-08T01:14:06.984Z Compiling icu_normalizer_data v2.1.1
18162026-05-08T01:14:07.002Z Compiling num-traits v0.2.19
18172026-05-08T01:14:07.048Z Compiling icu_properties_data v2.1.2
18182026-05-08T01:14:07.066Z Compiling itoa v1.0.17
18192026-05-08T01:14:07.084Z Compiling getrandom v0.4.1
18202026-05-08T01:14:07.114Z Compiling log v0.4.29
18212026-05-08T01:14:07.158Z Compiling stable_deref_trait v1.2.1
18222026-05-08T01:14:07.210Z Compiling pkg-config v0.3.32
18232026-05-08T01:14:07.229Z Compiling subtle v2.6.1
18242026-05-08T01:14:07.374Z Compiling scopeguard v1.2.0
18252026-05-08T01:14:07.442Z Compiling jobserver v0.1.34
18262026-05-08T01:14:07.489Z Compiling getrandom v0.2.17
18272026-05-08T01:14:07.521Z Compiling errno v0.3.14
18282026-05-08T01:14:07.539Z Compiling lock_api v0.4.14
18292026-05-08T01:14:07.644Z Compiling rand_core v0.6.4
18302026-05-08T01:14:07.693Z Compiling cc v1.2.56
18312026-05-08T01:14:07.724Z Compiling percent-encoding v2.3.2
18322026-05-08T01:14:07.740Z Compiling litemap v0.8.1
18332026-05-08T01:14:07.756Z Compiling writeable v0.6.2
18342026-05-08T01:14:07.790Z Compiling syn v2.0.117
18352026-05-08T01:14:07.827Z Compiling thiserror v2.0.18
18362026-05-08T01:14:07.890Z Compiling fnv v1.0.7
18372026-05-08T01:14:07.932Z Compiling pin-project-lite v0.2.17
18382026-05-08T01:14:08.000Z Compiling getrandom v0.3.4
18392026-05-08T01:14:08.063Z Compiling critical-section v1.2.0
18402026-05-08T01:14:08.126Z Compiling rustversion v1.0.22
18412026-05-08T01:14:08.165Z Compiling equivalent v1.0.2
18422026-05-08T01:14:08.177Z Compiling schemars v0.8.22
18432026-05-08T01:14:08.193Z Compiling rand_core v0.10.0
18442026-05-08T01:14:08.244Z Compiling utf8_iter v1.0.4
18452026-05-08T01:14:08.249Z Compiling dunce v1.0.5
18462026-05-08T01:14:08.348Z Compiling fs_extra v1.3.0
18472026-05-08T01:14:08.423Z Compiling form_urlencoded v1.2.2
18482026-05-08T01:14:08.483Z Compiling cmake v0.1.57
18492026-05-08T01:14:08.615Z Compiling signal-hook-registry v1.4.8
18502026-05-08T01:14:08.638Z Compiling once_cell v1.21.3
18512026-05-08T01:14:08.662Z Compiling const-oid v0.9.6
18522026-05-08T01:14:08.773Z Compiling bitflags v2.11.0
18532026-05-08T01:14:08.820Z Compiling semver v1.0.28
18542026-05-08T01:14:08.932Z Compiling hashbrown v0.17.0
18552026-05-08T01:14:08.943Z Compiling parking_lot v0.12.5
18562026-05-08T01:14:08.960Z Compiling socket2 v0.6.3
18572026-05-08T01:14:09.065Z Compiling ring v0.17.14
18582026-05-08T01:14:09.095Z Compiling aws-lc-sys v0.37.1
18592026-05-08T01:14:09.134Z Compiling mio v1.2.0
18602026-05-08T01:14:09.146Z Compiling rustix v1.1.3
18612026-05-08T01:14:09.209Z Compiling aws-lc-rs v1.16.0
18622026-05-08T01:14:09.223Z Compiling strsim v0.11.1
18632026-05-08T01:14:09.246Z Compiling futures-core v0.3.32
18642026-05-08T01:14:09.396Z Compiling thiserror v1.0.69
18652026-05-08T01:14:09.418Z Compiling indexmap v2.14.0
18662026-05-08T01:14:09.472Z Compiling httparse v1.10.1
18672026-05-08T01:14:09.515Z Compiling ucd-trie v0.1.7
18682026-05-08T01:14:09.521Z Compiling byteorder v1.5.0
18692026-05-08T01:14:09.711Z Compiling pest v2.8.6
18702026-05-08T01:14:09.795Z Compiling heck v0.5.0
18712026-05-08T01:14:09.812Z Compiling vcpkg v0.2.15
18722026-05-08T01:14:09.815Z Compiling iana-time-zone v0.1.65
18732026-05-08T01:14:09.815Z Compiling syn v1.0.109
18742026-05-08T01:14:09.864Z Compiling ident_case v1.0.1
18752026-05-08T01:14:09.868Z Compiling uuid v1.23.0
18762026-05-08T01:14:09.912Z Compiling cpufeatures v0.2.17
18772026-05-08T01:14:10.073Z Compiling regex-syntax v0.8.10
18782026-05-08T01:14:10.149Z Compiling rustc_version v0.4.1
18792026-05-08T01:14:10.240Z Compiling futures-sink v0.3.32
18802026-05-08T01:14:10.288Z Compiling rustls v0.23.37
18812026-05-08T01:14:10.394Z Compiling openssl-sys v0.9.114
18822026-05-08T01:14:10.411Z Compiling futures-channel v0.3.32
18832026-05-08T01:14:10.486Z Compiling futures-task v0.3.32
18842026-05-08T01:14:10.503Z Compiling futures-io v0.3.32
18852026-05-08T01:14:10.518Z Compiling slab v0.4.12
18862026-05-08T01:14:10.587Z Compiling synstructure v0.13.2
18872026-05-08T01:14:10.640Z Compiling serde_derive_internals v0.29.1
18882026-05-08T01:14:10.697Z Compiling plain v0.2.3
18892026-05-08T01:14:10.700Z Compiling crc32fast v1.5.0
18902026-05-08T01:14:10.731Z Compiling dyn-clone v1.0.20
18912026-05-08T01:14:10.761Z Compiling pest_meta v2.8.6
18922026-05-08T01:14:10.782Z Compiling aho-corasick v1.1.4
18932026-05-08T01:14:10.926Z Compiling crossbeam-utils v0.8.21
18942026-05-08T01:14:10.930Z Compiling time-core v0.1.8
18952026-05-08T01:14:10.996Z Compiling num-conv v0.2.0
18962026-05-08T01:14:11.143Z Compiling openssl v0.10.78
18972026-05-08T01:14:11.172Z Compiling time-macros v0.2.27
18982026-05-08T01:14:11.279Z Compiling base64 v0.22.1
18992026-05-08T01:14:11.295Z Compiling pretty-hex v0.4.1
19002026-05-08T01:14:11.394Z Compiling pest_generator v2.8.6
19012026-05-08T01:14:11.462Z Compiling base64ct v1.8.3
19022026-05-08T01:14:11.479Z Compiling anyhow v1.0.102
19032026-05-08T01:14:11.519Z Compiling darling_core v0.21.3
19042026-05-08T01:14:11.525Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-05-08T01:14:11.605Z Compiling regex-automata v0.4.14
19062026-05-08T01:14:11.774Z Compiling pem-rfc7468 v0.7.0
19072026-05-08T01:14:11.801Z Compiling flagset v0.4.7
19082026-05-08T01:14:11.820Z Compiling native-tls v0.2.18
19092026-05-08T01:14:11.836Z Compiling rand_core v0.9.5
19102026-05-08T01:14:11.891Z Compiling serde_derive v1.0.228
19112026-05-08T01:14:11.891Z Compiling zeroize_derive v1.4.3
19122026-05-08T01:14:11.938Z Compiling zerofrom-derive v0.1.6
19132026-05-08T01:14:11.963Z Compiling yoke-derive v0.8.1
19142026-05-08T01:14:12.050Z Compiling zerovec-derive v0.11.2
19152026-05-08T01:14:12.071Z Compiling displaydoc v0.2.5
19162026-05-08T01:14:12.081Z Compiling zerocopy-derive v0.8.40
19172026-05-08T01:14:12.081Z Compiling tokio-macros v2.7.0
19182026-05-08T01:14:12.119Z Compiling futures-macro v0.3.32
19192026-05-08T01:14:12.213Z Compiling thiserror-impl v2.0.18
19202026-05-08T01:14:12.235Z Compiling schemars_derive v0.8.22
19212026-05-08T01:14:12.249Z Compiling tracing-attributes v0.1.31
19222026-05-08T01:14:12.542Z Compiling zeroize v1.8.2
19232026-05-08T01:14:12.824Z Compiling der_derive v0.7.3
19242026-05-08T01:14:12.934Z Compiling thiserror-impl v1.0.69
19252026-05-08T01:14:13.009Z Compiling pest_derive v2.8.6
19262026-05-08T01:14:13.115Z Compiling zerofrom v0.1.6
19272026-05-08T01:14:13.271Z Compiling yoke v0.8.1
19282026-05-08T01:14:13.389Z Compiling crypto-common v0.1.7
19292026-05-08T01:14:13.461Z Compiling zerovec v0.11.5
19302026-05-08T01:14:13.478Z Compiling zerotrie v0.2.3
19312026-05-08T01:14:13.499Z Compiling block-buffer v0.10.4
19322026-05-08T01:14:13.610Z Compiling futures-util v0.3.32
19332026-05-08T01:14:13.691Z Compiling digest v0.10.7
19342026-05-08T01:14:13.772Z Compiling block-padding v0.3.3
19352026-05-08T01:14:13.910Z Compiling inout v0.1.4
19362026-05-08T01:14:13.933Z Compiling hmac v0.12.1
19372026-05-08T01:14:13.953Z Compiling sha2 v0.10.9
19382026-05-08T01:14:13.967Z Compiling rustls-pki-types v1.14.0
19392026-05-08T01:14:13.991Z Compiling scroll_derive v0.12.1
19402026-05-08T01:14:13.996Z Compiling scroll_derive v0.13.1
19412026-05-08T01:14:14.076Z Compiling tinystr v0.8.2
19422026-05-08T01:14:14.089Z Compiling potential_utf v0.1.4
19432026-05-08T01:14:14.141Z Compiling cipher v0.4.4
19442026-05-08T01:14:14.312Z Compiling icu_locale_core v2.1.1
19452026-05-08T01:14:14.343Z Compiling icu_collections v2.1.1
19462026-05-08T01:14:14.564Z Compiling openssl-macros v0.1.1
19472026-05-08T01:14:14.773Z Compiling regex v1.12.3
19482026-05-08T01:14:14.822Z Compiling der v0.7.10
19492026-05-08T01:14:14.841Z Compiling darling_macro v0.21.3
19502026-05-08T01:14:14.964Z Compiling zerocopy-derive v0.7.35
19512026-05-08T01:14:15.069Z Compiling bytes v1.11.1
19522026-05-08T01:14:15.093Z Compiling icu_provider v2.1.1
19532026-05-08T01:14:15.206Z Compiling chrono v0.4.44
19542026-05-08T01:14:15.223Z Compiling serde_tokenstream v0.2.3
19552026-05-08T01:14:15.526Z Compiling icu_properties v2.1.2
19562026-05-08T01:14:15.543Z Compiling icu_normalizer v2.1.1
19572026-05-08T01:14:15.700Z Compiling tokio v1.52.1
19582026-05-08T01:14:15.977Z Compiling http v1.4.0
19592026-05-08T01:14:16.056Z Compiling slog v2.8.2
19602026-05-08T01:14:16.144Z Compiling tracing-core v0.1.36
19612026-05-08T01:14:16.282Z Compiling untrusted v0.9.0
19622026-05-08T01:14:16.438Z Compiling idna_adapter v1.2.1
19632026-05-08T01:14:16.542Z Compiling ppv-lite86 v0.2.21
19642026-05-08T01:14:16.612Z Compiling idna v1.1.0
19652026-05-08T01:14:16.721Z Compiling tracing v0.1.44
19662026-05-08T01:14:16.982Z Compiling url v2.5.8
19672026-05-08T01:14:17.008Z Compiling spki v0.7.3
19682026-05-08T01:14:17.069Z Compiling darling v0.21.3
19692026-05-08T01:14:17.103Z Compiling salsa20 v0.10.2
19702026-05-08T01:14:17.179Z Compiling pbkdf2 v0.12.2
19712026-05-08T01:14:17.493Z Compiling cookie v0.18.1
19722026-05-08T01:14:17.554Z Compiling camino v1.2.2
19732026-05-08T01:14:17.870Z Compiling scrypt v0.11.0
19742026-05-08T01:14:17.911Z Compiling rand_chacha v0.9.0
19752026-05-08T01:14:17.970Z Compiling cbc v0.1.2
19762026-05-08T01:14:18.013Z Compiling aes v0.8.4
19772026-05-08T01:14:18.536Z Compiling usdt-impl v0.5.0
19782026-05-08T01:14:18.594Z Compiling paste v1.0.15
19792026-05-08T01:14:18.622Z Compiling either v1.15.0
19802026-05-08T01:14:18.708Z Compiling winnow v0.7.14
19812026-05-08T01:14:18.765Z Compiling usdt-impl v0.6.0
19822026-05-08T01:14:18.810Z Compiling ref-cast v1.0.25
19832026-05-08T01:14:18.909Z Compiling pkcs5 v0.7.1
19842026-05-08T01:14:18.989Z Compiling rand v0.9.2
19852026-05-08T01:14:18.999Z Compiling http-body v1.0.1
19862026-05-08T01:14:19.170Z Compiling serde_spanned v0.6.9
19872026-05-08T01:14:19.286Z Compiling toml_datetime v0.6.11
19882026-05-08T01:14:19.350Z Compiling scroll v0.13.0
19892026-05-08T01:14:19.367Z Compiling scroll v0.12.0
19902026-05-08T01:14:19.422Z Compiling heapless v0.7.17
19912026-05-08T01:14:19.516Z Compiling tokio-util v0.7.18
19922026-05-08T01:14:19.559Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-05-08T01:14:19.622Z Compiling untrusted v0.7.1
19942026-05-08T01:14:19.685Z Compiling atomic-waker v1.1.2
19952026-05-08T01:14:19.765Z Compiling zstd-safe v7.2.4
19962026-05-08T01:14:19.800Z Compiling signal-hook v0.3.18
19972026-05-08T01:14:19.823Z Compiling openssl-probe v0.2.1
19982026-05-08T01:14:20.015Z Compiling goblin v0.8.2
19992026-05-08T01:14:20.018Z Compiling goblin v0.10.5
20002026-05-08T01:14:20.047Z Compiling pkcs8 v0.10.2
20012026-05-08T01:14:20.219Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-05-08T01:14:20.358Z Compiling zerocopy v0.7.35
20032026-05-08T01:14:20.491Z Compiling ref-cast-impl v1.0.25
20042026-05-08T01:14:20.709Z Compiling darling_core v0.20.11
20052026-05-08T01:14:20.809Z Compiling curve25519-dalek v4.1.3
20062026-05-08T01:14:20.885Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-05-08T01:14:20.923Z Compiling memoffset v0.9.1
20082026-05-08T01:14:21.040Z Compiling fastrand v2.3.0
20092026-05-08T01:14:21.090Z Compiling litrs v1.0.0
20102026-05-08T01:14:21.106Z Compiling tower-layer v0.3.3
20112026-05-08T01:14:21.150Z Compiling try-lock v0.2.5
20122026-05-08T01:14:21.326Z Compiling tower-service v0.3.3
20132026-05-08T01:14:21.445Z Compiling tinyvec_macros v0.1.1
20142026-05-08T01:14:21.529Z Compiling rustix v0.38.44
20152026-05-08T01:14:21.544Z Compiling winnow v0.5.40
20162026-05-08T01:14:21.767Z Compiling document-features v0.2.12
20172026-05-08T01:14:21.807Z Compiling tinyvec v1.10.0
20182026-05-08T01:14:21.896Z Compiling want v0.3.1
20192026-05-08T01:14:22.136Z Compiling h2 v0.4.13
20202026-05-08T01:14:22.288Z Compiling dof v0.3.0
20212026-05-08T01:14:22.734Z Compiling darling_macro v0.20.11
20222026-05-08T01:14:22.759Z Compiling dtrace-parser v0.2.0
20232026-05-08T01:14:22.793Z Compiling dof v0.4.0
20242026-05-08T01:14:22.909Z Compiling toml_edit v0.19.15
20252026-05-08T01:14:23.092Z Compiling ipnet v2.11.0
20262026-05-08T01:14:23.122Z Compiling dtrace-parser v0.3.0
20272026-05-08T01:14:23.369Z Compiling async-trait v0.1.89
20282026-05-08T01:14:23.392Z Compiling daft-derive v0.1.5
20292026-05-08T01:14:23.433Z Compiling spin v0.9.8
20302026-05-08T01:14:23.645Z Compiling thread-id v5.1.0
20312026-05-08T01:14:23.668Z Compiling thread-id v4.2.2
20322026-05-08T01:14:23.722Z Compiling num-bigint-dig v0.8.6
20332026-05-08T01:14:23.744Z Compiling pin-utils v0.1.0
20342026-05-08T01:14:23.839Z Compiling powerfmt v0.2.0
20352026-05-08T01:14:23.856Z Compiling foreign-types-shared v0.1.1
20362026-05-08T01:14:23.861Z Compiling cfg_aliases v0.2.1
20372026-05-08T01:14:23.891Z Compiling httpdate v1.0.3
20382026-05-08T01:14:23.939Z Compiling smoltcp v0.9.1
20392026-05-08T01:14:24.012Z Compiling deranged v0.5.8
20402026-05-08T01:14:24.106Z Compiling nix v0.31.2
20412026-05-08T01:14:24.122Z Compiling foreign-types v0.3.2
20422026-05-08T01:14:24.217Z Compiling tempfile v3.25.0
20432026-05-08T01:14:24.347Z Compiling darling v0.20.11
20442026-05-08T01:14:24.492Z Compiling ipnetwork v0.21.1
20452026-05-08T01:14:24.738Z Compiling curve25519-dalek-derive v0.1.1
20462026-05-08T01:14:24.781Z Compiling strum_macros v0.26.4
20472026-05-08T01:14:25.046Z Compiling wait-timeout v0.2.1
20482026-05-08T01:14:25.091Z Compiling hyper v1.8.1
20492026-05-08T01:14:25.163Z Compiling siphasher v1.0.2
20502026-05-08T01:14:25.299Z Compiling anstyle v1.0.13
20512026-05-08T01:14:25.368Z Compiling bit-vec v0.8.0
20522026-05-08T01:14:25.386Z Compiling utf8parse v0.2.2
20532026-05-08T01:14:25.520Z Compiling num_threads v0.1.7
20542026-05-08T01:14:25.552Z Compiling quick-error v1.2.3
20552026-05-08T01:14:25.641Z Compiling simd-adler32 v0.3.8
20562026-05-08T01:14:25.685Z Compiling rusty-fork v0.3.1
20572026-05-08T01:14:25.754Z Compiling time v0.3.47
20582026-05-08T01:14:25.843Z Compiling bit-set v0.8.0
20592026-05-08T01:14:25.985Z Compiling anstyle-parse v0.2.7
20602026-05-08T01:14:26.187Z Compiling hyper-util v0.1.20
20612026-05-08T01:14:26.358Z Compiling derive_builder_core v0.20.2
20622026-05-08T01:14:26.555Z Compiling unicode-normalization v0.1.25
20632026-05-08T01:14:27.071Z Compiling rustls-native-certs v0.8.3
20642026-05-08T01:14:27.208Z Compiling signature v2.2.0
20652026-05-08T01:14:27.382Z Compiling hubpack_derive v0.1.1
20662026-05-08T01:14:27.401Z Compiling rand_xorshift v0.4.0
20672026-05-08T01:14:27.566Z Compiling strum_macros v0.27.2
20682026-05-08T01:14:27.701Z Compiling sync_wrapper v1.0.2
20692026-05-08T01:14:27.762Z Compiling fs-err v3.3.0
20702026-05-08T01:14:27.827Z Compiling ahash v0.8.12
20712026-05-08T01:14:27.868Z Compiling unicode-bidi v0.3.18
20722026-05-08T01:14:27.916Z Compiling adler2 v2.0.1
20732026-05-08T01:14:27.932Z Compiling unicode-segmentation v1.12.0
20742026-05-08T01:14:27.995Z Compiling unarray v0.1.4
20752026-05-08T01:14:28.060Z Compiling colorchoice v1.0.4
20762026-05-08T01:14:28.082Z Compiling is_terminal_polyfill v1.70.2
20772026-05-08T01:14:28.135Z Compiling object v0.37.3
20782026-05-08T01:14:28.177Z Compiling allocator-api2 v0.2.21
20792026-05-08T01:14:28.198Z Compiling unicode-properties v0.1.4
20802026-05-08T01:14:28.339Z Compiling anstyle-query v1.1.5
20812026-05-08T01:14:28.405Z Compiling stringprep v0.1.5
20822026-05-08T01:14:28.460Z Compiling anstream v0.6.21
20832026-05-08T01:14:28.474Z Compiling proptest v1.10.0
20842026-05-08T01:14:28.534Z Compiling miniz_oxide v0.8.9
20852026-05-08T01:14:28.781Z Compiling tower v0.5.3
20862026-05-08T01:14:29.027Z Compiling derive_builder_macro v0.20.2
20872026-05-08T01:14:29.097Z Compiling usdt-attr-macro v0.6.0
20882026-05-08T01:14:29.195Z Compiling usdt-macro v0.6.0
20892026-05-08T01:14:29.645Z Compiling http-body-util v0.1.3
20902026-05-08T01:14:29.872Z Compiling webpki-roots v1.0.6
20912026-05-08T01:14:29.952Z Compiling rand_chacha v0.3.1
20922026-05-08T01:14:29.985Z Compiling erased-serde v0.3.31
20932026-05-08T01:14:30.003Z Compiling md-5 v0.10.6
20942026-05-08T01:14:30.057Z Compiling num-integer v0.1.46
20952026-05-08T01:14:30.165Z Compiling hash32 v0.2.1
20962026-05-08T01:14:30.183Z Compiling vergen-lib v0.1.6
20972026-05-08T01:14:30.224Z Compiling ff v0.13.1
20982026-05-08T01:14:30.260Z Compiling fallible-iterator v0.2.0
20992026-05-08T01:14:30.279Z Compiling iri-string v0.7.10
21002026-05-08T01:14:30.315Z Compiling zlib-rs v0.6.2
21012026-05-08T01:14:30.377Z Compiling ryu v1.0.23
21022026-05-08T01:14:30.393Z Compiling base16ct v0.2.0
21032026-05-08T01:14:30.425Z Compiling psl-types v2.0.11
21042026-05-08T01:14:30.487Z Compiling newtype-uuid v1.3.2
21052026-05-08T01:14:30.530Z Compiling serde_urlencoded v0.7.1
21062026-05-08T01:14:30.569Z Compiling postgres-protocol v0.6.10
21072026-05-08T01:14:30.587Z Compiling publicsuffix v2.3.0
21082026-05-08T01:14:30.604Z Compiling sec1 v0.7.3
21092026-05-08T01:14:30.706Z Compiling group v0.13.0
21102026-05-08T01:14:30.823Z Compiling num-iter v0.1.45
21112026-05-08T01:14:30.912Z Compiling rand v0.8.5
21122026-05-08T01:14:31.128Z Compiling derive_builder v0.20.2
21132026-05-08T01:14:31.223Z Compiling oxnet v0.1.4
21142026-05-08T01:14:31.294Z Compiling tokio-native-tls v0.3.1
21152026-05-08T01:14:31.331Z Compiling heck v0.4.1
21162026-05-08T01:14:31.348Z Compiling phf_shared v0.13.1
21172026-05-08T01:14:31.422Z Compiling tower-http v0.6.8
21182026-05-08T01:14:31.503Z Compiling lazy_static v1.5.0
21192026-05-08T01:14:31.612Z Compiling terminal_size v0.4.3
21202026-05-08T01:14:31.645Z Compiling serde_with_macros v3.17.0
21212026-05-08T01:14:31.648Z Compiling cargo-platform v0.1.9
21222026-05-08T01:14:31.696Z Compiling hkdf v0.12.4
21232026-05-08T01:14:31.713Z Compiling crypto-bigint v0.5.5
21242026-05-08T01:14:31.716Z Compiling enum-as-inner v0.6.1
21252026-05-08T01:14:31.805Z Compiling serde_repr v0.1.20
21262026-05-08T01:14:31.858Z Compiling clap_derive v4.5.55
21272026-05-08T01:14:31.909Z Compiling vergen v9.0.6
21282026-05-08T01:14:31.941Z Compiling bitflags v1.3.2
21292026-05-08T01:14:31.980Z Compiling managed v0.8.0
21302026-05-08T01:14:32.057Z Compiling libbz2-rs-sys v0.2.2
21312026-05-08T01:14:32.219Z Compiling foldhash v0.1.5
21322026-05-08T01:14:32.299Z Compiling bumpalo v3.20.2
21332026-05-08T01:14:32.331Z Compiling foldhash v0.2.0
21342026-05-08T01:14:32.392Z Compiling flate2 v1.1.9
21352026-05-08T01:14:32.429Z Compiling clap_lex v1.0.0
21362026-05-08T01:14:32.542Z Compiling zopfli v0.8.3
21372026-05-08T01:14:32.583Z Compiling hashbrown v0.16.1
21382026-05-08T01:14:32.633Z Compiling clap_builder v4.5.60
21392026-05-08T01:14:32.669Z Compiling elliptic-curve v0.13.8
21402026-05-08T01:14:32.686Z Compiling bzip2 v0.6.1
21412026-05-08T01:14:32.811Z Compiling hashbrown v0.15.5
21422026-05-08T01:14:32.943Z Compiling cargo_metadata v0.19.2
21432026-05-08T01:14:33.372Z Compiling phf v0.13.1
21442026-05-08T01:14:33.401Z Compiling zstd v0.13.3
21452026-05-08T01:14:33.452Z Compiling daft v0.1.5
21462026-05-08T01:14:33.534Z Compiling hyper-tls v0.6.0
21472026-05-08T01:14:33.560Z Compiling signal-hook-mio v0.2.5
21482026-05-08T01:14:33.694Z Compiling cookie_store v0.22.1
21492026-05-08T01:14:33.745Z Compiling postgres-types v0.2.12
21502026-05-08T01:14:33.781Z Compiling bzip2 v0.4.4
21512026-05-08T01:14:33.989Z Compiling strum v0.27.2
21522026-05-08T01:14:34.145Z Compiling hubpack v0.1.2
21532026-05-08T01:14:34.179Z Compiling ed25519 v2.2.3
21542026-05-08T01:14:34.269Z Compiling phf_shared v0.11.3
21552026-05-08T01:14:34.306Z Compiling crossbeam-epoch v0.9.18
21562026-05-08T01:14:34.356Z Compiling pkcs1 v0.7.5
21572026-05-08T01:14:34.425Z Compiling hex v0.4.3
21582026-05-08T01:14:34.442Z Compiling serde-big-array v0.5.1
21592026-05-08T01:14:34.615Z Compiling rfc6979 v0.4.0
21602026-05-08T01:14:34.633Z Compiling bstr v1.12.1
21612026-05-08T01:14:34.702Z Compiling float-cmp v0.10.0
21622026-05-08T01:14:34.747Z Compiling memmap2 v0.9.10
21632026-05-08T01:14:34.763Z Compiling env_filter v1.0.0
21642026-05-08T01:14:34.833Z Compiling encoding_rs v0.8.35
21652026-05-08T01:14:34.853Z Compiling mime v0.3.17
21662026-05-08T01:14:34.874Z Compiling fixedbitset v0.5.7
21672026-05-08T01:14:34.971Z Compiling keccak v0.1.6
21682026-05-08T01:14:34.974Z Compiling toml_write v0.1.2
21692026-05-08T01:14:35.032Z Compiling whoami v2.1.0
21702026-05-08T01:14:35.048Z Compiling jiff v0.2.21
21712026-05-08T01:14:35.111Z Compiling precomputed-hash v0.1.1
21722026-05-08T01:14:35.168Z Compiling normalize-line-endings v0.3.0
21732026-05-08T01:14:35.194Z Compiling new_debug_unreachable v1.0.6
21742026-05-08T01:14:35.225Z Compiling static_assertions v1.1.0
21752026-05-08T01:14:35.232Z Compiling predicates-core v1.0.10
21762026-05-08T01:14:35.247Z Compiling difflib v0.4.0
21772026-05-08T01:14:35.253Z Compiling rustc-hash v2.1.1
21782026-05-08T01:14:35.282Z Compiling data-encoding v2.10.0
21792026-05-08T01:14:35.299Z Compiling fixedbitset v0.4.2
21802026-05-08T01:14:35.315Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21812026-05-08T01:14:35.381Z Compiling iddqd v0.3.18
21822026-05-08T01:14:35.411Z Compiling string_cache v0.8.9
21832026-05-08T01:14:35.427Z Compiling tokio-postgres v0.7.16
21842026-05-08T01:14:35.646Z Compiling hickory-proto v0.25.2
21852026-05-08T01:14:35.856Z Compiling predicates v3.1.4
21862026-05-08T01:14:35.871Z Compiling petgraph v0.6.5
21872026-05-08T01:14:36.121Z Compiling toml_edit v0.22.27
21882026-05-08T01:14:36.158Z Compiling sha3 v0.10.8
21892026-05-08T01:14:36.217Z Compiling petgraph v0.8.3
21902026-05-08T01:14:36.447Z Compiling similar v2.7.0
21912026-05-08T01:14:36.547Z Compiling env_logger v0.11.9
21922026-05-08T01:14:36.986Z Compiling usdt v0.6.0
21932026-05-08T01:14:37.462Z Compiling serde_with v3.17.0
21942026-05-08T01:14:37.640Z Compiling ecdsa v0.16.9
21952026-05-08T01:14:37.656Z Compiling rsa v0.9.10
21962026-05-08T01:14:38.051Z Compiling zip v4.6.1
21972026-05-08T01:14:38.255Z Compiling ed25519-dalek v2.2.0
21982026-05-08T01:14:38.546Z Compiling clap v4.5.60
21992026-05-08T01:14:38.720Z Compiling crossterm v0.28.1
22002026-05-08T01:14:38.808Z Compiling zip v0.6.6
22012026-05-08T01:14:39.172Z Compiling strum v0.26.3
22022026-05-08T01:14:39.204Z Compiling toml v0.7.8
22032026-05-08T01:14:39.277Z Compiling tokio-stream v0.1.18
22042026-05-08T01:14:39.328Z Compiling buf-list v1.1.2
22052026-05-08T01:14:39.410Z Compiling itertools v0.13.0
22062026-05-08T01:14:39.547Z Compiling x509-cert v0.2.5
22072026-05-08T01:14:39.611Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22082026-05-08T01:14:39.772Z Compiling openapiv3 v2.2.0
22092026-05-08T01:14:39.935Z Compiling sha1 v0.10.6
22102026-05-08T01:14:40.251Z Compiling lalrpop-util v0.19.12
22112026-05-08T01:14:40.515Z Compiling peg-runtime v0.8.5
22122026-05-08T01:14:56.718Z Compiling macaddr v1.0.1
22132026-05-08T01:14:56.762Z Compiling structmeta-derive v0.3.0
22142026-05-08T01:14:56.957Z Compiling rayon-core v1.13.0
22152026-05-08T01:14:56.983Z Compiling crucible-workspace-hack v0.1.0
22162026-05-08T01:14:57.050Z Compiling itertools v0.14.0
22172026-05-08T01:14:57.211Z Compiling secrecy v0.10.3
22182026-05-08T01:14:57.226Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-08T01:14:57.299Z Compiling heapless v0.8.0
22202026-05-08T01:14:57.407Z Compiling rustls v0.22.4
22212026-05-08T01:14:57.650Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-08T01:14:57.764Z Compiling crossbeam-deque v0.8.6
22232026-05-08T01:14:57.787Z Compiling structmeta v0.3.0
22242026-05-08T01:14:57.801Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-05-08T01:14:57.827Z Compiling rustls-webpki v0.102.8
22262026-05-08T01:14:57.862Z Compiling futures-executor v0.3.32
22272026-05-08T01:14:57.916Z Compiling rustls-webpki v0.103.9
22282026-05-08T01:14:58.017Z Compiling hash32 v0.3.1
22292026-05-08T01:14:58.033Z Compiling multer v3.1.0
22302026-05-08T01:14:58.201Z Compiling thread_local v1.1.9
22312026-05-08T01:14:58.248Z Compiling slog-async v2.8.0
22322026-05-08T01:14:58.252Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-05-08T01:14:58.284Z Compiling match_cfg v0.1.0
22342026-05-08T01:14:58.335Z Compiling ingot-macros v0.1.1
22352026-05-08T01:14:58.382Z Compiling smoltcp v0.11.0
22362026-05-08T01:14:58.399Z Compiling unicode-width v0.2.0
22372026-05-08T01:14:58.513Z Compiling compression-core v0.4.31
22382026-05-08T01:14:58.568Z Compiling hostname v0.3.1
22392026-05-08T01:14:58.590Z Compiling proc-macro-crate v3.4.0
22402026-05-08T01:14:58.716Z Compiling compression-codecs v0.4.37
22412026-05-08T01:14:58.751Z Compiling futures v0.3.32
22422026-05-08T01:14:58.782Z Compiling derive-ex v0.1.8
22432026-05-08T01:14:58.816Z Compiling slog-json v2.6.1
22442026-05-08T01:14:58.872Z Compiling crossbeam-channel v0.5.15
22452026-05-08T01:14:59.041Z Compiling half v2.7.1
22462026-05-08T01:14:59.102Z Compiling newtype-uuid-macros v0.1.0
22472026-05-08T01:14:59.118Z Compiling cobs v0.3.0
22482026-05-08T01:14:59.303Z Compiling thiserror-impl-no-std v2.0.2
22492026-05-08T01:14:59.414Z Compiling universal-hash v0.5.1
22502026-05-08T01:14:59.417Z Compiling async-stream-impl v0.3.6
22512026-05-08T01:14:59.578Z Compiling toml_datetime v1.0.0+spec-1.1.0
22522026-05-08T01:14:59.596Z Compiling serde_spanned v1.0.4
22532026-05-08T01:14:59.710Z Compiling is-terminal v0.4.17
22542026-05-08T01:14:59.787Z Compiling proc-macro-error-attr v1.0.4
22552026-05-08T01:14:59.830Z Compiling dropshot v0.17.0
22562026-05-08T01:14:59.845Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-05-08T01:15:00.031Z Compiling term v1.2.1
22582026-05-08T01:15:00.034Z Compiling ciborium-io v0.2.2
22592026-05-08T01:15:00.034Z Compiling opaque-debug v0.3.1
22602026-05-08T01:15:00.079Z Compiling take_mut v0.2.2
22612026-05-08T01:15:00.109Z Compiling convert_case v0.4.0
22622026-05-08T01:15:00.158Z Compiling toml_writer v1.0.6+spec-1.1.0
22632026-05-08T01:15:00.173Z Compiling ciborium-ll v0.2.2
22642026-05-08T01:15:00.364Z Compiling test-strategy v0.4.5
22652026-05-08T01:15:00.369Z Compiling thiserror-no-std v2.0.2
22662026-05-08T01:15:00.398Z Compiling toml v1.0.6+spec-1.1.0
22672026-05-08T01:15:00.404Z Compiling slog-term v2.9.2
22682026-05-08T01:15:00.434Z Compiling derive_more v0.99.20
22692026-05-08T01:15:00.455Z Compiling poly1305 v0.8.0
22702026-05-08T01:15:00.510Z Compiling async-stream v0.3.6
22712026-05-08T01:15:00.729Z Compiling tokio-rustls v0.25.0
22722026-05-08T01:15:00.754Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-05-08T01:15:00.939Z Compiling ingot-types v0.1.2
22742026-05-08T01:15:01.000Z Compiling postcard v1.1.3
22752026-05-08T01:15:01.402Z Compiling tokio-rustls v0.26.4
22762026-05-08T01:15:01.419Z Compiling rustls-platform-verifier v0.6.2
22772026-05-08T01:15:01.494Z Compiling ingot v0.1.1
22782026-05-08T01:15:01.658Z Compiling hyper-rustls v0.27.7
22792026-05-08T01:15:01.689Z Compiling num_enum_derive v0.7.5
22802026-05-08T01:15:01.706Z Compiling slog-bunyan v2.5.0
22812026-05-08T01:15:01.721Z Compiling async-compression v0.4.41
22822026-05-08T01:15:01.943Z Compiling reqwest v0.13.2
22832026-05-08T01:15:02.025Z Compiling reqwest v0.12.28
22842026-05-08T01:15:02.243Z Compiling parse-display-derive v0.10.0
22852026-05-08T01:15:02.488Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22862026-05-08T01:15:02.571Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-05-08T01:15:02.639Z Compiling proc-macro-crate v1.3.1
22882026-05-08T01:15:02.693Z Compiling backon v1.6.0
22892026-05-08T01:15:02.725Z Compiling waitgroup v0.1.2
22902026-05-08T01:15:02.840Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-05-08T01:15:02.911Z Compiling password-hash v0.5.0
22922026-05-08T01:15:02.984Z Compiling dropshot_endpoint v0.17.0
22932026-05-08T01:15:03.015Z Compiling chacha20 v0.9.1
22942026-05-08T01:15:03.103Z Compiling rustls-pemfile v2.2.0
22952026-05-08T01:15:03.120Z Compiling blake2 v0.10.6
22962026-05-08T01:15:03.297Z Compiling aead v0.5.2
22972026-05-08T01:15:03.420Z Compiling foreign-types-macros v0.2.3
22982026-05-08T01:15:03.520Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-08T01:15:03.650Z Compiling serde_path_to_error v0.1.20
23002026-05-08T01:15:03.744Z Compiling hostname v0.4.2
23012026-05-08T01:15:03.809Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-08T01:15:03.903Z Compiling proc-macro-error v1.0.4
23032026-05-08T01:15:03.935Z Compiling instant v0.1.13
23042026-05-08T01:15:03.971Z Compiling foreign-types-shared v0.3.1
23052026-05-08T01:15:03.991Z Compiling cpufeatures v0.3.0
23062026-05-08T01:15:04.021Z Compiling debug-ignore v1.0.5
23072026-05-08T01:15:04.038Z Compiling typeid v1.0.3
23082026-05-08T01:15:04.085Z Compiling chacha20 v0.10.0
23092026-05-08T01:15:04.102Z Compiling foreign-types v0.5.0
23102026-05-08T01:15:04.106Z Compiling backoff v0.4.0
23112026-05-08T01:15:04.139Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23122026-05-08T01:15:04.186Z Compiling parse-display v0.10.0
23132026-05-08T01:15:04.203Z Compiling chacha20poly1305 v0.10.1
23142026-05-08T01:15:04.218Z Compiling argon2 v0.5.3
23152026-05-08T01:15:04.298Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-08T01:15:04.371Z Compiling num_enum_derive v0.5.11
23172026-05-08T01:15:04.388Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-05-08T01:15:04.407Z Compiling num_enum v0.7.5
23192026-05-08T01:15:04.559Z Compiling vsss-rs v3.3.4
23202026-05-08T01:15:04.621Z Compiling ciborium v0.2.2
23212026-05-08T01:15:04.647Z Compiling tabwriter v1.4.1
23222026-05-08T01:15:04.849Z Compiling regress v0.10.5
23232026-05-08T01:15:05.043Z Compiling byte-wrapper v0.1.0
23242026-05-08T01:15:05.094Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-05-08T01:15:05.213Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-05-08T01:15:05.238Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23272026-05-08T01:15:05.316Z Compiling cstr-argument v0.1.2
23282026-05-08T01:15:05.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23292026-05-08T01:15:05.479Z Compiling erased-serde v0.4.9
23302026-05-08T01:15:05.518Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-05-08T01:15:05.669Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-05-08T01:15:05.753Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-05-08T01:15:05.792Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342026-05-08T01:15:05.824Z Compiling num_enum v0.5.11
23352026-05-08T01:15:05.871Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-05-08T01:15:05.963Z Compiling rand v0.10.0
23372026-05-08T01:15:05.979Z Compiling rayon v1.11.0
23382026-05-08T01:15:06.053Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-05-08T01:15:06.082Z Compiling colored v3.1.1
23402026-05-08T01:15:06.134Z Compiling indent_write v2.2.0
23412026-05-08T01:15:06.153Z Compiling libefi-sys v0.1.0
23422026-05-08T01:15:06.213Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-08T01:15:06.231Z Compiling zone_cfg_derive v0.3.1
23442026-05-08T01:15:06.310Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23452026-05-08T01:15:06.397Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-05-08T01:15:06.443Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23472026-05-08T01:15:06.540Z Compiling camino-tempfile v1.4.1
23482026-05-08T01:15:06.544Z Compiling itertools v0.12.1
23492026-05-08T01:15:06.771Z Compiling usdt-macro v0.5.0
23502026-05-08T01:15:06.787Z Compiling usdt-attr-macro v0.5.0
23512026-05-08T01:15:06.857Z Compiling bitfield-struct v0.6.2
23522026-05-08T01:15:06.967Z Compiling num-derive v0.4.2
23532026-05-08T01:15:06.983Z Compiling blake3 v1.8.3
23542026-05-08T01:15:06.987Z Compiling ordered-float v2.10.1
23552026-05-08T01:15:07.304Z Compiling sigpipe v0.1.3
23562026-05-08T01:15:07.372Z Compiling memmap v0.7.0
23572026-05-08T01:15:07.430Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-05-08T01:15:07.485Z Compiling glob v0.3.3
23592026-05-08T01:15:07.523Z Compiling swrite v0.1.0
23602026-05-08T01:15:07.574Z Compiling usdt v0.5.0
23612026-05-08T01:15:07.641Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-08T01:15:07.698Z Compiling serde-value v0.7.0
23632026-05-08T01:15:07.882Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-05-08T01:15:07.982Z Compiling zone v0.3.1
23652026-05-08T01:15:08.091Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23662026-05-08T01:15:08.182Z Compiling serde-untagged v0.1.9
23672026-05-08T01:15:08.216Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23682026-05-08T01:15:08.438Z Compiling toml v0.8.23
23692026-05-08T01:15:08.457Z Compiling smf v0.2.3
23702026-05-08T01:15:08.478Z Compiling filetime v0.2.27
23712026-05-08T01:15:08.537Z Compiling arrayvec v0.7.6
23722026-05-08T01:15:08.552Z Compiling unicode-xid v0.2.6
23732026-05-08T01:15:08.570Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-05-08T01:15:08.612Z Compiling constant_time_eq v0.4.2
23752026-05-08T01:15:08.673Z Compiling arrayref v0.3.9
23762026-05-08T01:15:08.707Z Compiling xattr v1.6.1
23772026-05-08T01:15:08.722Z Compiling whoami v1.6.1
23782026-05-08T01:15:08.768Z Compiling same-file v1.0.6
23792026-05-08T01:15:08.816Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-05-08T01:15:08.830Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-08T01:15:08.931Z Compiling cargo-util-schemas v0.8.2
23822026-05-08T01:15:08.983Z Compiling walkdir v2.5.0
23832026-05-08T01:15:09.138Z Compiling tar v0.4.45
23842026-05-08T01:15:09.206Z Compiling tokio-dtrace v0.1.1
23852026-05-08T01:15:09.505Z Compiling console v0.16.2
23862026-05-08T01:15:09.554Z Compiling gethostname v0.5.0
23872026-05-08T01:15:09.569Z Compiling cargo-platform v0.2.0
23882026-05-08T01:15:09.602Z Compiling topological-sort v0.2.2
23892026-05-08T01:15:09.618Z Compiling unit-prefix v0.5.2
23902026-05-08T01:15:09.726Z Compiling oxide-tokio-rt v0.1.4
23912026-05-08T01:15:09.742Z Compiling shell-words v1.1.1
23922026-05-08T01:15:09.793Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23932026-05-08T01:15:10.004Z Compiling indicatif v0.18.4
23942026-05-08T01:15:10.145Z Compiling cargo_metadata v0.21.0
23952026-05-08T01:15:19.214Z Compiling progenitor-client v0.14.0
23962026-05-08T01:15:19.294Z Compiling progenitor-client v0.10.0
23972026-05-08T01:15:19.299Z Compiling omicron-zone-package v0.12.2
23982026-05-08T01:15:19.380Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-05-08T01:15:19.410Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24002026-05-08T01:15:19.699Z Compiling progenitor-extras v0.2.0
24012026-05-08T01:15:19.718Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24022026-05-08T01:15:19.817Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-08T01:15:19.966Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-08T01:15:20.129Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-05-08T01:15:20.208Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24062026-05-08T01:15:20.227Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24072026-05-08T01:15:20.282Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24082026-05-08T01:15:24.582Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24092026-05-08T01:15:32.070Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-05-08T01:15:35.140Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24112026-05-08T01:15:36.107Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24122026-05-08T01:15:45.393Z Finished `release` profile [optimized] target(s) in 1m 39s
24132026-05-08T01:15:45.548Z Running `target/release/omicron-package -t test target create -p dev`
24142026-05-08T01:15:45.612ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-05-08T01:15:45.617ZCreated new build target 'test' and set it as active
24162026-05-08T01:15:45.618Z
24172026-05-08T01:15:45.618Zreal 1:39.835938953
24182026-05-08T01:15:45.618Zuser 16:23.574858943
24192026-05-08T01:15:45.618Zsys 2:37.128984386
24202026-05-08T01:15:45.618Ztrap 0.449155031
24212026-05-08T01:15:45.618Ztflt 2.659873684
24222026-05-08T01:15:45.618Zdflt 3.908809338
24232026-05-08T01:15:45.618Zkflt 0.000408675
24242026-05-08T01:15:45.618Zlock 51:46.151644129
24252026-05-08T01:15:45.618Zslp 41:56.957112144
24262026-05-08T01:15:45.618Zlat 46.283112507
24272026-05-08T01:15:45.618Zstop 5:28.774039477
24282026-05-08T01:15:45.619Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24292026-05-08T01:15:46.509Z Finished `release` profile [optimized] target(s) in 0.87s
24302026-05-08T01:15:46.589Z Running `target/release/omicron-package -t test package`
24312026-05-08T01:15:46.651ZLogging to: /work/oxidecomputer/omicron/out/LOG
24322026-05-08T01:15:48.082Z Compiling heck v0.5.0
24332026-05-08T01:15:48.082Z Compiling regress v0.11.1
24342026-05-08T01:15:48.082Z Compiling unsafe-libyaml v0.2.11
24352026-05-08T01:15:48.337Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24362026-05-08T01:15:48.364Z Compiling regress v0.10.5
24372026-05-08T01:15:48.394Z Compiling unicode-width v0.1.14
24382026-05-08T01:15:48.414Z Compiling is-terminal v0.4.17
24392026-05-08T01:15:48.437Z Compiling prettyplease v0.2.37
24402026-05-08T01:15:48.437Z Compiling bytecount v0.6.9
24412026-05-08T01:15:48.440Z Compiling rustls v0.22.4
24422026-05-08T01:15:48.440Z Compiling rustls-webpki v0.102.8
24432026-05-08T01:15:48.479Z Compiling derive-where v1.6.0
24442026-05-08T01:15:48.482Z Compiling thread_local v1.1.9
24452026-05-08T01:15:48.482Z Compiling compression-core v0.4.31
24462026-05-08T01:15:48.501Z Compiling match_cfg v0.1.0
24472026-05-08T01:15:48.611Z Compiling multer v3.1.0
24482026-05-08T01:15:48.611Z Compiling slog-async v2.8.0
24492026-05-08T01:15:48.655Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24502026-05-08T01:15:48.679Z Compiling compression-codecs v0.4.37
24512026-05-08T01:15:48.683Z Compiling hostname v0.3.1
24522026-05-08T01:15:48.683Z Compiling crossbeam-channel v0.5.15
24532026-05-08T01:15:48.743Z Compiling slog-json v2.6.1
24542026-05-08T01:15:48.748Z Compiling futures-executor v0.3.32
24552026-05-08T01:15:48.748Z Compiling serde_spanned v1.0.4
24562026-05-08T01:15:48.827Z Compiling serde_yaml v0.9.34+deprecated
24572026-05-08T01:15:48.882Z Compiling toml_datetime v1.0.0+spec-1.1.0
24582026-05-08T01:15:48.943Z Compiling take_mut v0.2.2
24592026-05-08T01:15:48.947Z Compiling term v1.2.1
24602026-05-08T01:15:48.987Z Compiling toml_writer v1.0.6+spec-1.1.0
24612026-05-08T01:15:49.029Z Compiling futures v0.3.32
24622026-05-08T01:15:49.056Z Compiling slog-bunyan v2.5.0
24632026-05-08T01:15:49.146Z Compiling async-compression v0.4.41
24642026-05-08T01:15:49.213Z Compiling toml v1.0.6+spec-1.1.0
24652026-05-08T01:15:49.237Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-05-08T01:15:49.242Z Compiling dropshot v0.17.0
24672026-05-08T01:15:49.282Z Compiling async-stream v0.3.6
24682026-05-08T01:15:49.335Z Compiling slog-term v2.9.2
24692026-05-08T01:15:49.402Z Compiling num-rational v0.4.2
24702026-05-08T01:15:49.483Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-05-08T01:15:49.508Z Compiling progenitor-client v0.14.0
24722026-05-08T01:15:49.531Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-05-08T01:15:49.552Z Compiling waitgroup v0.1.2
24742026-05-08T01:15:49.630Z Compiling backon v1.6.0
24752026-05-08T01:15:49.697Z Compiling rustls-pemfile v2.2.0
24762026-05-08T01:15:49.722Z Compiling num-complex v0.4.6
24772026-05-08T01:15:49.752Z Compiling hostname v0.4.2
24782026-05-08T01:15:49.814Z Compiling typify-impl v0.6.2
24792026-05-08T01:15:49.847Z Compiling serde_path_to_error v0.1.20
24802026-05-08T01:15:49.871Z Compiling instant v0.1.13
24812026-05-08T01:15:49.871Z Compiling debug-ignore v1.0.5
24822026-05-08T01:15:49.914Z Compiling progenitor-extras v0.2.0
24832026-05-08T01:15:49.934Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-08T01:15:50.035Z Compiling backoff v0.4.0
24852026-05-08T01:15:50.134Z Compiling num v0.4.3
24862026-05-08T01:15:50.199Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-05-08T01:15:50.222Z Compiling parse-display v0.10.0
24882026-05-08T01:15:50.245Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-05-08T01:15:50.269Z Compiling progenitor-client v0.13.0
24902026-05-08T01:15:50.273Z Compiling progenitor-client v0.10.0
24912026-05-08T01:15:50.325Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24922026-05-08T01:15:50.371Z Compiling macaddr v1.0.1
24932026-05-08T01:15:50.412Z Compiling float-ord v0.3.2
24942026-05-08T01:15:50.487Z Compiling console v0.15.11
24952026-05-08T01:15:50.553Z Compiling atomicwrites v0.4.4
24962026-05-08T01:15:50.619Z Compiling newline-converter v0.3.0
24972026-05-08T01:15:50.643Z Compiling slog-dtrace v0.3.0
24982026-05-08T01:15:50.786Z Compiling tokio-rustls v0.25.0
24992026-05-08T01:15:50.857Z Compiling async-recursion v1.1.1
25002026-05-08T01:15:50.878Z Compiling owo-colors v4.3.0
25012026-05-08T01:15:50.971Z Compiling expectorate v1.2.0
25022026-05-08T01:15:51.028Z Compiling cancel-safe-futures v0.1.5
25032026-05-08T01:15:51.074Z Compiling libsw-core v0.3.2
25042026-05-08T01:15:51.149Z Compiling resolv-conf v0.7.6
25052026-05-08T01:15:51.242Z Compiling libsw v3.5.0
25062026-05-08T01:15:51.300Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25072026-05-08T01:15:51.469Z Compiling toml v0.8.23
25082026-05-08T01:15:51.492Z Compiling linear-map v1.2.0
25092026-05-08T01:15:51.515Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25102026-05-08T01:15:51.565Z Compiling minimal-lexical v0.2.1
25112026-05-08T01:15:51.738Z Compiling linked-hash-map v0.5.6
25122026-05-08T01:15:51.782Z Compiling nom v7.1.3
25132026-05-08T01:15:51.802Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-05-08T01:15:51.824Z Compiling unicode-xid v0.2.6
25152026-05-08T01:15:51.827Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-08T01:15:51.849Z Compiling globset v0.4.18
25172026-05-08T01:15:51.983Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-05-08T01:15:52.005Z Compiling lru-cache v0.1.2
25192026-05-08T01:15:52.057Z Compiling hickory-proto v0.24.4
25202026-05-08T01:15:52.181Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25212026-05-08T01:15:52.304Z Compiling convert_case v0.10.0
25222026-05-08T01:15:52.609Z Compiling derive_more-impl v2.1.1
25232026-05-08T01:15:52.826Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25242026-05-08T01:15:53.204Z Compiling pin-project-internal v1.1.11
25252026-05-08T01:15:53.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-05-08T01:15:53.288Z Compiling typify-macro v0.6.2
25272026-05-08T01:15:53.419Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25282026-05-08T01:15:53.670Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25292026-05-08T01:15:53.920Z Compiling derive_more v2.1.1
25302026-05-08T01:15:54.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25312026-05-08T01:15:54.301Z Compiling pin-project v1.1.11
25322026-05-08T01:15:54.444Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-05-08T01:15:54.652Z Compiling hickory-resolver v0.24.4
25342026-05-08T01:15:54.677Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25352026-05-08T01:15:54.680Z Compiling papergrid v0.11.0
25362026-05-08T01:15:54.843Z Compiling tabled_derive v0.7.0
25372026-05-08T01:15:54.896Z Compiling typify v0.6.2
25382026-05-08T01:15:55.143Z Compiling progenitor-impl v0.14.0
25392026-05-08T01:15:55.358Z Compiling progenitor-impl v0.13.0
25402026-05-08T01:15:55.848Z Compiling qorb v0.4.1
25412026-05-08T01:15:56.296Z Compiling pem v3.0.6
25422026-05-08T01:15:57.025Z Compiling snafu-derive v0.8.9
25432026-05-08T01:15:57.353Z Compiling progenitor-macro v0.14.0
25442026-05-08T01:15:57.507Z Compiling progenitor-macro v0.13.0
25452026-05-08T01:15:58.024Z Compiling termtree v0.5.1
25462026-05-08T01:15:58.228Z Compiling tabled v0.15.0
25472026-05-08T01:15:58.741Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-05-08T01:15:59.871Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-05-08T01:15:59.983Z Compiling snafu v0.8.9
25502026-05-08T01:16:00.272Z Compiling crossterm v0.29.0
25512026-05-08T01:16:00.577Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25522026-05-08T01:16:00.597Z Compiling phf_shared v0.12.1
25532026-05-08T01:16:00.887Z Compiling olpc-cjson v0.1.4
25542026-05-08T01:16:01.142Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25552026-05-08T01:16:01.503Z Compiling progenitor v0.14.0
25562026-05-08T01:16:01.665Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-05-08T01:16:01.694Z Compiling serde_plain v1.0.2
25582026-05-08T01:16:01.720Z Compiling csv-core v0.1.13
25592026-05-08T01:16:01.753Z Compiling progenitor v0.13.0
25602026-05-08T01:16:01.940Z Compiling vte v0.14.1
25612026-05-08T01:16:02.017Z Compiling typed-path v0.9.3
25622026-05-08T01:16:02.175Z Compiling chrono-tz v0.10.4
25632026-05-08T01:16:02.251Z Compiling highway v1.3.0
25642026-05-08T01:16:02.410Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25652026-05-08T01:16:02.470Z Compiling strip-ansi-escapes v0.2.1
25662026-05-08T01:16:02.983Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25672026-05-08T01:16:03.048Z Compiling csv v1.4.0
25682026-05-08T01:16:03.048Z Compiling phf v0.12.1
25692026-05-08T01:16:03.215Z Compiling tough v0.20.0
25702026-05-08T01:16:03.281Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25712026-05-08T01:16:04.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25722026-05-08T01:16:04.549Z Compiling const_format_proc_macros v0.2.34
25732026-05-08T01:16:04.688Z Compiling fd-lock v4.0.4
25742026-05-08T01:16:04.864Z Compiling peg-macros v0.8.5
25752026-05-08T01:16:04.988Z Compiling nu-ansi-term v0.50.3
25762026-05-08T01:16:05.210Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25772026-05-08T01:16:05.523Z Compiling const_format v0.2.35
25782026-05-08T01:16:05.564Z Compiling reedline v0.40.0
25792026-05-08T01:16:06.064Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25802026-05-08T01:16:06.123Z Compiling peg v0.8.5
25812026-05-08T01:16:06.157Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25822026-05-08T01:16:06.228Z Compiling bcs v0.1.6
25832026-05-08T01:16:06.660Z Compiling semver v0.1.20
25842026-05-08T01:16:06.951Z Compiling rustc_version v0.1.7
25852026-05-08T01:16:07.115Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25862026-05-08T01:16:07.218Z Compiling newtype_derive v0.1.6
25872026-05-08T01:16:07.381Z Compiling unicode-linebreak v0.1.5
25882026-05-08T01:16:07.457Z Compiling humantime v2.3.0
25892026-05-08T01:16:07.502Z Compiling smawk v0.3.2
25902026-05-08T01:16:07.701Z Compiling textwrap v0.16.2
25912026-05-08T01:16:07.794Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25922026-05-08T01:16:08.017Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25932026-05-08T01:16:08.091Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25942026-05-08T01:16:08.449Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25952026-05-08T01:16:08.999Z Compiling base64 v0.21.7
25962026-05-08T01:16:09.118Z Compiling steno v0.4.1
25972026-05-08T01:16:09.345Z Compiling dropshot-api-manager-types v0.7.1
25982026-05-08T01:16:09.444Z Compiling utf-8 v0.7.6
25992026-05-08T01:16:09.535Z Compiling tagptr v0.2.0
26002026-05-08T01:16:09.695Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-05-08T01:16:09.732Z Compiling moka v0.12.13
26022026-05-08T01:16:09.754Z Compiling tungstenite v0.21.0
26032026-05-08T01:16:09.877Z Compiling radium v0.7.0
26042026-05-08T01:16:09.967Z Compiling tap v1.0.1
26052026-05-08T01:16:10.131Z Compiling maybe-uninit v2.0.0
26062026-05-08T01:16:10.223Z Compiling display-error-chain v0.2.2
26072026-05-08T01:16:10.408Z Compiling tokio-tungstenite v0.21.0
26082026-05-08T01:16:10.582Z Compiling wyz v0.5.1
26092026-05-08T01:16:10.793Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26102026-05-08T01:16:10.821Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26112026-05-08T01:16:11.010Z Compiling hickory-resolver v0.25.2
26122026-05-08T01:16:11.036Z Compiling zerocopy-derive v0.6.6
26132026-05-08T01:16:11.061Z Compiling crc-catalog v2.4.0
26142026-05-08T01:16:11.205Z Compiling packed_struct v0.10.1
26152026-05-08T01:16:11.232Z Compiling funty v2.0.0
26162026-05-08T01:16:11.519Z Compiling crc v3.4.0
26172026-05-08T01:16:11.750Z Compiling bitvec v1.0.1
26182026-05-08T01:16:11.838Z Compiling zerocopy v0.6.6
26192026-05-08T01:16:12.028Z Compiling num-derive v0.3.3
26202026-05-08T01:16:12.253Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26212026-05-08T01:16:12.273Z Compiling packed_struct_codegen v0.10.1
26222026-05-08T01:16:12.296Z Compiling bitfield-macros v0.19.4
26232026-05-08T01:16:12.924Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26242026-05-08T01:16:13.028Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26252026-05-08T01:16:13.319Z Compiling proc-macro-error-attr2 v2.0.0
26262026-05-08T01:16:13.554Z Compiling indexmap v1.9.3
26272026-05-08T01:16:13.646Z Compiling nodrop v0.1.14
26282026-05-08T01:16:13.729Z Compiling proc-macro-error2 v2.0.1
26292026-05-08T01:16:13.796Z Compiling array-init v0.0.4
26302026-05-08T01:16:14.058Z Compiling bitfield v0.19.4
26312026-05-08T01:16:14.193Z Compiling libscf-sys v1.1.0
26322026-05-08T01:16:14.392Z Compiling smallvec v0.6.14
26332026-05-08T01:16:14.415Z Compiling typify-impl v0.4.3
26342026-05-08T01:16:14.668Z Compiling vergen-gitcl v1.0.8
26352026-05-08T01:16:14.763Z Compiling dirs-sys-next v0.1.2
26362026-05-08T01:16:14.921Z Compiling crunchy v0.2.4
26372026-05-08T01:16:15.044Z Compiling glob v0.3.3
26382026-05-08T01:16:15.215Z Compiling hashbrown v0.12.3
26392026-05-08T01:16:15.397Z Compiling maplit v1.0.2
26402026-05-08T01:16:15.429Z Compiling diesel_derives v2.3.7
26412026-05-08T01:16:15.523Z Compiling clang-sys v1.8.1
26422026-05-08T01:16:15.713Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-05-08T01:16:15.917Z Compiling dirs-next v2.0.0
26442026-05-08T01:16:15.975Z Compiling serde-hex v0.1.0
26452026-05-08T01:16:16.074Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26462026-05-08T01:16:16.386Z Compiling tabled_derive v0.11.0
26472026-05-08T01:16:16.417Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-05-08T01:16:16.666Z Compiling ron v0.8.1
26492026-05-08T01:16:16.736Z Compiling papergrid v0.17.0
26502026-05-08T01:16:16.815Z Compiling testing_table v0.3.0
26512026-05-08T01:16:17.063Z Compiling hashbrown v0.13.2
26522026-05-08T01:16:17.256Z Compiling dsl_auto_type v0.2.0
26532026-05-08T01:16:17.438Z Compiling scheduled-thread-pool v0.2.7
26542026-05-08T01:16:17.572Z Compiling diesel_table_macro_syntax v0.3.0
26552026-05-08T01:16:17.722Z Compiling tiny-keccak v2.0.2
26562026-05-08T01:16:17.744Z Compiling crc-any v2.5.0
26572026-05-08T01:16:17.810Z Compiling r2d2 v0.8.10
26582026-05-08T01:16:17.988Z Compiling typify-macro v0.4.3
26592026-05-08T01:16:18.008Z Compiling tabled v0.20.0
26602026-05-08T01:16:18.070Z Compiling object v0.30.4
26612026-05-08T01:16:18.122Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26622026-05-08T01:16:18.175Z Compiling term v0.7.0
26632026-05-08T01:16:18.733Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-05-08T01:16:18.818Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-08T01:16:18.839Z Compiling xshell-macros v0.2.7
26662026-05-08T01:16:19.065Z Compiling bit-vec v0.6.3
26672026-05-08T01:16:19.086Z Compiling path-slash v0.1.5
26682026-05-08T01:16:19.262Z Compiling downcast-rs v2.0.2
26692026-05-08T01:16:19.289Z Compiling xshell v0.2.7
26702026-05-08T01:16:19.320Z Compiling bit-set v0.5.3
26712026-05-08T01:16:19.420Z Compiling ascii-canvas v3.0.0
26722026-05-08T01:16:19.515Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26732026-05-08T01:16:19.544Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26742026-05-08T01:16:19.647Z Compiling itertools v0.10.5
26752026-05-08T01:16:19.701Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26762026-05-08T01:16:20.051Z Compiling ena v0.14.4
26772026-05-08T01:16:20.191Z Compiling libloading v0.8.9
26782026-05-08T01:16:20.301Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26792026-05-08T01:16:20.378Z Compiling regex-syntax v0.6.29
26802026-05-08T01:16:20.440Z Compiling diff v0.1.13
26812026-05-08T01:16:20.605Z Compiling bindgen v0.71.1
26822026-05-08T01:16:20.699Z Compiling unicase v2.9.0
26832026-05-08T01:16:20.738Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26842026-05-08T01:16:21.944Z Compiling lalrpop v0.19.12
26852026-05-08T01:16:22.324Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-08T01:16:22.534Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-05-08T01:16:22.594Z Compiling diesel v2.3.7
26882026-05-08T01:16:22.862Z Compiling cexpr v0.6.0
26892026-05-08T01:16:23.149Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-05-08T01:16:23.408Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-05-08T01:16:23.499Z Compiling crc8 v0.1.1
26922026-05-08T01:16:23.604Z Compiling typify v0.4.3
26932026-05-08T01:16:23.626Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26942026-05-08T01:16:23.650Z Compiling headers-core v0.3.0
26952026-05-08T01:16:23.678Z Compiling libxml v0.3.3
26962026-05-08T01:16:23.751Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-05-08T01:16:23.820Z Compiling headers v0.4.1
26982026-05-08T01:16:23.983Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26992026-05-08T01:16:24.083Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27002026-05-08T01:16:24.283Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27012026-05-08T01:16:24.309Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-05-08T01:16:24.756Z Compiling strum_macros v0.24.3
27032026-05-08T01:16:25.039Z Compiling indoc v1.0.9
27042026-05-08T01:16:25.525Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27052026-05-08T01:16:25.757Z Compiling derive_builder v0.20.2
27062026-05-08T01:16:25.872Z Compiling oso-derive v0.27.3
27072026-05-08T01:16:25.942Z Compiling quick-xml v0.37.5
27082026-05-08T01:16:26.019Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-08T01:16:26.145Z Compiling openssl-probe v0.1.6
27102026-05-08T01:16:26.458Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-05-08T01:16:26.462Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27122026-05-08T01:16:26.551Z Compiling half v1.8.3
27132026-05-08T01:16:27.003Z Compiling serde_cbor v0.11.2
27142026-05-08T01:16:27.191Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-05-08T01:16:27.291Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-08T01:16:27.380Z Compiling bb8 v0.8.6
27172026-05-08T01:16:27.529Z Compiling trait-variant v0.1.2
27182026-05-08T01:16:27.679Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27192026-05-08T01:16:27.792Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-05-08T01:16:28.027Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27212026-05-08T01:16:28.080Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27222026-05-08T01:16:28.102Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27232026-05-08T01:16:28.247Z Compiling samael v0.0.19
27242026-05-08T01:16:28.298Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27252026-05-08T01:16:28.427Z Compiling fxhash v0.2.1
27262026-05-08T01:16:28.469Z Compiling salty v0.3.0
27272026-05-08T01:16:28.606Z Compiling nonempty v0.12.0
27282026-05-08T01:16:28.748Z Compiling progenitor-impl v0.10.0
27292026-05-08T01:16:28.798Z Compiling progenitor-impl v0.11.2
27302026-05-08T01:16:28.857Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27312026-05-08T01:16:28.952Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27322026-05-08T01:16:29.572Z Compiling polar-core v0.27.3
27332026-05-08T01:16:29.707Z Compiling kstat-rs v0.2.4
27342026-05-08T01:16:30.024Z Compiling libz-sys v1.1.24
27352026-05-08T01:16:30.185Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27362026-05-08T01:16:30.211Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27372026-05-08T01:16:30.895Z Compiling progenitor-macro v0.10.0
27382026-05-08T01:16:30.983Z Compiling progenitor-macro v0.11.2
27392026-05-08T01:16:32.176Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27402026-05-08T01:16:33.885Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-05-08T01:16:33.909Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27422026-05-08T01:16:34.400Z Compiling progenitor-client v0.11.2
27432026-05-08T01:16:34.469Z Compiling darling_core v0.23.0
27442026-05-08T01:16:34.954Z Compiling nanorand v0.7.0
27452026-05-08T01:16:35.047Z Compiling arc-swap v1.8.2
27462026-05-08T01:16:35.114Z Compiling fs-err v2.11.0
27472026-05-08T01:16:35.349Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-05-08T01:16:35.370Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-05-08T01:16:35.484Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-05-08T01:16:36.865Z Compiling parking_lot_core v0.8.6
27512026-05-08T01:16:37.192Z Compiling mime_guess v2.0.5
27522026-05-08T01:16:37.727Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-05-08T01:16:38.470Z Compiling darling_macro v0.23.0
27542026-05-08T01:16:38.971Z Compiling oso v0.27.3
27552026-05-08T01:16:39.891Z Compiling async-bb8-diesel v0.2.1
27562026-05-08T01:16:40.368Z Compiling diesel-dtrace v0.5.0
27572026-05-08T01:16:40.825Z Compiling slog-scope v4.4.1
27582026-05-08T01:16:41.292Z Compiling flume v0.11.1
27592026-05-08T01:16:41.700Z Compiling progenitor v0.11.2
27602026-05-08T01:16:41.893Z Compiling progenitor v0.10.0
27612026-05-08T01:16:42.009Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-05-08T01:16:42.088Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27632026-05-08T01:16:43.174Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27642026-05-08T01:16:43.340Z Compiling primeorder v0.13.6
27652026-05-08T01:16:43.663Z Compiling git-stub v1.0.0
27662026-05-08T01:16:43.726Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-05-08T01:16:43.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-05-08T01:16:44.142Z Compiling instability v0.3.11
27692026-05-08T01:16:44.410Z Compiling git-stub-vcs v0.1.0
27702026-05-08T01:16:44.776Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-08T01:16:44.780Z Compiling p384 v0.13.1
27722026-05-08T01:16:45.471Z Compiling slog-stdlog v4.1.1
27732026-05-08T01:16:46.051Z Compiling darling v0.23.0
27742026-05-08T01:16:46.353Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27752026-05-08T01:16:46.482Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-05-08T01:16:46.590Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27772026-05-08T01:16:46.657Z Compiling ignore v0.4.25
27782026-05-08T01:16:46.747Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-05-08T01:16:46.958Z Compiling castaway v0.2.4
27802026-05-08T01:16:47.116Z Compiling atty v0.2.14
27812026-05-08T01:16:47.271Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-05-08T01:16:47.513Z Compiling indoc v2.0.7
27832026-05-08T01:16:47.771Z Compiling http-range v0.1.5
27842026-05-08T01:16:47.974Z Compiling parse-size v1.1.0
27852026-05-08T01:16:48.118Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27862026-05-08T01:16:48.202Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-05-08T01:16:49.044Z Compiling globwalk v0.9.1
27882026-05-08T01:16:49.753Z Compiling compact_str v0.8.1
27892026-05-08T01:16:50.002Z Compiling parking_lot v0.11.2
27902026-05-08T01:16:50.933Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-05-08T01:16:50.956Z Compiling slog-envlogger v2.2.0
27922026-05-08T01:16:51.476Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27932026-05-08T01:16:51.974Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-05-08T01:16:52.032Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27952026-05-08T01:16:52.144Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-05-08T01:16:52.468Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27972026-05-08T01:16:52.573Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27982026-05-08T01:16:52.968Z Compiling predicates-tree v1.0.13
27992026-05-08T01:16:53.088Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-05-08T01:16:53.323Z Compiling unicode-truncate v1.1.0
28012026-05-08T01:16:53.365Z Compiling lru v0.12.5
28022026-05-08T01:16:53.433Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-05-08T01:16:53.455Z Compiling rand_seeder v0.4.0
28042026-05-08T01:16:53.543Z Compiling prefix-trie v0.7.0
28052026-05-08T01:16:53.604Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-05-08T01:16:53.685Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28072026-05-08T01:16:53.723Z Compiling vergen-git2 v1.0.7
28082026-05-08T01:16:53.962Z Compiling cassowary v0.3.0
28092026-05-08T01:16:53.985Z Compiling corncobs v0.1.4
28102026-05-08T01:16:54.008Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28112026-05-08T01:16:54.082Z Compiling hickory-server v0.25.2
28122026-05-08T01:16:54.104Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-05-08T01:16:54.127Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-08T01:16:54.264Z Compiling ratatui v0.29.0
28152026-05-08T01:16:54.328Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28162026-05-08T01:16:54.356Z Compiling camino-tempfile-ext v0.3.3
28172026-05-08T01:16:54.879Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28182026-05-08T01:16:54.948Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28192026-05-08T01:16:55.052Z Compiling hyper-staticfile v0.10.1
28202026-05-08T01:16:55.461Z Compiling sled v0.34.7
28212026-05-08T01:16:55.831Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28222026-05-08T01:16:56.279Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28232026-05-08T01:16:56.497Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28242026-05-08T01:16:58.066Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28252026-05-08T01:16:58.299Z Compiling secrecy v0.8.0
28262026-05-08T01:16:58.502Z Compiling rustls v0.21.12
28272026-05-08T01:16:58.731Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28282026-05-08T01:16:59.113Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28292026-05-08T01:16:59.686Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-05-08T01:17:00.366Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28312026-05-08T01:17:00.875Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-05-08T01:17:01.027Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28332026-05-08T01:17:01.509Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-05-08T01:17:01.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28352026-05-08T01:17:02.534Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28362026-05-08T01:17:03.528Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28372026-05-08T01:17:03.754Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28382026-05-08T01:17:03.986Z Compiling sct v0.7.1
28392026-05-08T01:17:04.071Z Compiling rustls-webpki v0.101.7
28402026-05-08T01:17:04.261Z Compiling nix v0.29.0
28412026-05-08T01:17:04.389Z Compiling dropshot v0.16.7
28422026-05-08T01:17:04.500Z Compiling void v1.0.2
28432026-05-08T01:17:04.668Z Compiling lzss v0.8.2
28442026-05-08T01:17:04.788Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28452026-05-08T01:17:04.815Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-05-08T01:17:04.946Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28472026-05-08T01:17:05.779Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-05-08T01:17:06.411Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28492026-05-08T01:17:06.674Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28502026-05-08T01:17:06.928Z Compiling tungstenite v0.23.0
28512026-05-08T01:17:07.123Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-05-08T01:17:07.572Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28532026-05-08T01:17:07.673Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28542026-05-08T01:17:07.807Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552026-05-08T01:17:07.906Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28562026-05-08T01:17:08.037Z Compiling toml v0.9.12+spec-1.1.0
28572026-05-08T01:17:08.140Z Compiling nix v0.27.1
28582026-05-08T01:17:09.097Z Compiling dropshot_endpoint v0.16.7
28592026-05-08T01:17:09.175Z Compiling git2 v0.20.4
28602026-05-08T01:17:09.285Z Compiling serde_bytes v0.11.19
28612026-05-08T01:17:09.410Z Compiling tokio-tungstenite v0.23.1
28622026-05-08T01:17:09.435Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28632026-05-08T01:17:09.585Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28642026-05-08T01:17:09.802Z Compiling tokio-rustls v0.24.1
28652026-05-08T01:17:10.582Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28662026-05-08T01:17:12.232Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-05-08T01:17:12.749Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28682026-05-08T01:17:14.517Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28692026-05-08T01:17:15.007Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28702026-05-08T01:17:15.365Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28712026-05-08T01:17:15.434Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28722026-05-08T01:17:15.830Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-05-08T01:17:17.379Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28742026-05-08T01:17:18.151Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28752026-05-08T01:17:18.691Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28762026-05-08T01:17:18.719Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28772026-05-08T01:17:19.229Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-05-08T01:17:19.686Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-05-08T01:17:20.733Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802026-05-08T01:17:20.907Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28812026-05-08T01:17:22.344Z Compiling rustls-pemfile v1.0.4
28822026-05-08T01:17:22.756Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-05-08T01:17:22.787Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28842026-05-08T01:17:23.170Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-05-08T01:17:23.286Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28862026-05-08T01:17:23.400Z Compiling signal-hook-tokio v0.3.1
28872026-05-08T01:17:23.600Z Compiling twox-hash v2.1.2
28882026-05-08T01:17:23.623Z Compiling yasna v0.5.2
28892026-05-08T01:17:24.123Z Compiling is_ci v1.2.0
28902026-05-08T01:17:24.257Z Compiling supports-color v3.0.2
28912026-05-08T01:17:24.352Z Compiling rcgen v0.12.1
28922026-05-08T01:17:24.611Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28932026-05-08T01:17:25.041Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28942026-05-08T01:17:25.109Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28952026-05-08T01:17:25.197Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28962026-05-08T01:17:25.384Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28972026-05-08T01:17:25.950Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-05-08T01:17:26.519Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28992026-05-08T01:17:27.503Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29002026-05-08T01:17:27.865Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29012026-05-08T01:17:28.800Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29022026-05-08T01:17:28.954Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29032026-05-08T01:17:29.203Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29042026-05-08T01:17:29.435Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29052026-05-08T01:17:29.527Z Compiling fatfs v0.3.6
29062026-05-08T01:17:29.682Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29072026-05-08T01:17:30.301Z Compiling subprocess v0.2.15
29082026-05-08T01:17:30.729Z Compiling rtoolbox v0.0.3
29092026-05-08T01:17:31.062Z Compiling assert_matches v1.5.0
29102026-05-08T01:17:31.177Z Compiling seq-macro v0.3.6
29112026-05-08T01:17:31.376Z Compiling rpassword v7.4.0
29122026-05-08T01:17:31.677Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29132026-05-08T01:17:31.734Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29142026-05-08T01:17:32.513Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29152026-05-08T01:17:32.599Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29162026-05-08T01:17:33.351Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29172026-05-08T01:17:33.491Z Compiling tui-tree-widget v0.23.1
29182026-05-08T01:17:33.781Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-05-08T01:17:34.465Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29202026-05-08T01:17:34.991Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29212026-05-08T01:17:35.057Z Compiling uzers v0.12.2
29222026-05-08T01:17:35.270Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-05-08T01:17:36.547Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29242026-05-08T01:17:37.613Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29252026-05-08T01:17:38.268Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29262026-05-08T01:17:40.186Z Compiling support-bundle-viewer v0.1.2
29272026-05-08T01:17:41.482Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29282026-05-08T01:17:42.104Z Compiling multimap v0.10.1
29292026-05-08T01:17:47.599Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29302026-05-08T01:17:51.314Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29312026-05-08T01:18:02.108Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29322026-05-08T01:18:05.765Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29332026-05-08T01:23:19.947Z Finished `release` profile [optimized] target(s) in 7m 31s
29342026-05-08T01:24:08.356Z
29352026-05-08T01:24:08.356Zreal 8:17.438661064
29362026-05-08T01:24:08.356Zuser 1:18:51.949771703
29372026-05-08T01:24:08.356Zsys 3:32.300538074
29382026-05-08T01:24:08.356Ztrap 1.784218416
29392026-05-08T01:24:08.356Ztflt 2.313754986
29402026-05-08T01:24:08.356Zdflt 16.779389521
29412026-05-08T01:24:08.356Zkflt 0.256021768
29422026-05-08T01:24:08.356Zlock 6:29:49.652176792
29432026-05-08T01:24:08.356Zslp 2:15:33.394403411
29442026-05-08T01:24:08.356Zlat 2:30.715419108
29452026-05-08T01:24:08.356Zstop 5:19.175103549
29462026-05-08T01:24:08.356Z+ mapfile -t packages
29472026-05-08T01:24:08.356Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29482026-05-08T01:24:08.356Z Finished `release` profile [optimized] target(s) in 0.93s
29492026-05-08T01:24:08.356Z Running `target/release/omicron-package -t test list-outputs`
29502026-05-08T01:24:08.356ZLogging to: /work/oxidecomputer/omicron/out/LOG
29512026-05-08T01:24:08.356Z+ ptime -m cargo build --locked --release -p xtask
29522026-05-08T01:24:08.357Z Compiling libc v0.2.185
29532026-05-08T01:24:08.357Z Compiling serde v1.0.228
29542026-05-08T01:24:08.357Z Compiling serde_core v1.0.228
29552026-05-08T01:24:08.357Z Compiling rustix v1.1.3
29562026-05-08T01:24:08.357Z Compiling bitflags v2.11.0
29572026-05-08T01:24:08.357Z Compiling serde_json v1.0.149
29582026-05-08T01:24:08.357Z Compiling num-traits v0.2.19
29592026-05-08T01:24:08.357Z Compiling smallvec v1.15.1
29602026-05-08T01:24:08.357Z Compiling syn v2.0.117
29612026-05-08T01:24:08.357Z Compiling usdt-impl v0.5.0
29622026-05-08T01:24:08.357Z Compiling indexmap v2.14.0
29632026-05-08T01:24:08.357Z Compiling syn v1.0.109
29642026-05-08T01:24:08.357Z Compiling log v0.4.29
29652026-05-08T01:24:08.357Z Compiling getrandom v0.4.1
29662026-05-08T01:24:08.357Z Compiling percent-encoding v2.3.2
29672026-05-08T01:24:08.357Z Compiling form_urlencoded v1.2.2
29682026-05-08T01:24:08.357Z Compiling fs-err v3.3.0
29692026-05-08T01:24:08.357Z Compiling heck v0.4.1
29702026-05-08T01:24:08.357Z Compiling once_cell v1.21.3
29712026-05-08T01:24:08.357Z Compiling anyhow v1.0.102
29722026-05-08T01:24:08.357Z Compiling thread-id v4.2.2
29732026-05-08T01:24:08.357Z Compiling errno v0.3.14
29742026-05-08T01:24:08.357Z Compiling memmap v0.7.0
29752026-05-08T01:24:08.357Z Compiling ordered-float v2.10.1
29762026-05-08T01:24:08.443Z Compiling proc-macro-error v1.0.4
29772026-05-08T01:24:08.639Z Compiling terminal_size v0.4.3
29782026-05-08T01:24:08.639Z Compiling tempfile v3.25.0
29792026-05-08T01:24:08.666Z Compiling tabled_derive v0.7.0
29802026-05-08T01:24:08.735Z Compiling clap_builder v4.5.60
29812026-05-08T01:24:08.735Z Compiling textwrap v0.16.2
29822026-05-08T01:24:08.898Z Compiling camino-tempfile v1.4.1
29832026-05-08T01:24:09.333Z Compiling tabled v0.15.0
29842026-05-08T01:24:09.355Z Compiling synstructure v0.13.2
29852026-05-08T01:24:09.355Z Compiling pest_generator v2.8.6
29862026-05-08T01:24:09.737Z Compiling serde_derive v1.0.228
29872026-05-08T01:24:09.738Z Compiling zerofrom-derive v0.1.6
29882026-05-08T01:24:09.749Z Compiling yoke-derive v0.8.1
29892026-05-08T01:24:09.749Z Compiling zerovec-derive v0.11.2
29902026-05-08T01:24:09.749Z Compiling displaydoc v0.2.5
29912026-05-08T01:24:09.749Z Compiling thiserror-impl v1.0.69
29922026-05-08T01:24:09.750Z Compiling zerocopy-derive v0.7.35
29932026-05-08T01:24:09.750Z Compiling scroll_derive v0.12.1
29942026-05-08T01:24:09.750Z Compiling thiserror-impl v2.0.18
29952026-05-08T01:24:09.750Z Compiling clap_derive v4.5.55
29962026-05-08T01:24:09.977Z Compiling pest_derive v2.8.6
29972026-05-08T01:24:10.440Z Compiling scroll v0.12.0
29982026-05-08T01:24:10.582Z Compiling zerocopy v0.7.35
29992026-05-08T01:24:10.772Z Compiling goblin v0.8.2
30002026-05-08T01:24:10.973Z Compiling thiserror v2.0.18
30012026-05-08T01:24:10.976Z Compiling thiserror v1.0.69
30022026-05-08T01:24:10.994Z Compiling zerofrom v0.1.6
30032026-05-08T01:24:11.083Z Compiling dtrace-parser v0.2.0
30042026-05-08T01:24:11.108Z Compiling yoke v0.8.1
30052026-05-08T01:24:11.339Z Compiling zerovec v0.11.5
30062026-05-08T01:24:11.416Z Compiling zerotrie v0.2.3
30072026-05-08T01:24:11.449Z Compiling clap v4.5.60
30082026-05-08T01:24:11.899Z Compiling tinystr v0.8.2
30092026-05-08T01:24:11.973Z Compiling potential_utf v0.1.4
30102026-05-08T01:24:12.139Z Compiling icu_locale_core v2.1.1
30112026-05-08T01:24:12.187Z Compiling icu_collections v2.1.1
30122026-05-08T01:24:12.932Z Compiling icu_provider v2.1.1
30132026-05-08T01:24:13.020Z Compiling toml_datetime v0.6.11
30142026-05-08T01:24:13.198Z Compiling icu_normalizer v2.1.1
30152026-05-08T01:24:13.251Z Compiling icu_properties v2.1.2
30162026-05-08T01:24:13.293Z Compiling serde_spanned v0.6.9
30172026-05-08T01:24:13.363Z Compiling dof v0.3.0
30182026-05-08T01:24:13.417Z Compiling serde_tokenstream v0.2.3
30192026-05-08T01:24:13.470Z Compiling toml_edit v0.22.27
30202026-05-08T01:24:13.588Z Compiling serde-value v0.7.0
30212026-05-08T01:24:13.742Z Compiling cargo-platform v0.2.0
30222026-05-08T01:24:13.854Z Compiling macaddr v1.0.1
30232026-05-08T01:24:14.121Z Compiling idna_adapter v1.2.1
30242026-05-08T01:24:14.268Z Compiling idna v1.1.0
30252026-05-08T01:24:14.280Z Compiling usdt-attr-macro v0.5.0
30262026-05-08T01:24:14.290Z Compiling usdt-macro v0.5.0
30272026-05-08T01:24:14.633Z Compiling url v2.5.8
30282026-05-08T01:24:14.950Z Compiling usdt v0.5.0
30292026-05-08T01:24:15.033Z Compiling toml v0.8.23
30302026-05-08T01:24:15.501Z Compiling cargo-util-schemas v0.8.2
30312026-05-08T01:24:15.517Z Compiling cargo_toml v0.21.0
30322026-05-08T01:24:16.523Z Compiling cargo_metadata v0.21.0
30332026-05-08T01:24:19.593Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30342026-05-08T01:24:22.598Z Finished `release` profile [optimized] target(s) in 16.41s
30352026-05-08T01:24:22.760Z
30362026-05-08T01:24:22.763Zreal 16.554619518
30372026-05-08T01:24:22.763Zuser 2:21.753688353
30382026-05-08T01:24:22.763Zsys 17.093271232
30392026-05-08T01:24:22.763Ztrap 0.088837870
30402026-05-08T01:24:22.763Ztflt 0.441125236
30412026-05-08T01:24:22.763Zdflt 1.501219391
30422026-05-08T01:24:22.763Zkflt 0.000089409
30432026-05-08T01:24:22.763Zlock 5:23.170273787
30442026-05-08T01:24:22.763Zslp 3:30.054478039
30452026-05-08T01:24:22.763Zlat 6.350056579
30462026-05-08T01:24:22.763Zstop 18.722545270
30472026-05-08T01:24:22.763Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-05-08T01:24:22.763Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30492026-05-08T01:24:22.763Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-05-08T01:24:22.763Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30512026-05-08T01:24:22.763Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30522026-05-08T01:24:23.687Z Compiling newtype-uuid-macros v0.1.0
30532026-05-08T01:24:23.687Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30542026-05-08T01:24:23.692Z Compiling regress v0.10.5
30552026-05-08T01:24:23.692Z Compiling structmeta-derive v0.3.0
30562026-05-08T01:24:23.692Z Compiling rustls v0.22.4
30572026-05-08T01:24:23.692Z Compiling rustls-webpki v0.102.8
30582026-05-08T01:24:23.692Z Compiling multer v3.1.0
30592026-05-08T01:24:23.692Z Compiling debug-ignore v1.0.5
30602026-05-08T01:24:23.692Z Compiling match_cfg v0.1.0
30612026-05-08T01:24:23.843Z Compiling compression-core v0.4.31
30622026-05-08T01:24:23.850Z Compiling slog-json v2.6.1
30632026-05-08T01:24:23.874Z Compiling async-stream-impl v0.3.6
30642026-05-08T01:24:23.878Z Compiling serde_spanned v1.0.4
30652026-05-08T01:24:23.878Z Compiling toml_datetime v1.0.0+spec-1.1.0
30662026-05-08T01:24:23.878Z Compiling dropshot v0.17.0
30672026-05-08T01:24:23.878Z Compiling toml_writer v1.0.6+spec-1.1.0
30682026-05-08T01:24:24.047Z Compiling compression-codecs v0.4.37
30692026-05-08T01:24:24.130Z Compiling hostname v0.3.1
30702026-05-08T01:24:24.148Z Compiling itertools v0.14.0
30712026-05-08T01:24:24.168Z Compiling waitgroup v0.1.2
30722026-05-08T01:24:24.171Z Compiling rustls-pemfile v2.2.0
30732026-05-08T01:24:24.262Z Compiling async-compression v0.4.41
30742026-05-08T01:24:24.322Z Compiling toml v1.0.6+spec-1.1.0
30752026-05-08T01:24:24.342Z Compiling slog-bunyan v2.5.0
30762026-05-08T01:24:24.377Z Compiling dropshot_endpoint v0.17.0
30772026-05-08T01:24:24.410Z Compiling serde_path_to_error v0.1.20
30782026-05-08T01:24:24.431Z Compiling hostname v0.4.2
30792026-05-08T01:24:24.449Z Compiling progenitor-client v0.14.0
30802026-05-08T01:24:24.467Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30812026-05-08T01:24:24.522Z Compiling macaddr v1.0.1
30822026-05-08T01:24:24.601Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-05-08T01:24:24.618Z Compiling instant v0.1.13
30842026-05-08T01:24:24.621Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-05-08T01:24:24.621Z Compiling progenitor-client v0.10.0
30862026-05-08T01:24:24.621Z Compiling async-stream v0.3.6
30872026-05-08T01:24:24.685Z Compiling backon v1.6.0
30882026-05-08T01:24:24.724Z Compiling backoff v0.4.0
30892026-05-08T01:24:24.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30902026-05-08T01:24:24.780Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30912026-05-08T01:24:24.805Z Compiling universal-hash v0.5.1
30922026-05-08T01:24:24.836Z Compiling opaque-debug v0.3.1
30932026-05-08T01:24:24.857Z Compiling progenitor-extras v0.2.0
30942026-05-08T01:24:24.912Z Compiling half v2.7.1
30952026-05-08T01:24:24.927Z Compiling unsafe-libyaml v0.2.11
30962026-05-08T01:24:24.957Z Compiling ciborium-io v0.2.2
30972026-05-08T01:24:24.976Z Compiling crucible-workspace-hack v0.1.0
30982026-05-08T01:24:24.994Z Compiling convert_case v0.4.0
30992026-05-08T01:24:25.051Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31002026-05-08T01:24:25.079Z Compiling regress v0.11.1
31012026-05-08T01:24:25.145Z Compiling aead v0.5.2
31022026-05-08T01:24:25.184Z Compiling structmeta v0.3.0
31032026-05-08T01:24:25.203Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31042026-05-08T01:24:25.238Z Compiling ciborium-ll v0.2.2
31052026-05-08T01:24:25.256Z Compiling secrecy v0.10.3
31062026-05-08T01:24:25.328Z Compiling poly1305 v0.8.0
31072026-05-08T01:24:25.350Z Compiling chacha20 v0.9.1
31082026-05-08T01:24:25.375Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31092026-05-08T01:24:25.393Z Compiling derive_more v0.99.20
31102026-05-08T01:24:25.439Z Compiling derive-ex v0.1.8
31112026-05-08T01:24:25.458Z Compiling parse-display-derive v0.10.0
31122026-05-08T01:24:25.487Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-08T01:24:25.505Z Compiling ciborium v0.2.2
31142026-05-08T01:24:25.509Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31152026-05-08T01:24:25.641Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-08T01:24:25.688Z Compiling thiserror-impl-no-std v2.0.2
31172026-05-08T01:24:25.724Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-05-08T01:24:25.727Z Compiling byte-wrapper v0.1.0
31192026-05-08T01:24:25.872Z Compiling password-hash v0.5.0
31202026-05-08T01:24:25.906Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31212026-05-08T01:24:25.996Z Compiling blake2 v0.10.6
31222026-05-08T01:24:26.115Z Compiling chacha20poly1305 v0.10.1
31232026-05-08T01:24:26.134Z Compiling indent_write v2.2.0
31242026-05-08T01:24:26.160Z Compiling tokio-rustls v0.25.0
31252026-05-08T01:24:26.256Z Compiling argon2 v0.5.3
31262026-05-08T01:24:26.293Z Compiling heapless v0.8.0
31272026-05-08T01:24:26.310Z Compiling ingot-macros v0.1.1
31282026-05-08T01:24:26.327Z Compiling toml_edit v0.23.10+spec-1.0.0
31292026-05-08T01:24:26.587Z Compiling hash32 v0.3.1
31302026-05-08T01:24:26.633Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31312026-05-08T01:24:26.771Z Compiling typify-impl v0.6.2
31322026-05-08T01:24:26.954Z Compiling thiserror-no-std v2.0.2
31332026-05-08T01:24:26.993Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-05-08T01:24:27.079Z Compiling vsss-rs v3.3.4
31352026-05-08T01:24:27.127Z Compiling smoltcp v0.11.0
31362026-05-08T01:24:27.213Z Compiling test-strategy v0.4.5
31372026-05-08T01:24:27.238Z Compiling parse-display v0.10.0
31382026-05-08T01:24:27.296Z Compiling proc-macro-crate v3.4.0
31392026-05-08T01:24:27.451Z Compiling tabwriter v1.4.1
31402026-05-08T01:24:27.488Z Compiling num-rational v0.4.2
31412026-05-08T01:24:27.541Z Compiling cobs v0.3.0
31422026-05-08T01:24:27.582Z Compiling num-complex v0.4.6
31432026-05-08T01:24:27.722Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31442026-05-08T01:24:27.750Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-05-08T01:24:27.769Z Compiling postcard v1.1.3
31462026-05-08T01:24:27.850Z Compiling proc-macro-error v1.0.4
31472026-05-08T01:24:27.923Z Compiling num_enum_derive v0.7.5
31482026-05-08T01:24:28.006Z Compiling num v0.4.3
31492026-05-08T01:24:28.020Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-08T01:24:28.036Z Compiling proc-macro-crate v1.3.1
31512026-05-08T01:24:28.096Z Compiling foreign-types-macros v0.2.3
31522026-05-08T01:24:28.111Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31532026-05-08T01:24:28.129Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31542026-05-08T01:24:28.152Z Compiling foreign-types-shared v0.3.1
31552026-05-08T01:24:28.238Z Compiling float-ord v0.3.2
31562026-05-08T01:24:28.299Z Compiling rayon-core v1.13.0
31572026-05-08T01:24:28.363Z Compiling cpufeatures v0.3.0
31582026-05-08T01:24:28.390Z Compiling colored v3.1.1
31592026-05-08T01:24:28.464Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31602026-05-08T01:24:28.489Z Compiling chacha20 v0.10.0
31612026-05-08T01:24:28.496Z Compiling num_enum_derive v0.5.11
31622026-05-08T01:24:28.560Z Compiling crossbeam-deque v0.8.6
31632026-05-08T01:24:28.658Z Compiling camino-tempfile v1.4.1
31642026-05-08T01:24:28.676Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31652026-05-08T01:24:28.692Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31662026-05-08T01:24:28.759Z Compiling foreign-types v0.5.0
31672026-05-08T01:24:28.811Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31682026-05-08T01:24:28.828Z Compiling cstr-argument v0.1.2
31692026-05-08T01:24:28.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31702026-05-08T01:24:28.856Z Compiling rand v0.10.0
31712026-05-08T01:24:28.906Z Compiling toml v0.8.23
31722026-05-08T01:24:29.011Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31732026-05-08T01:24:29.047Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-05-08T01:24:29.066Z Compiling num_enum v0.7.5
31752026-05-08T01:24:29.158Z Compiling zone_cfg_derive v0.3.1
31762026-05-08T01:24:29.185Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31772026-05-08T01:24:29.223Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31782026-05-08T01:24:29.237Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-08T01:24:29.299Z Compiling ingot-types v0.1.2
31802026-05-08T01:24:29.330Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-05-08T01:24:29.343Z Compiling rayon v1.11.0
31822026-05-08T01:24:29.387Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31832026-05-08T01:24:29.421Z Compiling itertools v0.12.1
31842026-05-08T01:24:29.429Z Compiling num-derive v0.4.2
31852026-05-08T01:24:29.532Z Compiling sigpipe v0.1.3
31862026-05-08T01:24:29.614Z Compiling glob v0.3.3
31872026-05-08T01:24:29.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-08T01:24:29.649Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31892026-05-08T01:24:29.671Z Compiling num_enum v0.5.11
31902026-05-08T01:24:29.693Z Compiling smf v0.2.3
31912026-05-08T01:24:29.826Z Compiling ingot v0.1.1
31922026-05-08T01:24:29.859Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31932026-05-08T01:24:29.875Z Compiling prettyplease v0.2.37
31942026-05-08T01:24:29.897Z Compiling whoami v1.6.1
31952026-05-08T01:24:29.947Z Compiling gethostname v0.5.0
31962026-05-08T01:24:30.008Z Compiling usdt-attr-macro v0.5.0
31972026-05-08T01:24:30.110Z Compiling usdt-macro v0.5.0
31982026-05-08T01:24:30.179Z Compiling atomicwrites v0.4.4
31992026-05-08T01:24:30.238Z Compiling memmap v0.7.0
32002026-05-08T01:24:30.263Z Compiling derive-where v1.6.0
32012026-05-08T01:24:30.355Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32022026-05-08T01:24:30.413Z Compiling progenitor-client v0.13.0
32032026-05-08T01:24:30.469Z Compiling cancel-safe-futures v0.1.5
32042026-05-08T01:24:30.493Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32052026-05-08T01:24:30.516Z Compiling owo-colors v4.3.0
32062026-05-08T01:24:30.843Z Compiling zone v0.3.1
32072026-05-08T01:24:30.909Z Compiling resolv-conf v0.7.6
32082026-05-08T01:24:31.000Z Compiling libsw-core v0.3.2
32092026-05-08T01:24:31.000Z Compiling async-recursion v1.1.1
32102026-05-08T01:24:31.092Z Compiling usdt v0.5.0
32112026-05-08T01:24:31.164Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32122026-05-08T01:24:31.237Z Compiling libsw v3.5.0
32132026-05-08T01:24:31.319Z Compiling console v0.15.11
32142026-05-08T01:24:31.320Z Compiling newline-converter v0.3.0
32152026-05-08T01:24:31.380Z Compiling linear-map v1.2.0
32162026-05-08T01:24:31.430Z Compiling libefi-sys v0.1.0
32172026-05-08T01:24:31.468Z Compiling hickory-proto v0.24.4
32182026-05-08T01:24:31.469Z Compiling bitfield-struct v0.6.2
32192026-05-08T01:24:31.534Z Compiling linked-hash-map v0.5.6
32202026-05-08T01:24:31.638Z Compiling typify-macro v0.6.2
32212026-05-08T01:24:31.638Z Compiling semver v0.1.20
32222026-05-08T01:24:31.638Z Compiling tokio-dtrace v0.1.1
32232026-05-08T01:24:31.698Z Compiling expectorate v1.2.0
32242026-05-08T01:24:31.769Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32252026-05-08T01:24:31.769Z Compiling lru-cache v0.1.2
32262026-05-08T01:24:31.795Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32272026-05-08T01:24:31.832Z Compiling rustc_version v0.1.7
32282026-05-08T01:24:31.858Z Compiling dropshot-api-manager-types v0.7.1
32292026-05-08T01:24:31.892Z Compiling pin-project-internal v1.1.11
32302026-05-08T01:24:31.892Z Compiling slog-dtrace v0.3.0
32312026-05-08T01:24:31.892Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-05-08T01:24:31.937Z Compiling minimal-lexical v0.2.1
32332026-05-08T01:24:31.950Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32342026-05-08T01:24:31.950Z Compiling oxide-tokio-rt v0.1.4
32352026-05-08T01:24:31.988Z Compiling typify-impl v0.4.3
32362026-05-08T01:24:32.104Z Compiling newtype_derive v0.1.6
32372026-05-08T01:24:32.139Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-05-08T01:24:32.169Z Compiling nom v7.1.3
32392026-05-08T01:24:32.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32402026-05-08T01:24:32.208Z Compiling snafu-derive v0.8.9
32412026-05-08T01:24:32.239Z Compiling phf_shared v0.12.1
32422026-05-08T01:24:32.283Z Compiling pem v3.0.6
32432026-05-08T01:24:32.298Z Compiling csv-core v0.1.13
32442026-05-08T01:24:32.317Z Compiling highway v1.3.0
32452026-05-08T01:24:32.427Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32462026-05-08T01:24:32.469Z Compiling chrono-tz v0.10.4
32472026-05-08T01:24:32.581Z Compiling same-file v1.0.6
32482026-05-08T01:24:32.665Z Compiling xshell-macros v0.2.7
32492026-05-08T01:24:32.712Z Compiling walkdir v2.5.0
32502026-05-08T01:24:32.781Z Compiling csv v1.4.0
32512026-05-08T01:24:32.807Z Compiling const_format_proc_macros v0.2.34
32522026-05-08T01:24:32.851Z Compiling phf v0.12.1
32532026-05-08T01:24:33.037Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32542026-05-08T01:24:33.078Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-08T01:24:33.091Z Compiling xshell v0.2.7
32562026-05-08T01:24:33.095Z Compiling pin-project v1.1.11
32572026-05-08T01:24:33.135Z Compiling globset v0.4.18
32582026-05-08T01:24:33.242Z Compiling olpc-cjson v0.1.4
32592026-05-08T01:24:33.295Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-05-08T01:24:33.368Z Compiling primeorder v0.13.6
32612026-05-08T01:24:33.422Z Compiling typify v0.6.2
32622026-05-08T01:24:33.440Z Compiling serde_plain v1.0.2
32632026-05-08T01:24:33.461Z Compiling typed-path v0.9.3
32642026-05-08T01:24:33.566Z Compiling progenitor-impl v0.14.0
32652026-05-08T01:24:33.584Z Compiling progenitor-impl v0.13.0
32662026-05-08T01:24:33.642Z Compiling hickory-resolver v0.24.4
32672026-05-08T01:24:33.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32682026-05-08T01:24:33.681Z Compiling const_format v0.2.35
32692026-05-08T01:24:33.697Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32702026-05-08T01:24:33.994Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32712026-05-08T01:24:34.067Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32722026-05-08T01:24:34.201Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-05-08T01:24:34.218Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32742026-05-08T01:24:34.440Z Compiling snafu v0.8.9
32752026-05-08T01:24:34.551Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32762026-05-08T01:24:34.723Z Compiling qorb v0.4.1
32772026-05-08T01:24:34.764Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32782026-05-08T01:24:34.876Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-08T01:24:35.114Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32802026-05-08T01:24:35.248Z Compiling tough v0.20.0
32812026-05-08T01:24:35.305Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32822026-05-08T01:24:35.341Z Compiling tabled_derive v0.7.0
32832026-05-08T01:24:35.424Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32842026-05-08T01:24:35.938Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32852026-05-08T01:24:35.958Z Compiling bcs v0.1.6
32862026-05-08T01:24:35.975Z Compiling termtree v0.5.1
32872026-05-08T01:24:36.165Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-05-08T01:24:36.208Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-05-08T01:24:36.227Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-05-08T01:24:36.337Z Compiling salty v0.3.0
32912026-05-08T01:24:36.348Z Compiling progenitor-macro v0.14.0
32922026-05-08T01:24:36.374Z Compiling progenitor-macro v0.13.0
32932026-05-08T01:24:36.391Z Compiling tabled v0.15.0
32942026-05-08T01:24:36.496Z Compiling textwrap v0.16.2
32952026-05-08T01:24:36.600Z Compiling typify-macro v0.4.3
32962026-05-08T01:24:36.641Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32972026-05-08T01:24:36.712Z Compiling steno v0.4.1
32982026-05-08T01:24:36.799Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32992026-05-08T01:24:36.821Z Compiling humantime v2.3.0
33002026-05-08T01:24:36.893Z Compiling tagptr v0.2.0
33012026-05-08T01:24:36.973Z Compiling base64 v0.21.7
33022026-05-08T01:24:36.992Z Compiling radium v0.7.0
33032026-05-08T01:24:37.037Z Compiling moka v0.12.13
33042026-05-08T01:24:37.123Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-05-08T01:24:37.325Z Compiling p384 v0.13.1
33062026-05-08T01:24:37.356Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33072026-05-08T01:24:37.521Z Compiling maybe-uninit v2.0.0
33082026-05-08T01:24:37.684Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-05-08T01:24:37.736Z Compiling tap v1.0.1
33102026-05-08T01:24:37.892Z Compiling wyz v0.5.1
33112026-05-08T01:24:37.928Z Compiling hickory-resolver v0.25.2
33122026-05-08T01:24:37.938Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-08T01:24:37.996Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33142026-05-08T01:24:38.108Z Compiling proc-macro-error-attr2 v2.0.0
33152026-05-08T01:24:38.224Z Compiling parking_lot_core v0.8.6
33162026-05-08T01:24:38.364Z Compiling funty v2.0.0
33172026-05-08T01:24:38.459Z Compiling utf-8 v0.7.6
33182026-05-08T01:24:38.468Z Compiling typify v0.4.3
33192026-05-08T01:24:38.548Z Compiling packed_struct v0.10.1
33202026-05-08T01:24:38.585Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33212026-05-08T01:24:38.620Z Compiling tungstenite v0.21.0
33222026-05-08T01:24:38.704Z Compiling proc-macro-error2 v2.0.1
33232026-05-08T01:24:38.855Z Compiling bitvec v1.0.1
33242026-05-08T01:24:38.962Z Compiling polyval v0.6.2
33252026-05-08T01:24:39.049Z Compiling git-stub v1.0.0
33262026-05-08T01:24:39.093Z Compiling num-derive v0.3.3
33272026-05-08T01:24:39.093Z Compiling packed_struct_codegen v0.10.1
33282026-05-08T01:24:39.151Z Compiling bitfield-macros v0.19.4
33292026-05-08T01:24:39.246Z Compiling zerocopy-derive v0.6.6
33302026-05-08T01:24:39.294Z Compiling indexmap v1.9.3
33312026-05-08T01:24:39.314Z Compiling nodrop v0.1.14
33322026-05-08T01:24:39.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33332026-05-08T01:24:39.436Z Compiling crc-catalog v2.4.0
33342026-05-08T01:24:39.488Z Compiling array-init v0.0.4
33352026-05-08T01:24:39.523Z Compiling crc v3.4.0
33362026-05-08T01:24:39.574Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-05-08T01:24:39.604Z Compiling git-stub-vcs v0.1.0
33382026-05-08T01:24:39.793Z Compiling tokio-tungstenite v0.21.0
33392026-05-08T01:24:39.827Z Compiling ghash v0.5.1
33402026-05-08T01:24:39.919Z Compiling tabled_derive v0.11.0
33412026-05-08T01:24:40.001Z Compiling bitfield v0.19.4
33422026-05-08T01:24:40.041Z Compiling smallvec v0.6.14
33432026-05-08T01:24:40.062Z Compiling libscf-sys v1.1.0
33442026-05-08T01:24:40.227Z Compiling zerocopy v0.6.6
33452026-05-08T01:24:40.264Z Compiling progenitor-impl v0.11.2
33462026-05-08T01:24:40.264Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-05-08T01:24:40.288Z Compiling papergrid v0.17.0
33482026-05-08T01:24:40.360Z Compiling testing_table v0.3.0
33492026-05-08T01:24:40.384Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33502026-05-08T01:24:40.423Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-05-08T01:24:40.553Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33522026-05-08T01:24:40.573Z Compiling ctr v0.9.2
33532026-05-08T01:24:40.700Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-05-08T01:24:40.792Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-05-08T01:24:40.819Z Compiling hashbrown v0.12.3
33562026-05-08T01:24:40.820Z Compiling corncobs v0.1.4
33572026-05-08T01:24:40.910Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33582026-05-08T01:24:40.980Z Compiling unicase v2.9.0
33592026-05-08T01:24:41.030Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-05-08T01:24:41.096Z Compiling aes-gcm v0.10.3
33612026-05-08T01:24:41.123Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-05-08T01:24:41.132Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-05-08T01:24:41.226Z Compiling mime_guess v2.0.5
33642026-05-08T01:24:41.245Z Compiling tabled v0.20.0
33652026-05-08T01:24:41.362Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33662026-05-08T01:24:41.443Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-05-08T01:24:41.475Z Compiling progenitor v0.14.0
33682026-05-08T01:24:41.501Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-08T01:24:41.566Z Compiling progenitor v0.13.0
33702026-05-08T01:24:41.661Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-05-08T01:24:41.678Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-05-08T01:24:41.704Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-08T01:24:41.746Z Compiling parking_lot v0.11.2
33742026-05-08T01:24:41.763Z Compiling serde-hex v0.1.0
33752026-05-08T01:24:41.837Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-05-08T01:24:41.998Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33772026-05-08T01:24:42.185Z Compiling progenitor-impl v0.10.0
33782026-05-08T01:24:42.204Z Compiling ron v0.8.1
33792026-05-08T01:24:42.213Z Compiling hashbrown v0.13.2
33802026-05-08T01:24:42.255Z Compiling progenitor-client v0.11.2
33812026-05-08T01:24:42.402Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-08T01:24:42.504Z Compiling blowfish v0.9.1
33832026-05-08T01:24:42.604Z Compiling prefix-trie v0.7.0
33842026-05-08T01:24:42.773Z Compiling ssh-encoding v0.2.0
33852026-05-08T01:24:42.825Z Compiling fxhash v0.2.1
33862026-05-08T01:24:42.935Z Compiling progenitor-macro v0.11.2
33872026-05-08T01:24:42.951Z Compiling secrecy v0.8.0
33882026-05-08T01:24:43.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33892026-05-08T01:24:43.056Z Compiling crc-any v2.5.0
33902026-05-08T01:24:43.072Z Compiling hickory-server v0.25.2
33912026-05-08T01:24:43.236Z Compiling ssh-cipher v0.2.0
33922026-05-08T01:24:43.278Z Compiling sled v0.34.7
33932026-05-08T01:24:43.349Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33942026-05-08T01:24:43.696Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-05-08T01:24:43.758Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-05-08T01:24:44.258Z Compiling object v0.30.4
33972026-05-08T01:24:44.273Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33982026-05-08T01:24:44.582Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33992026-05-08T01:24:44.588Z Compiling bcrypt-pbkdf v0.10.0
34002026-05-08T01:24:44.845Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34012026-05-08T01:24:44.859Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34022026-05-08T01:24:44.889Z Compiling progenitor-macro v0.10.0
34032026-05-08T01:24:45.002Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34042026-05-08T01:24:45.085Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34052026-05-08T01:24:45.187Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-05-08T01:24:45.696Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34072026-05-08T01:24:45.735Z Compiling password-hash v0.4.2
34082026-05-08T01:24:46.161Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34092026-05-08T01:24:46.375Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34102026-05-08T01:24:46.401Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34112026-05-08T01:24:46.502Z Compiling path-slash v0.1.5
34122026-05-08T01:24:46.521Z Compiling crc8 v0.1.1
34132026-05-08T01:24:46.570Z Compiling half v1.8.3
34142026-05-08T01:24:46.596Z Compiling http-range v0.1.5
34152026-05-08T01:24:46.673Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34162026-05-08T01:24:46.831Z Compiling serde_cbor v0.11.2
34172026-05-08T01:24:46.875Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-05-08T01:24:46.983Z Compiling pbkdf2 v0.11.0
34192026-05-08T01:24:47.001Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34202026-05-08T01:24:47.165Z Compiling ssh-key v0.6.7
34212026-05-08T01:24:47.319Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-05-08T01:24:47.443Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34232026-05-08T01:24:47.466Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-05-08T01:24:47.479Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34252026-05-08T01:24:47.482Z Compiling p256 v0.13.2
34262026-05-08T01:24:47.625Z Compiling p521 v0.13.3
34272026-05-08T01:24:47.867Z Compiling yasna v0.5.2
34282026-05-08T01:24:47.911Z Compiling kstat-rs v0.2.4
34292026-05-08T01:24:48.005Z Compiling progenitor v0.11.2
34302026-05-08T01:24:48.039Z Compiling headers-core v0.3.0
34312026-05-08T01:24:48.062Z Compiling nanorand v0.7.0
34322026-05-08T01:24:48.192Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34332026-05-08T01:24:48.209Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34342026-05-08T01:24:48.213Z Compiling atty v0.2.14
34352026-05-08T01:24:48.247Z Compiling russh-cryptovec v0.7.3
34362026-05-08T01:24:48.300Z Compiling md5 v0.7.0
34372026-05-08T01:24:48.322Z Compiling home v0.5.12
34382026-05-08T01:24:48.365Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34392026-05-08T01:24:48.386Z Compiling rcgen v0.12.1
34402026-05-08T01:24:48.406Z Compiling flume v0.11.1
34412026-05-08T01:24:48.470Z Compiling russh-keys v0.45.0
34422026-05-08T01:24:48.503Z Compiling headers v0.4.1
34432026-05-08T01:24:48.597Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34442026-05-08T01:24:48.616Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34452026-05-08T01:24:48.644Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34462026-05-08T01:24:48.746Z Compiling hyper-staticfile v0.10.1
34472026-05-08T01:24:48.941Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34482026-05-08T01:24:49.032Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34492026-05-08T01:24:49.251Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34502026-05-08T01:24:49.291Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34512026-05-08T01:24:49.307Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34522026-05-08T01:24:49.310Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34532026-05-08T01:24:49.438Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34542026-05-08T01:24:49.654Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34552026-05-08T01:24:49.689Z Compiling num-bigint v0.4.6
34562026-05-08T01:24:49.973Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34572026-05-08T01:24:50.040Z Compiling progenitor v0.10.0
34582026-05-08T01:24:50.061Z Compiling des v0.8.1
34592026-05-08T01:24:50.079Z Compiling subprocess v0.2.15
34602026-05-08T01:24:50.103Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-05-08T01:24:50.214Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34622026-05-08T01:24:50.234Z Compiling display-error-chain v0.2.2
34632026-05-08T01:24:50.288Z Compiling hex-literal v0.4.1
34642026-05-08T01:24:50.416Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-05-08T01:24:50.436Z Compiling colored v2.2.0
34662026-05-08T01:24:50.436Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34672026-05-08T01:24:50.470Z Compiling socket2 v0.5.10
34682026-05-08T01:24:50.564Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34692026-05-08T01:24:50.707Z Compiling internet-checksum v0.2.1
34702026-05-08T01:24:50.857Z Compiling russh v0.45.0
34712026-05-08T01:24:51.019Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34722026-05-08T01:24:51.134Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34732026-05-08T01:24:53.641Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34742026-05-08T01:24:54.307Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34752026-05-08T01:24:54.796Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34762026-05-08T01:24:56.140Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-05-08T01:25:04.125Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-05-08T01:25:04.126Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34792026-05-08T01:25:04.132Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34802026-05-08T01:25:04.132Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-05-08T01:25:05.898Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34822026-05-08T01:25:05.954Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34832026-05-08T01:25:10.051Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34842026-05-08T01:25:11.411Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34852026-05-08T01:25:30.550Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862026-05-08T01:25:49.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34872026-05-08T01:25:49.286Z
34882026-05-08T01:25:49.286Zreal 1:26.124925108
34892026-05-08T01:25:49.291Zuser 8:19.573690073
34902026-05-08T01:25:49.291Zsys 1:44.944554925
34912026-05-08T01:25:49.291Ztrap 0.253450878
34922026-05-08T01:25:49.291Ztflt 0.555360465
34932026-05-08T01:25:49.291Zdflt 1.757059275
34942026-05-08T01:25:49.291Zkflt 0.000290227
34952026-05-08T01:25:49.291Zlock 29:54.949437893
34962026-05-08T01:25:49.291Zslp 19:37.668352118
34972026-05-08T01:25:49.291Zlat 39.060556848
34982026-05-08T01:25:49.291Zstop 2:52.445802956
34992026-05-08T01:25:49.291Z+ mkdir tests
35002026-05-08T01:25:49.291Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35012026-05-08T01:25:49.291Z+ xargs -I '{}' -t cp '{}' tests/
35022026-05-08T01:25:49.318Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
35032026-05-08T01:25:49.347Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
35042026-05-08T01:25:49.378Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35052026-05-08T01:25:49.406Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35062026-05-08T01:25:49.638Z+ 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/*)
35072026-05-08T01:25:49.641Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
35082026-05-08T01:27:15.289ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35092026-05-08T01:27:15.289Za .github/buildomat/ci-env.sh 1K
35102026-05-08T01:27:15.289Za out/target/test 1K
35112026-05-08T01:27:15.289Za out/npuzone/npuzone 27402K
35122026-05-08T01:27:15.289Za package-manifest.toml 35K
35132026-05-08T01:27:15.289Za smf/sled-agent/non-gimlet/config.toml 6K
35142026-05-08T01:27:15.289Za target/release/omicron-package 44886K
35152026-05-08T01:27:15.289Za target/release/xtask 11449K
35162026-05-08T01:27:15.289Za target/debug/bootstrap 351804K
35172026-05-08T01:27:15.289Za tests/bootstrap-a30bd6ce46b8f667 31215K
35182026-05-08T01:27:15.289Za tests/commtest-6ff027522a55cd83 32300K
35192026-05-08T01:27:15.289Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35202026-05-08T01:27:15.289Za tests/end_to_end_tests-06879957ae11aa92 392918K
35212026-05-08T01:27:15.289Za out/clickhouse.tar.gz 318955K
35222026-05-08T01:27:15.289Za out/clickhouse_keeper.tar.gz 304309K
35232026-05-08T01:27:15.289Za out/clickhouse_server.tar.gz 318954K
35242026-05-08T01:27:15.289Za out/cockroachdb.tar.gz 164629K
35252026-05-08T01:27:15.289Za out/crucible-pantry-zone.tar.gz 43686K
35262026-05-08T01:27:15.289Za out/crucible-utils.tar 17744K
35272026-05-08T01:27:15.289Za out/crucible-zone.tar.gz 57824K
35282026-05-08T01:27:15.289Za out/external-dns.tar.gz 49279K
35292026-05-08T01:27:15.289Za out/internal-dns.tar.gz 49279K
35302026-05-08T01:27:15.289Za out/mg-ddm-gz.tar 95141K
35312026-05-08T01:27:15.289Za out/nexus.tar.gz 226032K
35322026-05-08T01:27:15.290Za out/ntp.tar.gz 31636K
35332026-05-08T01:27:15.290Za out/omicron-gateway-softnpu.tar.gz 28503K
35342026-05-08T01:27:15.290Za out/omicron-sled-agent.tar 198822K
35352026-05-08T01:27:15.290Za out/overlay.tar.gz 3K
35362026-05-08T01:27:15.290Za out/oximeter.tar.gz 65320K
35372026-05-08T01:27:15.290Za out/oxlog.tar 3782K
35382026-05-08T01:27:15.290Za out/probe.tar.gz 3037K
35392026-05-08T01:27:15.290Za out/propolis-server.tar.gz 38727K
35402026-05-08T01:27:15.290Za out/pumpkind-gz.tar 26647K
35412026-05-08T01:27:15.290Za out/switch-softnpu.tar.gz 396217K
35422026-05-08T01:27:15.293Z
35432026-05-08T01:27:15.293Zreal 1:25.318662547
35442026-05-08T01:27:15.293Zuser 1:22.670537859
35452026-05-08T01:27:15.293Zsys 4.327940557
35462026-05-08T01:27:15.293Ztrap 0.007592982
35472026-05-08T01:27:15.293Ztflt 0.000000000
35482026-05-08T01:27:15.293Zdflt 0.000000000
35492026-05-08T01:27:15.293Zkflt 0.000000000
35502026-05-08T01:27:15.293Zlock 0.000000000
35512026-05-08T01:27:15.293Zslp 1:22.624788737
35522026-05-08T01:27:15.293Zlat 1.002459640
35532026-05-08T01:27:15.293Zstop 0.000193712
35542026-05-08T01:27:15.298Zprocess exited: duration 978491 ms, exit code 0
 
35552026-05-08T01:27:15.312Zfound 1 output files
35562026-05-08T01:27:15.312Zuploading: /work/package.tar.gz (2439945659 bytes)
35572026-05-08T01:27:42.696Zuploaded: /work/package.tar.gz