01KQBBCAXKV8FBQ2TET1QYV4FE: 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: 01KQBBD43Z1G0B00E7K8Q5B5EQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T00:50:39.111Zjob assigned to worker 01KQBBDJNQSEHR67ZCCQ04DCWF [factory aws, i-07d6496ca18b9956e] (queued for 57 s)
 
22026-04-29T00:50:46.416Zstarting task 0: "setup"
32026-04-29T00:50:46.420Z++ uname -s
42026-04-29T00:50:46.424Z+ kern=SunOS
52026-04-29T00:50:46.424Z+ build_user=build
62026-04-29T00:50:46.424Z+ build_uid=12345
72026-04-29T00:50:46.424Z+ work_dir=/work
82026-04-29T00:50:46.424Z+ input_dir=/input
92026-04-29T00:50:46.424Z+ [[ 0 == 12345 ]]
102026-04-29T00:50:46.424Z+ case "$kern" in
112026-04-29T00:50:46.424Z+ groupadd -g 12345 build
122026-04-29T00:50:46.427Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T00:50:48.434Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T00:50:48.520Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T00:50:48.522Z+ home_fs=zfs
162026-04-29T00:50:48.522Z+ [[ zfs == autofs ]]
172026-04-29T00:50:48.523Z+ mkdir -p /home/build
182026-04-29T00:50:48.527Z+ chown build:build /home/build /work
192026-04-29T00:50:50.525Z+ chmod 0700 /home/build /work
202026-04-29T00:50:50.528Zprocess exited: duration 4114 ms, exit code 0
 
212026-04-29T00:50:50.534Zstarting task 1: "rust-toolchain"
222026-04-29T00:50:50.539Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T00:50:50.539Z * rust toolchain channel = "1.94.0"
242026-04-29T00:50:50.539Z * rust toolchain profile = "default"
252026-04-29T00:50:50.539Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-29T00:50:50.539Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-29T00:50:50.539Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T00:50:50.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T00:50:50.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T00:50:50.668Zinfo: downloading installer
312026-04-29T00:50:52.211Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T00:50:52.211Zwarn: /opt/ooce/bin
332026-04-29T00:50:52.211Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T00:50:52.211Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T00:50:52.211Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T00:50:52.211Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T00:50:52.211Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T00:50:52.211Zerror: cannot install while Rust is installed
392026-04-29T00:50:52.211Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T00:50:52.211Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T00:50:52.211Zwarn: /home/build/.rustup/settings.toml
422026-04-29T00:50:52.211Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T00:50:52.211Zwarn: instead of the one inferred from the default host triple.
442026-04-29T00:50:52.244Zinfo: profile set to default
452026-04-29T00:50:52.244Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T00:50:52.247Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T00:50:52.382Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T00:50:52.384Zinfo: downloading 6 components
492026-04-29T00:51:06.630Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-29T00:51:06.631Z
512026-04-29T00:51:06.664Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T00:51:06.664Z
532026-04-29T00:51:06.665Z
542026-04-29T00:51:06.665ZRust is installed now. Great!
552026-04-29T00:51:06.665Z
562026-04-29T00:51:06.665ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T00:51:06.665Zenvironment variable. This has not been done automatically.
582026-04-29T00:51:06.665Z
592026-04-29T00:51:06.665ZTo configure your current shell, you need to source
602026-04-29T00:51:06.665Zthe corresponding env file under $HOME/.cargo.
612026-04-29T00:51:06.665Z
622026-04-29T00:51:06.665ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T00:51:06.665Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T00:51:06.665Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T00:51:06.665Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T00:51:06.665Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T00:51:06.665Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T00:51:06.665Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T00:51:06.668Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T00:51:06.668Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T00:51:06.765Z+ rustup --version
722026-04-29T00:51:06.769Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T00:51:06.772Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T00:51:06.790Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T00:51:06.793Z+ cargo --version
762026-04-29T00:51:06.804Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T00:51:06.807Z+ rustc --version
782026-04-29T00:51:06.824Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T00:51:06.872Zprocess exited: duration 16291 ms, exit code 0
 
802026-04-29T00:51:06.878Zstarting task 2: "authentication"
812026-04-29T00:51:06.895Zprocess exited: duration 17 ms, exit code 0
 
822026-04-29T00:51:06.901Zstarting task 3: "clone repository"
832026-04-29T00:51:06.905Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T00:51:06.908Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T00:51:07.063ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T00:51:15.925Z+ cd /work/oxidecomputer/omicron
872026-04-29T00:51:15.925Z+ git fetch origin 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757
882026-04-29T00:51:16.258ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T00:51:16.258Z * branch 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757 -> FETCH_HEAD
902026-04-29T00:51:16.272Z+ [[ -n nexus-gzip ]]
912026-04-29T00:51:16.276Z++ git branch --show-current
922026-04-29T00:51:16.276Z+ current=main
932026-04-29T00:51:16.276Z+ [[ main != nexus-gzip ]]
942026-04-29T00:51:16.276Z+ git branch -f nexus-gzip 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757
952026-04-29T00:51:16.281Z+ git checkout -f nexus-gzip
962026-04-29T00:51:16.513ZSwitched to branch 'nexus-gzip'
972026-04-29T00:51:16.516Z+ git reset --hard 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757
982026-04-29T00:51:16.533ZHEAD is now at 67cdccb3e try dropshot with gzip
992026-04-29T00:51:16.536Zprocess exited: duration 9631 ms, exit code 0
 
1002026-04-29T00:51:16.545Zstarting task 4: "build"
1012026-04-29T00:51:16.550Z+ source .github/buildomat/ci-env.sh
1022026-04-29T00:51:16.550Z++ export CARGO_TERM_COLOR=always
1032026-04-29T00:51:16.550Z++ CARGO_TERM_COLOR=always
1042026-04-29T00:51:16.550Z+ cargo --version
1052026-04-29T00:51:16.564Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T00:51:16.567Z+ rustc --version
1072026-04-29T00:51:16.584Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T00:51:16.587Z+ WORK=/work
1092026-04-29T00:51:16.587Z+ pfexec mkdir -p /work
1102026-04-29T00:51:16.590Z+ pfexec chown build /work
1112026-04-29T00:51:16.593Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-29T00:51:30.704Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-29T00:51:38.095Z Startup: Caching catalogs ... Done
1142026-04-29T00:51:44.583ZPlanning: Solver setup ... Done (4.910s)
1152026-04-29T00:51:44.615ZPlanning: Running solver ... Done (0.035s)
1162026-04-29T00:51:44.753ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-29T00:51:44.767ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-29T00:51:45.420ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-29T00:51:45.458ZPlanning: Package planning ... Done (0.040s)
1202026-04-29T00:51:45.490ZPlanning: Merging actions ... Done (0.036s)
1212026-04-29T00:51:45.711ZPlanning: Checking for conflicting actions ... Done (0.217s)
1222026-04-29T00:51:45.717ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-29T00:51:47.130ZPlanning: Evaluating mediators ... Done (1.413s)
1242026-04-29T00:51:47.137ZPlanning: Planning completed in 8.88 seconds
1252026-04-29T00:51:47.277Z Packages to install: 5
1262026-04-29T00:51:47.277Z Mediators to change: 3
1272026-04-29T00:51:47.277Z Services to change: 1
1282026-04-29T00:51:47.277Z Estimated space available: 155.34 GB
1292026-04-29T00:51:47.277ZEstimated space to be consumed: 1.89 GB
1302026-04-29T00:51:47.280Z Create boot environment: No
1312026-04-29T00:51:47.280ZCreate backup boot environment: No
1322026-04-29T00:51:47.280Z Rebuild boot archive: No
1332026-04-29T00:51:47.280Z
1342026-04-29T00:51:47.280ZChanged mediators:
1352026-04-29T00:51:47.281Z mediator clang:
1362026-04-29T00:51:47.281Z version: None -> 15 (system default)
1372026-04-29T00:51:47.281Z
1382026-04-29T00:51:47.281Z mediator llvm:
1392026-04-29T00:51:47.281Z version: 14 (system default) -> 15 (system default)
1402026-04-29T00:51:47.281Z
1412026-04-29T00:51:47.281Z mediator postgresql:
1422026-04-29T00:51:47.281Z version: 15 (system default) -> 18 (system default)
1432026-04-29T00:51:47.281Z
1442026-04-29T00:51:47.281ZChanged packages:
1452026-04-29T00:51:47.281Zhelios-dev
1462026-04-29T00:51:47.281Z developer/build-essential
1472026-04-29T00:51:47.281Z None -> 11-2.0
1482026-04-29T00:51:47.281Z library/libxmlsec1
1492026-04-29T00:51:47.281Z None -> 1.2.35-2.0
1502026-04-29T00:51:47.281Z ooce/developer/clang-15
1512026-04-29T00:51:47.281Z None -> 15.0.7-2.0
1522026-04-29T00:51:47.281Z ooce/developer/llvm-15
1532026-04-29T00:51:47.281Z None -> 15.0.7-2.0
1542026-04-29T00:51:47.281Z ooce/library/postgresql-18
1552026-04-29T00:51:47.281Z None -> 18.1-2.0
1562026-04-29T00:51:47.281Z
1572026-04-29T00:51:47.281ZServices:
1582026-04-29T00:51:47.281Z restart_fmri:
1592026-04-29T00:51:47.281Z svc:/system/update-man-index:default
1602026-04-29T00:51:47.334Z
1612026-04-29T00:51:47.334ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-29T00:51:52.830ZDownload: 1195/4272 items 83.5/219.0MB 38% complete (18.8M/s)
1632026-04-29T00:51:57.829ZDownload: 1613/4272 items 117.4/219.0MB 53% complete (11.8M/s)
1642026-04-29T00:52:02.833ZDownload: 2355/4272 items 119.7/219.0MB 54% complete (3.7M/s)
1652026-04-29T00:52:08.991ZDownload: 3288/4272 items 212.5/219.0MB 97% complete (10.1M/s)
1662026-04-29T00:52:12.619ZDownload: Completed 218.99 MB in 25.28 seconds (8.7M/s)
1672026-04-29T00:52:12.799Z Actions: 1/4789 actions (Installing new actions)
1682026-04-29T00:52:16.664Z Actions: Completed 4789 actions in 3.86 seconds.
1692026-04-29T00:52:16.961Z Done (0.296s)
1702026-04-29T00:52:16.961Z Done (0.000s)
1712026-04-29T00:52:17.600Z Done (0.639s)
1722026-04-29T00:52:21.145Z Done (3.200s)
1732026-04-29T00:52:21.234Z Done (0.024s)
1742026-04-29T00:52:21.237Z Done (0.000s)
1752026-04-29T00:52:21.364Z Done (0.000s)
1762026-04-29T00:52:22.240ZPlanning: Evaluating mediator changes ... Done
1772026-04-29T00:52:22.346ZPlanning: Checking for conflicting actions ... Done
1782026-04-29T00:52:22.349ZPlanning: Consolidating action changes ... Done
1792026-04-29T00:52:22.507ZPlanning: Evaluating mediators ... Done
1802026-04-29T00:52:22.510ZPlanning: Planning completed in 0.27 seconds
1812026-04-29T00:52:22.529Z Mediators to change: 2
1822026-04-29T00:52:22.529Z Create boot environment: No
1832026-04-29T00:52:22.529ZCreate backup boot environment: No
1842026-04-29T00:52:22.586Z Done
1852026-04-29T00:52:22.586Z Done
1862026-04-29T00:52:23.195Z Done
1872026-04-29T00:52:25.690Z Done
1882026-04-29T00:52:25.762Z Done
1892026-04-29T00:52:25.765Z Done
1902026-04-29T00:52:25.877Z Done
1912026-04-29T00:52:26.140ZPlanning: Evaluating mediator changes ... Done
1922026-04-29T00:52:26.247ZPlanning: Checking for conflicting actions ... Done
1932026-04-29T00:52:26.251ZPlanning: Consolidating action changes ... Done
1942026-04-29T00:52:26.402ZPlanning: Evaluating mediators ... Done
1952026-04-29T00:52:26.405ZPlanning: Planning completed in 0.26 seconds
1962026-04-29T00:52:26.425Z Mediators to change: 1
1972026-04-29T00:52:26.425Z Create boot environment: No
1982026-04-29T00:52:26.425ZCreate backup boot environment: No
1992026-04-29T00:52:26.493Z Done
2002026-04-29T00:52:26.493Z Done
2012026-04-29T00:52:27.106Z Done
2022026-04-29T00:52:29.559Z Done
2032026-04-29T00:52:29.628Z Done
2042026-04-29T00:52:29.630Z Done
2052026-04-29T00:52:29.832Z Done
2062026-04-29T00:52:30.121ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-04-29T00:52:30.121Zclang system 15 system
2082026-04-29T00:52:30.121Zcsh system system illumos
2092026-04-29T00:52:30.121Zctags system system illumos
2102026-04-29T00:52:30.121Zfile system system illumos
2112026-04-29T00:52:30.121Zgcc vendor 12 vendor
2122026-04-29T00:52:30.121Zgcc system 14 system
2132026-04-29T00:52:30.121Zgcc system 10 system
2142026-04-29T00:52:30.121Zgo system 1.20 system
2152026-04-29T00:52:30.121Zgo system 1.19 system
2162026-04-29T00:52:30.121Zllvm system 15 system
2172026-04-29T00:52:30.121Zllvm system 14 system
2182026-04-29T00:52:30.121Zmariadb system 10.6 system
2192026-04-29T00:52:30.121Zmta vendor vendor dma
2202026-04-29T00:52:30.121Zopenjdk system 17 system
2212026-04-29T00:52:30.121Zopenjdk system 11 system
2222026-04-29T00:52:30.121Zopenjdk system 1.8 system
2232026-04-29T00:52:30.121Zopenssl vendor 3 vendor
2242026-04-29T00:52:30.121Zperl system 5.36 system
2252026-04-29T00:52:30.121Zpostgresql system 18 system
2262026-04-29T00:52:30.121Zpostgresql system 15 system
2272026-04-29T00:52:30.121Zpostgresql system 13 system
2282026-04-29T00:52:30.121Zpython vendor 3 vendor
2292026-04-29T00:52:30.121Zpython system 2 system
2302026-04-29T00:52:30.121Zpython3 system 3.11 system
2312026-04-29T00:52:30.121Zruby system 3.0 system
2322026-04-29T00:52:30.121Zwords vendor vendor american-english
2332026-04-29T00:52:30.121Zwords system system australian-english
2342026-04-29T00:52:30.121Zwords system system british-english
2352026-04-29T00:52:30.121Zwords system system canadian-english
2362026-04-29T00:52:30.122Zwords system system french
2372026-04-29T00:52:30.122Zwords system system italian
2382026-04-29T00:52:30.122Zwords system system ngerman
2392026-04-29T00:52:30.122Zwords system system ogerman
2402026-04-29T00:52:30.122Zwords system system spanish
2412026-04-29T00:52:30.351ZPUBLISHER TYPE STATUS P LOCATION
2422026-04-29T00:52:30.351Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-04-29T00:52:34.906ZFMRI IFO
2442026-04-29T00:52:34.906Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-04-29T00:52:34.906Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-04-29T00:52:34.906Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-04-29T00:52:34.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-04-29T00:52:34.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-04-29T00:52:34.907Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-04-29T00:52:34.907Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-04-29T00:52:34.907Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-04-29T00:52:34.907Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-04-29T00:52:34.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-04-29T00:52:34.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-04-29T00:52:34.907Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-04-29T00:52:34.907Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-04-29T00:52:34.907Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-04-29T00:52:34.907Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-04-29T00:52:34.907Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-04-29T00:52:34.907Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-04-29T00:52:36.048Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-04-29T00:52:36.291Z Updating crates.io index
2632026-04-29T00:52:36.325Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-04-29T00:52:37.006Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-04-29T00:52:37.419Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-04-29T00:52:38.078Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-04-29T00:52:38.835Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-04-29T00:52:39.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-04-29T00:52:40.642Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-04-29T00:52:41.841Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-04-29T00:52:42.138Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-04-29T00:52:42.971Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-04-29T00:52:43.319Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-04-29T00:52:43.646Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-04-29T00:52:44.019Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-29T00:52:45.010Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-04-29T00:52:45.780Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-04-29T00:52:46.168Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-04-29T00:52:46.509Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-04-29T00:52:46.877Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-04-29T00:52:47.112Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-04-29T00:52:47.289Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-04-29T00:52:47.527Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-04-29T00:52:47.931Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-04-29T00:52:48.350Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-04-29T00:52:48.802Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-04-29T00:52:49.032Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-04-29T00:52:49.302Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-04-29T00:52:50.375Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-04-29T00:52:50.908Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-29T00:52:51.442Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-04-29T00:52:51.897Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-04-29T00:52:52.203Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-04-29T00:52:52.565Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-04-29T00:52:52.802Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-04-29T00:52:53.283Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-04-29T00:52:53.523Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-04-29T00:52:53.754Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-04-29T00:52:54.058Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-04-29T00:52:54.288Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-04-29T00:53:05.914Z Downloading crates ...
3022026-04-29T00:53:05.977Z Downloaded yoke-derive v0.8.1
3032026-04-29T00:53:05.981Z Downloaded unicode-xid v0.2.6
3042026-04-29T00:53:05.985Z Downloaded block-buffer v0.10.4
3052026-04-29T00:53:05.989Z Downloaded zmij v1.0.21
3062026-04-29T00:53:05.989Z Downloaded displaydoc v0.2.5
3072026-04-29T00:53:05.993Z Downloaded utf8_iter v1.0.4
3082026-04-29T00:53:05.996Z Downloaded dof v0.3.0
3092026-04-29T00:53:05.996Z Downloaded thiserror v2.0.18
3102026-04-29T00:53:05.999Z Downloaded ucd-trie v0.1.7
3112026-04-29T00:53:06.008Z Downloaded clap v4.5.60
3122026-04-29T00:53:06.011Z Downloaded zerocopy-derive v0.7.35
3132026-04-29T00:53:06.011Z Downloaded zerofrom v0.1.6
3142026-04-29T00:53:06.011Z Downloaded usdt-macro v0.5.0
3152026-04-29T00:53:06.011Z Downloaded anyhow v1.0.102
3162026-04-29T00:53:06.011Z Downloaded utf8parse v0.2.2
3172026-04-29T00:53:06.011Z Downloaded autocfg v1.5.0
3182026-04-29T00:53:06.014Z Downloaded getrandom v0.4.1
3192026-04-29T00:53:06.014Z Downloaded errno v0.3.14
3202026-04-29T00:53:06.014Z Downloaded zerofrom-derive v0.1.6
3212026-04-29T00:53:06.017Z Downloaded bytecount v0.6.9
3222026-04-29T00:53:06.017Z Downloaded scroll_derive v0.12.1
3232026-04-29T00:53:06.017Z Downloaded zerotrie v0.2.3
3242026-04-29T00:53:06.021Z Downloaded fastrand v2.3.0
3252026-04-29T00:53:06.021Z Downloaded cfg-if v1.0.4
3262026-04-29T00:53:06.021Z Downloaded serde_core v1.0.228
3272026-04-29T00:53:06.025Z Downloaded cpufeatures v0.2.17
3282026-04-29T00:53:06.025Z Downloaded anstyle-parse v0.2.7
3292026-04-29T00:53:06.025Z Downloaded plain v0.2.3
3302026-04-29T00:53:06.025Z Downloaded equivalent v1.0.2
3312026-04-29T00:53:06.025Z Downloaded tinystr v0.8.2
3322026-04-29T00:53:06.029Z Downloaded yoke v0.8.1
3332026-04-29T00:53:06.029Z Downloaded version_check v0.9.5
3342026-04-29T00:53:06.029Z Downloaded unicode-ident v1.0.24
3352026-04-29T00:53:06.029Z Downloaded usdt-attr-macro v0.5.0
3362026-04-29T00:53:06.032Z Downloaded clap_derive v4.5.55
3372026-04-29T00:53:06.032Z Downloaded cargo-platform v0.2.0
3382026-04-29T00:53:06.032Z Downloaded form_urlencoded v1.2.2
3392026-04-29T00:53:06.032Z Downloaded camino v1.2.2
3402026-04-29T00:53:06.034Z Downloaded usdt v0.5.0
3412026-04-29T00:53:06.034Z Downloaded cargo-util-schemas v0.8.2
3422026-04-29T00:53:06.034Z Downloaded thread-id v4.2.2
3432026-04-29T00:53:06.037Z Downloaded typeid v1.0.3
3442026-04-29T00:53:06.037Z Downloaded thiserror-impl v2.0.18
3452026-04-29T00:53:06.037Z Downloaded litemap v0.8.1
3462026-04-29T00:53:06.037Z Downloaded toml_datetime v0.6.11
3472026-04-29T00:53:06.040Z Downloaded papergrid v0.11.0
3482026-04-29T00:53:06.043Z Downloaded usdt-impl v0.5.0
3492026-04-29T00:53:06.046Z Downloaded thiserror v1.0.69
3502026-04-29T00:53:06.049Z Downloaded itoa v1.0.17
3512026-04-29T00:53:06.049Z Downloaded is_terminal_polyfill v1.70.2
3522026-04-29T00:53:06.049Z Downloaded erased-serde v0.4.9
3532026-04-29T00:53:06.052Z Downloaded unicode-linebreak v0.1.5
3542026-04-29T00:53:06.055Z Downloaded toml v0.8.23
3552026-04-29T00:53:06.055Z Downloaded stable_deref_trait v1.2.1
3562026-04-29T00:53:06.055Z Downloaded colorchoice v1.0.4
3572026-04-29T00:53:06.058Z Downloaded proc-macro-error-attr v1.0.4
3582026-04-29T00:53:06.058Z Downloaded toml_write v0.1.2
3592026-04-29T00:53:06.060Z Downloaded pretty-hex v0.4.1
3602026-04-29T00:53:06.063Z Downloaded swrite v0.1.0
3612026-04-29T00:53:06.063Z Downloaded zerovec-derive v0.11.2
3622026-04-29T00:53:06.063Z Downloaded writeable v0.6.2
3632026-04-29T00:53:06.063Z Downloaded potential_utf v0.1.4
3642026-04-29T00:53:06.066Z Downloaded anstyle-query v1.1.5
3652026-04-29T00:53:06.066Z Downloaded ordered-float v2.10.1
3662026-04-29T00:53:06.066Z Downloaded thiserror-impl v1.0.69
3672026-04-29T00:53:06.069Z Downloaded terminal_size v0.4.3
3682026-04-29T00:53:06.069Z Downloaded smawk v0.3.2
3692026-04-29T00:53:06.069Z Downloaded typenum v1.19.0
3702026-04-29T00:53:06.072Z Downloaded url v2.5.8
3712026-04-29T00:53:06.072Z Downloaded generic-array v0.14.7
3722026-04-29T00:53:06.075Z Downloaded textwrap v0.16.2
3732026-04-29T00:53:06.075Z Downloaded fs-err v3.3.0
3742026-04-29T00:53:06.077Z Downloaded toml_edit v0.22.27
3752026-04-29T00:53:06.081Z Downloaded serde_spanned v0.6.9
3762026-04-29T00:53:06.084Z Downloaded idna_adapter v1.2.1
3772026-04-29T00:53:06.088Z Downloaded zerocopy v0.7.35
3782026-04-29T00:53:06.094Z Downloaded serde-value v0.7.0
3792026-04-29T00:53:06.097Z Downloaded zerovec v0.11.5
3802026-04-29T00:53:06.100Z Downloaded winnow v0.7.14
3812026-04-29T00:53:06.104Z Downloaded percent-encoding v2.3.2
3822026-04-29T00:53:06.104Z Downloaded heck v0.4.1
3832026-04-29T00:53:06.107Z Downloaded anstyle v1.0.13
3842026-04-29T00:53:06.107Z Downloaded macaddr v1.0.1
3852026-04-29T00:53:06.107Z Downloaded fnv v1.0.7
3862026-04-29T00:53:06.107Z Downloaded crypto-common v0.1.7
3872026-04-29T00:53:06.110Z Downloaded tabled_derive v0.7.0
3882026-04-29T00:53:06.110Z Downloaded heck v0.5.0
3892026-04-29T00:53:06.114Z Downloaded dtrace-parser v0.2.0
3902026-04-29T00:53:06.114Z Downloaded unicode-width v0.1.14
3912026-04-29T00:53:06.117Z Downloaded unicode-width v0.2.0
3922026-04-29T00:53:06.132Z Downloaded memmap v0.7.0
3932026-04-29T00:53:06.137Z Downloaded pest_meta v2.8.6
3942026-04-29T00:53:06.139Z Downloaded strsim v0.11.1
3952026-04-29T00:53:06.145Z Downloaded cargo_metadata v0.21.0
3962026-04-29T00:53:06.148Z Downloaded quote v1.0.45
3972026-04-29T00:53:06.152Z Downloaded smallvec v1.15.1
3982026-04-29T00:53:06.152Z Downloaded byteorder v1.5.0
3992026-04-29T00:53:06.152Z Downloaded cargo_toml v0.21.0
4002026-04-29T00:53:06.156Z Downloaded proc-macro-error v1.0.4
4012026-04-29T00:53:06.156Z Downloaded clap_lex v1.0.0
4022026-04-29T00:53:06.159Z Downloaded serde-untagged v0.1.9
4032026-04-29T00:53:06.159Z Downloaded digest v0.10.7
4042026-04-29T00:53:06.163Z Downloaded once_cell v1.21.3
4052026-04-29T00:53:06.166Z Downloaded tempfile v3.25.0
4062026-04-29T00:53:06.173Z Downloaded pest_derive v2.8.6
4072026-04-29T00:53:06.178Z Downloaded synstructure v0.13.2
4082026-04-29T00:53:06.181Z Downloaded anstream v0.6.21
4092026-04-29T00:53:06.181Z Downloaded serde_tokenstream v0.2.3
4102026-04-29T00:53:06.184Z Downloaded scroll v0.12.0
4112026-04-29T00:53:06.187Z Downloaded bitflags v2.11.0
4122026-04-29T00:53:06.190Z Downloaded semver v1.0.28
4132026-04-29T00:53:06.200Z Downloaded proc-macro2 v1.0.106
4142026-04-29T00:53:06.206Z Downloaded sha2 v0.10.9
4152026-04-29T00:53:06.209Z Downloaded camino-tempfile v1.4.1
4162026-04-29T00:53:06.212Z Downloaded icu_provider v2.1.1
4172026-04-29T00:53:06.219Z Downloaded pest_generator v2.8.6
4182026-04-29T00:53:06.225Z Downloaded icu_collections v2.1.1
4192026-04-29T00:53:06.229Z Downloaded num-traits v0.2.19
4202026-04-29T00:53:06.231Z Downloaded log v0.4.29
4212026-04-29T00:53:06.234Z Downloaded icu_properties v2.1.2
4222026-04-29T00:53:06.243Z Downloaded icu_normalizer v2.1.1
4232026-04-29T00:53:06.246Z Downloaded serde v1.0.228
4242026-04-29T00:53:06.246Z Downloaded icu_locale_core v2.1.1
4252026-04-29T00:53:06.250Z Downloaded icu_normalizer_data v2.1.1
4262026-04-29T00:53:06.253Z Downloaded serde_derive v1.0.228
4272026-04-29T00:53:06.256Z Downloaded hashbrown v0.17.0
4282026-04-29T00:53:06.259Z Downloaded indexmap v2.14.0
4292026-04-29T00:53:06.261Z Downloaded memchr v2.8.0
4302026-04-29T00:53:06.283Z Downloaded serde_json v1.0.149
4312026-04-29T00:53:06.287Z Downloaded icu_properties_data v2.1.2
4322026-04-29T00:53:06.291Z Downloaded goblin v0.8.2
4332026-04-29T00:53:06.297Z Downloaded idna v1.1.0
4342026-04-29T00:53:06.307Z Downloaded pest v2.8.6
4352026-04-29T00:53:06.311Z Downloaded clap_builder v4.5.60
4362026-04-29T00:53:06.329Z Downloaded tabled v0.15.0
4372026-04-29T00:53:06.337Z Downloaded syn v1.0.109
4382026-04-29T00:53:06.355Z Downloaded syn v2.0.117
4392026-04-29T00:53:06.362Z Downloaded rustix v1.1.3
4402026-04-29T00:53:06.396Z Downloaded libc v0.2.185
4412026-04-29T00:53:06.462Z Compiling proc-macro2 v1.0.106
4422026-04-29T00:53:06.462Z Compiling quote v1.0.45
4432026-04-29T00:53:06.466Z Compiling unicode-ident v1.0.24
4442026-04-29T00:53:06.466Z Compiling serde_core v1.0.228
4452026-04-29T00:53:06.466Z Compiling libc v0.2.185
4462026-04-29T00:53:06.467Z Compiling version_check v0.9.5
4472026-04-29T00:53:06.467Z Compiling stable_deref_trait v1.2.1
4482026-04-29T00:53:06.467Z Compiling serde v1.0.228
4492026-04-29T00:53:06.467Z Compiling memchr v2.8.0
4502026-04-29T00:53:06.467Z Compiling zmij v1.0.21
4512026-04-29T00:53:06.648Z Compiling ucd-trie v0.1.7
4522026-04-29T00:53:06.660Z Compiling autocfg v1.5.0
4532026-04-29T00:53:06.664Z Compiling thiserror v1.0.69
4542026-04-29T00:53:06.664Z Compiling itoa v1.0.17
4552026-04-29T00:53:06.664Z Compiling litemap v0.8.1
4562026-04-29T00:53:06.809Z Compiling writeable v0.6.2
4572026-04-29T00:53:06.877Z Compiling icu_properties_data v2.1.2
4582026-04-29T00:53:06.984Z Compiling byteorder v1.5.0
4592026-04-29T00:53:07.023Z Compiling rustix v1.1.3
4602026-04-29T00:53:07.039Z Compiling icu_normalizer_data v2.1.1
4612026-04-29T00:53:07.073Z Compiling bitflags v2.11.0
4622026-04-29T00:53:07.239Z Compiling pest v2.8.6
4632026-04-29T00:53:07.334Z Compiling serde_json v1.0.149
4642026-04-29T00:53:07.378Z Compiling num-traits v0.2.19
4652026-04-29T00:53:07.381Z Compiling typeid v1.0.3
4662026-04-29T00:53:07.650Z Compiling equivalent v1.0.2
4672026-04-29T00:53:07.689Z Compiling hashbrown v0.17.0
4682026-04-29T00:53:07.726Z Compiling smallvec v1.15.1
4692026-04-29T00:53:07.763Z Compiling proc-macro-error-attr v1.0.4
4702026-04-29T00:53:07.782Z Compiling usdt-impl v0.5.0
4712026-04-29T00:53:07.802Z Compiling erased-serde v0.4.9
4722026-04-29T00:53:07.819Z Compiling toml_write v0.1.2
4732026-04-29T00:53:07.837Z Compiling winnow v0.7.14
4742026-04-29T00:53:07.952Z Compiling errno v0.3.14
4752026-04-29T00:53:07.955Z Compiling thread-id v4.2.2
4762026-04-29T00:53:07.987Z Compiling syn v1.0.109
4772026-04-29T00:53:08.068Z Compiling proc-macro-error v1.0.4
4782026-04-29T00:53:08.102Z Compiling utf8parse v0.2.2
4792026-04-29T00:53:08.141Z Compiling getrandom v0.4.1
4802026-04-29T00:53:08.144Z Compiling camino v1.2.2
4812026-04-29T00:53:08.195Z Compiling percent-encoding v2.3.2
4822026-04-29T00:53:08.228Z Compiling indexmap v2.14.0
4832026-04-29T00:53:08.259Z Compiling log v0.4.29
4842026-04-29T00:53:08.267Z Compiling plain v0.2.3
4852026-04-29T00:53:08.286Z Compiling thiserror v2.0.18
4862026-04-29T00:53:08.321Z Compiling pest_meta v2.8.6
4872026-04-29T00:53:08.415Z Compiling utf8_iter v1.0.4
4882026-04-29T00:53:08.455Z Compiling form_urlencoded v1.2.2
4892026-04-29T00:53:08.510Z Compiling syn v2.0.117
4902026-04-29T00:53:08.573Z Compiling ordered-float v2.10.1
4912026-04-29T00:53:08.610Z Compiling anstyle-parse v0.2.7
4922026-04-29T00:53:08.633Z Compiling is_terminal_polyfill v1.70.2
4932026-04-29T00:53:08.695Z Compiling pretty-hex v0.4.1
4942026-04-29T00:53:08.698Z Compiling anstyle-query v1.1.5
4952026-04-29T00:53:08.792Z Compiling anstyle v1.0.13
4962026-04-29T00:53:08.820Z Compiling colorchoice v1.0.4
4972026-04-29T00:53:08.839Z Compiling cfg-if v1.0.4
4982026-04-29T00:53:08.880Z Compiling fs-err v3.3.0
4992026-04-29T00:53:08.883Z Compiling heck v0.5.0
5002026-04-29T00:53:08.940Z Compiling terminal_size v0.4.3
5012026-04-29T00:53:08.974Z Compiling heck v0.4.1
5022026-04-29T00:53:09.010Z Compiling anstream v0.6.21
5032026-04-29T00:53:09.035Z Compiling strsim v0.11.1
5042026-04-29T00:53:09.096Z Compiling unicode-xid v0.2.6
5052026-04-29T00:53:09.115Z Compiling once_cell v1.21.3
5062026-04-29T00:53:09.134Z Compiling anyhow v1.0.102
5072026-04-29T00:53:09.160Z Compiling bytecount v0.6.9
5082026-04-29T00:53:09.181Z Compiling fnv v1.0.7
5092026-04-29T00:53:09.202Z Compiling clap_lex v1.0.0
5102026-04-29T00:53:09.225Z Compiling unicode-width v0.1.14
5112026-04-29T00:53:09.243Z Compiling fastrand v2.3.0
5122026-04-29T00:53:09.321Z Compiling memmap v0.7.0
5132026-04-29T00:53:09.363Z Compiling smawk v0.3.2
5142026-04-29T00:53:09.457Z Compiling semver v1.0.28
5152026-04-29T00:53:09.514Z Compiling papergrid v0.11.0
5162026-04-29T00:53:09.536Z Compiling tempfile v3.25.0
5172026-04-29T00:53:09.539Z Compiling clap_builder v4.5.60
5182026-04-29T00:53:09.539Z Compiling unicode-width v0.2.0
5192026-04-29T00:53:09.540Z Compiling unicode-linebreak v0.1.5
5202026-04-29T00:53:09.808Z Compiling camino-tempfile v1.4.1
5212026-04-29T00:53:09.882Z Compiling serde-untagged v0.1.9
5222026-04-29T00:53:09.905Z Compiling textwrap v0.16.2
5232026-04-29T00:53:09.944Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-04-29T00:53:09.976Z Compiling swrite v0.1.0
5252026-04-29T00:53:10.325Z Compiling tabled_derive v0.7.0
5262026-04-29T00:53:11.035Z Compiling tabled v0.15.0
5272026-04-29T00:53:11.121Z Compiling synstructure v0.13.2
5282026-04-29T00:53:11.123Z Compiling pest_generator v2.8.6
5292026-04-29T00:53:11.723Z Compiling serde_derive v1.0.228
5302026-04-29T00:53:11.723Z Compiling zerofrom-derive v0.1.6
5312026-04-29T00:53:11.736Z Compiling yoke-derive v0.8.1
5322026-04-29T00:53:11.736Z Compiling zerovec-derive v0.11.2
5332026-04-29T00:53:11.736Z Compiling displaydoc v0.2.5
5342026-04-29T00:53:11.736Z Compiling thiserror-impl v1.0.69
5352026-04-29T00:53:11.736Z Compiling zerocopy-derive v0.7.35
5362026-04-29T00:53:11.736Z Compiling pest_derive v2.8.6
5372026-04-29T00:53:11.736Z Compiling scroll_derive v0.12.1
5382026-04-29T00:53:11.736Z Compiling thiserror-impl v2.0.18
5392026-04-29T00:53:11.736Z Compiling clap_derive v4.5.55
5402026-04-29T00:53:12.604Z Compiling scroll v0.12.0
5412026-04-29T00:53:12.703Z Compiling zerocopy v0.7.35
5422026-04-29T00:53:12.748Z Compiling zerofrom v0.1.6
5432026-04-29T00:53:12.829Z Compiling goblin v0.8.2
5442026-04-29T00:53:12.856Z Compiling yoke v0.8.1
5452026-04-29T00:53:12.961Z Compiling dtrace-parser v0.2.0
5462026-04-29T00:53:13.013Z Compiling zerovec v0.11.5
5472026-04-29T00:53:13.013Z Compiling zerotrie v0.2.3
5482026-04-29T00:53:13.281Z Compiling clap v4.5.60
5492026-04-29T00:53:13.435Z Compiling tinystr v0.8.2
5502026-04-29T00:53:13.435Z Compiling potential_utf v0.1.4
5512026-04-29T00:53:13.563Z Compiling icu_collections v2.1.1
5522026-04-29T00:53:13.579Z Compiling icu_locale_core v2.1.1
5532026-04-29T00:53:14.184Z Compiling icu_provider v2.1.1
5542026-04-29T00:53:14.243Z Compiling toml_datetime v0.6.11
5552026-04-29T00:53:14.243Z Compiling serde_spanned v0.6.9
5562026-04-29T00:53:14.243Z Compiling serde-value v0.7.0
5572026-04-29T00:53:14.246Z Compiling cargo-platform v0.2.0
5582026-04-29T00:53:14.246Z Compiling macaddr v1.0.1
5592026-04-29T00:53:14.264Z Compiling dof v0.3.0
5602026-04-29T00:53:14.267Z Compiling serde_tokenstream v0.2.3
5612026-04-29T00:53:14.399Z Compiling icu_properties v2.1.2
5622026-04-29T00:53:14.399Z Compiling icu_normalizer v2.1.1
5632026-04-29T00:53:14.472Z Compiling toml_edit v0.22.27
5642026-04-29T00:53:15.004Z Compiling usdt-macro v0.5.0
5652026-04-29T00:53:15.009Z Compiling usdt-attr-macro v0.5.0
5662026-04-29T00:53:15.241Z Compiling idna_adapter v1.2.1
5672026-04-29T00:53:15.348Z Compiling idna v1.1.0
5682026-04-29T00:53:15.589Z Compiling usdt v0.5.0
5692026-04-29T00:53:15.620Z Compiling url v2.5.8
5702026-04-29T00:53:15.784Z Compiling toml v0.8.23
5712026-04-29T00:53:16.115Z Compiling cargo-util-schemas v0.8.2
5722026-04-29T00:53:16.115Z Compiling cargo_toml v0.21.0
5732026-04-29T00:53:16.919Z Compiling cargo_metadata v0.21.0
5742026-04-29T00:53:17.843Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-04-29T00:53:19.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.07s
5762026-04-29T00:53:20.190Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-04-29T00:53:20.820Z Downloading crates ...
5782026-04-29T00:53:20.847Z Downloaded ciborium-io v0.2.2
5792026-04-29T00:53:20.860Z Downloaded assert_matches v1.5.0
5802026-04-29T00:53:20.863Z Downloaded bitflags v1.3.2
5812026-04-29T00:53:20.866Z Downloaded debug-ignore v1.0.5
5822026-04-29T00:53:20.869Z Downloaded clang-sys v1.8.1
5832026-04-29T00:53:20.869Z Downloaded async-recursion v1.1.1
5842026-04-29T00:53:20.872Z Downloaded cpufeatures v0.3.0
5852026-04-29T00:53:20.872Z Downloaded cfg_aliases v0.1.1
5862026-04-29T00:53:20.872Z Downloaded cargo_metadata v0.19.2
5872026-04-29T00:53:20.875Z Downloaded darling v0.21.3
5882026-04-29T00:53:20.877Z Downloaded downcast-rs v2.0.2
5892026-04-29T00:53:20.877Z Downloaded allocator-api2 v0.2.21
5902026-04-29T00:53:20.881Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-04-29T00:53:20.881Z Downloaded bit-set v0.8.0
5922026-04-29T00:53:20.881Z Downloaded dirs-next v2.0.0
5932026-04-29T00:53:20.883Z Downloaded darling_macro v0.21.3
5942026-04-29T00:53:20.883Z Downloaded base64ct v1.8.3
5952026-04-29T00:53:20.884Z Downloaded darling_core v0.21.3
5962026-04-29T00:53:20.886Z Downloaded constant_time_eq v0.4.2
5972026-04-29T00:53:20.889Z Downloaded cstr-argument v0.1.2
5982026-04-29T00:53:20.889Z Downloaded crossbeam-deque v0.8.6
5992026-04-29T00:53:20.892Z Downloaded adler2 v2.0.1
6002026-04-29T00:53:20.892Z Downloaded bzip2 v0.4.4
6012026-04-29T00:53:20.895Z Downloaded dropshot_endpoint v0.16.7
6022026-04-29T00:53:20.897Z Downloaded defmt v0.3.100
6032026-04-29T00:53:20.900Z Downloaded ciborium-ll v0.2.2
6042026-04-29T00:53:20.900Z Downloaded bit-set v0.5.3
6052026-04-29T00:53:20.903Z Downloaded crc8 v0.1.1
6062026-04-29T00:53:20.906Z Downloaded chacha20 v0.9.1
6072026-04-29T00:53:20.910Z Downloaded const_format v0.2.35
6082026-04-29T00:53:20.914Z Downloaded crunchy v0.2.4
6092026-04-29T00:53:20.914Z Downloaded cobs v0.3.0
6102026-04-29T00:53:20.914Z Downloaded bitfield-macros v0.19.4
6112026-04-29T00:53:20.920Z Downloaded daft v0.1.5
6122026-04-29T00:53:20.923Z Downloaded ctr v0.9.2
6132026-04-29T00:53:20.923Z Downloaded cargo-platform v0.1.9
6142026-04-29T00:53:20.923Z Downloaded block-padding v0.3.3
6152026-04-29T00:53:20.923Z Downloaded darling v0.20.11
6162026-04-29T00:53:20.927Z Downloaded castaway v0.2.4
6172026-04-29T00:53:20.927Z Downloaded bcrypt-pbkdf v0.10.0
6182026-04-29T00:53:20.927Z Downloaded flume v0.11.1
6192026-04-29T00:53:20.930Z Downloaded crc v3.4.0
6202026-04-29T00:53:20.930Z Downloaded daft-derive v0.1.5
6212026-04-29T00:53:20.935Z Downloaded crc-catalog v2.4.0
6222026-04-29T00:53:20.935Z Downloaded derive_more v2.1.1
6232026-04-29T00:53:20.939Z Downloaded crucible-workspace-hack v0.1.0
6242026-04-29T00:53:20.942Z Downloaded cfg_aliases v0.2.1
6252026-04-29T00:53:20.942Z Downloaded base16ct v0.2.0
6262026-04-29T00:53:20.942Z Downloaded convert_case v0.4.0
6272026-04-29T00:53:20.945Z Downloaded bumpalo v3.20.2
6282026-04-29T00:53:20.945Z Downloaded document-features v0.2.12
6292026-04-29T00:53:20.947Z Downloaded ascii-canvas v3.0.0
6302026-04-29T00:53:20.947Z Downloaded foreign-types-shared v0.3.1
6312026-04-29T00:53:20.947Z Downloaded embedded-io v0.4.0
6322026-04-29T00:53:20.952Z Downloaded foreign-types v0.5.0
6332026-04-29T00:53:20.952Z Downloaded atomic-waker v1.1.2
6342026-04-29T00:53:20.956Z Downloaded array-init v0.0.4
6352026-04-29T00:53:20.956Z Downloaded futures-macro v0.3.32
6362026-04-29T00:53:20.956Z Downloaded curve25519-dalek-derive v0.1.1
6372026-04-29T00:53:20.956Z Downloaded defmt-parser v1.0.0
6382026-04-29T00:53:20.959Z Downloaded embedded-io v0.6.1
6392026-04-29T00:53:20.959Z Downloaded darling_macro v0.23.0
6402026-04-29T00:53:20.960Z Downloaded difflib v0.4.0
6412026-04-29T00:53:20.960Z Downloaded arrayref v0.3.9
6422026-04-29T00:53:20.960Z Downloaded aead v0.5.2
6432026-04-29T00:53:20.960Z Downloaded darling v0.23.0
6442026-04-29T00:53:20.962Z Downloaded bitfield-struct v0.6.2
6452026-04-29T00:53:20.965Z Downloaded cbc v0.1.2
6462026-04-29T00:53:20.965Z Downloaded buf-list v1.1.2
6472026-04-29T00:53:20.968Z Downloaded cassowary v0.3.0
6482026-04-29T00:53:20.968Z Downloaded bitfield v0.19.4
6492026-04-29T00:53:20.972Z Downloaded atty v0.2.14
6502026-04-29T00:53:20.972Z Downloaded dirs-sys-next v0.1.2
6512026-04-29T00:53:20.976Z Downloaded darling_macro v0.20.11
6522026-04-29T00:53:20.976Z Downloaded async-stream-impl v0.3.6
6532026-04-29T00:53:20.976Z Downloaded endian-type v0.1.2
6542026-04-29T00:53:20.979Z Downloaded bb8 v0.8.6
6552026-04-29T00:53:20.979Z Downloaded foreign-types v0.3.2
6562026-04-29T00:53:20.979Z Downloaded display-error-chain v0.2.2
6572026-04-29T00:53:20.979Z Downloaded compression-core v0.4.31
6582026-04-29T00:53:20.983Z Downloaded async-stream v0.3.6
6592026-04-29T00:53:20.984Z Downloaded dtrace-parser v0.3.0
6602026-04-29T00:53:20.986Z Downloaded dunce v1.0.5
6612026-04-29T00:53:20.986Z Downloaded compression-codecs v0.4.37
6622026-04-29T00:53:20.990Z Downloaded byte-wrapper v0.1.0
6632026-04-29T00:53:20.990Z Downloaded colored v3.1.1
6642026-04-29T00:53:20.992Z Downloaded backon v1.6.0
6652026-04-29T00:53:20.995Z Downloaded blake2 v0.10.6
6662026-04-29T00:53:20.995Z Downloaded float-cmp v0.10.0
6672026-04-29T00:53:20.999Z Downloaded atomicwrites v0.4.4
6682026-04-29T00:53:20.999Z Downloaded bzip2 v0.6.1
6692026-04-29T00:53:20.999Z Downloaded fixedbitset v0.4.2
6702026-04-29T00:53:21.003Z Downloaded enum-as-inner v0.6.1
6712026-04-29T00:53:21.006Z Downloaded float-ord v0.3.2
6722026-04-29T00:53:21.010Z Downloaded flagset v0.4.7
6732026-04-29T00:53:21.010Z Downloaded dyn-clone v1.0.20
6742026-04-29T00:53:21.010Z Downloaded futures-core v0.3.32
6752026-04-29T00:53:21.013Z Downloaded funty v2.0.0
6762026-04-29T00:53:21.013Z Downloaded cmake v0.1.57
6772026-04-29T00:53:21.016Z Downloaded critical-section v1.2.0
6782026-04-29T00:53:21.016Z Downloaded ena v0.14.4
6792026-04-29T00:53:21.016Z Downloaded ecdsa v0.16.9
6802026-04-29T00:53:21.019Z Downloaded defmt-macros v1.0.1
6812026-04-29T00:53:21.019Z Downloaded derive-ex v0.1.8
6822026-04-29T00:53:21.022Z Downloaded data-encoding v2.10.0
6832026-04-29T00:53:21.025Z Downloaded futures-io v0.3.32
6842026-04-29T00:53:21.027Z Downloaded foreign-types-macros v0.2.3
6852026-04-29T00:53:21.027Z Downloaded globwalk v0.9.1
6862026-04-29T00:53:21.027Z Downloaded gethostname v0.5.0
6872026-04-29T00:53:21.030Z Downloaded fxhash v0.2.1
6882026-04-29T00:53:21.030Z Downloaded futures-task v0.3.32
6892026-04-29T00:53:21.030Z Downloaded env_filter v1.0.0
6902026-04-29T00:53:21.033Z Downloaded futures-sink v0.3.32
6912026-04-29T00:53:21.033Z Downloaded crypto-bigint v0.5.5
6922026-04-29T00:53:21.036Z Downloaded foreign-types-shared v0.1.1
6932026-04-29T00:53:21.039Z Downloaded cancel-safe-futures v0.1.5
6942026-04-29T00:53:21.039Z Downloaded bit-vec v0.8.0
6952026-04-29T00:53:21.042Z Downloaded bcs v0.1.6
6962026-04-29T00:53:21.042Z Downloaded const_format_proc_macros v0.2.34
6972026-04-29T00:53:21.045Z Downloaded hash32 v0.3.1
6982026-04-29T00:53:21.045Z Downloaded camino-tempfile-ext v0.3.3
6992026-04-29T00:53:21.045Z Downloaded async-trait v0.1.89
7002026-04-29T00:53:21.049Z Downloaded colored v2.2.0
7012026-04-29T00:53:21.051Z Downloaded const-oid v0.9.6
7022026-04-29T00:53:21.051Z Downloaded hash32 v0.2.1
7032026-04-29T00:53:21.051Z Downloaded backoff v0.4.0
7042026-04-29T00:53:21.055Z Downloaded httpdate v1.0.3
7052026-04-29T00:53:21.055Z Downloaded hostname v0.3.1
7062026-04-29T00:53:21.055Z Downloaded csv-core v0.1.13
7072026-04-29T00:53:21.061Z Downloaded ghash v0.5.1
7082026-04-29T00:53:21.061Z Downloaded hex-literal v0.4.1
7092026-04-29T00:53:21.061Z Downloaded hex v0.4.3
7102026-04-29T00:53:21.061Z Downloaded dof v0.4.0
7112026-04-29T00:53:21.064Z Downloaded convert_case v0.10.0
7122026-04-29T00:53:21.064Z Downloaded derive_builder_macro v0.20.2
7132026-04-29T00:53:21.064Z Downloaded either v1.15.0
7142026-04-29T00:53:21.064Z Downloaded bit-vec v0.6.3
7152026-04-29T00:53:21.064Z Downloaded arrayvec v0.7.6
7162026-04-29T00:53:21.068Z Downloaded corncobs v0.1.4
7172026-04-29T00:53:21.068Z Downloaded headers-core v0.3.0
7182026-04-29T00:53:21.071Z Downloaded foldhash v0.2.0
7192026-04-29T00:53:21.071Z Downloaded dropshot-api-manager-types v0.7.1
7202026-04-29T00:53:21.071Z Downloaded ed25519 v2.2.3
7212026-04-29T00:53:21.071Z Downloaded dsl_auto_type v0.2.0
7222026-04-29T00:53:21.074Z Downloaded hostname v0.4.2
7232026-04-29T00:53:21.076Z Downloaded fs_extra v1.3.0
7242026-04-29T00:53:21.079Z Downloaded fixedbitset v0.5.7
7252026-04-29T00:53:21.082Z Downloaded foldhash v0.1.5
7262026-04-29T00:53:21.082Z Downloaded diesel-dtrace v0.5.0
7272026-04-29T00:53:21.082Z Downloaded http-range v0.1.5
7282026-04-29T00:53:21.084Z Downloaded home v0.5.12
7292026-04-29T00:53:21.084Z Downloaded cexpr v0.6.0
7302026-04-29T00:53:21.084Z Downloaded ff v0.13.1
7312026-04-29T00:53:21.090Z Downloaded ahash v0.8.12
7322026-04-29T00:53:21.090Z Downloaded ident_case v1.0.1
7332026-04-29T00:53:21.093Z Downloaded hubpack v0.1.2
7342026-04-29T00:53:21.093Z Downloaded diff v0.1.13
7352026-04-29T00:53:21.093Z Downloaded find-msvc-tools v0.1.9
7362026-04-29T00:53:21.094Z Downloaded deranged v0.5.8
7372026-04-29T00:53:21.094Z Downloaded globset v0.4.18
7382026-04-29T00:53:21.097Z Downloaded fs-err v2.11.0
7392026-04-29T00:53:21.097Z Downloaded erased-serde v0.3.31
7402026-04-29T00:53:21.100Z Downloaded env_logger v0.11.9
7412026-04-29T00:53:21.100Z Downloaded hyper-tls v0.6.0
7422026-04-29T00:53:21.100Z Downloaded crc32fast v1.5.0
7432026-04-29T00:53:21.103Z Downloaded indoc v1.0.9
7442026-04-29T00:53:21.103Z Downloaded filetime v0.2.27
7452026-04-29T00:53:21.105Z Downloaded derive_builder_core v0.20.2
7462026-04-29T00:53:21.106Z Downloaded der_derive v0.7.3
7472026-04-29T00:53:21.108Z Downloaded git-stub v1.0.0
7482026-04-29T00:53:21.108Z Downloaded futures-executor v0.3.32
7492026-04-29T00:53:21.108Z Downloaded git-stub-vcs v0.1.0
7502026-04-29T00:53:21.111Z Downloaded chacha20 v0.10.0
7512026-04-29T00:53:21.111Z Downloaded defmt v1.0.1
7522026-04-29T00:53:21.115Z Downloaded cipher v0.4.4
7532026-04-29T00:53:21.115Z Downloaded argon2 v0.5.3
7542026-04-29T00:53:21.117Z Downloaded crossbeam-utils v0.8.21
7552026-04-29T00:53:21.117Z Downloaded indent_write v2.2.0
7562026-04-29T00:53:21.123Z Downloaded is_ci v1.2.0
7572026-04-29T00:53:21.123Z Downloaded is-terminal v0.4.17
7582026-04-29T00:53:21.123Z Downloaded glob v0.3.3
7592026-04-29T00:53:21.128Z Downloaded cookie v0.18.1
7602026-04-29T00:53:21.128Z Downloaded des v0.8.1
7612026-04-29T00:53:21.128Z Downloaded kstat-rs v0.2.4
7622026-04-29T00:53:21.128Z Downloaded internet-checksum v0.2.1
7632026-04-29T00:53:21.128Z Downloaded instant v0.1.13
7642026-04-29T00:53:21.131Z Downloaded lazy_static v1.5.0
7652026-04-29T00:53:21.131Z Downloaded crossbeam-epoch v0.9.18
7662026-04-29T00:53:21.131Z Downloaded highway v1.3.0
7672026-04-29T00:53:21.131Z Downloaded lalrpop-util v0.19.12
7682026-04-29T00:53:21.131Z Downloaded inout v0.1.4
7692026-04-29T00:53:21.133Z Downloaded cookie_store v0.22.1
7702026-04-29T00:53:21.133Z Downloaded console v0.16.2
7712026-04-29T00:53:21.136Z Downloaded fd-lock v4.0.4
7722026-04-29T00:53:21.136Z Downloaded drift v0.1.3
7732026-04-29T00:53:21.139Z Downloaded getrandom v0.2.17
7742026-04-29T00:53:21.144Z Downloaded http-body v1.0.1
7752026-04-29T00:53:21.144Z Downloaded blowfish v0.9.1
7762026-04-29T00:53:21.147Z Downloaded hyper-staticfile v0.10.1
7772026-04-29T00:53:21.147Z Downloaded humantime v2.3.0
7782026-04-29T00:53:21.147Z Downloaded libscf-sys v1.1.0
7792026-04-29T00:53:21.154Z Downloaded hubpack_derive v0.1.1
7802026-04-29T00:53:21.154Z Downloaded http-body-util v0.1.3
7812026-04-29T00:53:21.155Z Downloaded derive_builder v0.20.2
7822026-04-29T00:53:21.158Z Downloaded futures-channel v0.3.32
7832026-04-29T00:53:21.161Z Downloaded fallible-iterator v0.2.0
7842026-04-29T00:53:21.161Z Downloaded lru-slab v0.1.2
7852026-04-29T00:53:21.165Z Downloaded group v0.13.0
7862026-04-29T00:53:21.166Z Downloaded instability v0.3.11
7872026-04-29T00:53:21.169Z Downloaded half v1.8.3
7882026-04-29T00:53:21.172Z Downloaded lru-cache v0.1.2
7892026-04-29T00:53:21.172Z Downloaded match_cfg v0.1.0
7902026-04-29T00:53:21.176Z Downloaded console v0.15.11
7912026-04-29T00:53:21.179Z Downloaded ciborium v0.2.2
7922026-04-29T00:53:21.183Z Downloaded newtype-uuid-macros v0.1.0
7932026-04-29T00:53:21.185Z Downloaded maybe-uninit v2.0.0
7942026-04-29T00:53:21.185Z Downloaded maplit v1.0.2
7952026-04-29T00:53:21.189Z Downloaded dropshot_endpoint v0.17.0
7962026-04-29T00:53:21.192Z Downloaded impl-trait-for-tuples v0.2.3
7972026-04-29T00:53:21.195Z Downloaded ingot v0.1.1
7982026-04-29T00:53:21.195Z Downloaded fatfs v0.3.6
7992026-04-29T00:53:21.198Z Downloaded base64 v0.21.7
8002026-04-29T00:53:21.200Z Downloaded indoc v2.0.7
8012026-04-29T00:53:21.200Z Downloaded mime v0.3.17
8022026-04-29T00:53:21.204Z Downloaded multimap v0.10.1
8032026-04-29T00:53:21.204Z Downloaded libsw v3.5.0
8042026-04-29T00:53:21.205Z Downloaded lru v0.12.5
8052026-04-29T00:53:21.208Z Downloaded keccak v0.1.6
8062026-04-29T00:53:21.208Z Downloaded libloading v0.8.9
8072026-04-29T00:53:21.208Z Downloaded httparse v1.10.1
8082026-04-29T00:53:21.210Z Downloaded async-bb8-diesel v0.2.1
8092026-04-29T00:53:21.210Z Downloaded lzss v0.8.2
8102026-04-29T00:53:21.213Z Downloaded crossbeam-channel v0.5.15
8112026-04-29T00:53:21.218Z Downloaded new_debug_unreachable v1.0.6
8122026-04-29T00:53:21.218Z Downloaded getrandom v0.3.4
8132026-04-29T00:53:21.218Z Downloaded managed v0.8.0
8142026-04-29T00:53:21.218Z Downloaded libsw-core v0.3.2
8152026-04-29T00:53:21.221Z Downloaded ingot-types v0.1.2
8162026-04-29T00:53:21.221Z Downloaded num v0.4.3
8172026-04-29T00:53:21.221Z Downloaded ipnet v2.11.0
8182026-04-29T00:53:21.224Z Downloaded iana-time-zone v0.1.65
8192026-04-29T00:53:21.224Z Downloaded hmac v0.12.1
8202026-04-29T00:53:21.228Z Downloaded ingot-macros v0.1.1
8212026-04-29T00:53:21.228Z Downloaded md5 v0.7.0
8222026-04-29T00:53:21.228Z Downloaded newtype_derive v0.1.6
8232026-04-29T00:53:21.231Z Downloaded memoffset v0.9.1
8242026-04-29T00:53:21.231Z Downloaded crc-any v2.5.0
8252026-04-29T00:53:21.231Z Downloaded derive_more v0.99.20
8262026-04-29T00:53:21.237Z Downloaded num-derive v0.3.3
8272026-04-29T00:53:21.237Z Downloaded nonempty v0.12.0
8282026-04-29T00:53:21.237Z Downloaded elliptic-curve v0.13.8
8292026-04-29T00:53:21.240Z Downloaded derive-where v1.6.0
8302026-04-29T00:53:21.240Z Downloaded opaque-debug v0.3.1
8312026-04-29T00:53:21.240Z Downloaded olpc-cjson v0.1.4
8322026-04-29T00:53:21.243Z Downloaded openssl-probe v0.1.6
8332026-04-29T00:53:21.243Z Downloaded nodrop v0.1.14
8342026-04-29T00:53:21.243Z Downloaded openssl-probe v0.2.1
8352026-04-29T00:53:21.246Z Downloaded half v2.7.1
8362026-04-29T00:53:21.246Z Downloaded num-conv v0.2.0
8372026-04-29T00:53:21.249Z Downloaded linear-map v1.2.0
8382026-04-29T00:53:21.251Z Downloaded openssl-macros v0.1.1
8392026-04-29T00:53:21.251Z Downloaded num_enum_derive v0.5.11
8402026-04-29T00:53:21.251Z Downloaded lock_api v0.4.14
8412026-04-29T00:53:21.251Z Downloaded jobserver v0.1.34
8422026-04-29T00:53:21.254Z Downloaded hyper-rustls v0.27.7
8432026-04-29T00:53:21.270Z Downloaded packed_struct_codegen v0.10.1
8442026-04-29T00:53:21.274Z Downloaded oso-derive v0.27.3
8452026-04-29T00:53:21.274Z Downloaded num-iter v0.1.45
8462026-04-29T00:53:21.274Z Downloaded newline-converter v0.3.0
8472026-04-29T00:53:21.276Z Downloaded linked-hash-map v0.5.6
8482026-04-29T00:53:21.277Z Downloaded libefi-sys v0.1.0
8492026-04-29T00:53:21.277Z Downloaded darling_core v0.20.11
8502026-04-29T00:53:21.279Z Downloaded num_threads v0.1.7
8512026-04-29T00:53:21.279Z Downloaded num-derive v0.4.2
8522026-04-29T00:53:21.282Z Downloaded parse-size v1.1.0
8532026-04-29T00:53:21.282Z Downloaded compact_str v0.8.1
8542026-04-29T00:53:21.285Z Downloaded ignore v0.4.25
8552026-04-29T00:53:21.289Z Downloaded parse-display v0.10.0
8562026-04-29T00:53:21.289Z Downloaded num-integer v0.1.46
8572026-04-29T00:53:21.289Z Downloaded md-5 v0.10.6
8582026-04-29T00:53:21.292Z Downloaded bytes v1.11.1
8592026-04-29T00:53:21.292Z Downloaded arc-swap v1.8.2
8602026-04-29T00:53:21.297Z Downloaded normalize-line-endings v0.3.0
8612026-04-29T00:53:21.297Z Downloaded nibble_vec v0.1.0
8622026-04-29T00:53:21.297Z Downloaded path-slash v0.1.5
8632026-04-29T00:53:21.299Z Downloaded heapless v0.8.0
8642026-04-29T00:53:21.299Z Downloaded pbkdf2 v0.12.2
8652026-04-29T00:53:21.299Z Downloaded num-complex v0.4.6
8662026-04-29T00:53:21.302Z Downloaded pbkdf2 v0.11.0
8672026-04-29T00:53:21.302Z Downloaded native-tls v0.2.18
8682026-04-29T00:53:21.305Z Downloaded headers v0.4.1
8692026-04-29T00:53:21.307Z Downloaded cc v1.2.56
8702026-04-29T00:53:21.310Z Downloaded futures v0.3.32
8712026-04-29T00:53:21.313Z Downloaded mime_guess v2.0.5
8722026-04-29T00:53:21.313Z Downloaded ipnetwork v0.21.1
8732026-04-29T00:53:21.315Z Downloaded num_enum v0.5.11
8742026-04-29T00:53:21.319Z Downloaded peg-runtime v0.8.5
8752026-04-29T00:53:21.319Z Downloaded num-rational v0.4.2
8762026-04-29T00:53:21.319Z Downloaded chacha20poly1305 v0.10.1
8772026-04-29T00:53:21.322Z Downloaded pin-utils v0.1.0
8782026-04-29T00:53:21.322Z Downloaded phf_shared v0.13.1
8792026-04-29T00:53:21.323Z Downloaded base64 v0.22.1
8802026-04-29T00:53:21.326Z Downloaded owo-colors v4.3.0
8812026-04-29T00:53:21.326Z Downloaded oxnet v0.1.4
8822026-04-29T00:53:21.330Z Downloaded ed25519-dalek v2.2.0
8832026-04-29T00:53:21.333Z Downloaded der v0.7.10
8842026-04-29T00:53:21.333Z Downloaded nanorand v0.7.0
8852026-04-29T00:53:21.336Z Downloaded phf_shared v0.12.1
8862026-04-29T00:53:21.336Z Downloaded predicates-core v1.0.10
8872026-04-29T00:53:21.336Z Downloaded precomputed-hash v0.1.1
8882026-04-29T00:53:21.340Z Downloaded proc-macro-crate v1.3.1
8892026-04-29T00:53:21.340Z Downloaded libbz2-rs-sys v0.2.2
8902026-04-29T00:53:21.343Z Downloaded packed_struct v0.10.1
8912026-04-29T00:53:21.343Z Downloaded indexmap v1.9.3
8922026-04-29T00:53:21.347Z Downloaded parking_lot_core v0.8.6
8932026-04-29T00:53:21.347Z Downloaded litrs v1.0.0
8942026-04-29T00:53:21.351Z Downloaded proc-macro-crate v3.4.0
8952026-04-29T00:53:21.353Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-04-29T00:53:21.353Z Downloaded predicates-tree v1.0.13
8972026-04-29T00:53:21.356Z Downloaded phf_shared v0.11.3
8982026-04-29T00:53:21.360Z Downloaded powerfmt v0.2.0
8992026-04-29T00:53:21.363Z Downloaded paste v1.0.15
9002026-04-29T00:53:21.363Z Downloaded progenitor-client v0.10.0
9012026-04-29T00:53:21.363Z Downloaded num_enum_derive v0.7.5
9022026-04-29T00:53:21.369Z Downloaded password-hash v0.4.2
9032026-04-29T00:53:21.369Z Downloaded parse-display-derive v0.10.0
9042026-04-29T00:53:21.369Z Downloaded memmap2 v0.9.10
9052026-04-29T00:53:21.369Z Downloaded progenitor-macro v0.11.2
9062026-04-29T00:53:21.369Z Downloaded progenitor-client v0.14.0
9072026-04-29T00:53:21.373Z Downloaded progenitor-macro v0.13.0
9082026-04-29T00:53:21.376Z Downloaded peg v0.8.5
9092026-04-29T00:53:21.380Z Downloaded pem-rfc7468 v0.7.0
9102026-04-29T00:53:21.380Z Downloaded progenitor-client v0.11.2
9112026-04-29T00:53:21.382Z Downloaded newtype-uuid v1.3.2
9122026-04-29T00:53:21.382Z Downloaded heapless v0.7.17
9132026-04-29T00:53:21.382Z Downloaded hickory-resolver v0.24.4
9142026-04-29T00:53:21.385Z Downloaded async-compression v0.4.41
9152026-04-29T00:53:21.392Z Downloaded parking_lot_core v0.9.12
9162026-04-29T00:53:21.395Z Downloaded phf v0.13.1
9172026-04-29T00:53:21.395Z Downloaded peg-macros v0.8.5
9182026-04-29T00:53:21.395Z Downloaded omicron-zone-package v0.12.2
9192026-04-29T00:53:21.395Z Downloaded quick-error v1.2.3
9202026-04-29T00:53:21.398Z Downloaded progenitor-macro v0.14.0
9212026-04-29T00:53:21.398Z Downloaded progenitor-macro v0.10.0
9222026-04-29T00:53:21.398Z Downloaded num_enum v0.7.5
9232026-04-29T00:53:21.400Z Downloaded pem v3.0.6
9242026-04-29T00:53:21.403Z Downloaded parking_lot v0.11.2
9252026-04-29T00:53:21.403Z Downloaded poly1305 v0.8.0
9262026-04-29T00:53:21.406Z Downloaded nu-ansi-term v0.50.3
9272026-04-29T00:53:21.406Z Downloaded flate2 v1.1.9
9282026-04-29T00:53:21.409Z Downloaded rand_chacha v0.3.1
9292026-04-29T00:53:21.411Z Downloaded expectorate v1.2.0
9302026-04-29T00:53:21.411Z Downloaded dropshot-api-manager v0.7.1
9312026-04-29T00:53:21.416Z Downloaded derive_more-impl v2.1.1
9322026-04-29T00:53:21.419Z Downloaded psl-types v2.0.11
9332026-04-29T00:53:21.419Z Downloaded darling_core v0.23.0
9342026-04-29T00:53:21.422Z Downloaded ar_archive_writer v0.5.1
9352026-04-29T00:53:21.425Z Downloaded progenitor v0.10.0
9362026-04-29T00:53:21.426Z Downloaded polyval v0.6.2
9372026-04-29T00:53:21.426Z Downloaded indicatif v0.18.4
9382026-04-29T00:53:21.429Z Downloaded pin-project-lite v0.2.17
9392026-04-29T00:53:21.431Z Downloaded predicates v3.1.4
9402026-04-29T00:53:21.437Z Downloaded password-hash v0.5.0
9412026-04-29T00:53:21.437Z Downloaded ppv-lite86 v0.2.21
9422026-04-29T00:53:21.437Z Downloaded pkg-config v0.3.32
9432026-04-29T00:53:21.437Z Downloaded radium v0.7.0
9442026-04-29T00:53:21.437Z Downloaded pkcs8 v0.10.2
9452026-04-29T00:53:21.440Z Downloaded progenitor-extras v0.2.0
9462026-04-29T00:53:21.440Z Downloaded rfc6979 v0.4.0
9472026-04-29T00:53:21.440Z Downloaded rtoolbox v0.0.3
9482026-04-29T00:53:21.446Z Downloaded progenitor-client v0.13.0
9492026-04-29T00:53:21.446Z Downloaded rand_xorshift v0.4.0
9502026-04-29T00:53:21.446Z Downloaded oxide-tokio-rt v0.1.4
9512026-04-29T00:53:21.446Z Downloaded pin-project-internal v1.1.11
9522026-04-29T00:53:21.446Z Downloaded parking_lot v0.12.5
9532026-04-29T00:53:21.449Z Downloaded phf v0.12.1
9542026-04-29T00:53:21.449Z Downloaded miniz_oxide v0.8.9
9552026-04-29T00:53:21.452Z Downloaded progenitor v0.13.0
9562026-04-29T00:53:21.455Z Downloaded primeorder v0.13.6
9572026-04-29T00:53:21.460Z Downloaded ref-cast v1.0.25
9582026-04-29T00:53:21.463Z Downloaded recursive-proc-macro-impl v0.1.1
9592026-04-29T00:53:21.463Z Downloaded recursive v0.1.1
9602026-04-29T00:53:21.466Z Downloaded pkcs1 v0.7.5
9612026-04-29T00:53:21.470Z Downloaded diesel_derives v2.3.7
9622026-04-29T00:53:21.473Z Downloaded progenitor v0.11.2
9632026-04-29T00:53:21.476Z Downloaded rustc_version v0.1.7
9642026-04-29T00:53:21.479Z Downloaded rustc_version v0.4.1
9652026-04-29T00:53:21.482Z Downloaded rustc-hash v2.1.1
9662026-04-29T00:53:21.485Z Downloaded rand_core v0.6.4
9672026-04-29T00:53:21.485Z Downloaded russh-cryptovec v0.7.3
9682026-04-29T00:53:21.485Z Downloaded rand_core v0.9.5
9692026-04-29T00:53:21.485Z Downloaded postgres-protocol v0.6.10
9702026-04-29T00:53:21.488Z Downloaded pkcs5 v0.7.1
9712026-04-29T00:53:21.492Z Downloaded postgres-types v0.2.12
9722026-04-29T00:53:21.492Z Downloaded ref-cast-impl v1.0.25
9732026-04-29T00:53:21.497Z Downloaded progenitor v0.14.0
9742026-04-29T00:53:21.500Z Downloaded oso v0.27.3
9752026-04-29T00:53:21.500Z Downloaded r2d2 v0.8.10
9762026-04-29T00:53:21.504Z Downloaded crossterm v0.28.1
9772026-04-29T00:53:21.507Z Downloaded psm v0.1.30
9782026-04-29T00:53:21.507Z Downloaded salsa20 v0.10.2
9792026-04-29T00:53:21.508Z Downloaded postcard v1.1.3
9802026-04-29T00:53:21.511Z Downloaded scopeguard v1.2.0
9812026-04-29T00:53:21.511Z Downloaded same-file v1.0.6
9822026-04-29T00:53:21.511Z Downloaded papergrid v0.17.0
9832026-04-29T00:53:21.514Z Downloaded rand_chacha v0.9.0
9842026-04-29T00:53:21.522Z Downloaded aes v0.8.4
9852026-04-29T00:53:21.522Z Downloaded scheduled-thread-pool v0.2.7
9862026-04-29T00:53:21.523Z Downloaded resolv-conf v0.7.6
9872026-04-29T00:53:21.526Z Downloaded multer v3.1.0
9882026-04-29T00:53:21.526Z Downloaded scrypt v0.11.0
9892026-04-29T00:53:21.526Z Downloaded sapling-renderdag v0.1.0
9902026-04-29T00:53:21.526Z Downloaded p256 v0.13.2
9912026-04-29T00:53:21.530Z Downloaded scroll_derive v0.13.1
9922026-04-29T00:53:21.530Z Downloaded hashbrown v0.13.2
9932026-04-29T00:53:21.534Z Downloaded hickory-resolver v0.25.2
9942026-04-29T00:53:21.542Z Downloaded secrecy v0.8.0
9952026-04-29T00:53:21.548Z Downloaded serde_bytes v0.11.19
9962026-04-29T00:53:21.548Z Downloaded proc-macro-error2 v2.0.1
9972026-04-29T00:53:21.548Z Downloaded serde-big-array v0.5.1
9982026-04-29T00:53:21.548Z Downloaded seq-macro v0.3.6
9992026-04-29T00:53:21.548Z Downloaded quinn-udp v0.5.14
10002026-04-29T00:53:21.553Z Downloaded semver v0.1.20
10012026-04-29T00:53:21.553Z Downloaded rand_seeder v0.4.0
10022026-04-29T00:53:21.553Z Downloaded secrecy v0.10.3
10032026-04-29T00:53:21.553Z Downloaded rand_core v0.10.0
10042026-04-29T00:53:21.561Z Downloaded serde_spanned v1.0.4
10052026-04-29T00:53:21.561Z Downloaded serde_plain v1.0.2
10062026-04-29T00:53:21.561Z Downloaded serde_repr v0.1.20
10072026-04-29T00:53:21.565Z Downloaded rustls-native-certs v0.8.3
10082026-04-29T00:53:21.568Z Downloaded openssl-sys v0.9.111
10092026-04-29T00:53:21.570Z Downloaded sha1 v0.10.6
10102026-04-29T00:53:21.627Z Downloaded shell-words v1.1.1
10112026-04-29T00:53:21.627Z Downloaded jiff-static v0.2.21
10122026-04-29T00:53:21.627Z Downloaded rustls-pemfile v1.0.4
10132026-04-29T00:53:21.628Z Downloaded serde_urlencoded v0.7.1
10142026-04-29T00:53:21.628Z Downloaded signature v2.2.0
10152026-04-29T00:53:21.628Z Downloaded signal-hook-mio v0.2.5
10162026-04-29T00:53:21.628Z Downloaded prefix-trie v0.7.0
10172026-04-29T00:53:21.628Z Downloaded rustversion v1.0.22
10182026-04-29T00:53:21.628Z Downloaded rustls-pemfile v2.2.0
10192026-04-29T00:53:21.628Z Downloaded sigpipe v0.1.3
10202026-04-29T00:53:21.628Z Downloaded siphasher v1.0.2
10212026-04-29T00:53:21.628Z Downloaded pin-project v1.1.11
10222026-04-29T00:53:21.628Z Downloaded slog-bunyan v2.5.0
10232026-04-29T00:53:21.628Z Downloaded slog-envlogger v2.2.0
10242026-04-29T00:53:21.628Z Downloaded schemars_derive v0.8.22
10252026-04-29T00:53:21.628Z Downloaded hashbrown v0.12.3
10262026-04-29T00:53:21.628Z Downloaded sec1 v0.7.3
10272026-04-29T00:53:21.628Z Downloaded hickory-server v0.25.2
10282026-04-29T00:53:21.628Z Downloaded serde-hex v0.1.0
10292026-04-29T00:53:21.628Z Downloaded sct v0.7.1
10302026-04-29T00:53:21.633Z Downloaded crossterm v0.29.0
10312026-04-29T00:53:21.645Z Downloaded ssh-cipher v0.2.0
10322026-04-29T00:53:21.648Z Downloaded ssh-encoding v0.2.0
10332026-04-29T00:53:21.648Z Downloaded serde_derive_internals v0.29.1
10342026-04-29T00:53:21.651Z Downloaded http v1.4.0
10352026-04-29T00:53:21.654Z Downloaded sqlparser_derive v0.5.0
10362026-04-29T00:53:21.654Z Downloaded serde_path_to_error v0.1.20
10372026-04-29T00:53:21.654Z Downloaded rustls-pki-types v1.14.0
10382026-04-29T00:53:21.660Z Downloaded russh-keys v0.45.0
10392026-04-29T00:53:21.674Z Downloaded structmeta v0.3.0
10402026-04-29T00:53:21.674Z Downloaded signal-hook-tokio v0.3.1
10412026-04-29T00:53:21.674Z Downloaded aes-gcm v0.10.3
10422026-04-29T00:53:21.680Z Downloaded signal-hook-registry v1.4.8
10432026-04-29T00:53:21.680Z Downloaded progenitor-impl v0.13.0
10442026-04-29T00:53:21.680Z Downloaded progenitor-impl v0.14.0
10452026-04-29T00:53:21.680Z Downloaded simd-adler32 v0.3.8
10462026-04-29T00:53:21.681Z Downloaded strum v0.26.3
10472026-04-29T00:53:21.681Z Downloaded rusty-fork v0.3.1
10482026-04-29T00:53:21.691Z Downloaded strum v0.27.2
10492026-04-29T00:53:21.691Z Downloaded structmeta-derive v0.3.0
10502026-04-29T00:53:21.691Z Downloaded shlex v1.3.0
10512026-04-29T00:53:21.691Z Downloaded supports-color v3.0.2
10522026-04-29T00:53:21.692Z Downloaded mio v1.2.0
10532026-04-29T00:53:21.700Z Downloaded tabwriter v1.4.1
10542026-04-29T00:53:21.700Z Downloaded tabled_derive v0.11.0
10552026-04-29T00:53:21.700Z Downloaded tap v1.0.1
10562026-04-29T00:53:21.700Z Downloaded tagptr v0.2.0
10572026-04-29T00:53:21.700Z Downloaded progenitor-impl v0.10.0
10582026-04-29T00:53:21.700Z Downloaded sync_wrapper v1.0.2
10592026-04-29T00:53:21.700Z Downloaded sync-ptr v0.1.4
10602026-04-29T00:53:21.700Z Downloaded hashbrown v0.15.5
10612026-04-29T00:53:21.700Z Downloaded slog-stdlog v4.1.1
10622026-04-29T00:53:21.704Z Downloaded slog-async v2.8.0
10632026-04-29T00:53:21.704Z Downloaded slab v0.4.12
10642026-04-29T00:53:21.705Z Downloaded scroll v0.13.0
10652026-04-29T00:53:21.710Z Downloaded smf v0.2.3
10662026-04-29T00:53:21.710Z Downloaded slog-json v2.6.1
10672026-04-29T00:53:21.713Z Downloaded testing_table v0.3.0
10682026-04-29T00:53:21.716Z Downloaded thiserror-impl-no-std v2.0.2
10692026-04-29T00:53:21.716Z Downloaded termtree v0.5.1
10702026-04-29T00:53:21.716Z Downloaded take_mut v0.2.2
10712026-04-29T00:53:21.720Z Downloaded spki v0.7.3
10722026-04-29T00:53:21.720Z Downloaded smallvec v0.6.14
10732026-04-29T00:53:21.726Z Downloaded slog-scope v4.4.1
10742026-04-29T00:53:21.729Z Downloaded sqlformat v0.3.5
10752026-04-29T00:53:21.729Z Downloaded ron v0.8.1
10762026-04-29T00:53:21.732Z Downloaded slog-dtrace v0.3.0
10772026-04-29T00:53:21.736Z Downloaded tinyvec_macros v0.1.1
10782026-04-29T00:53:21.736Z Downloaded thread-id v5.1.0
10792026-04-29T00:53:21.736Z Downloaded string_cache v0.8.9
10802026-04-29T00:53:21.736Z Downloaded static_assertions v1.1.0
10812026-04-29T00:53:21.739Z Downloaded time-core v0.1.8
10822026-04-29T00:53:21.739Z Downloaded minimal-lexical v0.2.1
10832026-04-29T00:53:21.743Z Downloaded serde_with_macros v3.17.0
10842026-04-29T00:53:21.743Z Downloaded serde_cbor v0.11.2
10852026-04-29T00:53:21.747Z Downloaded tokio-macros v2.7.0
10862026-04-29T00:53:21.750Z Downloaded rayon-core v1.13.0
10872026-04-29T00:53:21.753Z Downloaded strum_macros v0.26.4
10882026-04-29T00:53:21.753Z Downloaded strum_macros v0.24.3
10892026-04-29T00:53:21.756Z Downloaded libxml v0.3.3
10902026-04-29T00:53:21.759Z Downloaded subtle v2.6.1
10912026-04-29T00:53:21.759Z Downloaded stringprep v0.1.5
10922026-04-29T00:53:21.762Z Downloaded stacker v0.1.23
10932026-04-29T00:53:21.762Z Downloaded strip-ansi-escapes v0.2.1
10942026-04-29T00:53:21.762Z Downloaded schemars v0.8.22
10952026-04-29T00:53:21.769Z Downloaded rustls-platform-verifier v0.6.2
10962026-04-29T00:53:21.773Z Downloaded ryu v1.0.23
10972026-04-29T00:53:21.773Z Downloaded itertools v0.12.1
10982026-04-29T00:53:21.776Z Downloaded support-bundle-viewer v0.1.2
10992026-04-29T00:53:21.779Z Downloaded strum_macros v0.27.2
11002026-04-29T00:53:21.779Z Downloaded itertools v0.10.5
11012026-04-29T00:53:21.783Z Downloaded snafu-derive v0.8.9
11022026-04-29T00:53:21.786Z Downloaded slog-term v2.9.2
11032026-04-29T00:53:21.786Z Downloaded rcgen v0.12.1
11042026-04-29T00:53:21.786Z Downloaded hashbrown v0.16.1
11052026-04-29T00:53:21.791Z Downloaded progenitor-impl v0.11.2
11062026-04-29T00:53:21.795Z Downloaded prettyplease v0.2.37
11072026-04-29T00:53:21.798Z Downloaded num-bigint v0.4.6
11082026-04-29T00:53:21.804Z Downloaded termios v0.3.3
11092026-04-29T00:53:21.807Z Downloaded rand v0.8.5
11102026-04-29T00:53:21.809Z Downloaded thiserror-no-std v2.0.2
11112026-04-29T00:53:21.812Z Downloaded topological-sort v0.2.2
11122026-04-29T00:53:21.812Z Downloaded itertools v0.13.0
11132026-04-29T00:53:21.815Z Downloaded tiny-keccak v2.0.2
11142026-04-29T00:53:21.818Z Downloaded thread_local v1.1.9
11152026-04-29T00:53:21.818Z Downloaded signal-hook v0.3.18
11162026-04-29T00:53:21.824Z Downloaded hyper-util v0.1.20
11172026-04-29T00:53:21.829Z Downloaded try-lock v0.2.5
11182026-04-29T00:53:21.829Z Downloaded trait-variant v0.1.2
11192026-04-29T00:53:21.829Z Downloaded tower-service v0.3.3
11202026-04-29T00:53:21.829Z Downloaded nom v7.1.3
11212026-04-29T00:53:21.833Z Downloaded tower-layer v0.3.3
11222026-04-29T00:53:21.833Z Downloaded tokio-dtrace v0.1.1
11232026-04-29T00:53:21.833Z Downloaded time-macros v0.2.27
11242026-04-29T00:53:21.836Z Downloaded spin v0.9.8
11252026-04-29T00:53:21.836Z Downloaded schemars v0.9.0
11262026-04-29T00:53:21.841Z Downloaded typify-macro v0.6.2
11272026-04-29T00:53:21.844Z Downloaded tls_codec v0.4.2
11282026-04-29T00:53:21.847Z Downloaded typify-macro v0.4.3
11292026-04-29T00:53:21.847Z Downloaded tls_codec_derive v0.4.2
11302026-04-29T00:53:21.851Z Downloaded serde_yaml v0.9.34+deprecated
11312026-04-29T00:53:21.854Z Downloaded iddqd v0.3.18
11322026-04-29T00:53:21.858Z Downloaded tokio-tungstenite v0.21.0
11332026-04-29T00:53:21.863Z Downloaded tokio-native-tls v0.3.1
11342026-04-29T00:53:21.863Z Downloaded pretty_assertions v1.4.1
11352026-04-29T00:53:21.864Z Downloaded tokio-rustls v0.25.0
11362026-04-29T00:53:21.864Z Downloaded quinn v0.11.9
11372026-04-29T00:53:21.871Z Downloaded rsa v0.9.10
11382026-04-29T00:53:21.878Z Downloaded untrusted v0.9.0
11392026-04-29T00:53:21.878Z Downloaded term v0.7.0
11402026-04-29T00:53:21.878Z Downloaded untrusted v0.7.1
11412026-04-29T00:53:21.878Z Downloaded unit-prefix v0.5.2
11422026-04-29T00:53:21.878Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-04-29T00:53:21.878Z Downloaded universal-hash v0.5.1
11442026-04-29T00:53:21.878Z Downloaded unicode-truncate v1.1.0
11452026-04-29T00:53:21.878Z Downloaded similar v2.7.0
11462026-04-29T00:53:21.882Z Downloaded utf-8 v0.7.6
11472026-04-29T00:53:21.882Z Downloaded aho-corasick v1.1.4
11482026-04-29T00:53:21.884Z Downloaded socket2 v0.5.10
11492026-04-29T00:53:21.890Z Downloaded usdt-attr-macro v0.6.0
11502026-04-29T00:53:21.893Z Downloaded tokio-tungstenite v0.23.1
11512026-04-29T00:53:21.893Z Downloaded usdt-macro v0.6.0
11522026-04-29T00:53:21.893Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11532026-04-29T00:53:21.905Z Downloaded rand v0.9.2
11542026-04-29T00:53:21.916Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-04-29T00:53:21.916Z Downloaded hyper v1.8.1
11562026-04-29T00:53:21.916Z Downloaded tui-tree-widget v0.23.1
11572026-04-29T00:53:21.917Z Downloaded num-bigint-dig v0.8.6
11582026-04-29T00:53:21.923Z Downloaded wait-timeout v0.2.1
11592026-04-29T00:53:21.923Z Downloaded void v1.0.2
11602026-04-29T00:53:21.926Z Downloaded rustls-webpki v0.103.9
11612026-04-29T00:53:21.926Z Downloaded qorb v0.4.1
11622026-04-29T00:53:21.930Z Downloaded blake3 v1.8.3
11632026-04-29T00:53:21.933Z Downloaded unarray v0.1.4
11642026-04-29T00:53:21.937Z Downloaded want v0.3.1
11652026-04-29T00:53:21.937Z Downloaded waitgroup v0.1.2
11662026-04-29T00:53:21.937Z Downloaded xattr v1.6.1
11672026-04-29T00:53:21.942Z Downloaded tokio-stream v0.1.18
11682026-04-29T00:53:21.945Z Downloaded term v1.2.1
11692026-04-29T00:53:21.948Z Downloaded slog v2.8.2
11702026-04-29T00:53:21.951Z Downloaded xshell-macros v0.2.7
11712026-04-29T00:53:21.951Z Downloaded tokio-rustls v0.24.1
11722026-04-29T00:53:21.951Z Downloaded itertools v0.14.0
11732026-04-29T00:53:21.954Z Downloaded unicase v2.9.0
11742026-04-29T00:53:21.959Z Downloaded tokio-rustls v0.26.4
11752026-04-29T00:53:21.962Z Downloaded test-strategy v0.4.5
11762026-04-29T00:53:21.962Z Downloaded iri-string v0.7.10
11772026-04-29T00:53:21.970Z Downloaded hkdf v0.12.4
11782026-04-29T00:53:21.970Z Downloaded usdt v0.6.0
11792026-04-29T00:53:21.975Z Downloaded zone v0.3.1
11802026-04-29T00:53:21.977Z Downloaded vergen-lib v0.1.6
11812026-04-29T00:53:21.978Z Downloaded usdt-impl v0.6.0
11822026-04-29T00:53:21.978Z Downloaded futures-util v0.3.32
11832026-04-29T00:53:21.983Z Downloaded zone_cfg_derive v0.3.1
11842026-04-29T00:53:21.986Z Downloaded zeroize_derive v1.4.3
11852026-04-29T00:53:21.986Z Downloaded russh v0.45.0
11862026-04-29T00:53:21.992Z Downloaded uzers v0.12.2
11872026-04-29T00:53:21.997Z Downloaded tinyvec v1.10.0
11882026-04-29T00:53:22.003Z Downloaded socket2 v0.6.3
11892026-04-29T00:53:22.003Z Downloaded h2 v0.4.13
11902026-04-29T00:53:22.006Z Downloaded vergen-git2 v1.0.7
11912026-04-29T00:53:22.006Z Downloaded whoami v1.6.1
11922026-04-29T00:53:22.006Z Downloaded tracing-attributes v0.1.31
11932026-04-29T00:53:22.008Z Downloaded walkdir v2.5.0
11942026-04-29T00:53:22.013Z Downloaded schemars v1.2.1
11952026-04-29T00:53:22.017Z Downloaded whoami v2.1.0
11962026-04-29T00:53:22.020Z Downloaded vsss-rs v3.3.4
11972026-04-29T00:53:22.020Z Downloaded twox-hash v2.1.2
11982026-04-29T00:53:22.020Z Downloaded subprocess v0.2.15
11992026-04-29T00:53:22.023Z Downloaded publicsuffix v2.3.0
12002026-04-29T00:53:22.023Z Downloaded samael v0.0.19
12012026-04-29T00:53:22.027Z Downloaded unicode-properties v0.1.4
12022026-04-29T00:53:22.030Z Downloaded tar v0.4.45
12032026-04-29T00:53:22.030Z Downloaded p521 v0.13.3
12042026-04-29T00:53:22.033Z Downloaded wyz v0.5.1
12052026-04-29T00:53:22.033Z Downloaded rand v0.10.0
12062026-04-29T00:53:22.036Z Downloaded snafu v0.8.9
12072026-04-29T00:53:22.039Z Downloaded toml v0.9.12+spec-1.1.0
12082026-04-29T00:53:22.042Z Downloaded vergen-gitcl v1.0.8
12092026-04-29T00:53:22.052Z Downloaded zeroize v1.8.2
12102026-04-29T00:53:22.055Z Downloaded zstd v0.13.3
12112026-04-29T00:53:22.059Z Downloaded zstd-safe v7.2.4
12122026-04-29T00:53:22.063Z Downloaded vergen v9.0.6
12132026-04-29T00:53:22.066Z Downloaded toml_parser v1.0.9+spec-1.1.0
12142026-04-29T00:53:22.069Z Downloaded tungstenite v0.21.0
12152026-04-29T00:53:22.073Z Downloaded aws-lc-rs v1.16.0
12162026-04-29T00:53:22.077Z Downloaded tracing-core v0.1.36
12172026-04-29T00:53:22.080Z Downloaded steno v0.4.1
12182026-04-29T00:53:22.087Z Downloaded unicode-bidi v0.3.18
12192026-04-29T00:53:22.087Z Downloaded rustyline v14.0.0
12202026-04-29T00:53:22.101Z Downloaded typify v0.6.2
12212026-04-29T00:53:22.101Z Downloaded yasna v0.5.2
12222026-04-29T00:53:22.101Z Downloaded typify v0.4.3
12232026-04-29T00:53:22.108Z Downloaded zerocopy v0.6.6
12242026-04-29T00:53:22.108Z Downloaded xshell v0.2.7
12252026-04-29T00:53:22.108Z Downloaded toml v1.0.6+spec-1.1.0
12262026-04-29T00:53:22.108Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-04-29T00:53:22.108Z Downloaded rpassword v7.4.0
12282026-04-29T00:53:22.108Z Downloaded bitvec v1.0.1
12292026-04-29T00:53:22.113Z Downloaded toml v0.7.8
12302026-04-29T00:53:22.126Z Downloaded libm v0.2.16
12312026-04-29T00:53:22.134Z Downloaded uuid v1.23.0
12322026-04-29T00:53:22.138Z Downloaded vte v0.14.1
12332026-04-29T00:53:22.138Z Downloaded tungstenite v0.23.0
12342026-04-29T00:53:22.144Z Downloaded tokio-postgres v0.7.16
12352026-04-29T00:53:22.150Z Downloaded git2 v0.20.4
12362026-04-29T00:53:22.158Z Downloaded unsafe-libyaml v0.2.11
12372026-04-29T00:53:22.172Z Downloaded ssh-key v0.6.7
12382026-04-29T00:53:22.186Z Downloaded bindgen v0.71.1
12392026-04-29T00:53:22.192Z Downloaded chrono v0.4.44
12402026-04-29T00:53:22.196Z Downloaded regex v1.12.3
12412026-04-29T00:53:22.211Z Downloaded lalrpop v0.19.12
12422026-04-29T00:53:22.217Z Downloaded unicode_categories v0.1.1
12432026-04-29T00:53:22.217Z Downloaded reqwest v0.12.28
12442026-04-29T00:53:22.217Z Downloaded toml_edit v0.19.15
12452026-04-29T00:53:22.223Z Downloaded zopfli v0.8.3
12462026-04-29T00:53:22.223Z Downloaded zip v0.6.6
12472026-04-29T00:53:22.228Z Downloaded yansi v1.0.1
12482026-04-29T00:53:22.228Z Downloaded reedline v0.40.0
12492026-04-29T00:53:22.231Z Downloaded unicode-segmentation v1.12.0
12502026-04-29T00:53:22.231Z Downloaded portable-atomic v1.13.1
12512026-04-29T00:53:22.234Z Downloaded p384 v0.13.1
12522026-04-29T00:53:22.241Z Downloaded reqwest v0.13.2
12532026-04-29T00:53:22.245Z Downloaded quick-xml v0.37.5
12542026-04-29T00:53:22.249Z Downloaded goblin v0.10.5
12552026-04-29T00:53:22.261Z Downloaded rayon v1.11.0
12562026-04-29T00:53:22.267Z Downloaded rustls-webpki v0.101.7
12572026-04-29T00:53:22.275Z Downloaded tower v0.5.3
12582026-04-29T00:53:22.279Z Downloaded typed-path v0.9.3
12592026-04-29T00:53:22.282Z Downloaded x509-cert v0.2.5
12602026-04-29T00:53:22.285Z Downloaded salty v0.3.0
12612026-04-29T00:53:22.290Z Downloaded moka v0.12.13
12622026-04-29T00:53:22.294Z Downloaded zerocopy-derive v0.8.40
12632026-04-29T00:53:22.315Z Downloaded tokio-util v0.7.18
12642026-04-29T00:53:22.329Z Downloaded zip v4.6.1
12652026-04-29T00:53:22.333Z Downloaded serde_with v3.17.0
12662026-04-29T00:53:22.341Z Downloaded proptest v1.10.0
12672026-04-29T00:53:22.345Z Downloaded tower-http v0.6.8
12682026-04-29T00:53:22.351Z Downloaded tough v0.20.0
12692026-04-29T00:53:22.354Z Downloaded petname v2.0.2
12702026-04-29T00:53:22.360Z Downloaded unicode-normalization v0.1.25
12712026-04-29T00:53:22.367Z Downloaded bstr v1.12.1
12722026-04-29T00:53:22.385Z Downloaded radix_trie v0.2.1
12732026-04-29T00:53:22.390Z Downloaded curve25519-dalek v4.1.3
12742026-04-29T00:53:22.409Z Downloaded nix v0.27.1
12752026-04-29T00:53:22.413Z Downloaded rustls-webpki v0.102.8
12762026-04-29T00:53:22.423Z Downloaded winnow v0.5.40
12772026-04-29T00:53:22.433Z Downloaded polar-core v0.27.3
12782026-04-29T00:53:22.448Z Downloaded object v0.30.4
12792026-04-29T00:53:22.448Z Downloaded openssl v0.10.75
12802026-04-29T00:53:22.454Z Downloaded quinn-proto v0.11.13
12812026-04-29T00:53:22.454Z Downloaded winnow v0.6.26
12822026-04-29T00:53:22.458Z Downloaded dropshot v0.16.7
12832026-04-29T00:53:22.469Z Downloaded tabled v0.20.0
12842026-04-29T00:53:22.483Z Downloaded dropshot v0.17.0
12852026-04-29T00:53:22.495Z Downloaded nix v0.29.0
12862026-04-29T00:53:22.509Z Downloaded rustls v0.21.12
12872026-04-29T00:53:22.513Z Downloaded nix v0.28.0
12882026-04-29T00:53:22.518Z Downloaded time v0.3.47
12892026-04-29T00:53:22.573Z Downloaded nix v0.31.2
12902026-04-29T00:53:22.598Z Downloaded smoltcp v0.9.1
12912026-04-29T00:53:22.598Z Downloaded zlib-rs v0.6.2
12922026-04-29T00:53:22.598Z Downloaded object v0.37.3
12932026-04-29T00:53:22.598Z Downloaded vcpkg v0.2.15
12942026-04-29T00:53:22.598Z Downloaded zerocopy v0.8.40
12952026-04-29T00:53:22.598Z Downloaded regress v0.10.5
12962026-04-29T00:53:22.603Z Downloaded hickory-proto v0.25.2
12972026-04-29T00:53:22.603Z Downloaded smoltcp v0.11.0
12982026-04-29T00:53:22.603Z Downloaded regress v0.11.1
12992026-04-29T00:53:22.603Z Downloaded openapiv3 v2.2.0
13002026-04-29T00:53:22.610Z Downloaded rustls v0.22.4
13012026-04-29T00:53:22.631Z Downloaded hickory-proto v0.24.4
13022026-04-29T00:53:22.638Z Downloaded diesel v2.3.7
13032026-04-29T00:53:22.638Z Downloaded rustix v0.38.44
13042026-04-29T00:53:22.648Z Downloaded webpki-roots v1.0.6
13052026-04-29T00:53:22.654Z Downloaded regex-syntax v0.6.29
13062026-04-29T00:53:22.669Z Downloaded regex-syntax v0.8.10
13072026-04-29T00:53:22.675Z Downloaded rustls v0.23.37
13082026-04-29T00:53:22.675Z Downloaded sqlparser v0.61.0
13092026-04-29T00:53:22.691Z Downloaded typify-impl v0.4.3
13102026-04-29T00:53:22.701Z Downloaded tracing v0.1.44
13112026-04-29T00:53:22.714Z Downloaded typify-impl v0.6.2
13122026-04-29T00:53:22.722Z Downloaded csv v1.4.0
13132026-04-29T00:53:22.734Z Downloaded zerocopy-derive v0.6.6
13142026-04-29T00:53:22.772Z Downloaded sled v0.34.7
13152026-04-29T00:53:22.775Z Downloaded libz-sys v1.1.24
13162026-04-29T00:53:22.790Z Downloaded tokio v1.52.1
13172026-04-29T00:53:22.811Z Downloaded bzip2-sys v0.1.13+1.0.8
13182026-04-29T00:53:22.820Z Downloaded ratatui v0.29.0
13192026-04-29T00:53:22.831Z Downloaded encoding_rs v0.8.35
13202026-04-29T00:53:22.897Z Downloaded regex-automata v0.4.14
13212026-04-29T00:53:22.905Z Downloaded petgraph v0.6.5
13222026-04-29T00:53:22.917Z Downloaded chrono-tz v0.10.4
13232026-04-29T00:53:22.938Z Downloaded jiff v0.2.21
13242026-04-29T00:53:22.966Z Downloaded petgraph v0.8.3
13252026-04-29T00:53:22.991Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-04-29T00:53:23.003Z Downloaded sha3 v0.10.8
13272026-04-29T00:53:23.170Z Downloaded ring v0.17.14
13282026-04-29T00:53:23.219Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-04-29T00:53:23.862Z Downloaded aws-lc-sys v0.37.1
13302026-04-29T00:53:24.106Z Compiling libc v0.2.185
13312026-04-29T00:53:24.106Z Compiling serde v1.0.228
13322026-04-29T00:53:24.117Z Compiling shlex v1.3.0
13332026-04-29T00:53:24.117Z Compiling log v0.4.29
13342026-04-29T00:53:24.117Z Compiling find-msvc-tools v0.1.9
13352026-04-29T00:53:24.117Z Compiling smallvec v1.15.1
13362026-04-29T00:53:24.117Z Compiling typenum v1.19.0
13372026-04-29T00:53:24.117Z Compiling subtle v2.6.1
13382026-04-29T00:53:24.295Z Compiling generic-array v0.14.7
13392026-04-29T00:53:24.298Z Compiling scopeguard v1.2.0
13402026-04-29T00:53:24.310Z Compiling const-oid v0.9.6
13412026-04-29T00:53:24.372Z Compiling portable-atomic v1.13.1
13422026-04-29T00:53:24.387Z Compiling zerocopy v0.8.40
13432026-04-29T00:53:24.403Z Compiling syn v2.0.117
13442026-04-29T00:53:24.421Z Compiling critical-section v1.2.0
13452026-04-29T00:53:24.431Z Compiling serde_json v1.0.149
13462026-04-29T00:53:24.469Z Compiling lock_api v0.4.14
13472026-04-29T00:53:24.480Z Compiling parking_lot_core v0.9.12
13482026-04-29T00:53:24.480Z Compiling pin-project-lite v0.2.17
13492026-04-29T00:53:24.509Z Compiling pkg-config v0.3.32
13502026-04-29T00:53:24.525Z Compiling bitflags v2.11.0
13512026-04-29T00:53:24.572Z Compiling libm v0.2.16
13522026-04-29T00:53:24.622Z Compiling num-traits v0.2.19
13532026-04-29T00:53:24.630Z Compiling futures-core v0.3.32
13542026-04-29T00:53:24.665Z Compiling percent-encoding v2.3.2
13552026-04-29T00:53:24.803Z Compiling futures-sink v0.3.32
13562026-04-29T00:53:24.811Z Compiling cpufeatures v0.2.17
13572026-04-29T00:53:24.872Z Compiling slab v0.4.12
13582026-04-29T00:53:24.893Z Compiling getrandom v0.4.1
13592026-04-29T00:53:24.920Z Compiling futures-channel v0.3.32
13602026-04-29T00:53:24.941Z Compiling futures-task v0.3.32
13612026-04-29T00:53:24.973Z Compiling futures-io v0.3.32
13622026-04-29T00:53:24.990Z Compiling rustversion v1.0.22
13632026-04-29T00:53:25.018Z Compiling getrandom v0.3.4
13642026-04-29T00:53:25.067Z Compiling rand_core v0.10.0
13652026-04-29T00:53:25.099Z Compiling indexmap v2.14.0
13662026-04-29T00:53:25.134Z Compiling form_urlencoded v1.2.2
13672026-04-29T00:53:25.150Z Compiling base64ct v1.8.3
13682026-04-29T00:53:25.150Z Compiling dunce v1.0.5
13692026-04-29T00:53:25.188Z Compiling ident_case v1.0.1
13702026-04-29T00:53:25.203Z Compiling fs_extra v1.3.0
13712026-04-29T00:53:25.261Z Compiling flagset v0.4.7
13722026-04-29T00:53:25.339Z Compiling rustix v1.1.3
13732026-04-29T00:53:25.339Z Compiling iana-time-zone v0.1.65
13742026-04-29T00:53:25.349Z Compiling getrandom v0.2.17
13752026-04-29T00:53:25.353Z Compiling jobserver v0.1.34
13762026-04-29T00:53:25.375Z Compiling errno v0.3.14
13772026-04-29T00:53:25.411Z Compiling mio v1.2.0
13782026-04-29T00:53:25.430Z Compiling socket2 v0.6.3
13792026-04-29T00:53:25.496Z Compiling rand_core v0.6.4
13802026-04-29T00:53:25.509Z Compiling once_cell v1.21.3
13812026-04-29T00:53:25.542Z Compiling signal-hook-registry v1.4.8
13822026-04-29T00:53:25.601Z Compiling cc v1.2.56
13832026-04-29T00:53:25.619Z Compiling parking_lot v0.12.5
13842026-04-29T00:53:25.713Z Compiling pem-rfc7468 v0.7.0
13852026-04-29T00:53:25.803Z Compiling rustc_version v0.4.1
13862026-04-29T00:53:25.818Z Compiling uuid v1.23.0
13872026-04-29T00:53:25.858Z Compiling aws-lc-rs v1.16.0
13882026-04-29T00:53:25.884Z Compiling vcpkg v0.2.15
13892026-04-29T00:53:25.901Z Compiling regex-syntax v0.8.10
13902026-04-29T00:53:25.934Z Compiling tracing-core v0.1.36
13912026-04-29T00:53:26.031Z Compiling httparse v1.10.1
13922026-04-29T00:53:26.059Z Compiling rand_core v0.9.5
13932026-04-29T00:53:26.084Z Compiling openssl-probe v0.2.1
13942026-04-29T00:53:26.178Z Compiling base64 v0.22.1
13952026-04-29T00:53:26.194Z Compiling schemars v0.8.22
13962026-04-29T00:53:26.211Z Compiling untrusted v0.9.0
13972026-04-29T00:53:26.236Z Compiling untrusted v0.7.1
13982026-04-29T00:53:26.296Z Compiling rustls v0.23.37
13992026-04-29T00:53:26.314Z Compiling atomic-waker v1.1.2
14002026-04-29T00:53:26.355Z Compiling tower-layer v0.3.3
14012026-04-29T00:53:26.384Z Compiling cmake v0.1.57
14022026-04-29T00:53:26.390Z Compiling try-lock v0.2.5
14032026-04-29T00:53:26.472Z Compiling dyn-clone v1.0.20
14042026-04-29T00:53:26.489Z Compiling tinyvec_macros v0.1.1
14052026-04-29T00:53:26.502Z Compiling tower-service v0.3.3
14062026-04-29T00:53:26.522Z Compiling want v0.3.1
14072026-04-29T00:53:26.550Z Compiling spin v0.9.8
14082026-04-29T00:53:26.569Z Compiling tinyvec v1.10.0
14092026-04-29T00:53:26.576Z Compiling aho-corasick v1.1.4
14102026-04-29T00:53:26.577Z Compiling powerfmt v0.2.0
14112026-04-29T00:53:26.617Z Compiling openssl v0.10.75
14122026-04-29T00:53:26.617Z Compiling foreign-types-shared v0.1.1
14132026-04-29T00:53:26.652Z Compiling crc32fast v1.5.0
14142026-04-29T00:53:26.672Z Compiling pin-utils v0.1.0
14152026-04-29T00:53:26.697Z Compiling httpdate v1.0.3
14162026-04-29T00:53:26.718Z Compiling time-core v0.1.8
14172026-04-29T00:53:26.738Z Compiling num-conv v0.2.0
14182026-04-29T00:53:26.749Z Compiling deranged v0.5.8
14192026-04-29T00:53:26.775Z Compiling foreign-types v0.3.2
14202026-04-29T00:53:26.809Z Compiling wait-timeout v0.2.1
14212026-04-29T00:53:26.836Z Compiling usdt-impl v0.6.0
14222026-04-29T00:53:26.867Z Compiling crossbeam-utils v0.8.21
14232026-04-29T00:53:26.885Z Compiling quick-error v1.2.3
14242026-04-29T00:53:26.900Z Compiling time-macros v0.2.27
14252026-04-29T00:53:26.900Z Compiling siphasher v1.0.2
14262026-04-29T00:53:26.907Z Compiling bit-vec v0.8.0
14272026-04-29T00:53:26.958Z Compiling syn v1.0.109
14282026-04-29T00:53:27.013Z Compiling tempfile v3.25.0
14292026-04-29T00:53:27.041Z Compiling native-tls v0.2.18
14302026-04-29T00:53:27.057Z Compiling simd-adler32 v0.3.8
14312026-04-29T00:53:27.102Z Compiling num_threads v0.1.7
14322026-04-29T00:53:27.130Z Compiling bit-set v0.8.0
14332026-04-29T00:53:27.194Z Compiling unicode-normalization v0.1.25
14342026-04-29T00:53:27.220Z Compiling slog v2.8.2
14352026-04-29T00:53:27.326Z Compiling rusty-fork v0.3.1
14362026-04-29T00:53:27.334Z Compiling rand_xorshift v0.4.0
14372026-04-29T00:53:27.334Z Compiling heapless v0.7.17
14382026-04-29T00:53:27.334Z Compiling aws-lc-sys v0.37.1
14392026-04-29T00:53:27.334Z Compiling ring v0.17.14
14402026-04-29T00:53:27.334Z Compiling openssl-sys v0.9.111
14412026-04-29T00:53:27.356Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14422026-04-29T00:53:27.417Z Compiling synstructure v0.13.2
14432026-04-29T00:53:27.445Z Compiling serde_derive_internals v0.29.1
14442026-04-29T00:53:27.470Z Compiling pest_generator v2.8.6
14452026-04-29T00:53:27.485Z Compiling darling_core v0.20.11
14462026-04-29T00:53:27.549Z Compiling regex-automata v0.4.14
14472026-04-29T00:53:27.593Z Compiling darling_core v0.21.3
14482026-04-29T00:53:27.686Z Compiling bzip2-sys v0.1.13+1.0.8
14492026-04-29T00:53:27.805Z Compiling thread-id v5.1.0
14502026-04-29T00:53:27.918Z Compiling sync_wrapper v1.0.2
14512026-04-29T00:53:27.997Z Compiling cookie v0.18.1
14522026-04-29T00:53:28.039Z Compiling unarray v0.1.4
14532026-04-29T00:53:28.053Z Compiling zstd-safe v7.2.4
14542026-04-29T00:53:28.104Z Compiling time v0.3.47
14552026-04-29T00:53:28.167Z Compiling signal-hook v0.3.18
14562026-04-29T00:53:28.205Z Compiling unicode-bidi v0.3.18
14572026-04-29T00:53:28.225Z Compiling allocator-api2 v0.2.21
14582026-04-29T00:53:28.276Z Compiling paste v1.0.15
14592026-04-29T00:53:28.389Z Compiling unicode-properties v0.1.4
14602026-04-29T00:53:28.406Z Compiling adler2 v2.0.1
14612026-04-29T00:53:28.406Z Compiling anyhow v1.0.102
14622026-04-29T00:53:28.531Z Compiling miniz_oxide v0.8.9
14632026-04-29T00:53:28.583Z Compiling stringprep v0.1.5
14642026-04-29T00:53:28.774Z Compiling num-integer v0.1.46
14652026-04-29T00:53:28.904Z Compiling vergen-lib v0.1.6
14662026-04-29T00:53:29.093Z Compiling curve25519-dalek v4.1.3
14672026-04-29T00:53:29.101Z Compiling ff v0.13.1
14682026-04-29T00:53:29.114Z Compiling hash32 v0.2.1
14692026-04-29T00:53:29.117Z Compiling memoffset v0.9.1
14702026-04-29T00:53:29.179Z Compiling base16ct v0.2.0
14712026-04-29T00:53:29.212Z Compiling litrs v1.0.0
14722026-04-29T00:53:29.217Z Compiling serde_derive v1.0.228
14732026-04-29T00:53:29.228Z Compiling zeroize_derive v1.4.3
14742026-04-29T00:53:29.333Z Compiling zerofrom-derive v0.1.6
14752026-04-29T00:53:29.350Z Compiling yoke-derive v0.8.1
14762026-04-29T00:53:29.365Z Compiling zerocopy-derive v0.8.40
14772026-04-29T00:53:29.380Z Compiling zerovec-derive v0.11.2
14782026-04-29T00:53:29.397Z Compiling displaydoc v0.2.5
14792026-04-29T00:53:29.732Z Compiling tokio-macros v2.7.0
14802026-04-29T00:53:29.799Z Compiling futures-macro v0.3.32
14812026-04-29T00:53:29.875Z Compiling der_derive v0.7.3
14822026-04-29T00:53:29.956Z Compiling zeroize v1.8.2
14832026-04-29T00:53:30.255Z Compiling thiserror-impl v2.0.18
14842026-04-29T00:53:30.279Z Compiling rustls-pki-types v1.14.0
14852026-04-29T00:53:30.551Z Compiling tracing-attributes v0.1.31
14862026-04-29T00:53:30.641Z Compiling schemars_derive v0.8.22
14872026-04-29T00:53:30.671Z Compiling scroll_derive v0.13.1
14882026-04-29T00:53:30.724Z Compiling futures-util v0.3.32
14892026-04-29T00:53:30.758Z Compiling crypto-common v0.1.7
14902026-04-29T00:53:30.823Z Compiling block-buffer v0.10.4
14912026-04-29T00:53:30.865Z Compiling zerofrom v0.1.6
14922026-04-29T00:53:30.935Z Compiling block-padding v0.3.3
14932026-04-29T00:53:30.958Z Compiling der v0.7.10
14942026-04-29T00:53:30.997Z Compiling yoke v0.8.1
14952026-04-29T00:53:31.032Z Compiling digest v0.10.7
14962026-04-29T00:53:31.180Z Compiling inout v0.1.4
14972026-04-29T00:53:31.202Z Compiling zerovec v0.11.5
14982026-04-29T00:53:31.307Z Compiling zerotrie v0.2.3
14992026-04-29T00:53:31.310Z Compiling hmac v0.12.1
15002026-04-29T00:53:31.485Z Compiling cipher v0.4.4
15012026-04-29T00:53:31.546Z Compiling sha2 v0.10.9
15022026-04-29T00:53:31.639Z Compiling pbkdf2 v0.12.2
15032026-04-29T00:53:31.657Z Compiling thiserror v2.0.18
15042026-04-29T00:53:31.733Z Compiling tinystr v0.8.2
15052026-04-29T00:53:31.774Z Compiling potential_utf v0.1.4
15062026-04-29T00:53:31.778Z Compiling salsa20 v0.10.2
15072026-04-29T00:53:31.804Z Compiling aes v0.8.4
15082026-04-29T00:53:31.870Z Compiling spki v0.7.3
15092026-04-29T00:53:31.950Z Compiling icu_locale_core v2.1.1
15102026-04-29T00:53:31.968Z Compiling icu_collections v2.1.1
15112026-04-29T00:53:31.977Z Compiling scrypt v0.11.0
15122026-04-29T00:53:32.004Z Compiling cbc v0.1.2
15132026-04-29T00:53:32.009Z Compiling tracing v0.1.44
15142026-04-29T00:53:32.097Z Compiling pest_derive v2.8.6
15152026-04-29T00:53:32.163Z Compiling scroll v0.13.0
15162026-04-29T00:53:32.233Z Compiling pkcs5 v0.7.1
15172026-04-29T00:53:32.268Z Compiling darling_macro v0.20.11
15182026-04-29T00:53:32.306Z Compiling openssl-macros v0.1.1
15192026-04-29T00:53:32.465Z Compiling goblin v0.10.5
15202026-04-29T00:53:32.494Z Compiling signature v2.2.0
15212026-04-29T00:53:32.580Z Compiling icu_provider v2.1.1
15222026-04-29T00:53:32.704Z Compiling pkcs8 v0.10.2
15232026-04-29T00:53:32.730Z Compiling dtrace-parser v0.3.0
15242026-04-29T00:53:32.792Z Compiling rustls-native-certs v0.8.3
15252026-04-29T00:53:32.806Z Compiling bytes v1.11.1
15262026-04-29T00:53:32.883Z Compiling icu_properties v2.1.2
15272026-04-29T00:53:32.900Z Compiling icu_normalizer v2.1.1
15282026-04-29T00:53:32.914Z Compiling chrono v0.4.44
15292026-04-29T00:53:32.917Z Compiling ipnet v2.11.0
15302026-04-29T00:53:32.972Z Compiling darling v0.20.11
15312026-04-29T00:53:33.044Z Compiling thiserror-impl v1.0.69
15322026-04-29T00:53:33.069Z Compiling derive_builder_core v0.20.2
15332026-04-29T00:53:33.094Z Compiling scroll_derive v0.12.1
15342026-04-29T00:53:33.177Z Compiling serde_spanned v0.6.9
15352026-04-29T00:53:33.266Z Compiling tokio v1.52.1
15362026-04-29T00:53:33.430Z Compiling http v1.4.0
15372026-04-29T00:53:33.456Z Compiling toml_datetime v0.6.11
15382026-04-29T00:53:33.470Z Compiling erased-serde v0.3.31
15392026-04-29T00:53:33.522Z Compiling serde_tokenstream v0.2.3
15402026-04-29T00:53:33.734Z Compiling idna_adapter v1.2.1
15412026-04-29T00:53:33.784Z Compiling scroll v0.12.0
15422026-04-29T00:53:33.851Z Compiling ppv-lite86 v0.2.21
15432026-04-29T00:53:33.898Z Compiling idna v1.1.0
15442026-04-29T00:53:33.981Z Compiling md-5 v0.10.6
15452026-04-29T00:53:33.992Z Compiling derive_builder_macro v0.20.2
15462026-04-29T00:53:34.050Z Compiling webpki-roots v1.0.6
15472026-04-29T00:53:34.088Z Compiling darling_macro v0.21.3
15482026-04-29T00:53:34.101Z Compiling http-body v1.0.1
15492026-04-29T00:53:34.119Z Compiling zerocopy-derive v0.7.35
15502026-04-29T00:53:34.169Z Compiling rand_chacha v0.9.0
15512026-04-29T00:53:34.169Z Compiling rand_chacha v0.3.1
15522026-04-29T00:53:34.191Z Compiling url v2.5.8
15532026-04-29T00:53:34.254Z Compiling http-body-util v0.1.3
15542026-04-29T00:53:34.348Z Compiling ryu v1.0.23
15552026-04-29T00:53:34.362Z Compiling thiserror v1.0.69
15562026-04-29T00:53:34.380Z Compiling rand v0.9.2
15572026-04-29T00:53:34.483Z Compiling num-bigint-dig v0.8.6
15582026-04-29T00:53:34.499Z Compiling cfg_aliases v0.2.1
15592026-04-29T00:53:34.527Z Compiling psl-types v2.0.11
15602026-04-29T00:53:34.563Z Compiling iri-string v0.7.10
15612026-04-29T00:53:34.580Z Compiling smoltcp v0.9.1
15622026-04-29T00:53:34.596Z Compiling zlib-rs v0.6.2
15632026-04-29T00:53:34.599Z Compiling ref-cast v1.0.25
15642026-04-29T00:53:34.678Z Compiling rustix v0.38.44
15652026-04-29T00:53:34.946Z Compiling fallible-iterator v0.2.0
15662026-04-29T00:53:34.990Z Compiling proptest v1.10.0
15672026-04-29T00:53:35.115Z Compiling zerocopy v0.7.35
15682026-04-29T00:53:35.194Z Compiling dof v0.4.0
15692026-04-29T00:53:35.215Z Compiling publicsuffix v2.3.0
15702026-04-29T00:53:35.246Z Compiling postgres-protocol v0.6.10
15712026-04-29T00:53:35.292Z Compiling darling v0.21.3
15722026-04-29T00:53:35.301Z Compiling nix v0.31.2
15732026-04-29T00:53:35.347Z Compiling derive_builder v0.20.2
15742026-04-29T00:53:35.442Z Compiling serde_urlencoded v0.7.1
15752026-04-29T00:53:35.449Z Compiling rand v0.8.5
15762026-04-29T00:53:35.497Z Compiling goblin v0.8.2
15772026-04-29T00:53:35.654Z Compiling ipnetwork v0.21.1
15782026-04-29T00:53:35.689Z Compiling sec1 v0.7.3
15792026-04-29T00:53:35.703Z Compiling cargo-platform v0.1.9
15802026-04-29T00:53:35.755Z Compiling hubpack_derive v0.1.1
15812026-04-29T00:53:35.825Z Compiling hkdf v0.12.4
15822026-04-29T00:53:35.982Z Compiling oxnet v0.1.4
15832026-04-29T00:53:36.000Z Compiling crypto-bigint v0.5.5
15842026-04-29T00:53:36.013Z Compiling regex v1.12.3
15852026-04-29T00:53:36.077Z Compiling document-features v0.2.12
15862026-04-29T00:53:36.305Z Compiling daft-derive v0.1.5
15872026-04-29T00:53:36.333Z Compiling ref-cast-impl v1.0.25
15882026-04-29T00:53:36.433Z Compiling async-trait v0.1.89
15892026-04-29T00:53:36.455Z Compiling strum_macros v0.27.2
15902026-04-29T00:53:36.476Z Compiling curve25519-dalek-derive v0.1.1
15912026-04-29T00:53:36.560Z Compiling group v0.13.0
15922026-04-29T00:53:36.736Z Compiling num-iter v0.1.45
15932026-04-29T00:53:36.852Z Compiling phf_shared v0.13.1
15942026-04-29T00:53:36.887Z Compiling terminal_size v0.4.3
15952026-04-29T00:53:36.956Z Compiling lazy_static v1.5.0
15962026-04-29T00:53:37.064Z Compiling vergen v9.0.6
15972026-04-29T00:53:37.107Z Compiling fs-err v3.3.0
15982026-04-29T00:53:37.107Z Compiling tokio-util v0.7.18
15992026-04-29T00:53:37.147Z Compiling tower v0.5.3
16002026-04-29T00:53:37.165Z Compiling tokio-native-tls v0.3.1
16012026-04-29T00:53:37.165Z Compiling ahash v0.8.12
16022026-04-29T00:53:37.189Z Compiling object v0.37.3
16032026-04-29T00:53:37.238Z Compiling managed v0.8.0
16042026-04-29T00:53:37.259Z Compiling libbz2-rs-sys v0.2.2
16052026-04-29T00:53:37.352Z Compiling newtype-uuid v1.3.2
16062026-04-29T00:53:37.365Z Compiling foldhash v0.2.0
16072026-04-29T00:53:37.400Z Compiling winnow v0.5.40
16082026-04-29T00:53:37.480Z Compiling flate2 v1.1.9
16092026-04-29T00:53:37.496Z Compiling bumpalo v3.20.2
16102026-04-29T00:53:37.523Z Compiling tower-http v0.6.8
16112026-04-29T00:53:37.608Z Compiling foldhash v0.1.5
16122026-04-29T00:53:37.633Z Compiling unicode-segmentation v1.12.0
16132026-04-29T00:53:37.721Z Compiling bitflags v1.3.2
16142026-04-29T00:53:37.784Z Compiling dof v0.3.0
16152026-04-29T00:53:37.837Z Compiling h2 v0.4.13
16162026-04-29T00:53:37.891Z Compiling hashbrown v0.15.5
16172026-04-29T00:53:37.932Z Compiling zopfli v0.8.3
16182026-04-29T00:53:38.005Z Compiling bzip2 v0.6.1
16192026-04-29T00:53:38.030Z Compiling daft v0.1.5
16202026-04-29T00:53:38.056Z Compiling hashbrown v0.16.1
16212026-04-29T00:53:38.289Z Compiling clap_builder v4.5.60
16222026-04-29T00:53:38.343Z Compiling phf v0.13.1
16232026-04-29T00:53:38.380Z Compiling signal-hook-mio v0.2.5
16242026-04-29T00:53:38.545Z Compiling strum v0.27.2
16252026-04-29T00:53:38.570Z Compiling elliptic-curve v0.13.8
16262026-04-29T00:53:38.651Z Compiling cargo_metadata v0.19.2
16272026-04-29T00:53:38.672Z Compiling usdt-attr-macro v0.6.0
16282026-04-29T00:53:38.692Z Compiling usdt-macro v0.6.0
16292026-04-29T00:53:38.712Z Compiling cookie_store v0.22.1
16302026-04-29T00:53:38.835Z Compiling toml_edit v0.19.15
16312026-04-29T00:53:38.915Z Compiling hubpack v0.1.2
16322026-04-29T00:53:38.942Z Compiling bzip2 v0.4.4
16332026-04-29T00:53:39.032Z Compiling postgres-types v0.2.12
16342026-04-29T00:53:39.158Z Compiling zstd v0.13.3
16352026-04-29T00:53:39.181Z Compiling serde_with_macros v3.17.0
16362026-04-29T00:53:39.197Z Compiling dtrace-parser v0.2.0
16372026-04-29T00:53:39.400Z Compiling ed25519 v2.2.3
16382026-04-29T00:53:39.445Z Compiling pkcs1 v0.7.5
16392026-04-29T00:53:39.485Z Compiling hex v0.4.3
16402026-04-29T00:53:39.530Z Compiling serde-big-array v0.5.1
16412026-04-29T00:53:39.562Z Compiling rfc6979 v0.4.0
16422026-04-29T00:53:39.741Z Compiling bstr v1.12.1
16432026-04-29T00:53:39.759Z Compiling strum_macros v0.26.4
16442026-04-29T00:53:39.807Z Compiling enum-as-inner v0.6.1
16452026-04-29T00:53:39.913Z Compiling clap_derive v4.5.55
16462026-04-29T00:53:40.025Z Compiling serde_repr v0.1.20
16472026-04-29T00:53:40.053Z Compiling phf_shared v0.11.3
16482026-04-29T00:53:40.262Z Compiling float-cmp v0.10.0
16492026-04-29T00:53:40.349Z Compiling thread-id v4.2.2
16502026-04-29T00:53:40.365Z Compiling memmap2 v0.9.10
16512026-04-29T00:53:40.380Z Compiling env_filter v1.0.0
16522026-04-29T00:53:40.410Z Compiling encoding_rs v0.8.35
16532026-04-29T00:53:40.437Z Compiling new_debug_unreachable v1.0.6
16542026-04-29T00:53:40.455Z Compiling keccak v0.1.6
16552026-04-29T00:53:40.460Z Compiling fixedbitset v0.5.7
16562026-04-29T00:53:40.528Z Compiling data-encoding v2.10.0
16572026-04-29T00:53:40.612Z Compiling difflib v0.4.0
16582026-04-29T00:53:40.619Z Compiling fixedbitset v0.4.2
16592026-04-29T00:53:40.719Z Compiling mime v0.3.17
16602026-04-29T00:53:40.805Z Compiling jiff v0.2.21
16612026-04-29T00:53:40.872Z Compiling static_assertions v1.1.0
16622026-04-29T00:53:40.962Z Compiling hyper v1.8.1
16632026-04-29T00:53:41.002Z Compiling either v1.15.0
16642026-04-29T00:53:41.216Z Compiling precomputed-hash v0.1.1
16652026-04-29T00:53:41.242Z Compiling normalize-line-endings v0.3.0
16662026-04-29T00:53:41.263Z Compiling predicates-core v1.0.10
16672026-04-29T00:53:41.300Z Compiling whoami v2.1.0
16682026-04-29T00:53:41.329Z Compiling rustc-hash v2.1.1
16692026-04-29T00:53:41.345Z Compiling string_cache v0.8.9
16702026-04-29T00:53:41.361Z Compiling itertools v0.13.0
16712026-04-29T00:53:41.417Z Compiling predicates v3.1.4
16722026-04-29T00:53:41.468Z Compiling iddqd v0.3.18
16732026-04-29T00:53:41.471Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16742026-04-29T00:53:41.607Z Compiling tokio-postgres v0.7.16
16752026-04-29T00:53:41.637Z Compiling strum v0.26.3
16762026-04-29T00:53:41.640Z Compiling toml_edit v0.22.27
16772026-04-29T00:53:41.713Z Compiling hickory-proto v0.25.2
16782026-04-29T00:53:41.797Z Compiling petgraph v0.6.5
16792026-04-29T00:53:41.823Z Compiling clap v4.5.60
16802026-04-29T00:53:41.932Z Compiling petgraph v0.8.3
16812026-04-29T00:53:41.946Z Compiling sha3 v0.10.8
16822026-04-29T00:53:42.037Z Compiling env_logger v0.11.9
16832026-04-29T00:53:42.123Z Compiling hyper-util v0.1.20
16842026-04-29T00:53:42.439Z Compiling usdt v0.6.0
16852026-04-29T00:53:42.447Z Compiling usdt-impl v0.5.0
16862026-04-29T00:53:42.635Z Compiling serde_with v3.17.0
16872026-04-29T00:53:42.642Z Compiling toml v0.7.8
16882026-04-29T00:53:42.685Z Compiling similar v2.7.0
16892026-04-29T00:53:42.780Z Compiling crossterm v0.28.1
16902026-04-29T00:53:43.039Z Compiling rsa v0.9.10
16912026-04-29T00:53:43.269Z Compiling ecdsa v0.16.9
16922026-04-29T00:53:43.310Z Compiling ed25519-dalek v2.2.0
16932026-04-29T00:53:43.557Z Compiling hyper-tls v0.6.0
16942026-04-29T00:53:43.680Z Compiling zip v4.6.1
16952026-04-29T00:53:43.837Z Compiling zip v0.6.6
16962026-04-29T00:53:44.204Z Compiling heck v0.4.1
16972026-04-29T00:53:44.265Z Compiling tokio-stream v0.1.18
16982026-04-29T00:53:44.270Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-04-29T00:53:44.379Z Compiling buf-list v1.1.2
17002026-04-29T00:53:44.396Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-04-29T00:53:44.402Z Compiling openapiv3 v2.2.0
17022026-04-29T00:53:44.418Z Compiling x509-cert v0.2.5
17032026-04-29T00:53:44.446Z Compiling sha1 v0.10.6
17042026-04-29T00:53:44.478Z Compiling crossbeam-epoch v0.9.18
17052026-04-29T00:53:44.639Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-04-29T00:53:44.656Z Compiling lalrpop-util v0.19.12
17072026-04-29T00:53:44.711Z Compiling peg-runtime v0.8.5
17082026-04-29T00:53:44.724Z Compiling thread_local v1.1.9
17092026-04-29T00:53:44.782Z Compiling slog-async v2.8.0
17102026-04-29T00:53:44.860Z Compiling futures-executor v0.3.32
17112026-04-29T00:53:44.926Z Compiling crossbeam-channel v0.5.15
17122026-04-29T00:53:44.973Z Compiling is-terminal v0.4.17
17132026-04-29T00:53:44.988Z Compiling filetime v0.2.27
17142026-04-29T00:53:45.008Z Compiling take_mut v0.2.2
17152026-04-29T00:53:45.026Z Compiling term v1.2.1
17162026-04-29T00:53:45.085Z Compiling xattr v1.6.1
17172026-04-29T00:53:45.102Z Compiling futures v0.3.32
17182026-04-29T00:53:45.218Z Compiling tar v0.4.45
17192026-04-29T00:53:45.417Z Compiling slog-term v2.9.2
17202026-04-29T00:54:00.480Z Compiling rustls-webpki v0.103.9
17212026-04-29T00:54:03.266Z Compiling tokio-rustls v0.26.4
17222026-04-29T00:54:03.266Z Compiling rustls-platform-verifier v0.6.2
17232026-04-29T00:54:03.458Z Compiling hyper-rustls v0.27.7
17242026-04-29T00:54:03.657Z Compiling reqwest v0.12.28
17252026-04-29T00:54:03.657Z Compiling reqwest v0.13.2
17262026-04-29T00:54:05.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-04-29T00:54:05.909Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-04-29T00:54:08.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.47s
17292026-04-29T00:54:08.886Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-04-29T00:54:08.942ZApr 29 00:54:07.945 INFO Starting download, target: Clickhouse
17312026-04-29T00:54:08.942ZApr 29 00:54:07.946 INFO Starting download, target: Console
17322026-04-29T00:54:08.942ZApr 29 00:54:07.946 INFO Starting download, target: MaghemiteMgd
17332026-04-29T00:54:08.942ZApr 29 00:54:07.946 INFO Starting download, target: Cockroach
17342026-04-29T00:54:08.942ZApr 29 00:54:07.946 INFO Starting download, target: DendriteStub
17352026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Starting download, target: TransceiverControl
17362026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-04-29T00:54:08.954ZApr 29 00:54:07.946 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-04-29T00:54:09.346ZApr 29 00:54:08.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-04-29T00:54:09.567ZApr 29 00:54:08.560 INFO Download complete, target: TransceiverControl
17442026-04-29T00:54:09.961ZApr 29 00:54:08.958 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-04-29T00:54:10.193ZApr 29 00:54:09.189 INFO Download complete, target: Console
17462026-04-29T00:54:10.324ZApr 29 00:54:09.326 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-04-29T00:54:10.645ZApr 29 00:54:09.648 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-04-29T00:54:10.786ZApr 29 00:54:09.785 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-04-29T00:54:11.145ZApr 29 00:54:10.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-04-29T00:54:11.145ZApr 29 00:54:10.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-04-29T00:54:12.658ZApr 29 00:54:11.661 INFO Download complete, target: DendriteStub
17522026-04-29T00:54:13.009ZApr 29 00:54:12.012 INFO Download complete, target: MaghemiteMgd
17532026-04-29T00:54:15.874ZApr 29 00:54:14.877 INFO Checking that binary works, target: Cockroach
17542026-04-29T00:54:15.992ZApr 29 00:54:14.994 INFO Download complete, target: Cockroach
17552026-04-29T00:54:17.636ZApr 29 00:54:16.638 INFO Checking that binary works, target: Clickhouse
17562026-04-29T00:54:17.741ZApr 29 00:54:16.743 INFO Download complete, target: Clickhouse
17572026-04-29T00:54:17.747ZAll prerequisites installed successfully
17582026-04-29T00:54:17.750Z
17592026-04-29T00:54:17.750Zreal 3:01.132710784
17602026-04-29T00:54:17.750Zuser 7:17.489673338
17612026-04-29T00:54:17.750Zsys 1:45.635175430
17622026-04-29T00:54:17.750Ztrap 0.262061887
17632026-04-29T00:54:17.750Ztflt 1.893692195
17642026-04-29T00:54:17.750Zdflt 2.336969908
17652026-04-29T00:54:17.750Zkflt 0.084919209
17662026-04-29T00:54:17.750Zlock 22:35.262496648
17672026-04-29T00:54:17.750Zslp 20:05.366929638
17682026-04-29T00:54:17.750Zlat 25.657633142
17692026-04-29T00:54:17.750Zstop 2:59.595751846
17702026-04-29T00:54:17.750Z+ ptime -m cargo xtask download softnpu
17712026-04-29T00:54:18.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-04-29T00:54:18.299Z Running `target/debug/xtask download softnpu`
17732026-04-29T00:54:19.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17742026-04-29T00:54:19.127Z Running `target/debug/xtask-downloader softnpu`
17752026-04-29T00:54:19.173ZApr 29 00:54:18.175 INFO Starting download, target: Softnpu
17762026-04-29T00:54:19.176ZApr 29 00:54:18.175 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-04-29T00:54:19.695ZApr 29 00:54:18.697 INFO Download complete, target: Softnpu
17782026-04-29T00:54:19.700Z
17792026-04-29T00:54:19.700Zreal 1.944277818
17802026-04-29T00:54:19.700Zuser 1.331960729
17812026-04-29T00:54:19.701Zsys 0.662316506
17822026-04-29T00:54:19.701Ztrap 0.000577330
17832026-04-29T00:54:19.701Ztflt 0.000035312
17842026-04-29T00:54:19.701Zdflt 0.000129292
17852026-04-29T00:54:19.701Zkflt 0.000000000
17862026-04-29T00:54:19.701Zlock 9.298408908
17872026-04-29T00:54:19.701Zslp 0.382789386
17882026-04-29T00:54:19.701Zlat 0.085704883
17892026-04-29T00:54:19.701Zstop 0.000171989
17902026-04-29T00:54:19.701Z+ export CARGO_INCREMENTAL=0
17912026-04-29T00:54:19.701Z+ CARGO_INCREMENTAL=0
17922026-04-29T00:54:19.701Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-04-29T00:54:20.600Z Compiling proc-macro2 v1.0.106
17942026-04-29T00:54:20.600Z Compiling quote v1.0.45
17952026-04-29T00:54:20.604Z Compiling unicode-ident v1.0.24
17962026-04-29T00:54:20.604Z Compiling libc v0.2.185
17972026-04-29T00:54:20.604Z Compiling serde_core v1.0.228
17982026-04-29T00:54:20.604Z Compiling serde v1.0.228
17992026-04-29T00:54:20.604Z Compiling cfg-if v1.0.4
18002026-04-29T00:54:20.744Z Compiling version_check v0.9.5
18012026-04-29T00:54:20.747Z Compiling shlex v1.3.0
18022026-04-29T00:54:20.747Z Compiling find-msvc-tools v0.1.9
18032026-04-29T00:54:20.747Z Compiling typenum v1.19.0
18042026-04-29T00:54:20.747Z Compiling autocfg v1.5.0
18052026-04-29T00:54:20.747Z Compiling zmij v1.0.21
18062026-04-29T00:54:20.747Z Compiling memchr v2.8.0
18072026-04-29T00:54:20.747Z Compiling serde_json v1.0.149
18082026-04-29T00:54:20.914Z Compiling portable-atomic v1.13.1
18092026-04-29T00:54:21.074Z Compiling zerocopy v0.8.40
18102026-04-29T00:54:21.128Z Compiling libm v0.2.16
18112026-04-29T00:54:21.186Z Compiling generic-array v0.14.7
18122026-04-29T00:54:21.194Z Compiling smallvec v1.15.1
18132026-04-29T00:54:21.194Z Compiling parking_lot_core v0.9.12
18142026-04-29T00:54:21.242Z Compiling icu_normalizer_data v2.1.1
18152026-04-29T00:54:21.259Z Compiling icu_properties_data v2.1.2
18162026-04-29T00:54:21.262Z Compiling num-traits v0.2.19
18172026-04-29T00:54:21.325Z Compiling itoa v1.0.17
18182026-04-29T00:54:21.478Z Compiling getrandom v0.4.1
18192026-04-29T00:54:21.500Z Compiling log v0.4.29
18202026-04-29T00:54:21.504Z Compiling stable_deref_trait v1.2.1
18212026-04-29T00:54:21.514Z Compiling pkg-config v0.3.32
18222026-04-29T00:54:21.565Z Compiling subtle v2.6.1
18232026-04-29T00:54:21.731Z Compiling scopeguard v1.2.0
18242026-04-29T00:54:21.786Z Compiling litemap v0.8.1
18252026-04-29T00:54:21.849Z Compiling lock_api v0.4.14
18262026-04-29T00:54:21.882Z Compiling jobserver v0.1.34
18272026-04-29T00:54:21.930Z Compiling getrandom v0.2.17
18282026-04-29T00:54:22.016Z Compiling errno v0.3.14
18292026-04-29T00:54:22.034Z Compiling syn v2.0.117
18302026-04-29T00:54:22.049Z Compiling writeable v0.6.2
18312026-04-29T00:54:22.074Z Compiling rand_core v0.6.4
18322026-04-29T00:54:22.095Z Compiling cc v1.2.56
18332026-04-29T00:54:22.112Z Compiling percent-encoding v2.3.2
18342026-04-29T00:54:22.144Z Compiling thiserror v2.0.18
18352026-04-29T00:54:22.204Z Compiling fnv v1.0.7
18362026-04-29T00:54:22.241Z Compiling pin-project-lite v0.2.17
18372026-04-29T00:54:22.315Z Compiling getrandom v0.3.4
18382026-04-29T00:54:22.434Z Compiling critical-section v1.2.0
18392026-04-29T00:54:22.501Z Compiling rustversion v1.0.22
18402026-04-29T00:54:22.568Z Compiling schemars v0.8.22
18412026-04-29T00:54:22.568Z Compiling equivalent v1.0.2
18422026-04-29T00:54:22.568Z Compiling rand_core v0.10.0
18432026-04-29T00:54:22.599Z Compiling dunce v1.0.5
18442026-04-29T00:54:22.652Z Compiling fs_extra v1.3.0
18452026-04-29T00:54:22.669Z Compiling utf8_iter v1.0.4
18462026-04-29T00:54:22.729Z Compiling form_urlencoded v1.2.2
18472026-04-29T00:54:22.928Z Compiling cmake v0.1.57
18482026-04-29T00:54:22.973Z Compiling once_cell v1.21.3
18492026-04-29T00:54:23.045Z Compiling signal-hook-registry v1.4.8
18502026-04-29T00:54:23.058Z Compiling hashbrown v0.17.0
18512026-04-29T00:54:23.151Z Compiling semver v1.0.28
18522026-04-29T00:54:23.246Z Compiling bitflags v2.11.0
18532026-04-29T00:54:23.286Z Compiling const-oid v0.9.6
18542026-04-29T00:54:23.356Z Compiling parking_lot v0.12.5
18552026-04-29T00:54:23.408Z Compiling socket2 v0.6.3
18562026-04-29T00:54:23.473Z Compiling mio v1.2.0
18572026-04-29T00:54:23.526Z Compiling ring v0.17.14
18582026-04-29T00:54:23.558Z Compiling aws-lc-sys v0.37.1
18592026-04-29T00:54:23.576Z Compiling rustix v1.1.3
18602026-04-29T00:54:23.579Z Compiling aws-lc-rs v1.16.0
18612026-04-29T00:54:23.656Z Compiling indexmap v2.14.0
18622026-04-29T00:54:23.673Z Compiling thiserror v1.0.69
18632026-04-29T00:54:23.698Z Compiling strsim v0.11.1
18642026-04-29T00:54:23.841Z Compiling futures-core v0.3.32
18652026-04-29T00:54:23.916Z Compiling ucd-trie v0.1.7
18662026-04-29T00:54:23.932Z Compiling byteorder v1.5.0
18672026-04-29T00:54:24.021Z Compiling httparse v1.10.1
18682026-04-29T00:54:24.092Z Compiling pest v2.8.6
18692026-04-29T00:54:24.184Z Compiling heck v0.5.0
18702026-04-29T00:54:24.200Z Compiling vcpkg v0.2.15
18712026-04-29T00:54:24.215Z Compiling iana-time-zone v0.1.65
18722026-04-29T00:54:24.257Z Compiling syn v1.0.109
18732026-04-29T00:54:24.264Z Compiling ident_case v1.0.1
18742026-04-29T00:54:24.380Z Compiling uuid v1.23.0
18752026-04-29T00:54:24.402Z Compiling cpufeatures v0.2.17
18762026-04-29T00:54:24.428Z Compiling regex-syntax v0.8.10
18772026-04-29T00:54:24.593Z Compiling rustc_version v0.4.1
18782026-04-29T00:54:24.681Z Compiling rustls v0.23.37
18792026-04-29T00:54:24.769Z Compiling futures-sink v0.3.32
18802026-04-29T00:54:24.798Z Compiling openssl-sys v0.9.111
18812026-04-29T00:54:24.869Z Compiling futures-channel v0.3.32
18822026-04-29T00:54:24.914Z Compiling futures-io v0.3.32
18832026-04-29T00:54:24.925Z Compiling slab v0.4.12
18842026-04-29T00:54:24.926Z Compiling futures-task v0.3.32
18852026-04-29T00:54:24.961Z Compiling synstructure v0.13.2
18862026-04-29T00:54:24.983Z Compiling serde_derive_internals v0.29.1
18872026-04-29T00:54:25.140Z Compiling plain v0.2.3
18882026-04-29T00:54:25.144Z Compiling dyn-clone v1.0.20
18892026-04-29T00:54:25.167Z Compiling pest_meta v2.8.6
18902026-04-29T00:54:25.188Z Compiling crc32fast v1.5.0
18912026-04-29T00:54:25.303Z Compiling aho-corasick v1.1.4
18922026-04-29T00:54:25.338Z Compiling num-conv v0.2.0
18932026-04-29T00:54:25.376Z Compiling time-core v0.1.8
18942026-04-29T00:54:25.475Z Compiling crossbeam-utils v0.8.21
18952026-04-29T00:54:25.584Z Compiling time-macros v0.2.27
18962026-04-29T00:54:25.590Z Compiling base64 v0.22.1
18972026-04-29T00:54:25.690Z Compiling pretty-hex v0.4.1
18982026-04-29T00:54:25.751Z Compiling pest_generator v2.8.6
18992026-04-29T00:54:25.756Z Compiling openssl v0.10.75
19002026-04-29T00:54:25.911Z Compiling anyhow v1.0.102
19012026-04-29T00:54:25.954Z Compiling base64ct v1.8.3
19022026-04-29T00:54:25.972Z Compiling darling_core v0.21.3
19032026-04-29T00:54:26.029Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-04-29T00:54:26.062Z Compiling flagset v0.4.7
19052026-04-29T00:54:26.103Z Compiling native-tls v0.2.18
19062026-04-29T00:54:26.209Z Compiling serde_derive v1.0.228
19072026-04-29T00:54:26.227Z Compiling zeroize_derive v1.4.3
19082026-04-29T00:54:26.245Z Compiling zerofrom-derive v0.1.6
19092026-04-29T00:54:26.266Z Compiling yoke-derive v0.8.1
19102026-04-29T00:54:26.280Z Compiling zerovec-derive v0.11.2
19112026-04-29T00:54:26.299Z Compiling displaydoc v0.2.5
19122026-04-29T00:54:26.344Z Compiling zerocopy-derive v0.8.40
19132026-04-29T00:54:26.519Z Compiling tokio-macros v2.7.0
19142026-04-29T00:54:26.535Z Compiling futures-macro v0.3.32
19152026-04-29T00:54:26.542Z Compiling thiserror-impl v2.0.18
19162026-04-29T00:54:26.542Z Compiling schemars_derive v0.8.22
19172026-04-29T00:54:26.565Z Compiling tracing-attributes v0.1.31
19182026-04-29T00:54:26.718Z Compiling der_derive v0.7.3
19192026-04-29T00:54:26.854Z Compiling zeroize v1.8.2
19202026-04-29T00:54:27.128Z Compiling thiserror-impl v1.0.69
19212026-04-29T00:54:27.240Z Compiling pest_derive v2.8.6
19222026-04-29T00:54:27.258Z Compiling futures-util v0.3.32
19232026-04-29T00:54:27.325Z Compiling regex-automata v0.4.14
19242026-04-29T00:54:27.370Z Compiling zerofrom v0.1.6
19252026-04-29T00:54:27.520Z Compiling yoke v0.8.1
19262026-04-29T00:54:27.630Z Compiling crypto-common v0.1.7
19272026-04-29T00:54:27.712Z Compiling zerovec v0.11.5
19282026-04-29T00:54:27.732Z Compiling zerotrie v0.2.3
19292026-04-29T00:54:27.766Z Compiling block-buffer v0.10.4
19302026-04-29T00:54:27.832Z Compiling block-padding v0.3.3
19312026-04-29T00:54:27.942Z Compiling digest v0.10.7
19322026-04-29T00:54:28.048Z Compiling inout v0.1.4
19332026-04-29T00:54:28.182Z Compiling rustls-pki-types v1.14.0
19342026-04-29T00:54:28.249Z Compiling hmac v0.12.1
19352026-04-29T00:54:28.263Z Compiling cipher v0.4.4
19362026-04-29T00:54:28.266Z Compiling sha2 v0.10.9
19372026-04-29T00:54:28.297Z Compiling tinystr v0.8.2
19382026-04-29T00:54:28.312Z Compiling potential_utf v0.1.4
19392026-04-29T00:54:28.353Z Compiling scroll_derive v0.13.1
19402026-04-29T00:54:28.382Z Compiling scroll_derive v0.12.1
19412026-04-29T00:54:28.517Z Compiling icu_locale_core v2.1.1
19422026-04-29T00:54:28.535Z Compiling icu_collections v2.1.1
19432026-04-29T00:54:28.653Z Compiling openssl-macros v0.1.1
19442026-04-29T00:54:28.803Z Compiling pem-rfc7468 v0.7.0
19452026-04-29T00:54:29.057Z Compiling der v0.7.10
19462026-04-29T00:54:29.096Z Compiling darling_macro v0.21.3
19472026-04-29T00:54:29.225Z Compiling zerocopy-derive v0.7.35
19482026-04-29T00:54:29.278Z Compiling icu_provider v2.1.1
19492026-04-29T00:54:29.294Z Compiling rand_core v0.9.5
19502026-04-29T00:54:29.505Z Compiling bytes v1.11.1
19512026-04-29T00:54:29.568Z Compiling icu_properties v2.1.2
19522026-04-29T00:54:29.599Z Compiling icu_normalizer v2.1.1
19532026-04-29T00:54:29.643Z Compiling chrono v0.4.44
19542026-04-29T00:54:29.936Z Compiling serde_tokenstream v0.2.3
19552026-04-29T00:54:30.013Z Compiling tokio v1.52.1
19562026-04-29T00:54:30.257Z Compiling http v1.4.0
19572026-04-29T00:54:30.431Z Compiling regex v1.12.3
19582026-04-29T00:54:30.460Z Compiling idna_adapter v1.2.1
19592026-04-29T00:54:30.617Z Compiling idna v1.1.0
19602026-04-29T00:54:30.849Z Compiling ppv-lite86 v0.2.21
19612026-04-29T00:54:30.862Z Compiling slog v2.8.2
19622026-04-29T00:54:30.890Z Compiling tracing-core v0.1.36
19632026-04-29T00:54:30.996Z Compiling url v2.5.8
19642026-04-29T00:54:31.096Z Compiling untrusted v0.9.0
19652026-04-29T00:54:31.251Z Compiling spki v0.7.3
19662026-04-29T00:54:31.268Z Compiling tracing v0.1.44
19672026-04-29T00:54:31.381Z Compiling darling v0.21.3
19682026-04-29T00:54:31.471Z Compiling salsa20 v0.10.2
19692026-04-29T00:54:31.486Z Compiling pbkdf2 v0.12.2
19702026-04-29T00:54:31.951Z Compiling cookie v0.18.1
19712026-04-29T00:54:32.078Z Compiling camino v1.2.2
19722026-04-29T00:54:32.223Z Compiling scrypt v0.11.0
19732026-04-29T00:54:32.226Z Compiling rand_chacha v0.9.0
19742026-04-29T00:54:32.254Z Compiling aes v0.8.4
19752026-04-29T00:54:32.387Z Compiling cbc v0.1.2
19762026-04-29T00:54:32.806Z Compiling usdt-impl v0.5.0
19772026-04-29T00:54:32.865Z Compiling ref-cast v1.0.25
19782026-04-29T00:54:32.897Z Compiling paste v1.0.15
19792026-04-29T00:54:32.953Z Compiling either v1.15.0
19802026-04-29T00:54:33.079Z Compiling usdt-impl v0.6.0
19812026-04-29T00:54:33.102Z Compiling winnow v0.7.14
19822026-04-29T00:54:33.274Z Compiling pkcs5 v0.7.1
19832026-04-29T00:54:33.318Z Compiling rand v0.9.2
19842026-04-29T00:54:33.333Z Compiling http-body v1.0.1
19852026-04-29T00:54:33.491Z Compiling serde_spanned v0.6.9
19862026-04-29T00:54:33.511Z Compiling toml_datetime v0.6.11
19872026-04-29T00:54:33.654Z Compiling scroll v0.13.0
19882026-04-29T00:54:33.669Z Compiling scroll v0.12.0
19892026-04-29T00:54:33.728Z Compiling tokio-util v0.7.18
19902026-04-29T00:54:33.776Z Compiling heapless v0.7.17
19912026-04-29T00:54:33.862Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-04-29T00:54:33.914Z Compiling untrusted v0.7.1
19932026-04-29T00:54:33.943Z Compiling atomic-waker v1.1.2
19942026-04-29T00:54:33.960Z Compiling openssl-probe v0.2.1
19952026-04-29T00:54:34.093Z Compiling signal-hook v0.3.18
19962026-04-29T00:54:34.134Z Compiling zstd-safe v7.2.4
19972026-04-29T00:54:34.165Z Compiling goblin v0.8.2
19982026-04-29T00:54:34.298Z Compiling goblin v0.10.5
19992026-04-29T00:54:34.383Z Compiling pkcs8 v0.10.2
20002026-04-29T00:54:34.557Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-04-29T00:54:34.720Z Compiling zerocopy v0.7.35
20022026-04-29T00:54:34.859Z Compiling ref-cast-impl v1.0.25
20032026-04-29T00:54:35.088Z Compiling darling_core v0.20.11
20042026-04-29T00:54:35.108Z Compiling curve25519-dalek v4.1.3
20052026-04-29T00:54:35.204Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-04-29T00:54:35.213Z Compiling memoffset v0.9.1
20072026-04-29T00:54:35.287Z Compiling tower-service v0.3.3
20082026-04-29T00:54:35.381Z Compiling try-lock v0.2.5
20092026-04-29T00:54:35.408Z Compiling litrs v1.0.0
20102026-04-29T00:54:35.575Z Compiling tower-layer v0.3.3
20112026-04-29T00:54:35.599Z Compiling rustix v0.38.44
20122026-04-29T00:54:35.828Z Compiling fastrand v2.3.0
20132026-04-29T00:54:35.870Z Compiling tinyvec_macros v0.1.1
20142026-04-29T00:54:35.882Z Compiling winnow v0.5.40
20152026-04-29T00:54:36.003Z Compiling tinyvec v1.10.0
20162026-04-29T00:54:36.077Z Compiling want v0.3.1
20172026-04-29T00:54:36.117Z Compiling document-features v0.2.12
20182026-04-29T00:54:36.276Z Compiling h2 v0.4.13
20192026-04-29T00:54:36.360Z Compiling dof v0.3.0
20202026-04-29T00:54:36.966Z Compiling dof v0.4.0
20212026-04-29T00:54:37.054Z Compiling darling_macro v0.20.11
20222026-04-29T00:54:37.151Z Compiling dtrace-parser v0.2.0
20232026-04-29T00:54:37.230Z Compiling toml_edit v0.19.15
20242026-04-29T00:54:37.345Z Compiling ipnet v2.11.0
20252026-04-29T00:54:38.391Z Compiling dtrace-parser v0.3.0
20262026-04-29T00:54:38.395Z Compiling async-trait v0.1.89
20272026-04-29T00:54:38.395Z Compiling daft-derive v0.1.5
20282026-04-29T00:54:38.395Z Compiling spin v0.9.8
20292026-04-29T00:54:38.395Z Compiling thread-id v5.1.0
20302026-04-29T00:54:38.395Z Compiling thread-id v4.2.2
20312026-04-29T00:54:38.395Z Compiling foreign-types-shared v0.1.1
20322026-04-29T00:54:38.395Z Compiling httpdate v1.0.3
20332026-04-29T00:54:38.395Z Compiling smoltcp v0.9.1
20342026-04-29T00:54:38.395Z Compiling pin-utils v0.1.0
20352026-04-29T00:54:38.395Z Compiling powerfmt v0.2.0
20362026-04-29T00:54:38.396Z Compiling num-bigint-dig v0.8.6
20372026-04-29T00:54:38.396Z Compiling cfg_aliases v0.2.1
20382026-04-29T00:54:38.396Z Compiling nix v0.31.2
20392026-04-29T00:54:38.512Z Compiling deranged v0.5.8
20402026-04-29T00:54:38.525Z Compiling tempfile v3.25.0
20412026-04-29T00:54:38.525Z Compiling foreign-types v0.3.2
20422026-04-29T00:54:38.628Z Compiling darling v0.20.11
20432026-04-29T00:54:38.795Z Compiling ipnetwork v0.21.1
20442026-04-29T00:54:39.037Z Compiling curve25519-dalek-derive v0.1.1
20452026-04-29T00:54:39.162Z Compiling strum_macros v0.26.4
20462026-04-29T00:54:39.294Z Compiling hyper v1.8.1
20472026-04-29T00:54:39.385Z Compiling wait-timeout v0.2.1
20482026-04-29T00:54:39.530Z Compiling utf8parse v0.2.2
20492026-04-29T00:54:39.559Z Compiling quick-error v1.2.3
20502026-04-29T00:54:39.633Z Compiling num_threads v0.1.7
20512026-04-29T00:54:39.748Z Compiling anstyle v1.0.13
20522026-04-29T00:54:39.838Z Compiling siphasher v1.0.2
20532026-04-29T00:54:39.866Z Compiling simd-adler32 v0.3.8
20542026-04-29T00:54:39.924Z Compiling bit-vec v0.8.0
20552026-04-29T00:54:39.990Z Compiling time v0.3.47
20562026-04-29T00:54:40.118Z Compiling rusty-fork v0.3.1
20572026-04-29T00:54:40.176Z Compiling bit-set v0.8.0
20582026-04-29T00:54:40.277Z Compiling anstyle-parse v0.2.7
20592026-04-29T00:54:40.418Z Compiling hyper-util v0.1.20
20602026-04-29T00:54:40.750Z Compiling derive_builder_core v0.20.2
20612026-04-29T00:54:40.772Z Compiling unicode-normalization v0.1.25
20622026-04-29T00:54:41.254Z Compiling rustls-native-certs v0.8.3
20632026-04-29T00:54:41.565Z Compiling rand_xorshift v0.4.0
20642026-04-29T00:54:41.581Z Compiling signature v2.2.0
20652026-04-29T00:54:41.740Z Compiling hubpack_derive v0.1.1
20662026-04-29T00:54:41.755Z Compiling strum_macros v0.27.2
20672026-04-29T00:54:41.880Z Compiling sync_wrapper v1.0.2
20682026-04-29T00:54:41.917Z Compiling fs-err v3.3.0
20692026-04-29T00:54:42.010Z Compiling ahash v0.8.12
20702026-04-29T00:54:42.092Z Compiling unicode-segmentation v1.12.0
20712026-04-29T00:54:42.139Z Compiling adler2 v2.0.1
20722026-04-29T00:54:42.207Z Compiling object v0.37.3
20732026-04-29T00:54:42.225Z Compiling colorchoice v1.0.4
20742026-04-29T00:54:42.285Z Compiling unarray v0.1.4
20752026-04-29T00:54:42.353Z Compiling unicode-bidi v0.3.18
20762026-04-29T00:54:42.370Z Compiling is_terminal_polyfill v1.70.2
20772026-04-29T00:54:42.441Z Compiling anstyle-query v1.1.5
20782026-04-29T00:54:42.487Z Compiling allocator-api2 v0.2.21
20792026-04-29T00:54:42.506Z Compiling unicode-properties v0.1.4
20802026-04-29T00:54:42.511Z Compiling proptest v1.10.0
20812026-04-29T00:54:42.572Z Compiling anstream v0.6.21
20822026-04-29T00:54:42.737Z Compiling stringprep v0.1.5
20832026-04-29T00:54:42.858Z Compiling miniz_oxide v0.8.9
20842026-04-29T00:54:42.986Z Compiling tower v0.5.3
20852026-04-29T00:54:43.241Z Compiling derive_builder_macro v0.20.2
20862026-04-29T00:54:43.437Z Compiling usdt-macro v0.6.0
20872026-04-29T00:54:43.456Z Compiling usdt-attr-macro v0.6.0
20882026-04-29T00:54:43.856Z Compiling http-body-util v0.1.3
20892026-04-29T00:54:44.148Z Compiling webpki-roots v1.0.6
20902026-04-29T00:54:44.192Z Compiling rand_chacha v0.3.1
20912026-04-29T00:54:44.249Z Compiling erased-serde v0.3.31
20922026-04-29T00:54:44.266Z Compiling md-5 v0.10.6
20932026-04-29T00:54:44.370Z Compiling num-integer v0.1.46
20942026-04-29T00:54:44.426Z Compiling hash32 v0.2.1
20952026-04-29T00:54:44.457Z Compiling vergen-lib v0.1.6
20962026-04-29T00:54:44.524Z Compiling ff v0.13.1
20972026-04-29T00:54:44.571Z Compiling fallible-iterator v0.2.0
20982026-04-29T00:54:44.587Z Compiling ryu v1.0.23
20992026-04-29T00:54:44.605Z Compiling iri-string v0.7.10
21002026-04-29T00:54:44.638Z Compiling base16ct v0.2.0
21012026-04-29T00:54:44.695Z Compiling zlib-rs v0.6.2
21022026-04-29T00:54:44.708Z Compiling psl-types v2.0.11
21032026-04-29T00:54:44.783Z Compiling sec1 v0.7.3
21042026-04-29T00:54:44.818Z Compiling serde_urlencoded v0.7.1
21052026-04-29T00:54:44.834Z Compiling publicsuffix v2.3.0
21062026-04-29T00:54:44.869Z Compiling postgres-protocol v0.6.10
21072026-04-29T00:54:44.904Z Compiling group v0.13.0
21082026-04-29T00:54:44.944Z Compiling num-iter v0.1.45
21092026-04-29T00:54:45.024Z Compiling newtype-uuid v1.3.2
21102026-04-29T00:54:45.148Z Compiling rand v0.8.5
21112026-04-29T00:54:45.377Z Compiling oxnet v0.1.4
21122026-04-29T00:54:45.444Z Compiling derive_builder v0.20.2
21132026-04-29T00:54:45.538Z Compiling tokio-native-tls v0.3.1
21142026-04-29T00:54:45.590Z Compiling heck v0.4.1
21152026-04-29T00:54:45.681Z Compiling phf_shared v0.13.1
21162026-04-29T00:54:45.721Z Compiling tower-http v0.6.8
21172026-04-29T00:54:45.791Z Compiling lazy_static v1.5.0
21182026-04-29T00:54:45.843Z Compiling terminal_size v0.4.3
21192026-04-29T00:54:45.891Z Compiling serde_with_macros v3.17.0
21202026-04-29T00:54:45.907Z Compiling cargo-platform v0.1.9
21212026-04-29T00:54:45.964Z Compiling hkdf v0.12.4
21222026-04-29T00:54:45.969Z Compiling crypto-bigint v0.5.5
21232026-04-29T00:54:46.014Z Compiling serde_repr v0.1.20
21242026-04-29T00:54:46.032Z Compiling enum-as-inner v0.6.1
21252026-04-29T00:54:46.101Z Compiling clap_derive v4.5.55
21262026-04-29T00:54:46.140Z Compiling vergen v9.0.6
21272026-04-29T00:54:46.179Z Compiling libbz2-rs-sys v0.2.2
21282026-04-29T00:54:46.278Z Compiling bitflags v1.3.2
21292026-04-29T00:54:46.353Z Compiling bumpalo v3.20.2
21302026-04-29T00:54:46.472Z Compiling foldhash v0.1.5
21312026-04-29T00:54:46.488Z Compiling clap_lex v1.0.0
21322026-04-29T00:54:46.534Z Compiling managed v0.8.0
21332026-04-29T00:54:46.608Z Compiling foldhash v0.2.0
21342026-04-29T00:54:46.643Z Compiling hashbrown v0.15.5
21352026-04-29T00:54:46.660Z Compiling clap_builder v4.5.60
21362026-04-29T00:54:46.718Z Compiling flate2 v1.1.9
21372026-04-29T00:54:46.772Z Compiling hashbrown v0.16.1
21382026-04-29T00:54:46.811Z Compiling bzip2 v0.6.1
21392026-04-29T00:54:46.837Z Compiling zopfli v0.8.3
21402026-04-29T00:54:46.939Z Compiling elliptic-curve v0.13.8
21412026-04-29T00:54:47.238Z Compiling cargo_metadata v0.19.2
21422026-04-29T00:54:47.519Z Compiling phf v0.13.1
21432026-04-29T00:54:47.570Z Compiling zstd v0.13.3
21442026-04-29T00:54:47.697Z Compiling hyper-tls v0.6.0
21452026-04-29T00:54:47.761Z Compiling daft v0.1.5
21462026-04-29T00:54:47.827Z Compiling signal-hook-mio v0.2.5
21472026-04-29T00:54:47.935Z Compiling cookie_store v0.22.1
21482026-04-29T00:54:47.962Z Compiling postgres-types v0.2.12
21492026-04-29T00:54:48.033Z Compiling bzip2 v0.4.4
21502026-04-29T00:54:48.183Z Compiling strum v0.27.2
21512026-04-29T00:54:48.338Z Compiling hubpack v0.1.2
21522026-04-29T00:54:48.403Z Compiling ed25519 v2.2.3
21532026-04-29T00:54:48.442Z Compiling phf_shared v0.11.3
21542026-04-29T00:54:48.541Z Compiling crossbeam-epoch v0.9.18
21552026-04-29T00:54:48.606Z Compiling pkcs1 v0.7.5
21562026-04-29T00:54:48.723Z Compiling bstr v1.12.1
21572026-04-29T00:54:48.785Z Compiling hex v0.4.3
21582026-04-29T00:54:48.785Z Compiling serde-big-array v0.5.1
21592026-04-29T00:54:48.840Z Compiling rfc6979 v0.4.0
21602026-04-29T00:54:48.935Z Compiling float-cmp v0.10.0
21612026-04-29T00:54:48.956Z Compiling memmap2 v0.9.10
21622026-04-29T00:54:48.990Z Compiling env_filter v1.0.0
21632026-04-29T00:54:49.056Z Compiling encoding_rs v0.8.35
21642026-04-29T00:54:49.091Z Compiling toml_write v0.1.2
21652026-04-29T00:54:49.130Z Compiling mime v0.3.17
21662026-04-29T00:54:49.173Z Compiling predicates-core v1.0.10
21672026-04-29T00:54:49.191Z Compiling fixedbitset v0.5.7
21682026-04-29T00:54:49.232Z Compiling whoami v2.1.0
21692026-04-29T00:54:49.263Z Compiling rustc-hash v2.1.1
21702026-04-29T00:54:49.279Z Compiling normalize-line-endings v0.3.0
21712026-04-29T00:54:49.320Z Compiling difflib v0.4.0
21722026-04-29T00:54:49.336Z Compiling jiff v0.2.21
21732026-04-29T00:54:49.408Z Compiling data-encoding v2.10.0
21742026-04-29T00:54:49.418Z Compiling static_assertions v1.1.0
21752026-04-29T00:54:49.427Z Compiling keccak v0.1.6
21762026-04-29T00:54:49.487Z Compiling fixedbitset v0.4.2
21772026-04-29T00:54:49.503Z Compiling new_debug_unreachable v1.0.6
21782026-04-29T00:54:49.586Z Compiling precomputed-hash v0.1.1
21792026-04-29T00:54:49.604Z Compiling sha3 v0.10.8
21802026-04-29T00:54:49.648Z Compiling petgraph v0.6.5
21812026-04-29T00:54:49.664Z Compiling string_cache v0.8.9
21822026-04-29T00:54:49.692Z Compiling hickory-proto v0.25.2
21832026-04-29T00:54:49.799Z Compiling predicates v3.1.4
21842026-04-29T00:54:49.894Z Compiling tokio-postgres v0.7.16
21852026-04-29T00:54:49.910Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21862026-04-29T00:54:49.915Z Compiling petgraph v0.8.3
21872026-04-29T00:54:50.323Z Compiling iddqd v0.3.18
21882026-04-29T00:54:50.381Z Compiling toml_edit v0.22.27
21892026-04-29T00:54:50.817Z Compiling env_logger v0.11.9
21902026-04-29T00:54:51.112Z Compiling usdt v0.6.0
21912026-04-29T00:54:51.381Z Compiling similar v2.7.0
21922026-04-29T00:54:51.556Z Compiling ecdsa v0.16.9
21932026-04-29T00:54:51.845Z Compiling serde_with v3.17.0
21942026-04-29T00:54:51.964Z Compiling zip v4.6.1
21952026-04-29T00:54:51.983Z Compiling rsa v0.9.10
21962026-04-29T00:54:52.600Z Compiling ed25519-dalek v2.2.0
21972026-04-29T00:54:52.900Z Compiling crossterm v0.28.1
21982026-04-29T00:54:52.973Z Compiling zip v0.6.6
21992026-04-29T00:54:53.026Z Compiling clap v4.5.60
22002026-04-29T00:54:53.314Z Compiling strum v0.26.3
22012026-04-29T00:54:53.432Z Compiling toml v0.7.8
22022026-04-29T00:54:53.463Z Compiling tokio-stream v0.1.18
22032026-04-29T00:54:53.486Z Compiling buf-list v1.1.2
22042026-04-29T00:54:53.537Z Compiling itertools v0.13.0
22052026-04-29T00:54:53.630Z Compiling x509-cert v0.2.5
22062026-04-29T00:54:53.771Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22072026-04-29T00:54:53.954Z Compiling openapiv3 v2.2.0
22082026-04-29T00:54:54.100Z Compiling sha1 v0.10.6
22092026-04-29T00:54:54.382Z Compiling lalrpop-util v0.19.12
22102026-04-29T00:54:54.580Z Compiling peg-runtime v0.8.5
22112026-04-29T00:55:11.032Z Compiling macaddr v1.0.1
22122026-04-29T00:55:11.081Z Compiling structmeta-derive v0.3.0
22132026-04-29T00:55:11.174Z Compiling rayon-core v1.13.0
22142026-04-29T00:55:11.358Z Compiling crucible-workspace-hack v0.1.0
22152026-04-29T00:55:11.376Z Compiling itertools v0.14.0
22162026-04-29T00:55:11.413Z Compiling secrecy v0.10.3
22172026-04-29T00:55:11.584Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-04-29T00:55:11.599Z Compiling heapless v0.8.0
22192026-04-29T00:55:11.864Z Compiling rustls v0.22.4
22202026-04-29T00:55:11.902Z Compiling crossbeam-deque v0.8.6
22212026-04-29T00:55:11.969Z Compiling toml_edit v0.23.10+spec-1.0.0
22222026-04-29T00:55:12.000Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-04-29T00:55:12.076Z Compiling rustls-webpki v0.102.8
22242026-04-29T00:55:12.095Z Compiling futures-executor v0.3.32
22252026-04-29T00:55:12.098Z Compiling hash32 v0.3.1
22262026-04-29T00:55:12.142Z Compiling structmeta v0.3.0
22272026-04-29T00:55:12.145Z Compiling multer v3.1.0
22282026-04-29T00:55:12.163Z Compiling thread_local v1.1.9
22292026-04-29T00:55:12.181Z Compiling slog-async v2.8.0
22302026-04-29T00:55:12.198Z Compiling compression-core v0.4.31
22312026-04-29T00:55:12.310Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-04-29T00:55:12.377Z Compiling smoltcp v0.11.0
22332026-04-29T00:55:12.380Z Compiling unicode-width v0.2.0
22342026-04-29T00:55:12.410Z Compiling match_cfg v0.1.0
22352026-04-29T00:55:12.511Z Compiling hostname v0.3.1
22362026-04-29T00:55:12.571Z Compiling proc-macro-crate v3.4.0
22372026-04-29T00:55:12.588Z Compiling derive-ex v0.1.8
22382026-04-29T00:55:12.647Z Compiling ingot-macros v0.1.1
22392026-04-29T00:55:12.665Z Compiling compression-codecs v0.4.37
22402026-04-29T00:55:12.694Z Compiling futures v0.3.32
22412026-04-29T00:55:12.766Z Compiling rustls-webpki v0.103.9
22422026-04-29T00:55:12.906Z Compiling slog-json v2.6.1
22432026-04-29T00:55:13.016Z Compiling crossbeam-channel v0.5.15
22442026-04-29T00:55:13.056Z Compiling half v2.7.1
22452026-04-29T00:55:13.114Z Compiling newtype-uuid-macros v0.1.0
22462026-04-29T00:55:13.206Z Compiling thiserror-impl-no-std v2.0.2
22472026-04-29T00:55:13.249Z Compiling cobs v0.3.0
22482026-04-29T00:55:13.559Z Compiling universal-hash v0.5.1
22492026-04-29T00:55:13.594Z Compiling async-stream-impl v0.3.6
22502026-04-29T00:55:13.728Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-04-29T00:55:13.744Z Compiling serde_spanned v1.0.4
22522026-04-29T00:55:13.878Z Compiling is-terminal v0.4.17
22532026-04-29T00:55:13.930Z Compiling proc-macro-error-attr v1.0.4
22542026-04-29T00:55:13.947Z Compiling dropshot v0.17.0
22552026-04-29T00:55:14.000Z Compiling term v1.2.1
22562026-04-29T00:55:14.181Z Compiling opaque-debug v0.3.1
22572026-04-29T00:55:14.185Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-04-29T00:55:14.200Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-04-29T00:55:14.200Z Compiling ciborium-io v0.2.2
22602026-04-29T00:55:14.215Z Compiling convert_case v0.4.0
22612026-04-29T00:55:14.275Z Compiling take_mut v0.2.2
22622026-04-29T00:55:14.306Z Compiling thiserror-no-std v2.0.2
22632026-04-29T00:55:14.354Z Compiling ciborium-ll v0.2.2
22642026-04-29T00:55:14.357Z Compiling slog-term v2.9.2
22652026-04-29T00:55:14.442Z Compiling toml v1.0.6+spec-1.1.0
22662026-04-29T00:55:14.489Z Compiling poly1305 v0.8.0
22672026-04-29T00:55:14.573Z Compiling derive_more v0.99.20
22682026-04-29T00:55:14.608Z Compiling async-stream v0.3.6
22692026-04-29T00:55:14.645Z Compiling test-strategy v0.4.5
22702026-04-29T00:55:14.695Z Compiling tokio-rustls v0.25.0
22712026-04-29T00:55:14.933Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-04-29T00:55:14.963Z Compiling postcard v1.1.3
22732026-04-29T00:55:15.293Z Compiling ingot-types v0.1.2
22742026-04-29T00:55:15.360Z Compiling slog-bunyan v2.5.0
22752026-04-29T00:55:15.556Z Compiling num_enum_derive v0.7.5
22762026-04-29T00:55:15.615Z Compiling async-compression v0.4.41
22772026-04-29T00:55:15.701Z Compiling ingot v0.1.1
22782026-04-29T00:55:15.827Z Compiling parse-display-derive v0.10.0
22792026-04-29T00:55:15.956Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22802026-04-29T00:55:16.135Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-04-29T00:55:16.231Z Compiling proc-macro-crate v1.3.1
22822026-04-29T00:55:16.374Z Compiling backon v1.6.0
22832026-04-29T00:55:16.516Z Compiling tokio-rustls v0.26.4
22842026-04-29T00:55:16.596Z Compiling rustls-platform-verifier v0.6.2
22852026-04-29T00:55:16.649Z Compiling waitgroup v0.1.2
22862026-04-29T00:55:16.725Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22872026-04-29T00:55:16.797Z Compiling hyper-rustls v0.27.7
22882026-04-29T00:55:16.815Z Compiling password-hash v0.5.0
22892026-04-29T00:55:16.819Z Compiling dropshot_endpoint v0.17.0
22902026-04-29T00:55:16.849Z Compiling chacha20 v0.9.1
22912026-04-29T00:55:16.852Z Compiling rustls-pemfile v2.2.0
22922026-04-29T00:55:16.941Z Compiling blake2 v0.10.6
22932026-04-29T00:55:17.133Z Compiling reqwest v0.12.28
22942026-04-29T00:55:17.150Z Compiling reqwest v0.13.2
22952026-04-29T00:55:17.179Z Compiling aead v0.5.2
22962026-04-29T00:55:17.313Z Compiling foreign-types-macros v0.2.3
22972026-04-29T00:55:17.400Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-04-29T00:55:17.471Z Compiling serde_path_to_error v0.1.20
22992026-04-29T00:55:17.597Z Compiling hostname v0.4.2
23002026-04-29T00:55:17.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-04-29T00:55:17.812Z Compiling proc-macro-error v1.0.4
23022026-04-29T00:55:17.828Z Compiling instant v0.1.13
23032026-04-29T00:55:17.845Z Compiling typeid v1.0.3
23042026-04-29T00:55:17.913Z Compiling debug-ignore v1.0.5
23052026-04-29T00:55:17.946Z Compiling foreign-types-shared v0.3.1
23062026-04-29T00:55:17.969Z Compiling cpufeatures v0.3.0
23072026-04-29T00:55:18.022Z Compiling backoff v0.4.0
23082026-04-29T00:55:18.085Z Compiling chacha20 v0.10.0
23092026-04-29T00:55:18.106Z Compiling foreign-types v0.5.0
23102026-04-29T00:55:18.110Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-04-29T00:55:18.127Z Compiling chacha20poly1305 v0.10.1
23122026-04-29T00:55:18.178Z Compiling parse-display v0.10.0
23132026-04-29T00:55:18.206Z Compiling argon2 v0.5.3
23142026-04-29T00:55:18.228Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-04-29T00:55:18.241Z Compiling num_enum_derive v0.5.11
23162026-04-29T00:55:18.259Z Compiling num_enum v0.7.5
23172026-04-29T00:55:18.288Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-04-29T00:55:18.416Z Compiling ciborium v0.2.2
23192026-04-29T00:55:18.476Z Compiling vsss-rs v3.3.4
23202026-04-29T00:55:18.567Z Compiling tabwriter v1.4.1
23212026-04-29T00:55:18.726Z Compiling regress v0.10.5
23222026-04-29T00:55:18.958Z Compiling byte-wrapper v0.1.0
23232026-04-29T00:55:19.105Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-04-29T00:55:19.191Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-04-29T00:55:19.254Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-04-29T00:55:19.286Z Compiling cstr-argument v0.1.2
23272026-04-29T00:55:19.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-04-29T00:55:19.635Z Compiling erased-serde v0.4.9
23292026-04-29T00:55:19.727Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-04-29T00:55:19.809Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-04-29T00:55:19.862Z Compiling num_enum v0.5.11
23322026-04-29T00:55:19.908Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-04-29T00:55:19.985Z Compiling rand v0.10.0
23342026-04-29T00:55:20.075Z Compiling rayon v1.11.0
23352026-04-29T00:55:20.160Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23362026-04-29T00:55:20.176Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-04-29T00:55:20.196Z Compiling colored v3.1.1
23382026-04-29T00:55:20.258Z Compiling indent_write v2.2.0
23392026-04-29T00:55:20.284Z Compiling libefi-sys v0.1.0
23402026-04-29T00:55:20.300Z Compiling zone_cfg_derive v0.3.1
23412026-04-29T00:55:20.452Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-04-29T00:55:20.527Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-04-29T00:55:20.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23442026-04-29T00:55:20.590Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-04-29T00:55:20.781Z Compiling camino-tempfile v1.4.1
23462026-04-29T00:55:20.845Z Compiling itertools v0.12.1
23472026-04-29T00:55:20.886Z Compiling usdt-attr-macro v0.5.0
23482026-04-29T00:55:20.927Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-04-29T00:55:20.944Z Compiling usdt-macro v0.5.0
23502026-04-29T00:55:21.034Z Compiling bitfield-struct v0.6.2
23512026-04-29T00:55:21.092Z Compiling num-derive v0.4.2
23522026-04-29T00:55:21.207Z Compiling blake3 v1.8.3
23532026-04-29T00:55:21.353Z Compiling ordered-float v2.10.1
23542026-04-29T00:55:21.599Z Compiling memmap v0.7.0
23552026-04-29T00:55:21.643Z Compiling sigpipe v0.1.3
23562026-04-29T00:55:21.660Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-04-29T00:55:21.674Z Compiling glob v0.3.3
23582026-04-29T00:55:21.710Z Compiling swrite v0.1.0
23592026-04-29T00:55:21.758Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23602026-04-29T00:55:21.840Z Compiling usdt v0.5.0
23612026-04-29T00:55:21.856Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-04-29T00:55:21.907Z Compiling serde-value v0.7.0
23632026-04-29T00:55:21.987Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-04-29T00:55:22.197Z Compiling zone v0.3.1
23652026-04-29T00:55:22.200Z Compiling serde-untagged v0.1.9
23662026-04-29T00:55:22.307Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-04-29T00:55:22.609Z Compiling toml v0.8.23
23682026-04-29T00:55:22.627Z Compiling smf v0.2.3
23692026-04-29T00:55:22.627Z Compiling filetime v0.2.27
23702026-04-29T00:55:22.658Z Compiling constant_time_eq v0.4.2
23712026-04-29T00:55:22.660Z Compiling arrayref v0.3.9
23722026-04-29T00:55:22.698Z Compiling xattr v1.6.1
23732026-04-29T00:55:22.758Z Compiling unicode-xid v0.2.6
23742026-04-29T00:55:22.799Z Compiling same-file v1.0.6
23752026-04-29T00:55:22.872Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-04-29T00:55:22.891Z Compiling arrayvec v0.7.6
23772026-04-29T00:55:22.917Z Compiling whoami v1.6.1
23782026-04-29T00:55:22.919Z Compiling tar v0.4.45
23792026-04-29T00:55:22.970Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-04-29T00:55:22.994Z Compiling walkdir v2.5.0
23812026-04-29T00:55:23.093Z Compiling cargo-util-schemas v0.8.2
23822026-04-29T00:55:23.450Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23832026-04-29T00:55:23.473Z Compiling tokio-dtrace v0.1.1
23842026-04-29T00:55:23.705Z Compiling console v0.16.2
23852026-04-29T00:55:23.721Z Compiling gethostname v0.5.0
23862026-04-29T00:55:23.763Z Compiling cargo-platform v0.2.0
23872026-04-29T00:55:23.806Z Compiling topological-sort v0.2.2
23882026-04-29T00:55:23.829Z Compiling unit-prefix v0.5.2
23892026-04-29T00:55:23.833Z Compiling oxide-tokio-rt v0.1.4
23902026-04-29T00:55:23.892Z Compiling shell-words v1.1.1
23912026-04-29T00:55:24.010Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-04-29T00:55:24.216Z Compiling indicatif v0.18.4
23932026-04-29T00:55:24.328Z Compiling cargo_metadata v0.21.0
23942026-04-29T00:55:33.315Z Compiling progenitor-client v0.14.0
23952026-04-29T00:55:33.361Z Compiling progenitor-client v0.10.0
23962026-04-29T00:55:33.361Z Compiling omicron-zone-package v0.12.2
23972026-04-29T00:55:33.462Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-04-29T00:55:33.490Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-04-29T00:55:33.508Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-04-29T00:55:33.843Z Compiling progenitor-extras v0.2.0
24012026-04-29T00:55:33.857Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-04-29T00:55:33.868Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-04-29T00:55:33.930Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24042026-04-29T00:55:34.081Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-04-29T00:55:34.273Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24062026-04-29T00:55:34.413Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24072026-04-29T00:55:38.642Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-04-29T00:55:45.935Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-04-29T00:55:49.042Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-04-29T00:55:50.028Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-04-29T00:55:59.193Z Finished `release` profile [optimized] target(s) in 1m 39s
24122026-04-29T00:55:59.345Z Running `target/release/omicron-package -t test target create -p dev`
24132026-04-29T00:55:59.408ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-04-29T00:55:59.411ZCreated new build target 'test' and set it as active
24152026-04-29T00:55:59.414Z
24162026-04-29T00:55:59.414Zreal 1:39.698001363
24172026-04-29T00:55:59.414Zuser 16:24.412776513
24182026-04-29T00:55:59.414Zsys 2:35.557592403
24192026-04-29T00:55:59.414Ztrap 0.450723928
24202026-04-29T00:55:59.414Ztflt 2.915136486
24212026-04-29T00:55:59.414Zdflt 3.918508362
24222026-04-29T00:55:59.414Zkflt 0.000466433
24232026-04-29T00:55:59.414Zlock 51:50.211791334
24242026-04-29T00:55:59.414Zslp 41:52.867505550
24252026-04-29T00:55:59.414Zlat 46.852046387
24262026-04-29T00:55:59.414Zstop 5:37.863928891
24272026-04-29T00:55:59.414Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-04-29T00:56:00.287Z Finished `release` profile [optimized] target(s) in 0.86s
24292026-04-29T00:56:00.357Z Running `target/release/omicron-package -t test package`
24302026-04-29T00:56:00.416ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-04-29T00:56:01.829Z Compiling heck v0.5.0
24322026-04-29T00:56:01.829Z Compiling regress v0.11.1
24332026-04-29T00:56:01.914Z Compiling unsafe-libyaml v0.2.11
24342026-04-29T00:56:02.084Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-04-29T00:56:02.105Z Compiling regress v0.10.5
24362026-04-29T00:56:02.133Z Compiling unicode-width v0.1.14
24372026-04-29T00:56:02.137Z Compiling is-terminal v0.4.17
24382026-04-29T00:56:02.174Z Compiling prettyplease v0.2.37
24392026-04-29T00:56:02.174Z Compiling bytecount v0.6.9
24402026-04-29T00:56:02.178Z Compiling rustls v0.22.4
24412026-04-29T00:56:02.178Z Compiling rustls-webpki v0.102.8
24422026-04-29T00:56:02.215Z Compiling derive-where v1.6.0
24432026-04-29T00:56:02.218Z Compiling thread_local v1.1.9
24442026-04-29T00:56:02.238Z Compiling match_cfg v0.1.0
24452026-04-29T00:56:02.241Z Compiling compression-core v0.4.31
24462026-04-29T00:56:02.339Z Compiling multer v3.1.0
24472026-04-29T00:56:02.344Z Compiling slog-async v2.8.0
24482026-04-29T00:56:02.409Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-04-29T00:56:02.431Z Compiling compression-codecs v0.4.37
24502026-04-29T00:56:02.432Z Compiling hostname v0.3.1
24512026-04-29T00:56:02.477Z Compiling crossbeam-channel v0.5.15
24522026-04-29T00:56:02.481Z Compiling slog-json v2.6.1
24532026-04-29T00:56:02.481Z Compiling futures-executor v0.3.32
24542026-04-29T00:56:02.481Z Compiling serde_spanned v1.0.4
24552026-04-29T00:56:02.565Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-04-29T00:56:02.611Z Compiling serde_yaml v0.9.34+deprecated
24572026-04-29T00:56:02.633Z Compiling take_mut v0.2.2
24582026-04-29T00:56:02.722Z Compiling toml_writer v1.0.6+spec-1.1.0
24592026-04-29T00:56:02.745Z Compiling term v1.2.1
24602026-04-29T00:56:02.748Z Compiling futures v0.3.32
24612026-04-29T00:56:02.793Z Compiling slog-bunyan v2.5.0
24622026-04-29T00:56:02.813Z Compiling async-compression v0.4.41
24632026-04-29T00:56:02.919Z Compiling toml v1.0.6+spec-1.1.0
24642026-04-29T00:56:02.971Z Compiling dropshot v0.17.0
24652026-04-29T00:56:02.971Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-04-29T00:56:03.018Z Compiling async-stream v0.3.6
24672026-04-29T00:56:03.059Z Compiling slog-term v2.9.2
24682026-04-29T00:56:03.151Z Compiling num-rational v0.4.2
24692026-04-29T00:56:03.176Z Compiling progenitor-client v0.14.0
24702026-04-29T00:56:03.221Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-04-29T00:56:03.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-04-29T00:56:03.331Z Compiling waitgroup v0.1.2
24732026-04-29T00:56:03.331Z Compiling backon v1.6.0
24742026-04-29T00:56:03.456Z Compiling rustls-pemfile v2.2.0
24752026-04-29T00:56:03.483Z Compiling num-complex v0.4.6
24762026-04-29T00:56:03.504Z Compiling hostname v0.4.2
24772026-04-29T00:56:03.528Z Compiling serde_path_to_error v0.1.20
24782026-04-29T00:56:03.532Z Compiling instant v0.1.13
24792026-04-29T00:56:03.569Z Compiling debug-ignore v1.0.5
24802026-04-29T00:56:03.593Z Compiling typify-impl v0.6.2
24812026-04-29T00:56:03.663Z Compiling progenitor-extras v0.2.0
24822026-04-29T00:56:03.685Z Compiling backoff v0.4.0
24832026-04-29T00:56:03.710Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-04-29T00:56:03.712Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-04-29T00:56:03.920Z Compiling num v0.4.3
24862026-04-29T00:56:03.952Z Compiling parse-display v0.10.0
24872026-04-29T00:56:03.975Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-04-29T00:56:03.978Z Compiling progenitor-client v0.13.0
24892026-04-29T00:56:04.022Z Compiling progenitor-client v0.10.0
24902026-04-29T00:56:04.049Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-04-29T00:56:04.118Z Compiling macaddr v1.0.1
24922026-04-29T00:56:04.155Z Compiling float-ord v0.3.2
24932026-04-29T00:56:04.278Z Compiling console v0.15.11
24942026-04-29T00:56:04.300Z Compiling slog-dtrace v0.3.0
24952026-04-29T00:56:04.398Z Compiling newline-converter v0.3.0
24962026-04-29T00:56:04.513Z Compiling atomicwrites v0.4.4
24972026-04-29T00:56:04.560Z Compiling tokio-rustls v0.25.0
24982026-04-29T00:56:04.581Z Compiling async-recursion v1.1.1
24992026-04-29T00:56:04.585Z Compiling cancel-safe-futures v0.1.5
25002026-04-29T00:56:04.658Z Compiling owo-colors v4.3.0
25012026-04-29T00:56:04.735Z Compiling expectorate v1.2.0
25022026-04-29T00:56:04.837Z Compiling libsw-core v0.3.2
25032026-04-29T00:56:04.878Z Compiling resolv-conf v0.7.6
25042026-04-29T00:56:04.985Z Compiling toml v0.8.23
25052026-04-29T00:56:05.054Z Compiling libsw v3.5.0
25062026-04-29T00:56:05.226Z Compiling linear-map v1.2.0
25072026-04-29T00:56:05.248Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-04-29T00:56:05.312Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-04-29T00:56:05.333Z Compiling linked-hash-map v0.5.6
25102026-04-29T00:56:05.477Z Compiling minimal-lexical v0.2.1
25112026-04-29T00:56:05.526Z Compiling unicode-xid v0.2.6
25122026-04-29T00:56:05.546Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25132026-04-29T00:56:05.585Z Compiling lru-cache v0.1.2
25142026-04-29T00:56:05.588Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-04-29T00:56:05.629Z Compiling globset v0.4.18
25162026-04-29T00:56:05.650Z Compiling hickory-proto v0.24.4
25172026-04-29T00:56:05.681Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-04-29T00:56:05.758Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-04-29T00:56:05.780Z Compiling nom v7.1.3
25202026-04-29T00:56:06.045Z Compiling convert_case v0.10.0
25212026-04-29T00:56:06.358Z Compiling derive_more-impl v2.1.1
25222026-04-29T00:56:06.508Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-04-29T00:56:06.894Z Compiling pin-project-internal v1.1.11
25242026-04-29T00:56:07.090Z Compiling typify-macro v0.6.2
25252026-04-29T00:56:07.126Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262026-04-29T00:56:07.149Z Compiling derive_more v2.1.1
25272026-04-29T00:56:07.257Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-04-29T00:56:07.375Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-04-29T00:56:07.495Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25302026-04-29T00:56:07.652Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25312026-04-29T00:56:07.931Z Compiling pin-project v1.1.11
25322026-04-29T00:56:08.089Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-04-29T00:56:08.308Z Compiling hickory-resolver v0.24.4
25342026-04-29T00:56:08.409Z Compiling papergrid v0.11.0
25352026-04-29T00:56:08.450Z Compiling tabled_derive v0.7.0
25362026-04-29T00:56:08.671Z Compiling typify v0.6.2
25372026-04-29T00:56:08.892Z Compiling progenitor-impl v0.14.0
25382026-04-29T00:56:08.971Z Compiling progenitor-impl v0.13.0
25392026-04-29T00:56:09.514Z Compiling qorb v0.4.1
25402026-04-29T00:56:10.454Z Compiling pem v3.0.6
25412026-04-29T00:56:11.098Z Compiling progenitor-macro v0.14.0
25422026-04-29T00:56:11.175Z Compiling snafu-derive v0.8.9
25432026-04-29T00:56:11.197Z Compiling progenitor-macro v0.13.0
25442026-04-29T00:56:11.529Z Compiling termtree v0.5.1
25452026-04-29T00:56:11.644Z Compiling tabled v0.15.0
25462026-04-29T00:56:11.732Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-04-29T00:56:12.825Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-04-29T00:56:13.665Z Compiling snafu v0.8.9
25492026-04-29T00:56:13.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-04-29T00:56:14.262Z Compiling crossterm v0.29.0
25512026-04-29T00:56:14.284Z Compiling olpc-cjson v0.1.4
25522026-04-29T00:56:14.315Z Compiling phf_shared v0.12.1
25532026-04-29T00:56:14.528Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-04-29T00:56:14.588Z Compiling serde_plain v1.0.2
25552026-04-29T00:56:14.929Z Compiling vte v0.14.1
25562026-04-29T00:56:15.081Z Compiling csv-core v0.1.13
25572026-04-29T00:56:15.191Z Compiling typed-path v0.9.3
25582026-04-29T00:56:15.224Z Compiling progenitor v0.14.0
25592026-04-29T00:56:15.341Z Compiling progenitor v0.13.0
25602026-04-29T00:56:15.526Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-04-29T00:56:15.549Z Compiling chrono-tz v0.10.4
25622026-04-29T00:56:15.769Z Compiling highway v1.3.0
25632026-04-29T00:56:16.091Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25642026-04-29T00:56:16.519Z Compiling tough v0.20.0
25652026-04-29T00:56:16.619Z Compiling csv v1.4.0
25662026-04-29T00:56:16.952Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25672026-04-29T00:56:17.243Z Compiling strip-ansi-escapes v0.2.1
25682026-04-29T00:56:17.265Z Compiling phf v0.12.1
25692026-04-29T00:56:17.470Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-04-29T00:56:17.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-04-29T00:56:17.810Z Compiling const_format_proc_macros v0.2.34
25722026-04-29T00:56:18.099Z Compiling fd-lock v4.0.4
25732026-04-29T00:56:18.120Z Compiling peg-macros v0.8.5
25742026-04-29T00:56:18.371Z Compiling nu-ansi-term v0.50.3
25752026-04-29T00:56:18.606Z Compiling const_format v0.2.35
25762026-04-29T00:56:18.946Z Compiling reedline v0.40.0
25772026-04-29T00:56:19.412Z Compiling peg v0.8.5
25782026-04-29T00:56:19.534Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-04-29T00:56:19.558Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25802026-04-29T00:56:19.821Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25812026-04-29T00:56:20.111Z Compiling bcs v0.1.6
25822026-04-29T00:56:20.337Z Compiling semver v0.1.20
25832026-04-29T00:56:20.552Z Compiling rustc_version v0.1.7
25842026-04-29T00:56:20.672Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-04-29T00:56:20.789Z Compiling newtype_derive v0.1.6
25862026-04-29T00:56:20.937Z Compiling humantime v2.3.0
25872026-04-29T00:56:21.018Z Compiling smawk v0.3.2
25882026-04-29T00:56:21.210Z Compiling unicode-linebreak v0.1.5
25892026-04-29T00:56:21.424Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-04-29T00:56:21.535Z Compiling textwrap v0.16.2
25912026-04-29T00:56:21.581Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-04-29T00:56:21.891Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-04-29T00:56:22.167Z Compiling dropshot-api-manager-types v0.7.1
25942026-04-29T00:56:22.598Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-04-29T00:56:22.774Z Compiling base64 v0.21.7
25962026-04-29T00:56:22.828Z Compiling steno v0.4.1
25972026-04-29T00:56:23.067Z Compiling utf-8 v0.7.6
25982026-04-29T00:56:23.140Z Compiling tagptr v0.2.0
25992026-04-29T00:56:23.309Z Compiling moka v0.12.13
26002026-04-29T00:56:23.326Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-04-29T00:56:23.348Z Compiling tungstenite v0.21.0
26022026-04-29T00:56:23.887Z Compiling radium v0.7.0
26032026-04-29T00:56:23.925Z Compiling maybe-uninit v2.0.0
26042026-04-29T00:56:24.080Z Compiling tokio-tungstenite v0.21.0
26052026-04-29T00:56:24.140Z Compiling tap v1.0.1
26062026-04-29T00:56:24.293Z Compiling wyz v0.5.1
26072026-04-29T00:56:24.320Z Compiling zerocopy-derive v0.6.6
26082026-04-29T00:56:24.477Z Compiling hickory-resolver v0.25.2
26092026-04-29T00:56:24.524Z Compiling funty v2.0.0
26102026-04-29T00:56:24.547Z Compiling display-error-chain v0.2.2
26112026-04-29T00:56:24.579Z Compiling packed_struct v0.10.1
26122026-04-29T00:56:24.727Z Compiling crc-catalog v2.4.0
26132026-04-29T00:56:24.748Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26142026-04-29T00:56:24.878Z Compiling crc v3.4.0
26152026-04-29T00:56:24.908Z Compiling bitvec v1.0.1
26162026-04-29T00:56:25.134Z Compiling zerocopy v0.6.6
26172026-04-29T00:56:25.397Z Compiling packed_struct_codegen v0.10.1
26182026-04-29T00:56:25.466Z Compiling bitfield-macros v0.19.4
26192026-04-29T00:56:25.515Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26202026-04-29T00:56:25.559Z Compiling indexmap v1.9.3
26212026-04-29T00:56:25.797Z Compiling nodrop v0.1.14
26222026-04-29T00:56:25.927Z Compiling array-init v0.0.4
26232026-04-29T00:56:26.213Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26242026-04-29T00:56:26.330Z Compiling bitfield v0.19.4
26252026-04-29T00:56:26.431Z Compiling smallvec v0.6.14
26262026-04-29T00:56:26.434Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26272026-04-29T00:56:26.710Z Compiling num-derive v0.3.3
26282026-04-29T00:56:26.744Z Compiling proc-macro-error-attr2 v2.0.0
26292026-04-29T00:56:27.159Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26302026-04-29T00:56:27.580Z Compiling hashbrown v0.12.3
26312026-04-29T00:56:28.294Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-04-29T00:56:28.719Z Compiling libscf-sys v1.1.0
26332026-04-29T00:56:28.784Z Compiling proc-macro-error2 v2.0.1
26342026-04-29T00:56:28.891Z Compiling serde-hex v0.1.0
26352026-04-29T00:56:29.109Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-04-29T00:56:29.242Z Compiling ron v0.8.1
26372026-04-29T00:56:29.325Z Compiling typify-impl v0.4.3
26382026-04-29T00:56:29.361Z Compiling hashbrown v0.13.2
26392026-04-29T00:56:29.958Z Compiling vergen-gitcl v1.0.8
26402026-04-29T00:56:29.979Z Compiling dirs-sys-next v0.1.2
26412026-04-29T00:56:30.188Z Compiling glob v0.3.3
26422026-04-29T00:56:30.254Z Compiling diesel_derives v2.3.7
26432026-04-29T00:56:30.344Z Compiling maplit v1.0.2
26442026-04-29T00:56:30.468Z Compiling crunchy v0.2.4
26452026-04-29T00:56:30.489Z Compiling crc-any v2.5.0
26462026-04-29T00:56:30.562Z Compiling clang-sys v1.8.1
26472026-04-29T00:56:30.683Z Compiling dirs-next v2.0.0
26482026-04-29T00:56:30.788Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26492026-04-29T00:56:30.843Z Compiling object v0.30.4
26502026-04-29T00:56:30.927Z Compiling tabled_derive v0.11.0
26512026-04-29T00:56:30.958Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26522026-04-29T00:56:30.979Z Compiling papergrid v0.17.0
26532026-04-29T00:56:31.034Z Compiling testing_table v0.3.0
26542026-04-29T00:56:31.472Z Compiling dsl_auto_type v0.2.0
26552026-04-29T00:56:31.494Z Compiling scheduled-thread-pool v0.2.7
26562026-04-29T00:56:31.497Z Compiling diesel_table_macro_syntax v0.3.0
26572026-04-29T00:56:31.614Z Compiling tiny-keccak v2.0.2
26582026-04-29T00:56:31.663Z Compiling path-slash v0.1.5
26592026-04-29T00:56:31.728Z Compiling r2d2 v0.8.10
26602026-04-29T00:56:31.886Z Compiling term v0.7.0
26612026-04-29T00:56:32.018Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-04-29T00:56:32.021Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-04-29T00:56:32.124Z Compiling downcast-rs v2.0.2
26642026-04-29T00:56:32.257Z Compiling tabled v0.20.0
26652026-04-29T00:56:32.280Z Compiling bit-vec v0.6.3
26662026-04-29T00:56:32.406Z Compiling xshell-macros v0.2.7
26672026-04-29T00:56:32.509Z Compiling bit-set v0.5.3
26682026-04-29T00:56:32.601Z Compiling ascii-canvas v3.0.0
26692026-04-29T00:56:32.707Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702026-04-29T00:56:32.764Z Compiling typify-macro v0.4.3
26712026-04-29T00:56:32.803Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26722026-04-29T00:56:32.846Z Compiling xshell v0.2.7
26732026-04-29T00:56:32.877Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26742026-04-29T00:56:33.365Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26752026-04-29T00:56:33.447Z Compiling itertools v0.10.5
26762026-04-29T00:56:33.469Z Compiling ena v0.14.4
26772026-04-29T00:56:33.721Z Compiling libloading v0.8.9
26782026-04-29T00:56:33.960Z Compiling bindgen v0.71.1
26792026-04-29T00:56:34.197Z Compiling diff v0.1.13
26802026-04-29T00:56:34.271Z Compiling unicase v2.9.0
26812026-04-29T00:56:34.325Z Compiling regex-syntax v0.6.29
26822026-04-29T00:56:34.501Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26832026-04-29T00:56:35.634Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-04-29T00:56:35.732Z Compiling lalrpop v0.19.12
26852026-04-29T00:56:36.208Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-04-29T00:56:36.698Z Compiling cexpr v0.6.0
26872026-04-29T00:56:36.767Z Compiling diesel v2.3.7
26882026-04-29T00:56:36.818Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26892026-04-29T00:56:36.921Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-04-29T00:56:36.945Z Compiling crc8 v0.1.1
26912026-04-29T00:56:37.065Z Compiling typify v0.4.3
26922026-04-29T00:56:37.086Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26932026-04-29T00:56:37.086Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26942026-04-29T00:56:37.210Z Compiling headers-core v0.3.0
26952026-04-29T00:56:37.356Z Compiling libxml v0.3.3
26962026-04-29T00:56:37.378Z Compiling headers v0.4.1
26972026-04-29T00:56:37.634Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-04-29T00:56:37.707Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26992026-04-29T00:56:37.730Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27002026-04-29T00:56:37.952Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27012026-04-29T00:56:38.465Z Compiling strum_macros v0.24.3
27022026-04-29T00:56:38.702Z Compiling indoc v1.0.9
27032026-04-29T00:56:38.929Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-04-29T00:56:39.085Z Compiling derive_builder v0.20.2
27052026-04-29T00:56:39.166Z Compiling oso-derive v0.27.3
27062026-04-29T00:56:39.177Z Compiling quick-xml v0.37.5
27072026-04-29T00:56:39.255Z Compiling impl-trait-for-tuples v0.2.3
27082026-04-29T00:56:39.674Z Compiling openssl-probe v0.1.6
27092026-04-29T00:56:39.740Z Compiling half v1.8.3
27102026-04-29T00:56:40.092Z Compiling serde_cbor v0.11.2
27112026-04-29T00:56:40.178Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-04-29T00:56:40.200Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27132026-04-29T00:56:40.502Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-04-29T00:56:40.811Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-04-29T00:56:40.878Z Compiling bb8 v0.8.6
27162026-04-29T00:56:40.902Z Compiling trait-variant v0.1.2
27172026-04-29T00:56:41.083Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27182026-04-29T00:56:41.105Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-04-29T00:56:41.264Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-04-29T00:56:41.448Z Compiling fxhash v0.2.1
27212026-04-29T00:56:41.487Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27222026-04-29T00:56:41.519Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27232026-04-29T00:56:41.654Z Compiling progenitor-impl v0.10.0
27242026-04-29T00:56:41.793Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27252026-04-29T00:56:41.826Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27262026-04-29T00:56:41.851Z Compiling samael v0.0.19
27272026-04-29T00:56:41.874Z Compiling kstat-rs v0.2.4
27282026-04-29T00:56:42.174Z Compiling libz-sys v1.1.24
27292026-04-29T00:56:42.370Z Compiling salty v0.3.0
27302026-04-29T00:56:42.587Z Compiling nonempty v0.12.0
27312026-04-29T00:56:42.785Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-04-29T00:56:43.250Z Compiling progenitor-impl v0.11.2
27332026-04-29T00:56:43.276Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27342026-04-29T00:56:43.280Z Compiling polar-core v0.27.3
27352026-04-29T00:56:43.323Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27362026-04-29T00:56:43.802Z Compiling progenitor-macro v0.10.0
27372026-04-29T00:56:45.096Z Compiling darling_core v0.23.0
27382026-04-29T00:56:45.452Z Compiling nanorand v0.7.0
27392026-04-29T00:56:45.580Z Compiling arc-swap v1.8.2
27402026-04-29T00:56:45.817Z Compiling fs-err v2.11.0
27412026-04-29T00:56:45.956Z Compiling parking_lot_core v0.8.6
27422026-04-29T00:56:46.285Z Compiling mime_guess v2.0.5
27432026-04-29T00:56:46.427Z Compiling slog-scope v4.4.1
27442026-04-29T00:56:46.839Z Compiling flume v0.11.1
27452026-04-29T00:56:46.899Z Compiling progenitor-macro v0.11.2
27462026-04-29T00:56:47.243Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27472026-04-29T00:56:47.278Z Compiling darling_macro v0.23.0
27482026-04-29T00:56:47.744Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27492026-04-29T00:56:47.806Z Compiling progenitor v0.10.0
27502026-04-29T00:56:47.988Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-04-29T00:56:48.568Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-04-29T00:56:48.842Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-04-29T00:56:49.521Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-04-29T00:56:50.925Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27552026-04-29T00:56:51.419Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-04-29T00:56:52.394Z Compiling oso v0.27.3
27572026-04-29T00:56:53.041Z Compiling progenitor-client v0.11.2
27582026-04-29T00:56:55.917Z Compiling async-bb8-diesel v0.2.1
27592026-04-29T00:56:56.185Z Compiling diesel-dtrace v0.5.0
27602026-04-29T00:56:56.381Z Compiling git-stub v1.0.0
27612026-04-29T00:56:56.514Z Compiling libgit2-sys v0.18.3+1.9.2
27622026-04-29T00:56:56.663Z Compiling instability v0.3.11
27632026-04-29T00:56:56.785Z Compiling git-stub-vcs v0.1.0
27642026-04-29T00:56:56.960Z Compiling progenitor v0.11.2
27652026-04-29T00:56:57.142Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27662026-04-29T00:56:57.164Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-04-29T00:56:57.370Z Compiling darling v0.23.0
27682026-04-29T00:56:57.525Z Compiling slog-stdlog v4.1.1
27692026-04-29T00:56:58.363Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27702026-04-29T00:56:58.417Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27712026-04-29T00:56:58.866Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-04-29T00:56:59.573Z Compiling ignore v0.4.25
27732026-04-29T00:56:59.889Z Compiling primeorder v0.13.6
27742026-04-29T00:57:00.209Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-29T00:57:00.432Z Compiling castaway v0.2.4
27762026-04-29T00:57:00.596Z Compiling atty v0.2.14
27772026-04-29T00:57:00.764Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-29T00:57:01.009Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-04-29T00:57:01.197Z Compiling http-range v0.1.5
27802026-04-29T00:57:01.238Z Compiling parse-size v1.1.0
27812026-04-29T00:57:01.462Z Compiling indoc v2.0.7
27822026-04-29T00:57:01.529Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-04-29T00:57:01.677Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-04-29T00:57:01.864Z Compiling compact_str v0.8.1
27852026-04-29T00:57:02.605Z Compiling globwalk v0.9.1
27862026-04-29T00:57:02.983Z Compiling p384 v0.13.1
27872026-04-29T00:57:03.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-29T00:57:03.649Z Compiling parking_lot v0.11.2
27892026-04-29T00:57:04.396Z Compiling slog-envlogger v2.2.0
27902026-04-29T00:57:04.547Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-04-29T00:57:04.571Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-04-29T00:57:04.594Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27932026-04-29T00:57:05.016Z Compiling predicates-tree v1.0.13
27942026-04-29T00:57:05.138Z Compiling unicode-truncate v1.1.0
27952026-04-29T00:57:05.185Z Compiling lru v0.12.5
27962026-04-29T00:57:05.352Z Compiling rand_seeder v0.4.0
27972026-04-29T00:57:05.417Z Compiling prefix-trie v0.7.0
27982026-04-29T00:57:05.491Z Compiling vergen-git2 v1.0.7
27992026-04-29T00:57:05.513Z Compiling cassowary v0.3.0
28002026-04-29T00:57:05.580Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-04-29T00:57:05.612Z Compiling camino-tempfile-ext v0.3.3
28022026-04-29T00:57:05.789Z Compiling ratatui v0.29.0
28032026-04-29T00:57:05.906Z Compiling hickory-server v0.25.2
28042026-04-29T00:57:05.970Z Compiling hyper-staticfile v0.10.1
28052026-04-29T00:57:06.271Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-29T00:57:06.540Z Compiling sled v0.34.7
28072026-04-29T00:57:07.350Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28082026-04-29T00:57:07.495Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28092026-04-29T00:57:07.786Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-04-29T00:57:08.027Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-04-29T00:57:08.647Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28122026-04-29T00:57:09.027Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28132026-04-29T00:57:09.490Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28142026-04-29T00:57:09.616Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28152026-04-29T00:57:09.869Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-04-29T00:57:10.025Z Compiling corncobs v0.1.4
28172026-04-29T00:57:10.275Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28182026-04-29T00:57:10.332Z Compiling rustls v0.21.12
28192026-04-29T00:57:10.543Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28202026-04-29T00:57:10.594Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28212026-04-29T00:57:10.696Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28222026-04-29T00:57:11.034Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28232026-04-29T00:57:11.246Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-04-29T00:57:11.305Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-04-29T00:57:11.569Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-04-29T00:57:11.870Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28272026-04-29T00:57:12.181Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-29T00:57:14.701Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28292026-04-29T00:57:14.725Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28302026-04-29T00:57:14.926Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28312026-04-29T00:57:14.944Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-04-29T00:57:15.157Z Compiling rustls-webpki v0.101.7
28332026-04-29T00:57:15.183Z Compiling sct v0.7.1
28342026-04-29T00:57:15.269Z Compiling nix v0.29.0
28352026-04-29T00:57:15.455Z Compiling secrecy v0.8.0
28362026-04-29T00:57:15.650Z Compiling dropshot v0.16.7
28372026-04-29T00:57:15.672Z Compiling void v1.0.2
28382026-04-29T00:57:15.825Z Compiling lzss v0.8.2
28392026-04-29T00:57:16.388Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28402026-04-29T00:57:16.575Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28412026-04-29T00:57:16.831Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28422026-04-29T00:57:17.928Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-29T00:57:18.113Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-04-29T00:57:18.243Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28452026-04-29T00:57:18.387Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-04-29T00:57:18.646Z Compiling tungstenite v0.23.0
28472026-04-29T00:57:18.846Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28482026-04-29T00:57:18.892Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28492026-04-29T00:57:19.078Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-04-29T00:57:19.125Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-04-29T00:57:19.307Z Compiling toml v0.9.12+spec-1.1.0
28522026-04-29T00:57:19.351Z Compiling nix v0.27.1
28532026-04-29T00:57:19.618Z Compiling dropshot_endpoint v0.16.7
28542026-04-29T00:57:20.337Z Compiling serde_bytes v0.11.19
28552026-04-29T00:57:20.542Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28562026-04-29T00:57:20.662Z Compiling tokio-tungstenite v0.23.1
28572026-04-29T00:57:20.994Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28582026-04-29T00:57:21.102Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-04-29T00:57:21.462Z Compiling tokio-rustls v0.24.1
28602026-04-29T00:57:21.746Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-04-29T00:57:22.209Z Compiling git2 v0.20.4
28622026-04-29T00:57:23.773Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-04-29T00:57:23.929Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-04-29T00:57:25.786Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-04-29T00:57:26.243Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28662026-04-29T00:57:26.346Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-04-29T00:57:26.665Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-04-29T00:57:26.820Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-04-29T00:57:27.862Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-04-29T00:57:28.388Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-04-29T00:57:29.683Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-04-29T00:57:29.708Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-04-29T00:57:30.690Z Compiling rustls-pemfile v1.0.4
28742026-04-29T00:57:31.104Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-04-29T00:57:31.380Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-04-29T00:57:32.416Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-04-29T00:57:34.119Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28782026-04-29T00:57:34.208Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-04-29T00:57:34.351Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-04-29T00:57:34.605Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-04-29T00:57:34.672Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-04-29T00:57:34.907Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-04-29T00:57:34.931Z Compiling signal-hook-tokio v0.3.1
28842026-04-29T00:57:35.108Z Compiling twox-hash v2.1.2
28852026-04-29T00:57:35.132Z Compiling yasna v0.5.2
28862026-04-29T00:57:35.647Z Compiling is_ci v1.2.0
28872026-04-29T00:57:35.716Z Compiling rcgen v0.12.1
28882026-04-29T00:57:35.771Z Compiling supports-color v3.0.2
28892026-04-29T00:57:36.058Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-04-29T00:57:36.115Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-04-29T00:57:36.674Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-04-29T00:57:37.965Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-04-29T00:57:38.094Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28942026-04-29T00:57:38.991Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-04-29T00:57:39.028Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28962026-04-29T00:57:39.562Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-04-29T00:57:40.254Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-04-29T00:57:40.726Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-04-29T00:57:41.058Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-04-29T00:57:41.145Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-04-29T00:57:41.331Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-04-29T00:57:41.375Z Compiling fatfs v0.3.6
29032026-04-29T00:57:41.551Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-04-29T00:57:42.586Z Compiling rtoolbox v0.0.3
29052026-04-29T00:57:42.871Z Compiling subprocess v0.2.15
29062026-04-29T00:57:43.030Z Compiling assert_matches v1.5.0
29072026-04-29T00:57:43.142Z Compiling seq-macro v0.3.6
29082026-04-29T00:57:43.637Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-04-29T00:57:44.230Z Compiling rpassword v7.4.0
29102026-04-29T00:57:44.541Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-04-29T00:57:44.570Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-04-29T00:57:45.054Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-04-29T00:57:45.195Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29142026-04-29T00:57:45.329Z Compiling tui-tree-widget v0.23.1
29152026-04-29T00:57:45.622Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-04-29T00:57:46.170Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-04-29T00:57:46.720Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-04-29T00:57:47.586Z Compiling uzers v0.12.2
29192026-04-29T00:57:47.909Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-04-29T00:57:48.723Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-04-29T00:57:49.397Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-04-29T00:57:50.135Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-04-29T00:57:53.531Z Compiling support-bundle-viewer v0.1.2
29242026-04-29T00:57:55.434Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29252026-04-29T00:57:55.562Z Compiling multimap v0.10.1
29262026-04-29T00:58:02.814Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29272026-04-29T00:58:12.587Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29282026-04-29T00:58:13.941Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29292026-04-29T00:58:14.365Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29302026-04-29T01:03:44.789Z Finished `release` profile [optimized] target(s) in 7m 44s
29312026-04-29T01:04:31.615Z
29322026-04-29T01:04:31.926Zreal 8:32.109888246
29332026-04-29T01:04:31.926Zuser 1:17:51.105019358
29342026-04-29T01:04:31.926Zsys 3:27.434794259
29352026-04-29T01:04:31.926Ztrap 1.743414564
29362026-04-29T01:04:31.926Ztflt 2.213095059
29372026-04-29T01:04:31.927Zdflt 17.199382130
29382026-04-29T01:04:31.927Zkflt 0.003130278
29392026-04-29T01:04:31.927Zlock 6:32:44.944701159
29402026-04-29T01:04:31.927Zslp 2:13:22.255752074
29412026-04-29T01:04:31.927Zlat 2:27.440914903
29422026-04-29T01:04:31.927Zstop 5:23.185665168
29432026-04-29T01:04:31.927Z+ mapfile -t packages
29442026-04-29T01:04:31.927Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29452026-04-29T01:04:32.608Z Finished `release` profile [optimized] target(s) in 0.93s
29462026-04-29T01:04:32.659Z Running `target/release/omicron-package -t test list-outputs`
29472026-04-29T01:04:32.722ZLogging to: /work/oxidecomputer/omicron/out/LOG
29482026-04-29T01:04:32.747Z+ ptime -m cargo build --locked --release -p xtask
29492026-04-29T01:04:33.214Z Compiling libc v0.2.185
29502026-04-29T01:04:33.214Z Compiling serde v1.0.228
29512026-04-29T01:04:33.286Z Compiling serde_core v1.0.228
29522026-04-29T01:04:33.337Z Compiling rustix v1.1.3
29532026-04-29T01:04:33.373Z Compiling bitflags v2.11.0
29542026-04-29T01:04:33.373Z Compiling serde_json v1.0.149
29552026-04-29T01:04:34.578Z Compiling num-traits v0.2.19
29562026-04-29T01:04:34.594Z Compiling syn v2.0.117
29572026-04-29T01:04:34.595Z Compiling smallvec v1.15.1
29582026-04-29T01:04:34.595Z Compiling indexmap v2.14.0
29592026-04-29T01:04:34.595Z Compiling usdt-impl v0.5.0
29602026-04-29T01:04:34.696Z Compiling syn v1.0.109
29612026-04-29T01:04:34.696Z Compiling percent-encoding v2.3.2
29622026-04-29T01:04:34.696Z Compiling getrandom v0.4.1
29632026-04-29T01:04:34.696Z Compiling log v0.4.29
29642026-04-29T01:04:34.696Z Compiling form_urlencoded v1.2.2
29652026-04-29T01:04:34.696Z Compiling fs-err v3.3.0
29662026-04-29T01:04:34.696Z Compiling once_cell v1.21.3
29672026-04-29T01:04:34.697Z Compiling heck v0.4.1
29682026-04-29T01:04:34.697Z Compiling anyhow v1.0.102
29692026-04-29T01:04:34.697Z Compiling errno v0.3.14
29702026-04-29T01:04:34.697Z Compiling thread-id v4.2.2
29712026-04-29T01:04:34.697Z Compiling memmap v0.7.0
29722026-04-29T01:04:34.697Z Compiling ordered-float v2.10.1
29732026-04-29T01:04:35.164Z Compiling proc-macro-error v1.0.4
29742026-04-29T01:04:36.147Z Compiling terminal_size v0.4.3
29752026-04-29T01:04:36.147Z Compiling tempfile v3.25.0
29762026-04-29T01:04:36.147Z Compiling clap_builder v4.5.60
29772026-04-29T01:04:36.147Z Compiling textwrap v0.16.2
29782026-04-29T01:04:36.147Z Compiling tabled_derive v0.7.0
29792026-04-29T01:04:36.357Z Compiling camino-tempfile v1.4.1
29802026-04-29T01:04:36.357Z Compiling tabled v0.15.0
29812026-04-29T01:04:36.357Z Compiling synstructure v0.13.2
29822026-04-29T01:04:36.357Z Compiling pest_generator v2.8.6
29832026-04-29T01:04:36.536Z Compiling serde_derive v1.0.228
29842026-04-29T01:04:36.537Z Compiling zerofrom-derive v0.1.6
29852026-04-29T01:04:36.537Z Compiling yoke-derive v0.8.1
29862026-04-29T01:04:36.537Z Compiling zerovec-derive v0.11.2
29872026-04-29T01:04:36.547Z Compiling displaydoc v0.2.5
29882026-04-29T01:04:36.547Z Compiling thiserror-impl v1.0.69
29892026-04-29T01:04:36.547Z Compiling zerocopy-derive v0.7.35
29902026-04-29T01:04:36.547Z Compiling scroll_derive v0.12.1
29912026-04-29T01:04:36.547Z Compiling thiserror-impl v2.0.18
29922026-04-29T01:04:36.547Z Compiling clap_derive v4.5.55
29932026-04-29T01:04:36.590Z Compiling pest_derive v2.8.6
29942026-04-29T01:04:36.991Z Compiling scroll v0.12.0
29952026-04-29T01:04:37.145Z Compiling zerocopy v0.7.35
29962026-04-29T01:04:37.287Z Compiling goblin v0.8.2
29972026-04-29T01:04:37.471Z Compiling thiserror v1.0.69
29982026-04-29T01:04:37.516Z Compiling zerofrom v0.1.6
29992026-04-29T01:04:37.583Z Compiling thiserror v2.0.18
30002026-04-29T01:04:37.605Z Compiling dtrace-parser v0.2.0
30012026-04-29T01:04:37.674Z Compiling yoke v0.8.1
30022026-04-29T01:04:37.924Z Compiling zerovec v0.11.5
30032026-04-29T01:04:37.945Z Compiling zerotrie v0.2.3
30042026-04-29T01:04:37.953Z Compiling clap v4.5.60
30052026-04-29T01:04:38.501Z Compiling tinystr v0.8.2
30062026-04-29T01:04:38.762Z Compiling icu_locale_core v2.1.1
30072026-04-29T01:04:39.577Z Compiling potential_utf v0.1.4
30082026-04-29T01:04:39.633Z Compiling icu_provider v2.1.1
30092026-04-29T01:04:39.712Z Compiling icu_collections v2.1.1
30102026-04-29T01:04:39.819Z Compiling toml_datetime v0.6.11
30112026-04-29T01:04:39.891Z Compiling serde_spanned v0.6.9
30122026-04-29T01:04:39.994Z Compiling dof v0.3.0
30132026-04-29T01:04:40.106Z Compiling toml_edit v0.22.27
30142026-04-29T01:04:40.106Z Compiling serde-value v0.7.0
30152026-04-29T01:04:40.230Z Compiling cargo-platform v0.2.0
30162026-04-29T01:04:40.230Z Compiling icu_normalizer v2.1.1
30172026-04-29T01:04:44.059Z Compiling icu_properties v2.1.2
30182026-04-29T01:04:44.059Z Compiling serde_tokenstream v0.2.3
30192026-04-29T01:04:44.059Z Compiling macaddr v1.0.1
30202026-04-29T01:04:44.297Z Compiling usdt-attr-macro v0.5.0
30212026-04-29T01:04:44.297Z Compiling usdt-macro v0.5.0
30222026-04-29T01:04:44.297Z Compiling idna_adapter v1.2.1
30232026-04-29T01:04:44.297Z Compiling idna v1.1.0
30242026-04-29T01:04:44.371Z Compiling url v2.5.8
30252026-04-29T01:04:44.371Z Compiling toml v0.8.23
30262026-04-29T01:04:44.371Z Compiling usdt v0.5.0
30272026-04-29T01:04:44.371Z Compiling cargo_toml v0.21.0
30282026-04-29T01:04:44.371Z Compiling cargo-util-schemas v0.8.2
30292026-04-29T01:04:44.371Z Compiling cargo_metadata v0.21.0
30302026-04-29T01:04:46.132Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-04-29T01:04:49.144Z Finished `release` profile [optimized] target(s) in 16.44s
30322026-04-29T01:04:49.268Z
30332026-04-29T01:04:49.271Zreal 16.549981352
30342026-04-29T01:04:49.271Zuser 2:22.451604416
30352026-04-29T01:04:49.271Zsys 16.712808817
30362026-04-29T01:04:49.271Ztrap 0.074799175
30372026-04-29T01:04:49.271Ztflt 0.555959547
30382026-04-29T01:04:49.271Zdflt 1.606477103
30392026-04-29T01:04:49.271Zkflt 0.000080580
30402026-04-29T01:04:49.271Zlock 5:24.108232855
30412026-04-29T01:04:49.271Zslp 3:27.955942398
30422026-04-29T01:04:49.271Zlat 7.173030442
30432026-04-29T01:04:49.271Zstop 19.794173393
30442026-04-29T01:04:49.271Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-04-29T01:04:49.271Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-04-29T01:04:49.271Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-04-29T01:04:49.271Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-04-29T01:04:49.271Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-04-29T01:04:50.208Z Compiling newtype-uuid-macros v0.1.0
30502026-04-29T01:04:50.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-04-29T01:04:50.211Z Compiling regress v0.10.5
30522026-04-29T01:04:50.212Z Compiling structmeta-derive v0.3.0
30532026-04-29T01:04:50.362Z Compiling rustls v0.22.4
30542026-04-29T01:04:50.379Z Compiling rustls-webpki v0.102.8
30552026-04-29T01:04:50.382Z Compiling multer v3.1.0
30562026-04-29T01:04:50.382Z Compiling match_cfg v0.1.0
30572026-04-29T01:04:50.393Z Compiling debug-ignore v1.0.5
30582026-04-29T01:04:50.396Z Compiling compression-core v0.4.31
30592026-04-29T01:04:50.396Z Compiling slog-json v2.6.1
30602026-04-29T01:04:50.424Z Compiling async-stream-impl v0.3.6
30612026-04-29T01:04:50.427Z Compiling serde_spanned v1.0.4
30622026-04-29T01:04:50.427Z Compiling toml_datetime v1.0.0+spec-1.1.0
30632026-04-29T01:04:50.427Z Compiling dropshot v0.17.0
30642026-04-29T01:04:50.427Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-04-29T01:04:50.517Z Compiling hostname v0.3.1
30662026-04-29T01:04:50.677Z Compiling itertools v0.14.0
30672026-04-29T01:04:50.721Z Compiling compression-codecs v0.4.37
30682026-04-29T01:04:50.724Z Compiling toml v1.0.6+spec-1.1.0
30692026-04-29T01:04:50.724Z Compiling waitgroup v0.1.2
30702026-04-29T01:04:50.756Z Compiling rustls-pemfile v2.2.0
30712026-04-29T01:04:50.836Z Compiling slog-bunyan v2.5.0
30722026-04-29T01:04:50.839Z Compiling dropshot_endpoint v0.17.0
30732026-04-29T01:04:50.860Z Compiling serde_path_to_error v0.1.20
30742026-04-29T01:04:50.915Z Compiling async-compression v0.4.41
30752026-04-29T01:04:50.944Z Compiling hostname v0.4.2
30762026-04-29T01:04:50.992Z Compiling progenitor-client v0.14.0
30772026-04-29T01:04:51.008Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-04-29T01:04:51.011Z Compiling macaddr v1.0.1
30792026-04-29T01:04:51.131Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-04-29T01:04:51.150Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-04-29T01:04:51.178Z Compiling instant v0.1.13
30822026-04-29T01:04:51.208Z Compiling async-stream v0.3.6
30832026-04-29T01:04:51.211Z Compiling progenitor-client v0.10.0
30842026-04-29T01:04:51.247Z Compiling backon v1.6.0
30852026-04-29T01:04:51.263Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-04-29T01:04:51.282Z Compiling backoff v0.4.0
30872026-04-29T01:04:51.310Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30882026-04-29T01:04:51.340Z Compiling universal-hash v0.5.1
30892026-04-29T01:04:51.425Z Compiling progenitor-extras v0.2.0
30902026-04-29T01:04:51.454Z Compiling opaque-debug v0.3.1
30912026-04-29T01:04:51.476Z Compiling structmeta v0.3.0
30922026-04-29T01:04:51.494Z Compiling half v2.7.1
30932026-04-29T01:04:51.497Z Compiling ciborium-io v0.2.2
30942026-04-29T01:04:51.528Z Compiling unsafe-libyaml v0.2.11
30952026-04-29T01:04:51.545Z Compiling crucible-workspace-hack v0.1.0
30962026-04-29T01:04:51.563Z Compiling convert_case v0.4.0
30972026-04-29T01:04:51.581Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30982026-04-29T01:04:51.629Z Compiling regress v0.11.1
30992026-04-29T01:04:51.706Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-04-29T01:04:51.723Z Compiling derive-ex v0.1.8
31012026-04-29T01:04:51.743Z Compiling parse-display-derive v0.10.0
31022026-04-29T01:04:51.760Z Compiling ciborium-ll v0.2.2
31032026-04-29T01:04:51.793Z Compiling aead v0.5.2
31042026-04-29T01:04:51.831Z Compiling secrecy v0.10.3
31052026-04-29T01:04:51.903Z Compiling poly1305 v0.8.0
31062026-04-29T01:04:51.966Z Compiling ciborium v0.2.2
31072026-04-29T01:04:51.984Z Compiling derive_more v0.99.20
31082026-04-29T01:04:52.003Z Compiling chacha20 v0.9.1
31092026-04-29T01:04:52.019Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31102026-04-29T01:04:52.019Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-04-29T01:04:52.051Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31122026-04-29T01:04:52.085Z Compiling serde_yaml v0.9.34+deprecated
31132026-04-29T01:04:52.225Z Compiling thiserror-impl-no-std v2.0.2
31142026-04-29T01:04:52.286Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31152026-04-29T01:04:52.301Z Compiling byte-wrapper v0.1.0
31162026-04-29T01:04:52.407Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-04-29T01:04:52.427Z Compiling password-hash v0.5.0
31182026-04-29T01:04:52.521Z Compiling blake2 v0.10.6
31192026-04-29T01:04:52.586Z Compiling chacha20poly1305 v0.10.1
31202026-04-29T01:04:52.676Z Compiling tokio-rustls v0.25.0
31212026-04-29T01:04:52.696Z Compiling indent_write v2.2.0
31222026-04-29T01:04:52.711Z Compiling heapless v0.8.0
31232026-04-29T01:04:52.761Z Compiling ingot-macros v0.1.1
31242026-04-29T01:04:52.858Z Compiling argon2 v0.5.3
31252026-04-29T01:04:52.872Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-04-29T01:04:53.147Z Compiling hash32 v0.3.1
31272026-04-29T01:04:53.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-04-29T01:04:53.335Z Compiling typify-impl v0.6.2
31292026-04-29T01:04:53.478Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-04-29T01:04:53.507Z Compiling thiserror-no-std v2.0.2
31312026-04-29T01:04:53.545Z Compiling test-strategy v0.4.5
31322026-04-29T01:04:53.551Z Compiling parse-display v0.10.0
31332026-04-29T01:04:53.568Z Compiling smoltcp v0.11.0
31342026-04-29T01:04:53.629Z Compiling vsss-rs v3.3.4
31352026-04-29T01:04:53.659Z Compiling proc-macro-crate v3.4.0
31362026-04-29T01:04:53.898Z Compiling tabwriter v1.4.1
31372026-04-29T01:04:53.972Z Compiling num-rational v0.4.2
31382026-04-29T01:04:54.024Z Compiling cobs v0.3.0
31392026-04-29T01:04:54.154Z Compiling num-complex v0.4.6
31402026-04-29T01:04:54.171Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31412026-04-29T01:04:54.253Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-04-29T01:04:54.260Z Compiling num_enum_derive v0.7.5
31432026-04-29T01:04:54.287Z Compiling postcard v1.1.3
31442026-04-29T01:04:54.322Z Compiling proc-macro-error v1.0.4
31452026-04-29T01:04:54.490Z Compiling proc-macro-crate v1.3.1
31462026-04-29T01:04:54.570Z Compiling num v0.4.3
31472026-04-29T01:04:54.606Z Compiling foreign-types-macros v0.2.3
31482026-04-29T01:04:54.661Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-04-29T01:04:54.673Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-04-29T01:04:54.677Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-04-29T01:04:54.677Z Compiling colored v3.1.1
31522026-04-29T01:04:54.722Z Compiling rayon-core v1.13.0
31532026-04-29T01:04:54.895Z Compiling float-ord v0.3.2
31542026-04-29T01:04:54.932Z Compiling cpufeatures v0.3.0
31552026-04-29T01:04:54.951Z Compiling foreign-types-shared v0.3.1
31562026-04-29T01:04:54.972Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31572026-04-29T01:04:55.022Z Compiling chacha20 v0.10.0
31582026-04-29T01:04:55.042Z Compiling num_enum_derive v0.5.11
31592026-04-29T01:04:55.111Z Compiling crossbeam-deque v0.8.6
31602026-04-29T01:04:55.114Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-04-29T01:04:55.163Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-04-29T01:04:55.237Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-04-29T01:04:55.255Z Compiling foreign-types v0.5.0
31642026-04-29T01:04:55.258Z Compiling cstr-argument v0.1.2
31652026-04-29T01:04:55.292Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-04-29T01:04:55.365Z Compiling rand v0.10.0
31672026-04-29T01:04:55.380Z Compiling toml v0.8.23
31682026-04-29T01:04:55.399Z Compiling num_enum v0.7.5
31692026-04-29T01:04:55.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31702026-04-29T01:04:55.530Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31712026-04-29T01:04:55.563Z Compiling camino-tempfile v1.4.1
31722026-04-29T01:04:55.662Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-04-29T01:04:55.741Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-04-29T01:04:55.759Z Compiling rayon v1.11.0
31752026-04-29T01:04:55.759Z Compiling zone_cfg_derive v0.3.1
31762026-04-29T01:04:55.794Z Compiling ingot-types v0.1.2
31772026-04-29T01:04:55.794Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-04-29T01:04:55.827Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-04-29T01:04:55.830Z Compiling itertools v0.12.1
31802026-04-29T01:04:55.860Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-04-29T01:04:55.962Z Compiling num-derive v0.4.2
31822026-04-29T01:04:56.067Z Compiling sigpipe v0.1.3
31832026-04-29T01:04:56.068Z Compiling glob v0.3.3
31842026-04-29T01:04:56.111Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852026-04-29T01:04:56.150Z Compiling num_enum v0.5.11
31862026-04-29T01:04:56.162Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31872026-04-29T01:04:56.185Z Compiling ingot v0.1.1
31882026-04-29T01:04:56.250Z Compiling smf v0.2.3
31892026-04-29T01:04:56.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-04-29T01:04:56.332Z Compiling prettyplease v0.2.37
31912026-04-29T01:04:56.371Z Compiling whoami v1.6.1
31922026-04-29T01:04:56.437Z Compiling gethostname v0.5.0
31932026-04-29T01:04:56.485Z Compiling usdt-macro v0.5.0
31942026-04-29T01:04:56.585Z Compiling usdt-attr-macro v0.5.0
31952026-04-29T01:04:56.659Z Compiling memmap v0.7.0
31962026-04-29T01:04:56.693Z Compiling atomicwrites v0.4.4
31972026-04-29T01:04:56.802Z Compiling derive-where v1.6.0
31982026-04-29T01:04:56.823Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-04-29T01:04:56.876Z Compiling progenitor-client v0.13.0
32002026-04-29T01:04:56.915Z Compiling resolv-conf v0.7.6
32012026-04-29T01:04:56.944Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-04-29T01:04:56.979Z Compiling zone v0.3.1
32032026-04-29T01:04:57.103Z Compiling owo-colors v4.3.0
32042026-04-29T01:04:57.243Z Compiling cancel-safe-futures v0.1.5
32052026-04-29T01:04:57.306Z Compiling libsw-core v0.3.2
32062026-04-29T01:04:57.322Z Compiling async-recursion v1.1.1
32072026-04-29T01:04:57.361Z Compiling libefi-sys v0.1.0
32082026-04-29T01:04:57.454Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32092026-04-29T01:04:57.486Z Compiling usdt v0.5.0
32102026-04-29T01:04:57.570Z Compiling libsw v3.5.0
32112026-04-29T01:04:57.586Z Compiling linear-map v1.2.0
32122026-04-29T01:04:57.677Z Compiling console v0.15.11
32132026-04-29T01:04:57.709Z Compiling hickory-proto v0.24.4
32142026-04-29T01:04:57.771Z Compiling newline-converter v0.3.0
32152026-04-29T01:04:57.789Z Compiling bitfield-struct v0.6.2
32162026-04-29T01:04:57.808Z Compiling semver v0.1.20
32172026-04-29T01:04:57.846Z Compiling linked-hash-map v0.5.6
32182026-04-29T01:04:57.877Z Compiling tokio-dtrace v0.1.1
32192026-04-29T01:04:58.040Z Compiling typify-macro v0.6.2
32202026-04-29T01:04:58.085Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32212026-04-29T01:04:58.127Z Compiling lru-cache v0.1.2
32222026-04-29T01:04:58.145Z Compiling expectorate v1.2.0
32232026-04-29T01:04:58.203Z Compiling rustc_version v0.1.7
32242026-04-29T01:04:58.207Z Compiling dropshot-api-manager-types v0.7.1
32252026-04-29T01:04:58.236Z Compiling pin-project-internal v1.1.11
32262026-04-29T01:04:58.256Z Compiling slog-dtrace v0.3.0
32272026-04-29T01:04:58.259Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32282026-04-29T01:04:58.287Z Compiling minimal-lexical v0.2.1
32292026-04-29T01:04:58.343Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-04-29T01:04:58.365Z Compiling oxide-tokio-rt v0.1.4
32312026-04-29T01:04:58.382Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-04-29T01:04:58.450Z Compiling typify-impl v0.4.3
32332026-04-29T01:04:58.481Z Compiling newtype_derive v0.1.6
32342026-04-29T01:04:58.530Z Compiling nom v7.1.3
32352026-04-29T01:04:58.555Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-04-29T01:04:58.574Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32372026-04-29T01:04:58.591Z Compiling phf_shared v0.12.1
32382026-04-29T01:04:58.595Z Compiling pem v3.0.6
32392026-04-29T01:04:58.627Z Compiling snafu-derive v0.8.9
32402026-04-29T01:04:58.706Z Compiling csv-core v0.1.13
32412026-04-29T01:04:58.722Z Compiling chrono-tz v0.10.4
32422026-04-29T01:04:58.808Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-04-29T01:04:58.890Z Compiling same-file v1.0.6
32442026-04-29T01:04:58.939Z Compiling highway v1.3.0
32452026-04-29T01:04:58.989Z Compiling xshell-macros v0.2.7
32462026-04-29T01:04:59.091Z Compiling const_format_proc_macros v0.2.34
32472026-04-29T01:04:59.159Z Compiling walkdir v2.5.0
32482026-04-29T01:04:59.252Z Compiling csv v1.4.0
32492026-04-29T01:04:59.286Z Compiling phf v0.12.1
32502026-04-29T01:04:59.352Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-04-29T01:04:59.420Z Compiling xshell v0.2.7
32522026-04-29T01:04:59.447Z Compiling pin-project v1.1.11
32532026-04-29T01:04:59.542Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-04-29T01:04:59.558Z Compiling globset v0.4.18
32552026-04-29T01:04:59.586Z Compiling olpc-cjson v0.1.4
32562026-04-29T01:04:59.771Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-04-29T01:04:59.848Z Compiling primeorder v0.13.6
32582026-04-29T01:04:59.882Z Compiling serde_plain v1.0.2
32592026-04-29T01:04:59.960Z Compiling hickory-resolver v0.24.4
32602026-04-29T01:04:59.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-04-29T01:04:59.990Z Compiling typify v0.6.2
32622026-04-29T01:04:59.990Z Compiling typed-path v0.9.3
32632026-04-29T01:05:00.099Z Compiling const_format v0.2.35
32642026-04-29T01:05:00.123Z Compiling progenitor-impl v0.14.0
32652026-04-29T01:05:00.166Z Compiling progenitor-impl v0.13.0
32662026-04-29T01:05:00.176Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32672026-04-29T01:05:00.303Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32682026-04-29T01:05:00.376Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32692026-04-29T01:05:00.505Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32702026-04-29T01:05:00.678Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-04-29T01:05:00.793Z Compiling snafu v0.8.9
32722026-04-29T01:05:01.031Z Compiling qorb v0.4.1
32732026-04-29T01:05:01.061Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-04-29T01:05:01.218Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-04-29T01:05:01.317Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-04-29T01:05:01.505Z Compiling tough v0.20.0
32772026-04-29T01:05:01.566Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-04-29T01:05:01.573Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32792026-04-29T01:05:01.700Z Compiling tabled_derive v0.7.0
32802026-04-29T01:05:01.829Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-04-29T01:05:02.196Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32822026-04-29T01:05:02.206Z Compiling bcs v0.1.6
32832026-04-29T01:05:02.237Z Compiling salty v0.3.0
32842026-04-29T01:05:02.292Z Compiling termtree v0.5.1
32852026-04-29T01:05:02.455Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-04-29T01:05:02.475Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-04-29T01:05:02.517Z Compiling radium v0.7.0
32882026-04-29T01:05:02.574Z Compiling textwrap v0.16.2
32892026-04-29T01:05:02.747Z Compiling tabled v0.15.0
32902026-04-29T01:05:02.872Z Compiling progenitor-macro v0.14.0
32912026-04-29T01:05:02.903Z Compiling progenitor-macro v0.13.0
32922026-04-29T01:05:02.934Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-04-29T01:05:03.082Z Compiling typify-macro v0.4.3
32942026-04-29T01:05:03.095Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32952026-04-29T01:05:03.137Z Compiling steno v0.4.1
32962026-04-29T01:05:03.165Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32972026-04-29T01:05:03.219Z Compiling tagptr v0.2.0
32982026-04-29T01:05:03.339Z Compiling tap v1.0.1
32992026-04-29T01:05:03.358Z Compiling base64 v0.21.7
33002026-04-29T01:05:03.362Z Compiling maybe-uninit v2.0.0
33012026-04-29T01:05:03.404Z Compiling humantime v2.3.0
33022026-04-29T01:05:03.479Z Compiling wyz v0.5.1
33032026-04-29T01:05:03.589Z Compiling moka v0.12.13
33042026-04-29T01:05:03.742Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-04-29T01:05:03.759Z Compiling p384 v0.13.1
33062026-04-29T01:05:03.964Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33072026-04-29T01:05:04.018Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-04-29T01:05:04.151Z Compiling funty v2.0.0
33092026-04-29T01:05:04.245Z Compiling packed_struct v0.10.1
33102026-04-29T01:05:04.369Z Compiling parking_lot_core v0.8.6
33112026-04-29T01:05:04.386Z Compiling hickory-resolver v0.25.2
33122026-04-29T01:05:04.428Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-04-29T01:05:04.570Z Compiling bitvec v1.0.1
33142026-04-29T01:05:04.791Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33152026-04-29T01:05:04.811Z Compiling polyval v0.6.2
33162026-04-29T01:05:04.937Z Compiling typify v0.4.3
33172026-04-29T01:05:05.014Z Compiling git-stub v1.0.0
33182026-04-29T01:05:05.070Z Compiling packed_struct_codegen v0.10.1
33192026-04-29T01:05:05.088Z Compiling zerocopy-derive v0.6.6
33202026-04-29T01:05:05.154Z Compiling bitfield-macros v0.19.4
33212026-04-29T01:05:05.220Z Compiling proc-macro-error-attr2 v2.0.0
33222026-04-29T01:05:05.314Z Compiling indexmap v1.9.3
33232026-04-29T01:05:05.541Z Compiling utf-8 v0.7.6
33242026-04-29T01:05:05.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33252026-04-29T01:05:05.663Z Compiling nodrop v0.1.14
33262026-04-29T01:05:05.739Z Compiling crc-catalog v2.4.0
33272026-04-29T01:05:05.758Z Compiling array-init v0.0.4
33282026-04-29T01:05:05.787Z Compiling tungstenite v0.21.0
33292026-04-29T01:05:05.858Z Compiling crc v3.4.0
33302026-04-29T01:05:05.875Z Compiling proc-macro-error2 v2.0.1
33312026-04-29T01:05:05.931Z Compiling bitfield v0.19.4
33322026-04-29T01:05:05.949Z Compiling git-stub-vcs v0.1.0
33332026-04-29T01:05:06.000Z Compiling zerocopy v0.6.6
33342026-04-29T01:05:06.049Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-04-29T01:05:06.100Z Compiling ghash v0.5.1
33362026-04-29T01:05:06.148Z Compiling smallvec v0.6.14
33372026-04-29T01:05:06.264Z Compiling num-derive v0.3.3
33382026-04-29T01:05:06.281Z Compiling ctr v0.9.2
33392026-04-29T01:05:06.345Z Compiling hashbrown v0.12.3
33402026-04-29T01:05:06.362Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-04-29T01:05:06.405Z Compiling unicase v2.9.0
33422026-04-29T01:05:06.405Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33432026-04-29T01:05:06.519Z Compiling aes-gcm v0.10.3
33442026-04-29T01:05:06.568Z Compiling parking_lot v0.11.2
33452026-04-29T01:05:06.624Z Compiling serde-hex v0.1.0
33462026-04-29T01:05:06.627Z Compiling mime_guess v2.0.5
33472026-04-29T01:05:06.688Z Compiling tokio-tungstenite v0.21.0
33482026-04-29T01:05:06.744Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-04-29T01:05:06.921Z Compiling tabled_derive v0.11.0
33502026-04-29T01:05:07.002Z Compiling progenitor-impl v0.10.0
33512026-04-29T01:05:07.066Z Compiling progenitor-impl v0.11.2
33522026-04-29T01:05:07.155Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-04-29T01:05:07.228Z Compiling ron v0.8.1
33542026-04-29T01:05:07.250Z Compiling libscf-sys v1.1.0
33552026-04-29T01:05:07.268Z Compiling papergrid v0.17.0
33562026-04-29T01:05:07.291Z Compiling testing_table v0.3.0
33572026-04-29T01:05:07.434Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-04-29T01:05:07.474Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-04-29T01:05:07.491Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-04-29T01:05:07.615Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-04-29T01:05:07.636Z Compiling hashbrown v0.13.2
33622026-04-29T01:05:07.795Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-04-29T01:05:08.086Z Compiling progenitor v0.13.0
33642026-04-29T01:05:08.114Z Compiling progenitor v0.14.0
33652026-04-29T01:05:08.143Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33662026-04-29T01:05:08.205Z Compiling ssh-encoding v0.2.0
33672026-04-29T01:05:08.242Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33682026-04-29T01:05:08.281Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-04-29T01:05:08.310Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-04-29T01:05:08.326Z Compiling prefix-trie v0.7.0
33712026-04-29T01:05:08.391Z Compiling blowfish v0.9.1
33722026-04-29T01:05:08.472Z Compiling fxhash v0.2.1
33732026-04-29T01:05:08.505Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-04-29T01:05:08.523Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33752026-04-29T01:05:08.653Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33762026-04-29T01:05:08.676Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33772026-04-29T01:05:08.757Z Compiling corncobs v0.1.4
33782026-04-29T01:05:08.835Z Compiling crc-any v2.5.0
33792026-04-29T01:05:08.878Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33802026-04-29T01:05:08.915Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33812026-04-29T01:05:08.959Z Compiling hickory-server v0.25.2
33822026-04-29T01:05:08.963Z Compiling sled v0.34.7
33832026-04-29T01:05:08.994Z Compiling bcrypt-pbkdf v0.10.0
33842026-04-29T01:05:09.083Z Compiling ssh-cipher v0.2.0
33852026-04-29T01:05:09.125Z Compiling tabled v0.20.0
33862026-04-29T01:05:09.359Z Compiling object v0.30.4
33872026-04-29T01:05:09.363Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-04-29T01:05:09.712Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33892026-04-29T01:05:09.805Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33902026-04-29T01:05:09.916Z Compiling progenitor-macro v0.11.2
33912026-04-29T01:05:10.458Z Compiling progenitor-macro v0.10.0
33922026-04-29T01:05:10.778Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33932026-04-29T01:05:10.802Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33942026-04-29T01:05:10.919Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33952026-04-29T01:05:10.976Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33962026-04-29T01:05:11.319Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33972026-04-29T01:05:11.344Z Compiling progenitor-client v0.11.2
33982026-04-29T01:05:11.538Z Compiling password-hash v0.4.2
33992026-04-29T01:05:11.616Z Compiling secrecy v0.8.0
34002026-04-29T01:05:11.703Z Compiling half v1.8.3
34012026-04-29T01:05:11.799Z Compiling http-range v0.1.5
34022026-04-29T01:05:11.837Z Compiling path-slash v0.1.5
34032026-04-29T01:05:11.967Z Compiling serde_cbor v0.11.2
34042026-04-29T01:05:12.004Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34052026-04-29T01:05:12.020Z Compiling pbkdf2 v0.11.0
34062026-04-29T01:05:12.111Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-04-29T01:05:12.247Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-04-29T01:05:12.344Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-04-29T01:05:12.562Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34102026-04-29T01:05:12.758Z Compiling ssh-key v0.6.7
34112026-04-29T01:05:13.085Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34122026-04-29T01:05:13.138Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34132026-04-29T01:05:13.172Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34142026-04-29T01:05:13.315Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-04-29T01:05:13.558Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34162026-04-29T01:05:13.577Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-04-29T01:05:13.760Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-04-29T01:05:13.865Z Compiling p521 v0.13.3
34192026-04-29T01:05:13.893Z Compiling p256 v0.13.2
34202026-04-29T01:05:14.011Z Compiling yasna v0.5.2
34212026-04-29T01:05:14.044Z Compiling kstat-rs v0.2.4
34222026-04-29T01:05:14.157Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34232026-04-29T01:05:14.294Z Compiling headers-core v0.3.0
34242026-04-29T01:05:14.312Z Compiling nanorand v0.7.0
34252026-04-29T01:05:14.386Z Compiling russh-cryptovec v0.7.3
34262026-04-29T01:05:14.451Z Compiling atty v0.2.14
34272026-04-29T01:05:14.568Z Compiling md5 v0.7.0
34282026-04-29T01:05:14.591Z Compiling crc8 v0.1.1
34292026-04-29T01:05:14.591Z Compiling home v0.5.12
34302026-04-29T01:05:14.632Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34312026-04-29T01:05:14.636Z Compiling flume v0.11.1
34322026-04-29T01:05:14.641Z Compiling rcgen v0.12.1
34332026-04-29T01:05:14.737Z Compiling russh-keys v0.45.0
34342026-04-29T01:05:14.753Z Compiling headers v0.4.1
34352026-04-29T01:05:14.784Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34362026-04-29T01:05:14.881Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34372026-04-29T01:05:14.885Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34382026-04-29T01:05:15.009Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34392026-04-29T01:05:15.042Z Compiling progenitor v0.11.2
34402026-04-29T01:05:15.227Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34412026-04-29T01:05:15.247Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34422026-04-29T01:05:15.386Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34432026-04-29T01:05:15.460Z Compiling hyper-staticfile v0.10.1
34442026-04-29T01:05:15.481Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-04-29T01:05:15.590Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-04-29T01:05:15.628Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34472026-04-29T01:05:15.675Z Compiling progenitor v0.10.0
34482026-04-29T01:05:15.827Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34492026-04-29T01:05:15.874Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34502026-04-29T01:05:15.907Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34512026-04-29T01:05:15.978Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34522026-04-29T01:05:16.030Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-04-29T01:05:16.256Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34542026-04-29T01:05:16.330Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34552026-04-29T01:05:16.334Z Compiling num-bigint v0.4.6
34562026-04-29T01:05:16.368Z Compiling des v0.8.1
34572026-04-29T01:05:16.386Z Compiling subprocess v0.2.15
34582026-04-29T01:05:16.390Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-04-29T01:05:16.594Z Compiling display-error-chain v0.2.2
34602026-04-29T01:05:16.620Z Compiling hex-literal v0.4.1
34612026-04-29T01:05:16.643Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-04-29T01:05:16.740Z Compiling colored v2.2.0
34632026-04-29T01:05:16.764Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34642026-04-29T01:05:16.779Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34652026-04-29T01:05:16.854Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-04-29T01:05:16.935Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34672026-04-29T01:05:17.067Z Compiling socket2 v0.5.10
34682026-04-29T01:05:17.137Z Compiling internet-checksum v0.2.1
34692026-04-29T01:05:17.495Z Compiling russh v0.45.0
34702026-04-29T01:05:19.488Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34712026-04-29T01:05:20.178Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34722026-04-29T01:05:20.667Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34732026-04-29T01:05:22.197Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-04-29T01:05:30.134Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-04-29T01:05:30.134Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34762026-04-29T01:05:30.137Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-04-29T01:05:30.137Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-04-29T01:05:31.870Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34792026-04-29T01:05:31.940Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-04-29T01:05:36.137Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-04-29T01:05:55.973Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-04-29T01:06:14.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34832026-04-29T01:06:15.059Z
34842026-04-29T01:06:15.062Zreal 1:25.721204555
34852026-04-29T01:06:15.062Zuser 8:21.415351799
34862026-04-29T01:06:15.062Zsys 1:43.213231642
34872026-04-29T01:06:15.062Ztrap 0.258322661
34882026-04-29T01:06:15.062Ztflt 0.579788020
34892026-04-29T01:06:15.062Zdflt 1.606158646
34902026-04-29T01:06:15.062Zkflt 0.000224941
34912026-04-29T01:06:15.062Zlock 29:57.666181395
34922026-04-29T01:06:15.062Zslp 19:41.446286739
34932026-04-29T01:06:15.063Zlat 40.792076536
34942026-04-29T01:06:15.063Zstop 2:45.011353946
34952026-04-29T01:06:15.063Z+ mkdir tests
34962026-04-29T01:06:15.066Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-04-29T01:06:15.066Z+ xargs -I '{}' -t cp '{}' tests/
34982026-04-29T01:06:15.114Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99f16bea49718733 tests/
34992026-04-29T01:06:15.142Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ef5833528222151d tests/
35002026-04-29T01:06:15.169Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c18e7662352dfdd4 tests/
35012026-04-29T01:06:15.198Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5a464efa81d243a0 tests/
35022026-04-29T01:06:15.524Z+ 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-29T01:06:15.528Z+ 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-ef5833528222151d tests/commtest-c18e7662352dfdd4 tests/dhcp_server-99f16bea49718733 tests/end_to_end_tests-5a464efa81d243a0 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-29T01:07:41.070ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-04-29T01:07:41.070Za .github/buildomat/ci-env.sh 1K
35062026-04-29T01:07:41.070Za out/target/test 1K
35072026-04-29T01:07:41.070Za out/npuzone/npuzone 27402K
35082026-04-29T01:07:41.070Za package-manifest.toml 35K
35092026-04-29T01:07:41.070Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-04-29T01:07:41.070Za target/release/omicron-package 44851K
35112026-04-29T01:07:41.070Za target/release/xtask 11449K
35122026-04-29T01:07:41.070Za target/debug/bootstrap 351485K
35132026-04-29T01:07:41.070Za tests/bootstrap-ef5833528222151d 31215K
35142026-04-29T01:07:41.070Za tests/commtest-c18e7662352dfdd4 32300K
35152026-04-29T01:07:41.070Za tests/dhcp_server-99f16bea49718733 31215K
35162026-04-29T01:07:41.070Za tests/end_to_end_tests-5a464efa81d243a0 392594K
35172026-04-29T01:07:41.070Za out/clickhouse.tar.gz 318326K
35182026-04-29T01:07:41.070Za out/clickhouse_keeper.tar.gz 303697K
35192026-04-29T01:07:41.070Za out/clickhouse_server.tar.gz 318324K
35202026-04-29T01:07:41.070Za out/cockroachdb.tar.gz 164579K
35212026-04-29T01:07:41.070Za out/crucible-pantry-zone.tar.gz 43665K
35222026-04-29T01:07:41.070Za out/crucible-utils.tar 17744K
35232026-04-29T01:07:41.070Za out/crucible-zone.tar.gz 57803K
35242026-04-29T01:07:41.070Za out/external-dns.tar.gz 49793K
35252026-04-29T01:07:41.071Za out/internal-dns.tar.gz 49793K
35262026-04-29T01:07:41.071Za out/mg-ddm-gz.tar 95141K
35272026-04-29T01:07:41.071Za out/nexus.tar.gz 219810K
35282026-04-29T01:07:41.071Za out/ntp.tar.gz 31608K
35292026-04-29T01:07:41.071Za out/omicron-gateway-softnpu.tar.gz 28598K
35302026-04-29T01:07:41.071Za out/omicron-sled-agent.tar 199184K
35312026-04-29T01:07:41.071Za out/overlay.tar.gz 3K
35322026-04-29T01:07:41.071Za out/oximeter.tar.gz 65201K
35332026-04-29T01:07:41.071Za out/oxlog.tar 3782K
35342026-04-29T01:07:41.071Za out/probe.tar.gz 3037K
35352026-04-29T01:07:41.071Za out/propolis-server.tar.gz 38727K
35362026-04-29T01:07:41.071Za out/pumpkind-gz.tar 26647K
35372026-04-29T01:07:41.072Za out/switch-softnpu.tar.gz 393512K
35382026-04-29T01:07:41.132Z
35392026-04-29T01:07:41.132Zreal 1:25.489829964
35402026-04-29T01:07:41.133Zuser 1:22.938475985
35412026-04-29T01:07:41.133Zsys 4.304879298
35422026-04-29T01:07:41.133Ztrap 0.006208242
35432026-04-29T01:07:41.133Ztflt 0.000000000
35442026-04-29T01:07:41.133Zdflt 0.000000000
35452026-04-29T01:07:41.133Zkflt 0.000000000
35462026-04-29T01:07:41.133Zlock 0.000000000
35472026-04-29T01:07:41.133Zslp 1:22.839424331
35482026-04-29T01:07:41.135Zlat 0.884869265
35492026-04-29T01:07:41.135Zstop 0.000526918
35502026-04-29T01:07:41.135Zprocess exited: duration 984376 ms, exit code 0
 
35512026-04-29T01:07:41.469Zfound 1 output files
35522026-04-29T01:07:41.469Zuploading: /work/package.tar.gz (2430076161 bytes)
35532026-04-29T01:08:22.432Zuploaded: /work/package.tar.gz