01KQDVAB8ZY1BVEQF8BAKHC9N3: 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: 01KQDVAQJNEYPW1MGB0RW25PP8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T00:07:22.232Zjob assigned to worker 01KQDVB07FXZG632EF4D3AK83J [factory aws, i-0a64cf7e4eb3b313b] (queued for 52 s)
 
22026-04-30T00:07:29.837Zstarting task 0: "setup"
32026-04-30T00:07:29.842Z++ uname -s
42026-04-30T00:07:29.845Z+ kern=SunOS
52026-04-30T00:07:29.845Z+ build_user=build
62026-04-30T00:07:29.845Z+ build_uid=12345
72026-04-30T00:07:29.845Z+ work_dir=/work
82026-04-30T00:07:29.845Z+ input_dir=/input
92026-04-30T00:07:29.845Z+ [[ 0 == 12345 ]]
102026-04-30T00:07:29.845Z+ case "$kern" in
112026-04-30T00:07:29.845Z+ groupadd -g 12345 build
122026-04-30T00:07:29.848Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T00:07:31.855Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T00:07:31.954Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T00:07:31.957Z+ home_fs=zfs
162026-04-30T00:07:31.957Z+ [[ zfs == autofs ]]
172026-04-30T00:07:31.957Z+ mkdir -p /home/build
182026-04-30T00:07:31.960Z+ chown build:build /home/build /work
192026-04-30T00:07:32.960Z+ chmod 0700 /home/build /work
202026-04-30T00:07:32.963Zprocess exited: duration 3129 ms, exit code 0
 
212026-04-30T00:07:32.971Zstarting task 1: "rust-toolchain"
222026-04-30T00:07:32.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T00:07:32.976Z * rust toolchain channel = "1.94.0"
242026-04-30T00:07:32.976Z * rust toolchain profile = "default"
252026-04-30T00:07:32.976Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-30T00:07:32.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-30T00:07:32.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T00:07:32.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T00:07:32.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T00:07:33.109Zinfo: downloading installer
312026-04-30T00:07:34.642Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T00:07:34.642Zwarn: /opt/ooce/bin
332026-04-30T00:07:34.642Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T00:07:34.642Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T00:07:34.642Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T00:07:34.642Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T00:07:34.642Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T00:07:34.642Zerror: cannot install while Rust is installed
392026-04-30T00:07:34.642Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T00:07:34.642Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T00:07:34.642Zwarn: /home/build/.rustup/settings.toml
422026-04-30T00:07:34.642Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T00:07:34.642Zwarn: instead of the one inferred from the default host triple.
442026-04-30T00:07:34.677Zinfo: profile set to default
452026-04-30T00:07:34.677Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T00:07:34.680Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T00:07:34.818Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T00:07:34.821Zinfo: downloading 6 components
492026-04-30T00:07:49.443Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T00:07:49.443Z
512026-04-30T00:07:49.479Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T00:07:49.479Z
532026-04-30T00:07:49.479Z
542026-04-30T00:07:49.479ZRust is installed now. Great!
552026-04-30T00:07:49.479Z
562026-04-30T00:07:49.479ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T00:07:49.479Zenvironment variable. This has not been done automatically.
582026-04-30T00:07:49.479Z
592026-04-30T00:07:49.479ZTo configure your current shell, you need to source
602026-04-30T00:07:49.479Zthe corresponding env file under $HOME/.cargo.
612026-04-30T00:07:49.479Z
622026-04-30T00:07:49.479ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T00:07:49.479Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T00:07:49.479Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T00:07:49.479Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T00:07:49.479Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T00:07:49.479Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T00:07:49.479Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T00:07:49.483Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T00:07:49.483Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T00:07:49.586Z+ rustup --version
722026-04-30T00:07:49.591Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T00:07:49.594Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T00:07:49.612Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T00:07:49.615Z+ cargo --version
762026-04-30T00:07:49.625Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T00:07:49.628Z+ rustc --version
782026-04-30T00:07:49.647Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T00:07:49.650Zprocess exited: duration 16678 ms, exit code 0
 
802026-04-30T00:07:49.657Zstarting task 2: "authentication"
812026-04-30T00:07:49.674Zprocess exited: duration 17 ms, exit code 0
 
822026-04-30T00:07:49.680Zstarting task 3: "clone repository"
832026-04-30T00:07:49.685Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-30T00:07:49.688Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-30T00:07:49.891ZCloning into '/work/oxidecomputer/omicron'...
862026-04-30T00:07:58.721Z+ cd /work/oxidecomputer/omicron
872026-04-30T00:07:58.721Z+ git fetch origin 83253f6103dd45bde4181256d717e7797dc40375
882026-04-30T00:07:59.319ZFrom https://github.com/oxidecomputer/omicron
892026-04-30T00:07:59.319Z * branch 83253f6103dd45bde4181256d717e7797dc40375 -> FETCH_HEAD
902026-04-30T00:07:59.335Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-04-30T00:07:59.338Z++ git branch --show-current
922026-04-30T00:07:59.341Z+ current=main
932026-04-30T00:07:59.341Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-04-30T00:07:59.341Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 83253f6103dd45bde4181256d717e7797dc40375
952026-04-30T00:07:59.344Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-04-30T00:07:59.575ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-04-30T00:07:59.578Z+ git reset --hard 83253f6103dd45bde4181256d717e7797dc40375
982026-04-30T00:07:59.595ZHEAD is now at 83253f610 rebase on main + review feedback
992026-04-30T00:07:59.598Zprocess exited: duration 9915 ms, exit code 0
 
1002026-04-30T00:07:59.605Zstarting task 4: "build"
1012026-04-30T00:07:59.610Z+ source .github/buildomat/ci-env.sh
1022026-04-30T00:07:59.613Z++ export CARGO_TERM_COLOR=always
1032026-04-30T00:07:59.613Z++ CARGO_TERM_COLOR=always
1042026-04-30T00:07:59.613Z+ cargo --version
1052026-04-30T00:07:59.619Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-30T00:07:59.623Z+ rustc --version
1072026-04-30T00:07:59.643Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-30T00:07:59.646Z+ WORK=/work
1092026-04-30T00:07:59.647Z+ pfexec mkdir -p /work
1102026-04-30T00:07:59.650Z+ pfexec chown build /work
1112026-04-30T00:07:59.653Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-30T00:08:11.334Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-30T00:08:18.661Z Startup: Caching catalogs ... Done
1142026-04-30T00:08:25.042ZPlanning: Solver setup ... Done (4.888s)
1152026-04-30T00:08:25.074ZPlanning: Running solver ... Done (0.034s)
1162026-04-30T00:08:25.199ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-30T00:08:25.215ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-30T00:08:25.335ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-30T00:08:25.371ZPlanning: Package planning ... Done (0.036s)
1202026-04-30T00:08:25.408ZPlanning: Merging actions ... Done (0.036s)
1212026-04-30T00:08:25.648ZPlanning: Checking for conflicting actions ... Done (0.241s)
1222026-04-30T00:08:25.656ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-04-30T00:08:27.721ZPlanning: Evaluating mediators ... Done (2.064s)
1242026-04-30T00:08:27.728ZPlanning: Planning completed in 8.90 seconds
1252026-04-30T00:08:27.742Z Packages to install: 5
1262026-04-30T00:08:27.742Z Mediators to change: 3
1272026-04-30T00:08:27.742Z Services to change: 1
1282026-04-30T00:08:27.742Z Estimated space available: 155.35 GB
1292026-04-30T00:08:27.742ZEstimated space to be consumed: 1.89 GB
1302026-04-30T00:08:27.746Z Create boot environment: No
1312026-04-30T00:08:27.746ZCreate backup boot environment: No
1322026-04-30T00:08:27.746Z Rebuild boot archive: No
1332026-04-30T00:08:27.746Z
1342026-04-30T00:08:27.746ZChanged mediators:
1352026-04-30T00:08:27.746Z mediator clang:
1362026-04-30T00:08:27.746Z version: None -> 15 (system default)
1372026-04-30T00:08:27.746Z
1382026-04-30T00:08:27.746Z mediator llvm:
1392026-04-30T00:08:27.746Z version: 14 (system default) -> 15 (system default)
1402026-04-30T00:08:27.746Z
1412026-04-30T00:08:27.746Z mediator postgresql:
1422026-04-30T00:08:27.746Z version: 15 (system default) -> 18 (system default)
1432026-04-30T00:08:27.746Z
1442026-04-30T00:08:27.746ZChanged packages:
1452026-04-30T00:08:27.746Zhelios-dev
1462026-04-30T00:08:27.746Z developer/build-essential
1472026-04-30T00:08:27.746Z None -> 11-2.0
1482026-04-30T00:08:27.746Z library/libxmlsec1
1492026-04-30T00:08:27.746Z None -> 1.2.35-2.0
1502026-04-30T00:08:27.746Z ooce/developer/clang-15
1512026-04-30T00:08:27.746Z None -> 15.0.7-2.0
1522026-04-30T00:08:27.746Z ooce/developer/llvm-15
1532026-04-30T00:08:27.746Z None -> 15.0.7-2.0
1542026-04-30T00:08:27.746Z ooce/library/postgresql-18
1552026-04-30T00:08:27.746Z None -> 18.1-2.0
1562026-04-30T00:08:27.746Z
1572026-04-30T00:08:27.746ZServices:
1582026-04-30T00:08:27.746Z restart_fmri:
1592026-04-30T00:08:27.747Z svc:/system/update-man-index:default
1602026-04-30T00:08:27.812Z
1612026-04-30T00:08:27.812ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-30T00:08:32.814ZDownload: 936/4272 items 19.0/219.0MB 8% complete (3.8M/s)
1632026-04-30T00:08:37.815ZDownload: 1349/4272 items 116.0/219.0MB 52% complete (11.6M/s)
1642026-04-30T00:08:42.817ZDownload: 2864/4272 items 120.9/219.0MB 55% complete (10.2M/s)
1652026-04-30T00:08:47.817ZDownload: 3275/4272 items 208.8/219.0MB 95% complete (11.3M/s)
1662026-04-30T00:08:51.986ZDownload: Completed 218.99 MB in 24.16 seconds (9.1M/s)
1672026-04-30T00:08:52.196Z Actions: 1/4789 actions (Installing new actions)
1682026-04-30T00:08:55.787Z Actions: Completed 4789 actions in 3.60 seconds.
1692026-04-30T00:08:56.071Z Done (0.280s)
1702026-04-30T00:08:56.071Z Done (0.000s)
1712026-04-30T00:08:56.686Z Done (0.615s)
1722026-04-30T00:09:00.264Z Done (3.233s)
1732026-04-30T00:09:00.352Z Done (0.025s)
1742026-04-30T00:09:00.355Z Done (0.000s)
1752026-04-30T00:09:00.639Z Done (0.000s)
1762026-04-30T00:09:01.487ZPlanning: Evaluating mediator changes ... Done
1772026-04-30T00:09:01.592ZPlanning: Checking for conflicting actions ... Done
1782026-04-30T00:09:01.595ZPlanning: Consolidating action changes ... Done
1792026-04-30T00:09:01.751ZPlanning: Evaluating mediators ... Done
1802026-04-30T00:09:01.754ZPlanning: Planning completed in 0.26 seconds
1812026-04-30T00:09:01.774Z Mediators to change: 2
1822026-04-30T00:09:01.774Z Create boot environment: No
1832026-04-30T00:09:01.774ZCreate backup boot environment: No
1842026-04-30T00:09:01.826Z Done
1852026-04-30T00:09:01.826Z Done
1862026-04-30T00:09:02.454Z Done
1872026-04-30T00:09:04.885Z Done
1882026-04-30T00:09:04.953Z Done
1892026-04-30T00:09:04.957Z Done
1902026-04-30T00:09:05.133Z Done
1912026-04-30T00:09:05.386ZPlanning: Evaluating mediator changes ... Done
1922026-04-30T00:09:05.491ZPlanning: Checking for conflicting actions ... Done
1932026-04-30T00:09:05.495ZPlanning: Consolidating action changes ... Done
1942026-04-30T00:09:05.647ZPlanning: Evaluating mediators ... Done
1952026-04-30T00:09:05.651ZPlanning: Planning completed in 0.26 seconds
1962026-04-30T00:09:05.669Z Mediators to change: 1
1972026-04-30T00:09:05.669Z Create boot environment: No
1982026-04-30T00:09:05.669ZCreate backup boot environment: No
1992026-04-30T00:09:05.718Z Done
2002026-04-30T00:09:05.718Z Done
2012026-04-30T00:09:06.321Z Done
2022026-04-30T00:09:08.769Z Done
2032026-04-30T00:09:08.838Z Done
2042026-04-30T00:09:08.843Z Done
2052026-04-30T00:09:09.007Z Done
2062026-04-30T00:09:09.292ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-04-30T00:09:09.292Zclang system 15 system
2082026-04-30T00:09:09.292Zcsh system system illumos
2092026-04-30T00:09:09.292Zctags system system illumos
2102026-04-30T00:09:09.292Zfile system system illumos
2112026-04-30T00:09:09.292Zgcc vendor 12 vendor
2122026-04-30T00:09:09.292Zgcc system 14 system
2132026-04-30T00:09:09.292Zgcc system 10 system
2142026-04-30T00:09:09.292Zgo system 1.20 system
2152026-04-30T00:09:09.292Zgo system 1.19 system
2162026-04-30T00:09:09.292Zllvm system 15 system
2172026-04-30T00:09:09.292Zllvm system 14 system
2182026-04-30T00:09:09.292Zmariadb system 10.6 system
2192026-04-30T00:09:09.292Zmta vendor vendor dma
2202026-04-30T00:09:09.292Zopenjdk system 17 system
2212026-04-30T00:09:09.292Zopenjdk system 11 system
2222026-04-30T00:09:09.292Zopenjdk system 1.8 system
2232026-04-30T00:09:09.292Zopenssl vendor 3 vendor
2242026-04-30T00:09:09.292Zperl system 5.36 system
2252026-04-30T00:09:09.292Zpostgresql system 18 system
2262026-04-30T00:09:09.292Zpostgresql system 15 system
2272026-04-30T00:09:09.292Zpostgresql system 13 system
2282026-04-30T00:09:09.292Zpython vendor 3 vendor
2292026-04-30T00:09:09.292Zpython system 2 system
2302026-04-30T00:09:09.292Zpython3 system 3.11 system
2312026-04-30T00:09:09.292Zruby system 3.0 system
2322026-04-30T00:09:09.292Zwords vendor vendor american-english
2332026-04-30T00:09:09.293Zwords system system australian-english
2342026-04-30T00:09:09.293Zwords system system british-english
2352026-04-30T00:09:09.293Zwords system system canadian-english
2362026-04-30T00:09:09.293Zwords system system french
2372026-04-30T00:09:09.293Zwords system system italian
2382026-04-30T00:09:09.293Zwords system system ngerman
2392026-04-30T00:09:09.293Zwords system system ogerman
2402026-04-30T00:09:09.293Zwords system system spanish
2412026-04-30T00:09:09.521ZPUBLISHER TYPE STATUS P LOCATION
2422026-04-30T00:09:09.521Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-04-30T00:09:13.985ZFMRI IFO
2442026-04-30T00:09:13.985Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-04-30T00:09:13.985Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-04-30T00:09:13.985Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-04-30T00:09:13.985Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-04-30T00:09:13.986Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-04-30T00:09:13.986Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-04-30T00:09:13.986Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-04-30T00:09:13.986Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-04-30T00:09:13.986Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-04-30T00:09:13.986Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-04-30T00:09:13.986Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-04-30T00:09:13.986Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-04-30T00:09:13.986Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-04-30T00:09:13.986Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-04-30T00:09:13.986Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-04-30T00:09:13.986Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-04-30T00:09:13.986Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-04-30T00:09:15.092Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-04-30T00:09:15.329Z Updating crates.io index
2632026-04-30T00:09:15.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-04-30T00:09:16.104Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-04-30T00:09:16.527Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-04-30T00:09:17.148Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-04-30T00:09:17.960Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-04-30T00:09:18.446Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-04-30T00:09:19.779Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-04-30T00:09:20.669Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-04-30T00:09:20.963Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-04-30T00:09:21.790Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-04-30T00:09:22.196Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-04-30T00:09:22.562Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-04-30T00:09:22.998Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-30T00:09:23.938Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-04-30T00:09:24.437Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-04-30T00:09:24.841Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-04-30T00:09:25.171Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-04-30T00:09:25.535Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-04-30T00:09:25.738Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-04-30T00:09:25.951Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-04-30T00:09:26.185Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-04-30T00:09:26.571Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-04-30T00:09:27.085Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-04-30T00:09:27.568Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-04-30T00:09:27.961Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-04-30T00:09:28.229Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-04-30T00:09:29.259Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-04-30T00:09:29.918Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-30T00:09:30.711Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-04-30T00:09:31.123Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-04-30T00:09:31.423Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-04-30T00:09:31.703Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-04-30T00:09:32.010Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-04-30T00:09:32.557Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-04-30T00:09:32.770Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-04-30T00:09:32.990Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-04-30T00:09:33.257Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-04-30T00:09:33.612Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-04-30T00:09:45.002Z Downloading crates ...
3022026-04-30T00:09:45.058Z Downloaded digest v0.10.7
3032026-04-30T00:09:45.061Z Downloaded block-buffer v0.10.4
3042026-04-30T00:09:45.061Z Downloaded byteorder v1.5.0
3052026-04-30T00:09:45.064Z Downloaded cargo_toml v0.21.0
3062026-04-30T00:09:45.067Z Downloaded cpufeatures v0.2.17
3072026-04-30T00:09:45.070Z Downloaded camino v1.2.2
3082026-04-30T00:09:45.070Z Downloaded clap_lex v1.0.0
3092026-04-30T00:09:45.077Z Downloaded clap_derive v4.5.55
3102026-04-30T00:09:45.080Z Downloaded cargo-platform v0.2.0
3112026-04-30T00:09:45.080Z Downloaded crypto-common v0.1.7
3122026-04-30T00:09:45.080Z Downloaded clap v4.5.60
3132026-04-30T00:09:45.083Z Downloaded colorchoice v1.0.4
3142026-04-30T00:09:45.086Z Downloaded camino-tempfile v1.4.1
3152026-04-30T00:09:45.088Z Downloaded bytecount v0.6.9
3162026-04-30T00:09:45.088Z Downloaded anstream v0.6.21
3172026-04-30T00:09:45.091Z Downloaded cargo-util-schemas v0.8.2
3182026-04-30T00:09:45.091Z Downloaded bitflags v2.11.0
3192026-04-30T00:09:45.095Z Downloaded usdt v0.5.0
3202026-04-30T00:09:45.095Z Downloaded textwrap v0.16.2
3212026-04-30T00:09:45.098Z Downloaded toml_datetime v0.6.11
3222026-04-30T00:09:45.098Z Downloaded serde-value v0.7.0
3232026-04-30T00:09:45.098Z Downloaded pretty-hex v0.4.1
3242026-04-30T00:09:45.098Z Downloaded num-traits v0.2.19
3252026-04-30T00:09:45.098Z Downloaded usdt-attr-macro v0.5.0
3262026-04-30T00:09:45.102Z Downloaded anstyle-query v1.1.5
3272026-04-30T00:09:45.102Z Downloaded utf8parse v0.2.2
3282026-04-30T00:09:45.102Z Downloaded thiserror v1.0.69
3292026-04-30T00:09:45.105Z Downloaded unicode-linebreak v0.1.5
3302026-04-30T00:09:45.105Z Downloaded displaydoc v0.2.5
3312026-04-30T00:09:45.105Z Downloaded idna_adapter v1.2.1
3322026-04-30T00:09:45.108Z Downloaded anstyle v1.0.13
3332026-04-30T00:09:45.111Z Downloaded zerofrom v0.1.6
3342026-04-30T00:09:45.111Z Downloaded yoke-derive v0.8.1
3352026-04-30T00:09:45.111Z Downloaded potential_utf v0.1.4
3362026-04-30T00:09:45.111Z Downloaded itoa v1.0.17
3372026-04-30T00:09:45.113Z Downloaded strsim v0.11.1
3382026-04-30T00:09:45.113Z Downloaded errno v0.3.14
3392026-04-30T00:09:45.114Z Downloaded typeid v1.0.3
3402026-04-30T00:09:45.116Z Downloaded cfg-if v1.0.4
3412026-04-30T00:09:45.116Z Downloaded macaddr v1.0.1
3422026-04-30T00:09:45.119Z Downloaded thread-id v4.2.2
3432026-04-30T00:09:45.122Z Downloaded utf8_iter v1.0.4
3442026-04-30T00:09:45.122Z Downloaded anstyle-parse v0.2.7
3452026-04-30T00:09:45.125Z Downloaded usdt-macro v0.5.0
3462026-04-30T00:09:45.125Z Downloaded thiserror-impl v1.0.69
3472026-04-30T00:09:45.127Z Downloaded litemap v0.8.1
3482026-04-30T00:09:45.130Z Downloaded version_check v0.9.5
3492026-04-30T00:09:45.134Z Downloaded zerofrom-derive v0.1.6
3502026-04-30T00:09:45.134Z Downloaded unicode-xid v0.2.6
3512026-04-30T00:09:45.134Z Downloaded equivalent v1.0.2
3522026-04-30T00:09:45.137Z Downloaded toml_write v0.1.2
3532026-04-30T00:09:45.137Z Downloaded memmap v0.7.0
3542026-04-30T00:09:45.139Z Downloaded smawk v0.3.2
3552026-04-30T00:09:45.139Z Downloaded zerovec-derive v0.11.2
3562026-04-30T00:09:45.142Z Downloaded yoke v0.8.1
3572026-04-30T00:09:45.142Z Downloaded tinystr v0.8.2
3582026-04-30T00:09:45.142Z Downloaded writeable v0.6.2
3592026-04-30T00:09:45.145Z Downloaded thiserror-impl v2.0.18
3602026-04-30T00:09:45.145Z Downloaded proc-macro-error-attr v1.0.4
3612026-04-30T00:09:45.145Z Downloaded percent-encoding v2.3.2
3622026-04-30T00:09:45.145Z Downloaded icu_properties v2.1.2
3632026-04-30T00:09:45.147Z Downloaded ordered-float v2.10.1
3642026-04-30T00:09:45.147Z Downloaded dtrace-parser v0.2.0
3652026-04-30T00:09:45.147Z Downloaded usdt-impl v0.5.0
3662026-04-30T00:09:45.150Z Downloaded zmij v1.0.21
3672026-04-30T00:09:45.152Z Downloaded toml v0.8.23
3682026-04-30T00:09:45.156Z Downloaded dof v0.3.0
3692026-04-30T00:09:45.161Z Downloaded terminal_size v0.4.3
3702026-04-30T00:09:45.165Z Downloaded scroll_derive v0.12.1
3712026-04-30T00:09:45.165Z Downloaded unicode-ident v1.0.24
3722026-04-30T00:09:45.168Z Downloaded generic-array v0.14.7
3732026-04-30T00:09:45.168Z Downloaded thiserror v2.0.18
3742026-04-30T00:09:45.171Z Downloaded zerocopy-derive v0.7.35
3752026-04-30T00:09:45.171Z Downloaded ucd-trie v0.1.7
3762026-04-30T00:09:45.174Z Downloaded heck v0.5.0
3772026-04-30T00:09:45.174Z Downloaded toml_edit v0.22.27
3782026-04-30T00:09:45.178Z Downloaded swrite v0.1.0
3792026-04-30T00:09:45.178Z Downloaded is_terminal_polyfill v1.70.2
3802026-04-30T00:09:45.178Z Downloaded heck v0.4.1
3812026-04-30T00:09:45.182Z Downloaded tabled_derive v0.7.0
3822026-04-30T00:09:45.185Z Downloaded serde_spanned v0.6.9
3832026-04-30T00:09:45.187Z Downloaded typenum v1.19.0
3842026-04-30T00:09:45.189Z Downloaded zerotrie v0.2.3
3852026-04-30T00:09:45.192Z Downloaded fnv v1.0.7
3862026-04-30T00:09:45.192Z Downloaded plain v0.2.3
3872026-04-30T00:09:45.195Z Downloaded url v2.5.8
3882026-04-30T00:09:45.199Z Downloaded serde-untagged v0.1.9
3892026-04-30T00:09:45.202Z Downloaded scroll v0.12.0
3902026-04-30T00:09:45.202Z Downloaded autocfg v1.5.0
3912026-04-30T00:09:45.202Z Downloaded cargo_metadata v0.21.0
3922026-04-30T00:09:45.207Z Downloaded zerovec v0.11.5
3932026-04-30T00:09:45.211Z Downloaded stable_deref_trait v1.2.1
3942026-04-30T00:09:45.214Z Downloaded fs-err v3.3.0
3952026-04-30T00:09:45.214Z Downloaded erased-serde v0.4.9
3962026-04-30T00:09:45.217Z Downloaded zerocopy v0.7.35
3972026-04-30T00:09:45.224Z Downloaded form_urlencoded v1.2.2
3982026-04-30T00:09:45.228Z Downloaded winnow v0.7.14
3992026-04-30T00:09:45.231Z Downloaded sha2 v0.10.9
4002026-04-30T00:09:45.231Z Downloaded serde_tokenstream v0.2.3
4012026-04-30T00:09:45.231Z Downloaded unicode-width v0.1.14
4022026-04-30T00:09:45.234Z Downloaded unicode-width v0.2.0
4032026-04-30T00:09:45.237Z Downloaded quote v1.0.45
4042026-04-30T00:09:45.239Z Downloaded fastrand v2.3.0
4052026-04-30T00:09:45.246Z Downloaded icu_collections v2.1.1
4062026-04-30T00:09:45.257Z Downloaded pest_generator v2.8.6
4072026-04-30T00:09:45.268Z Downloaded semver v1.0.28
4082026-04-30T00:09:45.271Z Downloaded proc-macro-error v1.0.4
4092026-04-30T00:09:45.272Z Downloaded once_cell v1.21.3
4102026-04-30T00:09:45.275Z Downloaded tempfile v3.25.0
4112026-04-30T00:09:45.278Z Downloaded smallvec v1.15.1
4122026-04-30T00:09:45.278Z Downloaded anyhow v1.0.102
4132026-04-30T00:09:45.285Z Downloaded synstructure v0.13.2
4142026-04-30T00:09:45.291Z Downloaded getrandom v0.4.1
4152026-04-30T00:09:45.294Z Downloaded serde_core v1.0.228
4162026-04-30T00:09:45.297Z Downloaded pest_derive v2.8.6
4172026-04-30T00:09:45.300Z Downloaded proc-macro2 v1.0.106
4182026-04-30T00:09:45.308Z Downloaded log v0.4.29
4192026-04-30T00:09:45.312Z Downloaded icu_normalizer v2.1.1
4202026-04-30T00:09:45.318Z Downloaded icu_provider v2.1.1
4212026-04-30T00:09:45.331Z Downloaded papergrid v0.11.0
4222026-04-30T00:09:45.333Z Downloaded icu_normalizer_data v2.1.1
4232026-04-30T00:09:45.336Z Downloaded serde v1.0.228
4242026-04-30T00:09:45.340Z Downloaded serde_derive v1.0.228
4252026-04-30T00:09:45.340Z Downloaded icu_locale_core v2.1.1
4262026-04-30T00:09:45.347Z Downloaded memchr v2.8.0
4272026-04-30T00:09:45.350Z Downloaded pest_meta v2.8.6
4282026-04-30T00:09:45.366Z Downloaded icu_properties_data v2.1.2
4292026-04-30T00:09:45.375Z Downloaded hashbrown v0.17.0
4302026-04-30T00:09:45.382Z Downloaded indexmap v2.14.0
4312026-04-30T00:09:45.387Z Downloaded pest v2.8.6
4322026-04-30T00:09:45.395Z Downloaded idna v1.1.0
4332026-04-30T00:09:45.409Z Downloaded serde_json v1.0.149
4342026-04-30T00:09:45.425Z Downloaded goblin v0.8.2
4352026-04-30T00:09:45.431Z Downloaded clap_builder v4.5.60
4362026-04-30T00:09:45.434Z Downloaded tabled v0.15.0
4372026-04-30T00:09:45.443Z Downloaded syn v1.0.109
4382026-04-30T00:09:45.466Z Downloaded syn v2.0.117
4392026-04-30T00:09:45.490Z Downloaded rustix v1.1.3
4402026-04-30T00:09:45.523Z Downloaded libc v0.2.185
4412026-04-30T00:09:45.584Z Compiling proc-macro2 v1.0.106
4422026-04-30T00:09:45.584Z Compiling unicode-ident v1.0.24
4432026-04-30T00:09:45.587Z Compiling quote v1.0.45
4442026-04-30T00:09:45.587Z Compiling serde_core v1.0.228
4452026-04-30T00:09:45.587Z Compiling libc v0.2.185
4462026-04-30T00:09:45.587Z Compiling version_check v0.9.5
4472026-04-30T00:09:45.587Z Compiling serde v1.0.228
4482026-04-30T00:09:45.768Z Compiling memchr v2.8.0
4492026-04-30T00:09:45.785Z Compiling stable_deref_trait v1.2.1
4502026-04-30T00:09:45.798Z Compiling zmij v1.0.21
4512026-04-30T00:09:45.798Z Compiling autocfg v1.5.0
4522026-04-30T00:09:45.798Z Compiling ucd-trie v0.1.7
4532026-04-30T00:09:45.798Z Compiling itoa v1.0.17
4542026-04-30T00:09:45.798Z Compiling thiserror v1.0.69
4552026-04-30T00:09:45.798Z Compiling writeable v0.6.2
4562026-04-30T00:09:46.016Z Compiling litemap v0.8.1
4572026-04-30T00:09:46.068Z Compiling icu_properties_data v2.1.2
4582026-04-30T00:09:46.149Z Compiling icu_normalizer_data v2.1.1
4592026-04-30T00:09:46.172Z Compiling byteorder v1.5.0
4602026-04-30T00:09:46.220Z Compiling rustix v1.1.3
4612026-04-30T00:09:46.238Z Compiling bitflags v2.11.0
4622026-04-30T00:09:46.358Z Compiling serde_json v1.0.149
4632026-04-30T00:09:46.418Z Compiling pest v2.8.6
4642026-04-30T00:09:46.497Z Compiling num-traits v0.2.19
4652026-04-30T00:09:46.690Z Compiling smallvec v1.15.1
4662026-04-30T00:09:46.724Z Compiling equivalent v1.0.2
4672026-04-30T00:09:46.741Z Compiling typeid v1.0.3
4682026-04-30T00:09:46.794Z Compiling hashbrown v0.17.0
4692026-04-30T00:09:46.886Z Compiling proc-macro-error-attr v1.0.4
4702026-04-30T00:09:46.886Z Compiling usdt-impl v0.5.0
4712026-04-30T00:09:46.891Z Compiling syn v1.0.109
4722026-04-30T00:09:46.922Z Compiling toml_write v0.1.2
4732026-04-30T00:09:46.975Z Compiling winnow v0.7.14
4742026-04-30T00:09:47.014Z Compiling erased-serde v0.4.9
4752026-04-30T00:09:47.072Z Compiling proc-macro-error v1.0.4
4762026-04-30T00:09:47.108Z Compiling log v0.4.29
4772026-04-30T00:09:47.182Z Compiling camino v1.2.2
4782026-04-30T00:09:47.216Z Compiling thiserror v2.0.18
4792026-04-30T00:09:47.298Z Compiling errno v0.3.14
4802026-04-30T00:09:47.337Z Compiling indexmap v2.14.0
4812026-04-30T00:09:47.340Z Compiling thread-id v4.2.2
4822026-04-30T00:09:47.377Z Compiling utf8_iter v1.0.4
4832026-04-30T00:09:47.433Z Compiling utf8parse v0.2.2
4842026-04-30T00:09:47.453Z Compiling pest_meta v2.8.6
4852026-04-30T00:09:47.475Z Compiling percent-encoding v2.3.2
4862026-04-30T00:09:47.511Z Compiling plain v0.2.3
4872026-04-30T00:09:47.572Z Compiling syn v2.0.117
4882026-04-30T00:09:47.589Z Compiling getrandom v0.4.1
4892026-04-30T00:09:47.661Z Compiling ordered-float v2.10.1
4902026-04-30T00:09:47.677Z Compiling form_urlencoded v1.2.2
4912026-04-30T00:09:47.715Z Compiling anstyle-parse v0.2.7
4922026-04-30T00:09:47.858Z Compiling cfg-if v1.0.4
4932026-04-30T00:09:47.862Z Compiling is_terminal_polyfill v1.70.2
4942026-04-30T00:09:47.895Z Compiling pretty-hex v0.4.1
4952026-04-30T00:09:47.929Z Compiling colorchoice v1.0.4
4962026-04-30T00:09:47.949Z Compiling anstyle-query v1.1.5
4972026-04-30T00:09:47.952Z Compiling anstyle v1.0.13
4982026-04-30T00:09:48.047Z Compiling fs-err v3.3.0
4992026-04-30T00:09:48.084Z Compiling strsim v0.11.1
5002026-04-30T00:09:48.088Z Compiling once_cell v1.21.3
5012026-04-30T00:09:48.124Z Compiling heck v0.4.1
5022026-04-30T00:09:48.145Z Compiling fastrand v2.3.0
5032026-04-30T00:09:48.165Z Compiling anstream v0.6.21
5042026-04-30T00:09:48.220Z Compiling anyhow v1.0.102
5052026-04-30T00:09:48.287Z Compiling fnv v1.0.7
5062026-04-30T00:09:48.304Z Compiling heck v0.5.0
5072026-04-30T00:09:48.402Z Compiling terminal_size v0.4.3
5082026-04-30T00:09:48.421Z Compiling unicode-width v0.1.14
5092026-04-30T00:09:48.525Z Compiling semver v1.0.28
5102026-04-30T00:09:48.566Z Compiling bytecount v0.6.9
5112026-04-30T00:09:48.586Z Compiling unicode-xid v0.2.6
5122026-04-30T00:09:48.590Z Compiling clap_lex v1.0.0
5132026-04-30T00:09:48.628Z Compiling tempfile v3.25.0
5142026-04-30T00:09:48.719Z Compiling papergrid v0.11.0
5152026-04-30T00:09:48.735Z Compiling memmap v0.7.0
5162026-04-30T00:09:48.738Z Compiling unicode-linebreak v0.1.5
5172026-04-30T00:09:48.874Z Compiling clap_builder v4.5.60
5182026-04-30T00:09:48.929Z Compiling serde-untagged v0.1.9
5192026-04-30T00:09:48.933Z Compiling unicode-width v0.2.0
5202026-04-30T00:09:48.949Z Compiling smawk v0.3.2
5212026-04-30T00:09:49.015Z Compiling camino-tempfile v1.4.1
5222026-04-30T00:09:49.077Z Compiling swrite v0.1.0
5232026-04-30T00:09:49.128Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-04-30T00:09:49.197Z Compiling textwrap v0.16.2
5252026-04-30T00:09:49.457Z Compiling tabled_derive v0.7.0
5262026-04-30T00:09:50.123Z Compiling tabled v0.15.0
5272026-04-30T00:09:50.161Z Compiling synstructure v0.13.2
5282026-04-30T00:09:50.161Z Compiling pest_generator v2.8.6
5292026-04-30T00:09:50.700Z Compiling serde_derive v1.0.228
5302026-04-30T00:09:50.700Z Compiling zerofrom-derive v0.1.6
5312026-04-30T00:09:50.703Z Compiling yoke-derive v0.8.1
5322026-04-30T00:09:50.703Z Compiling zerovec-derive v0.11.2
5332026-04-30T00:09:50.703Z Compiling displaydoc v0.2.5
5342026-04-30T00:09:50.703Z Compiling thiserror-impl v1.0.69
5352026-04-30T00:09:50.703Z Compiling zerocopy-derive v0.7.35
5362026-04-30T00:09:50.703Z Compiling scroll_derive v0.12.1
5372026-04-30T00:09:50.808Z Compiling thiserror-impl v2.0.18
5382026-04-30T00:09:50.811Z Compiling clap_derive v4.5.55
5392026-04-30T00:09:50.811Z Compiling pest_derive v2.8.6
5402026-04-30T00:09:51.383Z Compiling scroll v0.12.0
5412026-04-30T00:09:51.465Z Compiling zerocopy v0.7.35
5422026-04-30T00:09:51.613Z Compiling goblin v0.8.2
5432026-04-30T00:09:51.842Z Compiling zerofrom v0.1.6
5442026-04-30T00:09:51.888Z Compiling dtrace-parser v0.2.0
5452026-04-30T00:09:51.950Z Compiling yoke v0.8.1
5462026-04-30T00:09:52.102Z Compiling zerovec v0.11.5
5472026-04-30T00:09:52.102Z Compiling zerotrie v0.2.3
5482026-04-30T00:09:52.185Z Compiling clap v4.5.60
5492026-04-30T00:09:52.509Z Compiling tinystr v0.8.2
5502026-04-30T00:09:52.509Z Compiling potential_utf v0.1.4
5512026-04-30T00:09:52.629Z Compiling icu_collections v2.1.1
5522026-04-30T00:09:52.654Z Compiling icu_locale_core v2.1.1
5532026-04-30T00:09:53.132Z Compiling serde_spanned v0.6.9
5542026-04-30T00:09:53.132Z Compiling toml_datetime v0.6.11
5552026-04-30T00:09:53.136Z Compiling serde-value v0.7.0
5562026-04-30T00:09:53.136Z Compiling cargo-platform v0.2.0
5572026-04-30T00:09:53.136Z Compiling macaddr v1.0.1
5582026-04-30T00:09:53.151Z Compiling dof v0.3.0
5592026-04-30T00:09:53.154Z Compiling serde_tokenstream v0.2.3
5602026-04-30T00:09:53.201Z Compiling icu_provider v2.1.1
5612026-04-30T00:09:53.348Z Compiling toml_edit v0.22.27
5622026-04-30T00:09:53.539Z Compiling icu_normalizer v2.1.1
5632026-04-30T00:09:53.542Z Compiling icu_properties v2.1.2
5642026-04-30T00:09:53.965Z Compiling usdt-attr-macro v0.5.0
5652026-04-30T00:09:53.966Z Compiling usdt-macro v0.5.0
5662026-04-30T00:09:54.370Z Compiling idna_adapter v1.2.1
5672026-04-30T00:09:54.475Z Compiling idna v1.1.0
5682026-04-30T00:09:54.565Z Compiling usdt v0.5.0
5692026-04-30T00:09:54.668Z Compiling toml v0.8.23
5702026-04-30T00:09:54.738Z Compiling url v2.5.8
5712026-04-30T00:09:55.010Z Compiling cargo_toml v0.21.0
5722026-04-30T00:09:55.139Z Compiling cargo-util-schemas v0.8.2
5732026-04-30T00:09:55.916Z Compiling cargo_metadata v0.21.0
5742026-04-30T00:09:56.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-04-30T00:09:58.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.02s
5762026-04-30T00:09:59.175Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-04-30T00:09:59.742Z Downloading crates ...
5782026-04-30T00:09:59.833Z Downloaded async-stream v0.3.6
5792026-04-30T00:09:59.835Z Downloaded arrayref v0.3.9
5802026-04-30T00:09:59.835Z Downloaded async-stream-impl v0.3.6
5812026-04-30T00:09:59.838Z Downloaded array-init v0.0.4
5822026-04-30T00:09:59.841Z Downloaded async-recursion v1.1.1
5832026-04-30T00:09:59.843Z Downloaded adler2 v2.0.1
5842026-04-30T00:09:59.846Z Downloaded aead v0.5.2
5852026-04-30T00:09:59.849Z Downloaded cfg_aliases v0.1.1
5862026-04-30T00:09:59.852Z Downloaded bb8 v0.8.6
5872026-04-30T00:09:59.855Z Downloaded cfg_aliases v0.2.1
5882026-04-30T00:09:59.858Z Downloaded cipher v0.4.4
5892026-04-30T00:09:59.858Z Downloaded crc32fast v1.5.0
5902026-04-30T00:09:59.861Z Downloaded des v0.8.1
5912026-04-30T00:09:59.861Z Downloaded const_format_proc_macros v0.2.34
5922026-04-30T00:09:59.864Z Downloaded env_logger v0.11.9
5932026-04-30T00:09:59.864Z Downloaded chacha20 v0.10.0
5942026-04-30T00:09:59.867Z Downloaded atomic-waker v1.1.2
5952026-04-30T00:09:59.867Z Downloaded fixedbitset v0.4.2
5962026-04-30T00:09:59.870Z Downloaded dsl_auto_type v0.2.0
5972026-04-30T00:09:59.870Z Downloaded atty v0.2.14
5982026-04-30T00:09:59.876Z Downloaded curve25519-dalek-derive v0.1.1
5992026-04-30T00:09:59.876Z Downloaded darling v0.20.11
6002026-04-30T00:09:59.884Z Downloaded data-encoding v2.10.0
6012026-04-30T00:09:59.884Z Downloaded darling v0.21.3
6022026-04-30T00:09:59.884Z Downloaded endian-type v0.1.2
6032026-04-30T00:09:59.884Z Downloaded darling_macro v0.21.3
6042026-04-30T00:09:59.884Z Downloaded byte-wrapper v0.1.0
6052026-04-30T00:09:59.884Z Downloaded cstr-argument v0.1.2
6062026-04-30T00:09:59.889Z Downloaded bitfield-macros v0.19.4
6072026-04-30T00:09:59.889Z Downloaded bit-vec v0.8.0
6082026-04-30T00:09:59.889Z Downloaded cancel-safe-futures v0.1.5
6092026-04-30T00:09:59.892Z Downloaded aho-corasick v1.1.4
6102026-04-30T00:09:59.892Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-04-30T00:09:59.892Z Downloaded daft v0.1.5
6122026-04-30T00:09:59.896Z Downloaded defmt-macros v1.0.1
6132026-04-30T00:09:59.896Z Downloaded dtrace-parser v0.3.0
6142026-04-30T00:09:59.896Z Downloaded bitfield-struct v0.6.2
6152026-04-30T00:09:59.899Z Downloaded cookie v0.18.1
6162026-04-30T00:09:59.899Z Downloaded blake2 v0.10.6
6172026-04-30T00:09:59.902Z Downloaded der_derive v0.7.3
6182026-04-30T00:09:59.902Z Downloaded env_filter v1.0.0
6192026-04-30T00:09:59.907Z Downloaded either v1.15.0
6202026-04-30T00:09:59.910Z Downloaded darling v0.23.0
6212026-04-30T00:09:59.912Z Downloaded dyn-clone v1.0.20
6222026-04-30T00:09:59.915Z Downloaded difflib v0.4.0
6232026-04-30T00:09:59.915Z Downloaded block-padding v0.3.3
6242026-04-30T00:09:59.918Z Downloaded darling_macro v0.20.11
6252026-04-30T00:09:59.918Z Downloaded embedded-io v0.4.0
6262026-04-30T00:09:59.921Z Downloaded castaway v0.2.4
6272026-04-30T00:09:59.926Z Downloaded debug-ignore v1.0.5
6282026-04-30T00:09:59.929Z Downloaded bitfield v0.19.4
6292026-04-30T00:09:59.929Z Downloaded dirs-sys-next v0.1.2
6302026-04-30T00:09:59.929Z Downloaded downcast-rs v2.0.2
6312026-04-30T00:09:59.929Z Downloaded backoff v0.4.0
6322026-04-30T00:09:59.937Z Downloaded defmt v0.3.100
6332026-04-30T00:09:59.937Z Downloaded darling_core v0.20.11
6342026-04-30T00:09:59.940Z Downloaded bzip2 v0.4.4
6352026-04-30T00:09:59.940Z Downloaded document-features v0.2.12
6362026-04-30T00:09:59.940Z Downloaded ciborium-io v0.2.2
6372026-04-30T00:09:59.940Z Downloaded dirs-next v2.0.0
6382026-04-30T00:09:59.940Z Downloaded bit-set v0.5.3
6392026-04-30T00:09:59.940Z Downloaded defmt-parser v1.0.0
6402026-04-30T00:09:59.940Z Downloaded csv-core v0.1.13
6412026-04-30T00:09:59.941Z Downloaded darling_macro v0.23.0
6422026-04-30T00:09:59.941Z Downloaded bcrypt-pbkdf v0.10.0
6432026-04-30T00:09:59.943Z Downloaded chacha20 v0.9.1
6442026-04-30T00:09:59.943Z Downloaded ecdsa v0.16.9
6452026-04-30T00:09:59.946Z Downloaded crucible-workspace-hack v0.1.0
6462026-04-30T00:09:59.946Z Downloaded bit-set v0.8.0
6472026-04-30T00:09:59.950Z Downloaded crc-catalog v2.4.0
6482026-04-30T00:09:59.953Z Downloaded foreign-types v0.3.2
6492026-04-30T00:09:59.953Z Downloaded ascii-canvas v3.0.0
6502026-04-30T00:09:59.957Z Downloaded dof v0.4.0
6512026-04-30T00:09:59.957Z Downloaded compression-core v0.4.31
6522026-04-30T00:09:59.960Z Downloaded flagset v0.4.7
6532026-04-30T00:09:59.960Z Downloaded embedded-io v0.6.1
6542026-04-30T00:09:59.964Z Downloaded foreign-types-macros v0.2.3
6552026-04-30T00:09:59.966Z Downloaded cpufeatures v0.3.0
6562026-04-30T00:09:59.969Z Downloaded fd-lock v4.0.4
6572026-04-30T00:09:59.969Z Downloaded buf-list v1.1.2
6582026-04-30T00:09:59.972Z Downloaded bit-vec v0.6.3
6592026-04-30T00:09:59.972Z Downloaded display-error-chain v0.2.2
6602026-04-30T00:09:59.976Z Downloaded crunchy v0.2.4
6612026-04-30T00:09:59.976Z Downloaded atomicwrites v0.4.4
6622026-04-30T00:09:59.980Z Downloaded foreign-types v0.5.0
6632026-04-30T00:09:59.980Z Downloaded futures-core v0.3.32
6642026-04-30T00:09:59.980Z Downloaded convert_case v0.4.0
6652026-04-30T00:09:59.980Z Downloaded enum-as-inner v0.6.1
6662026-04-30T00:09:59.980Z Downloaded futures-io v0.3.32
6672026-04-30T00:09:59.984Z Downloaded ciborium-ll v0.2.2
6682026-04-30T00:09:59.984Z Downloaded assert_matches v1.5.0
6692026-04-30T00:09:59.984Z Downloaded float-cmp v0.10.0
6702026-04-30T00:09:59.985Z Downloaded funty v2.0.0
6712026-04-30T00:09:59.985Z Downloaded deranged v0.5.8
6722026-04-30T00:09:59.990Z Downloaded base16ct v0.2.0
6732026-04-30T00:09:59.990Z Downloaded derive_builder_macro v0.20.2
6742026-04-30T00:09:59.990Z Downloaded daft-derive v0.1.5
6752026-04-30T00:09:59.993Z Downloaded futures-task v0.3.32
6762026-04-30T00:09:59.993Z Downloaded dropshot-api-manager-types v0.7.1
6772026-04-30T00:09:59.993Z Downloaded cookie_store v0.22.1
6782026-04-30T00:09:59.993Z Downloaded cexpr v0.6.0
6792026-04-30T00:09:59.996Z Downloaded crc8 v0.1.1
6802026-04-30T00:09:59.996Z Downloaded colored v2.2.0
6812026-04-30T00:09:59.996Z Downloaded bcs v0.1.6
6822026-04-30T00:09:59.999Z Downloaded float-ord v0.3.2
6832026-04-30T00:10:00.002Z Downloaded cobs v0.3.0
6842026-04-30T00:10:00.005Z Downloaded dunce v1.0.5
6852026-04-30T00:10:00.008Z Downloaded futures-sink v0.3.32
6862026-04-30T00:10:00.011Z Downloaded futures-macro v0.3.32
6872026-04-30T00:10:00.011Z Downloaded foreign-types-shared v0.3.1
6882026-04-30T00:10:00.011Z Downloaded ghash v0.5.1
6892026-04-30T00:10:00.013Z Downloaded fxhash v0.2.1
6902026-04-30T00:10:00.013Z Downloaded diff v0.1.13
6912026-04-30T00:10:00.016Z Downloaded fixedbitset v0.5.7
6922026-04-30T00:10:00.016Z Downloaded crossbeam-epoch v0.9.18
6932026-04-30T00:10:00.019Z Downloaded git-stub v1.0.0
6942026-04-30T00:10:00.021Z Downloaded hash32 v0.2.1
6952026-04-30T00:10:00.022Z Downloaded derive_more v0.99.20
6962026-04-30T00:10:00.024Z Downloaded globwalk v0.9.1
6972026-04-30T00:10:00.024Z Downloaded gethostname v0.5.0
6982026-04-30T00:10:00.031Z Downloaded cargo-platform v0.1.9
6992026-04-30T00:10:00.031Z Downloaded convert_case v0.10.0
7002026-04-30T00:10:00.036Z Downloaded hash32 v0.3.1
7012026-04-30T00:10:00.036Z Downloaded blowfish v0.9.1
7022026-04-30T00:10:00.036Z Downloaded headers-core v0.3.0
7032026-04-30T00:10:00.042Z Downloaded async-trait v0.1.89
7042026-04-30T00:10:00.042Z Downloaded futures-executor v0.3.32
7052026-04-30T00:10:00.042Z Downloaded foldhash v0.2.0
7062026-04-30T00:10:00.042Z Downloaded erased-serde v0.3.31
7072026-04-30T00:10:00.042Z Downloaded ff v0.13.1
7082026-04-30T00:10:00.045Z Downloaded foreign-types-shared v0.1.1
7092026-04-30T00:10:00.045Z Downloaded base64ct v1.8.3
7102026-04-30T00:10:00.045Z Downloaded hex v0.4.3
7112026-04-30T00:10:00.048Z Downloaded camino-tempfile-ext v0.3.3
7122026-04-30T00:10:00.048Z Downloaded critical-section v1.2.0
7132026-04-30T00:10:00.048Z Downloaded derive_builder_core v0.20.2
7142026-04-30T00:10:00.051Z Downloaded hex-literal v0.4.1
7152026-04-30T00:10:00.051Z Downloaded arrayvec v0.7.6
7162026-04-30T00:10:00.051Z Downloaded defmt v1.0.1
7172026-04-30T00:10:00.054Z Downloaded corncobs v0.1.4
7182026-04-30T00:10:00.056Z Downloaded compression-codecs v0.4.37
7192026-04-30T00:10:00.056Z Downloaded bzip2 v0.6.1
7202026-04-30T00:10:00.059Z Downloaded bumpalo v3.20.2
7212026-04-30T00:10:00.062Z Downloaded ctr v0.9.2
7222026-04-30T00:10:00.062Z Downloaded hubpack_derive v0.1.1
7232026-04-30T00:10:00.062Z Downloaded hubpack v0.1.2
7242026-04-30T00:10:00.065Z Downloaded http-body v1.0.1
7252026-04-30T00:10:00.065Z Downloaded hostname v0.4.2
7262026-04-30T00:10:00.065Z Downloaded home v0.5.12
7272026-04-30T00:10:00.067Z Downloaded console v0.16.2
7282026-04-30T00:10:00.067Z Downloaded cargo_metadata v0.19.2
7292026-04-30T00:10:00.068Z Downloaded cmake v0.1.57
7302026-04-30T00:10:00.070Z Downloaded foldhash v0.1.5
7312026-04-30T00:10:00.070Z Downloaded fallible-iterator v0.2.0
7322026-04-30T00:10:00.073Z Downloaded ena v0.14.4
7332026-04-30T00:10:00.073Z Downloaded colored v3.1.1
7342026-04-30T00:10:00.073Z Downloaded find-msvc-tools v0.1.9
7352026-04-30T00:10:00.076Z Downloaded diesel-dtrace v0.5.0
7362026-04-30T00:10:00.076Z Downloaded http-range v0.1.5
7372026-04-30T00:10:00.076Z Downloaded derive-ex v0.1.8
7382026-04-30T00:10:00.081Z Downloaded argon2 v0.5.3
7392026-04-30T00:10:00.081Z Downloaded crc v3.4.0
7402026-04-30T00:10:00.081Z Downloaded git-stub-vcs v0.1.0
7412026-04-30T00:10:00.084Z Downloaded filetime v0.2.27
7422026-04-30T00:10:00.084Z Downloaded ident_case v1.0.1
7432026-04-30T00:10:00.084Z Downloaded httpdate v1.0.3
7442026-04-30T00:10:00.084Z Downloaded drift v0.1.3
7452026-04-30T00:10:00.087Z Downloaded fs-err v2.11.0
7462026-04-30T00:10:00.089Z Downloaded bitflags v1.3.2
7472026-04-30T00:10:00.092Z Downloaded hyper-tls v0.6.0
7482026-04-30T00:10:00.092Z Downloaded ed25519 v2.2.3
7492026-04-30T00:10:00.092Z Downloaded cbc v0.1.2
7502026-04-30T00:10:00.095Z Downloaded globset v0.4.18
7512026-04-30T00:10:00.098Z Downloaded inout v0.1.4
7522026-04-30T00:10:00.101Z Downloaded indoc v1.0.9
7532026-04-30T00:10:00.101Z Downloaded instability v0.3.11
7542026-04-30T00:10:00.101Z Downloaded indent_write v2.2.0
7552026-04-30T00:10:00.105Z Downloaded group v0.13.0
7562026-04-30T00:10:00.108Z Downloaded instant v0.1.13
7572026-04-30T00:10:00.108Z Downloaded is_ci v1.2.0
7582026-04-30T00:10:00.108Z Downloaded backon v1.6.0
7592026-04-30T00:10:00.114Z Downloaded cassowary v0.3.0
7602026-04-30T00:10:00.117Z Downloaded async-bb8-diesel v0.2.1
7612026-04-30T00:10:00.120Z Downloaded const-oid v0.9.6
7622026-04-30T00:10:00.120Z Downloaded is-terminal v0.4.17
7632026-04-30T00:10:00.123Z Downloaded internet-checksum v0.2.1
7642026-04-30T00:10:00.126Z Downloaded keccak v0.1.6
7652026-04-30T00:10:00.126Z Downloaded clang-sys v1.8.1
7662026-04-30T00:10:00.129Z Downloaded hostname v0.3.1
7672026-04-30T00:10:00.129Z Downloaded ahash v0.8.12
7682026-04-30T00:10:00.137Z Downloaded lazy_static v1.5.0
7692026-04-30T00:10:00.137Z Downloaded ciborium v0.2.2
7702026-04-30T00:10:00.144Z Downloaded kstat-rs v0.2.4
7712026-04-30T00:10:00.144Z Downloaded constant_time_eq v0.4.2
7722026-04-30T00:10:00.144Z Downloaded hyper-staticfile v0.10.1
7732026-04-30T00:10:00.147Z Downloaded futures-channel v0.3.32
7742026-04-30T00:10:00.147Z Downloaded bytes v1.11.1
7752026-04-30T00:10:00.147Z Downloaded humantime v2.3.0
7762026-04-30T00:10:00.150Z Downloaded crossbeam-deque v0.8.6
7772026-04-30T00:10:00.150Z Downloaded linked-hash-map v0.5.6
7782026-04-30T00:10:00.150Z Downloaded libscf-sys v1.1.0
7792026-04-30T00:10:00.150Z Downloaded http-body-util v0.1.3
7802026-04-30T00:10:00.155Z Downloaded highway v1.3.0
7812026-04-30T00:10:00.155Z Downloaded lzss v0.8.2
7822026-04-30T00:10:00.155Z Downloaded lru-slab v0.1.2
7832026-04-30T00:10:00.159Z Downloaded lru-cache v0.1.2
7842026-04-30T00:10:00.159Z Downloaded impl-trait-for-tuples v0.2.3
7852026-04-30T00:10:00.162Z Downloaded fs_extra v1.3.0
7862026-04-30T00:10:00.162Z Downloaded glob v0.3.3
7872026-04-30T00:10:00.164Z Downloaded half v1.8.3
7882026-04-30T00:10:00.165Z Downloaded memoffset v0.9.1
7892026-04-30T00:10:00.168Z Downloaded md5 v0.7.0
7902026-04-30T00:10:00.168Z Downloaded match_cfg v0.1.0
7912026-04-30T00:10:00.168Z Downloaded managed v0.8.0
7922026-04-30T00:10:00.168Z Downloaded mime v0.3.17
7932026-04-30T00:10:00.171Z Downloaded lru v0.12.5
7942026-04-30T00:10:00.171Z Downloaded getrandom v0.2.17
7952026-04-30T00:10:00.171Z Downloaded md-5 v0.10.6
7962026-04-30T00:10:00.173Z Downloaded maplit v1.0.2
7972026-04-30T00:10:00.173Z Downloaded indoc v2.0.7
7982026-04-30T00:10:00.176Z Downloaded ed25519-dalek v2.2.0
7992026-04-30T00:10:00.179Z Downloaded multimap v0.10.1
8002026-04-30T00:10:00.179Z Downloaded ipnetwork v0.21.1
8012026-04-30T00:10:00.179Z Downloaded newtype_derive v0.1.6
8022026-04-30T00:10:00.183Z Downloaded newtype-uuid-macros v0.1.0
8032026-04-30T00:10:00.183Z Downloaded maybe-uninit v2.0.0
8042026-04-30T00:10:00.183Z Downloaded ingot-types v0.1.2
8052026-04-30T00:10:00.186Z Downloaded nibble_vec v0.1.0
8062026-04-30T00:10:00.186Z Downloaded newline-converter v0.3.0
8072026-04-30T00:10:00.188Z Downloaded new_debug_unreachable v1.0.6
8082026-04-30T00:10:00.189Z Downloaded nonempty v0.12.0
8092026-04-30T00:10:00.189Z Downloaded num v0.4.3
8102026-04-30T00:10:00.191Z Downloaded ingot v0.1.1
8112026-04-30T00:10:00.194Z Downloaded nodrop v0.1.14
8122026-04-30T00:10:00.194Z Downloaded crc-any v2.5.0
8132026-04-30T00:10:00.197Z Downloaded num-conv v0.2.0
8142026-04-30T00:10:00.197Z Downloaded derive_more v2.1.1
8152026-04-30T00:10:00.203Z Downloaded ipnet v2.11.0
8162026-04-30T00:10:00.206Z Downloaded lalrpop-util v0.19.12
8172026-04-30T00:10:00.206Z Downloaded jobserver v0.1.34
8182026-04-30T00:10:00.208Z Downloaded elliptic-curve v0.13.8
8192026-04-30T00:10:00.211Z Downloaded dropshot_endpoint v0.16.7
8202026-04-30T00:10:00.213Z Downloaded normalize-line-endings v0.3.0
8212026-04-30T00:10:00.213Z Downloaded allocator-api2 v0.2.21
8222026-04-30T00:10:00.213Z Downloaded futures v0.3.32
8232026-04-30T00:10:00.219Z Downloaded num-derive v0.4.2
8242026-04-30T00:10:00.223Z Downloaded num-iter v0.1.45
8252026-04-30T00:10:00.228Z Downloaded num_enum_derive v0.5.11
8262026-04-30T00:10:00.231Z Downloaded hyper-rustls v0.27.7
8272026-04-30T00:10:00.231Z Downloaded dropshot_endpoint v0.17.0
8282026-04-30T00:10:00.231Z Downloaded openssl-macros v0.1.1
8292026-04-30T00:10:00.240Z Downloaded num_threads v0.1.7
8302026-04-30T00:10:00.240Z Downloaded libsw-core v0.3.2
8312026-04-30T00:10:00.240Z Downloaded openssl-probe v0.1.6
8322026-04-30T00:10:00.240Z Downloaded derive_builder v0.20.2
8332026-04-30T00:10:00.255Z Downloaded httparse v1.10.1
8342026-04-30T00:10:00.255Z Downloaded libsw v3.5.0
8352026-04-30T00:10:00.255Z Downloaded fatfs v0.3.6
8362026-04-30T00:10:00.255Z Downloaded derive-where v1.6.0
8372026-04-30T00:10:00.258Z Downloaded oso-derive v0.27.3
8382026-04-30T00:10:00.261Z Downloaded openssl-probe v0.2.1
8392026-04-30T00:10:00.261Z Downloaded opaque-debug v0.3.1
8402026-04-30T00:10:00.261Z Downloaded olpc-cjson v0.1.4
8412026-04-30T00:10:00.261Z Downloaded newtype-uuid v1.3.2
8422026-04-30T00:10:00.265Z Downloaded mime_guess v2.0.5
8432026-04-30T00:10:00.265Z Downloaded ingot-macros v0.1.1
8442026-04-30T00:10:00.265Z Downloaded nanorand v0.7.0
8452026-04-30T00:10:00.273Z Downloaded multer v3.1.0
8462026-04-30T00:10:00.273Z Downloaded packed_struct_codegen v0.10.1
8472026-04-30T00:10:00.273Z Downloaded native-tls v0.2.18
8482026-04-30T00:10:00.273Z Downloaded linear-map v1.2.0
8492026-04-30T00:10:00.276Z Downloaded chacha20poly1305 v0.10.1
8502026-04-30T00:10:00.277Z Downloaded iana-time-zone v0.1.65
8512026-04-30T00:10:00.277Z Downloaded half v2.7.1
8522026-04-30T00:10:00.277Z Downloaded base64 v0.22.1
8532026-04-30T00:10:00.280Z Downloaded getrandom v0.3.4
8542026-04-30T00:10:00.280Z Downloaded num_enum v0.5.11
8552026-04-30T00:10:00.283Z Downloaded num-complex v0.4.6
8562026-04-30T00:10:00.287Z Downloaded darling_core v0.23.0
8572026-04-30T00:10:00.287Z Downloaded crossbeam-utils v0.8.21
8582026-04-30T00:10:00.328Z Downloaded parse-display v0.10.0
8592026-04-30T00:10:00.328Z Downloaded hmac v0.12.1
8602026-04-30T00:10:00.331Z Downloaded num-derive v0.3.3
8612026-04-30T00:10:00.331Z Downloaded libefi-sys v0.1.0
8622026-04-30T00:10:00.331Z Downloaded nu-ansi-term v0.50.3
8632026-04-30T00:10:00.331Z Downloaded path-slash v0.1.5
8642026-04-30T00:10:00.331Z Downloaded parse-size v1.1.0
8652026-04-30T00:10:00.331Z Downloaded phf_shared v0.11.3
8662026-04-30T00:10:00.331Z Downloaded peg-runtime v0.8.5
8672026-04-30T00:10:00.331Z Downloaded num_enum_derive v0.7.5
8682026-04-30T00:10:00.331Z Downloaded num-integer v0.1.46
8692026-04-30T00:10:00.331Z Downloaded litrs v1.0.0
8702026-04-30T00:10:00.331Z Downloaded libloading v0.8.9
8712026-04-30T00:10:00.331Z Downloaded lock_api v0.4.14
8722026-04-30T00:10:00.331Z Downloaded pbkdf2 v0.11.0
8732026-04-30T00:10:00.331Z Downloaded phf_shared v0.12.1
8742026-04-30T00:10:00.331Z Downloaded phf_shared v0.13.1
8752026-04-30T00:10:00.331Z Downloaded pin-utils v0.1.0
8762026-04-30T00:10:00.331Z Downloaded powerfmt v0.2.0
8772026-04-30T00:10:00.332Z Downloaded predicates-tree v1.0.13
8782026-04-30T00:10:00.332Z Downloaded flume v0.11.1
8792026-04-30T00:10:00.336Z Downloaded const_format v0.2.35
8802026-04-30T00:10:00.339Z Downloaded arc-swap v1.8.2
8812026-04-30T00:10:00.339Z Downloaded packed_struct v0.10.1
8822026-04-30T00:10:00.343Z Downloaded indexmap v1.9.3
8832026-04-30T00:10:00.343Z Downloaded memmap2 v0.9.10
8842026-04-30T00:10:00.346Z Downloaded ignore v0.4.25
8852026-04-30T00:10:00.349Z Downloaded owo-colors v4.3.0
8862026-04-30T00:10:00.349Z Downloaded precomputed-hash v0.1.1
8872026-04-30T00:10:00.349Z Downloaded peg v0.8.5
8882026-04-30T00:10:00.352Z Downloaded parking_lot_core v0.8.6
8892026-04-30T00:10:00.352Z Downloaded oxide-tokio-rt v0.1.4
8902026-04-30T00:10:00.355Z Downloaded predicates-core v1.0.10
8912026-04-30T00:10:00.355Z Downloaded proc-macro-crate v3.4.0
8922026-04-30T00:10:00.358Z Downloaded heapless v0.8.0
8932026-04-30T00:10:00.363Z Downloaded proc-macro-crate v1.3.1
8942026-04-30T00:10:00.363Z Downloaded password-hash v0.5.0
8952026-04-30T00:10:00.365Z Downloaded flate2 v1.1.9
8962026-04-30T00:10:00.365Z Downloaded crossbeam-channel v0.5.15
8972026-04-30T00:10:00.368Z Downloaded cc v1.2.56
8982026-04-30T00:10:00.371Z Downloaded heapless v0.7.17
8992026-04-30T00:10:00.374Z Downloaded console v0.15.11
9002026-04-30T00:10:00.380Z Downloaded progenitor-client v0.11.2
9012026-04-30T00:10:00.383Z Downloaded progenitor-client v0.10.0
9022026-04-30T00:10:00.383Z Downloaded password-hash v0.4.2
9032026-04-30T00:10:00.383Z Downloaded parse-display-derive v0.10.0
9042026-04-30T00:10:00.387Z Downloaded pbkdf2 v0.12.2
9052026-04-30T00:10:00.391Z Downloaded progenitor-macro v0.13.0
9062026-04-30T00:10:00.391Z Downloaded phf v0.13.1
9072026-04-30T00:10:00.391Z Downloaded num_enum v0.7.5
9082026-04-30T00:10:00.395Z Downloaded progenitor-macro v0.10.0
9092026-04-30T00:10:00.399Z Downloaded async-compression v0.4.41
9102026-04-30T00:10:00.405Z Downloaded pem-rfc7468 v0.7.0
9112026-04-30T00:10:00.405Z Downloaded paste v1.0.15
9122026-04-30T00:10:00.405Z Downloaded omicron-zone-package v0.12.2
9132026-04-30T00:10:00.409Z Downloaded pin-project-lite v0.2.17
9142026-04-30T00:10:00.409Z Downloaded polyval v0.6.2
9152026-04-30T00:10:00.409Z Downloaded pkg-config v0.3.32
9162026-04-30T00:10:00.414Z Downloaded quick-error v1.2.3
9172026-04-30T00:10:00.414Z Downloaded pin-project-internal v1.1.11
9182026-04-30T00:10:00.414Z Downloaded pem v3.0.6
9192026-04-30T00:10:00.414Z Downloaded progenitor-macro v0.14.0
9202026-04-30T00:10:00.419Z Downloaded poly1305 v0.8.0
9212026-04-30T00:10:00.419Z Downloaded progenitor-macro v0.11.2
9222026-04-30T00:10:00.419Z Downloaded dropshot-api-manager v0.7.1
9232026-04-30T00:10:00.423Z Downloaded phf v0.12.1
9242026-04-30T00:10:00.423Z Downloaded psl-types v2.0.11
9252026-04-30T00:10:00.423Z Downloaded num-rational v0.4.2
9262026-04-30T00:10:00.423Z Downloaded ar_archive_writer v0.5.1
9272026-04-30T00:10:00.423Z Downloaded radium v0.7.0
9282026-04-30T00:10:00.427Z Downloaded rand_chacha v0.3.1
9292026-04-30T00:10:00.427Z Downloaded crossterm v0.29.0
9302026-04-30T00:10:00.432Z Downloaded postgres-protocol v0.6.10
9312026-04-30T00:10:00.437Z Downloaded oxnet v0.1.4
9322026-04-30T00:10:00.437Z Downloaded indicatif v0.18.4
9332026-04-30T00:10:00.446Z Downloaded proc-macro-error-attr2 v2.0.0
9342026-04-30T00:10:00.446Z Downloaded parking_lot v0.12.5
9352026-04-30T00:10:00.446Z Downloaded recursive-proc-macro-impl v0.1.1
9362026-04-30T00:10:00.452Z Downloaded predicates v3.1.4
9372026-04-30T00:10:00.452Z Downloaded primeorder v0.13.6
9382026-04-30T00:10:00.452Z Downloaded recursive v0.1.1
9392026-04-30T00:10:00.452Z Downloaded progenitor v0.14.0
9402026-04-30T00:10:00.452Z Downloaded progenitor v0.13.0
9412026-04-30T00:10:00.452Z Downloaded parking_lot v0.11.2
9422026-04-30T00:10:00.452Z Downloaded progenitor v0.10.0
9432026-04-30T00:10:00.460Z Downloaded darling_core v0.21.3
9442026-04-30T00:10:00.460Z Downloaded progenitor v0.11.2
9452026-04-30T00:10:00.460Z Downloaded derive_more-impl v2.1.1
9462026-04-30T00:10:00.463Z Downloaded proc-macro-error2 v2.0.1
9472026-04-30T00:10:00.463Z Downloaded hickory-resolver v0.24.4
9482026-04-30T00:10:00.463Z Downloaded headers v0.4.1
9492026-04-30T00:10:00.467Z Downloaded ref-cast v1.0.25
9502026-04-30T00:10:00.470Z Downloaded hickory-resolver v0.25.2
9512026-04-30T00:10:00.473Z Downloaded compact_str v0.8.1
9522026-04-30T00:10:00.473Z Downloaded ref-cast-impl v1.0.25
9532026-04-30T00:10:00.476Z Downloaded base64 v0.21.7
9542026-04-30T00:10:00.476Z Downloaded peg-macros v0.8.5
9552026-04-30T00:10:00.479Z Downloaded psm v0.1.30
9562026-04-30T00:10:00.479Z Downloaded expectorate v1.2.0
9572026-04-30T00:10:00.483Z Downloaded libbz2-rs-sys v0.2.2
9582026-04-30T00:10:00.483Z Downloaded der v0.7.10
9592026-04-30T00:10:00.491Z Downloaded russh-cryptovec v0.7.3
9602026-04-30T00:10:00.491Z Downloaded progenitor-client v0.14.0
9612026-04-30T00:10:00.491Z Downloaded progenitor-client v0.13.0
9622026-04-30T00:10:00.491Z Downloaded parking_lot_core v0.9.12
9632026-04-30T00:10:00.498Z Downloaded rfc6979 v0.4.0
9642026-04-30T00:10:00.498Z Downloaded crypto-bigint v0.5.5
9652026-04-30T00:10:00.498Z Downloaded ppv-lite86 v0.2.21
9662026-04-30T00:10:00.498Z Downloaded rustc_version v0.1.7
9672026-04-30T00:10:00.498Z Downloaded rand_xorshift v0.4.0
9682026-04-30T00:10:00.498Z Downloaded rand_core v0.9.5
9692026-04-30T00:10:00.502Z Downloaded pkcs5 v0.7.1
9702026-04-30T00:10:00.502Z Downloaded pkcs1 v0.7.5
9712026-04-30T00:10:00.502Z Downloaded r2d2 v0.8.10
9722026-04-30T00:10:00.503Z Downloaded rand_chacha v0.9.0
9732026-04-30T00:10:00.509Z Downloaded postgres-types v0.2.12
9742026-04-30T00:10:00.509Z Downloaded rustc_version v0.4.1
9752026-04-30T00:10:00.509Z Downloaded rustc-hash v2.1.1
9762026-04-30T00:10:00.509Z Downloaded postcard v1.1.3
9772026-04-30T00:10:00.513Z Downloaded pkcs8 v0.10.2
9782026-04-30T00:10:00.513Z Downloaded rand_seeder v0.4.0
9792026-04-30T00:10:00.513Z Downloaded rand_core v0.6.4
9802026-04-30T00:10:00.513Z Downloaded p256 v0.13.2
9812026-04-30T00:10:00.517Z Downloaded oso v0.27.3
9822026-04-30T00:10:00.523Z Downloaded papergrid v0.17.0
9832026-04-30T00:10:00.526Z Downloaded rand_core v0.10.0
9842026-04-30T00:10:00.531Z Downloaded same-file v1.0.6
9852026-04-30T00:10:00.536Z Downloaded scheduled-thread-pool v0.2.7
9862026-04-30T00:10:00.538Z Downloaded hashbrown v0.12.3
9872026-04-30T00:10:00.547Z Downloaded hickory-server v0.25.2
9882026-04-30T00:10:00.558Z Downloaded salsa20 v0.10.2
9892026-04-30T00:10:00.558Z Downloaded scroll_derive v0.13.1
9902026-04-30T00:10:00.558Z Downloaded progenitor-extras v0.2.0
9912026-04-30T00:10:00.558Z Downloaded jiff-static v0.2.21
9922026-04-30T00:10:00.559Z Downloaded scopeguard v1.2.0
9932026-04-30T00:10:00.559Z Downloaded resolv-conf v0.7.6
9942026-04-30T00:10:00.559Z Downloaded sapling-renderdag v0.1.0
9952026-04-30T00:10:00.559Z Downloaded secrecy v0.10.3
9962026-04-30T00:10:00.559Z Downloaded secrecy v0.8.0
9972026-04-30T00:10:00.564Z Downloaded scrypt v0.11.0
9982026-04-30T00:10:00.564Z Downloaded serde-big-array v0.5.1
9992026-04-30T00:10:00.564Z Downloaded serde_bytes v0.11.19
10002026-04-30T00:10:00.573Z Downloaded semver v0.1.20
10012026-04-30T00:10:00.583Z Downloaded openssl-sys v0.9.111
10022026-04-30T00:10:00.583Z Downloaded serde_urlencoded v0.7.1
10032026-04-30T00:10:00.583Z Downloaded serde_plain v1.0.2
10042026-04-30T00:10:00.583Z Downloaded serde_spanned v1.0.4
10052026-04-30T00:10:00.583Z Downloaded pin-project v1.1.11
10062026-04-30T00:10:00.587Z Downloaded quinn-udp v0.5.14
10072026-04-30T00:10:00.587Z Downloaded serde_repr v0.1.20
10082026-04-30T00:10:00.587Z Downloaded seq-macro v0.3.6
10092026-04-30T00:10:00.590Z Downloaded rustls-native-certs v0.8.3
10102026-04-30T00:10:00.590Z Downloaded rtoolbox v0.0.3
10112026-04-30T00:10:00.595Z Downloaded sigpipe v0.1.3
10122026-04-30T00:10:00.602Z Downloaded prefix-trie v0.7.0
10132026-04-30T00:10:00.614Z Downloaded siphasher v1.0.2
10142026-04-30T00:10:00.619Z Downloaded signal-hook-tokio v0.3.1
10152026-04-30T00:10:00.619Z Downloaded rustversion v1.0.22
10162026-04-30T00:10:00.619Z Downloaded signature v2.2.0
10172026-04-30T00:10:00.619Z Downloaded shell-words v1.1.1
10182026-04-30T00:10:00.619Z Downloaded signal-hook-mio v0.2.5
10192026-04-30T00:10:00.622Z Downloaded slog-envlogger v2.2.0
10202026-04-30T00:10:00.622Z Downloaded rustls-pemfile v1.0.4
10212026-04-30T00:10:00.622Z Downloaded miniz_oxide v0.8.9
10222026-04-30T00:10:00.625Z Downloaded slog-bunyan v2.5.0
10232026-04-30T00:10:00.628Z Downloaded aes v0.8.4
10242026-04-30T00:10:00.631Z Downloaded rusty-fork v0.3.1
10252026-04-30T00:10:00.634Z Downloaded crossterm v0.28.1
10262026-04-30T00:10:00.637Z Downloaded progenitor-impl v0.14.0
10272026-04-30T00:10:00.637Z Downloaded progenitor-impl v0.13.0
10282026-04-30T00:10:00.639Z Downloaded schemars_derive v0.8.22
10292026-04-30T00:10:00.640Z Downloaded http v1.4.0
10302026-04-30T00:10:00.642Z Downloaded progenitor-impl v0.11.2
10312026-04-30T00:10:00.645Z Downloaded diesel_derives v2.3.7
10322026-04-30T00:10:00.650Z Downloaded sec1 v0.7.3
10332026-04-30T00:10:00.655Z Downloaded sct v0.7.1
10342026-04-30T00:10:00.667Z Downloaded sqlparser_derive v0.5.0
10352026-04-30T00:10:00.668Z Downloaded serde-hex v0.1.0
10362026-04-30T00:10:00.668Z Downloaded scroll v0.13.0
10372026-04-30T00:10:00.675Z Downloaded ssh-cipher v0.2.0
10382026-04-30T00:10:00.678Z Downloaded serde_derive_internals v0.29.1
10392026-04-30T00:10:00.678Z Downloaded structmeta v0.3.0
10402026-04-30T00:10:00.680Z Downloaded ssh-encoding v0.2.0
10412026-04-30T00:10:00.680Z Downloaded sha1 v0.10.6
10422026-04-30T00:10:00.680Z Downloaded strip-ansi-escapes v0.2.1
10432026-04-30T00:10:00.683Z Downloaded hyper-util v0.1.20
10442026-04-30T00:10:00.687Z Downloaded strum v0.26.3
10452026-04-30T00:10:00.690Z Downloaded strum v0.27.2
10462026-04-30T00:10:00.690Z Downloaded rustls-pki-types v1.14.0
10472026-04-30T00:10:00.694Z Downloaded prettyplease v0.2.37
10482026-04-30T00:10:00.697Z Downloaded hashbrown v0.13.2
10492026-04-30T00:10:00.697Z Downloaded minimal-lexical v0.2.1
10502026-04-30T00:10:00.703Z Downloaded simd-adler32 v0.3.8
10512026-04-30T00:10:00.709Z Downloaded slab v0.4.12
10522026-04-30T00:10:00.709Z Downloaded shlex v1.3.0
10532026-04-30T00:10:00.712Z Downloaded signal-hook-registry v1.4.8
10542026-04-30T00:10:00.712Z Downloaded rustls-pemfile v2.2.0
10552026-04-30T00:10:00.712Z Downloaded structmeta-derive v0.3.0
10562026-04-30T00:10:00.712Z Downloaded supports-color v3.0.2
10572026-04-30T00:10:00.712Z Downloaded tabwriter v1.4.1
10582026-04-30T00:10:00.717Z Downloaded slog-json v2.6.1
10592026-04-30T00:10:00.717Z Downloaded itertools v0.10.5
10602026-04-30T00:10:00.721Z Downloaded slog-async v2.8.0
10612026-04-30T00:10:00.721Z Downloaded progenitor-impl v0.10.0
10622026-04-30T00:10:00.725Z Downloaded slog-dtrace v0.3.0
10632026-04-30T00:10:00.725Z Downloaded tagptr v0.2.0
10642026-04-30T00:10:00.725Z Downloaded aes-gcm v0.10.3
10652026-04-30T00:10:00.725Z Downloaded sync_wrapper v1.0.2
10662026-04-30T00:10:00.729Z Downloaded rcgen v0.12.1
10672026-04-30T00:10:00.729Z Downloaded num-bigint v0.4.6
10682026-04-30T00:10:00.732Z Downloaded tap v1.0.1
10692026-04-30T00:10:00.732Z Downloaded tabled_derive v0.11.0
10702026-04-30T00:10:00.732Z Downloaded take_mut v0.2.2
10712026-04-30T00:10:00.732Z Downloaded sync-ptr v0.1.4
10722026-04-30T00:10:00.742Z Downloaded slog-scope v4.4.1
10732026-04-30T00:10:00.745Z Downloaded snafu-derive v0.8.9
10742026-04-30T00:10:00.745Z Downloaded serde_path_to_error v0.1.20
10752026-04-30T00:10:00.749Z Downloaded thiserror-impl-no-std v2.0.2
10762026-04-30T00:10:00.749Z Downloaded smf v0.2.3
10772026-04-30T00:10:00.749Z Downloaded testing_table v0.3.0
10782026-04-30T00:10:00.749Z Downloaded termtree v0.5.1
10792026-04-30T00:10:00.754Z Downloaded slog-term v2.9.2
10802026-04-30T00:10:00.754Z Downloaded spki v0.7.3
10812026-04-30T00:10:00.754Z Downloaded slog-stdlog v4.1.1
10822026-04-30T00:10:00.754Z Downloaded smallvec v0.6.14
10832026-04-30T00:10:00.758Z Downloaded ron v0.8.1
10842026-04-30T00:10:00.767Z Downloaded thread-id v5.1.0
10852026-04-30T00:10:00.767Z Downloaded tinyvec_macros v0.1.1
10862026-04-30T00:10:00.771Z Downloaded sqlformat v0.3.5
10872026-04-30T00:10:00.771Z Downloaded time-core v0.1.8
10882026-04-30T00:10:00.774Z Downloaded static_assertions v1.1.0
10892026-04-30T00:10:00.774Z Downloaded stacker v0.1.23
10902026-04-30T00:10:00.774Z Downloaded tokio-macros v2.7.0
10912026-04-30T00:10:00.774Z Downloaded strum_macros v0.27.2
10922026-04-30T00:10:00.777Z Downloaded string_cache v0.8.9
10932026-04-30T00:10:00.778Z Downloaded stringprep v0.1.5
10942026-04-30T00:10:00.781Z Downloaded serde_with_macros v3.17.0
10952026-04-30T00:10:00.781Z Downloaded serde_cbor v0.11.2
10962026-04-30T00:10:00.784Z Downloaded pretty_assertions v1.4.1
10972026-04-30T00:10:00.787Z Downloaded mio v1.2.0
10982026-04-30T00:10:00.790Z Downloaded rayon-core v1.13.0
10992026-04-30T00:10:00.793Z Downloaded support-bundle-viewer v0.1.2
11002026-04-30T00:10:00.793Z Downloaded subtle v2.6.1
11012026-04-30T00:10:00.793Z Downloaded strum_macros v0.24.3
11022026-04-30T00:10:00.799Z Downloaded rustls-platform-verifier v0.6.2
11032026-04-30T00:10:00.802Z Downloaded strum_macros v0.26.4
11042026-04-30T00:10:00.802Z Downloaded hashbrown v0.15.5
11052026-04-30T00:10:00.807Z Downloaded hashbrown v0.16.1
11062026-04-30T00:10:00.820Z Downloaded libxml v0.3.3
11072026-04-30T00:10:00.830Z Downloaded spin v0.9.8
11082026-04-30T00:10:00.830Z Downloaded ryu v1.0.23
11092026-04-30T00:10:00.835Z Downloaded topological-sort v0.2.2
11102026-04-30T00:10:00.835Z Downloaded tower-service v0.3.3
11112026-04-30T00:10:00.835Z Downloaded quinn v0.11.9
11122026-04-30T00:10:00.836Z Downloaded schemars v0.8.22
11132026-04-30T00:10:00.842Z Downloaded termios v0.3.3
11142026-04-30T00:10:00.842Z Downloaded publicsuffix v2.3.0
11152026-04-30T00:10:00.846Z Downloaded time-macros v0.2.27
11162026-04-30T00:10:00.846Z Downloaded try-lock v0.2.5
11172026-04-30T00:10:00.849Z Downloaded trait-variant v0.1.2
11182026-04-30T00:10:00.849Z Downloaded tower-layer v0.3.3
11192026-04-30T00:10:00.849Z Downloaded tokio-dtrace v0.1.1
11202026-04-30T00:10:00.854Z Downloaded russh-keys v0.45.0
11212026-04-30T00:10:00.854Z Downloaded rand v0.8.5
11222026-04-30T00:10:00.859Z Downloaded thread_local v1.1.9
11232026-04-30T00:10:00.863Z Downloaded tiny-keccak v2.0.2
11242026-04-30T00:10:00.863Z Downloaded tokio-native-tls v0.3.1
11252026-04-30T00:10:00.874Z Downloaded typify-macro v0.6.2
11262026-04-30T00:10:00.874Z Downloaded tls_codec_derive v0.4.2
11272026-04-30T00:10:00.874Z Downloaded serde_yaml v0.9.34+deprecated
11282026-04-30T00:10:00.874Z Downloaded nom v7.1.3
11292026-04-30T00:10:00.886Z Downloaded unarray v0.1.4
11302026-04-30T00:10:00.886Z Downloaded typify-macro v0.4.3
11312026-04-30T00:10:00.886Z Downloaded iri-string v0.7.10
11322026-04-30T00:10:00.886Z Downloaded slog v2.8.2
11332026-04-30T00:10:00.886Z Downloaded signal-hook v0.3.18
11342026-04-30T00:10:00.890Z Downloaded similar v2.7.0
11352026-04-30T00:10:00.890Z Downloaded term v0.7.0
11362026-04-30T00:10:00.890Z Downloaded tokio-rustls v0.25.0
11372026-04-30T00:10:00.896Z Downloaded usdt-attr-macro v0.6.0
11382026-04-30T00:10:00.906Z Downloaded usdt v0.6.0
11392026-04-30T00:10:00.906Z Downloaded bitvec v1.0.1
11402026-04-30T00:10:00.923Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-04-30T00:10:00.923Z Downloaded qorb v0.4.1
11422026-04-30T00:10:00.923Z Downloaded futures-util v0.3.32
11432026-04-30T00:10:00.923Z Downloaded utf-8 v0.7.6
11442026-04-30T00:10:00.923Z Downloaded universal-hash v0.5.1
11452026-04-30T00:10:00.923Z Downloaded wait-timeout v0.2.1
11462026-04-30T00:10:00.932Z Downloaded unit-prefix v0.5.2
11472026-04-30T00:10:00.932Z Downloaded unicode-truncate v1.1.0
11482026-04-30T00:10:00.932Z Downloaded untrusted v0.9.0
11492026-04-30T00:10:00.932Z Downloaded toml_writer v1.0.6+spec-1.1.0
11502026-04-30T00:10:00.932Z Downloaded thiserror-no-std v2.0.2
11512026-04-30T00:10:00.932Z Downloaded tokio-tungstenite v0.21.0
11522026-04-30T00:10:00.932Z Downloaded rsa v0.9.10
11532026-04-30T00:10:00.937Z Downloaded socket2 v0.6.3
11542026-04-30T00:10:00.937Z Downloaded tokio-tungstenite v0.23.1
11552026-04-30T00:10:00.937Z Downloaded tls_codec v0.4.2
11562026-04-30T00:10:00.937Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11572026-04-30T00:10:00.937Z Downloaded tui-tree-widget v0.23.1
11582026-04-30T00:10:00.940Z Downloaded usdt-macro v0.6.0
11592026-04-30T00:10:00.944Z Downloaded void v1.0.2
11602026-04-30T00:10:00.950Z Downloaded hyper v1.8.1
11612026-04-30T00:10:00.955Z Downloaded h2 v0.4.13
11622026-04-30T00:10:00.955Z Downloaded rand v0.9.2
11632026-04-30T00:10:00.963Z Downloaded want v0.3.1
11642026-04-30T00:10:00.966Z Downloaded waitgroup v0.1.2
11652026-04-30T00:10:00.969Z Downloaded unicase v2.9.0
11662026-04-30T00:10:00.969Z Downloaded iddqd v0.3.18
11672026-04-30T00:10:00.972Z Downloaded num-bigint-dig v0.8.6
11682026-04-30T00:10:00.976Z Downloaded hkdf v0.12.4
11692026-04-30T00:10:00.981Z Downloaded xshell-macros v0.2.7
11702026-04-30T00:10:00.981Z Downloaded xattr v1.6.1
11712026-04-30T00:10:00.981Z Downloaded tokio-rustls v0.24.1
11722026-04-30T00:10:00.986Z Downloaded term v1.2.1
11732026-04-30T00:10:00.996Z Downloaded snafu v0.8.9
11742026-04-30T00:10:00.996Z Downloaded socket2 v0.5.10
11752026-04-30T00:10:00.996Z Downloaded tokio-rustls v0.26.4
11762026-04-30T00:10:01.000Z Downloaded itertools v0.14.0
11772026-04-30T00:10:01.007Z Downloaded itertools v0.13.0
11782026-04-30T00:10:01.007Z Downloaded vergen-git2 v1.0.7
11792026-04-30T00:10:01.014Z Downloaded zone_cfg_derive v0.3.1
11802026-04-30T00:10:01.014Z Downloaded zone v0.3.1
11812026-04-30T00:10:01.014Z Downloaded zeroize_derive v1.4.3
11822026-04-30T00:10:01.014Z Downloaded untrusted v0.7.1
11832026-04-30T00:10:01.015Z Downloaded samael v0.0.19
11842026-04-30T00:10:01.015Z Downloaded schemars v0.9.0
11852026-04-30T00:10:01.018Z Downloaded usdt-impl v0.6.0
11862026-04-30T00:10:01.022Z Downloaded schemars v1.2.1
11872026-04-30T00:10:01.029Z Downloaded whoami v1.6.1
11882026-04-30T00:10:01.034Z Downloaded uzers v0.12.2
11892026-04-30T00:10:01.034Z Downloaded vergen-lib v0.1.6
11902026-04-30T00:10:01.034Z Downloaded tinyvec v1.10.0
11912026-04-30T00:10:01.034Z Downloaded itertools v0.12.1
11922026-04-30T00:10:01.041Z Downloaded twox-hash v2.1.2
11932026-04-30T00:10:01.041Z Downloaded wyz v0.5.1
11942026-04-30T00:10:01.041Z Downloaded walkdir v2.5.0
11952026-04-30T00:10:01.050Z Downloaded test-strategy v0.4.5
11962026-04-30T00:10:01.050Z Downloaded vergen-gitcl v1.0.8
11972026-04-30T00:10:01.050Z Downloaded subprocess v0.2.15
11982026-04-30T00:10:01.050Z Downloaded toml_parser v1.0.9+spec-1.1.0
11992026-04-30T00:10:01.050Z Downloaded rustls-webpki v0.103.9
12002026-04-30T00:10:01.054Z Downloaded tar v0.4.45
12012026-04-30T00:10:01.057Z Downloaded p521 v0.13.3
12022026-04-30T00:10:01.062Z Downloaded whoami v2.1.0
12032026-04-30T00:10:01.069Z Downloaded tokio-stream v0.1.18
12042026-04-30T00:10:01.073Z Downloaded toml v0.9.12+spec-1.1.0
12052026-04-30T00:10:01.079Z Downloaded tracing-attributes v0.1.31
12062026-04-30T00:10:01.093Z Downloaded zstd-safe v7.2.4
12072026-04-30T00:10:01.093Z Downloaded vergen v9.0.6
12082026-04-30T00:10:01.093Z Downloaded zstd v0.13.3
12092026-04-30T00:10:01.093Z Downloaded rand v0.10.0
12102026-04-30T00:10:01.130Z Downloaded tungstenite v0.23.0
12112026-04-30T00:10:01.130Z Downloaded russh v0.45.0
12122026-04-30T00:10:01.157Z Downloaded toml v0.7.8
12132026-04-30T00:10:01.157Z Downloaded vsss-rs v3.3.4
12142026-04-30T00:10:01.157Z Downloaded steno v0.4.1
12152026-04-30T00:10:01.157Z Downloaded libm v0.2.16
12162026-04-30T00:10:01.157Z Downloaded xshell v0.2.7
12172026-04-30T00:10:01.157Z Downloaded tracing-core v0.1.36
12182026-04-30T00:10:01.157Z Downloaded unsafe-libyaml v0.2.11
12192026-04-30T00:10:01.157Z Downloaded unicode-properties v0.1.4
12202026-04-30T00:10:01.157Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-04-30T00:10:01.157Z Downloaded typify v0.6.2
12222026-04-30T00:10:01.157Z Downloaded zeroize v1.8.2
12232026-04-30T00:10:01.158Z Downloaded yasna v0.5.2
12242026-04-30T00:10:01.186Z Downloaded rustyline v14.0.0
12252026-04-30T00:10:01.186Z Downloaded tungstenite v0.21.0
12262026-04-30T00:10:01.186Z Downloaded typify v0.4.3
12272026-04-30T00:10:01.186Z Downloaded tokio-postgres v0.7.16
12282026-04-30T00:10:01.197Z Downloaded toml v1.0.6+spec-1.1.0
12292026-04-30T00:10:01.197Z Downloaded unicode-bidi v0.3.18
12302026-04-30T00:10:01.198Z Downloaded zerocopy v0.6.6
12312026-04-30T00:10:01.198Z Downloaded vte v0.14.1
12322026-04-30T00:10:01.198Z Downloaded blake3 v1.8.3
12332026-04-30T00:10:01.214Z Downloaded toml_edit v0.19.15
12342026-04-30T00:10:01.227Z Downloaded rpassword v7.4.0
12352026-04-30T00:10:01.232Z Downloaded bindgen v0.71.1
12362026-04-30T00:10:01.232Z Downloaded zopfli v0.8.3
12372026-04-30T00:10:01.232Z Downloaded reedline v0.40.0
12382026-04-30T00:10:01.255Z Downloaded uuid v1.23.0
12392026-04-30T00:10:01.287Z Downloaded p384 v0.13.1
12402026-04-30T00:10:01.287Z Downloaded yansi v1.0.1
12412026-04-30T00:10:01.287Z Downloaded aws-lc-rs v1.16.0
12422026-04-30T00:10:01.293Z Downloaded regex v1.12.3
12432026-04-30T00:10:01.293Z Downloaded unicode_categories v0.1.1
12442026-04-30T00:10:01.293Z Downloaded portable-atomic v1.13.1
12452026-04-30T00:10:01.293Z Downloaded ssh-key v0.6.7
12462026-04-30T00:10:01.293Z Downloaded reqwest v0.13.2
12472026-04-30T00:10:01.298Z Downloaded zerocopy-derive v0.8.40
12482026-04-30T00:10:01.302Z Downloaded quick-xml v0.37.5
12492026-04-30T00:10:01.305Z Downloaded curve25519-dalek v4.1.3
12502026-04-30T00:10:01.310Z Downloaded chrono v0.4.44
12512026-04-30T00:10:01.314Z Downloaded typed-path v0.9.3
12522026-04-30T00:10:01.319Z Downloaded rayon v1.11.0
12532026-04-30T00:10:01.322Z Downloaded x509-cert v0.2.5
12542026-04-30T00:10:01.325Z Downloaded goblin v0.10.5
12552026-04-30T00:10:01.331Z Downloaded unicode-segmentation v1.12.0
12562026-04-30T00:10:01.335Z Downloaded zip v0.6.6
12572026-04-30T00:10:01.338Z Downloaded reqwest v0.12.28
12582026-04-30T00:10:01.348Z Downloaded git2 v0.20.4
12592026-04-30T00:10:01.368Z Downloaded rustls-webpki v0.101.7
12602026-04-30T00:10:01.380Z Downloaded unicode-normalization v0.1.25
12612026-04-30T00:10:01.393Z Downloaded lalrpop v0.19.12
12622026-04-30T00:10:01.399Z Downloaded tower v0.5.3
12632026-04-30T00:10:01.415Z Downloaded zip v4.6.1
12642026-04-30T00:10:01.419Z Downloaded salty v0.3.0
12652026-04-30T00:10:01.424Z Downloaded petname v2.0.2
12662026-04-30T00:10:01.429Z Downloaded tower-http v0.6.8
12672026-04-30T00:10:01.434Z Downloaded tough v0.20.0
12682026-04-30T00:10:01.440Z Downloaded tokio-util v0.7.18
12692026-04-30T00:10:01.452Z Downloaded object v0.30.4
12702026-04-30T00:10:01.460Z Downloaded moka v0.12.13
12712026-04-30T00:10:01.466Z Downloaded serde_with v3.17.0
12722026-04-30T00:10:01.478Z Downloaded nix v0.27.1
12732026-04-30T00:10:01.486Z Downloaded winnow v0.5.40
12742026-04-30T00:10:01.490Z Downloaded quinn-proto v0.11.13
12752026-04-30T00:10:01.495Z Downloaded rustls-webpki v0.102.8
12762026-04-30T00:10:01.502Z Downloaded openssl v0.10.75
12772026-04-30T00:10:01.522Z Downloaded proptest v1.10.0
12782026-04-30T00:10:01.537Z Downloaded radix_trie v0.2.1
12792026-04-30T00:10:01.545Z Downloaded winnow v0.6.26
12802026-04-30T00:10:01.552Z Downloaded polar-core v0.27.3
12812026-04-30T00:10:01.559Z Downloaded tabled v0.20.0
12822026-04-30T00:10:01.568Z Downloaded bstr v1.12.1
12832026-04-30T00:10:01.574Z Downloaded nix v0.29.0
12842026-04-30T00:10:01.582Z Downloaded regex-syntax v0.6.29
12852026-04-30T00:10:01.587Z Downloaded nix v0.28.0
12862026-04-30T00:10:01.596Z Downloaded time v0.3.47
12872026-04-30T00:10:01.603Z Downloaded rustls v0.21.12
12882026-04-30T00:10:01.613Z Downloaded smoltcp v0.9.1
12892026-04-30T00:10:01.621Z Downloaded dropshot v0.17.0
12902026-04-30T00:10:01.638Z Downloaded nix v0.31.2
12912026-04-30T00:10:01.644Z Downloaded dropshot v0.16.7
12922026-04-30T00:10:01.652Z Downloaded zlib-rs v0.6.2
12932026-04-30T00:10:01.656Z Downloaded vcpkg v0.2.15
12942026-04-30T00:10:01.678Z Downloaded regress v0.10.5
12952026-04-30T00:10:01.683Z Downloaded rustls v0.22.4
12962026-04-30T00:10:01.690Z Downloaded webpki-roots v1.0.6
12972026-04-30T00:10:01.693Z Downloaded smoltcp v0.11.0
12982026-04-30T00:10:01.710Z Downloaded hickory-proto v0.24.4
12992026-04-30T00:10:01.716Z Downloaded zerocopy v0.8.40
13002026-04-30T00:10:01.716Z Downloaded hickory-proto v0.25.2
13012026-04-30T00:10:01.725Z Downloaded rustls v0.23.37
13022026-04-30T00:10:01.729Z Downloaded diesel v2.3.7
13032026-04-30T00:10:01.747Z Downloaded regress v0.11.1
13042026-04-30T00:10:01.752Z Downloaded rustix v0.38.44
13052026-04-30T00:10:01.761Z Downloaded regex-syntax v0.8.10
13062026-04-30T00:10:01.771Z Downloaded openapiv3 v2.2.0
13072026-04-30T00:10:01.774Z Downloaded object v0.37.3
13082026-04-30T00:10:01.811Z Downloaded sqlparser v0.61.0
13092026-04-30T00:10:01.816Z Downloaded typify-impl v0.6.2
13102026-04-30T00:10:01.827Z Downloaded tracing v0.1.44
13112026-04-30T00:10:01.847Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-04-30T00:10:01.865Z Downloaded sled v0.34.7
13132026-04-30T00:10:01.884Z Downloaded regex-automata v0.4.14
13142026-04-30T00:10:01.890Z Downloaded typify-impl v0.4.3
13152026-04-30T00:10:01.898Z Downloaded petgraph v0.6.5
13162026-04-30T00:10:01.910Z Downloaded chrono-tz v0.10.4
13172026-04-30T00:10:01.920Z Downloaded ratatui v0.29.0
13182026-04-30T00:10:01.930Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-04-30T00:10:01.965Z Downloaded zerocopy-derive v0.6.6
13202026-04-30T00:10:02.023Z Downloaded jiff v0.2.21
13212026-04-30T00:10:02.068Z Downloaded petgraph v0.8.3
13222026-04-30T00:10:02.099Z Downloaded csv v1.4.0
13232026-04-30T00:10:02.114Z Downloaded libz-sys v1.1.24
13242026-04-30T00:10:02.127Z Downloaded sha3 v0.10.8
13252026-04-30T00:10:02.151Z Downloaded tokio v1.52.1
13262026-04-30T00:10:02.239Z Downloaded encoding_rs v0.8.35
13272026-04-30T00:10:02.277Z Downloaded ring v0.17.14
13282026-04-30T00:10:02.300Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-04-30T00:10:02.736Z Downloaded aws-lc-sys v0.37.1
13302026-04-30T00:10:02.988Z Compiling libc v0.2.185
13312026-04-30T00:10:02.988Z Compiling serde v1.0.228
13322026-04-30T00:10:02.997Z Compiling shlex v1.3.0
13332026-04-30T00:10:02.997Z Compiling log v0.4.29
13342026-04-30T00:10:02.997Z Compiling find-msvc-tools v0.1.9
13352026-04-30T00:10:02.998Z Compiling smallvec v1.15.1
13362026-04-30T00:10:02.998Z Compiling typenum v1.19.0
13372026-04-30T00:10:02.998Z Compiling subtle v2.6.1
13382026-04-30T00:10:03.171Z Compiling generic-array v0.14.7
13392026-04-30T00:10:03.177Z Compiling scopeguard v1.2.0
13402026-04-30T00:10:03.185Z Compiling const-oid v0.9.6
13412026-04-30T00:10:03.241Z Compiling portable-atomic v1.13.1
13422026-04-30T00:10:03.258Z Compiling zerocopy v0.8.40
13432026-04-30T00:10:03.270Z Compiling syn v2.0.117
13442026-04-30T00:10:03.283Z Compiling serde_json v1.0.149
13452026-04-30T00:10:03.301Z Compiling lock_api v0.4.14
13462026-04-30T00:10:03.326Z Compiling critical-section v1.2.0
13472026-04-30T00:10:03.345Z Compiling pin-project-lite v0.2.17
13482026-04-30T00:10:03.359Z Compiling parking_lot_core v0.9.12
13492026-04-30T00:10:03.375Z Compiling pkg-config v0.3.32
13502026-04-30T00:10:03.408Z Compiling bitflags v2.11.0
13512026-04-30T00:10:03.422Z Compiling libm v0.2.16
13522026-04-30T00:10:03.468Z Compiling num-traits v0.2.19
13532026-04-30T00:10:03.473Z Compiling futures-core v0.3.32
13542026-04-30T00:10:03.513Z Compiling percent-encoding v2.3.2
13552026-04-30T00:10:03.542Z Compiling futures-sink v0.3.32
13562026-04-30T00:10:03.564Z Compiling cpufeatures v0.2.17
13572026-04-30T00:10:03.635Z Compiling futures-channel v0.3.32
13582026-04-30T00:10:03.669Z Compiling futures-task v0.3.32
13592026-04-30T00:10:03.669Z Compiling futures-io v0.3.32
13602026-04-30T00:10:03.669Z Compiling getrandom v0.4.1
13612026-04-30T00:10:03.673Z Compiling slab v0.4.12
13622026-04-30T00:10:03.731Z Compiling getrandom v0.3.4
13632026-04-30T00:10:03.813Z Compiling rand_core v0.10.0
13642026-04-30T00:10:03.861Z Compiling rustversion v1.0.22
13652026-04-30T00:10:03.884Z Compiling indexmap v2.14.0
13662026-04-30T00:10:03.967Z Compiling form_urlencoded v1.2.2
13672026-04-30T00:10:03.990Z Compiling base64ct v1.8.3
13682026-04-30T00:10:03.990Z Compiling dunce v1.0.5
13692026-04-30T00:10:04.019Z Compiling fs_extra v1.3.0
13702026-04-30T00:10:04.055Z Compiling ident_case v1.0.1
13712026-04-30T00:10:04.078Z Compiling flagset v0.4.7
13722026-04-30T00:10:04.119Z Compiling getrandom v0.2.17
13732026-04-30T00:10:04.133Z Compiling jobserver v0.1.34
13742026-04-30T00:10:04.182Z Compiling errno v0.3.14
13752026-04-30T00:10:04.209Z Compiling mio v1.2.0
13762026-04-30T00:10:04.228Z Compiling socket2 v0.6.3
13772026-04-30T00:10:04.275Z Compiling rand_core v0.6.4
13782026-04-30T00:10:04.319Z Compiling once_cell v1.21.3
13792026-04-30T00:10:04.334Z Compiling signal-hook-registry v1.4.8
13802026-04-30T00:10:04.349Z Compiling cc v1.2.56
13812026-04-30T00:10:04.406Z Compiling pem-rfc7468 v0.7.0
13822026-04-30T00:10:04.418Z Compiling parking_lot v0.12.5
13832026-04-30T00:10:04.543Z Compiling rustix v1.1.3
13842026-04-30T00:10:04.562Z Compiling iana-time-zone v0.1.65
13852026-04-30T00:10:04.590Z Compiling uuid v1.23.0
13862026-04-30T00:10:04.624Z Compiling rustc_version v0.4.1
13872026-04-30T00:10:04.646Z Compiling aws-lc-rs v1.16.0
13882026-04-30T00:10:04.691Z Compiling vcpkg v0.2.15
13892026-04-30T00:10:04.719Z Compiling regex-syntax v0.8.10
13902026-04-30T00:10:04.740Z Compiling tracing-core v0.1.36
13912026-04-30T00:10:04.786Z Compiling rand_core v0.9.5
13922026-04-30T00:10:04.827Z Compiling openssl-probe v0.2.1
13932026-04-30T00:10:04.857Z Compiling schemars v0.8.22
13942026-04-30T00:10:04.857Z Compiling untrusted v0.7.1
13952026-04-30T00:10:04.960Z Compiling httparse v1.10.1
13962026-04-30T00:10:04.981Z Compiling untrusted v0.9.0
13972026-04-30T00:10:05.007Z Compiling base64 v0.22.1
13982026-04-30T00:10:05.072Z Compiling tower-layer v0.3.3
13992026-04-30T00:10:05.111Z Compiling try-lock v0.2.5
14002026-04-30T00:10:05.141Z Compiling dyn-clone v1.0.20
14012026-04-30T00:10:05.163Z Compiling cmake v0.1.57
14022026-04-30T00:10:05.179Z Compiling tinyvec_macros v0.1.1
14032026-04-30T00:10:05.199Z Compiling atomic-waker v1.1.2
14042026-04-30T00:10:05.235Z Compiling tower-service v0.3.3
14052026-04-30T00:10:05.251Z Compiling rustls v0.23.37
14062026-04-30T00:10:05.281Z Compiling tinyvec v1.10.0
14072026-04-30T00:10:05.298Z Compiling want v0.3.1
14082026-04-30T00:10:05.337Z Compiling spin v0.9.8
14092026-04-30T00:10:05.352Z Compiling aho-corasick v1.1.4
14102026-04-30T00:10:05.380Z Compiling num-conv v0.2.0
14112026-04-30T00:10:05.384Z Compiling time-core v0.1.8
14122026-04-30T00:10:05.414Z Compiling openssl v0.10.75
14132026-04-30T00:10:05.442Z Compiling powerfmt v0.2.0
14142026-04-30T00:10:05.463Z Compiling httpdate v1.0.3
14152026-04-30T00:10:05.495Z Compiling crc32fast v1.5.0
14162026-04-30T00:10:05.522Z Compiling pin-utils v0.1.0
14172026-04-30T00:10:05.538Z Compiling foreign-types-shared v0.1.1
14182026-04-30T00:10:05.563Z Compiling time-macros v0.2.27
14192026-04-30T00:10:05.582Z Compiling wait-timeout v0.2.1
14202026-04-30T00:10:05.607Z Compiling deranged v0.5.8
14212026-04-30T00:10:05.626Z Compiling simd-adler32 v0.3.8
14222026-04-30T00:10:05.654Z Compiling foreign-types v0.3.2
14232026-04-30T00:10:05.669Z Compiling crossbeam-utils v0.8.21
14242026-04-30T00:10:05.684Z Compiling usdt-impl v0.6.0
14252026-04-30T00:10:05.699Z Compiling bit-vec v0.8.0
14262026-04-30T00:10:05.716Z Compiling quick-error v1.2.3
14272026-04-30T00:10:05.740Z Compiling siphasher v1.0.2
14282026-04-30T00:10:05.821Z Compiling syn v1.0.109
14292026-04-30T00:10:05.839Z Compiling native-tls v0.2.18
14302026-04-30T00:10:05.856Z Compiling num_threads v0.1.7
14312026-04-30T00:10:05.916Z Compiling bit-set v0.8.0
14322026-04-30T00:10:05.952Z Compiling unicode-normalization v0.1.25
14332026-04-30T00:10:05.966Z Compiling slog v2.8.2
14342026-04-30T00:10:05.982Z Compiling heapless v0.7.17
14352026-04-30T00:10:05.985Z Compiling rand_xorshift v0.4.0
14362026-04-30T00:10:06.035Z Compiling thread-id v5.1.0
14372026-04-30T00:10:06.068Z Compiling sync_wrapper v1.0.2
14382026-04-30T00:10:06.086Z Compiling aws-lc-sys v0.37.1
14392026-04-30T00:10:06.102Z Compiling ring v0.17.14
14402026-04-30T00:10:06.105Z Compiling openssl-sys v0.9.111
14412026-04-30T00:10:06.134Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14422026-04-30T00:10:06.183Z Compiling bzip2-sys v0.1.13+1.0.8
14432026-04-30T00:10:06.187Z Compiling cookie v0.18.1
14442026-04-30T00:10:06.214Z Compiling tempfile v3.25.0
14452026-04-30T00:10:06.230Z Compiling allocator-api2 v0.2.21
14462026-04-30T00:10:06.272Z Compiling paste v1.0.15
14472026-04-30T00:10:06.411Z Compiling synstructure v0.13.2
14482026-04-30T00:10:06.469Z Compiling serde_derive_internals v0.29.1
14492026-04-30T00:10:06.502Z Compiling pest_generator v2.8.6
14502026-04-30T00:10:06.519Z Compiling darling_core v0.20.11
14512026-04-30T00:10:06.574Z Compiling regex-automata v0.4.14
14522026-04-30T00:10:06.598Z Compiling rusty-fork v0.3.1
14532026-04-30T00:10:06.630Z Compiling darling_core v0.21.3
14542026-04-30T00:10:06.680Z Compiling unarray v0.1.4
14552026-04-30T00:10:06.726Z Compiling time v0.3.47
14562026-04-30T00:10:06.811Z Compiling signal-hook v0.3.18
14572026-04-30T00:10:06.948Z Compiling unicode-properties v0.1.4
14582026-04-30T00:10:07.003Z Compiling zstd-safe v7.2.4
14592026-04-30T00:10:07.050Z Compiling adler2 v2.0.1
14602026-04-30T00:10:07.193Z Compiling anyhow v1.0.102
14612026-04-30T00:10:07.208Z Compiling unicode-bidi v0.3.18
14622026-04-30T00:10:07.225Z Compiling miniz_oxide v0.8.9
14632026-04-30T00:10:07.415Z Compiling num-integer v0.1.46
14642026-04-30T00:10:07.730Z Compiling stringprep v0.1.5
14652026-04-30T00:10:07.763Z Compiling vergen-lib v0.1.6
14662026-04-30T00:10:07.778Z Compiling curve25519-dalek v4.1.3
14672026-04-30T00:10:07.794Z Compiling ff v0.13.1
14682026-04-30T00:10:07.892Z Compiling hash32 v0.2.1
14692026-04-30T00:10:07.910Z Compiling memoffset v0.9.1
14702026-04-30T00:10:07.950Z Compiling base16ct v0.2.0
14712026-04-30T00:10:07.969Z Compiling fallible-iterator v0.2.0
14722026-04-30T00:10:08.075Z Compiling cfg_aliases v0.2.1
14732026-04-30T00:10:08.092Z Compiling serde_derive v1.0.228
14742026-04-30T00:10:08.105Z Compiling zeroize_derive v1.4.3
14752026-04-30T00:10:08.121Z Compiling zerofrom-derive v0.1.6
14762026-04-30T00:10:08.145Z Compiling yoke-derive v0.8.1
14772026-04-30T00:10:08.162Z Compiling zerocopy-derive v0.8.40
14782026-04-30T00:10:08.166Z Compiling zerovec-derive v0.11.2
14792026-04-30T00:10:08.202Z Compiling displaydoc v0.2.5
14802026-04-30T00:10:08.293Z Compiling tokio-macros v2.7.0
14812026-04-30T00:10:08.368Z Compiling futures-macro v0.3.32
14822026-04-30T00:10:08.791Z Compiling zeroize v1.8.2
14832026-04-30T00:10:08.893Z Compiling der_derive v0.7.3
14842026-04-30T00:10:09.023Z Compiling thiserror-impl v2.0.18
14852026-04-30T00:10:09.109Z Compiling rustls-pki-types v1.14.0
14862026-04-30T00:10:09.216Z Compiling tracing-attributes v0.1.31
14872026-04-30T00:10:09.266Z Compiling futures-util v0.3.32
14882026-04-30T00:10:09.384Z Compiling schemars_derive v0.8.22
14892026-04-30T00:10:09.399Z Compiling scroll_derive v0.13.1
14902026-04-30T00:10:09.592Z Compiling crypto-common v0.1.7
14912026-04-30T00:10:09.592Z Compiling block-buffer v0.10.4
14922026-04-30T00:10:09.623Z Compiling zerofrom v0.1.6
14932026-04-30T00:10:09.759Z Compiling yoke v0.8.1
14942026-04-30T00:10:09.790Z Compiling digest v0.10.7
14952026-04-30T00:10:09.793Z Compiling block-padding v0.3.3
14962026-04-30T00:10:09.919Z Compiling der v0.7.10
14972026-04-30T00:10:09.964Z Compiling zerovec v0.11.5
14982026-04-30T00:10:09.982Z Compiling zerotrie v0.2.3
14992026-04-30T00:10:10.057Z Compiling hmac v0.12.1
15002026-04-30T00:10:10.240Z Compiling inout v0.1.4
15012026-04-30T00:10:10.248Z Compiling sha2 v0.10.9
15022026-04-30T00:10:10.307Z Compiling pbkdf2 v0.12.2
15032026-04-30T00:10:10.421Z Compiling tinystr v0.8.2
15042026-04-30T00:10:10.436Z Compiling potential_utf v0.1.4
15052026-04-30T00:10:10.456Z Compiling cipher v0.4.4
15062026-04-30T00:10:10.484Z Compiling thiserror v2.0.18
15072026-04-30T00:10:10.579Z Compiling icu_collections v2.1.1
15082026-04-30T00:10:10.607Z Compiling icu_locale_core v2.1.1
15092026-04-30T00:10:10.626Z Compiling tracing v0.1.44
15102026-04-30T00:10:10.647Z Compiling pest_derive v2.8.6
15112026-04-30T00:10:10.699Z Compiling salsa20 v0.10.2
15122026-04-30T00:10:10.733Z Compiling cbc v0.1.2
15132026-04-30T00:10:10.849Z Compiling spki v0.7.3
15142026-04-30T00:10:10.866Z Compiling scrypt v0.11.0
15152026-04-30T00:10:10.899Z Compiling aes v0.8.4
15162026-04-30T00:10:10.920Z Compiling scroll v0.13.0
15172026-04-30T00:10:11.094Z Compiling darling_macro v0.20.11
15182026-04-30T00:10:11.106Z Compiling openssl-macros v0.1.1
15192026-04-30T00:10:11.130Z Compiling dtrace-parser v0.3.0
15202026-04-30T00:10:11.155Z Compiling signature v2.2.0
15212026-04-30T00:10:11.169Z Compiling goblin v0.10.5
15222026-04-30T00:10:11.217Z Compiling rustls-native-certs v0.8.3
15232026-04-30T00:10:11.335Z Compiling icu_provider v2.1.1
15242026-04-30T00:10:11.356Z Compiling pkcs5 v0.7.1
15252026-04-30T00:10:11.530Z Compiling scroll_derive v0.12.1
15262026-04-30T00:10:11.547Z Compiling thiserror-impl v1.0.69
15272026-04-30T00:10:11.597Z Compiling icu_properties v2.1.2
15282026-04-30T00:10:11.613Z Compiling icu_normalizer v2.1.1
15292026-04-30T00:10:11.651Z Compiling bytes v1.11.1
15302026-04-30T00:10:11.670Z Compiling chrono v0.4.44
15312026-04-30T00:10:11.713Z Compiling pkcs8 v0.10.2
15322026-04-30T00:10:11.855Z Compiling ipnet v2.11.0
15332026-04-30T00:10:11.903Z Compiling darling v0.20.11
15342026-04-30T00:10:11.980Z Compiling derive_builder_core v0.20.2
15352026-04-30T00:10:11.997Z Compiling serde_tokenstream v0.2.3
15362026-04-30T00:10:12.040Z Compiling serde_spanned v0.6.9
15372026-04-30T00:10:12.171Z Compiling tokio v1.52.1
15382026-04-30T00:10:12.201Z Compiling http v1.4.0
15392026-04-30T00:10:12.225Z Compiling scroll v0.12.0
15402026-04-30T00:10:12.280Z Compiling erased-serde v0.3.31
15412026-04-30T00:10:12.324Z Compiling toml_datetime v0.6.11
15422026-04-30T00:10:12.375Z Compiling md-5 v0.10.6
15432026-04-30T00:10:12.505Z Compiling idna_adapter v1.2.1
15442026-04-30T00:10:12.555Z Compiling webpki-roots v1.0.6
15452026-04-30T00:10:12.600Z Compiling ppv-lite86 v0.2.21
15462026-04-30T00:10:12.662Z Compiling idna v1.1.0
15472026-04-30T00:10:12.691Z Compiling darling_macro v0.21.3
15482026-04-30T00:10:12.723Z Compiling zerocopy-derive v0.7.35
15492026-04-30T00:10:12.781Z Compiling ryu v1.0.23
15502026-04-30T00:10:12.813Z Compiling smoltcp v0.9.1
15512026-04-30T00:10:12.860Z Compiling http-body v1.0.1
15522026-04-30T00:10:12.863Z Compiling thiserror v1.0.69
15532026-04-30T00:10:12.890Z Compiling rand_chacha v0.9.0
15542026-04-30T00:10:12.946Z Compiling derive_builder_macro v0.20.2
15552026-04-30T00:10:12.980Z Compiling url v2.5.8
15562026-04-30T00:10:12.996Z Compiling http-body-util v0.1.3
15572026-04-30T00:10:13.036Z Compiling rand_chacha v0.3.1
15582026-04-30T00:10:13.086Z Compiling psl-types v2.0.11
15592026-04-30T00:10:13.128Z Compiling rand v0.9.2
15602026-04-30T00:10:13.183Z Compiling rustix v0.38.44
15612026-04-30T00:10:13.204Z Compiling zlib-rs v0.6.2
15622026-04-30T00:10:13.230Z Compiling ref-cast v1.0.25
15632026-04-30T00:10:13.262Z Compiling litrs v1.0.0
15642026-04-30T00:10:13.341Z Compiling num-bigint-dig v0.8.6
15652026-04-30T00:10:13.455Z Compiling iri-string v0.7.10
15662026-04-30T00:10:13.621Z Compiling derive_builder v0.20.2
15672026-04-30T00:10:13.637Z Compiling zerocopy v0.7.35
15682026-04-30T00:10:13.659Z Compiling rand v0.8.5
15692026-04-30T00:10:13.691Z Compiling proptest v1.10.0
15702026-04-30T00:10:13.795Z Compiling document-features v0.2.12
15712026-04-30T00:10:13.810Z Compiling postgres-protocol v0.6.10
15722026-04-30T00:10:13.879Z Compiling dof v0.4.0
15732026-04-30T00:10:14.012Z Compiling darling v0.21.3
15742026-04-30T00:10:14.127Z Compiling publicsuffix v2.3.0
15752026-04-30T00:10:14.179Z Compiling serde_urlencoded v0.7.1
15762026-04-30T00:10:14.322Z Compiling goblin v0.8.2
15772026-04-30T00:10:14.344Z Compiling sec1 v0.7.3
15782026-04-30T00:10:14.439Z Compiling ipnetwork v0.21.1
15792026-04-30T00:10:14.455Z Compiling cargo-platform v0.1.9
15802026-04-30T00:10:14.474Z Compiling hubpack_derive v0.1.1
15812026-04-30T00:10:14.520Z Compiling hkdf v0.12.4
15822026-04-30T00:10:14.595Z Compiling crypto-bigint v0.5.5
15832026-04-30T00:10:14.651Z Compiling regex v1.12.3
15842026-04-30T00:10:14.705Z Compiling oxnet v0.1.4
15852026-04-30T00:10:14.744Z Compiling nix v0.31.2
15862026-04-30T00:10:14.956Z Compiling ref-cast-impl v1.0.25
15872026-04-30T00:10:14.965Z Compiling strum_macros v0.27.2
15882026-04-30T00:10:15.004Z Compiling curve25519-dalek-derive v0.1.1
15892026-04-30T00:10:15.054Z Compiling daft-derive v0.1.5
15902026-04-30T00:10:15.101Z Compiling async-trait v0.1.89
15912026-04-30T00:10:15.273Z Compiling group v0.13.0
15922026-04-30T00:10:15.442Z Compiling num-iter v0.1.45
15932026-04-30T00:10:15.580Z Compiling terminal_size v0.4.3
15942026-04-30T00:10:15.659Z Compiling phf_shared v0.13.1
15952026-04-30T00:10:15.674Z Compiling lazy_static v1.5.0
15962026-04-30T00:10:15.691Z Compiling vergen v9.0.6
15972026-04-30T00:10:15.732Z Compiling fs-err v3.3.0
15982026-04-30T00:10:15.747Z Compiling ahash v0.8.12
15992026-04-30T00:10:15.790Z Compiling foldhash v0.1.5
16002026-04-30T00:10:15.810Z Compiling bumpalo v3.20.2
16012026-04-30T00:10:15.858Z Compiling winnow v0.5.40
16022026-04-30T00:10:15.891Z Compiling managed v0.8.0
16032026-04-30T00:10:15.924Z Compiling object v0.37.3
16042026-04-30T00:10:15.943Z Compiling tokio-util v0.7.18
16052026-04-30T00:10:15.979Z Compiling tower v0.5.3
16062026-04-30T00:10:15.995Z Compiling tokio-native-tls v0.3.1
16072026-04-30T00:10:16.019Z Compiling newtype-uuid v1.3.2
16082026-04-30T00:10:16.088Z Compiling bitflags v1.3.2
16092026-04-30T00:10:16.139Z Compiling foldhash v0.2.0
16102026-04-30T00:10:16.178Z Compiling libbz2-rs-sys v0.2.2
16112026-04-30T00:10:16.194Z Compiling unicode-segmentation v1.12.0
16122026-04-30T00:10:16.285Z Compiling daft v0.1.5
16132026-04-30T00:10:16.382Z Compiling flate2 v1.1.9
16142026-04-30T00:10:16.397Z Compiling tower-http v0.6.8
16152026-04-30T00:10:16.483Z Compiling hashbrown v0.16.1
16162026-04-30T00:10:16.631Z Compiling dof v0.3.0
16172026-04-30T00:10:16.646Z Compiling bzip2 v0.6.1
16182026-04-30T00:10:16.747Z Compiling h2 v0.4.13
16192026-04-30T00:10:16.764Z Compiling zopfli v0.8.3
16202026-04-30T00:10:16.891Z Compiling hashbrown v0.15.5
16212026-04-30T00:10:16.934Z Compiling clap_builder v4.5.60
16222026-04-30T00:10:16.974Z Compiling phf v0.13.1
16232026-04-30T00:10:17.064Z Compiling strum v0.27.2
16242026-04-30T00:10:17.068Z Compiling signal-hook-mio v0.2.5
16252026-04-30T00:10:17.128Z Compiling cargo_metadata v0.19.2
16262026-04-30T00:10:17.155Z Compiling elliptic-curve v0.13.8
16272026-04-30T00:10:17.221Z Compiling toml_edit v0.19.15
16282026-04-30T00:10:17.369Z Compiling cookie_store v0.22.1
16292026-04-30T00:10:17.385Z Compiling usdt-macro v0.6.0
16302026-04-30T00:10:17.444Z Compiling usdt-attr-macro v0.6.0
16312026-04-30T00:10:17.472Z Compiling bzip2 v0.4.4
16322026-04-30T00:10:17.690Z Compiling hubpack v0.1.2
16332026-04-30T00:10:17.705Z Compiling zstd v0.13.3
16342026-04-30T00:10:17.736Z Compiling postgres-types v0.2.12
16352026-04-30T00:10:17.901Z Compiling serde_with_macros v3.17.0
16362026-04-30T00:10:17.975Z Compiling dtrace-parser v0.2.0
16372026-04-30T00:10:17.992Z Compiling pkcs1 v0.7.5
16382026-04-30T00:10:18.042Z Compiling ed25519 v2.2.3
16392026-04-30T00:10:18.162Z Compiling hex v0.4.3
16402026-04-30T00:10:18.291Z Compiling serde-big-array v0.5.1
16412026-04-30T00:10:18.322Z Compiling rfc6979 v0.4.0
16422026-04-30T00:10:18.413Z Compiling bstr v1.12.1
16432026-04-30T00:10:18.453Z Compiling strum_macros v0.26.4
16442026-04-30T00:10:18.453Z Compiling enum-as-inner v0.6.1
16452026-04-30T00:10:18.483Z Compiling serde_repr v0.1.20
16462026-04-30T00:10:18.500Z Compiling clap_derive v4.5.55
16472026-04-30T00:10:18.749Z Compiling phf_shared v0.11.3
16482026-04-30T00:10:18.990Z Compiling float-cmp v0.10.0
16492026-04-30T00:10:19.006Z Compiling thread-id v4.2.2
16502026-04-30T00:10:19.020Z Compiling memmap2 v0.9.10
16512026-04-30T00:10:19.092Z Compiling env_filter v1.0.0
16522026-04-30T00:10:19.109Z Compiling encoding_rs v0.8.35
16532026-04-30T00:10:19.124Z Compiling static_assertions v1.1.0
16542026-04-30T00:10:19.127Z Compiling precomputed-hash v0.1.1
16552026-04-30T00:10:19.156Z Compiling jiff v0.2.21
16562026-04-30T00:10:19.171Z Compiling mime v0.3.17
16572026-04-30T00:10:19.215Z Compiling fixedbitset v0.4.2
16582026-04-30T00:10:19.251Z Compiling either v1.15.0
16592026-04-30T00:10:19.267Z Compiling whoami v2.1.0
16602026-04-30T00:10:19.423Z Compiling predicates-core v1.0.10
16612026-04-30T00:10:19.455Z Compiling data-encoding v2.10.0
16622026-04-30T00:10:19.458Z Compiling new_debug_unreachable v1.0.6
16632026-04-30T00:10:19.484Z Compiling normalize-line-endings v0.3.0
16642026-04-30T00:10:19.543Z Compiling rustc-hash v2.1.1
16652026-04-30T00:10:19.604Z Compiling difflib v0.4.0
16662026-04-30T00:10:19.630Z Compiling keccak v0.1.6
16672026-04-30T00:10:19.683Z Compiling fixedbitset v0.5.7
16682026-04-30T00:10:19.698Z Compiling iddqd v0.3.18
16692026-04-30T00:10:19.900Z Compiling hyper v1.8.1
16702026-04-30T00:10:20.000Z Compiling petgraph v0.8.3
16712026-04-30T00:10:20.015Z Compiling predicates v3.1.4
16722026-04-30T00:10:20.202Z Compiling sha3 v0.10.8
16732026-04-30T00:10:20.217Z Compiling hickory-proto v0.25.2
16742026-04-30T00:10:20.220Z Compiling toml_edit v0.22.27
16752026-04-30T00:10:20.290Z Compiling strum v0.26.3
16762026-04-30T00:10:20.394Z Compiling clap v4.5.60
16772026-04-30T00:10:20.442Z Compiling string_cache v0.8.9
16782026-04-30T00:10:20.469Z Compiling tokio-postgres v0.7.16
16792026-04-30T00:10:20.490Z Compiling itertools v0.13.0
16802026-04-30T00:10:20.689Z Compiling petgraph v0.6.5
16812026-04-30T00:10:20.689Z Compiling env_logger v0.11.9
16822026-04-30T00:10:20.719Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-04-30T00:10:20.737Z Compiling usdt v0.6.0
16842026-04-30T00:10:20.818Z Compiling serde_with v3.17.0
16852026-04-30T00:10:20.901Z Compiling usdt-impl v0.5.0
16862026-04-30T00:10:21.020Z Compiling hyper-util v0.1.20
16872026-04-30T00:10:21.078Z Compiling similar v2.7.0
16882026-04-30T00:10:21.515Z Compiling crossterm v0.28.1
16892026-04-30T00:10:21.550Z Compiling toml v0.7.8
16902026-04-30T00:10:21.743Z Compiling ecdsa v0.16.9
16912026-04-30T00:10:21.957Z Compiling zip v4.6.1
16922026-04-30T00:10:21.992Z Compiling ed25519-dalek v2.2.0
16932026-04-30T00:10:22.158Z Compiling rsa v0.9.10
16942026-04-30T00:10:22.572Z Compiling hyper-tls v0.6.0
16952026-04-30T00:10:22.588Z Compiling zip v0.6.6
16962026-04-30T00:10:22.706Z Compiling tokio-stream v0.1.18
16972026-04-30T00:10:22.792Z Compiling heck v0.4.1
16982026-04-30T00:10:22.828Z Compiling buf-list v1.1.2
16992026-04-30T00:10:22.948Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-04-30T00:10:22.965Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-04-30T00:10:22.995Z Compiling openapiv3 v2.2.0
17022026-04-30T00:10:23.043Z Compiling x509-cert v0.2.5
17032026-04-30T00:10:23.098Z Compiling sha1 v0.10.6
17042026-04-30T00:10:23.141Z Compiling crossbeam-epoch v0.9.18
17052026-04-30T00:10:23.197Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-04-30T00:10:23.212Z Compiling lalrpop-util v0.19.12
17072026-04-30T00:10:23.284Z Compiling peg-runtime v0.8.5
17082026-04-30T00:10:23.346Z Compiling thread_local v1.1.9
17092026-04-30T00:10:23.415Z Compiling slog-async v2.8.0
17102026-04-30T00:10:23.430Z Compiling futures-executor v0.3.32
17112026-04-30T00:10:23.499Z Compiling crossbeam-channel v0.5.15
17122026-04-30T00:10:23.516Z Compiling is-terminal v0.4.17
17132026-04-30T00:10:23.562Z Compiling filetime v0.2.27
17142026-04-30T00:10:23.591Z Compiling take_mut v0.2.2
17152026-04-30T00:10:23.609Z Compiling xattr v1.6.1
17162026-04-30T00:10:23.626Z Compiling term v1.2.1
17172026-04-30T00:10:23.626Z Compiling futures v0.3.32
17182026-04-30T00:10:23.733Z Compiling tar v0.4.45
17192026-04-30T00:10:24.007Z Compiling slog-term v2.9.2
17202026-04-30T00:10:39.095Z Compiling rustls-webpki v0.103.9
17212026-04-30T00:10:41.871Z Compiling tokio-rustls v0.26.4
17222026-04-30T00:10:41.871Z Compiling rustls-platform-verifier v0.6.2
17232026-04-30T00:10:42.069Z Compiling hyper-rustls v0.27.7
17242026-04-30T00:10:42.269Z Compiling reqwest v0.13.2
17252026-04-30T00:10:42.269Z Compiling reqwest v0.12.28
17262026-04-30T00:10:44.272Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-04-30T00:10:44.514Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-04-30T00:10:47.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.06s
17292026-04-30T00:10:47.460Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-04-30T00:10:47.521ZApr 30 00:10:46.610 INFO Starting download, target: Clickhouse
17312026-04-30T00:10:47.521ZApr 30 00:10:46.611 INFO Starting download, target: Cockroach
17322026-04-30T00:10:47.521ZApr 30 00:10:46.611 INFO Starting download, target: Console
17332026-04-30T00:10:47.525ZApr 30 00:10:46.611 INFO Starting download, target: DendriteStub
17342026-04-30T00:10:47.525ZApr 30 00:10:46.611 INFO Starting download, target: MaghemiteMgd
17352026-04-30T00:10:47.525ZApr 30 00:10:46.611 INFO Starting download, target: TransceiverControl
17362026-04-30T00:10:47.525ZApr 30 00:10:46.612 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-04-30T00:10:47.525ZApr 30 00:10:46.612 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-30T00:10:47.525ZApr 30 00:10:46.612 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-04-30T00:10:47.525ZApr 30 00:10:46.612 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-04-30T00:10:47.525ZApr 30 00:10:46.612 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-04-30T00:10:47.526ZApr 30 00:10:46.612 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-04-30T00:10:48.232ZApr 30 00:10:47.307 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-04-30T00:10:48.440ZApr 30 00:10:47.517 INFO Download complete, target: TransceiverControl
17442026-04-30T00:10:48.563ZApr 30 00:10:47.640 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-04-30T00:10:48.798ZApr 30 00:10:47.872 INFO Download complete, target: Console
17462026-04-30T00:10:49.663ZApr 30 00:10:48.750 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-04-30T00:10:50.050ZApr 30 00:10:49.127 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-04-30T00:10:50.333ZApr 30 00:10:49.422 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-04-30T00:10:50.828ZApr 30 00:10:49.918 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-04-30T00:10:50.828ZApr 30 00:10:49.918 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-04-30T00:10:52.361ZApr 30 00:10:51.449 INFO Download complete, target: DendriteStub
17522026-04-30T00:10:52.681ZApr 30 00:10:51.770 INFO Download complete, target: MaghemiteMgd
17532026-04-30T00:10:55.610ZApr 30 00:10:54.699 INFO Checking that binary works, target: Cockroach
17542026-04-30T00:10:55.725ZApr 30 00:10:54.815 INFO Download complete, target: Cockroach
17552026-04-30T00:10:56.550ZApr 30 00:10:55.639 INFO Checking that binary works, target: Clickhouse
17562026-04-30T00:10:56.656ZApr 30 00:10:55.746 INFO Download complete, target: Clickhouse
17572026-04-30T00:10:56.661ZAll prerequisites installed successfully
17582026-04-30T00:10:56.664Z
17592026-04-30T00:10:56.664Zreal 2:56.990972412
17602026-04-30T00:10:56.664Zuser 7:15.619766180
17612026-04-30T00:10:56.664Zsys 1:43.531807461
17622026-04-30T00:10:56.664Ztrap 0.250327740
17632026-04-30T00:10:56.664Ztflt 2.040539638
17642026-04-30T00:10:56.665Zdflt 2.599244056
17652026-04-30T00:10:56.665Zkflt 0.085151072
17662026-04-30T00:10:56.665Zlock 21:52.146636897
17672026-04-30T00:10:56.665Zslp 19:54.967762647
17682026-04-30T00:10:56.665Zlat 24.756852775
17692026-04-30T00:10:56.665Zstop 2:53.219549945
17702026-04-30T00:10:56.665Z+ ptime -m cargo xtask download softnpu
17712026-04-30T00:10:57.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17722026-04-30T00:10:57.221Z Running `target/debug/xtask download softnpu`
17732026-04-30T00:10:57.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17742026-04-30T00:10:58.063Z Running `target/debug/xtask-downloader softnpu`
17752026-04-30T00:10:58.109ZApr 30 00:10:57.198 INFO Starting download, target: Softnpu
17762026-04-30T00:10:58.112ZApr 30 00:10:57.199 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-04-30T00:10:58.761ZApr 30 00:10:57.850 INFO Download complete, target: Softnpu
17782026-04-30T00:10:58.764Z
17792026-04-30T00:10:58.764Zreal 2.096260121
17802026-04-30T00:10:58.764Zuser 1.334872469
17812026-04-30T00:10:58.764Zsys 0.676321008
17822026-04-30T00:10:58.764Ztrap 0.000574102
17832026-04-30T00:10:58.764Ztflt 0.000109665
17842026-04-30T00:10:58.764Zdflt 0.000122296
17852026-04-30T00:10:58.764Zkflt 0.000000000
17862026-04-30T00:10:58.764Zlock 11.718399876
17872026-04-30T00:10:58.764Zslp 0.506452058
17882026-04-30T00:10:58.764Zlat 0.087995584
17892026-04-30T00:10:58.764Zstop 0.000195319
17902026-04-30T00:10:58.767Z+ export CARGO_INCREMENTAL=0
17912026-04-30T00:10:58.768Z+ CARGO_INCREMENTAL=0
17922026-04-30T00:10:58.768Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-04-30T00:10:59.665Z Compiling proc-macro2 v1.0.106
17942026-04-30T00:10:59.665Z Compiling quote v1.0.45
17952026-04-30T00:10:59.665Z Compiling unicode-ident v1.0.24
17962026-04-30T00:10:59.665Z Compiling libc v0.2.185
17972026-04-30T00:10:59.669Z Compiling serde_core v1.0.228
17982026-04-30T00:10:59.669Z Compiling serde v1.0.228
17992026-04-30T00:10:59.669Z Compiling cfg-if v1.0.4
18002026-04-30T00:10:59.669Z Compiling version_check v0.9.5
18012026-04-30T00:10:59.669Z Compiling shlex v1.3.0
18022026-04-30T00:10:59.669Z Compiling find-msvc-tools v0.1.9
18032026-04-30T00:10:59.669Z Compiling typenum v1.19.0
18042026-04-30T00:10:59.811Z Compiling autocfg v1.5.0
18052026-04-30T00:10:59.817Z Compiling zmij v1.0.21
18062026-04-30T00:10:59.817Z Compiling memchr v2.8.0
18072026-04-30T00:10:59.817Z Compiling serde_json v1.0.149
18082026-04-30T00:10:59.951Z Compiling portable-atomic v1.13.1
18092026-04-30T00:11:00.026Z Compiling zerocopy v0.8.40
18102026-04-30T00:11:00.119Z Compiling libm v0.2.16
18112026-04-30T00:11:00.317Z Compiling generic-array v0.14.7
18122026-04-30T00:11:00.347Z Compiling smallvec v1.15.1
18132026-04-30T00:11:00.350Z Compiling parking_lot_core v0.9.12
18142026-04-30T00:11:00.390Z Compiling icu_properties_data v2.1.2
18152026-04-30T00:11:00.404Z Compiling icu_normalizer_data v2.1.1
18162026-04-30T00:11:00.437Z Compiling itoa v1.0.17
18172026-04-30T00:11:00.456Z Compiling num-traits v0.2.19
18182026-04-30T00:11:00.472Z Compiling getrandom v0.4.1
18192026-04-30T00:11:00.546Z Compiling log v0.4.29
18202026-04-30T00:11:00.597Z Compiling stable_deref_trait v1.2.1
18212026-04-30T00:11:00.618Z Compiling pkg-config v0.3.32
18222026-04-30T00:11:00.637Z Compiling subtle v2.6.1
18232026-04-30T00:11:00.767Z Compiling scopeguard v1.2.0
18242026-04-30T00:11:00.784Z Compiling jobserver v0.1.34
18252026-04-30T00:11:00.815Z Compiling getrandom v0.2.17
18262026-04-30T00:11:00.863Z Compiling errno v0.3.14
18272026-04-30T00:11:00.892Z Compiling lock_api v0.4.14
18282026-04-30T00:11:00.982Z Compiling rand_core v0.6.4
18292026-04-30T00:11:01.008Z Compiling cc v1.2.56
18302026-04-30T00:11:01.143Z Compiling litemap v0.8.1
18312026-04-30T00:11:01.147Z Compiling writeable v0.6.2
18322026-04-30T00:11:01.160Z Compiling syn v2.0.117
18332026-04-30T00:11:01.174Z Compiling percent-encoding v2.3.2
18342026-04-30T00:11:01.203Z Compiling thiserror v2.0.18
18352026-04-30T00:11:01.220Z Compiling fnv v1.0.7
18362026-04-30T00:11:01.293Z Compiling pin-project-lite v0.2.17
18372026-04-30T00:11:01.365Z Compiling getrandom v0.3.4
18382026-04-30T00:11:01.456Z Compiling critical-section v1.2.0
18392026-04-30T00:11:01.502Z Compiling rustversion v1.0.22
18402026-04-30T00:11:01.548Z Compiling schemars v0.8.22
18412026-04-30T00:11:01.562Z Compiling equivalent v1.0.2
18422026-04-30T00:11:01.576Z Compiling rand_core v0.10.0
18432026-04-30T00:11:01.624Z Compiling dunce v1.0.5
18442026-04-30T00:11:01.654Z Compiling utf8_iter v1.0.4
18452026-04-30T00:11:01.674Z Compiling fs_extra v1.3.0
18462026-04-30T00:11:01.688Z Compiling form_urlencoded v1.2.2
18472026-04-30T00:11:01.808Z Compiling cmake v0.1.57
18482026-04-30T00:11:01.973Z Compiling once_cell v1.21.3
18492026-04-30T00:11:01.984Z Compiling signal-hook-registry v1.4.8
18502026-04-30T00:11:02.021Z Compiling const-oid v0.9.6
18512026-04-30T00:11:02.177Z Compiling bitflags v2.11.0
18522026-04-30T00:11:02.202Z Compiling semver v1.0.28
18532026-04-30T00:11:02.234Z Compiling hashbrown v0.17.0
18542026-04-30T00:11:02.314Z Compiling ring v0.17.14
18552026-04-30T00:11:02.330Z Compiling aws-lc-sys v0.37.1
18562026-04-30T00:11:02.346Z Compiling parking_lot v0.12.5
18572026-04-30T00:11:02.426Z Compiling mio v1.2.0
18582026-04-30T00:11:02.487Z Compiling socket2 v0.6.3
18592026-04-30T00:11:02.544Z Compiling rustix v1.1.3
18602026-04-30T00:11:02.581Z Compiling aws-lc-rs v1.16.0
18612026-04-30T00:11:02.598Z Compiling thiserror v1.0.69
18622026-04-30T00:11:02.634Z Compiling strsim v0.11.1
18632026-04-30T00:11:02.707Z Compiling futures-core v0.3.32
18642026-04-30T00:11:02.758Z Compiling indexmap v2.14.0
18652026-04-30T00:11:02.840Z Compiling httparse v1.10.1
18662026-04-30T00:11:02.859Z Compiling ucd-trie v0.1.7
18672026-04-30T00:11:02.897Z Compiling byteorder v1.5.0
18682026-04-30T00:11:03.023Z Compiling pest v2.8.6
18692026-04-30T00:11:03.110Z Compiling iana-time-zone v0.1.65
18702026-04-30T00:11:03.125Z Compiling heck v0.5.0
18712026-04-30T00:11:03.150Z Compiling vcpkg v0.2.15
18722026-04-30T00:11:03.164Z Compiling ident_case v1.0.1
18732026-04-30T00:11:03.183Z Compiling syn v1.0.109
18742026-04-30T00:11:03.216Z Compiling uuid v1.23.0
18752026-04-30T00:11:03.268Z Compiling cpufeatures v0.2.17
18762026-04-30T00:11:03.352Z Compiling regex-syntax v0.8.10
18772026-04-30T00:11:03.472Z Compiling rustc_version v0.4.1
18782026-04-30T00:11:03.596Z Compiling rustls v0.23.37
18792026-04-30T00:11:03.694Z Compiling futures-sink v0.3.32
18802026-04-30T00:11:03.734Z Compiling openssl-sys v0.9.111
18812026-04-30T00:11:03.811Z Compiling futures-channel v0.3.32
18822026-04-30T00:11:03.828Z Compiling futures-task v0.3.32
18832026-04-30T00:11:03.860Z Compiling slab v0.4.12
18842026-04-30T00:11:03.863Z Compiling futures-io v0.3.32
18852026-04-30T00:11:03.955Z Compiling synstructure v0.13.2
18862026-04-30T00:11:03.987Z Compiling serde_derive_internals v0.29.1
18872026-04-30T00:11:04.052Z Compiling dyn-clone v1.0.20
18882026-04-30T00:11:04.069Z Compiling plain v0.2.3
18892026-04-30T00:11:04.085Z Compiling crc32fast v1.5.0
18902026-04-30T00:11:04.101Z Compiling pest_meta v2.8.6
18912026-04-30T00:11:04.142Z Compiling aho-corasick v1.1.4
18922026-04-30T00:11:04.281Z Compiling crossbeam-utils v0.8.21
18932026-04-30T00:11:04.305Z Compiling time-core v0.1.8
18942026-04-30T00:11:04.362Z Compiling num-conv v0.2.0
18952026-04-30T00:11:04.513Z Compiling time-macros v0.2.27
18962026-04-30T00:11:04.626Z Compiling base64 v0.22.1
18972026-04-30T00:11:04.658Z Compiling pretty-hex v0.4.1
18982026-04-30T00:11:04.690Z Compiling openssl v0.10.75
18992026-04-30T00:11:04.724Z Compiling pest_generator v2.8.6
19002026-04-30T00:11:04.807Z Compiling base64ct v1.8.3
19012026-04-30T00:11:04.850Z Compiling anyhow v1.0.102
19022026-04-30T00:11:04.922Z Compiling darling_core v0.21.3
19032026-04-30T00:11:04.938Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-04-30T00:11:04.953Z Compiling flagset v0.4.7
19052026-04-30T00:11:05.082Z Compiling regex-automata v0.4.14
19062026-04-30T00:11:05.113Z Compiling pem-rfc7468 v0.7.0
19072026-04-30T00:11:05.141Z Compiling native-tls v0.2.18
19082026-04-30T00:11:05.160Z Compiling rand_core v0.9.5
19092026-04-30T00:11:05.214Z Compiling serde_derive v1.0.228
19102026-04-30T00:11:05.320Z Compiling zeroize_derive v1.4.3
19112026-04-30T00:11:05.369Z Compiling zerofrom-derive v0.1.6
19122026-04-30T00:11:05.372Z Compiling yoke-derive v0.8.1
19132026-04-30T00:11:05.402Z Compiling zerovec-derive v0.11.2
19142026-04-30T00:11:05.405Z Compiling displaydoc v0.2.5
19152026-04-30T00:11:05.405Z Compiling zerocopy-derive v0.8.40
19162026-04-30T00:11:05.488Z Compiling tokio-macros v2.7.0
19172026-04-30T00:11:05.504Z Compiling futures-macro v0.3.32
19182026-04-30T00:11:05.570Z Compiling thiserror-impl v2.0.18
19192026-04-30T00:11:05.927Z Compiling zeroize v1.8.2
19202026-04-30T00:11:06.187Z Compiling schemars_derive v0.8.22
19212026-04-30T00:11:06.308Z Compiling tracing-attributes v0.1.31
19222026-04-30T00:11:06.311Z Compiling der_derive v0.7.3
19232026-04-30T00:11:06.426Z Compiling thiserror-impl v1.0.69
19242026-04-30T00:11:06.479Z Compiling zerofrom v0.1.6
19252026-04-30T00:11:06.625Z Compiling yoke v0.8.1
19262026-04-30T00:11:06.716Z Compiling crypto-common v0.1.7
19272026-04-30T00:11:06.842Z Compiling zerovec v0.11.5
19282026-04-30T00:11:06.880Z Compiling zerotrie v0.2.3
19292026-04-30T00:11:06.913Z Compiling block-buffer v0.10.4
19302026-04-30T00:11:07.078Z Compiling digest v0.10.7
19312026-04-30T00:11:07.313Z Compiling pest_derive v2.8.6
19322026-04-30T00:11:07.329Z Compiling hmac v0.12.1
19332026-04-30T00:11:07.346Z Compiling futures-util v0.3.32
19342026-04-30T00:11:07.427Z Compiling tinystr v0.8.2
19352026-04-30T00:11:07.445Z Compiling potential_utf v0.1.4
19362026-04-30T00:11:07.496Z Compiling block-padding v0.3.3
19372026-04-30T00:11:07.513Z Compiling sha2 v0.10.9
19382026-04-30T00:11:07.610Z Compiling icu_locale_core v2.1.1
19392026-04-30T00:11:07.648Z Compiling icu_collections v2.1.1
19402026-04-30T00:11:07.665Z Compiling inout v0.1.4
19412026-04-30T00:11:07.775Z Compiling rustls-pki-types v1.14.0
19422026-04-30T00:11:07.973Z Compiling cipher v0.4.4
19432026-04-30T00:11:08.219Z Compiling scroll_derive v0.13.1
19442026-04-30T00:11:08.347Z Compiling bytes v1.11.1
19452026-04-30T00:11:08.404Z Compiling icu_provider v2.1.1
19462026-04-30T00:11:08.448Z Compiling chrono v0.4.44
19472026-04-30T00:11:08.626Z Compiling serde_tokenstream v0.2.3
19482026-04-30T00:11:08.774Z Compiling icu_normalizer v2.1.1
19492026-04-30T00:11:08.836Z Compiling icu_properties v2.1.2
19502026-04-30T00:11:08.939Z Compiling tokio v1.52.1
19512026-04-30T00:11:09.263Z Compiling scroll_derive v0.12.1
19522026-04-30T00:11:09.708Z Compiling idna_adapter v1.2.1
19532026-04-30T00:11:09.867Z Compiling idna v1.1.0
19542026-04-30T00:11:09.929Z Compiling ppv-lite86 v0.2.21
19552026-04-30T00:11:09.999Z Compiling openssl-macros v0.1.1
19562026-04-30T00:11:10.033Z Compiling http v1.4.0
19572026-04-30T00:11:10.139Z Compiling regex v1.12.3
19582026-04-30T00:11:10.154Z Compiling der v0.7.10
19592026-04-30T00:11:10.262Z Compiling url v2.5.8
19602026-04-30T00:11:10.317Z Compiling darling_macro v0.21.3
19612026-04-30T00:11:10.401Z Compiling zerocopy-derive v0.7.35
19622026-04-30T00:11:10.483Z Compiling slog v2.8.2
19632026-04-30T00:11:10.498Z Compiling tracing-core v0.1.36
19642026-04-30T00:11:10.695Z Compiling untrusted v0.9.0
19652026-04-30T00:11:10.804Z Compiling darling v0.21.3
19662026-04-30T00:11:10.904Z Compiling tracing v0.1.44
19672026-04-30T00:11:11.008Z Compiling spki v0.7.3
19682026-04-30T00:11:11.170Z Compiling salsa20 v0.10.2
19692026-04-30T00:11:11.228Z Compiling pbkdf2 v0.12.2
19702026-04-30T00:11:11.535Z Compiling cookie v0.18.1
19712026-04-30T00:11:11.627Z Compiling camino v1.2.2
19722026-04-30T00:11:11.815Z Compiling scrypt v0.11.0
19732026-04-30T00:11:11.878Z Compiling rand_chacha v0.9.0
19742026-04-30T00:11:11.924Z Compiling aes v0.8.4
19752026-04-30T00:11:11.947Z Compiling cbc v0.1.2
19762026-04-30T00:11:12.254Z Compiling usdt-impl v0.5.0
19772026-04-30T00:11:12.333Z Compiling either v1.15.0
19782026-04-30T00:11:12.393Z Compiling ref-cast v1.0.25
19792026-04-30T00:11:12.396Z Compiling paste v1.0.15
19802026-04-30T00:11:12.492Z Compiling usdt-impl v0.6.0
19812026-04-30T00:11:12.507Z Compiling winnow v0.7.14
19822026-04-30T00:11:12.688Z Compiling tokio-util v0.7.18
19832026-04-30T00:11:12.738Z Compiling pkcs5 v0.7.1
19842026-04-30T00:11:12.771Z Compiling rand v0.9.2
19852026-04-30T00:11:12.822Z Compiling http-body v1.0.1
19862026-04-30T00:11:13.016Z Compiling scroll v0.12.0
19872026-04-30T00:11:13.185Z Compiling scroll v0.13.0
19882026-04-30T00:11:13.234Z Compiling serde_spanned v0.6.9
19892026-04-30T00:11:13.303Z Compiling toml_datetime v0.6.11
19902026-04-30T00:11:13.398Z Compiling heapless v0.7.17
19912026-04-30T00:11:13.476Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-04-30T00:11:13.608Z Compiling atomic-waker v1.1.2
19932026-04-30T00:11:13.638Z Compiling openssl-probe v0.2.1
19942026-04-30T00:11:13.664Z Compiling zstd-safe v7.2.4
19952026-04-30T00:11:13.766Z Compiling untrusted v0.7.1
19962026-04-30T00:11:13.783Z Compiling signal-hook v0.3.18
19972026-04-30T00:11:13.888Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-04-30T00:11:13.904Z Compiling goblin v0.10.5
19992026-04-30T00:11:13.923Z Compiling goblin v0.8.2
20002026-04-30T00:11:14.002Z Compiling pkcs8 v0.10.2
20012026-04-30T00:11:14.060Z Compiling zerocopy v0.7.35
20022026-04-30T00:11:14.311Z Compiling ref-cast-impl v1.0.25
20032026-04-30T00:11:14.345Z Compiling darling_core v0.20.11
20042026-04-30T00:11:14.465Z Compiling curve25519-dalek v4.1.3
20052026-04-30T00:11:14.549Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-04-30T00:11:14.624Z Compiling memoffset v0.9.1
20072026-04-30T00:11:14.730Z Compiling tower-layer v0.3.3
20082026-04-30T00:11:14.840Z Compiling litrs v1.0.0
20092026-04-30T00:11:14.857Z Compiling try-lock v0.2.5
20102026-04-30T00:11:14.950Z Compiling winnow v0.5.40
20112026-04-30T00:11:14.984Z Compiling rustix v0.38.44
20122026-04-30T00:11:15.021Z Compiling tower-service v0.3.3
20132026-04-30T00:11:15.136Z Compiling fastrand v2.3.0
20142026-04-30T00:11:15.322Z Compiling tinyvec_macros v0.1.1
20152026-04-30T00:11:15.438Z Compiling tinyvec v1.10.0
20162026-04-30T00:11:15.482Z Compiling document-features v0.2.12
20172026-04-30T00:11:15.498Z Compiling h2 v0.4.13
20182026-04-30T00:11:15.559Z Compiling want v0.3.1
20192026-04-30T00:11:16.099Z Compiling dof v0.3.0
20202026-04-30T00:11:16.230Z Compiling toml_edit v0.19.15
20212026-04-30T00:11:16.281Z Compiling darling_macro v0.20.11
20222026-04-30T00:11:16.333Z Compiling dtrace-parser v0.2.0
20232026-04-30T00:11:16.594Z Compiling dof v0.4.0
20242026-04-30T00:11:16.721Z Compiling dtrace-parser v0.3.0
20252026-04-30T00:11:16.814Z Compiling ipnet v2.11.0
20262026-04-30T00:11:16.936Z Compiling daft-derive v0.1.5
20272026-04-30T00:11:16.966Z Compiling async-trait v0.1.89
20282026-04-30T00:11:17.005Z Compiling spin v0.9.8
20292026-04-30T00:11:17.239Z Compiling thread-id v4.2.2
20302026-04-30T00:11:17.269Z Compiling thread-id v5.1.0
20312026-04-30T00:11:17.318Z Compiling pin-utils v0.1.0
20322026-04-30T00:11:17.337Z Compiling foreign-types-shared v0.1.1
20332026-04-30T00:11:17.370Z Compiling num-bigint-dig v0.8.6
20342026-04-30T00:11:17.442Z Compiling cfg_aliases v0.2.1
20352026-04-30T00:11:17.536Z Compiling powerfmt v0.2.0
20362026-04-30T00:11:17.619Z Compiling httpdate v1.0.3
20372026-04-30T00:11:17.668Z Compiling smoltcp v0.9.1
20382026-04-30T00:11:17.686Z Compiling tempfile v3.25.0
20392026-04-30T00:11:17.689Z Compiling nix v0.31.2
20402026-04-30T00:11:17.744Z Compiling deranged v0.5.8
20412026-04-30T00:11:17.852Z Compiling foreign-types v0.3.2
20422026-04-30T00:11:18.064Z Compiling darling v0.20.11
20432026-04-30T00:11:18.168Z Compiling ipnetwork v0.21.1
20442026-04-30T00:11:18.428Z Compiling hyper v1.8.1
20452026-04-30T00:11:18.460Z Compiling curve25519-dalek-derive v0.1.1
20462026-04-30T00:11:18.477Z Compiling strum_macros v0.26.4
20472026-04-30T00:11:18.753Z Compiling wait-timeout v0.2.1
20482026-04-30T00:11:18.832Z Compiling simd-adler32 v0.3.8
20492026-04-30T00:11:18.921Z Compiling bit-vec v0.8.0
20502026-04-30T00:11:19.087Z Compiling quick-error v1.2.3
20512026-04-30T00:11:19.090Z Compiling utf8parse v0.2.2
20522026-04-30T00:11:19.197Z Compiling anstyle v1.0.13
20532026-04-30T00:11:19.239Z Compiling num_threads v0.1.7
20542026-04-30T00:11:19.318Z Compiling siphasher v1.0.2
20552026-04-30T00:11:19.381Z Compiling time v0.3.47
20562026-04-30T00:11:19.431Z Compiling rusty-fork v0.3.1
20572026-04-30T00:11:19.733Z Compiling hyper-util v0.1.20
20582026-04-30T00:11:19.772Z Compiling anstyle-parse v0.2.7
20592026-04-30T00:11:19.802Z Compiling bit-set v0.8.0
20602026-04-30T00:11:20.060Z Compiling derive_builder_core v0.20.2
20612026-04-30T00:11:20.173Z Compiling unicode-normalization v0.1.25
20622026-04-30T00:11:20.649Z Compiling rustls-native-certs v0.8.3
20632026-04-30T00:11:20.937Z Compiling signature v2.2.0
20642026-04-30T00:11:21.037Z Compiling hubpack_derive v0.1.1
20652026-04-30T00:11:21.103Z Compiling rand_xorshift v0.4.0
20662026-04-30T00:11:21.257Z Compiling strum_macros v0.27.2
20672026-04-30T00:11:21.273Z Compiling sync_wrapper v1.0.2
20682026-04-30T00:11:21.310Z Compiling fs-err v3.3.0
20692026-04-30T00:11:21.347Z Compiling ahash v0.8.12
20702026-04-30T00:11:21.399Z Compiling allocator-api2 v0.2.21
20712026-04-30T00:11:21.415Z Compiling anstyle-query v1.1.5
20722026-04-30T00:11:21.445Z Compiling colorchoice v1.0.4
20732026-04-30T00:11:21.507Z Compiling object v0.37.3
20742026-04-30T00:11:21.577Z Compiling unarray v0.1.4
20752026-04-30T00:11:21.595Z Compiling is_terminal_polyfill v1.70.2
20762026-04-30T00:11:21.700Z Compiling unicode-properties v0.1.4
20772026-04-30T00:11:21.701Z Compiling adler2 v2.0.1
20782026-04-30T00:11:21.742Z Compiling unicode-segmentation v1.12.0
20792026-04-30T00:11:21.797Z Compiling unicode-bidi v0.3.18
20802026-04-30T00:11:21.851Z Compiling miniz_oxide v0.8.9
20812026-04-30T00:11:21.952Z Compiling anstream v0.6.21
20822026-04-30T00:11:22.103Z Compiling proptest v1.10.0
20832026-04-30T00:11:22.138Z Compiling stringprep v0.1.5
20842026-04-30T00:11:22.303Z Compiling tower v0.5.3
20852026-04-30T00:11:22.510Z Compiling derive_builder_macro v0.20.2
20862026-04-30T00:11:22.663Z Compiling usdt-attr-macro v0.6.0
20872026-04-30T00:11:22.705Z Compiling usdt-macro v0.6.0
20882026-04-30T00:11:23.180Z Compiling http-body-util v0.1.3
20892026-04-30T00:11:23.444Z Compiling webpki-roots v1.0.6
20902026-04-30T00:11:23.499Z Compiling rand_chacha v0.3.1
20912026-04-30T00:11:23.502Z Compiling erased-serde v0.3.31
20922026-04-30T00:11:23.548Z Compiling md-5 v0.10.6
20932026-04-30T00:11:23.595Z Compiling num-integer v0.1.46
20942026-04-30T00:11:23.613Z Compiling hash32 v0.2.1
20952026-04-30T00:11:23.719Z Compiling vergen-lib v0.1.6
20962026-04-30T00:11:23.745Z Compiling ff v0.13.1
20972026-04-30T00:11:23.807Z Compiling ryu v1.0.23
20982026-04-30T00:11:23.839Z Compiling fallible-iterator v0.2.0
20992026-04-30T00:11:23.904Z Compiling psl-types v2.0.11
21002026-04-30T00:11:23.920Z Compiling zlib-rs v0.6.2
21012026-04-30T00:11:23.938Z Compiling iri-string v0.7.10
21022026-04-30T00:11:23.938Z Compiling base16ct v0.2.0
21032026-04-30T00:11:24.009Z Compiling serde_urlencoded v0.7.1
21042026-04-30T00:11:24.028Z Compiling publicsuffix v2.3.0
21052026-04-30T00:11:24.125Z Compiling newtype-uuid v1.3.2
21062026-04-30T00:11:24.142Z Compiling postgres-protocol v0.6.10
21072026-04-30T00:11:24.145Z Compiling sec1 v0.7.3
21082026-04-30T00:11:24.188Z Compiling group v0.13.0
21092026-04-30T00:11:24.270Z Compiling num-iter v0.1.45
21102026-04-30T00:11:24.411Z Compiling rand v0.8.5
21112026-04-30T00:11:24.608Z Compiling oxnet v0.1.4
21122026-04-30T00:11:24.652Z Compiling derive_builder v0.20.2
21132026-04-30T00:11:24.832Z Compiling tokio-native-tls v0.3.1
21142026-04-30T00:11:24.863Z Compiling heck v0.4.1
21152026-04-30T00:11:24.881Z Compiling phf_shared v0.13.1
21162026-04-30T00:11:25.006Z Compiling lazy_static v1.5.0
21172026-04-30T00:11:25.055Z Compiling tower-http v0.6.8
21182026-04-30T00:11:25.088Z Compiling terminal_size v0.4.3
21192026-04-30T00:11:25.091Z Compiling serde_with_macros v3.17.0
21202026-04-30T00:11:25.134Z Compiling cargo-platform v0.1.9
21212026-04-30T00:11:25.201Z Compiling hkdf v0.12.4
21222026-04-30T00:11:25.204Z Compiling crypto-bigint v0.5.5
21232026-04-30T00:11:25.258Z Compiling clap_derive v4.5.55
21242026-04-30T00:11:25.306Z Compiling enum-as-inner v0.6.1
21252026-04-30T00:11:25.329Z Compiling serde_repr v0.1.20
21262026-04-30T00:11:25.368Z Compiling vergen v9.0.6
21272026-04-30T00:11:25.401Z Compiling managed v0.8.0
21282026-04-30T00:11:25.497Z Compiling clap_lex v1.0.0
21292026-04-30T00:11:25.576Z Compiling foldhash v0.1.5
21302026-04-30T00:11:25.674Z Compiling libbz2-rs-sys v0.2.2
21312026-04-30T00:11:25.690Z Compiling bitflags v1.3.2
21322026-04-30T00:11:25.723Z Compiling foldhash v0.2.0
21332026-04-30T00:11:25.785Z Compiling bumpalo v3.20.2
21342026-04-30T00:11:25.945Z Compiling flate2 v1.1.9
21352026-04-30T00:11:25.961Z Compiling hashbrown v0.16.1
21362026-04-30T00:11:26.083Z Compiling bzip2 v0.6.1
21372026-04-30T00:11:26.083Z Compiling zopfli v0.8.3
21382026-04-30T00:11:26.154Z Compiling elliptic-curve v0.13.8
21392026-04-30T00:11:26.257Z Compiling hashbrown v0.15.5
21402026-04-30T00:11:26.319Z Compiling clap_builder v4.5.60
21412026-04-30T00:11:26.402Z Compiling cargo_metadata v0.19.2
21422026-04-30T00:11:26.806Z Compiling phf v0.13.1
21432026-04-30T00:11:26.826Z Compiling zstd v0.13.3
21442026-04-30T00:11:26.857Z Compiling hyper-tls v0.6.0
21452026-04-30T00:11:26.986Z Compiling daft v0.1.5
21462026-04-30T00:11:27.092Z Compiling signal-hook-mio v0.2.5
21472026-04-30T00:11:27.148Z Compiling cookie_store v0.22.1
21482026-04-30T00:11:27.225Z Compiling postgres-types v0.2.12
21492026-04-30T00:11:27.275Z Compiling bzip2 v0.4.4
21502026-04-30T00:11:27.428Z Compiling strum v0.27.2
21512026-04-30T00:11:27.595Z Compiling hubpack v0.1.2
21522026-04-30T00:11:27.598Z Compiling ed25519 v2.2.3
21532026-04-30T00:11:27.699Z Compiling phf_shared v0.11.3
21542026-04-30T00:11:27.741Z Compiling crossbeam-epoch v0.9.18
21552026-04-30T00:11:27.801Z Compiling pkcs1 v0.7.5
21562026-04-30T00:11:27.911Z Compiling hex v0.4.3
21572026-04-30T00:11:27.914Z Compiling serde-big-array v0.5.1
21582026-04-30T00:11:28.009Z Compiling rfc6979 v0.4.0
21592026-04-30T00:11:28.103Z Compiling bstr v1.12.1
21602026-04-30T00:11:28.119Z Compiling float-cmp v0.10.0
21612026-04-30T00:11:28.151Z Compiling memmap2 v0.9.10
21622026-04-30T00:11:28.197Z Compiling env_filter v1.0.0
21632026-04-30T00:11:28.214Z Compiling encoding_rs v0.8.35
21642026-04-30T00:11:28.288Z Compiling new_debug_unreachable v1.0.6
21652026-04-30T00:11:28.305Z Compiling mime v0.3.17
21662026-04-30T00:11:28.322Z Compiling data-encoding v2.10.0
21672026-04-30T00:11:28.378Z Compiling fixedbitset v0.5.7
21682026-04-30T00:11:28.395Z Compiling whoami v2.1.0
21692026-04-30T00:11:28.412Z Compiling jiff v0.2.21
21702026-04-30T00:11:28.475Z Compiling keccak v0.1.6
21712026-04-30T00:11:28.563Z Compiling normalize-line-endings v0.3.0
21722026-04-30T00:11:28.680Z Compiling toml_write v0.1.2
21732026-04-30T00:11:28.683Z Compiling predicates-core v1.0.10
21742026-04-30T00:11:28.714Z Compiling difflib v0.4.0
21752026-04-30T00:11:28.751Z Compiling fixedbitset v0.4.2
21762026-04-30T00:11:28.754Z Compiling precomputed-hash v0.1.1
21772026-04-30T00:11:28.888Z Compiling static_assertions v1.1.0
21782026-04-30T00:11:28.891Z Compiling rustc-hash v2.1.1
21792026-04-30T00:11:28.922Z Compiling petgraph v0.6.5
21802026-04-30T00:11:28.960Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21812026-04-30T00:11:28.974Z Compiling predicates v3.1.4
21822026-04-30T00:11:29.016Z Compiling iddqd v0.3.18
21832026-04-30T00:11:29.049Z Compiling string_cache v0.8.9
21842026-04-30T00:11:29.283Z Compiling toml_edit v0.22.27
21852026-04-30T00:11:29.556Z Compiling sha3 v0.10.8
21862026-04-30T00:11:29.573Z Compiling hickory-proto v0.25.2
21872026-04-30T00:11:29.667Z Compiling tokio-postgres v0.7.16
21882026-04-30T00:11:29.832Z Compiling petgraph v0.8.3
21892026-04-30T00:11:29.964Z Compiling similar v2.7.0
21902026-04-30T00:11:30.120Z Compiling env_logger v0.11.9
21912026-04-30T00:11:30.394Z Compiling usdt v0.6.0
21922026-04-30T00:11:30.671Z Compiling serde_with v3.17.0
21932026-04-30T00:11:30.845Z Compiling ecdsa v0.16.9
21942026-04-30T00:11:31.277Z Compiling zip v4.6.1
21952026-04-30T00:11:31.669Z Compiling rsa v0.9.10
21962026-04-30T00:11:31.715Z Compiling clap v4.5.60
21972026-04-30T00:11:31.766Z Compiling ed25519-dalek v2.2.0
21982026-04-30T00:11:32.171Z Compiling crossterm v0.28.1
21992026-04-30T00:11:32.223Z Compiling zip v0.6.6
22002026-04-30T00:11:32.380Z Compiling strum v0.26.3
22012026-04-30T00:11:32.487Z Compiling toml v0.7.8
22022026-04-30T00:11:32.529Z Compiling tokio-stream v0.1.18
22032026-04-30T00:11:32.690Z Compiling buf-list v1.1.2
22042026-04-30T00:11:32.717Z Compiling itertools v0.13.0
22052026-04-30T00:11:32.900Z Compiling x509-cert v0.2.5
22062026-04-30T00:11:33.084Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-04-30T00:11:33.351Z Compiling openapiv3 v2.2.0
22082026-04-30T00:11:33.400Z Compiling sha1 v0.10.6
22092026-04-30T00:11:33.653Z Compiling lalrpop-util v0.19.12
22102026-04-30T00:11:33.867Z Compiling peg-runtime v0.8.5
22112026-04-30T00:11:47.369Z Compiling rustls-webpki v0.103.9
22122026-04-30T00:11:49.905Z Compiling macaddr v1.0.1
22132026-04-30T00:11:49.956Z Compiling structmeta-derive v0.3.0
22142026-04-30T00:11:50.126Z Compiling crucible-workspace-hack v0.1.0
22152026-04-30T00:11:50.207Z Compiling rayon-core v1.13.0
22162026-04-30T00:11:50.245Z Compiling itertools v0.14.0
22172026-04-30T00:11:50.355Z Compiling secrecy v0.10.3
22182026-04-30T00:11:50.444Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-04-30T00:11:50.480Z Compiling heapless v0.8.0
22202026-04-30T00:11:50.540Z Compiling rustls v0.22.4
22212026-04-30T00:11:50.848Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-04-30T00:11:50.863Z Compiling crossbeam-deque v0.8.6
22232026-04-30T00:11:50.908Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-04-30T00:11:50.954Z Compiling structmeta v0.3.0
22252026-04-30T00:11:50.969Z Compiling rustls-webpki v0.102.8
22262026-04-30T00:11:51.021Z Compiling futures-executor v0.3.32
22272026-04-30T00:11:51.104Z Compiling tokio-rustls v0.26.4
22282026-04-30T00:11:51.184Z Compiling rustls-platform-verifier v0.6.2
22292026-04-30T00:11:51.297Z Compiling hash32 v0.3.1
22302026-04-30T00:11:51.426Z Compiling hyper-rustls v0.27.7
22312026-04-30T00:11:51.442Z Compiling multer v3.1.0
22322026-04-30T00:11:51.462Z Compiling thread_local v1.1.9
22332026-04-30T00:11:51.489Z Compiling slog-async v2.8.0
22342026-04-30T00:11:51.506Z Compiling ingot-macros v0.1.1
22352026-04-30T00:11:51.534Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-04-30T00:11:51.587Z Compiling smoltcp v0.11.0
22372026-04-30T00:11:51.658Z Compiling match_cfg v0.1.0
22382026-04-30T00:11:51.752Z Compiling reqwest v0.12.28
22392026-04-30T00:11:51.769Z Compiling reqwest v0.13.2
22402026-04-30T00:11:51.784Z Compiling compression-core v0.4.31
22412026-04-30T00:11:51.787Z Compiling unicode-width v0.2.0
22422026-04-30T00:11:51.843Z Compiling hostname v0.3.1
22432026-04-30T00:11:51.896Z Compiling proc-macro-crate v3.4.0
22442026-04-30T00:11:51.938Z Compiling compression-codecs v0.4.37
22452026-04-30T00:11:52.044Z Compiling futures v0.3.32
22462026-04-30T00:11:52.135Z Compiling derive-ex v0.1.8
22472026-04-30T00:11:52.321Z Compiling slog-json v2.6.1
22482026-04-30T00:11:52.340Z Compiling crossbeam-channel v0.5.15
22492026-04-30T00:11:52.464Z Compiling half v2.7.1
22502026-04-30T00:11:52.593Z Compiling newtype-uuid-macros v0.1.0
22512026-04-30T00:11:52.804Z Compiling cobs v0.3.0
22522026-04-30T00:11:52.830Z Compiling thiserror-impl-no-std v2.0.2
22532026-04-30T00:11:52.858Z Compiling universal-hash v0.5.1
22542026-04-30T00:11:53.026Z Compiling async-stream-impl v0.3.6
22552026-04-30T00:11:53.070Z Compiling toml_datetime v1.0.0+spec-1.1.0
22562026-04-30T00:11:53.115Z Compiling serde_spanned v1.0.4
22572026-04-30T00:11:53.326Z Compiling is-terminal v0.4.17
22582026-04-30T00:11:53.342Z Compiling proc-macro-error-attr v1.0.4
22592026-04-30T00:11:53.448Z Compiling dropshot v0.17.0
22602026-04-30T00:11:53.535Z Compiling term v1.2.1
22612026-04-30T00:11:53.552Z Compiling opaque-debug v0.3.1
22622026-04-30T00:11:53.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22632026-04-30T00:11:53.644Z Compiling take_mut v0.2.2
22642026-04-30T00:11:53.669Z Compiling ciborium-io v0.2.2
22652026-04-30T00:11:53.685Z Compiling convert_case v0.4.0
22662026-04-30T00:11:53.688Z Compiling toml_writer v1.0.6+spec-1.1.0
22672026-04-30T00:11:53.718Z Compiling test-strategy v0.4.5
22682026-04-30T00:11:53.787Z Compiling ciborium-ll v0.2.2
22692026-04-30T00:11:53.881Z Compiling thiserror-no-std v2.0.2
22702026-04-30T00:11:53.996Z Compiling toml v1.0.6+spec-1.1.0
22712026-04-30T00:11:54.012Z Compiling slog-term v2.9.2
22722026-04-30T00:11:54.043Z Compiling derive_more v0.99.20
22732026-04-30T00:11:54.072Z Compiling tokio-rustls v0.25.0
22742026-04-30T00:11:54.098Z Compiling ingot-types v0.1.2
22752026-04-30T00:11:54.118Z Compiling poly1305 v0.8.0
22762026-04-30T00:11:54.337Z Compiling async-stream v0.3.6
22772026-04-30T00:11:54.552Z Compiling ingot v0.1.1
22782026-04-30T00:11:54.626Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-04-30T00:11:54.760Z Compiling postcard v1.1.3
22802026-04-30T00:11:55.008Z Compiling slog-bunyan v2.5.0
22812026-04-30T00:11:55.086Z Compiling num_enum_derive v0.7.5
22822026-04-30T00:11:55.109Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22832026-04-30T00:11:55.160Z Compiling async-compression v0.4.41
22842026-04-30T00:11:55.265Z Compiling parse-display-derive v0.10.0
22852026-04-30T00:11:55.368Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22862026-04-30T00:11:55.384Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-04-30T00:11:55.448Z Compiling proc-macro-crate v1.3.1
22882026-04-30T00:11:55.633Z Compiling backon v1.6.0
22892026-04-30T00:11:55.648Z Compiling waitgroup v0.1.2
22902026-04-30T00:11:55.808Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-04-30T00:11:55.828Z Compiling password-hash v0.5.0
22922026-04-30T00:11:55.851Z Compiling chacha20 v0.9.1
22932026-04-30T00:11:55.908Z Compiling dropshot_endpoint v0.17.0
22942026-04-30T00:11:56.029Z Compiling rustls-pemfile v2.2.0
22952026-04-30T00:11:56.122Z Compiling blake2 v0.10.6
22962026-04-30T00:11:56.196Z Compiling aead v0.5.2
22972026-04-30T00:11:56.339Z Compiling foreign-types-macros v0.2.3
22982026-04-30T00:11:56.406Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-04-30T00:11:56.423Z Compiling serde_path_to_error v0.1.20
23002026-04-30T00:11:56.465Z Compiling hostname v0.4.2
23012026-04-30T00:11:56.640Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-04-30T00:11:56.655Z Compiling proc-macro-error v1.0.4
23032026-04-30T00:11:56.712Z Compiling instant v0.1.13
23042026-04-30T00:11:56.752Z Compiling cpufeatures v0.3.0
23052026-04-30T00:11:56.813Z Compiling foreign-types-shared v0.3.1
23062026-04-30T00:11:56.830Z Compiling debug-ignore v1.0.5
23072026-04-30T00:11:56.853Z Compiling typeid v1.0.3
23082026-04-30T00:11:56.870Z Compiling chacha20 v0.10.0
23092026-04-30T00:11:56.899Z Compiling backoff v0.4.0
23102026-04-30T00:11:56.933Z Compiling parse-display v0.10.0
23112026-04-30T00:11:56.951Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23122026-04-30T00:11:56.954Z Compiling foreign-types v0.5.0
23132026-04-30T00:11:56.954Z Compiling argon2 v0.5.3
23142026-04-30T00:11:56.995Z Compiling chacha20poly1305 v0.10.1
23152026-04-30T00:11:56.998Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-04-30T00:11:57.041Z Compiling num_enum v0.7.5
23172026-04-30T00:11:57.089Z Compiling num_enum_derive v0.5.11
23182026-04-30T00:11:57.159Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-04-30T00:11:57.185Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-04-30T00:11:57.218Z Compiling ciborium v0.2.2
23212026-04-30T00:11:57.353Z Compiling vsss-rs v3.3.4
23222026-04-30T00:11:57.603Z Compiling tabwriter v1.4.1
23232026-04-30T00:11:57.751Z Compiling regress v0.10.5
23242026-04-30T00:11:58.008Z Compiling byte-wrapper v0.1.0
23252026-04-30T00:11:58.026Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23262026-04-30T00:11:58.041Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-04-30T00:11:58.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23282026-04-30T00:11:58.105Z Compiling cstr-argument v0.1.2
23292026-04-30T00:11:58.162Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23302026-04-30T00:11:58.295Z Compiling erased-serde v0.4.9
23312026-04-30T00:11:58.308Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-04-30T00:11:58.397Z Compiling num_enum v0.5.11
23332026-04-30T00:11:58.485Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-04-30T00:11:58.640Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-04-30T00:11:58.673Z Compiling rand v0.10.0
23362026-04-30T00:11:58.701Z Compiling rayon v1.11.0
23372026-04-30T00:11:58.749Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-04-30T00:11:58.806Z Compiling libefi-sys v0.1.0
23392026-04-30T00:11:58.844Z Compiling colored v3.1.1
23402026-04-30T00:11:58.896Z Compiling indent_write v2.2.0
23412026-04-30T00:11:58.913Z Compiling zone_cfg_derive v0.3.1
23422026-04-30T00:11:58.949Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-04-30T00:11:59.044Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23442026-04-30T00:11:59.094Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-04-30T00:11:59.157Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-04-30T00:11:59.395Z Compiling camino-tempfile v1.4.1
23472026-04-30T00:11:59.412Z Compiling itertools v0.12.1
23482026-04-30T00:11:59.480Z Compiling usdt-attr-macro v0.5.0
23492026-04-30T00:11:59.539Z Compiling usdt-macro v0.5.0
23502026-04-30T00:11:59.557Z Compiling bitfield-struct v0.6.2
23512026-04-30T00:11:59.654Z Compiling num-derive v0.4.2
23522026-04-30T00:11:59.673Z Compiling ordered-float v2.10.1
23532026-04-30T00:11:59.810Z Compiling blake3 v1.8.3
23542026-04-30T00:11:59.967Z Compiling memmap v0.7.0
23552026-04-30T00:12:00.193Z Compiling sigpipe v0.1.3
23562026-04-30T00:12:00.209Z Compiling swrite v0.1.0
23572026-04-30T00:12:00.227Z Compiling glob v0.3.3
23582026-04-30T00:12:00.245Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-04-30T00:12:00.259Z Compiling usdt v0.5.0
23602026-04-30T00:12:00.311Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-04-30T00:12:00.484Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-04-30T00:12:00.545Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23632026-04-30T00:12:00.644Z Compiling serde-value v0.7.0
23642026-04-30T00:12:00.867Z Compiling zone v0.3.1
23652026-04-30T00:12:00.885Z Compiling serde-untagged v0.1.9
23662026-04-30T00:12:00.900Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-04-30T00:12:01.168Z Compiling toml v0.8.23
23682026-04-30T00:12:01.200Z Compiling smf v0.2.3
23692026-04-30T00:12:01.215Z Compiling filetime v0.2.27
23702026-04-30T00:12:01.250Z Compiling constant_time_eq v0.4.2
23712026-04-30T00:12:01.265Z Compiling xattr v1.6.1
23722026-04-30T00:12:01.268Z Compiling arrayref v0.3.9
23732026-04-30T00:12:01.345Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-04-30T00:12:01.378Z Compiling unicode-xid v0.2.6
23752026-04-30T00:12:01.445Z Compiling same-file v1.0.6
23762026-04-30T00:12:01.460Z Compiling whoami v1.6.1
23772026-04-30T00:12:01.478Z Compiling arrayvec v0.7.6
23782026-04-30T00:12:01.493Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-04-30T00:12:01.493Z Compiling tar v0.4.45
23802026-04-30T00:12:01.544Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-04-30T00:12:01.647Z Compiling cargo-util-schemas v0.8.2
23822026-04-30T00:12:01.797Z Compiling walkdir v2.5.0
23832026-04-30T00:12:01.943Z Compiling tokio-dtrace v0.1.1
23842026-04-30T00:12:02.180Z Compiling console v0.16.2
23852026-04-30T00:12:02.287Z Compiling gethostname v0.5.0
23862026-04-30T00:12:02.344Z Compiling cargo-platform v0.2.0
23872026-04-30T00:12:02.452Z Compiling unit-prefix v0.5.2
23882026-04-30T00:12:02.455Z Compiling topological-sort v0.2.2
23892026-04-30T00:12:02.498Z Compiling oxide-tokio-rt v0.1.4
23902026-04-30T00:12:02.540Z Compiling shell-words v1.1.1
23912026-04-30T00:12:02.636Z Compiling indicatif v0.18.4
23922026-04-30T00:12:02.655Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23932026-04-30T00:12:02.809Z Compiling cargo_metadata v0.21.0
23942026-04-30T00:12:11.356Z Compiling progenitor-client v0.14.0
23952026-04-30T00:12:11.390Z Compiling progenitor-client v0.10.0
23962026-04-30T00:12:11.390Z Compiling omicron-zone-package v0.12.2
23972026-04-30T00:12:11.488Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-04-30T00:12:11.490Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-04-30T00:12:11.522Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-04-30T00:12:11.539Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-04-30T00:12:11.826Z Compiling progenitor-extras v0.2.0
24022026-04-30T00:12:11.853Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-04-30T00:12:11.872Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-04-30T00:12:11.893Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-04-30T00:12:12.021Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24062026-04-30T00:12:12.084Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072026-04-30T00:12:16.680Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-04-30T00:12:24.028Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-04-30T00:12:27.108Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-04-30T00:12:28.101Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-04-30T00:12:37.356Z Finished `release` profile [optimized] target(s) in 1m 38s
24122026-04-30T00:12:37.507Z Running `target/release/omicron-package -t test target create -p dev`
24132026-04-30T00:12:37.570ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-04-30T00:12:37.573ZCreated new build target 'test' and set it as active
24152026-04-30T00:12:37.576Z
24162026-04-30T00:12:37.576Zreal 1:38.796871288
24172026-04-30T00:12:37.576Zuser 16:20.703399785
24182026-04-30T00:12:37.576Zsys 2:32.837218100
24192026-04-30T00:12:37.576Ztrap 0.458318586
24202026-04-30T00:12:37.576Ztflt 2.626709392
24212026-04-30T00:12:37.576Zdflt 3.945379778
24222026-04-30T00:12:37.576Zkflt 0.000650342
24232026-04-30T00:12:37.576Zlock 51:33.200123068
24242026-04-30T00:12:37.576Zslp 41:50.105601109
24252026-04-30T00:12:37.576Zlat 42.941051376
24262026-04-30T00:12:37.577Zstop 5:28.280454176
24272026-04-30T00:12:37.577Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-04-30T00:12:38.466Z Finished `release` profile [optimized] target(s) in 0.88s
24292026-04-30T00:12:38.536Z Running `target/release/omicron-package -t test package`
24302026-04-30T00:12:38.596ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-04-30T00:12:39.972Z Compiling heck v0.5.0
24322026-04-30T00:12:39.972Z Compiling regress v0.11.1
24332026-04-30T00:12:39.972Z Compiling unsafe-libyaml v0.2.11
24342026-04-30T00:12:40.221Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-04-30T00:12:40.247Z Compiling regress v0.10.5
24362026-04-30T00:12:40.275Z Compiling unicode-width v0.1.14
24372026-04-30T00:12:40.278Z Compiling is-terminal v0.4.17
24382026-04-30T00:12:40.317Z Compiling prettyplease v0.2.37
24392026-04-30T00:12:40.320Z Compiling bytecount v0.6.9
24402026-04-30T00:12:40.320Z Compiling rustls v0.22.4
24412026-04-30T00:12:40.320Z Compiling rustls-webpki v0.102.8
24422026-04-30T00:12:40.357Z Compiling derive-where v1.6.0
24432026-04-30T00:12:40.359Z Compiling thread_local v1.1.9
24442026-04-30T00:12:40.378Z Compiling match_cfg v0.1.0
24452026-04-30T00:12:40.381Z Compiling compression-core v0.4.31
24462026-04-30T00:12:40.477Z Compiling multer v3.1.0
24472026-04-30T00:12:40.480Z Compiling slog-async v2.8.0
24482026-04-30T00:12:40.541Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-04-30T00:12:40.563Z Compiling hostname v0.3.1
24502026-04-30T00:12:40.566Z Compiling compression-codecs v0.4.37
24512026-04-30T00:12:40.566Z Compiling crossbeam-channel v0.5.15
24522026-04-30T00:12:40.630Z Compiling slog-json v2.6.1
24532026-04-30T00:12:40.632Z Compiling futures-executor v0.3.32
24542026-04-30T00:12:40.651Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-04-30T00:12:40.689Z Compiling serde_spanned v1.0.4
24562026-04-30T00:12:40.715Z Compiling serde_yaml v0.9.34+deprecated
24572026-04-30T00:12:40.848Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-04-30T00:12:40.848Z Compiling term v1.2.1
24592026-04-30T00:12:40.892Z Compiling take_mut v0.2.2
24602026-04-30T00:12:40.894Z Compiling futures v0.3.32
24612026-04-30T00:12:40.936Z Compiling slog-bunyan v2.5.0
24622026-04-30T00:12:40.963Z Compiling async-compression v0.4.41
24632026-04-30T00:12:41.069Z Compiling toml v1.0.6+spec-1.1.0
24642026-04-30T00:12:41.112Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-04-30T00:12:41.112Z Compiling dropshot v0.17.0
24662026-04-30T00:12:41.115Z Compiling async-stream v0.3.6
24672026-04-30T00:12:41.202Z Compiling slog-term v2.9.2
24682026-04-30T00:12:41.277Z Compiling num-rational v0.4.2
24692026-04-30T00:12:41.309Z Compiling progenitor-client v0.14.0
24702026-04-30T00:12:41.350Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-04-30T00:12:41.371Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-04-30T00:12:41.448Z Compiling waitgroup v0.1.2
24732026-04-30T00:12:41.496Z Compiling backon v1.6.0
24742026-04-30T00:12:41.578Z Compiling rustls-pemfile v2.2.0
24752026-04-30T00:12:41.601Z Compiling num-complex v0.4.6
24762026-04-30T00:12:41.604Z Compiling hostname v0.4.2
24772026-04-30T00:12:41.621Z Compiling serde_path_to_error v0.1.20
24782026-04-30T00:12:41.665Z Compiling instant v0.1.13
24792026-04-30T00:12:41.708Z Compiling typify-impl v0.6.2
24802026-04-30T00:12:41.728Z Compiling debug-ignore v1.0.5
24812026-04-30T00:12:41.783Z Compiling backoff v0.4.0
24822026-04-30T00:12:41.803Z Compiling progenitor-extras v0.2.0
24832026-04-30T00:12:41.826Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-04-30T00:12:42.003Z Compiling num v0.4.3
24852026-04-30T00:12:42.023Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24862026-04-30T00:12:42.026Z Compiling parse-display v0.10.0
24872026-04-30T00:12:42.071Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-04-30T00:12:42.093Z Compiling progenitor-client v0.13.0
24892026-04-30T00:12:42.116Z Compiling progenitor-client v0.10.0
24902026-04-30T00:12:42.197Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-04-30T00:12:42.219Z Compiling macaddr v1.0.1
24922026-04-30T00:12:42.242Z Compiling float-ord v0.3.2
24932026-04-30T00:12:42.383Z Compiling console v0.15.11
24942026-04-30T00:12:42.407Z Compiling slog-dtrace v0.3.0
24952026-04-30T00:12:42.475Z Compiling newline-converter v0.3.0
24962026-04-30T00:12:42.587Z Compiling tokio-rustls v0.25.0
24972026-04-30T00:12:42.612Z Compiling atomicwrites v0.4.4
24982026-04-30T00:12:42.658Z Compiling async-recursion v1.1.1
24992026-04-30T00:12:42.680Z Compiling cancel-safe-futures v0.1.5
25002026-04-30T00:12:42.704Z Compiling owo-colors v4.3.0
25012026-04-30T00:12:42.873Z Compiling expectorate v1.2.0
25022026-04-30T00:12:42.944Z Compiling libsw-core v0.3.2
25032026-04-30T00:12:42.973Z Compiling resolv-conf v0.7.6
25042026-04-30T00:12:43.119Z Compiling libsw v3.5.0
25052026-04-30T00:12:43.162Z Compiling toml v0.8.23
25062026-04-30T00:12:43.313Z Compiling linear-map v1.2.0
25072026-04-30T00:12:43.316Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-04-30T00:12:43.385Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-04-30T00:12:43.427Z Compiling minimal-lexical v0.2.1
25102026-04-30T00:12:43.565Z Compiling linked-hash-map v0.5.6
25112026-04-30T00:12:43.635Z Compiling unicode-xid v0.2.6
25122026-04-30T00:12:43.659Z Compiling nom v7.1.3
25132026-04-30T00:12:43.679Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-04-30T00:12:43.699Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-04-30T00:12:43.722Z Compiling globset v0.4.18
25162026-04-30T00:12:43.769Z Compiling lru-cache v0.1.2
25172026-04-30T00:12:43.793Z Compiling hickory-proto v0.24.4
25182026-04-30T00:12:43.815Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-04-30T00:12:43.948Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-04-30T00:12:44.126Z Compiling convert_case v0.10.0
25212026-04-30T00:12:44.422Z Compiling derive_more-impl v2.1.1
25222026-04-30T00:12:44.642Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-04-30T00:12:45.027Z Compiling pin-project-internal v1.1.11
25242026-04-30T00:12:45.048Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-04-30T00:12:45.175Z Compiling typify-macro v0.6.2
25262026-04-30T00:12:45.218Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-04-30T00:12:45.465Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-04-30T00:12:45.707Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-04-30T00:12:46.054Z Compiling pin-project v1.1.11
25302026-04-30T00:12:46.192Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-04-30T00:12:46.402Z Compiling hickory-resolver v0.24.4
25322026-04-30T00:12:46.424Z Compiling derive_more v2.1.1
25332026-04-30T00:12:46.450Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-04-30T00:12:46.558Z Compiling papergrid v0.11.0
25352026-04-30T00:12:46.609Z Compiling tabled_derive v0.7.0
25362026-04-30T00:12:46.711Z Compiling typify v0.6.2
25372026-04-30T00:12:46.894Z Compiling progenitor-impl v0.14.0
25382026-04-30T00:12:47.132Z Compiling progenitor-impl v0.13.0
25392026-04-30T00:12:47.508Z Compiling pem v3.0.6
25402026-04-30T00:12:48.054Z Compiling qorb v0.4.1
25412026-04-30T00:12:48.251Z Compiling snafu-derive v0.8.9
25422026-04-30T00:12:49.089Z Compiling progenitor-macro v0.14.0
25432026-04-30T00:12:49.337Z Compiling progenitor-macro v0.13.0
25442026-04-30T00:12:49.697Z Compiling termtree v0.5.1
25452026-04-30T00:12:49.719Z Compiling tabled v0.15.0
25462026-04-30T00:12:49.907Z Compiling crossterm v0.29.0
25472026-04-30T00:12:49.958Z Compiling snafu v0.8.9
25482026-04-30T00:12:50.550Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-04-30T00:12:51.528Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-04-30T00:12:51.988Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25512026-04-30T00:12:52.353Z Compiling phf_shared v0.12.1
25522026-04-30T00:12:52.516Z Compiling olpc-cjson v0.1.4
25532026-04-30T00:12:52.615Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-04-30T00:12:52.772Z Compiling serde_plain v1.0.2
25552026-04-30T00:12:52.836Z Compiling vte v0.14.1
25562026-04-30T00:12:53.098Z Compiling csv-core v0.1.13
25572026-04-30T00:12:53.119Z Compiling chrono-tz v0.10.4
25582026-04-30T00:12:53.145Z Compiling progenitor v0.14.0
25592026-04-30T00:12:53.233Z Compiling typed-path v0.9.3
25602026-04-30T00:12:53.335Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-04-30T00:12:53.358Z Compiling highway v1.3.0
25622026-04-30T00:12:53.437Z Compiling progenitor v0.13.0
25632026-04-30T00:12:53.645Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25642026-04-30T00:12:54.141Z Compiling csv v1.4.0
25652026-04-30T00:12:54.377Z Compiling tough v0.20.0
25662026-04-30T00:12:54.671Z Compiling strip-ansi-escapes v0.2.1
25672026-04-30T00:12:55.066Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25682026-04-30T00:12:55.123Z Compiling phf v0.12.1
25692026-04-30T00:12:55.229Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-04-30T00:12:55.348Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-04-30T00:12:55.819Z Compiling const_format_proc_macros v0.2.34
25722026-04-30T00:12:56.121Z Compiling fd-lock v4.0.4
25732026-04-30T00:12:56.299Z Compiling peg-macros v0.8.5
25742026-04-30T00:12:56.804Z Compiling nu-ansi-term v0.50.3
25752026-04-30T00:12:57.381Z Compiling reedline v0.40.0
25762026-04-30T00:12:57.447Z Compiling const_format v0.2.35
25772026-04-30T00:12:57.577Z Compiling peg v0.8.5
25782026-04-30T00:12:57.683Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-04-30T00:12:57.948Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25802026-04-30T00:12:57.976Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25812026-04-30T00:12:58.243Z Compiling bcs v0.1.6
25822026-04-30T00:12:58.687Z Compiling semver v0.1.20
25832026-04-30T00:12:58.761Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25842026-04-30T00:12:58.986Z Compiling rustc_version v0.1.7
25852026-04-30T00:12:59.021Z Compiling humantime v2.3.0
25862026-04-30T00:12:59.126Z Compiling unicode-linebreak v0.1.5
25872026-04-30T00:12:59.222Z Compiling newtype_derive v0.1.6
25882026-04-30T00:12:59.449Z Compiling smawk v0.3.2
25892026-04-30T00:12:59.518Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-04-30T00:12:59.625Z Compiling textwrap v0.16.2
25912026-04-30T00:12:59.655Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-04-30T00:12:59.678Z Compiling dropshot-api-manager-types v0.7.1
25932026-04-30T00:12:59.710Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25942026-04-30T00:13:00.074Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25952026-04-30T00:13:00.287Z Compiling base64 v0.21.7
25962026-04-30T00:13:00.774Z Compiling steno v0.4.1
25972026-04-30T00:13:00.815Z Compiling utf-8 v0.7.6
25982026-04-30T00:13:01.056Z Compiling tagptr v0.2.0
25992026-04-30T00:13:01.077Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26002026-04-30T00:13:01.240Z Compiling moka v0.12.13
26012026-04-30T00:13:01.265Z Compiling tungstenite v0.21.0
26022026-04-30T00:13:01.286Z Compiling radium v0.7.0
26032026-04-30T00:13:01.471Z Compiling maybe-uninit v2.0.0
26042026-04-30T00:13:01.615Z Compiling tap v1.0.1
26052026-04-30T00:13:01.760Z Compiling wyz v0.5.1
26062026-04-30T00:13:02.103Z Compiling tokio-tungstenite v0.21.0
26072026-04-30T00:13:02.173Z Compiling zerocopy-derive v0.6.6
26082026-04-30T00:13:02.285Z Compiling packed_struct v0.10.1
26092026-04-30T00:13:02.459Z Compiling hickory-resolver v0.25.2
26102026-04-30T00:13:02.495Z Compiling display-error-chain v0.2.2
26112026-04-30T00:13:02.517Z Compiling funty v2.0.0
26122026-04-30T00:13:02.582Z Compiling crc-catalog v2.4.0
26132026-04-30T00:13:02.716Z Compiling crc v3.4.0
26142026-04-30T00:13:02.737Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26152026-04-30T00:13:02.928Z Compiling bitvec v1.0.1
26162026-04-30T00:13:02.973Z Compiling zerocopy v0.6.6
26172026-04-30T00:13:03.167Z Compiling packed_struct_codegen v0.10.1
26182026-04-30T00:13:03.378Z Compiling bitfield-macros v0.19.4
26192026-04-30T00:13:03.399Z Compiling indexmap v1.9.3
26202026-04-30T00:13:03.466Z Compiling nodrop v0.1.14
26212026-04-30T00:13:03.600Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26222026-04-30T00:13:03.695Z Compiling array-init v0.0.4
26232026-04-30T00:13:04.020Z Compiling smallvec v0.6.14
26242026-04-30T00:13:04.082Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26252026-04-30T00:13:04.085Z Compiling bitfield v0.19.4
26262026-04-30T00:13:04.177Z Compiling num-derive v0.3.3
26272026-04-30T00:13:04.292Z Compiling proc-macro-error-attr2 v2.0.0
26282026-04-30T00:13:04.433Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26292026-04-30T00:13:04.764Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26302026-04-30T00:13:05.041Z Compiling hashbrown v0.12.3
26312026-04-30T00:13:06.181Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-04-30T00:13:06.262Z Compiling libscf-sys v1.1.0
26332026-04-30T00:13:06.450Z Compiling proc-macro-error2 v2.0.1
26342026-04-30T00:13:06.699Z Compiling serde-hex v0.1.0
26352026-04-30T00:13:06.762Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-04-30T00:13:06.906Z Compiling ron v0.8.1
26372026-04-30T00:13:07.004Z Compiling typify-impl v0.4.3
26382026-04-30T00:13:07.685Z Compiling hashbrown v0.13.2
26392026-04-30T00:13:07.770Z Compiling vergen-gitcl v1.0.8
26402026-04-30T00:13:08.001Z Compiling dirs-sys-next v0.1.2
26412026-04-30T00:13:08.051Z Compiling crc-any v2.5.0
26422026-04-30T00:13:08.284Z Compiling crunchy v0.2.4
26432026-04-30T00:13:08.335Z Compiling maplit v1.0.2
26442026-04-30T00:13:08.459Z Compiling diesel_derives v2.3.7
26452026-04-30T00:13:08.500Z Compiling glob v0.3.3
26462026-04-30T00:13:08.559Z Compiling object v0.30.4
26472026-04-30T00:13:08.614Z Compiling dirs-next v2.0.0
26482026-04-30T00:13:08.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26492026-04-30T00:13:08.787Z Compiling tabled_derive v0.11.0
26502026-04-30T00:13:08.825Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-04-30T00:13:08.863Z Compiling clang-sys v1.8.1
26522026-04-30T00:13:08.950Z Compiling papergrid v0.17.0
26532026-04-30T00:13:09.245Z Compiling testing_table v0.3.0
26542026-04-30T00:13:09.290Z Compiling dsl_auto_type v0.2.0
26552026-04-30T00:13:09.338Z Compiling scheduled-thread-pool v0.2.7
26562026-04-30T00:13:09.456Z Compiling diesel_table_macro_syntax v0.3.0
26572026-04-30T00:13:09.524Z Compiling path-slash v0.1.5
26582026-04-30T00:13:09.686Z Compiling tiny-keccak v2.0.2
26592026-04-30T00:13:09.706Z Compiling r2d2 v0.8.10
26602026-04-30T00:13:09.843Z Compiling term v0.7.0
26612026-04-30T00:13:09.965Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-04-30T00:13:09.999Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-04-30T00:13:10.053Z Compiling xshell-macros v0.2.7
26642026-04-30T00:13:10.233Z Compiling tabled v0.20.0
26652026-04-30T00:13:10.288Z Compiling downcast-rs v2.0.2
26662026-04-30T00:13:10.366Z Compiling bit-vec v0.6.3
26672026-04-30T00:13:10.423Z Compiling typify-macro v0.4.3
26682026-04-30T00:13:10.466Z Compiling xshell v0.2.7
26692026-04-30T00:13:10.516Z Compiling ascii-canvas v3.0.0
26702026-04-30T00:13:10.610Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26712026-04-30T00:13:10.774Z Compiling bit-set v0.5.3
26722026-04-30T00:13:10.964Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26732026-04-30T00:13:11.068Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26742026-04-30T00:13:11.368Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752026-04-30T00:13:11.442Z Compiling itertools v0.10.5
26762026-04-30T00:13:11.775Z Compiling ena v0.14.4
26772026-04-30T00:13:11.853Z Compiling libloading v0.8.9
26782026-04-30T00:13:11.938Z Compiling bindgen v0.71.1
26792026-04-30T00:13:12.025Z Compiling diff v0.1.13
26802026-04-30T00:13:12.088Z Compiling unicase v2.9.0
26812026-04-30T00:13:12.230Z Compiling regex-syntax v0.6.29
26822026-04-30T00:13:12.349Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26832026-04-30T00:13:13.307Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-04-30T00:13:13.594Z Compiling lalrpop v0.19.12
26852026-04-30T00:13:14.182Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-04-30T00:13:14.545Z Compiling diesel v2.3.7
26872026-04-30T00:13:14.574Z Compiling cexpr v0.6.0
26882026-04-30T00:13:14.615Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26892026-04-30T00:13:14.794Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-04-30T00:13:14.841Z Compiling crc8 v0.1.1
26912026-04-30T00:13:14.979Z Compiling typify v0.4.3
26922026-04-30T00:13:15.002Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26932026-04-30T00:13:15.143Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26942026-04-30T00:13:15.165Z Compiling headers-core v0.3.0
26952026-04-30T00:13:15.203Z Compiling libxml v0.3.3
26962026-04-30T00:13:15.309Z Compiling headers v0.4.1
26972026-04-30T00:13:15.330Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-04-30T00:13:15.496Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-04-30T00:13:15.719Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-04-30T00:13:15.765Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-04-30T00:13:16.187Z Compiling strum_macros v0.24.3
27022026-04-30T00:13:16.542Z Compiling indoc v1.0.9
27032026-04-30T00:13:16.648Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-04-30T00:13:16.869Z Compiling derive_builder v0.20.2
27052026-04-30T00:13:16.933Z Compiling oso-derive v0.27.3
27062026-04-30T00:13:16.985Z Compiling quick-xml v0.37.5
27072026-04-30T00:13:17.038Z Compiling impl-trait-for-tuples v0.2.3
27082026-04-30T00:13:17.454Z Compiling openssl-probe v0.1.6
27092026-04-30T00:13:17.477Z Compiling half v1.8.3
27102026-04-30T00:13:17.932Z Compiling serde_cbor v0.11.2
27112026-04-30T00:13:17.990Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-04-30T00:13:18.010Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27132026-04-30T00:13:18.334Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-04-30T00:13:18.462Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-04-30T00:13:18.692Z Compiling bb8 v0.8.6
27162026-04-30T00:13:18.715Z Compiling trait-variant v0.1.2
27172026-04-30T00:13:18.963Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27182026-04-30T00:13:19.067Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-04-30T00:13:19.283Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27202026-04-30T00:13:19.357Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-04-30T00:13:19.438Z Compiling fxhash v0.2.1
27222026-04-30T00:13:19.577Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27232026-04-30T00:13:19.598Z Compiling samael v0.0.19
27242026-04-30T00:13:19.652Z Compiling progenitor-impl v0.10.0
27252026-04-30T00:13:19.673Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27262026-04-30T00:13:19.696Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27272026-04-30T00:13:19.884Z Compiling kstat-rs v0.2.4
27282026-04-30T00:13:19.994Z Compiling libz-sys v1.1.24
27292026-04-30T00:13:20.363Z Compiling salty v0.3.0
27302026-04-30T00:13:20.411Z Compiling nonempty v0.12.0
27312026-04-30T00:13:20.696Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-04-30T00:13:21.073Z Compiling polar-core v0.27.3
27332026-04-30T00:13:21.076Z Compiling progenitor-impl v0.11.2
27342026-04-30T00:13:21.145Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27352026-04-30T00:13:21.182Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27362026-04-30T00:13:21.775Z Compiling progenitor-macro v0.10.0
27372026-04-30T00:13:22.896Z Compiling darling_core v0.23.0
27382026-04-30T00:13:23.336Z Compiling nanorand v0.7.0
27392026-04-30T00:13:23.463Z Compiling arc-swap v1.8.2
27402026-04-30T00:13:23.717Z Compiling fs-err v2.11.0
27412026-04-30T00:13:23.958Z Compiling parking_lot_core v0.8.6
27422026-04-30T00:13:24.074Z Compiling mime_guess v2.0.5
27432026-04-30T00:13:24.427Z Compiling slog-scope v4.4.1
27442026-04-30T00:13:24.620Z Compiling flume v0.11.1
27452026-04-30T00:13:24.871Z Compiling progenitor-macro v0.11.2
27462026-04-30T00:13:25.018Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27472026-04-30T00:13:25.082Z Compiling darling_macro v0.23.0
27482026-04-30T00:13:25.268Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27492026-04-30T00:13:25.770Z Compiling progenitor v0.10.0
27502026-04-30T00:13:25.961Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-04-30T00:13:26.522Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-04-30T00:13:26.555Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-04-30T00:13:27.444Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-04-30T00:13:28.813Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-04-30T00:13:28.917Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27562026-04-30T00:13:30.287Z Compiling oso v0.27.3
27572026-04-30T00:13:31.023Z Compiling progenitor-client v0.11.2
27582026-04-30T00:13:33.902Z Compiling diesel-dtrace v0.5.0
27592026-04-30T00:13:34.220Z Compiling async-bb8-diesel v0.2.1
27602026-04-30T00:13:34.672Z Compiling git-stub v1.0.0
27612026-04-30T00:13:34.675Z Compiling libgit2-sys v0.18.3+1.9.2
27622026-04-30T00:13:34.721Z Compiling instability v0.3.11
27632026-04-30T00:13:34.943Z Compiling git-stub-vcs v0.1.0
27642026-04-30T00:13:34.999Z Compiling progenitor v0.11.2
27652026-04-30T00:13:35.030Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-04-30T00:13:35.187Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-04-30T00:13:35.306Z Compiling darling v0.23.0
27682026-04-30T00:13:35.457Z Compiling slog-stdlog v4.1.1
27692026-04-30T00:13:36.216Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27702026-04-30T00:13:36.342Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27712026-04-30T00:13:36.741Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27722026-04-30T00:13:37.376Z Compiling ignore v0.4.25
27732026-04-30T00:13:38.189Z Compiling primeorder v0.13.6
27742026-04-30T00:13:38.346Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-30T00:13:38.505Z Compiling castaway v0.2.4
27762026-04-30T00:13:38.665Z Compiling atty v0.2.14
27772026-04-30T00:13:38.835Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-30T00:13:39.066Z Compiling indoc v2.0.7
27792026-04-30T00:13:39.293Z Compiling parse-size v1.1.0
27802026-04-30T00:13:39.507Z Compiling http-range v0.1.5
27812026-04-30T00:13:39.529Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27822026-04-30T00:13:39.742Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-04-30T00:13:39.796Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-04-30T00:13:39.899Z Compiling compact_str v0.8.1
27852026-04-30T00:13:40.231Z Compiling p384 v0.13.1
27862026-04-30T00:13:41.030Z Compiling globwalk v0.9.1
27872026-04-30T00:13:41.272Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-30T00:13:41.695Z Compiling parking_lot v0.11.2
27892026-04-30T00:13:42.014Z Compiling slog-envlogger v2.2.0
27902026-04-30T00:13:42.337Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-04-30T00:13:42.370Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-04-30T00:13:42.507Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27932026-04-30T00:13:42.619Z Compiling predicates-tree v1.0.13
27942026-04-30T00:13:42.815Z Compiling unicode-truncate v1.1.0
27952026-04-30T00:13:42.992Z Compiling lru v0.12.5
27962026-04-30T00:13:43.036Z Compiling rand_seeder v0.4.0
27972026-04-30T00:13:43.090Z Compiling prefix-trie v0.7.0
27982026-04-30T00:13:43.146Z Compiling vergen-git2 v1.0.7
27992026-04-30T00:13:43.207Z Compiling cassowary v0.3.0
28002026-04-30T00:13:43.228Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-04-30T00:13:43.345Z Compiling camino-tempfile-ext v0.3.3
28022026-04-30T00:13:43.435Z Compiling hyper-staticfile v0.10.1
28032026-04-30T00:13:43.596Z Compiling hickory-server v0.25.2
28042026-04-30T00:13:44.008Z Compiling ratatui v0.29.0
28052026-04-30T00:13:44.048Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-30T00:13:44.339Z Compiling sled v0.34.7
28072026-04-30T00:13:45.135Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28082026-04-30T00:13:45.369Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28092026-04-30T00:13:45.735Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-04-30T00:13:45.822Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-04-30T00:13:46.578Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28122026-04-30T00:13:46.940Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28132026-04-30T00:13:47.122Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28142026-04-30T00:13:47.388Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28152026-04-30T00:13:47.646Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-04-30T00:13:47.705Z Compiling rustls v0.21.12
28172026-04-30T00:13:47.948Z Compiling corncobs v0.1.4
28182026-04-30T00:13:48.117Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28192026-04-30T00:13:48.202Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28202026-04-30T00:13:48.377Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28212026-04-30T00:13:48.499Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28222026-04-30T00:13:48.643Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28232026-04-30T00:13:48.871Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-04-30T00:13:48.930Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-04-30T00:13:49.186Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-04-30T00:13:49.361Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28272026-04-30T00:13:50.126Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-30T00:13:52.260Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28292026-04-30T00:13:52.447Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28302026-04-30T00:13:52.468Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-04-30T00:13:52.529Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322026-04-30T00:13:52.664Z Compiling rustls-webpki v0.101.7
28332026-04-30T00:13:52.685Z Compiling sct v0.7.1
28342026-04-30T00:13:52.765Z Compiling nix v0.29.0
28352026-04-30T00:13:52.981Z Compiling secrecy v0.8.0
28362026-04-30T00:13:53.179Z Compiling dropshot v0.16.7
28372026-04-30T00:13:53.182Z Compiling void v1.0.2
28382026-04-30T00:13:53.348Z Compiling lzss v0.8.2
28392026-04-30T00:13:53.975Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28402026-04-30T00:13:54.385Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28412026-04-30T00:13:54.412Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28422026-04-30T00:13:55.692Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-30T00:13:55.990Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-04-30T00:13:56.040Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28452026-04-30T00:13:56.134Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-04-30T00:13:56.378Z Compiling tungstenite v0.23.0
28472026-04-30T00:13:56.439Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28482026-04-30T00:13:56.664Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28492026-04-30T00:13:56.709Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-04-30T00:13:56.889Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-04-30T00:13:56.936Z Compiling toml v0.9.12+spec-1.1.0
28522026-04-30T00:13:57.117Z Compiling nix v0.27.1
28532026-04-30T00:13:57.298Z Compiling dropshot_endpoint v0.16.7
28542026-04-30T00:13:58.112Z Compiling serde_bytes v0.11.19
28552026-04-30T00:13:58.317Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28562026-04-30T00:13:58.408Z Compiling tokio-tungstenite v0.23.1
28572026-04-30T00:13:58.764Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28582026-04-30T00:13:58.814Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-04-30T00:13:58.977Z Compiling tokio-rustls v0.24.1
28602026-04-30T00:13:59.262Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-04-30T00:14:00.225Z Compiling git2 v0.20.4
28622026-04-30T00:14:01.422Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-04-30T00:14:01.554Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-04-30T00:14:03.749Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-04-30T00:14:03.773Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-04-30T00:14:03.870Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-04-30T00:14:04.195Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-04-30T00:14:04.506Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-04-30T00:14:05.549Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-04-30T00:14:05.883Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-04-30T00:14:07.252Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-04-30T00:14:07.299Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-04-30T00:14:08.260Z Compiling rustls-pemfile v1.0.4
28742026-04-30T00:14:08.710Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28752026-04-30T00:14:09.291Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-04-30T00:14:10.084Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-04-30T00:14:11.836Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-04-30T00:14:12.005Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-04-30T00:14:12.058Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-04-30T00:14:12.191Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-04-30T00:14:12.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-04-30T00:14:12.523Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-04-30T00:14:12.544Z Compiling signal-hook-tokio v0.3.1
28842026-04-30T00:14:12.730Z Compiling twox-hash v2.1.2
28852026-04-30T00:14:13.257Z Compiling yasna v0.5.2
28862026-04-30T00:14:13.347Z Compiling is_ci v1.2.0
28872026-04-30T00:14:13.573Z Compiling supports-color v3.0.2
28882026-04-30T00:14:13.867Z Compiling rcgen v0.12.1
28892026-04-30T00:14:13.959Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-04-30T00:14:14.227Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-04-30T00:14:14.718Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-04-30T00:14:14.826Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-04-30T00:14:15.527Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28942026-04-30T00:14:15.802Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-04-30T00:14:16.267Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28962026-04-30T00:14:16.917Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-04-30T00:14:18.307Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-04-30T00:14:18.360Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-04-30T00:14:18.740Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-04-30T00:14:18.835Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-04-30T00:14:18.973Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-04-30T00:14:19.065Z Compiling fatfs v0.3.6
29032026-04-30T00:14:19.187Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-04-30T00:14:20.258Z Compiling subprocess v0.2.15
29052026-04-30T00:14:20.470Z Compiling rtoolbox v0.0.3
29062026-04-30T00:14:20.750Z Compiling seq-macro v0.3.6
29072026-04-30T00:14:20.980Z Compiling assert_matches v1.5.0
29082026-04-30T00:14:21.091Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-04-30T00:14:21.239Z Compiling rpassword v7.4.0
29102026-04-30T00:14:21.608Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-04-30T00:14:22.143Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-04-30T00:14:22.431Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-04-30T00:14:22.879Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-04-30T00:14:23.019Z Compiling tui-tree-widget v0.23.1
29152026-04-30T00:14:23.307Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-04-30T00:14:24.006Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-04-30T00:14:24.525Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-04-30T00:14:24.833Z Compiling uzers v0.12.2
29192026-04-30T00:14:25.645Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-04-30T00:14:26.101Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-04-30T00:14:27.136Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-04-30T00:14:27.827Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-04-30T00:14:31.124Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-04-30T00:14:33.226Z Compiling support-bundle-viewer v0.1.2
29252026-04-30T00:14:33.298Z Compiling multimap v0.10.1
29262026-04-30T00:14:40.568Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29272026-04-30T00:14:50.529Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29282026-04-30T00:14:51.335Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29292026-04-30T00:14:52.243Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29302026-04-30T00:24:21.093Z Finished `release` profile [optimized] target(s) in 11m 42s
29312026-04-30T00:25:05.055Z
29322026-04-30T00:25:05.058Zreal 12:27.398408218
29332026-04-30T00:25:05.058Zuser 1:21:11.043846600
29342026-04-30T00:25:05.058Zsys 3:30.261251691
29352026-04-30T00:25:05.058Ztrap 1.753750923
29362026-04-30T00:25:05.059Ztflt 1.928782269
29372026-04-30T00:25:05.059Zdflt 16.846694934
29382026-04-30T00:25:05.059Zkflt 0.072800306
29392026-04-30T00:25:05.059Zlock 9:13:10.195285107
29402026-04-30T00:25:05.059Zslp 2:29:04.945110235
29412026-04-30T00:25:05.059Zlat 2:34.470968565
29422026-04-30T00:25:05.059Zstop 5:18.702078733
29432026-04-30T00:25:05.059Z+ mapfile -t packages
29442026-04-30T00:25:05.059Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29452026-04-30T00:25:06.023Z Finished `release` profile [optimized] target(s) in 0.95s
29462026-04-30T00:25:06.102Z Running `target/release/omicron-package -t test list-outputs`
29472026-04-30T00:25:06.159ZLogging to: /work/oxidecomputer/omicron/out/LOG
29482026-04-30T00:25:06.162Z+ ptime -m cargo build --locked --release -p xtask
29492026-04-30T00:25:06.689Z Compiling libc v0.2.185
29502026-04-30T00:25:06.689Z Compiling serde v1.0.228
29512026-04-30T00:25:06.692Z Compiling serde_core v1.0.228
29522026-04-30T00:25:06.692Z Compiling rustix v1.1.3
29532026-04-30T00:25:06.787Z Compiling serde_json v1.0.149
29542026-04-30T00:25:06.790Z Compiling bitflags v2.11.0
29552026-04-30T00:25:06.828Z Compiling num-traits v0.2.19
29562026-04-30T00:25:06.837Z Compiling syn v2.0.117
29572026-04-30T00:25:06.859Z Compiling smallvec v1.15.1
29582026-04-30T00:25:06.859Z Compiling indexmap v2.14.0
29592026-04-30T00:25:06.869Z Compiling usdt-impl v0.5.0
29602026-04-30T00:25:06.893Z Compiling syn v1.0.109
29612026-04-30T00:25:06.903Z Compiling getrandom v0.4.1
29622026-04-30T00:25:06.913Z Compiling percent-encoding v2.3.2
29632026-04-30T00:25:07.064Z Compiling log v0.4.29
29642026-04-30T00:25:07.159Z Compiling form_urlencoded v1.2.2
29652026-04-30T00:25:07.267Z Compiling fs-err v3.3.0
29662026-04-30T00:25:07.278Z Compiling once_cell v1.21.3
29672026-04-30T00:25:07.291Z Compiling heck v0.4.1
29682026-04-30T00:25:07.313Z Compiling anyhow v1.0.102
29692026-04-30T00:25:07.508Z Compiling thread-id v4.2.2
29702026-04-30T00:25:07.518Z Compiling errno v0.3.14
29712026-04-30T00:25:07.553Z Compiling memmap v0.7.0
29722026-04-30T00:25:07.826Z Compiling ordered-float v2.10.1
29732026-04-30T00:25:08.339Z Compiling proc-macro-error v1.0.4
29742026-04-30T00:25:08.506Z Compiling terminal_size v0.4.3
29752026-04-30T00:25:08.510Z Compiling tempfile v3.25.0
29762026-04-30T00:25:08.584Z Compiling tabled_derive v0.7.0
29772026-04-30T00:25:08.605Z Compiling clap_builder v4.5.60
29782026-04-30T00:25:08.608Z Compiling textwrap v0.16.2
29792026-04-30T00:25:08.738Z Compiling camino-tempfile v1.4.1
29802026-04-30T00:25:09.248Z Compiling tabled v0.15.0
29812026-04-30T00:25:09.332Z Compiling synstructure v0.13.2
29822026-04-30T00:25:09.332Z Compiling pest_generator v2.8.6
29832026-04-30T00:25:09.706Z Compiling serde_derive v1.0.228
29842026-04-30T00:25:09.707Z Compiling zerofrom-derive v0.1.6
29852026-04-30T00:25:09.710Z Compiling yoke-derive v0.8.1
29862026-04-30T00:25:09.710Z Compiling zerovec-derive v0.11.2
29872026-04-30T00:25:09.710Z Compiling displaydoc v0.2.5
29882026-04-30T00:25:09.710Z Compiling thiserror-impl v1.0.69
29892026-04-30T00:25:09.710Z Compiling zerocopy-derive v0.7.35
29902026-04-30T00:25:09.710Z Compiling scroll_derive v0.12.1
29912026-04-30T00:25:09.710Z Compiling thiserror-impl v2.0.18
29922026-04-30T00:25:09.710Z Compiling clap_derive v4.5.55
29932026-04-30T00:25:09.847Z Compiling pest_derive v2.8.6
29942026-04-30T00:25:10.360Z Compiling scroll v0.12.0
29952026-04-30T00:25:10.552Z Compiling zerocopy v0.7.35
29962026-04-30T00:25:10.682Z Compiling zerofrom v0.1.6
29972026-04-30T00:25:10.693Z Compiling goblin v0.8.2
29982026-04-30T00:25:10.836Z Compiling yoke v0.8.1
29992026-04-30T00:25:10.877Z Compiling thiserror v1.0.69
30002026-04-30T00:25:10.995Z Compiling dtrace-parser v0.2.0
30012026-04-30T00:25:11.005Z Compiling thiserror v2.0.18
30022026-04-30T00:25:11.041Z Compiling zerovec v0.11.5
30032026-04-30T00:25:11.070Z Compiling zerotrie v0.2.3
30042026-04-30T00:25:11.384Z Compiling clap v4.5.60
30052026-04-30T00:25:11.682Z Compiling tinystr v0.8.2
30062026-04-30T00:25:11.909Z Compiling icu_locale_core v2.1.1
30072026-04-30T00:25:12.231Z Compiling potential_utf v0.1.4
30082026-04-30T00:25:12.454Z Compiling icu_collections v2.1.1
30092026-04-30T00:25:12.853Z Compiling icu_provider v2.1.1
30102026-04-30T00:25:13.208Z Compiling icu_properties v2.1.2
30112026-04-30T00:25:13.319Z Compiling icu_normalizer v2.1.1
30122026-04-30T00:25:13.348Z Compiling toml_datetime v0.6.11
30132026-04-30T00:25:13.368Z Compiling serde_spanned v0.6.9
30142026-04-30T00:25:13.542Z Compiling toml_edit v0.22.27
30152026-04-30T00:25:13.582Z Compiling dof v0.3.0
30162026-04-30T00:25:13.600Z Compiling serde_tokenstream v0.2.3
30172026-04-30T00:25:13.630Z Compiling serde-value v0.7.0
30182026-04-30T00:25:13.694Z Compiling cargo-platform v0.2.0
30192026-04-30T00:25:13.715Z Compiling macaddr v1.0.1
30202026-04-30T00:25:14.148Z Compiling idna_adapter v1.2.1
30212026-04-30T00:25:14.276Z Compiling idna v1.1.0
30222026-04-30T00:25:14.398Z Compiling usdt-attr-macro v0.5.0
30232026-04-30T00:25:14.623Z Compiling url v2.5.8
30242026-04-30T00:25:14.735Z Compiling usdt-macro v0.5.0
30252026-04-30T00:25:15.113Z Compiling toml v0.8.23
30262026-04-30T00:25:15.288Z Compiling usdt v0.5.0
30272026-04-30T00:25:15.561Z Compiling cargo-util-schemas v0.8.2
30282026-04-30T00:25:15.561Z Compiling cargo_toml v0.21.0
30292026-04-30T00:25:16.575Z Compiling cargo_metadata v0.21.0
30302026-04-30T00:25:19.631Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-04-30T00:25:22.617Z Finished `release` profile [optimized] target(s) in 16.44s
30322026-04-30T00:25:22.773Z
30332026-04-30T00:25:22.773Zreal 16.576009877
30342026-04-30T00:25:22.773Zuser 2:21.505916175
30352026-04-30T00:25:22.773Zsys 16.438178456
30362026-04-30T00:25:22.773Ztrap 0.101188385
30372026-04-30T00:25:22.776Ztflt 0.572312841
30382026-04-30T00:25:22.776Zdflt 1.535267778
30392026-04-30T00:25:22.776Zkflt 0.000034196
30402026-04-30T00:25:22.776Zlock 5:16.751158959
30412026-04-30T00:25:22.776Zslp 3:24.386697375
30422026-04-30T00:25:22.776Zlat 6.645283267
30432026-04-30T00:25:22.776Zstop 19.174619265
30442026-04-30T00:25:22.776Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-04-30T00:25:22.776Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-04-30T00:25:22.776Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-04-30T00:25:22.776Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-04-30T00:25:22.776Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-04-30T00:25:23.695Z Compiling newtype-uuid-macros v0.1.0
30502026-04-30T00:25:23.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-04-30T00:25:23.698Z Compiling regress v0.10.5
30522026-04-30T00:25:23.698Z Compiling structmeta-derive v0.3.0
30532026-04-30T00:25:23.698Z Compiling rustls v0.22.4
30542026-04-30T00:25:23.698Z Compiling rustls-webpki v0.102.8
30552026-04-30T00:25:23.841Z Compiling multer v3.1.0
30562026-04-30T00:25:23.844Z Compiling compression-core v0.4.31
30572026-04-30T00:25:23.844Z Compiling debug-ignore v1.0.5
30582026-04-30T00:25:23.857Z Compiling match_cfg v0.1.0
30592026-04-30T00:25:23.860Z Compiling slog-json v2.6.1
30602026-04-30T00:25:23.941Z Compiling async-stream-impl v0.3.6
30612026-04-30T00:25:23.955Z Compiling serde_spanned v1.0.4
30622026-04-30T00:25:23.958Z Compiling toml_datetime v1.0.0+spec-1.1.0
30632026-04-30T00:25:23.969Z Compiling dropshot v0.17.0
30642026-04-30T00:25:23.984Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-04-30T00:25:24.015Z Compiling compression-codecs v0.4.37
30662026-04-30T00:25:24.066Z Compiling hostname v0.3.1
30672026-04-30T00:25:24.104Z Compiling itertools v0.14.0
30682026-04-30T00:25:24.121Z Compiling waitgroup v0.1.2
30692026-04-30T00:25:24.139Z Compiling rustls-pemfile v2.2.0
30702026-04-30T00:25:24.139Z Compiling dropshot_endpoint v0.17.0
30712026-04-30T00:25:24.214Z Compiling async-compression v0.4.41
30722026-04-30T00:25:24.294Z Compiling toml v1.0.6+spec-1.1.0
30732026-04-30T00:25:24.312Z Compiling slog-bunyan v2.5.0
30742026-04-30T00:25:24.329Z Compiling hostname v0.4.2
30752026-04-30T00:25:24.332Z Compiling serde_path_to_error v0.1.20
30762026-04-30T00:25:24.364Z Compiling progenitor-client v0.14.0
30772026-04-30T00:25:24.385Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-04-30T00:25:24.463Z Compiling macaddr v1.0.1
30792026-04-30T00:25:24.487Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-04-30T00:25:24.541Z Compiling instant v0.1.13
30812026-04-30T00:25:24.583Z Compiling async-stream v0.3.6
30822026-04-30T00:25:24.583Z Compiling progenitor-client v0.10.0
30832026-04-30T00:25:24.615Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30842026-04-30T00:25:24.632Z Compiling backon v1.6.0
30852026-04-30T00:25:24.663Z Compiling backoff v0.4.0
30862026-04-30T00:25:24.694Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-04-30T00:25:24.710Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30882026-04-30T00:25:24.729Z Compiling universal-hash v0.5.1
30892026-04-30T00:25:24.732Z Compiling opaque-debug v0.3.1
30902026-04-30T00:25:24.782Z Compiling half v2.7.1
30912026-04-30T00:25:24.822Z Compiling progenitor-extras v0.2.0
30922026-04-30T00:25:24.850Z Compiling crucible-workspace-hack v0.1.0
30932026-04-30T00:25:24.893Z Compiling unsafe-libyaml v0.2.11
30942026-04-30T00:25:24.909Z Compiling ciborium-io v0.2.2
30952026-04-30T00:25:24.928Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-04-30T00:25:24.930Z Compiling convert_case v0.4.0
30972026-04-30T00:25:24.961Z Compiling structmeta v0.3.0
30982026-04-30T00:25:25.028Z Compiling regress v0.11.1
30992026-04-30T00:25:25.052Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-04-30T00:25:25.100Z Compiling ciborium-ll v0.2.2
31012026-04-30T00:25:25.117Z Compiling aead v0.5.2
31022026-04-30T00:25:25.153Z Compiling secrecy v0.10.3
31032026-04-30T00:25:25.202Z Compiling derive-ex v0.1.8
31042026-04-30T00:25:25.225Z Compiling parse-display-derive v0.10.0
31052026-04-30T00:25:25.241Z Compiling poly1305 v0.8.0
31062026-04-30T00:25:25.331Z Compiling ciborium v0.2.2
31072026-04-30T00:25:25.349Z Compiling derive_more v0.99.20
31082026-04-30T00:25:25.349Z Compiling chacha20 v0.9.1
31092026-04-30T00:25:25.352Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31102026-04-30T00:25:25.398Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-04-30T00:25:25.401Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31122026-04-30T00:25:25.612Z Compiling serde_yaml v0.9.34+deprecated
31132026-04-30T00:25:25.628Z Compiling thiserror-impl-no-std v2.0.2
31142026-04-30T00:25:25.665Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-04-30T00:25:25.680Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31162026-04-30T00:25:25.754Z Compiling byte-wrapper v0.1.0
31172026-04-30T00:25:25.775Z Compiling blake2 v0.10.6
31182026-04-30T00:25:25.843Z Compiling password-hash v0.5.0
31192026-04-30T00:25:25.926Z Compiling chacha20poly1305 v0.10.1
31202026-04-30T00:25:25.955Z Compiling indent_write v2.2.0
31212026-04-30T00:25:26.008Z Compiling heapless v0.8.0
31222026-04-30T00:25:26.103Z Compiling tokio-rustls v0.25.0
31232026-04-30T00:25:26.124Z Compiling argon2 v0.5.3
31242026-04-30T00:25:26.127Z Compiling ingot-macros v0.1.1
31252026-04-30T00:25:26.274Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-04-30T00:25:26.363Z Compiling hash32 v0.3.1
31272026-04-30T00:25:26.534Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31282026-04-30T00:25:26.550Z Compiling smoltcp v0.11.0
31292026-04-30T00:25:26.815Z Compiling typify-impl v0.6.2
31302026-04-30T00:25:26.873Z Compiling thiserror-no-std v2.0.2
31312026-04-30T00:25:26.918Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-04-30T00:25:26.987Z Compiling test-strategy v0.4.5
31332026-04-30T00:25:27.004Z Compiling parse-display v0.10.0
31342026-04-30T00:25:27.008Z Compiling vsss-rs v3.3.4
31352026-04-30T00:25:27.071Z Compiling proc-macro-crate v3.4.0
31362026-04-30T00:25:27.186Z Compiling tabwriter v1.4.1
31372026-04-30T00:25:27.342Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31382026-04-30T00:25:27.372Z Compiling num-rational v0.4.2
31392026-04-30T00:25:27.390Z Compiling cobs v0.3.0
31402026-04-30T00:25:27.443Z Compiling num-complex v0.4.6
31412026-04-30T00:25:27.464Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-04-30T00:25:27.569Z Compiling postcard v1.1.3
31432026-04-30T00:25:27.658Z Compiling num_enum_derive v0.7.5
31442026-04-30T00:25:27.661Z Compiling proc-macro-error v1.0.4
31452026-04-30T00:25:27.715Z Compiling proc-macro-crate v1.3.1
31462026-04-30T00:25:27.859Z Compiling num v0.4.3
31472026-04-30T00:25:27.938Z Compiling foreign-types-macros v0.2.3
31482026-04-30T00:25:27.956Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-04-30T00:25:27.975Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-04-30T00:25:27.993Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-04-30T00:25:28.011Z Compiling rayon-core v1.13.0
31522026-04-30T00:25:28.027Z Compiling colored v3.1.1
31532026-04-30T00:25:28.162Z Compiling cpufeatures v0.3.0
31542026-04-30T00:25:28.181Z Compiling foreign-types-shared v0.3.1
31552026-04-30T00:25:28.216Z Compiling float-ord v0.3.2
31562026-04-30T00:25:28.309Z Compiling chacha20 v0.10.0
31572026-04-30T00:25:28.326Z Compiling num_enum_derive v0.5.11
31582026-04-30T00:25:28.363Z Compiling crossbeam-deque v0.8.6
31592026-04-30T00:25:28.398Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31602026-04-30T00:25:28.472Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-04-30T00:25:28.490Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31622026-04-30T00:25:28.516Z Compiling cstr-argument v0.1.2
31632026-04-30T00:25:28.531Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31642026-04-30T00:25:28.596Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-04-30T00:25:28.623Z Compiling foreign-types v0.5.0
31662026-04-30T00:25:28.671Z Compiling rand v0.10.0
31672026-04-30T00:25:28.697Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-04-30T00:25:28.724Z Compiling toml v0.8.23
31692026-04-30T00:25:28.790Z Compiling num_enum v0.7.5
31702026-04-30T00:25:28.839Z Compiling camino-tempfile v1.4.1
31712026-04-30T00:25:28.943Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31722026-04-30T00:25:28.961Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-04-30T00:25:28.978Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-04-30T00:25:28.995Z Compiling zone_cfg_derive v0.3.1
31752026-04-30T00:25:29.044Z Compiling ingot-types v0.1.2
31762026-04-30T00:25:29.104Z Compiling rayon v1.11.0
31772026-04-30T00:25:29.106Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-04-30T00:25:29.138Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-04-30T00:25:29.141Z Compiling itertools v0.12.1
31802026-04-30T00:25:29.174Z Compiling num-derive v0.4.2
31812026-04-30T00:25:29.252Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31822026-04-30T00:25:29.343Z Compiling sigpipe v0.1.3
31832026-04-30T00:25:29.376Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-04-30T00:25:29.397Z Compiling glob v0.3.3
31852026-04-30T00:25:29.434Z Compiling ingot v0.1.1
31862026-04-30T00:25:29.452Z Compiling num_enum v0.5.11
31872026-04-30T00:25:29.472Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31882026-04-30T00:25:29.493Z Compiling smf v0.2.3
31892026-04-30T00:25:29.589Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-04-30T00:25:29.623Z Compiling prettyplease v0.2.37
31912026-04-30T00:25:29.643Z Compiling whoami v1.6.1
31922026-04-30T00:25:29.690Z Compiling gethostname v0.5.0
31932026-04-30T00:25:29.735Z Compiling usdt-attr-macro v0.5.0
31942026-04-30T00:25:29.830Z Compiling usdt-macro v0.5.0
31952026-04-30T00:25:29.923Z Compiling memmap v0.7.0
31962026-04-30T00:25:29.956Z Compiling atomicwrites v0.4.4
31972026-04-30T00:25:30.056Z Compiling derive-where v1.6.0
31982026-04-30T00:25:30.116Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-04-30T00:25:30.137Z Compiling progenitor-client v0.13.0
32002026-04-30T00:25:30.155Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32012026-04-30T00:25:30.182Z Compiling owo-colors v4.3.0
32022026-04-30T00:25:30.276Z Compiling resolv-conf v0.7.6
32032026-04-30T00:25:30.446Z Compiling zone v0.3.1
32042026-04-30T00:25:30.491Z Compiling cancel-safe-futures v0.1.5
32052026-04-30T00:25:30.570Z Compiling libsw-core v0.3.2
32062026-04-30T00:25:30.603Z Compiling async-recursion v1.1.1
32072026-04-30T00:25:30.651Z Compiling usdt v0.5.0
32082026-04-30T00:25:30.667Z Compiling libefi-sys v0.1.0
32092026-04-30T00:25:30.760Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-04-30T00:25:30.880Z Compiling libsw v3.5.0
32112026-04-30T00:25:30.937Z Compiling linear-map v1.2.0
32122026-04-30T00:25:30.955Z Compiling console v0.15.11
32132026-04-30T00:25:30.991Z Compiling hickory-proto v0.24.4
32142026-04-30T00:25:31.085Z Compiling newline-converter v0.3.0
32152026-04-30T00:25:31.085Z Compiling bitfield-struct v0.6.2
32162026-04-30T00:25:31.117Z Compiling linked-hash-map v0.5.6
32172026-04-30T00:25:31.143Z Compiling semver v0.1.20
32182026-04-30T00:25:31.246Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32192026-04-30T00:25:31.303Z Compiling lru-cache v0.1.2
32202026-04-30T00:25:31.334Z Compiling expectorate v1.2.0
32212026-04-30T00:25:31.372Z Compiling rustc_version v0.1.7
32222026-04-30T00:25:31.389Z Compiling tokio-dtrace v0.1.1
32232026-04-30T00:25:31.392Z Compiling dropshot-api-manager-types v0.7.1
32242026-04-30T00:25:31.422Z Compiling pin-project-internal v1.1.11
32252026-04-30T00:25:31.440Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32262026-04-30T00:25:31.459Z Compiling slog-dtrace v0.3.0
32272026-04-30T00:25:31.476Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-04-30T00:25:31.518Z Compiling typify-macro v0.6.2
32292026-04-30T00:25:31.534Z Compiling minimal-lexical v0.2.1
32302026-04-30T00:25:31.580Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32312026-04-30T00:25:31.598Z Compiling typify-impl v0.4.3
32322026-04-30T00:25:31.631Z Compiling newtype_derive v0.1.6
32332026-04-30T00:25:31.700Z Compiling oxide-tokio-rt v0.1.4
32342026-04-30T00:25:31.747Z Compiling nom v7.1.3
32352026-04-30T00:25:31.750Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-04-30T00:25:31.790Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-04-30T00:25:31.815Z Compiling phf_shared v0.12.1
32382026-04-30T00:25:31.831Z Compiling pem v3.0.6
32392026-04-30T00:25:31.857Z Compiling snafu-derive v0.8.9
32402026-04-30T00:25:31.908Z Compiling csv-core v0.1.13
32412026-04-30T00:25:32.018Z Compiling highway v1.3.0
32422026-04-30T00:25:32.036Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-04-30T00:25:32.107Z Compiling xshell-macros v0.2.7
32442026-04-30T00:25:32.210Z Compiling chrono-tz v0.10.4
32452026-04-30T00:25:32.326Z Compiling same-file v1.0.6
32462026-04-30T00:25:32.402Z Compiling const_format_proc_macros v0.2.34
32472026-04-30T00:25:32.423Z Compiling csv v1.4.0
32482026-04-30T00:25:32.458Z Compiling phf v0.12.1
32492026-04-30T00:25:32.475Z Compiling walkdir v2.5.0
32502026-04-30T00:25:32.526Z Compiling xshell v0.2.7
32512026-04-30T00:25:32.544Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32522026-04-30T00:25:32.594Z Compiling pin-project v1.1.11
32532026-04-30T00:25:32.700Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-04-30T00:25:32.733Z Compiling globset v0.4.18
32552026-04-30T00:25:32.822Z Compiling olpc-cjson v0.1.4
32562026-04-30T00:25:32.987Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-04-30T00:25:33.019Z Compiling primeorder v0.13.6
32582026-04-30T00:25:33.063Z Compiling serde_plain v1.0.2
32592026-04-30T00:25:33.080Z Compiling typed-path v0.9.3
32602026-04-30T00:25:33.096Z Compiling hickory-resolver v0.24.4
32612026-04-30T00:25:33.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-04-30T00:25:33.306Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32632026-04-30T00:25:33.341Z Compiling const_format v0.2.35
32642026-04-30T00:25:33.393Z Compiling typify v0.6.2
32652026-04-30T00:25:33.445Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-04-30T00:25:33.529Z Compiling progenitor-impl v0.14.0
32672026-04-30T00:25:33.546Z Compiling progenitor-impl v0.13.0
32682026-04-30T00:25:33.675Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-04-30T00:25:33.692Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32702026-04-30T00:25:33.863Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-04-30T00:25:34.000Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-04-30T00:25:34.052Z Compiling snafu v0.8.9
32732026-04-30T00:25:34.142Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-04-30T00:25:34.280Z Compiling qorb v0.4.1
32752026-04-30T00:25:34.409Z Compiling tough v0.20.0
32762026-04-30T00:25:34.456Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-04-30T00:25:34.688Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-04-30T00:25:34.733Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32792026-04-30T00:25:34.910Z Compiling tabled_derive v0.7.0
32802026-04-30T00:25:35.004Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-04-30T00:25:35.034Z Compiling bcs v0.1.6
32822026-04-30T00:25:35.386Z Compiling radium v0.7.0
32832026-04-30T00:25:35.442Z Compiling termtree v0.5.1
32842026-04-30T00:25:35.560Z Compiling salty v0.3.0
32852026-04-30T00:25:35.625Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-04-30T00:25:35.720Z Compiling textwrap v0.16.2
32872026-04-30T00:25:35.753Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-04-30T00:25:35.857Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-04-30T00:25:35.886Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-04-30T00:25:35.965Z Compiling tabled v0.15.0
32912026-04-30T00:25:35.996Z Compiling steno v0.4.1
32922026-04-30T00:25:36.225Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-04-30T00:25:36.228Z Compiling typify-macro v0.4.3
32942026-04-30T00:25:36.259Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32952026-04-30T00:25:36.296Z Compiling progenitor-macro v0.14.0
32962026-04-30T00:25:36.316Z Compiling progenitor-macro v0.13.0
32972026-04-30T00:25:36.383Z Compiling tagptr v0.2.0
32982026-04-30T00:25:36.429Z Compiling humantime v2.3.0
32992026-04-30T00:25:36.499Z Compiling maybe-uninit v2.0.0
33002026-04-30T00:25:36.562Z Compiling tap v1.0.1
33012026-04-30T00:25:36.696Z Compiling base64 v0.21.7
33022026-04-30T00:25:36.713Z Compiling wyz v0.5.1
33032026-04-30T00:25:36.731Z Compiling moka v0.12.13
33042026-04-30T00:25:36.934Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-04-30T00:25:37.062Z Compiling p384 v0.13.1
33062026-04-30T00:25:37.095Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33072026-04-30T00:25:37.187Z Compiling parking_lot_core v0.8.6
33082026-04-30T00:25:37.361Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-04-30T00:25:37.482Z Compiling packed_struct v0.10.1
33102026-04-30T00:25:37.541Z Compiling funty v2.0.0
33112026-04-30T00:25:37.583Z Compiling hickory-resolver v0.25.2
33122026-04-30T00:25:37.607Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-04-30T00:25:37.741Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33142026-04-30T00:25:37.798Z Compiling polyval v0.6.2
33152026-04-30T00:25:38.030Z Compiling typify v0.4.3
33162026-04-30T00:25:38.064Z Compiling bitvec v1.0.1
33172026-04-30T00:25:38.101Z Compiling git-stub v1.0.0
33182026-04-30T00:25:38.164Z Compiling packed_struct_codegen v0.10.1
33192026-04-30T00:25:38.180Z Compiling bitfield-macros v0.19.4
33202026-04-30T00:25:38.198Z Compiling zerocopy-derive v0.6.6
33212026-04-30T00:25:38.397Z Compiling proc-macro-error-attr2 v2.0.0
33222026-04-30T00:25:38.437Z Compiling indexmap v1.9.3
33232026-04-30T00:25:38.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33242026-04-30T00:25:38.533Z Compiling utf-8 v0.7.6
33252026-04-30T00:25:38.664Z Compiling nodrop v0.1.14
33262026-04-30T00:25:38.679Z Compiling crc-catalog v2.4.0
33272026-04-30T00:25:38.773Z Compiling crc v3.4.0
33282026-04-30T00:25:38.789Z Compiling array-init v0.0.4
33292026-04-30T00:25:38.806Z Compiling tungstenite v0.21.0
33302026-04-30T00:25:38.848Z Compiling proc-macro-error2 v2.0.1
33312026-04-30T00:25:38.971Z Compiling bitfield v0.19.4
33322026-04-30T00:25:38.974Z Compiling git-stub-vcs v0.1.0
33332026-04-30T00:25:39.009Z Compiling ghash v0.5.1
33342026-04-30T00:25:39.149Z Compiling zerocopy v0.6.6
33352026-04-30T00:25:39.171Z Compiling smallvec v0.6.14
33362026-04-30T00:25:39.202Z Compiling num-derive v0.3.3
33372026-04-30T00:25:39.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-04-30T00:25:39.359Z Compiling ctr v0.9.2
33392026-04-30T00:25:39.389Z Compiling unicase v2.9.0
33402026-04-30T00:25:39.415Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-04-30T00:25:39.539Z Compiling hashbrown v0.12.3
33422026-04-30T00:25:39.542Z Compiling aes-gcm v0.10.3
33432026-04-30T00:25:39.579Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-04-30T00:25:39.599Z Compiling parking_lot v0.11.2
33452026-04-30T00:25:39.619Z Compiling mime_guess v2.0.5
33462026-04-30T00:25:39.664Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-04-30T00:25:39.691Z Compiling serde-hex v0.1.0
33482026-04-30T00:25:39.769Z Compiling tokio-tungstenite v0.21.0
33492026-04-30T00:25:39.800Z Compiling tabled_derive v0.11.0
33502026-04-30T00:25:40.126Z Compiling progenitor-impl v0.10.0
33512026-04-30T00:25:40.177Z Compiling libscf-sys v1.1.0
33522026-04-30T00:25:40.194Z Compiling progenitor-impl v0.11.2
33532026-04-30T00:25:40.223Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-30T00:25:40.306Z Compiling ron v0.8.1
33552026-04-30T00:25:40.347Z Compiling papergrid v0.17.0
33562026-04-30T00:25:40.363Z Compiling testing_table v0.3.0
33572026-04-30T00:25:40.434Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-04-30T00:25:40.548Z Compiling hashbrown v0.13.2
33592026-04-30T00:25:40.781Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-04-30T00:25:40.784Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-04-30T00:25:40.846Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-04-30T00:25:40.903Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-04-30T00:25:41.055Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33642026-04-30T00:25:41.078Z Compiling blowfish v0.9.1
33652026-04-30T00:25:41.095Z Compiling ssh-encoding v0.2.0
33662026-04-30T00:25:41.306Z Compiling prefix-trie v0.7.0
33672026-04-30T00:25:41.309Z Compiling fxhash v0.2.1
33682026-04-30T00:25:41.362Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-04-30T00:25:41.388Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33702026-04-30T00:25:41.420Z Compiling progenitor v0.14.0
33712026-04-30T00:25:41.469Z Compiling corncobs v0.1.4
33722026-04-30T00:25:41.485Z Compiling progenitor v0.13.0
33732026-04-30T00:25:41.503Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33742026-04-30T00:25:41.599Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33752026-04-30T00:25:41.619Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33762026-04-30T00:25:41.664Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-04-30T00:25:41.681Z Compiling crc-any v2.5.0
33782026-04-30T00:25:41.699Z Compiling hickory-server v0.25.2
33792026-04-30T00:25:41.744Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33802026-04-30T00:25:41.829Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33812026-04-30T00:25:41.829Z Compiling sled v0.34.7
33822026-04-30T00:25:41.942Z Compiling ssh-cipher v0.2.0
33832026-04-30T00:25:41.959Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33842026-04-30T00:25:42.039Z Compiling tabled v0.20.0
33852026-04-30T00:25:42.173Z Compiling bcrypt-pbkdf v0.10.0
33862026-04-30T00:25:42.272Z Compiling object v0.30.4
33872026-04-30T00:25:42.532Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-04-30T00:25:42.553Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33892026-04-30T00:25:42.757Z Compiling progenitor-macro v0.10.0
33902026-04-30T00:25:42.884Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33912026-04-30T00:25:43.286Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-04-30T00:25:43.666Z Compiling progenitor-macro v0.11.2
33932026-04-30T00:25:43.683Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33942026-04-30T00:25:44.089Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33952026-04-30T00:25:44.113Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33962026-04-30T00:25:44.287Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33972026-04-30T00:25:44.406Z Compiling progenitor-client v0.11.2
33982026-04-30T00:25:44.483Z Compiling password-hash v0.4.2
33992026-04-30T00:25:44.582Z Compiling secrecy v0.8.0
34002026-04-30T00:25:44.607Z Compiling http-range v0.1.5
34012026-04-30T00:25:44.761Z Compiling half v1.8.3
34022026-04-30T00:25:44.764Z Compiling path-slash v0.1.5
34032026-04-30T00:25:44.826Z Compiling pbkdf2 v0.11.0
34042026-04-30T00:25:45.054Z Compiling serde_cbor v0.11.2
34052026-04-30T00:25:45.072Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34062026-04-30T00:25:45.290Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-04-30T00:25:45.455Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-04-30T00:25:45.572Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34092026-04-30T00:25:45.630Z Compiling ssh-key v0.6.7
34102026-04-30T00:25:45.687Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34112026-04-30T00:25:46.067Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34122026-04-30T00:25:46.268Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34132026-04-30T00:25:46.314Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34142026-04-30T00:25:46.458Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-04-30T00:25:46.819Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34162026-04-30T00:25:46.878Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-04-30T00:25:46.896Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-04-30T00:25:46.968Z Compiling p256 v0.13.2
34192026-04-30T00:25:47.018Z Compiling p521 v0.13.3
34202026-04-30T00:25:47.050Z Compiling yasna v0.5.2
34212026-04-30T00:25:47.073Z Compiling kstat-rs v0.2.4
34222026-04-30T00:25:47.145Z Compiling headers-core v0.3.0
34232026-04-30T00:25:47.297Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-04-30T00:25:47.349Z Compiling nanorand v0.7.0
34252026-04-30T00:25:47.365Z Compiling atty v0.2.14
34262026-04-30T00:25:47.396Z Compiling russh-cryptovec v0.7.3
34272026-04-30T00:25:47.414Z Compiling home v0.5.12
34282026-04-30T00:25:47.432Z Compiling crc8 v0.1.1
34292026-04-30T00:25:47.505Z Compiling md5 v0.7.0
34302026-04-30T00:25:47.580Z Compiling flume v0.11.1
34312026-04-30T00:25:47.584Z Compiling rcgen v0.12.1
34322026-04-30T00:25:47.618Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34332026-04-30T00:25:47.668Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34342026-04-30T00:25:47.694Z Compiling russh-keys v0.45.0
34352026-04-30T00:25:47.753Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34362026-04-30T00:25:47.803Z Compiling headers v0.4.1
34372026-04-30T00:25:47.981Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-04-30T00:25:47.985Z Compiling progenitor v0.10.0
34392026-04-30T00:25:47.993Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34402026-04-30T00:25:48.130Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34412026-04-30T00:25:48.368Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34422026-04-30T00:25:48.488Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34432026-04-30T00:25:48.505Z Compiling hyper-staticfile v0.10.1
34442026-04-30T00:25:48.594Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-04-30T00:25:48.611Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-04-30T00:25:48.662Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-04-30T00:25:48.720Z Compiling progenitor v0.11.2
34482026-04-30T00:25:48.763Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34492026-04-30T00:25:48.910Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-04-30T00:25:48.940Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34512026-04-30T00:25:48.943Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34522026-04-30T00:25:48.977Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34532026-04-30T00:25:48.994Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34542026-04-30T00:25:49.047Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34552026-04-30T00:25:49.261Z Compiling num-bigint v0.4.6
34562026-04-30T00:25:49.358Z Compiling des v0.8.1
34572026-04-30T00:25:49.414Z Compiling subprocess v0.2.15
34582026-04-30T00:25:49.432Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-04-30T00:25:49.452Z Compiling display-error-chain v0.2.2
34602026-04-30T00:25:49.455Z Compiling hex-literal v0.4.1
34612026-04-30T00:25:49.488Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-04-30T00:25:49.580Z Compiling colored v2.2.0
34632026-04-30T00:25:49.606Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-04-30T00:25:49.622Z Compiling socket2 v0.5.10
34652026-04-30T00:25:49.790Z Compiling internet-checksum v0.2.1
34662026-04-30T00:25:49.878Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34672026-04-30T00:25:49.905Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-04-30T00:25:49.963Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-04-30T00:25:50.552Z Compiling russh v0.45.0
34702026-04-30T00:25:52.526Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34712026-04-30T00:25:53.237Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34722026-04-30T00:25:53.716Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34732026-04-30T00:25:55.506Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-04-30T00:26:03.396Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-04-30T00:26:03.396Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34762026-04-30T00:26:03.396Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-04-30T00:26:03.400Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-04-30T00:26:05.110Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34792026-04-30T00:26:05.188Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-04-30T00:26:09.254Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-04-30T00:26:28.982Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-04-30T00:26:48.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34832026-04-30T00:26:48.551Z
34842026-04-30T00:26:48.552Zreal 1:25.709211184
34852026-04-30T00:26:48.552Zuser 8:17.367145652
34862026-04-30T00:26:48.552Zsys 1:40.713590854
34872026-04-30T00:26:48.552Ztrap 0.252664168
34882026-04-30T00:26:48.552Ztflt 0.610273530
34892026-04-30T00:26:48.552Zdflt 1.510463883
34902026-04-30T00:26:48.555Zkflt 0.000261023
34912026-04-30T00:26:48.555Zlock 28:25.929819504
34922026-04-30T00:26:48.555Zslp 19:23.328483159
34932026-04-30T00:26:48.555Zlat 39.235905689
34942026-04-30T00:26:48.555Zstop 2:36.348557802
34952026-04-30T00:26:48.555Z+ mkdir tests
34962026-04-30T00:26:48.558Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-04-30T00:26:48.558Z+ xargs -I '{}' -t cp '{}' tests/
34982026-04-30T00:26:48.606Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8ad1b62de573c9d3 tests/
34992026-04-30T00:26:48.626Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-980a58b571b8e1fe tests/
35002026-04-30T00:26:48.646Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1b6b7994083defc5 tests/
35012026-04-30T00:26:48.669Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e4fd3acdec048b1b tests/
35022026-04-30T00:26:48.903Z+ 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/*)
35032026-04-30T00:26:48.906Z+ 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-980a58b571b8e1fe tests/commtest-1b6b7994083defc5 tests/dhcp_server-8ad1b62de573c9d3 tests/end_to_end_tests-e4fd3acdec048b1b 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
35042026-04-30T00:28:14.076ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-04-30T00:28:14.076Za .github/buildomat/ci-env.sh 1K
35062026-04-30T00:28:14.076Za out/target/test 1K
35072026-04-30T00:28:14.076Za out/npuzone/npuzone 27402K
35082026-04-30T00:28:14.076Za package-manifest.toml 35K
35092026-04-30T00:28:14.077Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-04-30T00:28:14.077Za target/release/omicron-package 44898K
35112026-04-30T00:28:14.077Za target/release/xtask 11449K
35122026-04-30T00:28:14.077Za target/debug/bootstrap 351652K
35132026-04-30T00:28:14.077Za tests/bootstrap-980a58b571b8e1fe 31215K
35142026-04-30T00:28:14.077Za tests/commtest-1b6b7994083defc5 32300K
35152026-04-30T00:28:14.077Za tests/dhcp_server-8ad1b62de573c9d3 31215K
35162026-04-30T00:28:14.077Za tests/end_to_end_tests-e4fd3acdec048b1b 392762K
35172026-04-30T00:28:14.077Za out/clickhouse.tar.gz 318391K
35182026-04-30T00:28:14.077Za out/clickhouse_keeper.tar.gz 303766K
35192026-04-30T00:28:14.077Za out/clickhouse_server.tar.gz 318391K
35202026-04-30T00:28:14.077Za out/cockroachdb.tar.gz 164602K
35212026-04-30T00:28:14.077Za out/crucible-pantry-zone.tar.gz 43676K
35222026-04-30T00:28:14.077Za out/crucible-utils.tar 17744K
35232026-04-30T00:28:14.077Za out/crucible-zone.tar.gz 57815K
35242026-04-30T00:28:14.077Za out/external-dns.tar.gz 49801K
35252026-04-30T00:28:14.077Za out/internal-dns.tar.gz 49800K
35262026-04-30T00:28:14.077Za out/mg-ddm-gz.tar 95141K
35272026-04-30T00:28:14.077Za out/nexus.tar.gz 219398K
35282026-04-30T00:28:14.077Za out/ntp.tar.gz 31619K
35292026-04-30T00:28:14.077Za out/omicron-gateway-softnpu.tar.gz 28501K
35302026-04-30T00:28:14.077Za out/omicron-sled-agent.tar 199365K
35312026-04-30T00:28:14.077Za out/overlay.tar.gz 3K
35322026-04-30T00:28:14.077Za out/oximeter.tar.gz 65230K
35332026-04-30T00:28:14.077Za out/oxlog.tar 3782K
35342026-04-30T00:28:14.077Za out/probe.tar.gz 3037K
35352026-04-30T00:28:14.077Za out/propolis-server.tar.gz 38727K
35362026-04-30T00:28:14.077Za out/pumpkind-gz.tar 26647K
35372026-04-30T00:28:14.077Za out/switch-softnpu.tar.gz 393079K
35382026-04-30T00:28:14.081Z
35392026-04-30T00:28:14.081Zreal 1:25.164076699
35402026-04-30T00:28:14.081Zuser 1:22.562632982
35412026-04-30T00:28:14.081Zsys 4.329855189
35422026-04-30T00:28:14.082Ztrap 0.007092362
35432026-04-30T00:28:14.082Ztflt 0.000000000
35442026-04-30T00:28:14.082Zdflt 0.000000000
35452026-04-30T00:28:14.082Zkflt 0.000000000
35462026-04-30T00:28:14.082Zlock 0.000000000
35472026-04-30T00:28:14.082Zslp 1:22.502650571
35482026-04-30T00:28:14.082Zlat 0.921171208
35492026-04-30T00:28:14.082Zstop 0.000237680
35502026-04-30T00:28:14.082Zprocess exited: duration 1214375 ms, exit code 0
 
35512026-04-30T00:28:14.097Zfound 1 output files
35522026-04-30T00:28:14.097Zuploading: /work/package.tar.gz (2429478080 bytes)
35532026-04-30T00:28:40.245Zuploaded: /work/package.tar.gz