01KR4V1M0BXQ05BRVX8E1E1R0J: 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: 01KR4V27REAY93XZDV4CQG3TM0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T22:25:16.304Zjob assigned to worker 01KR4V2EQ53SWYB11R88BRV672 [factory aws, i-0de580fc408162e0b] (queued for 52 s)
 
22026-05-08T22:25:23.498Zstarting task 0: "setup"
32026-05-08T22:25:23.503Z++ uname -s
42026-05-08T22:25:23.507Z+ kern=SunOS
52026-05-08T22:25:23.507Z+ build_user=build
62026-05-08T22:25:23.507Z+ build_uid=12345
72026-05-08T22:25:23.507Z+ work_dir=/work
82026-05-08T22:25:23.507Z+ input_dir=/input
92026-05-08T22:25:23.507Z+ [[ 0 == 12345 ]]
102026-05-08T22:25:23.507Z+ case "$kern" in
112026-05-08T22:25:23.507Z+ groupadd -g 12345 build
122026-05-08T22:25:23.511Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T22:25:25.517Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T22:25:25.644Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T22:25:25.647Z+ home_fs=zfs
162026-05-08T22:25:25.647Z+ [[ zfs == autofs ]]
172026-05-08T22:25:25.648Z+ mkdir -p /home/build
182026-05-08T22:25:25.651Z+ chown build:build /home/build /work
192026-05-08T22:25:27.651Z+ chmod 0700 /home/build /work
202026-05-08T22:25:27.655Zprocess exited: duration 4159 ms, exit code 0
 
212026-05-08T22:25:27.666Zstarting task 1: "rust-toolchain"
222026-05-08T22:25:27.673Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T22:25:27.673Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T22:25:27.673Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T22:25:27.673Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T22:25:27.674Z * rust toolchain channel = "1.94.0"
272026-05-08T22:25:27.674Z * rust toolchain profile = "default"
282026-05-08T22:25:27.680Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T22:25:27.680Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T22:25:27.801Zinfo: downloading installer
312026-05-08T22:25:29.489Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T22:25:29.489Zwarn: /opt/ooce/bin
332026-05-08T22:25:29.490Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T22:25:29.490Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T22:25:29.490Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T22:25:29.490Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T22:25:29.490Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T22:25:29.490Zerror: cannot install while Rust is installed
392026-05-08T22:25:29.490Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T22:25:29.490Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T22:25:29.490Zwarn: /home/build/.rustup/settings.toml
422026-05-08T22:25:29.490Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T22:25:29.490Zwarn: instead of the one inferred from the default host triple.
442026-05-08T22:25:29.539Zinfo: profile set to default
452026-05-08T22:25:29.539Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T22:25:29.539Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T22:25:29.659Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T22:25:29.685Zinfo: downloading 6 components
492026-05-08T22:25:46.501Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T22:25:46.501Z
512026-05-08T22:25:46.528Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T22:25:46.528Z
532026-05-08T22:25:46.528Z
542026-05-08T22:25:46.532ZRust is installed now. Great!
552026-05-08T22:25:46.532Z
562026-05-08T22:25:46.532ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T22:25:46.532Zenvironment variable. This has not been done automatically.
582026-05-08T22:25:46.532Z
592026-05-08T22:25:46.532ZTo configure your current shell, you need to source
602026-05-08T22:25:46.532Zthe corresponding env file under $HOME/.cargo.
612026-05-08T22:25:46.532Z
622026-05-08T22:25:46.532ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T22:25:46.532Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T22:25:46.532Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T22:25:46.532Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T22:25:46.532Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T22:25:46.532Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T22:25:46.532Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T22:25:46.532Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T22:25:46.532Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T22:25:46.628Z+ rustup --version
722026-05-08T22:25:46.637Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T22:25:46.637Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T22:25:46.656Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T22:25:46.660Z+ cargo --version
762026-05-08T22:25:46.668Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T22:25:46.671Z+ rustc --version
782026-05-08T22:25:46.690Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T22:25:46.694Zprocess exited: duration 19025 ms, exit code 0
 
802026-05-08T22:25:46.705Zstarting task 2: "authentication"
812026-05-08T22:25:46.722Zprocess exited: duration 21 ms, exit code 0
 
822026-05-08T22:25:46.730Zstarting task 3: "clone repository"
832026-05-08T22:25:46.734Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T22:25:46.738Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T22:25:46.773ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T22:25:56.375Z+ cd /work/oxidecomputer/omicron
872026-05-08T22:25:56.375Z+ git fetch origin 74bc50e46b1fe057e2e8d4ff06db3202fe1cf443
882026-05-08T22:25:56.778ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T22:25:56.778Z * branch 74bc50e46b1fe057e2e8d4ff06db3202fe1cf443 -> FETCH_HEAD
902026-05-08T22:25:56.792Z+ [[ -n '' ]]
912026-05-08T22:25:56.793Z+ git reset --hard 74bc50e46b1fe057e2e8d4ff06db3202fe1cf443
922026-05-08T22:25:56.891ZHEAD is now at 74bc50e46 Add time-range filtering to support bundle log collection
932026-05-08T22:25:56.896Zprocess exited: duration 10164 ms, exit code 0
 
942026-05-08T22:25:56.904Zstarting task 4: "build"
952026-05-08T22:25:56.909Z+ source .github/buildomat/ci-env.sh
962026-05-08T22:25:56.909Z++ export CARGO_TERM_COLOR=always
972026-05-08T22:25:56.909Z++ CARGO_TERM_COLOR=always
982026-05-08T22:25:56.909Z+ cargo --version
992026-05-08T22:25:56.920Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-05-08T22:25:56.923Z+ rustc --version
1012026-05-08T22:25:56.942Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-05-08T22:25:56.946Z+ WORK=/work
1032026-05-08T22:25:56.946Z+ pfexec mkdir -p /work
1042026-05-08T22:25:56.949Z+ pfexec chown build /work
1052026-05-08T22:25:56.952Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-05-08T22:26:05.915Z Startup: Refreshing catalog 'helios-dev' ... Done
1072026-05-08T22:26:13.525Z Startup: Caching catalogs ... Done
1082026-05-08T22:26:20.612ZPlanning: Solver setup ... Done (5.827s)
1092026-05-08T22:26:20.651ZPlanning: Running solver ... Done (0.042s)
1102026-05-08T22:26:20.788ZPlanning: Finding local manifests ... Done (0.003s)
1112026-05-08T22:26:20.800ZPlanning: Fetching manifests: 0/5 0% complete
1122026-05-08T22:26:20.929ZPlanning: Fetching manifests: 5/5 100% complete
1132026-05-08T22:26:20.966ZPlanning: Package planning ... Done (0.038s)
1142026-05-08T22:26:21.002ZPlanning: Merging actions ... Done (0.035s)
1152026-05-08T22:26:21.186ZPlanning: Checking for conflicting actions ... Done (0.184s)
1162026-05-08T22:26:21.195ZPlanning: Consolidating action changes ... Done (0.009s)
1172026-05-08T22:26:22.069ZPlanning: Evaluating mediators ... Done (0.872s)
1182026-05-08T22:26:22.077ZPlanning: Planning completed in 8.38 seconds
1192026-05-08T22:26:22.090Z Packages to install: 5
1202026-05-08T22:26:22.090Z Mediators to change: 3
1212026-05-08T22:26:22.090Z Services to change: 1
1222026-05-08T22:26:22.090Z Estimated space available: 155.34 GB
1232026-05-08T22:26:22.094ZEstimated space to be consumed: 1.90 GB
1242026-05-08T22:26:22.094Z Create boot environment: No
1252026-05-08T22:26:22.094ZCreate backup boot environment: No
1262026-05-08T22:26:22.094Z Rebuild boot archive: No
1272026-05-08T22:26:22.094Z
1282026-05-08T22:26:22.094ZChanged mediators:
1292026-05-08T22:26:22.094Z mediator clang:
1302026-05-08T22:26:22.094Z version: None -> 15 (system default)
1312026-05-08T22:26:22.095Z
1322026-05-08T22:26:22.095Z mediator llvm:
1332026-05-08T22:26:22.095Z version: 14 (system default) -> 15 (system default)
1342026-05-08T22:26:22.095Z
1352026-05-08T22:26:22.095Z mediator postgresql:
1362026-05-08T22:26:22.095Z version: 15 (system default) -> 18 (system default)
1372026-05-08T22:26:22.095Z
1382026-05-08T22:26:22.095ZChanged packages:
1392026-05-08T22:26:22.095Zhelios-dev
1402026-05-08T22:26:22.095Z developer/build-essential
1412026-05-08T22:26:22.095Z None -> 11-2.0
1422026-05-08T22:26:22.095Z library/libxmlsec1
1432026-05-08T22:26:22.095Z None -> 1.2.35-2.0
1442026-05-08T22:26:22.095Z ooce/developer/clang-15
1452026-05-08T22:26:22.095Z None -> 15.0.7-2.0
1462026-05-08T22:26:22.095Z ooce/developer/llvm-15
1472026-05-08T22:26:22.095Z None -> 15.0.7-2.0
1482026-05-08T22:26:22.095Z ooce/library/postgresql-18
1492026-05-08T22:26:22.095Z None -> 18.1-2.0
1502026-05-08T22:26:22.095Z
1512026-05-08T22:26:22.095ZServices:
1522026-05-08T22:26:22.095Z restart_fmri:
1532026-05-08T22:26:22.095Z svc:/system/update-man-index:default
1542026-05-08T22:26:22.134Z
1552026-05-08T22:26:22.134ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1562026-05-08T22:26:29.568ZDownload: 1195/4272 items 83.2/219.0MB 37% complete (21.4M/s)
1572026-05-08T22:26:34.568ZDownload: 3506/4272 items 213.5/219.0MB 97% complete (19.6M/s)
1582026-05-08T22:26:38.543ZDownload: Completed 218.99 MB in 16.41 seconds (13.3M/s)
1592026-05-08T22:26:38.682Z Actions: 1/4789 actions (Installing new actions)
1602026-05-08T22:26:42.082Z Actions: Completed 4789 actions in 3.40 seconds.
1612026-05-08T22:26:42.696Z Done (0.609s)
1622026-05-08T22:26:42.697Z Done (0.000s)
1632026-05-08T22:26:43.325Z Done (0.629s)
1642026-05-08T22:26:46.834Z Done (3.152s)
1652026-05-08T22:26:46.909Z Done (0.013s)
1662026-05-08T22:26:46.914Z Done (0.000s)
1672026-05-08T22:26:47.167Z Done (0.000s)
1682026-05-08T22:26:48.036ZPlanning: Evaluating mediator changes ... Done
1692026-05-08T22:26:48.143ZPlanning: Checking for conflicting actions ... Done
1702026-05-08T22:26:48.147ZPlanning: Consolidating action changes ... Done
1712026-05-08T22:26:48.300ZPlanning: Evaluating mediators ... Done
1722026-05-08T22:26:48.304ZPlanning: Planning completed in 0.26 seconds
1732026-05-08T22:26:48.323Z Mediators to change: 2
1742026-05-08T22:26:48.323Z Create boot environment: No
1752026-05-08T22:26:48.323ZCreate backup boot environment: No
1762026-05-08T22:26:48.388Z Done
1772026-05-08T22:26:48.388Z Done
1782026-05-08T22:26:48.995Z Done
1792026-05-08T22:26:51.624Z Done
1802026-05-08T22:26:51.697Z Done
1812026-05-08T22:26:51.700Z Done
1822026-05-08T22:26:51.831Z Done
1832026-05-08T22:26:52.086ZPlanning: Evaluating mediator changes ... Done
1842026-05-08T22:26:52.195ZPlanning: Checking for conflicting actions ... Done
1852026-05-08T22:26:52.199ZPlanning: Consolidating action changes ... Done
1862026-05-08T22:26:52.348ZPlanning: Evaluating mediators ... Done
1872026-05-08T22:26:52.353ZPlanning: Planning completed in 0.26 seconds
1882026-05-08T22:26:52.370Z Mediators to change: 1
1892026-05-08T22:26:52.370Z Create boot environment: No
1902026-05-08T22:26:52.370ZCreate backup boot environment: No
1912026-05-08T22:26:52.427Z Done
1922026-05-08T22:26:52.428Z Done
1932026-05-08T22:26:53.026Z Done
1942026-05-08T22:26:55.609Z Done
1952026-05-08T22:26:55.683Z Done
1962026-05-08T22:26:55.686Z Done
1972026-05-08T22:26:55.823Z Done
1982026-05-08T22:26:56.105ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-05-08T22:26:56.105Zclang system 15 system
2002026-05-08T22:26:56.105Zcsh system system illumos
2012026-05-08T22:26:56.105Zctags system system illumos
2022026-05-08T22:26:56.105Zfile system system illumos
2032026-05-08T22:26:56.105Zgcc vendor 12 vendor
2042026-05-08T22:26:56.105Zgcc system 14 system
2052026-05-08T22:26:56.105Zgcc system 10 system
2062026-05-08T22:26:56.105Zgo system 1.20 system
2072026-05-08T22:26:56.105Zgo system 1.19 system
2082026-05-08T22:26:56.105Zllvm system 15 system
2092026-05-08T22:26:56.105Zllvm system 14 system
2102026-05-08T22:26:56.105Zmariadb system 10.6 system
2112026-05-08T22:26:56.106Zmta vendor vendor dma
2122026-05-08T22:26:56.106Zopenjdk system 17 system
2132026-05-08T22:26:56.106Zopenjdk system 11 system
2142026-05-08T22:26:56.106Zopenjdk system 1.8 system
2152026-05-08T22:26:56.106Zopenssl vendor 3 vendor
2162026-05-08T22:26:56.106Zperl system 5.36 system
2172026-05-08T22:26:56.106Zpostgresql system 18 system
2182026-05-08T22:26:56.106Zpostgresql system 15 system
2192026-05-08T22:26:56.106Zpostgresql system 13 system
2202026-05-08T22:26:56.106Zpython vendor 3 vendor
2212026-05-08T22:26:56.106Zpython system 2 system
2222026-05-08T22:26:56.106Zpython3 system 3.11 system
2232026-05-08T22:26:56.106Zruby system 3.0 system
2242026-05-08T22:26:56.106Zwords vendor vendor american-english
2252026-05-08T22:26:56.106Zwords system system australian-english
2262026-05-08T22:26:56.106Zwords system system british-english
2272026-05-08T22:26:56.106Zwords system system canadian-english
2282026-05-08T22:26:56.106Zwords system system french
2292026-05-08T22:26:56.106Zwords system system italian
2302026-05-08T22:26:56.106Zwords system system ngerman
2312026-05-08T22:26:56.106Zwords system system ogerman
2322026-05-08T22:26:56.106Zwords system system spanish
2332026-05-08T22:26:56.332ZPUBLISHER TYPE STATUS P LOCATION
2342026-05-08T22:26:56.332Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352026-05-08T22:27:00.904ZFMRI IFO
2362026-05-08T22:27:00.904Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372026-05-08T22:27:00.905Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382026-05-08T22:27:00.905Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392026-05-08T22:27:00.905Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402026-05-08T22:27:00.905Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412026-05-08T22:27:00.905Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2422026-05-08T22:27:00.905Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2432026-05-08T22:27:00.905Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2442026-05-08T22:27:00.905Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2452026-05-08T22:27:00.905Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2462026-05-08T22:27:00.905Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472026-05-08T22:27:00.905Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2482026-05-08T22:27:00.905Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2492026-05-08T22:27:00.906Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502026-05-08T22:27:00.906Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2512026-05-08T22:27:00.906Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2522026-05-08T22:27:00.906Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532026-05-08T22:27:02.033Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542026-05-08T22:27:02.310Z Updating crates.io index
2552026-05-08T22:27:02.350Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562026-05-08T22:27:03.323Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-05-08T22:27:03.840Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2582026-05-08T22:27:04.742Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592026-05-08T22:27:05.579Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602026-05-08T22:27:06.065Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612026-05-08T22:27:07.400Z Updating git repository `https://github.com/oxidecomputer/opte`
2622026-05-08T22:27:08.406Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632026-05-08T22:27:08.725Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-05-08T22:27:09.678Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652026-05-08T22:27:10.344Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-05-08T22:27:10.758Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-05-08T22:27:11.272Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-05-08T22:27:12.142Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-05-08T22:27:12.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-08T22:27:13.264Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2712026-05-08T22:27:13.718Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-05-08T22:27:14.159Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732026-05-08T22:27:14.391Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742026-05-08T22:27:14.614Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752026-05-08T22:27:14.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-05-08T22:27:15.289Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772026-05-08T22:27:15.852Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2782026-05-08T22:27:16.354Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2792026-05-08T22:27:16.589Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2802026-05-08T22:27:16.897Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812026-05-08T22:27:18.427Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822026-05-08T22:27:19.257Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832026-05-08T22:27:20.165Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842026-05-08T22:27:20.659Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852026-05-08T22:27:20.974Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862026-05-08T22:27:21.306Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2872026-05-08T22:27:21.639Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-05-08T22:27:22.288Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-05-08T22:27:22.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-05-08T22:27:22.778Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-05-08T22:27:23.041Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-05-08T22:27:23.418Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932026-05-08T22:27:36.748Z Downloading crates ...
2942026-05-08T22:27:36.772Z Downloaded camino-tempfile v1.4.1
2952026-05-08T22:27:36.772Z Downloaded bytecount v0.6.9
2962026-05-08T22:27:36.772Z Downloaded utf8parse v0.2.2
2972026-05-08T22:27:36.772Z Downloaded cfg-if v1.0.4
2982026-05-08T22:27:36.772Z Downloaded colorchoice v1.0.4
2992026-05-08T22:27:36.772Z Downloaded swrite v0.1.0
3002026-05-08T22:27:36.772Z Downloaded displaydoc v0.2.5
3012026-05-08T22:27:36.772Z Downloaded thread-id v4.2.2
3022026-05-08T22:27:36.772Z Downloaded crypto-common v0.1.7
3032026-05-08T22:27:36.772Z Downloaded usdt-impl v0.5.0
3042026-05-08T22:27:36.772Z Downloaded zerocopy v0.7.35
3052026-05-08T22:27:36.772Z Downloaded zerovec-derive v0.11.2
3062026-05-08T22:27:36.773Z Downloaded fnv v1.0.7
3072026-05-08T22:27:36.773Z Downloaded fastrand v2.3.0
3082026-05-08T22:27:36.773Z Downloaded thiserror v2.0.18
3092026-05-08T22:27:36.773Z Downloaded scroll v0.12.0
3102026-05-08T22:27:36.773Z Downloaded anstyle v1.0.13
3112026-05-08T22:27:36.773Z Downloaded digest v0.10.7
3122026-05-08T22:27:36.773Z Downloaded anstyle-parse v0.2.7
3132026-05-08T22:27:36.773Z Downloaded scroll_derive v0.12.1
3142026-05-08T22:27:36.773Z Downloaded writeable v0.6.2
3152026-05-08T22:27:36.773Z Downloaded plain v0.2.3
3162026-05-08T22:27:36.773Z Downloaded textwrap v0.16.2
3172026-05-08T22:27:36.773Z Downloaded percent-encoding v2.3.2
3182026-05-08T22:27:36.773Z Downloaded dof v0.3.0
3192026-05-08T22:27:36.773Z Downloaded zerofrom v0.1.6
3202026-05-08T22:27:36.773Z Downloaded cpufeatures v0.2.17
3212026-05-08T22:27:36.773Z Downloaded clap_lex v1.0.0
3222026-05-08T22:27:36.773Z Downloaded utf8_iter v1.0.4
3232026-05-08T22:27:36.773Z Downloaded potential_utf v0.1.4
3242026-05-08T22:27:36.773Z Downloaded unicode-linebreak v0.1.5
3252026-05-08T22:27:36.773Z Downloaded version_check v0.9.5
3262026-05-08T22:27:36.773Z Downloaded synstructure v0.13.2
3272026-05-08T22:27:36.773Z Downloaded typeid v1.0.3
3282026-05-08T22:27:36.773Z Downloaded usdt v0.5.0
3292026-05-08T22:27:36.773Z Downloaded unicode-xid v0.2.6
3302026-05-08T22:27:36.773Z Downloaded usdt-macro v0.5.0
3312026-05-08T22:27:36.773Z Downloaded cargo_toml v0.21.0
3322026-05-08T22:27:36.773Z Downloaded cargo_metadata v0.21.0
3332026-05-08T22:27:36.773Z Downloaded toml_write v0.1.2
3342026-05-08T22:27:36.773Z Downloaded cargo-platform v0.2.0
3352026-05-08T22:27:36.773Z Downloaded usdt-attr-macro v0.5.0
3362026-05-08T22:27:36.773Z Downloaded toml_datetime v0.6.11
3372026-05-08T22:27:36.773Z Downloaded serde-value v0.7.0
3382026-05-08T22:27:36.773Z Downloaded proc-macro-error-attr v1.0.4
3392026-05-08T22:27:36.773Z Downloaded stable_deref_trait v1.2.1
3402026-05-08T22:27:36.773Z Downloaded anstyle-query v1.1.5
3412026-05-08T22:27:36.774Z Downloaded yoke-derive v0.8.1
3422026-05-08T22:27:36.774Z Downloaded anstream v0.6.21
3432026-05-08T22:27:36.774Z Downloaded zerofrom-derive v0.1.6
3442026-05-08T22:27:36.774Z Downloaded thiserror-impl v1.0.69
3452026-05-08T22:27:36.774Z Downloaded proc-macro2 v1.0.106
3462026-05-08T22:27:36.774Z Downloaded icu_properties v2.1.2
3472026-05-08T22:27:36.774Z Downloaded heck v0.4.1
3482026-05-08T22:27:36.774Z Downloaded yoke v0.8.1
3492026-05-08T22:27:36.774Z Downloaded zmij v1.0.21
3502026-05-08T22:27:36.774Z Downloaded zerocopy-derive v0.7.35
3512026-05-08T22:27:36.774Z Downloaded unicode-ident v1.0.24
3522026-05-08T22:27:36.774Z Downloaded toml v0.8.23
3532026-05-08T22:27:36.774Z Downloaded tinystr v0.8.2
3542026-05-08T22:27:36.774Z Downloaded thiserror v1.0.69
3552026-05-08T22:27:36.774Z Downloaded serde_spanned v0.6.9
3562026-05-08T22:27:36.774Z Downloaded ordered-float v2.10.1
3572026-05-08T22:27:36.774Z Downloaded dtrace-parser v0.2.0
3582026-05-08T22:27:36.774Z Downloaded form_urlencoded v1.2.2
3592026-05-08T22:27:36.774Z Downloaded thiserror-impl v2.0.18
3602026-05-08T22:27:36.774Z Downloaded ucd-trie v0.1.7
3612026-05-08T22:27:36.774Z Downloaded terminal_size v0.4.3
3622026-05-08T22:27:36.774Z Downloaded macaddr v1.0.1
3632026-05-08T22:27:36.774Z Downloaded typenum v1.19.0
3642026-05-08T22:27:36.774Z Downloaded serde-untagged v0.1.9
3652026-05-08T22:27:36.774Z Downloaded itoa v1.0.17
3662026-05-08T22:27:36.774Z Downloaded idna_adapter v1.2.1
3672026-05-08T22:27:36.774Z Downloaded block-buffer v0.10.4
3682026-05-08T22:27:36.774Z Downloaded toml_edit v0.22.27
3692026-05-08T22:27:36.774Z Downloaded zerotrie v0.2.3
3702026-05-08T22:27:36.774Z Downloaded url v2.5.8
3712026-05-08T22:27:36.774Z Downloaded heck v0.5.0
3722026-05-08T22:27:36.774Z Downloaded generic-array v0.14.7
3732026-05-08T22:27:36.774Z Downloaded pretty-hex v0.4.1
3742026-05-08T22:27:36.774Z Downloaded is_terminal_polyfill v1.70.2
3752026-05-08T22:27:36.774Z Downloaded memmap v0.7.0
3762026-05-08T22:27:36.774Z Downloaded zerovec v0.11.5
3772026-05-08T22:27:36.774Z Downloaded equivalent v1.0.2
3782026-05-08T22:27:36.774Z Downloaded clap_derive v4.5.55
3792026-05-08T22:27:36.775Z Downloaded byteorder v1.5.0
3802026-05-08T22:27:36.775Z Downloaded autocfg v1.5.0
3812026-05-08T22:27:36.775Z Downloaded errno v0.3.14
3822026-05-08T22:27:36.775Z Downloaded tabled_derive v0.7.0
3832026-05-08T22:27:36.775Z Downloaded smawk v0.3.2
3842026-05-08T22:27:36.775Z Downloaded erased-serde v0.4.9
3852026-05-08T22:27:36.775Z Downloaded winnow v0.7.14
3862026-05-08T22:27:36.775Z Downloaded unicode-width v0.2.0
3872026-05-08T22:27:36.775Z Downloaded strsim v0.11.1
3882026-05-08T22:27:36.775Z Downloaded proc-macro-error v1.0.4
3892026-05-08T22:27:36.775Z Downloaded unicode-width v0.1.14
3902026-05-08T22:27:36.775Z Downloaded pest_derive v2.8.6
3912026-05-08T22:27:36.775Z Downloaded fs-err v3.3.0
3922026-05-08T22:27:36.775Z Downloaded serde_tokenstream v0.2.3
3932026-05-08T22:27:36.775Z Downloaded semver v1.0.28
3942026-05-08T22:27:36.791Z Downloaded quote v1.0.45
3952026-05-08T22:27:36.791Z Downloaded sha2 v0.10.9
3962026-05-08T22:27:36.791Z Downloaded num-traits v0.2.19
3972026-05-08T22:27:36.792Z Downloaded pest_generator v2.8.6
3982026-05-08T22:27:36.792Z Downloaded once_cell v1.21.3
3992026-05-08T22:27:36.792Z Downloaded smallvec v1.15.1
4002026-05-08T22:27:36.792Z Downloaded tempfile v3.25.0
4012026-05-08T22:27:36.792Z Downloaded cargo-util-schemas v0.8.2
4022026-05-08T22:27:36.792Z Downloaded bitflags v2.11.0
4032026-05-08T22:27:36.792Z Downloaded log v0.4.29
4042026-05-08T22:27:36.792Z Downloaded litemap v0.8.1
4052026-05-08T22:27:36.792Z Downloaded papergrid v0.11.0
4062026-05-08T22:27:36.792Z Downloaded anyhow v1.0.102
4072026-05-08T22:27:36.792Z Downloaded serde_derive v1.0.228
4082026-05-08T22:27:36.792Z Downloaded clap v4.5.60
4092026-05-08T22:27:36.792Z Downloaded getrandom v0.4.1
4102026-05-08T22:27:36.792Z Downloaded camino v1.2.2
4112026-05-08T22:27:36.792Z Downloaded serde_core v1.0.228
4122026-05-08T22:27:36.792Z Downloaded icu_provider v2.1.1
4132026-05-08T22:27:36.792Z Downloaded icu_normalizer v2.1.1
4142026-05-08T22:27:36.792Z Downloaded icu_locale_core v2.1.1
4152026-05-08T22:27:36.792Z Downloaded pest_meta v2.8.6
4162026-05-08T22:27:36.792Z Downloaded icu_collections v2.1.1
4172026-05-08T22:27:36.792Z Downloaded icu_normalizer_data v2.1.1
4182026-05-08T22:27:36.792Z Downloaded memchr v2.8.0
4192026-05-08T22:27:36.793Z Downloaded serde v1.0.228
4202026-05-08T22:27:36.793Z Downloaded indexmap v2.14.0
4212026-05-08T22:27:36.793Z Downloaded pest v2.8.6
4222026-05-08T22:27:36.793Z Downloaded idna v1.1.0
4232026-05-08T22:27:36.793Z Downloaded clap_builder v4.5.60
4242026-05-08T22:27:36.793Z Downloaded icu_properties_data v2.1.2
4252026-05-08T22:27:36.793Z Downloaded serde_json v1.0.149
4262026-05-08T22:27:36.793Z Downloaded hashbrown v0.17.0
4272026-05-08T22:27:36.793Z Downloaded goblin v0.8.2
4282026-05-08T22:27:36.793Z Downloaded tabled v0.15.0
4292026-05-08T22:27:36.793Z Downloaded syn v1.0.109
4302026-05-08T22:27:36.793Z Downloaded syn v2.0.117
4312026-05-08T22:27:36.793Z Downloaded rustix v1.1.3
4322026-05-08T22:27:37.664Z Downloaded libc v0.2.185
4332026-05-08T22:27:37.664Z Compiling proc-macro2 v1.0.106
4342026-05-08T22:27:37.664Z Compiling quote v1.0.45
4352026-05-08T22:27:37.664Z Compiling unicode-ident v1.0.24
4362026-05-08T22:27:37.664Z Compiling serde_core v1.0.228
4372026-05-08T22:27:37.664Z Compiling libc v0.2.185
4382026-05-08T22:27:37.664Z Compiling version_check v0.9.5
4392026-05-08T22:27:37.664Z Compiling memchr v2.8.0
4402026-05-08T22:27:37.664Z Compiling stable_deref_trait v1.2.1
4412026-05-08T22:27:37.664Z Compiling serde v1.0.228
4422026-05-08T22:27:37.664Z Compiling zmij v1.0.21
4432026-05-08T22:27:37.664Z Compiling thiserror v1.0.69
4442026-05-08T22:27:37.681Z Compiling itoa v1.0.17
4452026-05-08T22:27:37.681Z Compiling autocfg v1.5.0
4462026-05-08T22:27:37.681Z Compiling ucd-trie v0.1.7
4472026-05-08T22:27:37.681Z Compiling writeable v0.6.2
4482026-05-08T22:27:37.681Z Compiling litemap v0.8.1
4492026-05-08T22:27:37.681Z Compiling rustix v1.1.3
4502026-05-08T22:27:37.681Z Compiling icu_properties_data v2.1.2
4512026-05-08T22:27:37.681Z Compiling icu_normalizer_data v2.1.1
4522026-05-08T22:27:37.681Z Compiling byteorder v1.5.0
4532026-05-08T22:27:37.681Z Compiling pest v2.8.6
4542026-05-08T22:27:37.681Z Compiling serde_json v1.0.149
4552026-05-08T22:27:37.681Z Compiling bitflags v2.11.0
4562026-05-08T22:27:38.133Z Compiling num-traits v0.2.19
4572026-05-08T22:27:38.159Z Compiling hashbrown v0.17.0
4582026-05-08T22:27:38.159Z Compiling equivalent v1.0.2
4592026-05-08T22:27:38.159Z Compiling smallvec v1.15.1
4602026-05-08T22:27:38.159Z Compiling typeid v1.0.3
4612026-05-08T22:27:38.159Z Compiling proc-macro-error-attr v1.0.4
4622026-05-08T22:27:38.160Z Compiling usdt-impl v0.5.0
4632026-05-08T22:27:38.160Z Compiling erased-serde v0.4.9
4642026-05-08T22:27:38.160Z Compiling winnow v0.7.14
4652026-05-08T22:27:38.160Z Compiling syn v1.0.109
4662026-05-08T22:27:38.183Z Compiling errno v0.3.14
4672026-05-08T22:27:38.183Z Compiling thread-id v4.2.2
4682026-05-08T22:27:38.219Z Compiling toml_write v0.1.2
4692026-05-08T22:27:38.309Z Compiling proc-macro-error v1.0.4
4702026-05-08T22:27:38.314Z Compiling thiserror v2.0.18
4712026-05-08T22:27:38.647Z Compiling indexmap v2.14.0
4722026-05-08T22:27:38.668Z Compiling plain v0.2.3
4732026-05-08T22:27:38.668Z Compiling getrandom v0.4.1
4742026-05-08T22:27:38.668Z Compiling percent-encoding v2.3.2
4752026-05-08T22:27:38.668Z Compiling syn v2.0.117
4762026-05-08T22:27:38.668Z Compiling log v0.4.29
4772026-05-08T22:27:38.668Z Compiling camino v1.2.2
4782026-05-08T22:27:38.668Z Compiling utf8_iter v1.0.4
4792026-05-08T22:27:38.672Z Compiling pest_meta v2.8.6
4802026-05-08T22:27:38.672Z Compiling utf8parse v0.2.2
4812026-05-08T22:27:38.788Z Compiling form_urlencoded v1.2.2
4822026-05-08T22:27:38.817Z Compiling anstyle-parse v0.2.7
4832026-05-08T22:27:38.929Z Compiling is_terminal_polyfill v1.70.2
4842026-05-08T22:27:38.968Z Compiling ordered-float v2.10.1
4852026-05-08T22:27:39.007Z Compiling cfg-if v1.0.4
4862026-05-08T22:27:39.025Z Compiling anstyle v1.0.13
4872026-05-08T22:27:39.046Z Compiling colorchoice v1.0.4
4882026-05-08T22:27:39.049Z Compiling pretty-hex v0.4.1
4892026-05-08T22:27:39.049Z Compiling anstyle-query v1.1.5
4902026-05-08T22:27:41.234Z Compiling fs-err v3.3.0
4912026-05-08T22:27:41.297Z Compiling terminal_size v0.4.3
4922026-05-08T22:27:41.297Z Compiling anstream v0.6.21
4932026-05-08T22:27:41.297Z Compiling unicode-width v0.1.14
4942026-05-08T22:27:41.297Z Compiling fastrand v2.3.0
4952026-05-08T22:27:41.297Z Compiling bytecount v0.6.9
4962026-05-08T22:27:41.297Z Compiling anyhow v1.0.102
4972026-05-08T22:27:41.297Z Compiling semver v1.0.28
4982026-05-08T22:27:41.297Z Compiling once_cell v1.21.3
4992026-05-08T22:27:41.297Z Compiling clap_lex v1.0.0
5002026-05-08T22:27:41.297Z Compiling strsim v0.11.1
5012026-05-08T22:27:41.297Z Compiling fnv v1.0.7
5022026-05-08T22:27:41.297Z Compiling unicode-xid v0.2.6
5032026-05-08T22:27:41.298Z Compiling heck v0.5.0
5042026-05-08T22:27:41.298Z Compiling heck v0.4.1
5052026-05-08T22:27:41.298Z Compiling papergrid v0.11.0
5062026-05-08T22:27:41.298Z Compiling tempfile v3.25.0
5072026-05-08T22:27:41.298Z Compiling serde-untagged v0.1.9
5082026-05-08T22:27:41.298Z Compiling clap_builder v4.5.60
5092026-05-08T22:27:41.298Z Compiling memmap v0.7.0
5102026-05-08T22:27:41.298Z Compiling smawk v0.3.2
5112026-05-08T22:27:41.298Z Compiling unicode-linebreak v0.1.5
5122026-05-08T22:27:41.298Z Compiling unicode-width v0.2.0
5132026-05-08T22:27:41.298Z Compiling camino-tempfile v1.4.1
5142026-05-08T22:27:41.298Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5152026-05-08T22:27:41.298Z Compiling swrite v0.1.0
5162026-05-08T22:27:41.298Z Compiling textwrap v0.16.2
5172026-05-08T22:27:41.298Z Compiling tabled_derive v0.7.0
5182026-05-08T22:27:41.298Z Compiling synstructure v0.13.2
5192026-05-08T22:27:41.298Z Compiling pest_generator v2.8.6
5202026-05-08T22:27:41.298Z Compiling tabled v0.15.0
5212026-05-08T22:27:42.470Z Compiling serde_derive v1.0.228
5222026-05-08T22:27:42.499Z Compiling zerofrom-derive v0.1.6
5232026-05-08T22:27:42.499Z Compiling yoke-derive v0.8.1
5242026-05-08T22:27:42.499Z Compiling zerovec-derive v0.11.2
5252026-05-08T22:27:42.499Z Compiling displaydoc v0.2.5
5262026-05-08T22:27:42.499Z Compiling thiserror-impl v1.0.69
5272026-05-08T22:27:42.499Z Compiling zerocopy-derive v0.7.35
5282026-05-08T22:27:42.499Z Compiling scroll_derive v0.12.1
5292026-05-08T22:27:42.499Z Compiling thiserror-impl v2.0.18
5302026-05-08T22:27:42.499Z Compiling clap_derive v4.5.55
5312026-05-08T22:27:42.500Z Compiling pest_derive v2.8.6
5322026-05-08T22:27:42.500Z Compiling scroll v0.12.0
5332026-05-08T22:27:42.749Z Compiling zerocopy v0.7.35
5342026-05-08T22:27:42.752Z Compiling goblin v0.8.2
5352026-05-08T22:27:42.752Z Compiling zerofrom v0.1.6
5362026-05-08T22:27:42.811Z Compiling yoke v0.8.1
5372026-05-08T22:27:42.949Z Compiling dtrace-parser v0.2.0
5382026-05-08T22:27:42.974Z Compiling zerovec v0.11.5
5392026-05-08T22:27:42.974Z Compiling zerotrie v0.2.3
5402026-05-08T22:27:43.273Z Compiling clap v4.5.60
5412026-05-08T22:27:43.416Z Compiling tinystr v0.8.2
5422026-05-08T22:27:43.416Z Compiling potential_utf v0.1.4
5432026-05-08T22:27:43.537Z Compiling icu_collections v2.1.1
5442026-05-08T22:27:43.542Z Compiling icu_locale_core v2.1.1
5452026-05-08T22:27:44.098Z Compiling icu_provider v2.1.1
5462026-05-08T22:27:44.187Z Compiling dof v0.3.0
5472026-05-08T22:27:44.187Z Compiling serde_tokenstream v0.2.3
5482026-05-08T22:27:44.205Z Compiling toml_datetime v0.6.11
5492026-05-08T22:27:44.208Z Compiling serde_spanned v0.6.9
5502026-05-08T22:27:44.208Z Compiling serde-value v0.7.0
5512026-05-08T22:27:44.225Z Compiling cargo-platform v0.2.0
5522026-05-08T22:27:44.229Z Compiling macaddr v1.0.1
5532026-05-08T22:27:44.319Z Compiling icu_normalizer v2.1.1
5542026-05-08T22:27:44.323Z Compiling icu_properties v2.1.2
5552026-05-08T22:27:44.449Z Compiling toml_edit v0.22.27
5562026-05-08T22:27:44.868Z Compiling usdt-macro v0.5.0
5572026-05-08T22:27:44.871Z Compiling usdt-attr-macro v0.5.0
5582026-05-08T22:27:45.142Z Compiling idna_adapter v1.2.1
5592026-05-08T22:27:45.250Z Compiling idna v1.1.0
5602026-05-08T22:27:45.470Z Compiling usdt v0.5.0
5612026-05-08T22:27:45.499Z Compiling url v2.5.8
5622026-05-08T22:27:45.691Z Compiling toml v0.8.23
5632026-05-08T22:27:46.026Z Compiling cargo-util-schemas v0.8.2
5642026-05-08T22:27:46.026Z Compiling cargo_toml v0.21.0
5652026-05-08T22:27:46.810Z Compiling cargo_metadata v0.21.0
5662026-05-08T22:27:47.746Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5672026-05-08T22:27:49.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.99s
5682026-05-08T22:27:50.095Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5692026-05-08T22:27:50.648Z Downloading crates ...
5702026-05-08T22:27:50.747Z Downloaded bit-set v0.8.0
5712026-05-08T22:27:50.750Z Downloaded convert_case v0.4.0
5722026-05-08T22:27:50.758Z Downloaded allocator-api2 v0.2.21
5732026-05-08T22:27:50.768Z Downloaded arrayvec v0.7.6
5742026-05-08T22:27:50.774Z Downloaded arc-swap v1.8.2
5752026-05-08T22:27:50.777Z Downloaded adler2 v2.0.1
5762026-05-08T22:27:50.777Z Downloaded aead v0.5.2
5772026-05-08T22:27:50.777Z Downloaded ascii-canvas v3.0.0
5782026-05-08T22:27:50.777Z Downloaded blowfish v0.9.1
5792026-05-08T22:27:50.777Z Downloaded async-recursion v1.1.1
5802026-05-08T22:27:50.781Z Downloaded critical-section v1.2.0
5812026-05-08T22:27:50.781Z Downloaded derive_builder_macro v0.20.2
5822026-05-08T22:27:50.785Z Downloaded crc v3.4.0
5832026-05-08T22:27:50.785Z Downloaded enum-as-inner v0.6.1
5842026-05-08T22:27:50.785Z Downloaded downcast-rs v2.0.2
5852026-05-08T22:27:50.789Z Downloaded display-error-chain v0.2.2
5862026-05-08T22:27:50.789Z Downloaded crc8 v0.1.1
5872026-05-08T22:27:50.793Z Downloaded darling_macro v0.23.0
5882026-05-08T22:27:50.793Z Downloaded embedded-io v0.4.0
5892026-05-08T22:27:50.798Z Downloaded dtrace-parser v0.3.0
5902026-05-08T22:27:50.798Z Downloaded async-bb8-diesel v0.2.1
5912026-05-08T22:27:50.801Z Downloaded daft-derive v0.1.5
5922026-05-08T22:27:50.801Z Downloaded csv-core v0.1.13
5932026-05-08T22:27:50.801Z Downloaded async-trait v0.1.89
5942026-05-08T22:27:50.804Z Downloaded backon v1.6.0
5952026-05-08T22:27:50.807Z Downloaded bcs v0.1.6
5962026-05-08T22:27:50.808Z Downloaded castaway v0.2.4
5972026-05-08T22:27:50.811Z Downloaded defmt-parser v1.0.0
5982026-05-08T22:27:50.811Z Downloaded defmt v0.3.100
5992026-05-08T22:27:50.814Z Downloaded aes-gcm v0.10.3
6002026-05-08T22:27:50.818Z Downloaded bzip2 v0.6.1
6012026-05-08T22:27:50.818Z Downloaded base64ct v1.8.3
6022026-05-08T22:27:50.821Z Downloaded dirs-next v2.0.0
6032026-05-08T22:27:50.821Z Downloaded atty v0.2.14
6042026-05-08T22:27:50.827Z Downloaded ciborium-ll v0.2.2
6052026-05-08T22:27:50.833Z Downloaded difflib v0.4.0
6062026-05-08T22:27:50.833Z Downloaded crc32fast v1.5.0
6072026-05-08T22:27:50.833Z Downloaded crossbeam-epoch v0.9.18
6082026-05-08T22:27:50.837Z Downloaded bitfield-macros v0.19.4
6092026-05-08T22:27:50.837Z Downloaded arrayref v0.3.9
6102026-05-08T22:27:50.837Z Downloaded cfg_aliases v0.1.1
6112026-05-08T22:27:50.837Z Downloaded document-features v0.2.12
6122026-05-08T22:27:50.843Z Downloaded fixedbitset v0.5.7
6132026-05-08T22:27:50.846Z Downloaded filetime v0.2.27
6142026-05-08T22:27:50.846Z Downloaded dyn-clone v1.0.20
6152026-05-08T22:27:50.846Z Downloaded colored v3.1.1
6162026-05-08T22:27:50.849Z Downloaded crunchy v0.2.4
6172026-05-08T22:27:50.849Z Downloaded corncobs v0.1.4
6182026-05-08T22:27:50.852Z Downloaded backoff v0.4.0
6192026-05-08T22:27:50.853Z Downloaded erased-serde v0.3.31
6202026-05-08T22:27:50.853Z Downloaded constant_time_eq v0.4.2
6212026-05-08T22:27:50.856Z Downloaded fixedbitset v0.4.2
6222026-05-08T22:27:50.856Z Downloaded embedded-io v0.6.1
6232026-05-08T22:27:50.859Z Downloaded der_derive v0.7.3
6242026-05-08T22:27:50.859Z Downloaded either v1.15.0
6252026-05-08T22:27:50.859Z Downloaded diesel-dtrace v0.5.0
6262026-05-08T22:27:50.862Z Downloaded cpufeatures v0.3.0
6272026-05-08T22:27:50.862Z Downloaded fd-lock v4.0.4
6282026-05-08T22:27:50.866Z Downloaded darling v0.23.0
6292026-05-08T22:27:50.869Z Downloaded foreign-types-shared v0.1.1
6302026-05-08T22:27:50.869Z Downloaded ctr v0.9.2
6312026-05-08T22:27:50.869Z Downloaded cmake v0.1.57
6322026-05-08T22:27:50.872Z Downloaded cargo_metadata v0.19.2
6332026-05-08T22:27:50.872Z Downloaded atomic-waker v1.1.2
6342026-05-08T22:27:50.872Z Downloaded float-ord v0.3.2
6352026-05-08T22:27:50.876Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-05-08T22:27:50.876Z Downloaded debug-ignore v1.0.5
6372026-05-08T22:27:50.876Z Downloaded darling_macro v0.21.3
6382026-05-08T22:27:50.876Z Downloaded darling_macro v0.20.11
6392026-05-08T22:27:50.876Z Downloaded dunce v1.0.5
6402026-05-08T22:27:50.879Z Downloaded env_filter v1.0.0
6412026-05-08T22:27:50.879Z Downloaded ciborium v0.2.2
6422026-05-08T22:27:50.883Z Downloaded futures-macro v0.3.32
6432026-05-08T22:27:50.883Z Downloaded crucible-workspace-hack v0.1.0
6442026-05-08T22:27:50.883Z Downloaded block-padding v0.3.3
6452026-05-08T22:27:50.887Z Downloaded crc-catalog v2.4.0
6462026-05-08T22:27:50.887Z Downloaded compression-core v0.4.31
6472026-05-08T22:27:50.887Z Downloaded foreign-types v0.5.0
6482026-05-08T22:27:50.887Z Downloaded cfg_aliases v0.2.1
6492026-05-08T22:27:50.890Z Downloaded endian-type v0.1.2
6502026-05-08T22:27:50.890Z Downloaded dirs-sys-next v0.1.2
6512026-05-08T22:27:50.890Z Downloaded dsl_auto_type v0.2.0
6522026-05-08T22:27:50.890Z Downloaded futures-io v0.3.32
6532026-05-08T22:27:50.893Z Downloaded foreign-types v0.3.2
6542026-05-08T22:27:50.893Z Downloaded curve25519-dalek-derive v0.1.1
6552026-05-08T22:27:50.894Z Downloaded ar_archive_writer v0.5.1
6562026-05-08T22:27:50.898Z Downloaded bcrypt-pbkdf v0.10.0
6572026-05-08T22:27:50.901Z Downloaded array-init v0.0.4
6582026-05-08T22:27:50.906Z Downloaded git-stub v1.0.0
6592026-05-08T22:27:50.906Z Downloaded assert_matches v1.5.0
6602026-05-08T22:27:50.909Z Downloaded async-stream v0.3.6
6612026-05-08T22:27:50.909Z Downloaded cassowary v0.3.0
6622026-05-08T22:27:50.909Z Downloaded camino-tempfile-ext v0.3.3
6632026-05-08T22:27:50.914Z Downloaded cstr-argument v0.1.2
6642026-05-08T22:27:50.917Z Downloaded futures-task v0.3.32
6652026-05-08T22:27:50.917Z Downloaded compression-codecs v0.4.37
6662026-05-08T22:27:50.920Z Downloaded dof v0.4.0
6672026-05-08T22:27:50.920Z Downloaded base16ct v0.2.0
6682026-05-08T22:27:50.920Z Downloaded futures-core v0.3.32
6692026-05-08T22:27:50.920Z Downloaded bb8 v0.8.6
6702026-05-08T22:27:50.923Z Downloaded async-stream-impl v0.3.6
6712026-05-08T22:27:50.924Z Downloaded dropshot_endpoint v0.16.7
6722026-05-08T22:27:50.927Z Downloaded darling v0.21.3
6732026-05-08T22:27:50.930Z Downloaded cobs v0.3.0
6742026-05-08T22:27:50.930Z Downloaded dropshot-api-manager-types v0.7.1
6752026-05-08T22:27:50.930Z Downloaded cbc v0.1.2
6762026-05-08T22:27:50.933Z Downloaded futures-sink v0.3.32
6772026-05-08T22:27:50.933Z Downloaded ghash v0.5.1
6782026-05-08T22:27:50.937Z Downloaded ecdsa v0.16.9
6792026-05-08T22:27:50.937Z Downloaded ciborium-io v0.2.2
6802026-05-08T22:27:50.937Z Downloaded cargo-platform v0.1.9
6812026-05-08T22:27:50.937Z Downloaded bitfield-struct v0.6.2
6822026-05-08T22:27:50.940Z Downloaded atomicwrites v0.4.4
6832026-05-08T22:27:50.940Z Downloaded crossbeam-utils v0.8.21
6842026-05-08T22:27:50.945Z Downloaded hash32 v0.2.1
6852026-05-08T22:27:50.945Z Downloaded headers-core v0.3.0
6862026-05-08T22:27:50.945Z Downloaded console v0.15.11
6872026-05-08T22:27:50.950Z Downloaded funty v2.0.0
6882026-05-08T22:27:50.950Z Downloaded foreign-types-shared v0.3.1
6892026-05-08T22:27:50.950Z Downloaded foreign-types-macros v0.2.3
6902026-05-08T22:27:50.950Z Downloaded gethostname v0.5.0
6912026-05-08T22:27:50.950Z Downloaded fxhash v0.2.1
6922026-05-08T22:27:50.953Z Downloaded chacha20 v0.9.1
6932026-05-08T22:27:50.953Z Downloaded bitfield v0.19.4
6942026-05-08T22:27:50.957Z Downloaded float-cmp v0.10.0
6952026-05-08T22:27:50.957Z Downloaded crossbeam-deque v0.8.6
6962026-05-08T22:27:50.961Z Downloaded drift v0.1.3
6972026-05-08T22:27:50.968Z Downloaded hash32 v0.3.1
6982026-05-08T22:27:50.969Z Downloaded flagset v0.4.7
6992026-05-08T22:27:50.969Z Downloaded foldhash v0.1.5
7002026-05-08T22:27:50.969Z Downloaded ena v0.14.4
7012026-05-08T22:27:50.972Z Downloaded ed25519 v2.2.3
7022026-05-08T22:27:50.972Z Downloaded bitflags v1.3.2
7032026-05-08T22:27:50.972Z Downloaded cipher v0.4.4
7042026-05-08T22:27:50.972Z Downloaded argon2 v0.5.3
7052026-05-08T22:27:50.972Z Downloaded deranged v0.5.8
7062026-05-08T22:27:50.972Z Downloaded hex-literal v0.4.1
7072026-05-08T22:27:50.977Z Downloaded hex v0.4.3
7082026-05-08T22:27:50.977Z Downloaded daft v0.1.5
7092026-05-08T22:27:50.977Z Downloaded hubpack_derive v0.1.1
7102026-05-08T22:27:50.977Z Downloaded http-range v0.1.5
7112026-05-08T22:27:50.981Z Downloaded defmt v1.0.1
7122026-05-08T22:27:50.981Z Downloaded blake2 v0.10.6
7132026-05-08T22:27:50.984Z Downloaded foldhash v0.2.0
7142026-05-08T22:27:50.984Z Downloaded const-oid v0.9.6
7152026-05-08T22:27:50.984Z Downloaded ff v0.13.1
7162026-05-08T22:27:50.987Z Downloaded futures-executor v0.3.32
7172026-05-08T22:27:50.987Z Downloaded env_logger v0.11.9
7182026-05-08T22:27:50.987Z Downloaded glob v0.3.3
7192026-05-08T22:27:50.991Z Downloaded bit-vec v0.8.0
7202026-05-08T22:27:50.991Z Downloaded bit-vec v0.6.3
7212026-05-08T22:27:50.991Z Downloaded convert_case v0.10.0
7222026-05-08T22:27:50.998Z Downloaded hostname v0.4.2
7232026-05-08T22:27:50.998Z Downloaded hostname v0.3.1
7242026-05-08T22:27:50.998Z Downloaded http-body v1.0.1
7252026-05-08T22:27:51.002Z Downloaded globset v0.4.18
7262026-05-08T22:27:51.002Z Downloaded buf-list v1.1.2
7272026-05-08T22:27:51.003Z Downloaded indoc v1.0.9
7282026-05-08T22:27:51.003Z Downloaded indent_write v2.2.0
7292026-05-08T22:27:51.003Z Downloaded cc v1.2.56
7302026-05-08T22:27:51.006Z Downloaded fs-err v2.11.0
7312026-05-08T22:27:51.006Z Downloaded httpdate v1.0.3
7322026-05-08T22:27:51.006Z Downloaded derive_builder_core v0.20.2
7332026-05-08T22:27:51.006Z Downloaded cexpr v0.6.0
7342026-05-08T22:27:51.009Z Downloaded find-msvc-tools v0.1.9
7352026-05-08T22:27:51.009Z Downloaded chacha20 v0.10.0
7362026-05-08T22:27:51.013Z Downloaded elliptic-curve v0.13.8
7372026-05-08T22:27:51.013Z Downloaded colored v2.2.0
7382026-05-08T22:27:51.017Z Downloaded clang-sys v1.8.1
7392026-05-08T22:27:51.017Z Downloaded inout v0.1.4
7402026-05-08T22:27:51.020Z Downloaded ident_case v1.0.1
7412026-05-08T22:27:51.020Z Downloaded group v0.13.0
7422026-05-08T22:27:51.020Z Downloaded byte-wrapper v0.1.0
7432026-05-08T22:27:51.020Z Downloaded hyper-tls v0.6.0
7442026-05-08T22:27:51.020Z Downloaded defmt-macros v1.0.1
7452026-05-08T22:27:51.025Z Downloaded is_ci v1.2.0
7462026-05-08T22:27:51.028Z Downloaded globwalk v0.9.1
7472026-05-08T22:27:51.029Z Downloaded git-stub-vcs v0.1.0
7482026-05-08T22:27:51.029Z Downloaded is-terminal v0.4.17
7492026-05-08T22:27:51.029Z Downloaded instant v0.1.13
7502026-05-08T22:27:51.032Z Downloaded internet-checksum v0.2.1
7512026-05-08T22:27:51.032Z Downloaded crossbeam-channel v0.5.15
7522026-05-08T22:27:51.037Z Downloaded diff v0.1.13
7532026-05-08T22:27:51.042Z Downloaded futures-channel v0.3.32
7542026-05-08T22:27:51.042Z Downloaded highway v1.3.0
7552026-05-08T22:27:51.042Z Downloaded hubpack v0.1.2
7562026-05-08T22:27:51.042Z Downloaded data-encoding v2.10.0
7572026-05-08T22:27:51.045Z Downloaded derive-ex v0.1.8
7582026-05-08T22:27:51.050Z Downloaded crc-any v2.5.0
7592026-05-08T22:27:51.054Z Downloaded cookie_store v0.22.1
7602026-05-08T22:27:51.054Z Downloaded ingot-types v0.1.2
7612026-05-08T22:27:51.057Z Downloaded const_format_proc_macros v0.2.34
7622026-05-08T22:27:51.057Z Downloaded console v0.16.2
7632026-05-08T22:27:51.058Z Downloaded cookie v0.18.1
7642026-05-08T22:27:51.061Z Downloaded cancel-safe-futures v0.1.5
7652026-05-08T22:27:51.061Z Downloaded lru v0.12.5
7662026-05-08T22:27:51.064Z Downloaded flume v0.11.1
7672026-05-08T22:27:51.064Z Downloaded kstat-rs v0.2.4
7682026-05-08T22:27:51.064Z Downloaded bzip2 v0.4.4
7692026-05-08T22:27:51.067Z Downloaded humantime v2.3.0
7702026-05-08T22:27:51.068Z Downloaded base64 v0.21.7
7712026-05-08T22:27:51.071Z Downloaded fallible-iterator v0.2.0
7722026-05-08T22:27:51.071Z Downloaded http-body-util v0.1.3
7732026-05-08T22:27:51.075Z Downloaded home v0.5.12
7742026-05-08T22:27:51.075Z Downloaded darling v0.20.11
7752026-05-08T22:27:51.078Z Downloaded lazy_static v1.5.0
7762026-05-08T22:27:51.078Z Downloaded keccak v0.1.6
7772026-05-08T22:27:51.078Z Downloaded half v1.8.3
7782026-05-08T22:27:51.079Z Downloaded linked-hash-map v0.5.6
7792026-05-08T22:27:51.082Z Downloaded libscf-sys v1.1.0
7802026-05-08T22:27:51.082Z Downloaded fs_extra v1.3.0
7812026-05-08T22:27:51.082Z Downloaded des v0.8.1
7822026-05-08T22:27:51.088Z Downloaded match_cfg v0.1.0
7832026-05-08T22:27:51.088Z Downloaded fatfs v0.3.6
7842026-05-08T22:27:51.088Z Downloaded instability v0.3.11
7852026-05-08T22:27:51.093Z Downloaded bit-set v0.5.3
7862026-05-08T22:27:51.093Z Downloaded darling_core v0.23.0
7872026-05-08T22:27:51.093Z Downloaded maplit v1.0.2
7882026-05-08T22:27:51.093Z Downloaded hyper-staticfile v0.10.1
7892026-05-08T22:27:51.096Z Downloaded derive_builder v0.20.2
7902026-05-08T22:27:51.096Z Downloaded ipnetwork v0.21.1
7912026-05-08T22:27:51.099Z Downloaded ahash v0.8.12
7922026-05-08T22:27:51.099Z Downloaded ipnet v2.11.0
7932026-05-08T22:27:51.102Z Downloaded memoffset v0.9.1
7942026-05-08T22:27:51.102Z Downloaded maybe-uninit v2.0.0
7952026-05-08T22:27:51.106Z Downloaded ingot v0.1.1
7962026-05-08T22:27:51.106Z Downloaded indoc v2.0.7
7972026-05-08T22:27:51.109Z Downloaded lzss v0.8.2
7982026-05-08T22:27:51.109Z Downloaded new_debug_unreachable v1.0.6
7992026-05-08T22:27:51.109Z Downloaded lru-cache v0.1.2
8002026-05-08T22:27:51.109Z Downloaded chacha20poly1305 v0.10.1
8012026-05-08T22:27:51.113Z Downloaded lru-slab v0.1.2
8022026-05-08T22:27:51.113Z Downloaded impl-trait-for-tuples v0.2.3
8032026-05-08T22:27:51.116Z Downloaded nodrop v0.1.14
8042026-05-08T22:27:51.116Z Downloaded jobserver v0.1.34
8052026-05-08T22:27:51.116Z Downloaded normalize-line-endings v0.3.0
8062026-05-08T22:27:51.116Z Downloaded multimap v0.10.1
8072026-05-08T22:27:51.122Z Downloaded mime v0.3.17
8082026-05-08T22:27:51.122Z Downloaded md-5 v0.10.6
8092026-05-08T22:27:51.122Z Downloaded libsw v3.5.0
8102026-05-08T22:27:51.125Z Downloaded hmac v0.12.1
8112026-05-08T22:27:51.125Z Downloaded num-iter v0.1.45
8122026-05-08T22:27:51.125Z Downloaded half v2.7.1
8132026-05-08T22:27:51.125Z Downloaded newline-converter v0.3.0
8142026-05-08T22:27:51.125Z Downloaded libsw-core v0.3.2
8152026-05-08T22:27:51.128Z Downloaded newtype-uuid-macros v0.1.0
8162026-05-08T22:27:51.128Z Downloaded managed v0.8.0
8172026-05-08T22:27:51.132Z Downloaded lock_api v0.4.14
8182026-05-08T22:27:51.132Z Downloaded dropshot_endpoint v0.17.0
8192026-05-08T22:27:51.136Z Downloaded derive_more v0.99.20
8202026-05-08T22:27:51.140Z Downloaded nonempty v0.12.0
8212026-05-08T22:27:51.140Z Downloaded num v0.4.3
8222026-05-08T22:27:51.146Z Downloaded newtype_derive v0.1.6
8232026-05-08T22:27:51.146Z Downloaded num-derive v0.3.3
8242026-05-08T22:27:51.146Z Downloaded num-conv v0.2.0
8252026-05-08T22:27:51.146Z Downloaded libefi-sys v0.1.0
8262026-05-08T22:27:51.146Z Downloaded lalrpop-util v0.19.12
8272026-05-08T22:27:51.150Z Downloaded num-derive v0.4.2
8282026-05-08T22:27:51.150Z Downloaded opaque-debug v0.3.1
8292026-05-08T22:27:51.153Z Downloaded olpc-cjson v0.1.4
8302026-05-08T22:27:51.153Z Downloaded getrandom v0.3.4
8312026-05-08T22:27:51.156Z Downloaded num_threads v0.1.7
8322026-05-08T22:27:51.160Z Downloaded httparse v1.10.1
8332026-05-08T22:27:51.160Z Downloaded nibble_vec v0.1.0
8342026-05-08T22:27:51.163Z Downloaded linear-map v1.2.0
8352026-05-08T22:27:51.166Z Downloaded num_enum_derive v0.5.11
8362026-05-08T22:27:51.186Z Downloaded packed_struct_codegen v0.10.1
8372026-05-08T22:27:51.190Z Downloaded oso-derive v0.27.3
8382026-05-08T22:27:51.190Z Downloaded openssl-probe v0.2.1
8392026-05-08T22:27:51.190Z Downloaded openssl-probe v0.1.6
8402026-05-08T22:27:51.190Z Downloaded openssl-macros v0.1.1
8412026-05-08T22:27:51.193Z Downloaded md5 v0.7.0
8422026-05-08T22:27:51.193Z Downloaded iana-time-zone v0.1.65
8432026-05-08T22:27:51.193Z Downloaded hyper-rustls v0.27.7
8442026-05-08T22:27:51.197Z Downloaded nanorand v0.7.0
8452026-05-08T22:27:51.197Z Downloaded parse-size v1.1.0
8462026-05-08T22:27:51.200Z Downloaded mime_guess v2.0.5
8472026-05-08T22:27:51.200Z Downloaded getrandom v0.2.17
8482026-05-08T22:27:51.205Z Downloaded pbkdf2 v0.12.2
8492026-05-08T22:27:51.205Z Downloaded parse-display v0.10.0
8502026-05-08T22:27:51.205Z Downloaded peg-runtime v0.8.5
8512026-05-08T22:27:51.209Z Downloaded pbkdf2 v0.11.0
8522026-05-08T22:27:51.209Z Downloaded ingot-macros v0.1.1
8532026-05-08T22:27:51.209Z Downloaded derive-where v1.6.0
8542026-05-08T22:27:51.212Z Downloaded num-rational v0.4.2
8552026-05-08T22:27:51.212Z Downloaded multer v3.1.0
8562026-05-08T22:27:51.212Z Downloaded num-complex v0.4.6
8572026-05-08T22:27:51.215Z Downloaded darling_core v0.20.11
8582026-05-08T22:27:51.219Z Downloaded num_enum_derive v0.7.5
8592026-05-08T22:27:51.219Z Downloaded pin-utils v0.1.0
8602026-05-08T22:27:51.219Z Downloaded newtype-uuid v1.3.2
8612026-05-08T22:27:51.224Z Downloaded nu-ansi-term v0.50.3
8622026-05-08T22:27:51.224Z Downloaded indexmap v1.9.3
8632026-05-08T22:27:51.227Z Downloaded futures v0.3.32
8642026-05-08T22:27:51.227Z Downloaded num-integer v0.1.46
8652026-05-08T22:27:51.227Z Downloaded flate2 v1.1.9
8662026-05-08T22:27:51.231Z Downloaded phf_shared v0.12.1
8672026-05-08T22:27:51.234Z Downloaded crypto-bigint v0.5.5
8682026-05-08T22:27:51.237Z Downloaded owo-colors v4.3.0
8692026-05-08T22:27:51.237Z Downloaded phf_shared v0.11.3
8702026-05-08T22:27:51.237Z Downloaded num_enum v0.5.11
8712026-05-08T22:27:51.242Z Downloaded litrs v1.0.0
8722026-05-08T22:27:51.245Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-05-08T22:27:51.245Z Downloaded powerfmt v0.2.0
8742026-05-08T22:27:51.245Z Downloaded headers v0.4.1
8752026-05-08T22:27:51.249Z Downloaded derive_more-impl v2.1.1
8762026-05-08T22:27:51.253Z Downloaded oxnet v0.1.4
8772026-05-08T22:27:51.253Z Downloaded oxide-tokio-rt v0.1.4
8782026-05-08T22:27:51.253Z Downloaded const_format v0.2.35
8792026-05-08T22:27:51.256Z Downloaded bytes v1.11.1
8802026-05-08T22:27:51.260Z Downloaded predicates-tree v1.0.13
8812026-05-08T22:27:51.260Z Downloaded predicates-core v1.0.10
8822026-05-08T22:27:51.260Z Downloaded precomputed-hash v0.1.1
8832026-05-08T22:27:51.260Z Downloaded packed_struct v0.10.1
8842026-05-08T22:27:51.263Z Downloaded compact_str v0.8.1
8852026-05-08T22:27:51.263Z Downloaded progenitor-client v0.10.0
8862026-05-08T22:27:51.263Z Downloaded async-compression v0.4.41
8872026-05-08T22:27:51.269Z Downloaded memmap2 v0.9.10
8882026-05-08T22:27:51.273Z Downloaded ignore v0.4.25
8892026-05-08T22:27:51.273Z Downloaded peg-macros v0.8.5
8902026-05-08T22:27:51.273Z Downloaded paste v1.0.15
8912026-05-08T22:27:51.277Z Downloaded parse-display-derive v0.10.0
8922026-05-08T22:27:51.277Z Downloaded password-hash v0.4.2
8932026-05-08T22:27:51.277Z Downloaded path-slash v0.1.5
8942026-05-08T22:27:51.282Z Downloaded parking_lot_core v0.8.6
8952026-05-08T22:27:51.282Z Downloaded progenitor-macro v0.11.2
8962026-05-08T22:27:51.282Z Downloaded progenitor-macro v0.10.0
8972026-05-08T22:27:51.282Z Downloaded proc-macro-crate v1.3.1
8982026-05-08T22:27:51.286Z Downloaded libloading v0.8.9
8992026-05-08T22:27:51.286Z Downloaded libbz2-rs-sys v0.2.2
9002026-05-08T22:27:51.286Z Downloaded progenitor-macro v0.14.0
9012026-05-08T22:27:51.286Z Downloaded proc-macro-crate v3.4.0
9022026-05-08T22:27:51.289Z Downloaded pem-rfc7468 v0.7.0
9032026-05-08T22:27:51.289Z Downloaded phf v0.13.1
9042026-05-08T22:27:51.289Z Downloaded phf_shared v0.13.1
9052026-05-08T22:27:51.289Z Downloaded password-hash v0.5.0
9062026-05-08T22:27:51.297Z Downloaded quick-error v1.2.3
9072026-05-08T22:27:51.297Z Downloaded progenitor-macro v0.13.0
9082026-05-08T22:27:51.297Z Downloaded pem v3.0.6
9092026-05-08T22:27:51.301Z Downloaded peg v0.8.5
9102026-05-08T22:27:51.301Z Downloaded der v0.7.10
9112026-05-08T22:27:51.301Z Downloaded heapless v0.7.17
9122026-05-08T22:27:51.305Z Downloaded bumpalo v3.20.2
9132026-05-08T22:27:51.305Z Downloaded heapless v0.8.0
9142026-05-08T22:27:51.305Z Downloaded phf v0.12.1
9152026-05-08T22:27:51.308Z Downloaded omicron-zone-package v0.12.2
9162026-05-08T22:27:51.308Z Downloaded pin-project-lite v0.2.17
9172026-05-08T22:27:51.311Z Downloaded postgres-protocol v0.6.10
9182026-05-08T22:27:51.314Z Downloaded base64 v0.22.1
9192026-05-08T22:27:51.314Z Downloaded psl-types v2.0.11
9202026-05-08T22:27:51.318Z Downloaded primeorder v0.13.6
9212026-05-08T22:27:51.318Z Downloaded polyval v0.6.2
9222026-05-08T22:27:51.318Z Downloaded poly1305 v0.8.0
9232026-05-08T22:27:51.322Z Downloaded pkg-config v0.3.32
9242026-05-08T22:27:51.322Z Downloaded recursive v0.1.1
9252026-05-08T22:27:51.327Z Downloaded pin-project-internal v1.1.11
9262026-05-08T22:27:51.331Z Downloaded pkcs8 v0.10.2
9272026-05-08T22:27:51.334Z Downloaded radium v0.7.0
9282026-05-08T22:27:51.334Z Downloaded rand_chacha v0.3.1
9292026-05-08T22:27:51.334Z Downloaded progenitor-client v0.11.2
9302026-05-08T22:27:51.337Z Downloaded parking_lot v0.12.5
9312026-05-08T22:27:51.342Z Downloaded ref-cast-impl v1.0.25
9322026-05-08T22:27:51.346Z Downloaded parking_lot_core v0.9.12
9332026-05-08T22:27:51.350Z Downloaded progenitor-client v0.13.0
9342026-05-08T22:27:51.350Z Downloaded ref-cast v1.0.25
9352026-05-08T22:27:51.354Z Downloaded predicates v3.1.4
9362026-05-08T22:27:51.355Z Downloaded progenitor v0.14.0
9372026-05-08T22:27:51.359Z Downloaded aho-corasick v1.1.4
9382026-05-08T22:27:51.363Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-05-08T22:27:51.363Z Downloaded rand_xorshift v0.4.0
9402026-05-08T22:27:51.363Z Downloaded proc-macro-error2 v2.0.1
9412026-05-08T22:27:51.368Z Downloaded native-tls v0.2.18
9422026-05-08T22:27:51.368Z Downloaded num_enum v0.7.5
9432026-05-08T22:27:51.373Z Downloaded rtoolbox v0.0.3
9442026-05-08T22:27:51.377Z Downloaded russh-cryptovec v0.7.3
9452026-05-08T22:27:51.377Z Downloaded progenitor-extras v0.2.0
9462026-05-08T22:27:51.380Z Downloaded progenitor-client v0.14.0
9472026-05-08T22:27:51.380Z Downloaded hashbrown v0.12.3
9482026-05-08T22:27:51.383Z Downloaded progenitor v0.13.0
9492026-05-08T22:27:51.383Z Downloaded progenitor v0.11.2
9502026-05-08T22:27:51.386Z Downloaded rfc6979 v0.4.0
9512026-05-08T22:27:51.389Z Downloaded diesel_derives v2.3.7
9522026-05-08T22:27:51.393Z Downloaded postcard v1.1.3
9532026-05-08T22:27:51.396Z Downloaded dropshot-api-manager v0.7.1
9542026-05-08T22:27:51.396Z Downloaded rand_core v0.6.4
9552026-05-08T22:27:51.402Z Downloaded ppv-lite86 v0.2.21
9562026-05-08T22:27:51.402Z Downloaded rustc_version v0.4.1
9572026-05-08T22:27:51.402Z Downloaded derive_more v2.1.1
9582026-05-08T22:27:51.408Z Downloaded postgres-types v0.2.12
9592026-05-08T22:27:51.411Z Downloaded pkcs5 v0.7.1
9602026-05-08T22:27:51.416Z Downloaded rand_core v0.10.0
9612026-05-08T22:27:51.416Z Downloaded progenitor v0.10.0
9622026-05-08T22:27:51.422Z Downloaded parking_lot v0.11.2
9632026-05-08T22:27:51.422Z Downloaded hickory-resolver v0.24.4
9642026-05-08T22:27:51.425Z Downloaded scheduled-thread-pool v0.2.7
9652026-05-08T22:27:51.425Z Downloaded rustc_version v0.1.7
9662026-05-08T22:27:51.425Z Downloaded rustc-hash v2.1.1
9672026-05-08T22:27:51.428Z Downloaded indicatif v0.18.4
9682026-05-08T22:27:51.428Z Downloaded papergrid v0.17.0
9692026-05-08T22:27:51.432Z Downloaded salsa20 v0.10.2
9702026-05-08T22:27:51.435Z Downloaded scopeguard v1.2.0
9712026-05-08T22:27:51.435Z Downloaded sapling-renderdag v0.1.0
9722026-05-08T22:27:51.438Z Downloaded rand_chacha v0.9.0
9732026-05-08T22:27:51.441Z Downloaded r2d2 v0.8.10
9742026-05-08T22:27:51.442Z Downloaded crossterm v0.29.0
9752026-05-08T22:27:51.445Z Downloaded resolv-conf v0.7.6
9762026-05-08T22:27:51.449Z Downloaded p256 v0.13.2
9772026-05-08T22:27:51.449Z Downloaded oso v0.27.3
9782026-05-08T22:27:51.460Z Downloaded scroll_derive v0.13.1
9792026-05-08T22:27:51.463Z Downloaded seq-macro v0.3.6
9802026-05-08T22:27:51.463Z Downloaded semver v0.1.20
9812026-05-08T22:27:51.463Z Downloaded secrecy v0.8.0
9822026-05-08T22:27:51.463Z Downloaded miniz_oxide v0.8.9
9832026-05-08T22:27:51.468Z Downloaded scrypt v0.11.0
9842026-05-08T22:27:51.468Z Downloaded darling_core v0.21.3
9852026-05-08T22:27:51.475Z Downloaded pkcs1 v0.7.5
9862026-05-08T22:27:51.484Z Downloaded serde-big-array v0.5.1
9872026-05-08T22:27:51.490Z Downloaded prefix-trie v0.7.0
9882026-05-08T22:27:51.490Z Downloaded serde_bytes v0.11.19
9892026-05-08T22:27:51.490Z Downloaded secrecy v0.10.3
9902026-05-08T22:27:51.490Z Downloaded serde_urlencoded v0.7.1
9912026-05-08T22:27:51.490Z Downloaded serde_spanned v1.0.4
9922026-05-08T22:27:51.490Z Downloaded sha1 v0.10.6
9932026-05-08T22:27:51.490Z Downloaded serde_plain v1.0.2
9942026-05-08T22:27:51.490Z Downloaded rand_core v0.9.5
9952026-05-08T22:27:51.494Z Downloaded rustversion v1.0.22
9962026-05-08T22:27:51.494Z Downloaded openssl-sys v0.9.114
9972026-05-08T22:27:51.497Z Downloaded http v1.4.0
9982026-05-08T22:27:51.500Z Downloaded hickory-server v0.25.2
9992026-05-08T22:27:51.500Z Downloaded serde_repr v0.1.20
10002026-05-08T22:27:51.504Z Downloaded shell-words v1.1.1
10012026-05-08T22:27:51.504Z Downloaded rustls-native-certs v0.8.3
10022026-05-08T22:27:51.504Z Downloaded rand_seeder v0.4.0
10032026-05-08T22:27:51.508Z Downloaded rusty-fork v0.3.1
10042026-05-08T22:27:51.508Z Downloaded rustls-pemfile v1.0.4
10052026-05-08T22:27:51.508Z Downloaded hickory-resolver v0.25.2
10062026-05-08T22:27:51.512Z Downloaded quinn-udp v0.5.14
10072026-05-08T22:27:51.512Z Downloaded aes v0.8.4
10082026-05-08T22:27:51.515Z Downloaded jiff-static v0.2.21
10092026-05-08T22:27:51.515Z Downloaded schemars_derive v0.8.22
10102026-05-08T22:27:51.518Z Downloaded rustls-pemfile v2.2.0
10112026-05-08T22:27:51.518Z Downloaded signature v2.2.0
10122026-05-08T22:27:51.518Z Downloaded same-file v1.0.6
10132026-05-08T22:27:51.521Z Downloaded signal-hook-tokio v0.3.1
10142026-05-08T22:27:51.521Z Downloaded slog-envlogger v2.2.0
10152026-05-08T22:27:51.525Z Downloaded siphasher v1.0.2
10162026-05-08T22:27:51.525Z Downloaded sigpipe v0.1.3
10172026-05-08T22:27:51.529Z Downloaded hyper-util v0.1.20
10182026-05-08T22:27:51.532Z Downloaded expectorate v1.2.0
10192026-05-08T22:27:51.535Z Downloaded ed25519-dalek v2.2.0
10202026-05-08T22:27:51.542Z Downloaded sct v0.7.1
10212026-05-08T22:27:51.552Z Downloaded serde-hex v0.1.0
10222026-05-08T22:27:51.556Z Downloaded serde_path_to_error v0.1.20
10232026-05-08T22:27:51.559Z Downloaded progenitor-impl v0.10.0
10242026-05-08T22:27:51.563Z Downloaded progenitor-impl v0.13.0
10252026-05-08T22:27:51.563Z Downloaded psm v0.1.30
10262026-05-08T22:27:51.573Z Downloaded sqlparser_derive v0.5.0
10272026-05-08T22:27:51.578Z Downloaded ssh-encoding v0.2.0
10282026-05-08T22:27:51.578Z Downloaded ssh-cipher v0.2.0
10292026-05-08T22:27:51.581Z Downloaded rcgen v0.12.1
10302026-05-08T22:27:51.581Z Downloaded signal-hook-mio v0.2.5
10312026-05-08T22:27:51.581Z Downloaded pretty_assertions v1.4.1
10322026-05-08T22:27:51.581Z Downloaded scroll v0.13.0
10332026-05-08T22:27:51.589Z Downloaded prettyplease v0.2.37
10342026-05-08T22:27:51.595Z Downloaded rustls-pki-types v1.14.0
10352026-05-08T22:27:51.595Z Downloaded pin-project v1.1.11
10362026-05-08T22:27:51.599Z Downloaded slog-bunyan v2.5.0
10372026-05-08T22:27:51.599Z Downloaded slab v0.4.12
10382026-05-08T22:27:51.599Z Downloaded structmeta v0.3.0
10392026-05-08T22:27:51.599Z Downloaded shlex v1.3.0
10402026-05-08T22:27:51.599Z Downloaded serde_derive_internals v0.29.1
10412026-05-08T22:27:51.599Z Downloaded strum v0.26.3
10422026-05-08T22:27:51.604Z Downloaded strip-ansi-escapes v0.2.1
10432026-05-08T22:27:51.604Z Downloaded signal-hook-registry v1.4.8
10442026-05-08T22:27:51.604Z Downloaded progenitor-impl v0.14.0
10452026-05-08T22:27:51.604Z Downloaded structmeta-derive v0.3.0
10462026-05-08T22:27:51.608Z Downloaded slog-json v2.6.1
10472026-05-08T22:27:51.608Z Downloaded progenitor-impl v0.11.2
10482026-05-08T22:27:51.608Z Downloaded mio v1.2.0
10492026-05-08T22:27:51.613Z Downloaded crossterm v0.28.1
10502026-05-08T22:27:51.616Z Downloaded russh-keys v0.45.0
10512026-05-08T22:27:51.622Z Downloaded ron v0.8.1
10522026-05-08T22:27:51.626Z Downloaded strum v0.27.2
10532026-05-08T22:27:51.626Z Downloaded take_mut v0.2.2
10542026-05-08T22:27:51.626Z Downloaded tabled_derive v0.11.0
10552026-05-08T22:27:51.626Z Downloaded simd-adler32 v0.3.8
10562026-05-08T22:27:51.627Z Downloaded tagptr v0.2.0
10572026-05-08T22:27:51.627Z Downloaded sync_wrapper v1.0.2
10582026-05-08T22:27:51.627Z Downloaded smf v0.2.3
10592026-05-08T22:27:51.627Z Downloaded tabwriter v1.4.1
10602026-05-08T22:27:51.630Z Downloaded supports-color v3.0.2
10612026-05-08T22:27:51.630Z Downloaded slog-async v2.8.0
10622026-05-08T22:27:51.630Z Downloaded subtle v2.6.1
10632026-05-08T22:27:51.630Z Downloaded smallvec v0.6.14
10642026-05-08T22:27:51.635Z Downloaded slog-stdlog v4.1.1
10652026-05-08T22:27:51.635Z Downloaded slog-scope v4.4.1
10662026-05-08T22:27:51.635Z Downloaded sec1 v0.7.3
10672026-05-08T22:27:51.638Z Downloaded serde_cbor v0.11.2
10682026-05-08T22:27:51.642Z Downloaded slog-dtrace v0.3.0
10692026-05-08T22:27:51.645Z Downloaded tap v1.0.1
10702026-05-08T22:27:51.645Z Downloaded sync-ptr v0.1.4
10712026-05-08T22:27:51.651Z Downloaded termtree v0.5.1
10722026-05-08T22:27:51.654Z Downloaded thread-id v5.1.0
10732026-05-08T22:27:51.654Z Downloaded time-core v0.1.8
10742026-05-08T22:27:51.657Z Downloaded serde_with_macros v3.17.0
10752026-05-08T22:27:51.661Z Downloaded itertools v0.10.5
10762026-05-08T22:27:51.666Z Downloaded schemars v0.8.22
10772026-05-08T22:27:51.673Z Downloaded testing_table v0.3.0
10782026-05-08T22:27:51.678Z Downloaded sqlformat v0.3.5
10792026-05-08T22:27:51.678Z Downloaded thiserror-impl-no-std v2.0.2
10802026-05-08T22:27:51.681Z Downloaded tinyvec_macros v0.1.1
10812026-05-08T22:27:51.681Z Downloaded stacker v0.1.23
10822026-05-08T22:27:51.681Z Downloaded spki v0.7.3
10832026-05-08T22:27:51.686Z Downloaded tokio-macros v2.7.0
10842026-05-08T22:27:51.689Z Downloaded libxml v0.3.3
10852026-05-08T22:27:51.695Z Downloaded publicsuffix v2.3.0
10862026-05-08T22:27:51.695Z Downloaded hashbrown v0.13.2
10872026-05-08T22:27:51.701Z Downloaded static_assertions v1.1.0
10882026-05-08T22:27:51.701Z Downloaded rayon-core v1.13.0
10892026-05-08T22:27:51.704Z Downloaded support-bundle-viewer v0.1.2
10902026-05-08T22:27:51.708Z Downloaded string_cache v0.8.9
10912026-05-08T22:27:51.708Z Downloaded nom v7.1.3
10922026-05-08T22:27:51.711Z Downloaded num-bigint v0.4.6
10932026-05-08T22:27:51.715Z Downloaded ryu v1.0.23
10942026-05-08T22:27:51.718Z Downloaded blake3 v1.8.3
10952026-05-08T22:27:51.722Z Downloaded tower-layer v0.3.3
10962026-05-08T22:27:51.722Z Downloaded topological-sort v0.2.2
10972026-05-08T22:27:51.722Z Downloaded spin v0.9.8
10982026-05-08T22:27:51.725Z Downloaded strum_macros v0.24.3
10992026-05-08T22:27:51.731Z Downloaded time-macros v0.2.27
11002026-05-08T22:27:51.734Z Downloaded thread_local v1.1.9
11012026-05-08T22:27:51.734Z Downloaded thiserror-no-std v2.0.2
11022026-05-08T22:27:51.734Z Downloaded iri-string v0.7.10
11032026-05-08T22:27:51.737Z Downloaded strum_macros v0.27.2
11042026-05-08T22:27:51.741Z Downloaded slog-term v2.9.2
11052026-05-08T22:27:51.741Z Downloaded serde_yaml v0.9.34+deprecated
11062026-05-08T22:27:51.744Z Downloaded schemars v0.9.0
11072026-05-08T22:27:51.749Z Downloaded tower-service v0.3.3
11082026-05-08T22:27:51.752Z Downloaded trait-variant v0.1.2
11092026-05-08T22:27:51.752Z Downloaded termios v0.3.3
11102026-05-08T22:27:51.752Z Downloaded rustls-platform-verifier v0.6.2
11112026-05-08T22:27:51.764Z Downloaded minimal-lexical v0.2.1
11122026-05-08T22:27:51.764Z Downloaded unarray v0.1.4
11132026-05-08T22:27:51.764Z Downloaded unit-prefix v0.5.2
11142026-05-08T22:27:51.770Z Downloaded tokio-dtrace v0.1.1
11152026-05-08T22:27:51.770Z Downloaded stringprep v0.1.5
11162026-05-08T22:27:51.774Z Downloaded snafu-derive v0.8.9
11172026-05-08T22:27:51.778Z Downloaded try-lock v0.2.5
11182026-05-08T22:27:51.778Z Downloaded typify-macro v0.6.2
11192026-05-08T22:27:51.778Z Downloaded tiny-keccak v2.0.2
11202026-05-08T22:27:51.781Z Downloaded strum_macros v0.26.4
11212026-05-08T22:27:51.784Z Downloaded hashbrown v0.15.5
11222026-05-08T22:27:51.790Z Downloaded tokio-tungstenite v0.23.1
11232026-05-08T22:27:51.790Z Downloaded tokio-tungstenite v0.21.0
11242026-05-08T22:27:51.793Z Downloaded tls_codec_derive v0.4.2
11252026-05-08T22:27:51.793Z Downloaded untrusted v0.7.1
11262026-05-08T22:27:51.793Z Downloaded universal-hash v0.5.1
11272026-05-08T22:27:51.793Z Downloaded tls_codec v0.4.2
11282026-05-08T22:27:51.793Z Downloaded signal-hook v0.3.18
11292026-05-08T22:27:51.796Z Downloaded typify-macro v0.4.3
11302026-05-08T22:27:51.796Z Downloaded qorb v0.4.1
11312026-05-08T22:27:51.800Z Downloaded tokio-native-tls v0.3.1
11322026-05-08T22:27:51.803Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-05-08T22:27:51.807Z Downloaded usdt v0.6.0
11342026-05-08T22:27:51.813Z Downloaded itertools v0.14.0
11352026-05-08T22:27:51.820Z Downloaded slog v2.8.2
11362026-05-08T22:27:51.820Z Downloaded hkdf v0.12.4
11372026-05-08T22:27:51.825Z Downloaded rand v0.8.5
11382026-05-08T22:27:51.825Z Downloaded tokio-rustls v0.25.0
11392026-05-08T22:27:51.825Z Downloaded waitgroup v0.1.2
11402026-05-08T22:27:51.825Z Downloaded quinn v0.11.9
11412026-05-08T22:27:51.834Z Downloaded usdt-attr-macro v0.6.0
11422026-05-08T22:27:51.842Z Downloaded tui-tree-widget v0.23.1
11432026-05-08T22:27:51.845Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-05-08T22:27:51.849Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-05-08T22:27:51.849Z Downloaded xattr v1.6.1
11462026-05-08T22:27:51.849Z Downloaded term v1.2.1
11472026-05-08T22:27:51.852Z Downloaded term v0.7.0
11482026-05-08T22:27:51.852Z Downloaded tokio-rustls v0.24.1
11492026-05-08T22:27:51.857Z Downloaded iddqd v0.3.18
11502026-05-08T22:27:51.860Z Downloaded rsa v0.9.10
11512026-05-08T22:27:51.865Z Downloaded aws-lc-rs v1.16.0
11522026-05-08T22:27:51.869Z Downloaded untrusted v0.9.0
11532026-05-08T22:27:51.869Z Downloaded socket2 v0.5.10
11542026-05-08T22:27:51.872Z Downloaded russh v0.45.0
11552026-05-08T22:27:51.873Z Downloaded wait-timeout v0.2.1
11562026-05-08T22:27:51.876Z Downloaded xshell-macros v0.2.7
11572026-05-08T22:27:51.876Z Downloaded want v0.3.1
11582026-05-08T22:27:51.880Z Downloaded hashbrown v0.16.1
11592026-05-08T22:27:51.885Z Downloaded unicode-truncate v1.1.0
11602026-05-08T22:27:51.888Z Downloaded snafu v0.8.9
11612026-05-08T22:27:51.896Z Downloaded socket2 v0.6.3
11622026-05-08T22:27:51.900Z Downloaded rustls-webpki v0.103.9
11632026-05-08T22:27:51.904Z Downloaded vsss-rs v3.3.4
11642026-05-08T22:27:51.907Z Downloaded usdt-macro v0.6.0
11652026-05-08T22:27:51.907Z Downloaded void v1.0.2
11662026-05-08T22:27:51.911Z Downloaded p521 v0.13.3
11672026-05-08T22:27:51.914Z Downloaded vergen-git2 v1.0.7
11682026-05-08T22:27:51.914Z Downloaded hyper v1.8.1
11692026-05-08T22:27:51.917Z Downloaded h2 v0.4.13
11702026-05-08T22:27:51.921Z Downloaded rand v0.9.2
11712026-05-08T22:27:51.924Z Downloaded twox-hash v2.1.2
11722026-05-08T22:27:51.929Z Downloaded unicase v2.9.0
11732026-05-08T22:27:51.929Z Downloaded uzers v0.12.2
11742026-05-08T22:27:51.929Z Downloaded utf-8 v0.7.6
11752026-05-08T22:27:51.932Z Downloaded tokio-rustls v0.26.4
11762026-05-08T22:27:51.932Z Downloaded zone_cfg_derive v0.3.1
11772026-05-08T22:27:51.932Z Downloaded zone v0.3.1
11782026-05-08T22:27:51.932Z Downloaded vergen-lib v0.1.6
11792026-05-08T22:27:51.933Z Downloaded usdt-impl v0.6.0
11802026-05-08T22:27:51.933Z Downloaded whoami v2.1.0
11812026-05-08T22:27:51.936Z Downloaded chrono v0.4.44
11822026-05-08T22:27:51.939Z Downloaded vergen-gitcl v1.0.8
11832026-05-08T22:27:51.939Z Downloaded unicode-properties v0.1.4
11842026-05-08T22:27:51.943Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-05-08T22:27:51.943Z Downloaded xshell v0.2.7
11862026-05-08T22:27:51.943Z Downloaded walkdir v2.5.0
11872026-05-08T22:27:51.948Z Downloaded tar v0.4.45
11882026-05-08T22:27:51.948Z Downloaded toml v0.7.8
11892026-05-08T22:27:51.951Z Downloaded test-strategy v0.4.5
11902026-05-08T22:27:51.955Z Downloaded tinyvec v1.10.0
11912026-05-08T22:27:51.955Z Downloaded wyz v0.5.1
11922026-05-08T22:27:51.955Z Downloaded whoami v1.6.1
11932026-05-08T22:27:51.961Z Downloaded schemars v1.2.1
11942026-05-08T22:27:51.964Z Downloaded toml v1.0.6+spec-1.1.0
11952026-05-08T22:27:51.968Z Downloaded similar v2.7.0
11962026-05-08T22:27:51.972Z Downloaded num-bigint-dig v0.8.6
11972026-05-08T22:27:51.972Z Downloaded tracing-attributes v0.1.31
11982026-05-08T22:27:51.975Z Downloaded libm v0.2.16
11992026-05-08T22:27:51.979Z Downloaded zeroize_derive v1.4.3
12002026-05-08T22:27:51.982Z Downloaded itertools v0.12.1
12012026-05-08T22:27:51.985Z Downloaded samael v0.0.19
12022026-05-08T22:27:51.989Z Downloaded zstd-safe v7.2.4
12032026-05-08T22:27:51.989Z Downloaded zeroize v1.8.2
12042026-05-08T22:27:51.989Z Downloaded futures-util v0.3.32
12052026-05-08T22:27:51.995Z Downloaded tungstenite v0.21.0
12062026-05-08T22:27:51.999Z Downloaded unicode-bidi v0.3.18
12072026-05-08T22:27:52.003Z Downloaded typify v0.4.3
12082026-05-08T22:27:52.003Z Downloaded toml v0.9.12+spec-1.1.0
12092026-05-08T22:27:52.006Z Downloaded tokio-stream v0.1.18
12102026-05-08T22:27:52.006Z Downloaded subprocess v0.2.15
12112026-05-08T22:27:52.009Z Downloaded rand v0.10.0
12122026-05-08T22:27:52.012Z Downloaded itertools v0.13.0
12132026-05-08T22:27:52.016Z Downloaded rpassword v7.4.0
12142026-05-08T22:27:52.023Z Downloaded unsafe-libyaml v0.2.11
12152026-05-08T22:27:52.028Z Downloaded yasna v0.5.2
12162026-05-08T22:27:52.035Z Downloaded rustyline v14.0.0
12172026-05-08T22:27:52.038Z Downloaded zerocopy v0.6.6
12182026-05-08T22:27:52.052Z Downloaded uuid v1.23.0
12192026-05-08T22:27:52.057Z Downloaded bitvec v1.0.1
12202026-05-08T22:27:52.062Z Downloaded zstd v0.13.3
12212026-05-08T22:27:52.066Z Downloaded typify v0.6.2
12222026-05-08T22:27:52.069Z Downloaded vte v0.14.1
12232026-05-08T22:27:52.069Z Downloaded vergen v9.0.6
12242026-05-08T22:27:52.069Z Downloaded bindgen v0.71.1
12252026-05-08T22:27:52.073Z Downloaded tungstenite v0.23.0
12262026-05-08T22:27:52.076Z Downloaded tracing-core v0.1.36
12272026-05-08T22:27:52.087Z Downloaded steno v0.4.1
12282026-05-08T22:27:52.095Z Downloaded toml_edit v0.23.10+spec-1.0.0
12292026-05-08T22:27:52.101Z Downloaded tokio-postgres v0.7.16
12302026-05-08T22:27:52.106Z Downloaded zopfli v0.8.3
12312026-05-08T22:27:52.109Z Downloaded regex v1.12.3
12322026-05-08T22:27:52.136Z Downloaded portable-atomic v1.13.1
12332026-05-08T22:27:52.140Z Downloaded yansi v1.0.1
12342026-05-08T22:27:52.145Z Downloaded toml_edit v0.19.15
12352026-05-08T22:27:52.152Z Downloaded unicode_categories v0.1.1
12362026-05-08T22:27:52.156Z Downloaded zip v0.6.6
12372026-05-08T22:27:52.156Z Downloaded ssh-key v0.6.7
12382026-05-08T22:27:52.167Z Downloaded tower v0.5.3
12392026-05-08T22:27:52.171Z Downloaded p384 v0.13.1
12402026-05-08T22:27:52.177Z Downloaded reqwest v0.12.28
12412026-05-08T22:27:52.181Z Downloaded reedline v0.40.0
12422026-05-08T22:27:52.185Z Downloaded git2 v0.20.4
12432026-05-08T22:27:52.189Z Downloaded reqwest v0.13.2
12442026-05-08T22:27:52.193Z Downloaded rayon v1.11.0
12452026-05-08T22:27:52.204Z Downloaded typed-path v0.9.3
12462026-05-08T22:27:52.208Z Downloaded lalrpop v0.19.12
12472026-05-08T22:27:52.214Z Downloaded moka v0.12.13
12482026-05-08T22:27:52.219Z Downloaded x509-cert v0.2.5
12492026-05-08T22:27:52.223Z Downloaded quick-xml v0.37.5
12502026-05-08T22:27:52.232Z Downloaded unicode-segmentation v1.12.0
12512026-05-08T22:27:52.243Z Downloaded zerocopy-derive v0.8.40
12522026-05-08T22:27:52.249Z Downloaded curve25519-dalek v4.1.3
12532026-05-08T22:27:52.254Z Downloaded goblin v0.10.5
12542026-05-08T22:27:52.258Z Downloaded tower-http v0.6.8
12552026-05-08T22:27:52.264Z Downloaded zip v4.6.1
12562026-05-08T22:27:52.268Z Downloaded rustls-webpki v0.101.7
12572026-05-08T22:27:52.274Z Downloaded unicode-normalization v0.1.25
12582026-05-08T22:27:52.277Z Downloaded tokio-util v0.7.18
12592026-05-08T22:27:52.281Z Downloaded proptest v1.10.0
12602026-05-08T22:27:52.286Z Downloaded serde_with v3.17.0
12612026-05-08T22:27:52.293Z Downloaded object v0.30.4
12622026-05-08T22:27:52.300Z Downloaded rustls-webpki v0.102.8
12632026-05-08T22:27:52.311Z Downloaded nix v0.27.1
12642026-05-08T22:27:52.317Z Downloaded petname v2.0.2
12652026-05-08T22:27:52.323Z Downloaded salty v0.3.0
12662026-05-08T22:27:52.337Z Downloaded tough v0.20.0
12672026-05-08T22:27:52.345Z Downloaded winnow v0.6.26
12682026-05-08T22:27:52.377Z Downloaded winnow v0.5.40
12692026-05-08T22:27:52.387Z Downloaded radix_trie v0.2.1
12702026-05-08T22:27:52.392Z Downloaded openssl v0.10.78
12712026-05-08T22:27:52.407Z Downloaded rustls v0.21.12
12722026-05-08T22:27:52.415Z Downloaded bstr v1.12.1
12732026-05-08T22:27:52.424Z Downloaded polar-core v0.27.3
12742026-05-08T22:27:52.430Z Downloaded quinn-proto v0.11.13
12752026-05-08T22:27:52.435Z Downloaded smoltcp v0.9.1
12762026-05-08T22:27:52.440Z Downloaded regex-syntax v0.6.29
12772026-05-08T22:27:52.444Z Downloaded tabled v0.20.0
12782026-05-08T22:27:52.459Z Downloaded dropshot v0.17.0
12792026-05-08T22:27:52.470Z Downloaded nix v0.28.0
12802026-05-08T22:27:52.477Z Downloaded webpki-roots v1.0.6
12812026-05-08T22:27:52.481Z Downloaded vcpkg v0.2.15
12822026-05-08T22:27:52.502Z Downloaded zlib-rs v0.6.2
12832026-05-08T22:27:52.505Z Downloaded nix v0.29.0
12842026-05-08T22:27:52.513Z Downloaded dropshot v0.16.7
12852026-05-08T22:27:52.523Z Downloaded time v0.3.47
12862026-05-08T22:27:52.530Z Downloaded regex-syntax v0.8.10
12872026-05-08T22:27:52.537Z Downloaded hickory-proto v0.24.4
12882026-05-08T22:27:52.549Z Downloaded rustix v0.38.44
12892026-05-08T22:27:52.561Z Downloaded openapiv3 v2.2.0
12902026-05-08T22:27:52.573Z Downloaded object v0.37.3
12912026-05-08T22:27:52.578Z Downloaded nix v0.31.2
12922026-05-08T22:27:52.598Z Downloaded smoltcp v0.11.0
12932026-05-08T22:27:52.606Z Downloaded zerocopy v0.8.40
12942026-05-08T22:27:52.612Z Downloaded rustls v0.22.4
12952026-05-08T22:27:52.619Z Downloaded hickory-proto v0.25.2
12962026-05-08T22:27:52.632Z Downloaded regress v0.10.5
12972026-05-08T22:27:52.639Z Downloaded rustls v0.23.37
12982026-05-08T22:27:52.648Z Downloaded regress v0.11.1
12992026-05-08T22:27:52.655Z Downloaded sqlparser v0.61.0
13002026-05-08T22:27:52.661Z Downloaded diesel v2.3.7
13012026-05-08T22:27:52.686Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-05-08T22:27:52.701Z Downloaded typify-impl v0.6.2
13032026-05-08T22:27:52.709Z Downloaded tracing v0.1.44
13042026-05-08T22:27:52.721Z Downloaded typify-impl v0.4.3
13052026-05-08T22:27:52.750Z Downloaded sled v0.34.7
13062026-05-08T22:27:52.756Z Downloaded zerocopy-derive v0.6.6
13072026-05-08T22:27:52.761Z Downloaded regex-automata v0.4.14
13082026-05-08T22:27:52.792Z Downloaded ratatui v0.29.0
13092026-05-08T22:27:52.804Z Downloaded chrono-tz v0.10.4
13102026-05-08T22:27:52.814Z Downloaded jiff v0.2.21
13112026-05-08T22:27:52.853Z Downloaded petgraph v0.6.5
13122026-05-08T22:27:52.872Z Downloaded sha3 v0.10.8
13132026-05-08T22:27:52.894Z Downloaded tokio v1.52.1
13142026-05-08T22:27:52.943Z Downloaded petgraph v0.8.3
13152026-05-08T22:27:52.958Z Downloaded libz-sys v1.1.24
13162026-05-08T22:27:52.968Z Downloaded csv v1.4.0
13172026-05-08T22:27:52.980Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-05-08T22:27:53.000Z Downloaded ring v0.17.14
13192026-05-08T22:27:53.053Z Downloaded encoding_rs v0.8.35
13202026-05-08T22:27:53.103Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-05-08T22:27:53.671Z Downloaded aws-lc-sys v0.37.1
13222026-05-08T22:27:53.921Z Compiling libc v0.2.185
13232026-05-08T22:27:53.921Z Compiling serde v1.0.228
13242026-05-08T22:27:53.925Z Compiling shlex v1.3.0
13252026-05-08T22:27:53.925Z Compiling log v0.4.29
13262026-05-08T22:27:53.925Z Compiling find-msvc-tools v0.1.9
13272026-05-08T22:27:53.925Z Compiling smallvec v1.15.1
13282026-05-08T22:27:53.925Z Compiling typenum v1.19.0
13292026-05-08T22:27:53.925Z Compiling subtle v2.6.1
13302026-05-08T22:27:54.089Z Compiling generic-array v0.14.7
13312026-05-08T22:27:54.101Z Compiling scopeguard v1.2.0
13322026-05-08T22:27:54.105Z Compiling const-oid v0.9.6
13332026-05-08T22:27:54.161Z Compiling portable-atomic v1.13.1
13342026-05-08T22:27:54.177Z Compiling zerocopy v0.8.40
13352026-05-08T22:27:54.192Z Compiling syn v2.0.117
13362026-05-08T22:27:54.219Z Compiling serde_json v1.0.149
13372026-05-08T22:27:54.223Z Compiling critical-section v1.2.0
13382026-05-08T22:27:54.268Z Compiling pin-project-lite v0.2.17
13392026-05-08T22:27:54.305Z Compiling lock_api v0.4.14
13402026-05-08T22:27:54.322Z Compiling parking_lot_core v0.9.12
13412026-05-08T22:27:54.338Z Compiling pkg-config v0.3.32
13422026-05-08T22:27:54.375Z Compiling bitflags v2.11.0
13432026-05-08T22:27:54.379Z Compiling libm v0.2.16
13442026-05-08T22:27:54.379Z Compiling num-traits v0.2.19
13452026-05-08T22:27:54.437Z Compiling futures-core v0.3.32
13462026-05-08T22:27:54.471Z Compiling percent-encoding v2.3.2
13472026-05-08T22:27:54.529Z Compiling cpufeatures v0.2.17
13482026-05-08T22:27:54.578Z Compiling futures-sink v0.3.32
13492026-05-08T22:27:54.645Z Compiling futures-io v0.3.32
13502026-05-08T22:27:54.645Z Compiling slab v0.4.12
13512026-05-08T22:27:54.661Z Compiling futures-task v0.3.32
13522026-05-08T22:27:54.692Z Compiling futures-channel v0.3.32
13532026-05-08T22:27:54.738Z Compiling getrandom v0.4.1
13542026-05-08T22:27:54.753Z Compiling rustversion v1.0.22
13552026-05-08T22:27:54.768Z Compiling rand_core v0.10.0
13562026-05-08T22:27:54.819Z Compiling getrandom v0.3.4
13572026-05-08T22:27:54.850Z Compiling indexmap v2.14.0
13582026-05-08T22:27:54.854Z Compiling form_urlencoded v1.2.2
13592026-05-08T22:27:54.884Z Compiling ident_case v1.0.1
13602026-05-08T22:27:54.903Z Compiling base64ct v1.8.3
13612026-05-08T22:27:54.925Z Compiling dunce v1.0.5
13622026-05-08T22:27:54.952Z Compiling fs_extra v1.3.0
13632026-05-08T22:27:54.965Z Compiling flagset v0.4.7
13642026-05-08T22:27:55.029Z Compiling getrandom v0.2.17
13652026-05-08T22:27:55.045Z Compiling jobserver v0.1.34
13662026-05-08T22:27:55.063Z Compiling errno v0.3.14
13672026-05-08T22:27:55.100Z Compiling mio v1.2.0
13682026-05-08T22:27:55.115Z Compiling socket2 v0.6.3
13692026-05-08T22:27:55.167Z Compiling rand_core v0.6.4
13702026-05-08T22:27:55.204Z Compiling signal-hook-registry v1.4.8
13712026-05-08T22:27:55.220Z Compiling once_cell v1.21.3
13722026-05-08T22:27:55.251Z Compiling cc v1.2.56
13732026-05-08T22:27:55.323Z Compiling parking_lot v0.12.5
13742026-05-08T22:27:55.395Z Compiling pem-rfc7468 v0.7.0
13752026-05-08T22:27:55.434Z Compiling iana-time-zone v0.1.65
13762026-05-08T22:27:55.460Z Compiling rustix v1.1.3
13772026-05-08T22:27:55.475Z Compiling uuid v1.23.0
13782026-05-08T22:27:55.491Z Compiling rustc_version v0.4.1
13792026-05-08T22:27:55.508Z Compiling aws-lc-rs v1.16.0
13802026-05-08T22:27:55.519Z Compiling regex-syntax v0.8.10
13812026-05-08T22:27:55.540Z Compiling vcpkg v0.2.15
13822026-05-08T22:27:55.659Z Compiling tracing-core v0.1.36
13832026-05-08T22:27:55.699Z Compiling httparse v1.10.1
13842026-05-08T22:27:55.762Z Compiling schemars v0.8.22
13852026-05-08T22:27:55.762Z Compiling untrusted v0.7.1
13862026-05-08T22:27:55.865Z Compiling rand_core v0.9.5
13872026-05-08T22:27:55.882Z Compiling untrusted v0.9.0
13882026-05-08T22:27:55.921Z Compiling openssl-probe v0.2.1
13892026-05-08T22:27:55.951Z Compiling base64 v0.22.1
13902026-05-08T22:27:55.966Z Compiling tower-service v0.3.3
13912026-05-08T22:27:56.004Z Compiling tower-layer v0.3.3
13922026-05-08T22:27:56.022Z Compiling atomic-waker v1.1.2
13932026-05-08T22:27:56.061Z Compiling cmake v0.1.57
13942026-05-08T22:27:56.084Z Compiling rustls v0.23.37
13952026-05-08T22:27:56.130Z Compiling dyn-clone v1.0.20
13962026-05-08T22:27:56.177Z Compiling try-lock v0.2.5
13972026-05-08T22:27:56.181Z Compiling tinyvec_macros v0.1.1
13982026-05-08T22:27:56.222Z Compiling spin v0.9.8
13992026-05-08T22:27:56.288Z Compiling want v0.3.1
14002026-05-08T22:27:56.304Z Compiling tinyvec v1.10.0
14012026-05-08T22:27:56.308Z Compiling aho-corasick v1.1.4
14022026-05-08T22:27:56.339Z Compiling powerfmt v0.2.0
14032026-05-08T22:27:56.339Z Compiling httpdate v1.0.3
14042026-05-08T22:27:56.344Z Compiling crc32fast v1.5.0
14052026-05-08T22:27:56.344Z Compiling pin-utils v0.1.0
14062026-05-08T22:27:56.344Z Compiling openssl v0.10.78
14072026-05-08T22:27:56.413Z Compiling foreign-types-shared v0.1.1
14082026-05-08T22:27:56.454Z Compiling num-conv v0.2.0
14092026-05-08T22:27:56.468Z Compiling time-core v0.1.8
14102026-05-08T22:27:56.487Z Compiling wait-timeout v0.2.1
14112026-05-08T22:27:56.514Z Compiling foreign-types v0.3.2
14122026-05-08T22:27:56.528Z Compiling deranged v0.5.8
14132026-05-08T22:27:56.572Z Compiling usdt-impl v0.6.0
14142026-05-08T22:27:56.588Z Compiling num_threads v0.1.7
14152026-05-08T22:27:56.608Z Compiling native-tls v0.2.18
14162026-05-08T22:27:56.625Z Compiling siphasher v1.0.2
14172026-05-08T22:27:56.625Z Compiling simd-adler32 v0.3.8
14182026-05-08T22:27:56.655Z Compiling time-macros v0.2.27
14192026-05-08T22:27:56.675Z Compiling quick-error v1.2.3
14202026-05-08T22:27:56.693Z Compiling crossbeam-utils v0.8.21
14212026-05-08T22:27:56.725Z Compiling syn v1.0.109
14222026-05-08T22:27:56.770Z Compiling bit-vec v0.8.0
14232026-05-08T22:27:56.809Z Compiling unicode-normalization v0.1.25
14242026-05-08T22:27:56.843Z Compiling rand_xorshift v0.4.0
14252026-05-08T22:27:56.859Z Compiling slog v2.8.2
14262026-05-08T22:27:56.862Z Compiling heapless v0.7.17
14272026-05-08T22:27:56.918Z Compiling thread-id v5.1.0
14282026-05-08T22:27:56.963Z Compiling aws-lc-sys v0.37.1
14292026-05-08T22:27:57.002Z Compiling ring v0.17.14
14302026-05-08T22:27:57.020Z Compiling openssl-sys v0.9.114
14312026-05-08T22:27:57.034Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-05-08T22:27:57.051Z Compiling synstructure v0.13.2
14332026-05-08T22:27:57.055Z Compiling pest_generator v2.8.6
14342026-05-08T22:27:57.082Z Compiling serde_derive_internals v0.29.1
14352026-05-08T22:27:57.099Z Compiling darling_core v0.20.11
14362026-05-08T22:27:57.155Z Compiling tempfile v3.25.0
14372026-05-08T22:27:57.320Z Compiling regex-automata v0.4.14
14382026-05-08T22:27:57.440Z Compiling rusty-fork v0.3.1
14392026-05-08T22:27:57.601Z Compiling darling_core v0.21.3
14402026-05-08T22:27:57.657Z Compiling bit-set v0.8.0
14412026-05-08T22:27:57.756Z Compiling bzip2-sys v0.1.13+1.0.8
14422026-05-08T22:27:57.799Z Compiling sync_wrapper v1.0.2
14432026-05-08T22:27:57.814Z Compiling time v0.3.47
14442026-05-08T22:27:57.846Z Compiling cookie v0.18.1
14452026-05-08T22:27:57.862Z Compiling signal-hook v0.3.18
14462026-05-08T22:27:57.930Z Compiling paste v1.0.15
14472026-05-08T22:27:58.068Z Compiling anyhow v1.0.102
14482026-05-08T22:27:58.072Z Compiling adler2 v2.0.1
14492026-05-08T22:27:58.099Z Compiling unicode-bidi v0.3.18
14502026-05-08T22:27:58.102Z Compiling zstd-safe v7.2.4
14512026-05-08T22:27:58.102Z Compiling unicode-properties v0.1.4
14522026-05-08T22:27:58.145Z Compiling allocator-api2 v0.2.21
14532026-05-08T22:27:58.237Z Compiling unarray v0.1.4
14542026-05-08T22:27:58.278Z Compiling miniz_oxide v0.8.9
14552026-05-08T22:27:58.469Z Compiling stringprep v0.1.5
14562026-05-08T22:27:58.532Z Compiling num-integer v0.1.46
14572026-05-08T22:27:58.669Z Compiling vergen-lib v0.1.6
14582026-05-08T22:27:58.683Z Compiling curve25519-dalek v4.1.3
14592026-05-08T22:27:58.871Z Compiling ff v0.13.1
14602026-05-08T22:27:58.889Z Compiling hash32 v0.2.1
14612026-05-08T22:27:58.892Z Compiling serde_derive v1.0.228
14622026-05-08T22:27:58.922Z Compiling zeroize_derive v1.4.3
14632026-05-08T22:27:58.943Z Compiling zerofrom-derive v0.1.6
14642026-05-08T22:27:58.959Z Compiling yoke-derive v0.8.1
14652026-05-08T22:27:59.033Z Compiling zerocopy-derive v0.8.40
14662026-05-08T22:27:59.052Z Compiling zerovec-derive v0.11.2
14672026-05-08T22:27:59.068Z Compiling displaydoc v0.2.5
14682026-05-08T22:27:59.112Z Compiling tokio-macros v2.7.0
14692026-05-08T22:27:59.483Z Compiling futures-macro v0.3.32
14702026-05-08T22:27:59.519Z Compiling der_derive v0.7.3
14712026-05-08T22:27:59.617Z Compiling zeroize v1.8.2
14722026-05-08T22:27:59.877Z Compiling thiserror-impl v2.0.18
14732026-05-08T22:27:59.916Z Compiling rustls-pki-types v1.14.0
14742026-05-08T22:28:00.225Z Compiling tracing-attributes v0.1.31
14752026-05-08T22:28:00.281Z Compiling pest_derive v2.8.6
14762026-05-08T22:28:00.296Z Compiling schemars_derive v0.8.22
14772026-05-08T22:28:00.390Z Compiling crypto-common v0.1.7
14782026-05-08T22:28:00.430Z Compiling block-buffer v0.10.4
14792026-05-08T22:28:00.459Z Compiling futures-util v0.3.32
14802026-05-08T22:28:00.479Z Compiling zerofrom v0.1.6
14812026-05-08T22:28:00.569Z Compiling block-padding v0.3.3
14822026-05-08T22:28:00.584Z Compiling digest v0.10.7
14832026-05-08T22:28:00.625Z Compiling yoke v0.8.1
14842026-05-08T22:28:00.640Z Compiling der v0.7.10
14852026-05-08T22:28:00.810Z Compiling inout v0.1.4
14862026-05-08T22:28:00.826Z Compiling hmac v0.12.1
14872026-05-08T22:28:00.882Z Compiling zerovec v0.11.5
14882026-05-08T22:28:00.897Z Compiling zerotrie v0.2.3
14892026-05-08T22:28:01.001Z Compiling cipher v0.4.4
14902026-05-08T22:28:01.017Z Compiling sha2 v0.10.9
14912026-05-08T22:28:01.222Z Compiling pbkdf2 v0.12.2
14922026-05-08T22:28:01.285Z Compiling salsa20 v0.10.2
14932026-05-08T22:28:01.361Z Compiling tinystr v0.8.2
14942026-05-08T22:28:01.376Z Compiling potential_utf v0.1.4
14952026-05-08T22:28:01.413Z Compiling scrypt v0.11.0
14962026-05-08T22:28:01.446Z Compiling thiserror v2.0.18
14972026-05-08T22:28:01.567Z Compiling icu_locale_core v2.1.1
14982026-05-08T22:28:01.584Z Compiling icu_collections v2.1.1
14992026-05-08T22:28:01.601Z Compiling spki v0.7.3
15002026-05-08T22:28:01.604Z Compiling cbc v0.1.2
15012026-05-08T22:28:01.635Z Compiling aes v0.8.4
15022026-05-08T22:28:01.651Z Compiling tracing v0.1.44
15032026-05-08T22:28:01.706Z Compiling scroll_derive v0.13.1
15042026-05-08T22:28:01.793Z Compiling darling_macro v0.20.11
15052026-05-08T22:28:01.833Z Compiling openssl-macros v0.1.1
15062026-05-08T22:28:01.957Z Compiling dtrace-parser v0.3.0
15072026-05-08T22:28:01.978Z Compiling signature v2.2.0
15082026-05-08T22:28:02.109Z Compiling pkcs5 v0.7.1
15092026-05-08T22:28:02.188Z Compiling rustls-native-certs v0.8.3
15102026-05-08T22:28:02.268Z Compiling icu_provider v2.1.1
15112026-05-08T22:28:02.315Z Compiling darling v0.20.11
15122026-05-08T22:28:02.417Z Compiling pkcs8 v0.10.2
15132026-05-08T22:28:02.433Z Compiling derive_builder_core v0.20.2
15142026-05-08T22:28:02.501Z Compiling bytes v1.11.1
15152026-05-08T22:28:02.517Z Compiling icu_properties v2.1.2
15162026-05-08T22:28:02.586Z Compiling icu_normalizer v2.1.1
15172026-05-08T22:28:02.601Z Compiling chrono v0.4.44
15182026-05-08T22:28:02.605Z Compiling scroll v0.13.0
15192026-05-08T22:28:02.631Z Compiling ipnet v2.11.0
15202026-05-08T22:28:02.752Z Compiling thiserror-impl v1.0.69
15212026-05-08T22:28:02.769Z Compiling scroll_derive v0.12.1
15222026-05-08T22:28:02.773Z Compiling erased-serde v0.3.31
15232026-05-08T22:28:02.834Z Compiling goblin v0.10.5
15242026-05-08T22:28:02.884Z Compiling serde_tokenstream v0.2.3
15252026-05-08T22:28:03.148Z Compiling tokio v1.52.1
15262026-05-08T22:28:03.148Z Compiling http v1.4.0
15272026-05-08T22:28:03.179Z Compiling serde_spanned v0.6.9
15282026-05-08T22:28:03.221Z Compiling toml_datetime v0.6.11
15292026-05-08T22:28:03.291Z Compiling md-5 v0.10.6
15302026-05-08T22:28:03.339Z Compiling derive_builder_macro v0.20.2
15312026-05-08T22:28:03.352Z Compiling darling_macro v0.21.3
15322026-05-08T22:28:03.486Z Compiling idna_adapter v1.2.1
15332026-05-08T22:28:03.486Z Compiling scroll v0.12.0
15342026-05-08T22:28:03.519Z Compiling ppv-lite86 v0.2.21
15352026-05-08T22:28:03.544Z Compiling webpki-roots v1.0.6
15362026-05-08T22:28:03.653Z Compiling idna v1.1.0
15372026-05-08T22:28:03.678Z Compiling zerocopy-derive v0.7.35
15382026-05-08T22:28:03.697Z Compiling memoffset v0.9.1
15392026-05-08T22:28:03.729Z Compiling iri-string v0.7.10
15402026-05-08T22:28:03.790Z Compiling cfg_aliases v0.2.1
15412026-05-08T22:28:03.844Z Compiling rand_chacha v0.9.0
15422026-05-08T22:28:03.864Z Compiling http-body v1.0.1
15432026-05-08T22:28:03.879Z Compiling rand_chacha v0.3.1
15442026-05-08T22:28:03.884Z Compiling num-bigint-dig v0.8.6
15452026-05-08T22:28:03.916Z Compiling rustix v0.38.44
15462026-05-08T22:28:04.048Z Compiling url v2.5.8
15472026-05-08T22:28:04.062Z Compiling rand v0.9.2
15482026-05-08T22:28:04.081Z Compiling thiserror v1.0.69
15492026-05-08T22:28:04.115Z Compiling http-body-util v0.1.3
15502026-05-08T22:28:04.119Z Compiling smoltcp v0.9.1
15512026-05-08T22:28:04.203Z Compiling ryu v1.0.23
15522026-05-08T22:28:04.283Z Compiling litrs v1.0.0
15532026-05-08T22:28:04.334Z Compiling zlib-rs v0.6.2
15542026-05-08T22:28:04.376Z Compiling ref-cast v1.0.25
15552026-05-08T22:28:04.403Z Compiling base16ct v0.2.0
15562026-05-08T22:28:04.505Z Compiling psl-types v2.0.11
15572026-05-08T22:28:04.609Z Compiling fallible-iterator v0.2.0
15582026-05-08T22:28:04.629Z Compiling proptest v1.10.0
15592026-05-08T22:28:04.645Z Compiling publicsuffix v2.3.0
15602026-05-08T22:28:04.785Z Compiling zerocopy v0.7.35
15612026-05-08T22:28:04.813Z Compiling document-features v0.2.12
15622026-05-08T22:28:04.836Z Compiling sec1 v0.7.3
15632026-05-08T22:28:04.895Z Compiling postgres-protocol v0.6.10
15642026-05-08T22:28:04.916Z Compiling serde_urlencoded v0.7.1
15652026-05-08T22:28:05.001Z Compiling rand v0.8.5
15662026-05-08T22:28:05.059Z Compiling nix v0.31.2
15672026-05-08T22:28:05.137Z Compiling darling v0.21.3
15682026-05-08T22:28:05.166Z Compiling derive_builder v0.20.2
15692026-05-08T22:28:05.181Z Compiling goblin v0.8.2
15702026-05-08T22:28:05.269Z Compiling cargo-platform v0.1.9
15712026-05-08T22:28:05.317Z Compiling hubpack_derive v0.1.1
15722026-05-08T22:28:05.359Z Compiling ipnetwork v0.21.1
15732026-05-08T22:28:05.450Z Compiling hkdf v0.12.4
15742026-05-08T22:28:05.466Z Compiling crypto-bigint v0.5.5
15752026-05-08T22:28:05.483Z Compiling regex v1.12.3
15762026-05-08T22:28:05.541Z Compiling dof v0.4.0
15772026-05-08T22:28:05.636Z Compiling oxnet v0.1.4
15782026-05-08T22:28:05.852Z Compiling group v0.13.0
15792026-05-08T22:28:05.909Z Compiling async-trait v0.1.89
15802026-05-08T22:28:05.925Z Compiling daft-derive v0.1.5
15812026-05-08T22:28:05.928Z Compiling strum_macros v0.27.2
15822026-05-08T22:28:05.970Z Compiling curve25519-dalek-derive v0.1.1
15832026-05-08T22:28:06.051Z Compiling ref-cast-impl v1.0.25
15842026-05-08T22:28:06.105Z Compiling num-iter v0.1.45
15852026-05-08T22:28:06.571Z Compiling terminal_size v0.4.3
15862026-05-08T22:28:06.636Z Compiling phf_shared v0.13.1
15872026-05-08T22:28:06.673Z Compiling lazy_static v1.5.0
15882026-05-08T22:28:06.688Z Compiling vergen v9.0.6
15892026-05-08T22:28:06.732Z Compiling fs-err v3.3.0
15902026-05-08T22:28:06.789Z Compiling ahash v0.8.12
15912026-05-08T22:28:06.820Z Compiling foldhash v0.2.0
15922026-05-08T22:28:06.900Z Compiling tokio-util v0.7.18
15932026-05-08T22:28:06.918Z Compiling tower v0.5.3
15942026-05-08T22:28:06.947Z Compiling tokio-native-tls v0.3.1
15952026-05-08T22:28:06.965Z Compiling winnow v0.5.40
15962026-05-08T22:28:06.982Z Compiling managed v0.8.0
15972026-05-08T22:28:07.020Z Compiling newtype-uuid v1.3.2
15982026-05-08T22:28:07.064Z Compiling libbz2-rs-sys v0.2.2
15992026-05-08T22:28:07.069Z Compiling unicode-segmentation v1.12.0
16002026-05-08T22:28:07.151Z Compiling object v0.37.3
16012026-05-08T22:28:07.169Z Compiling foldhash v0.1.5
16022026-05-08T22:28:07.221Z Compiling flate2 v1.1.9
16032026-05-08T22:28:07.360Z Compiling tower-http v0.6.8
16042026-05-08T22:28:07.393Z Compiling bitflags v1.3.2
16052026-05-08T22:28:07.443Z Compiling bumpalo v3.20.2
16062026-05-08T22:28:07.499Z Compiling dof v0.3.0
16072026-05-08T22:28:07.519Z Compiling bzip2 v0.6.1
16082026-05-08T22:28:07.611Z Compiling h2 v0.4.13
16092026-05-08T22:28:07.663Z Compiling zopfli v0.8.3
16102026-05-08T22:28:07.724Z Compiling hashbrown v0.15.5
16112026-05-08T22:28:07.741Z Compiling daft v0.1.5
16122026-05-08T22:28:07.758Z Compiling usdt-attr-macro v0.6.0
16132026-05-08T22:28:07.794Z Compiling usdt-macro v0.6.0
16142026-05-08T22:28:07.868Z Compiling hashbrown v0.16.1
16152026-05-08T22:28:07.980Z Compiling strum v0.27.2
16162026-05-08T22:28:08.000Z Compiling clap_builder v4.5.60
16172026-05-08T22:28:08.154Z Compiling phf v0.13.1
16182026-05-08T22:28:08.257Z Compiling toml_edit v0.19.15
16192026-05-08T22:28:08.343Z Compiling cargo_metadata v0.19.2
16202026-05-08T22:28:08.362Z Compiling elliptic-curve v0.13.8
16212026-05-08T22:28:08.422Z Compiling signal-hook-mio v0.2.5
16222026-05-08T22:28:08.480Z Compiling hubpack v0.1.2
16232026-05-08T22:28:08.565Z Compiling cookie_store v0.22.1
16242026-05-08T22:28:08.594Z Compiling bzip2 v0.4.4
16252026-05-08T22:28:08.642Z Compiling postgres-types v0.2.12
16262026-05-08T22:28:08.719Z Compiling serde_with_macros v3.17.0
16272026-05-08T22:28:08.834Z Compiling zstd v0.13.3
16282026-05-08T22:28:08.850Z Compiling dtrace-parser v0.2.0
16292026-05-08T22:28:08.867Z Compiling pkcs1 v0.7.5
16302026-05-08T22:28:08.922Z Compiling ed25519 v2.2.3
16312026-05-08T22:28:09.123Z Compiling serde-big-array v0.5.1
16322026-05-08T22:28:09.227Z Compiling hex v0.4.3
16332026-05-08T22:28:09.252Z Compiling rfc6979 v0.4.0
16342026-05-08T22:28:09.294Z Compiling bstr v1.12.1
16352026-05-08T22:28:09.309Z Compiling clap_derive v4.5.55
16362026-05-08T22:28:09.398Z Compiling strum_macros v0.26.4
16372026-05-08T22:28:09.518Z Compiling enum-as-inner v0.6.1
16382026-05-08T22:28:09.617Z Compiling serde_repr v0.1.20
16392026-05-08T22:28:09.694Z Compiling phf_shared v0.11.3
16402026-05-08T22:28:09.862Z Compiling float-cmp v0.10.0
16412026-05-08T22:28:09.882Z Compiling thread-id v4.2.2
16422026-05-08T22:28:09.909Z Compiling memmap2 v0.9.10
16432026-05-08T22:28:09.939Z Compiling env_filter v1.0.0
16442026-05-08T22:28:09.973Z Compiling encoding_rs v0.8.35
16452026-05-08T22:28:09.989Z Compiling predicates-core v1.0.10
16462026-05-08T22:28:10.037Z Compiling either v1.15.0
16472026-05-08T22:28:10.066Z Compiling normalize-line-endings v0.3.0
16482026-05-08T22:28:10.152Z Compiling keccak v0.1.6
16492026-05-08T22:28:10.184Z Compiling precomputed-hash v0.1.1
16502026-05-08T22:28:10.199Z Compiling new_debug_unreachable v1.0.6
16512026-05-08T22:28:10.203Z Compiling whoami v2.1.0
16522026-05-08T22:28:10.275Z Compiling fixedbitset v0.5.7
16532026-05-08T22:28:10.290Z Compiling data-encoding v2.10.0
16542026-05-08T22:28:10.294Z Compiling rustc-hash v2.1.1
16552026-05-08T22:28:10.294Z Compiling jiff v0.2.21
16562026-05-08T22:28:10.486Z Compiling static_assertions v1.1.0
16572026-05-08T22:28:10.582Z Compiling mime v0.3.17
16582026-05-08T22:28:10.610Z Compiling hyper v1.8.1
16592026-05-08T22:28:10.610Z Compiling difflib v0.4.0
16602026-05-08T22:28:10.876Z Compiling fixedbitset v0.4.2
16612026-05-08T22:28:10.983Z Compiling predicates v3.1.4
16622026-05-08T22:28:11.048Z Compiling petgraph v0.6.5
16632026-05-08T22:28:11.068Z Compiling hickory-proto v0.25.2
16642026-05-08T22:28:11.087Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16652026-05-08T22:28:11.129Z Compiling petgraph v0.8.3
16662026-05-08T22:28:11.162Z Compiling clap v4.5.60
16672026-05-08T22:28:11.263Z Compiling strum v0.26.3
16682026-05-08T22:28:11.280Z Compiling tokio-postgres v0.7.16
16692026-05-08T22:28:11.297Z Compiling iddqd v0.3.18
16702026-05-08T22:28:11.394Z Compiling sha3 v0.10.8
16712026-05-08T22:28:11.415Z Compiling toml_edit v0.22.27
16722026-05-08T22:28:11.570Z Compiling string_cache v0.8.9
16732026-05-08T22:28:11.667Z Compiling itertools v0.13.0
16742026-05-08T22:28:11.670Z Compiling env_logger v0.11.9
16752026-05-08T22:28:11.833Z Compiling hyper-util v0.1.20
16762026-05-08T22:28:11.885Z Compiling usdt v0.6.0
16772026-05-08T22:28:12.052Z Compiling usdt-impl v0.5.0
16782026-05-08T22:28:12.172Z Compiling serde_with v3.17.0
16792026-05-08T22:28:12.319Z Compiling similar v2.7.0
16802026-05-08T22:28:12.503Z Compiling crossterm v0.28.1
16812026-05-08T22:28:12.581Z Compiling toml v0.7.8
16822026-05-08T22:28:12.668Z Compiling ecdsa v0.16.9
16832026-05-08T22:28:13.085Z Compiling zip v4.6.1
16842026-05-08T22:28:13.144Z Compiling rsa v0.9.10
16852026-05-08T22:28:13.208Z Compiling ed25519-dalek v2.2.0
16862026-05-08T22:28:13.381Z Compiling hyper-tls v0.6.0
16872026-05-08T22:28:13.558Z Compiling zip v0.6.6
16882026-05-08T22:28:13.803Z Compiling tokio-stream v0.1.18
16892026-05-08T22:28:13.901Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-05-08T22:28:13.924Z Compiling heck v0.4.1
16912026-05-08T22:28:13.924Z Compiling buf-list v1.1.2
16922026-05-08T22:28:13.993Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16932026-05-08T22:28:14.086Z Compiling openapiv3 v2.2.0
16942026-05-08T22:28:14.101Z Compiling x509-cert v0.2.5
16952026-05-08T22:28:14.176Z Compiling sha1 v0.10.6
16962026-05-08T22:28:14.180Z Compiling crossbeam-epoch v0.9.18
16972026-05-08T22:28:14.192Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-05-08T22:28:14.251Z Compiling peg-runtime v0.8.5
16992026-05-08T22:28:14.304Z Compiling lalrpop-util v0.19.12
17002026-05-08T22:28:14.325Z Compiling thread_local v1.1.9
17012026-05-08T22:28:14.424Z Compiling slog-async v2.8.0
17022026-05-08T22:28:14.525Z Compiling futures-executor v0.3.32
17032026-05-08T22:28:14.542Z Compiling crossbeam-channel v0.5.15
17042026-05-08T22:28:14.558Z Compiling is-terminal v0.4.17
17052026-05-08T22:28:14.575Z Compiling filetime v0.2.27
17062026-05-08T22:28:14.578Z Compiling xattr v1.6.1
17072026-05-08T22:28:14.610Z Compiling term v1.2.1
17082026-05-08T22:28:14.631Z Compiling take_mut v0.2.2
17092026-05-08T22:28:14.763Z Compiling futures v0.3.32
17102026-05-08T22:28:14.779Z Compiling tar v0.4.45
17112026-05-08T22:28:14.905Z Compiling slog-term v2.9.2
17122026-05-08T22:28:30.181Z Compiling rustls-webpki v0.103.9
17132026-05-08T22:28:32.970Z Compiling tokio-rustls v0.26.4
17142026-05-08T22:28:32.970Z Compiling rustls-platform-verifier v0.6.2
17152026-05-08T22:28:33.169Z Compiling hyper-rustls v0.27.7
17162026-05-08T22:28:33.363Z Compiling reqwest v0.13.2
17172026-05-08T22:28:33.363Z Compiling reqwest v0.12.28
17182026-05-08T22:28:35.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-05-08T22:28:35.548Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-05-08T22:28:38.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.20s
17212026-05-08T22:28:38.519Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-05-08T22:28:38.577ZMay 08 22:28:38.273 INFO Starting download, target: Clickhouse
17232026-05-08T22:28:38.577ZMay 08 22:28:38.274 INFO Starting download, target: Cockroach
17242026-05-08T22:28:38.577ZMay 08 22:28:38.274 INFO Starting download, target: Console
17252026-05-08T22:28:38.577ZMay 08 22:28:38.274 INFO Starting download, target: DendriteStub
17262026-05-08T22:28:38.581ZMay 08 22:28:38.274 INFO Starting download, target: MaghemiteMgd
17272026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Starting download, target: TransceiverControl
17282026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-05-08T22:28:38.581ZMay 08 22:28:38.275 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-05-08T22:28:39.047ZMay 08 22:28:38.720 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-05-08T22:28:39.236ZMay 08 22:28:38.931 INFO Download complete, target: TransceiverControl
17362026-05-08T22:28:39.634ZMay 08 22:28:39.327 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-08T22:28:39.868ZMay 08 22:28:39.564 INFO Download complete, target: Console
17382026-05-08T22:28:40.321ZMay 08 22:28:40.014 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-05-08T22:28:40.588ZMay 08 22:28:40.284 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-05-08T22:28:40.909ZMay 08 22:28:40.605 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-08T22:28:41.047ZMay 08 22:28:40.744 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-08T22:28:41.047ZMay 08 22:28:40.744 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-08T22:28:42.693ZMay 08 22:28:42.390 INFO Download complete, target: DendriteStub
17442026-05-08T22:28:43.068ZMay 08 22:28:42.765 INFO Download complete, target: MaghemiteMgd
17452026-05-08T22:28:45.744ZMay 08 22:28:45.440 INFO Checking that binary works, target: Cockroach
17462026-05-08T22:28:45.846ZMay 08 22:28:45.542 INFO Download complete, target: Cockroach
17472026-05-08T22:28:47.736ZMay 08 22:28:47.430 INFO Checking that binary works, target: Clickhouse
17482026-05-08T22:28:47.824ZMay 08 22:28:47.520 INFO Download complete, target: Clickhouse
17492026-05-08T22:28:47.831ZAll prerequisites installed successfully
17502026-05-08T22:28:47.836Z
17512026-05-08T22:28:47.836Zreal 2:50.856828230
17522026-05-08T22:28:47.836Zuser 7:15.056547076
17532026-05-08T22:28:47.836Zsys 1:45.444927032
17542026-05-08T22:28:47.837Ztrap 0.258670354
17552026-05-08T22:28:47.837Ztflt 1.145579561
17562026-05-08T22:28:47.837Zdflt 1.961245768
17572026-05-08T22:28:47.837Zkflt 0.023273666
17582026-05-08T22:28:47.837Zlock 22:25.984515959
17592026-05-08T22:28:47.837Zslp 19:20.800885228
17602026-05-08T22:28:47.837Zlat 24.914204092
17612026-05-08T22:28:47.837Zstop 2:59.897626399
17622026-05-08T22:28:47.837Z+ ptime -m cargo xtask download softnpu
17632026-05-08T22:28:48.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17642026-05-08T22:28:48.372Z Running `target/debug/xtask download softnpu`
17652026-05-08T22:28:49.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17662026-05-08T22:28:49.191Z Running `target/debug/xtask-downloader softnpu`
17672026-05-08T22:28:49.234ZMay 08 22:28:48.930 INFO Starting download, target: Softnpu
17682026-05-08T22:28:49.237ZMay 08 22:28:48.930 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-05-08T22:28:50.007ZMay 08 22:28:49.703 INFO Download complete, target: Softnpu
17702026-05-08T22:28:50.011Z
17712026-05-08T22:28:50.014Zreal 2.173006905
17722026-05-08T22:28:50.014Zuser 1.326967963
17732026-05-08T22:28:50.014Zsys 0.651862113
17742026-05-08T22:28:50.014Ztrap 0.000604291
17752026-05-08T22:28:50.014Ztflt 0.000217703
17762026-05-08T22:28:50.014Zdflt 0.000415890
17772026-05-08T22:28:50.014Zkflt 0.000000000
17782026-05-08T22:28:50.014Zlock 14.498201153
17792026-05-08T22:28:50.014Zslp 0.629150690
17802026-05-08T22:28:50.014Zlat 0.098043248
17812026-05-08T22:28:50.014Zstop 0.000187135
17822026-05-08T22:28:50.014Z+ export CARGO_INCREMENTAL=0
17832026-05-08T22:28:50.014Z+ CARGO_INCREMENTAL=0
17842026-05-08T22:28:50.014Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-05-08T22:28:50.901Z Compiling proc-macro2 v1.0.106
17862026-05-08T22:28:50.901Z Compiling quote v1.0.45
17872026-05-08T22:28:50.901Z Compiling unicode-ident v1.0.24
17882026-05-08T22:28:50.901Z Compiling libc v0.2.185
17892026-05-08T22:28:50.901Z Compiling serde_core v1.0.228
17902026-05-08T22:28:50.904Z Compiling serde v1.0.228
17912026-05-08T22:28:50.904Z Compiling cfg-if v1.0.4
17922026-05-08T22:28:50.904Z Compiling version_check v0.9.5
17932026-05-08T22:28:50.904Z Compiling find-msvc-tools v0.1.9
17942026-05-08T22:28:50.904Z Compiling shlex v1.3.0
17952026-05-08T22:28:50.904Z Compiling typenum v1.19.0
17962026-05-08T22:28:50.904Z Compiling autocfg v1.5.0
17972026-05-08T22:28:50.904Z Compiling zmij v1.0.21
17982026-05-08T22:28:51.048Z Compiling memchr v2.8.0
17992026-05-08T22:28:51.052Z Compiling serde_json v1.0.149
18002026-05-08T22:28:51.241Z Compiling portable-atomic v1.13.1
18012026-05-08T22:28:51.318Z Compiling zerocopy v0.8.40
18022026-05-08T22:28:51.338Z Compiling libm v0.2.16
18032026-05-08T22:28:51.440Z Compiling smallvec v1.15.1
18042026-05-08T22:28:51.585Z Compiling parking_lot_core v0.9.12
18052026-05-08T22:28:51.588Z Compiling generic-array v0.14.7
18062026-05-08T22:28:51.618Z Compiling icu_properties_data v2.1.2
18072026-05-08T22:28:51.651Z Compiling num-traits v0.2.19
18082026-05-08T22:28:51.749Z Compiling icu_normalizer_data v2.1.1
18092026-05-08T22:28:51.766Z Compiling itoa v1.0.17
18102026-05-08T22:28:51.781Z Compiling getrandom v0.4.1
18112026-05-08T22:28:51.786Z Compiling log v0.4.29
18122026-05-08T22:28:51.834Z Compiling stable_deref_trait v1.2.1
18132026-05-08T22:28:51.867Z Compiling pkg-config v0.3.32
18142026-05-08T22:28:51.900Z Compiling subtle v2.6.1
18152026-05-08T22:28:51.988Z Compiling getrandom v0.2.17
18162026-05-08T22:28:52.016Z Compiling jobserver v0.1.34
18172026-05-08T22:28:52.054Z Compiling errno v0.3.14
18182026-05-08T22:28:52.090Z Compiling scopeguard v1.2.0
18192026-05-08T22:28:52.136Z Compiling rand_core v0.6.4
18202026-05-08T22:28:52.218Z Compiling lock_api v0.4.14
18212026-05-08T22:28:52.236Z Compiling cc v1.2.56
18222026-05-08T22:28:52.362Z Compiling percent-encoding v2.3.2
18232026-05-08T22:28:52.393Z Compiling syn v2.0.117
18242026-05-08T22:28:52.417Z Compiling writeable v0.6.2
18252026-05-08T22:28:52.433Z Compiling litemap v0.8.1
18262026-05-08T22:28:52.474Z Compiling fnv v1.0.7
18272026-05-08T22:28:52.492Z Compiling thiserror v2.0.18
18282026-05-08T22:28:52.509Z Compiling pin-project-lite v0.2.17
18292026-05-08T22:28:52.606Z Compiling getrandom v0.3.4
18302026-05-08T22:28:52.691Z Compiling critical-section v1.2.0
18312026-05-08T22:28:52.741Z Compiling rustversion v1.0.22
18322026-05-08T22:28:52.775Z Compiling equivalent v1.0.2
18332026-05-08T22:28:52.805Z Compiling schemars v0.8.22
18342026-05-08T22:28:52.839Z Compiling dunce v1.0.5
18352026-05-08T22:28:52.857Z Compiling rand_core v0.10.0
18362026-05-08T22:28:52.891Z Compiling fs_extra v1.3.0
18372026-05-08T22:28:52.908Z Compiling utf8_iter v1.0.4
18382026-05-08T22:28:52.960Z Compiling cmake v0.1.57
18392026-05-08T22:28:53.004Z Compiling form_urlencoded v1.2.2
18402026-05-08T22:28:53.157Z Compiling once_cell v1.21.3
18412026-05-08T22:28:53.194Z Compiling signal-hook-registry v1.4.8
18422026-05-08T22:28:53.317Z Compiling const-oid v0.9.6
18432026-05-08T22:28:53.404Z Compiling semver v1.0.28
18442026-05-08T22:28:53.448Z Compiling bitflags v2.11.0
18452026-05-08T22:28:53.506Z Compiling hashbrown v0.17.0
18462026-05-08T22:28:53.545Z Compiling parking_lot v0.12.5
18472026-05-08T22:28:53.561Z Compiling ring v0.17.14
18482026-05-08T22:28:53.561Z Compiling aws-lc-sys v0.37.1
18492026-05-08T22:28:53.663Z Compiling mio v1.2.0
18502026-05-08T22:28:53.708Z Compiling socket2 v0.6.3
18512026-05-08T22:28:53.739Z Compiling rustix v1.1.3
18522026-05-08T22:28:53.824Z Compiling aws-lc-rs v1.16.0
18532026-05-08T22:28:53.920Z Compiling futures-core v0.3.32
18542026-05-08T22:28:53.938Z Compiling strsim v0.11.1
18552026-05-08T22:28:54.095Z Compiling indexmap v2.14.0
18562026-05-08T22:28:54.114Z Compiling thiserror v1.0.69
18572026-05-08T22:28:54.151Z Compiling ucd-trie v0.1.7
18582026-05-08T22:28:54.154Z Compiling byteorder v1.5.0
18592026-05-08T22:28:54.154Z Compiling httparse v1.10.1
18602026-05-08T22:28:54.386Z Compiling pest v2.8.6
18612026-05-08T22:28:54.398Z Compiling iana-time-zone v0.1.65
18622026-05-08T22:28:54.420Z Compiling ident_case v1.0.1
18632026-05-08T22:28:54.438Z Compiling vcpkg v0.2.15
18642026-05-08T22:28:54.457Z Compiling syn v1.0.109
18652026-05-08T22:28:54.461Z Compiling heck v0.5.0
18662026-05-08T22:28:54.490Z Compiling uuid v1.23.0
18672026-05-08T22:28:54.544Z Compiling cpufeatures v0.2.17
18682026-05-08T22:28:54.652Z Compiling regex-syntax v0.8.10
18692026-05-08T22:28:54.791Z Compiling rustc_version v0.4.1
18702026-05-08T22:28:54.843Z Compiling rustls v0.23.37
18712026-05-08T22:28:54.957Z Compiling futures-sink v0.3.32
18722026-05-08T22:28:55.017Z Compiling openssl-sys v0.9.114
18732026-05-08T22:28:55.078Z Compiling futures-channel v0.3.32
18742026-05-08T22:28:55.107Z Compiling futures-io v0.3.32
18752026-05-08T22:28:55.107Z Compiling futures-task v0.3.32
18762026-05-08T22:28:55.157Z Compiling slab v0.4.12
18772026-05-08T22:28:55.224Z Compiling synstructure v0.13.2
18782026-05-08T22:28:55.249Z Compiling serde_derive_internals v0.29.1
18792026-05-08T22:28:55.342Z Compiling plain v0.2.3
18802026-05-08T22:28:55.345Z Compiling dyn-clone v1.0.20
18812026-05-08T22:28:55.375Z Compiling crc32fast v1.5.0
18822026-05-08T22:28:55.403Z Compiling aho-corasick v1.1.4
18832026-05-08T22:28:55.465Z Compiling crossbeam-utils v0.8.21
18842026-05-08T22:28:55.516Z Compiling pest_meta v2.8.6
18852026-05-08T22:28:55.565Z Compiling num-conv v0.2.0
18862026-05-08T22:28:55.684Z Compiling time-core v0.1.8
18872026-05-08T22:28:55.813Z Compiling base64 v0.22.1
18882026-05-08T22:28:55.823Z Compiling openssl v0.10.78
18892026-05-08T22:28:55.842Z Compiling time-macros v0.2.27
18902026-05-08T22:28:55.957Z Compiling pretty-hex v0.4.1
18912026-05-08T22:28:56.124Z Compiling pest_generator v2.8.6
18922026-05-08T22:28:56.174Z Compiling base64ct v1.8.3
18932026-05-08T22:28:56.249Z Compiling anyhow v1.0.102
18942026-05-08T22:28:56.263Z Compiling darling_core v0.21.3
18952026-05-08T22:28:56.281Z Compiling regex-automata v0.4.14
18962026-05-08T22:28:56.296Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18972026-05-08T22:28:56.342Z Compiling flagset v0.4.7
18982026-05-08T22:28:56.469Z Compiling pem-rfc7468 v0.7.0
18992026-05-08T22:28:56.488Z Compiling native-tls v0.2.18
19002026-05-08T22:28:56.501Z Compiling rand_core v0.9.5
19012026-05-08T22:28:56.522Z Compiling serde_derive v1.0.228
19022026-05-08T22:28:56.565Z Compiling zeroize_derive v1.4.3
19032026-05-08T22:28:56.573Z Compiling zerofrom-derive v0.1.6
19042026-05-08T22:28:56.713Z Compiling yoke-derive v0.8.1
19052026-05-08T22:28:56.723Z Compiling zerovec-derive v0.11.2
19062026-05-08T22:28:56.747Z Compiling displaydoc v0.2.5
19072026-05-08T22:28:56.765Z Compiling zerocopy-derive v0.8.40
19082026-05-08T22:28:56.806Z Compiling tokio-macros v2.7.0
19092026-05-08T22:28:56.818Z Compiling futures-macro v0.3.32
19102026-05-08T22:28:56.862Z Compiling thiserror-impl v2.0.18
19112026-05-08T22:28:56.883Z Compiling schemars_derive v0.8.22
19122026-05-08T22:28:56.898Z Compiling tracing-attributes v0.1.31
19132026-05-08T22:28:57.180Z Compiling zeroize v1.8.2
19142026-05-08T22:28:57.499Z Compiling der_derive v0.7.3
19152026-05-08T22:28:57.614Z Compiling thiserror-impl v1.0.69
19162026-05-08T22:28:57.677Z Compiling pest_derive v2.8.6
19172026-05-08T22:28:57.712Z Compiling zerofrom v0.1.6
19182026-05-08T22:28:57.866Z Compiling yoke v0.8.1
19192026-05-08T22:28:58.035Z Compiling crypto-common v0.1.7
19202026-05-08T22:28:58.058Z Compiling zerovec v0.11.5
19212026-05-08T22:28:58.074Z Compiling zerotrie v0.2.3
19222026-05-08T22:28:58.078Z Compiling block-buffer v0.10.4
19232026-05-08T22:28:58.288Z Compiling digest v0.10.7
19242026-05-08T22:28:58.313Z Compiling futures-util v0.3.32
19252026-05-08T22:28:58.332Z Compiling block-padding v0.3.3
19262026-05-08T22:28:58.501Z Compiling inout v0.1.4
19272026-05-08T22:28:58.534Z Compiling rustls-pki-types v1.14.0
19282026-05-08T22:28:58.569Z Compiling scroll_derive v0.13.1
19292026-05-08T22:28:58.588Z Compiling tinystr v0.8.2
19302026-05-08T22:28:58.627Z Compiling potential_utf v0.1.4
19312026-05-08T22:28:58.676Z Compiling hmac v0.12.1
19322026-05-08T22:28:58.694Z Compiling cipher v0.4.4
19332026-05-08T22:28:58.730Z Compiling sha2 v0.10.9
19342026-05-08T22:28:58.830Z Compiling icu_locale_core v2.1.1
19352026-05-08T22:28:58.848Z Compiling icu_collections v2.1.1
19362026-05-08T22:28:58.896Z Compiling scroll_derive v0.12.1
19372026-05-08T22:28:59.149Z Compiling openssl-macros v0.1.1
19382026-05-08T22:28:59.351Z Compiling regex v1.12.3
19392026-05-08T22:28:59.408Z Compiling darling_macro v0.21.3
19402026-05-08T22:28:59.560Z Compiling icu_provider v2.1.1
19412026-05-08T22:28:59.577Z Compiling der v0.7.10
19422026-05-08T22:28:59.709Z Compiling bytes v1.11.1
19432026-05-08T22:28:59.783Z Compiling chrono v0.4.44
19442026-05-08T22:28:59.802Z Compiling serde_tokenstream v0.2.3
19452026-05-08T22:28:59.802Z Compiling zerocopy-derive v0.7.35
19462026-05-08T22:28:59.832Z Compiling icu_normalizer v2.1.1
19472026-05-08T22:28:59.893Z Compiling icu_properties v2.1.2
19482026-05-08T22:29:00.369Z Compiling tokio v1.52.1
19492026-05-08T22:29:00.644Z Compiling http v1.4.0
19502026-05-08T22:29:00.766Z Compiling slog v2.8.2
19512026-05-08T22:29:00.798Z Compiling tracing-core v0.1.36
19522026-05-08T22:29:00.995Z Compiling idna_adapter v1.2.1
19532026-05-08T22:29:01.017Z Compiling ppv-lite86 v0.2.21
19542026-05-08T22:29:01.126Z Compiling idna v1.1.0
19552026-05-08T22:29:01.161Z Compiling untrusted v0.9.0
19562026-05-08T22:29:01.360Z Compiling tracing v0.1.44
19572026-05-08T22:29:01.412Z Compiling spki v0.7.3
19582026-05-08T22:29:01.519Z Compiling url v2.5.8
19592026-05-08T22:29:01.644Z Compiling darling v0.21.3
19602026-05-08T22:29:01.689Z Compiling salsa20 v0.10.2
19612026-05-08T22:29:01.733Z Compiling pbkdf2 v0.12.2
19622026-05-08T22:29:01.888Z Compiling cookie v0.18.1
19632026-05-08T22:29:02.058Z Compiling camino v1.2.2
19642026-05-08T22:29:02.376Z Compiling scrypt v0.11.0
19652026-05-08T22:29:02.471Z Compiling rand_chacha v0.9.0
19662026-05-08T22:29:02.488Z Compiling cbc v0.1.2
19672026-05-08T22:29:02.491Z Compiling aes v0.8.4
19682026-05-08T22:29:03.010Z Compiling usdt-impl v0.5.0
19692026-05-08T22:29:03.051Z Compiling either v1.15.0
19702026-05-08T22:29:03.112Z Compiling ref-cast v1.0.25
19712026-05-08T22:29:03.226Z Compiling paste v1.0.15
19722026-05-08T22:29:03.259Z Compiling winnow v0.7.14
19732026-05-08T22:29:03.277Z Compiling usdt-impl v0.6.0
19742026-05-08T22:29:03.442Z Compiling pkcs5 v0.7.1
19752026-05-08T22:29:03.496Z Compiling rand v0.9.2
19762026-05-08T22:29:03.517Z Compiling http-body v1.0.1
19772026-05-08T22:29:03.713Z Compiling toml_datetime v0.6.11
19782026-05-08T22:29:03.868Z Compiling serde_spanned v0.6.9
19792026-05-08T22:29:03.885Z Compiling scroll v0.12.0
19802026-05-08T22:29:03.903Z Compiling scroll v0.13.0
19812026-05-08T22:29:04.007Z Compiling heapless v0.7.17
19822026-05-08T22:29:04.050Z Compiling bzip2-sys v0.1.13+1.0.8
19832026-05-08T22:29:04.077Z Compiling signal-hook v0.3.18
19842026-05-08T22:29:04.093Z Compiling untrusted v0.7.1
19852026-05-08T22:29:04.189Z Compiling tokio-util v0.7.18
19862026-05-08T22:29:04.231Z Compiling atomic-waker v1.1.2
19872026-05-08T22:29:04.272Z Compiling zstd-safe v7.2.4
19882026-05-08T22:29:04.305Z Compiling openssl-probe v0.2.1
19892026-05-08T22:29:04.357Z Compiling goblin v0.10.5
19902026-05-08T22:29:04.388Z Compiling goblin v0.8.2
19912026-05-08T22:29:04.648Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-05-08T22:29:04.696Z Compiling pkcs8 v0.10.2
19932026-05-08T22:29:05.004Z Compiling zerocopy v0.7.35
19942026-05-08T22:29:05.168Z Compiling ref-cast-impl v1.0.25
19952026-05-08T22:29:05.185Z Compiling darling_core v0.20.11
19962026-05-08T22:29:05.246Z Compiling curve25519-dalek v4.1.3
19972026-05-08T22:29:05.515Z Compiling toml_datetime v0.7.5+spec-1.1.0
19982026-05-08T22:29:05.556Z Compiling memoffset v0.9.1
19992026-05-08T22:29:05.587Z Compiling tinyvec_macros v0.1.1
20002026-05-08T22:29:05.604Z Compiling fastrand v2.3.0
20012026-05-08T22:29:05.780Z Compiling tower-layer v0.3.3
20022026-05-08T22:29:05.828Z Compiling try-lock v0.2.5
20032026-05-08T22:29:05.958Z Compiling winnow v0.5.40
20042026-05-08T22:29:05.962Z Compiling litrs v1.0.0
20052026-05-08T22:29:06.082Z Compiling tower-service v0.3.3
20062026-05-08T22:29:06.230Z Compiling rustix v0.38.44
20072026-05-08T22:29:06.451Z Compiling document-features v0.2.12
20082026-05-08T22:29:06.466Z Compiling want v0.3.1
20092026-05-08T22:29:06.650Z Compiling dof v0.3.0
20102026-05-08T22:29:06.676Z Compiling h2 v0.4.13
20112026-05-08T22:29:06.679Z Compiling tinyvec v1.10.0
20122026-05-08T22:29:07.160Z Compiling darling_macro v0.20.11
20132026-05-08T22:29:07.270Z Compiling dof v0.4.0
20142026-05-08T22:29:07.297Z Compiling toml_edit v0.19.15
20152026-05-08T22:29:07.474Z Compiling dtrace-parser v0.2.0
20162026-05-08T22:29:07.509Z Compiling dtrace-parser v0.3.0
20172026-05-08T22:29:07.622Z Compiling ipnet v2.11.0
20182026-05-08T22:29:08.025Z Compiling async-trait v0.1.89
20192026-05-08T22:29:08.080Z Compiling daft-derive v0.1.5
20202026-05-08T22:29:08.114Z Compiling spin v0.9.8
20212026-05-08T22:29:08.129Z Compiling thread-id v5.1.0
20222026-05-08T22:29:08.143Z Compiling thread-id v4.2.2
20232026-05-08T22:29:08.158Z Compiling pin-utils v0.1.0
20242026-05-08T22:29:08.247Z Compiling num-bigint-dig v0.8.6
20252026-05-08T22:29:08.328Z Compiling foreign-types-shared v0.1.1
20262026-05-08T22:29:08.346Z Compiling cfg_aliases v0.2.1
20272026-05-08T22:29:08.436Z Compiling httpdate v1.0.3
20282026-05-08T22:29:08.471Z Compiling powerfmt v0.2.0
20292026-05-08T22:29:08.489Z Compiling smoltcp v0.9.1
20302026-05-08T22:29:08.493Z Compiling nix v0.31.2
20312026-05-08T22:29:08.519Z Compiling tempfile v3.25.0
20322026-05-08T22:29:08.689Z Compiling deranged v0.5.8
20332026-05-08T22:29:08.762Z Compiling foreign-types v0.3.2
20342026-05-08T22:29:08.883Z Compiling darling v0.20.11
20352026-05-08T22:29:08.974Z Compiling ipnetwork v0.21.1
20362026-05-08T22:29:09.372Z Compiling curve25519-dalek-derive v0.1.1
20372026-05-08T22:29:09.464Z Compiling strum_macros v0.26.4
20382026-05-08T22:29:09.559Z Compiling wait-timeout v0.2.1
20392026-05-08T22:29:09.643Z Compiling hyper v1.8.1
20402026-05-08T22:29:09.784Z Compiling anstyle v1.0.13
20412026-05-08T22:29:09.957Z Compiling utf8parse v0.2.2
20422026-05-08T22:29:09.974Z Compiling num_threads v0.1.7
20432026-05-08T22:29:10.030Z Compiling bit-vec v0.8.0
20442026-05-08T22:29:10.033Z Compiling siphasher v1.0.2
20452026-05-08T22:29:10.130Z Compiling quick-error v1.2.3
20462026-05-08T22:29:10.146Z Compiling simd-adler32 v0.3.8
20472026-05-08T22:29:10.254Z Compiling rusty-fork v0.3.1
20482026-05-08T22:29:10.269Z Compiling bit-set v0.8.0
20492026-05-08T22:29:10.326Z Compiling time v0.3.47
20502026-05-08T22:29:10.370Z Compiling anstyle-parse v0.2.7
20512026-05-08T22:29:10.613Z Compiling derive_builder_core v0.20.2
20522026-05-08T22:29:10.778Z Compiling hyper-util v0.1.20
20532026-05-08T22:29:11.160Z Compiling unicode-normalization v0.1.25
20542026-05-08T22:29:11.471Z Compiling rustls-native-certs v0.8.3
20552026-05-08T22:29:11.681Z Compiling signature v2.2.0
20562026-05-08T22:29:11.738Z Compiling hubpack_derive v0.1.1
20572026-05-08T22:29:11.856Z Compiling rand_xorshift v0.4.0
20582026-05-08T22:29:11.889Z Compiling strum_macros v0.27.2
20592026-05-08T22:29:12.021Z Compiling sync_wrapper v1.0.2
20602026-05-08T22:29:12.035Z Compiling fs-err v3.3.0
20612026-05-08T22:29:12.151Z Compiling ahash v0.8.12
20622026-05-08T22:29:12.258Z Compiling object v0.37.3
20632026-05-08T22:29:12.272Z Compiling unicode-bidi v0.3.18
20642026-05-08T22:29:12.308Z Compiling adler2 v2.0.1
20652026-05-08T22:29:12.382Z Compiling allocator-api2 v0.2.21
20662026-05-08T22:29:12.470Z Compiling anstyle-query v1.1.5
20672026-05-08T22:29:12.602Z Compiling unarray v0.1.4
20682026-05-08T22:29:12.749Z Compiling is_terminal_polyfill v1.70.2
20692026-05-08T22:29:12.753Z Compiling colorchoice v1.0.4
20702026-05-08T22:29:12.782Z Compiling unicode-segmentation v1.12.0
20712026-05-08T22:29:12.803Z Compiling unicode-properties v0.1.4
20722026-05-08T22:29:12.911Z Compiling anstream v0.6.21
20732026-05-08T22:29:13.037Z Compiling stringprep v0.1.5
20742026-05-08T22:29:13.054Z Compiling proptest v1.10.0
20752026-05-08T22:29:13.193Z Compiling miniz_oxide v0.8.9
20762026-05-08T22:29:13.229Z Compiling tower v0.5.3
20772026-05-08T22:29:13.416Z Compiling derive_builder_macro v0.20.2
20782026-05-08T22:29:13.545Z Compiling usdt-attr-macro v0.6.0
20792026-05-08T22:29:13.672Z Compiling usdt-macro v0.6.0
20802026-05-08T22:29:14.102Z Compiling http-body-util v0.1.3
20812026-05-08T22:29:14.314Z Compiling webpki-roots v1.0.6
20822026-05-08T22:29:14.435Z Compiling rand_chacha v0.3.1
20832026-05-08T22:29:14.451Z Compiling erased-serde v0.3.31
20842026-05-08T22:29:14.468Z Compiling md-5 v0.10.6
20852026-05-08T22:29:14.533Z Compiling num-integer v0.1.46
20862026-05-08T22:29:14.551Z Compiling hash32 v0.2.1
20872026-05-08T22:29:14.655Z Compiling vergen-lib v0.1.6
20882026-05-08T22:29:14.669Z Compiling ff v0.13.1
20892026-05-08T22:29:14.766Z Compiling psl-types v2.0.11
20902026-05-08T22:29:14.781Z Compiling zlib-rs v0.6.2
20912026-05-08T22:29:14.824Z Compiling iri-string v0.7.10
20922026-05-08T22:29:14.842Z Compiling ryu v1.0.23
20932026-05-08T22:29:14.860Z Compiling base16ct v0.2.0
20942026-05-08T22:29:14.894Z Compiling fallible-iterator v0.2.0
20952026-05-08T22:29:15.001Z Compiling serde_urlencoded v0.7.1
20962026-05-08T22:29:15.033Z Compiling newtype-uuid v1.3.2
20972026-05-08T22:29:15.051Z Compiling sec1 v0.7.3
20982026-05-08T22:29:15.251Z Compiling postgres-protocol v0.6.10
20992026-05-08T22:29:15.266Z Compiling publicsuffix v2.3.0
21002026-05-08T22:29:15.320Z Compiling group v0.13.0
21012026-05-08T22:29:15.395Z Compiling num-iter v0.1.45
21022026-05-08T22:29:15.536Z Compiling rand v0.8.5
21032026-05-08T22:29:15.776Z Compiling oxnet v0.1.4
21042026-05-08T22:29:15.779Z Compiling derive_builder v0.20.2
21052026-05-08T22:29:15.942Z Compiling heck v0.4.1
21062026-05-08T22:29:15.942Z Compiling tokio-native-tls v0.3.1
21072026-05-08T22:29:15.976Z Compiling phf_shared v0.13.1
21082026-05-08T22:29:15.992Z Compiling tower-http v0.6.8
21092026-05-08T22:29:16.099Z Compiling lazy_static v1.5.0
21102026-05-08T22:29:16.178Z Compiling terminal_size v0.4.3
21112026-05-08T22:29:16.214Z Compiling serde_with_macros v3.17.0
21122026-05-08T22:29:16.233Z Compiling cargo-platform v0.1.9
21132026-05-08T22:29:16.253Z Compiling hkdf v0.12.4
21142026-05-08T22:29:16.257Z Compiling crypto-bigint v0.5.5
21152026-05-08T22:29:16.285Z Compiling enum-as-inner v0.6.1
21162026-05-08T22:29:16.357Z Compiling clap_derive v4.5.55
21172026-05-08T22:29:16.444Z Compiling serde_repr v0.1.20
21182026-05-08T22:29:16.461Z Compiling vergen v9.0.6
21192026-05-08T22:29:16.512Z Compiling foldhash v0.2.0
21202026-05-08T22:29:16.588Z Compiling clap_lex v1.0.0
21212026-05-08T22:29:16.605Z Compiling libbz2-rs-sys v0.2.2
21222026-05-08T22:29:16.700Z Compiling managed v0.8.0
21232026-05-08T22:29:16.809Z Compiling bumpalo v3.20.2
21242026-05-08T22:29:16.856Z Compiling bitflags v1.3.2
21252026-05-08T22:29:16.879Z Compiling flate2 v1.1.9
21262026-05-08T22:29:16.961Z Compiling foldhash v0.1.5
21272026-05-08T22:29:17.072Z Compiling zopfli v0.8.3
21282026-05-08T22:29:17.135Z Compiling hashbrown v0.15.5
21292026-05-08T22:29:17.151Z Compiling bzip2 v0.6.1
21302026-05-08T22:29:17.209Z Compiling elliptic-curve v0.13.8
21312026-05-08T22:29:17.259Z Compiling clap_builder v4.5.60
21322026-05-08T22:29:17.294Z Compiling hashbrown v0.16.1
21332026-05-08T22:29:17.566Z Compiling cargo_metadata v0.19.2
21342026-05-08T22:29:17.846Z Compiling phf v0.13.1
21352026-05-08T22:29:17.903Z Compiling hyper-tls v0.6.0
21362026-05-08T22:29:17.917Z Compiling daft v0.1.5
21372026-05-08T22:29:17.993Z Compiling zstd v0.13.3
21382026-05-08T22:29:18.059Z Compiling signal-hook-mio v0.2.5
21392026-05-08T22:29:18.139Z Compiling cookie_store v0.22.1
21402026-05-08T22:29:18.212Z Compiling postgres-types v0.2.12
21412026-05-08T22:29:18.264Z Compiling bzip2 v0.4.4
21422026-05-08T22:29:18.334Z Compiling strum v0.27.2
21432026-05-08T22:29:18.558Z Compiling hubpack v0.1.2
21442026-05-08T22:29:18.667Z Compiling ed25519 v2.2.3
21452026-05-08T22:29:18.694Z Compiling phf_shared v0.11.3
21462026-05-08T22:29:18.746Z Compiling crossbeam-epoch v0.9.18
21472026-05-08T22:29:18.800Z Compiling pkcs1 v0.7.5
21482026-05-08T22:29:18.859Z Compiling hex v0.4.3
21492026-05-08T22:29:18.898Z Compiling serde-big-array v0.5.1
21502026-05-08T22:29:19.147Z Compiling rfc6979 v0.4.0
21512026-05-08T22:29:19.195Z Compiling bstr v1.12.1
21522026-05-08T22:29:19.212Z Compiling float-cmp v0.10.0
21532026-05-08T22:29:19.274Z Compiling memmap2 v0.9.10
21542026-05-08T22:29:19.292Z Compiling env_filter v1.0.0
21552026-05-08T22:29:19.328Z Compiling encoding_rs v0.8.35
21562026-05-08T22:29:19.377Z Compiling data-encoding v2.10.0
21572026-05-08T22:29:19.420Z Compiling keccak v0.1.6
21582026-05-08T22:29:19.446Z Compiling new_debug_unreachable v1.0.6
21592026-05-08T22:29:19.500Z Compiling fixedbitset v0.4.2
21602026-05-08T22:29:19.536Z Compiling jiff v0.2.21
21612026-05-08T22:29:19.573Z Compiling normalize-line-endings v0.3.0
21622026-05-08T22:29:19.593Z Compiling predicates-core v1.0.10
21632026-05-08T22:29:19.633Z Compiling precomputed-hash v0.1.1
21642026-05-08T22:29:19.691Z Compiling difflib v0.4.0
21652026-05-08T22:29:19.727Z Compiling fixedbitset v0.5.7
21662026-05-08T22:29:19.745Z Compiling rustc-hash v2.1.1
21672026-05-08T22:29:19.793Z Compiling static_assertions v1.1.0
21682026-05-08T22:29:19.796Z Compiling mime v0.3.17
21692026-05-08T22:29:19.828Z Compiling toml_write v0.1.2
21702026-05-08T22:29:19.889Z Compiling whoami v2.1.0
21712026-05-08T22:29:19.905Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21722026-05-08T22:29:19.928Z Compiling predicates v3.1.4
21732026-05-08T22:29:20.026Z Compiling toml_edit v0.22.27
21742026-05-08T22:29:20.059Z Compiling petgraph v0.8.3
21752026-05-08T22:29:20.099Z Compiling iddqd v0.3.18
21762026-05-08T22:29:20.180Z Compiling tokio-postgres v0.7.16
21772026-05-08T22:29:20.670Z Compiling string_cache v0.8.9
21782026-05-08T22:29:20.905Z Compiling hickory-proto v0.25.2
21792026-05-08T22:29:20.923Z Compiling petgraph v0.6.5
21802026-05-08T22:29:21.011Z Compiling similar v2.7.0
21812026-05-08T22:29:21.242Z Compiling sha3 v0.10.8
21822026-05-08T22:29:21.537Z Compiling env_logger v0.11.9
21832026-05-08T22:29:21.759Z Compiling usdt v0.6.0
21842026-05-08T22:29:22.035Z Compiling ecdsa v0.16.9
21852026-05-08T22:29:22.244Z Compiling zip v4.6.1
21862026-05-08T22:29:22.266Z Compiling serde_with v3.17.0
21872026-05-08T22:29:22.390Z Compiling rsa v0.9.10
21882026-05-08T22:29:22.405Z Compiling ed25519-dalek v2.2.0
21892026-05-08T22:29:22.705Z Compiling clap v4.5.60
21902026-05-08T22:29:22.806Z Compiling crossterm v0.28.1
21912026-05-08T22:29:23.150Z Compiling zip v0.6.6
21922026-05-08T22:29:23.604Z Compiling strum v0.26.3
21932026-05-08T22:29:23.642Z Compiling toml v0.7.8
21942026-05-08T22:29:23.701Z Compiling tokio-stream v0.1.18
21952026-05-08T22:29:23.719Z Compiling buf-list v1.1.2
21962026-05-08T22:29:23.818Z Compiling itertools v0.13.0
21972026-05-08T22:29:23.980Z Compiling x509-cert v0.2.5
21982026-05-08T22:29:24.022Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21992026-05-08T22:29:24.225Z Compiling openapiv3 v2.2.0
22002026-05-08T22:29:24.357Z Compiling sha1 v0.10.6
22012026-05-08T22:29:24.686Z Compiling lalrpop-util v0.19.12
22022026-05-08T22:29:24.919Z Compiling peg-runtime v0.8.5
22032026-05-08T22:29:41.168Z Compiling macaddr v1.0.1
22042026-05-08T22:29:41.398Z Compiling structmeta-derive v0.3.0
22052026-05-08T22:29:41.449Z Compiling crucible-workspace-hack v0.1.0
22062026-05-08T22:29:41.465Z Compiling rayon-core v1.13.0
22072026-05-08T22:29:41.488Z Compiling itertools v0.14.0
22082026-05-08T22:29:41.695Z Compiling secrecy v0.10.3
22092026-05-08T22:29:41.711Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-08T22:29:41.759Z Compiling rustls v0.22.4
22112026-05-08T22:29:41.885Z Compiling heapless v0.8.0
22122026-05-08T22:29:42.128Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-05-08T22:29:42.144Z Compiling crossbeam-deque v0.8.6
22142026-05-08T22:29:42.257Z Compiling toml_edit v0.23.10+spec-1.0.0
22152026-05-08T22:29:42.301Z Compiling rustls-webpki v0.102.8
22162026-05-08T22:29:42.376Z Compiling futures-executor v0.3.32
22172026-05-08T22:29:42.389Z Compiling hash32 v0.3.1
22182026-05-08T22:29:42.405Z Compiling structmeta v0.3.0
22192026-05-08T22:29:42.544Z Compiling multer v3.1.0
22202026-05-08T22:29:42.577Z Compiling thread_local v1.1.9
22212026-05-08T22:29:42.594Z Compiling smoltcp v0.11.0
22222026-05-08T22:29:42.646Z Compiling match_cfg v0.1.0
22232026-05-08T22:29:42.698Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-05-08T22:29:42.740Z Compiling slog-async v2.8.0
22252026-05-08T22:29:42.758Z Compiling compression-core v0.4.31
22262026-05-08T22:29:42.777Z Compiling ingot-macros v0.1.1
22272026-05-08T22:29:42.792Z Compiling unicode-width v0.2.0
22282026-05-08T22:29:42.881Z Compiling proc-macro-crate v3.4.0
22292026-05-08T22:29:42.958Z Compiling compression-codecs v0.4.37
22302026-05-08T22:29:43.027Z Compiling hostname v0.3.1
22312026-05-08T22:29:43.062Z Compiling derive-ex v0.1.8
22322026-05-08T22:29:43.109Z Compiling futures v0.3.32
22332026-05-08T22:29:43.214Z Compiling slog-json v2.6.1
22342026-05-08T22:29:43.232Z Compiling crossbeam-channel v0.5.15
22352026-05-08T22:29:43.330Z Compiling half v2.7.1
22362026-05-08T22:29:43.373Z Compiling newtype-uuid-macros v0.1.0
22372026-05-08T22:29:43.489Z Compiling rustls-webpki v0.103.9
22382026-05-08T22:29:43.648Z Compiling cobs v0.3.0
22392026-05-08T22:29:43.710Z Compiling thiserror-impl-no-std v2.0.2
22402026-05-08T22:29:43.835Z Compiling universal-hash v0.5.1
22412026-05-08T22:29:43.948Z Compiling async-stream-impl v0.3.6
22422026-05-08T22:29:43.964Z Compiling toml_datetime v1.0.0+spec-1.1.0
22432026-05-08T22:29:44.110Z Compiling serde_spanned v1.0.4
22442026-05-08T22:29:44.152Z Compiling is-terminal v0.4.17
22452026-05-08T22:29:44.269Z Compiling proc-macro-error-attr v1.0.4
22462026-05-08T22:29:44.297Z Compiling dropshot v0.17.0
22472026-05-08T22:29:44.302Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-05-08T22:29:44.409Z Compiling ciborium-io v0.2.2
22492026-05-08T22:29:44.497Z Compiling take_mut v0.2.2
22502026-05-08T22:29:44.525Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-05-08T22:29:44.543Z Compiling term v1.2.1
22522026-05-08T22:29:44.546Z Compiling convert_case v0.4.0
22532026-05-08T22:29:44.602Z Compiling opaque-debug v0.3.1
22542026-05-08T22:29:44.617Z Compiling test-strategy v0.4.5
22552026-05-08T22:29:44.700Z Compiling poly1305 v0.8.0
22562026-05-08T22:29:44.716Z Compiling async-stream v0.3.6
22572026-05-08T22:29:44.768Z Compiling thiserror-no-std v2.0.2
22582026-05-08T22:29:44.894Z Compiling slog-term v2.9.2
22592026-05-08T22:29:44.898Z Compiling derive_more v0.99.20
22602026-05-08T22:29:44.898Z Compiling toml v1.0.6+spec-1.1.0
22612026-05-08T22:29:44.948Z Compiling ciborium-ll v0.2.2
22622026-05-08T22:29:45.016Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-05-08T22:29:45.286Z Compiling tokio-rustls v0.25.0
22642026-05-08T22:29:45.386Z Compiling postcard v1.1.3
22652026-05-08T22:29:45.409Z Compiling ingot-types v0.1.2
22662026-05-08T22:29:45.797Z Compiling slog-bunyan v2.5.0
22672026-05-08T22:29:45.901Z Compiling ingot v0.1.1
22682026-05-08T22:29:45.947Z Compiling num_enum_derive v0.7.5
22692026-05-08T22:29:45.971Z Compiling async-compression v0.4.41
22702026-05-08T22:29:46.181Z Compiling parse-display-derive v0.10.0
22712026-05-08T22:29:46.414Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22722026-05-08T22:29:46.462Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22732026-05-08T22:29:46.528Z Compiling proc-macro-crate v1.3.1
22742026-05-08T22:29:46.716Z Compiling backon v1.6.0
22752026-05-08T22:29:46.899Z Compiling waitgroup v0.1.2
22762026-05-08T22:29:46.931Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22772026-05-08T22:29:46.988Z Compiling password-hash v0.5.0
22782026-05-08T22:29:47.005Z Compiling dropshot_endpoint v0.17.0
22792026-05-08T22:29:47.082Z Compiling tokio-rustls v0.26.4
22802026-05-08T22:29:47.130Z Compiling rustls-platform-verifier v0.6.2
22812026-05-08T22:29:47.195Z Compiling chacha20 v0.9.1
22822026-05-08T22:29:47.367Z Compiling hyper-rustls v0.27.7
22832026-05-08T22:29:47.383Z Compiling rustls-pemfile v2.2.0
22842026-05-08T22:29:47.461Z Compiling blake2 v0.10.6
22852026-05-08T22:29:47.594Z Compiling aead v0.5.2
22862026-05-08T22:29:47.656Z Compiling reqwest v0.12.28
22872026-05-08T22:29:47.709Z Compiling reqwest v0.13.2
22882026-05-08T22:29:47.712Z Compiling foreign-types-macros v0.2.3
22892026-05-08T22:29:47.816Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22902026-05-08T22:29:47.973Z Compiling serde_path_to_error v0.1.20
22912026-05-08T22:29:47.989Z Compiling hostname v0.4.2
22922026-05-08T22:29:48.021Z Compiling proc-macro-error v1.0.4
22932026-05-08T22:29:48.052Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22942026-05-08T22:29:48.183Z Compiling instant v0.1.13
22952026-05-08T22:29:48.199Z Compiling foreign-types-shared v0.3.1
22962026-05-08T22:29:48.248Z Compiling typeid v1.0.3
22972026-05-08T22:29:48.265Z Compiling cpufeatures v0.3.0
22982026-05-08T22:29:48.284Z Compiling debug-ignore v1.0.5
22992026-05-08T22:29:48.322Z Compiling backoff v0.4.0
23002026-05-08T22:29:48.340Z Compiling chacha20 v0.10.0
23012026-05-08T22:29:48.362Z Compiling foreign-types v0.5.0
23022026-05-08T22:29:48.435Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23032026-05-08T22:29:48.453Z Compiling chacha20poly1305 v0.10.1
23042026-05-08T22:29:48.488Z Compiling argon2 v0.5.3
23052026-05-08T22:29:48.558Z Compiling parse-display v0.10.0
23062026-05-08T22:29:48.576Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23072026-05-08T22:29:48.605Z Compiling num_enum v0.7.5
23082026-05-08T22:29:48.636Z Compiling num_enum_derive v0.5.11
23092026-05-08T22:29:48.672Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-05-08T22:29:48.722Z Compiling ciborium v0.2.2
23112026-05-08T22:29:48.922Z Compiling vsss-rs v3.3.4
23122026-05-08T22:29:49.164Z Compiling tabwriter v1.4.1
23132026-05-08T22:29:49.385Z Compiling regress v0.10.5
23142026-05-08T22:29:49.454Z Compiling byte-wrapper v0.1.0
23152026-05-08T22:29:49.518Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-05-08T22:29:49.552Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-05-08T22:29:49.576Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23182026-05-08T22:29:49.592Z Compiling cstr-argument v0.1.2
23192026-05-08T22:29:49.783Z Compiling erased-serde v0.4.9
23202026-05-08T22:29:50.010Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-05-08T22:29:50.171Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-08T22:29:50.187Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-05-08T22:29:50.206Z Compiling num_enum v0.5.11
23242026-05-08T22:29:50.285Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-05-08T22:29:50.439Z Compiling rand v0.10.0
23262026-05-08T22:29:50.456Z Compiling rayon v1.11.0
23272026-05-08T22:29:50.518Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-08T22:29:50.557Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23292026-05-08T22:29:50.637Z Compiling colored v3.1.1
23302026-05-08T22:29:50.654Z Compiling libefi-sys v0.1.0
23312026-05-08T22:29:50.657Z Compiling indent_write v2.2.0
23322026-05-08T22:29:50.841Z Compiling zone_cfg_derive v0.3.1
23332026-05-08T22:29:50.923Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23342026-05-08T22:29:50.940Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-05-08T22:29:50.957Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23362026-05-08T22:29:50.981Z Compiling camino-tempfile v1.4.1
23372026-05-08T22:29:51.040Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23382026-05-08T22:29:51.252Z Compiling itertools v0.12.1
23392026-05-08T22:29:51.346Z Compiling usdt-macro v0.5.0
23402026-05-08T22:29:51.397Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23412026-05-08T22:29:51.414Z Compiling usdt-attr-macro v0.5.0
23422026-05-08T22:29:51.499Z Compiling bitfield-struct v0.6.2
23432026-05-08T22:29:51.517Z Compiling num-derive v0.4.2
23442026-05-08T22:29:51.520Z Compiling ordered-float v2.10.1
23452026-05-08T22:29:51.829Z Compiling blake3 v1.8.3
23462026-05-08T22:29:51.850Z Compiling memmap v0.7.0
23472026-05-08T22:29:52.037Z Compiling sigpipe v0.1.3
23482026-05-08T22:29:52.107Z Compiling glob v0.3.3
23492026-05-08T22:29:52.123Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-05-08T22:29:52.157Z Compiling swrite v0.1.0
23512026-05-08T22:29:52.173Z Compiling usdt v0.5.0
23522026-05-08T22:29:52.292Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23532026-05-08T22:29:52.367Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-05-08T22:29:52.430Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23552026-05-08T22:29:52.581Z Compiling zone v0.3.1
23562026-05-08T22:29:52.648Z Compiling serde-value v0.7.0
23572026-05-08T22:29:52.702Z Compiling serde-untagged v0.1.9
23582026-05-08T22:29:52.720Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23592026-05-08T22:29:53.044Z Compiling toml v0.8.23
23602026-05-08T22:29:53.060Z Compiling smf v0.2.3
23612026-05-08T22:29:53.063Z Compiling filetime v0.2.27
23622026-05-08T22:29:53.097Z Compiling xattr v1.6.1
23632026-05-08T22:29:53.115Z Compiling arrayvec v0.7.6
23642026-05-08T22:29:53.151Z Compiling whoami v1.6.1
23652026-05-08T22:29:53.293Z Compiling constant_time_eq v0.4.2
23662026-05-08T22:29:53.310Z Compiling arrayref v0.3.9
23672026-05-08T22:29:53.330Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-05-08T22:29:53.355Z Compiling same-file v1.0.6
23692026-05-08T22:29:53.375Z Compiling unicode-xid v0.2.6
23702026-05-08T22:29:53.411Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-05-08T22:29:53.519Z Compiling cargo-util-schemas v0.8.2
23722026-05-08T22:29:53.550Z Compiling walkdir v2.5.0
23732026-05-08T22:29:53.569Z Compiling tar v0.4.45
23742026-05-08T22:29:53.608Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-05-08T22:29:53.883Z Compiling tokio-dtrace v0.1.1
23762026-05-08T22:29:54.103Z Compiling console v0.16.2
23772026-05-08T22:29:54.127Z Compiling gethostname v0.5.0
23782026-05-08T22:29:54.153Z Compiling cargo-platform v0.2.0
23792026-05-08T22:29:54.242Z Compiling unit-prefix v0.5.2
23802026-05-08T22:29:54.242Z Compiling topological-sort v0.2.2
23812026-05-08T22:29:54.294Z Compiling oxide-tokio-rt v0.1.4
23822026-05-08T22:29:54.311Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-05-08T22:29:54.430Z Compiling shell-words v1.1.1
23842026-05-08T22:29:54.530Z Compiling indicatif v0.18.4
23852026-05-08T22:29:54.700Z Compiling cargo_metadata v0.21.0
23862026-05-08T22:30:03.678Z Compiling progenitor-client v0.14.0
23872026-05-08T22:30:03.707Z Compiling progenitor-client v0.10.0
23882026-05-08T22:30:03.707Z Compiling omicron-zone-package v0.12.2
23892026-05-08T22:30:03.808Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-05-08T22:30:03.808Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-05-08T22:30:03.845Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-05-08T22:30:03.864Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-05-08T22:30:04.143Z Compiling progenitor-extras v0.2.0
23942026-05-08T22:30:04.176Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-05-08T22:30:04.204Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-05-08T22:30:04.208Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-05-08T22:30:04.419Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-05-08T22:30:04.725Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-05-08T22:30:09.050Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24002026-05-08T22:30:16.434Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24012026-05-08T22:30:19.505Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24022026-05-08T22:30:20.489Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24032026-05-08T22:30:29.766Z Finished `release` profile [optimized] target(s) in 1m 39s
24042026-05-08T22:30:29.919Z Running `target/release/omicron-package -t test target create -p dev`
24052026-05-08T22:30:29.984ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-05-08T22:30:29.987ZCreated new build target 'test' and set it as active
24072026-05-08T22:30:29.991Z
24082026-05-08T22:30:29.991Zreal 1:39.960235617
24092026-05-08T22:30:29.991Zuser 16:24.228059960
24102026-05-08T22:30:29.991Zsys 2:38.450371886
24112026-05-08T22:30:29.991Ztrap 0.459204219
24122026-05-08T22:30:29.991Ztflt 2.714366654
24132026-05-08T22:30:29.991Zdflt 3.838079030
24142026-05-08T22:30:29.991Zkflt 0.000497530
24152026-05-08T22:30:29.991Zlock 51:54.076519070
24162026-05-08T22:30:29.991Zslp 41:56.692423502
24172026-05-08T22:30:29.991Zlat 45.910451930
24182026-05-08T22:30:29.991Zstop 5:39.871584744
24192026-05-08T22:30:29.991Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24202026-05-08T22:30:30.864Z Finished `release` profile [optimized] target(s) in 0.86s
24212026-05-08T22:30:30.939Z Running `target/release/omicron-package -t test package`
24222026-05-08T22:30:30.999ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232026-05-08T22:30:32.417Z Compiling heck v0.5.0
24242026-05-08T22:30:32.417Z Compiling regress v0.11.1
24252026-05-08T22:30:32.417Z Compiling unsafe-libyaml v0.2.11
24262026-05-08T22:30:32.661Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-05-08T22:30:32.689Z Compiling regress v0.10.5
24282026-05-08T22:30:32.719Z Compiling unicode-width v0.1.14
24292026-05-08T22:30:32.740Z Compiling is-terminal v0.4.17
24302026-05-08T22:30:32.762Z Compiling prettyplease v0.2.37
24312026-05-08T22:30:32.765Z Compiling bytecount v0.6.9
24322026-05-08T22:30:32.765Z Compiling rustls v0.22.4
24332026-05-08T22:30:32.765Z Compiling rustls-webpki v0.102.8
24342026-05-08T22:30:32.804Z Compiling derive-where v1.6.0
24352026-05-08T22:30:32.807Z Compiling thread_local v1.1.9
24362026-05-08T22:30:32.807Z Compiling compression-core v0.4.31
24372026-05-08T22:30:32.827Z Compiling match_cfg v0.1.0
24382026-05-08T22:30:32.931Z Compiling multer v3.1.0
24392026-05-08T22:30:32.935Z Compiling slog-async v2.8.0
24402026-05-08T22:30:32.981Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-05-08T22:30:33.005Z Compiling compression-codecs v0.4.37
24422026-05-08T22:30:33.005Z Compiling hostname v0.3.1
24432026-05-08T22:30:33.029Z Compiling crossbeam-channel v0.5.15
24442026-05-08T22:30:33.054Z Compiling slog-json v2.6.1
24452026-05-08T22:30:33.072Z Compiling futures-executor v0.3.32
24462026-05-08T22:30:33.119Z Compiling serde_spanned v1.0.4
24472026-05-08T22:30:33.146Z Compiling serde_yaml v0.9.34+deprecated
24482026-05-08T22:30:33.187Z Compiling toml_datetime v1.0.0+spec-1.1.0
24492026-05-08T22:30:33.210Z Compiling term v1.2.1
24502026-05-08T22:30:33.295Z Compiling toml_writer v1.0.6+spec-1.1.0
24512026-05-08T22:30:33.320Z Compiling take_mut v0.2.2
24522026-05-08T22:30:33.320Z Compiling futures v0.3.32
24532026-05-08T22:30:33.361Z Compiling slog-bunyan v2.5.0
24542026-05-08T22:30:33.475Z Compiling async-compression v0.4.41
24552026-05-08T22:30:33.495Z Compiling slog-term v2.9.2
24562026-05-08T22:30:33.499Z Compiling toml v1.0.6+spec-1.1.0
24572026-05-08T22:30:33.563Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582026-05-08T22:30:33.616Z Compiling dropshot v0.17.0
24592026-05-08T22:30:33.687Z Compiling async-stream v0.3.6
24602026-05-08T22:30:33.732Z Compiling num-rational v0.4.2
24612026-05-08T22:30:33.752Z Compiling progenitor-client v0.14.0
24622026-05-08T22:30:33.806Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-05-08T22:30:33.875Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-05-08T22:30:33.896Z Compiling waitgroup v0.1.2
24652026-05-08T22:30:33.970Z Compiling backon v1.6.0
24662026-05-08T22:30:34.013Z Compiling rustls-pemfile v2.2.0
24672026-05-08T22:30:34.035Z Compiling num-complex v0.4.6
24682026-05-08T22:30:34.060Z Compiling serde_path_to_error v0.1.20
24692026-05-08T22:30:34.084Z Compiling hostname v0.4.2
24702026-05-08T22:30:34.104Z Compiling instant v0.1.13
24712026-05-08T22:30:34.129Z Compiling typify-impl v0.6.2
24722026-05-08T22:30:34.201Z Compiling debug-ignore v1.0.5
24732026-05-08T22:30:34.226Z Compiling backoff v0.4.0
24742026-05-08T22:30:34.250Z Compiling progenitor-extras v0.2.0
24752026-05-08T22:30:34.253Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24762026-05-08T22:30:34.431Z Compiling num v0.4.3
24772026-05-08T22:30:34.469Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-05-08T22:30:34.490Z Compiling parse-display v0.10.0
24792026-05-08T22:30:34.528Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802026-05-08T22:30:34.552Z Compiling progenitor-client v0.13.0
24812026-05-08T22:30:34.555Z Compiling progenitor-client v0.10.0
24822026-05-08T22:30:34.676Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24832026-05-08T22:30:34.700Z Compiling macaddr v1.0.1
24842026-05-08T22:30:34.700Z Compiling float-ord v0.3.2
24852026-05-08T22:30:34.767Z Compiling console v0.15.11
24862026-05-08T22:30:34.870Z Compiling newline-converter v0.3.0
24872026-05-08T22:30:34.908Z Compiling atomicwrites v0.4.4
24882026-05-08T22:30:34.961Z Compiling slog-dtrace v0.3.0
24892026-05-08T22:30:35.089Z Compiling tokio-rustls v0.25.0
24902026-05-08T22:30:35.150Z Compiling async-recursion v1.1.1
24912026-05-08T22:30:35.249Z Compiling expectorate v1.2.0
24922026-05-08T22:30:35.268Z Compiling owo-colors v4.3.0
24932026-05-08T22:30:35.297Z Compiling cancel-safe-futures v0.1.5
24942026-05-08T22:30:35.363Z Compiling libsw-core v0.3.2
24952026-05-08T22:30:35.496Z Compiling resolv-conf v0.7.6
24962026-05-08T22:30:35.521Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-05-08T22:30:35.618Z Compiling libsw v3.5.0
24982026-05-08T22:30:35.715Z Compiling toml v0.8.23
24992026-05-08T22:30:35.797Z Compiling linear-map v1.2.0
25002026-05-08T22:30:35.825Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25012026-05-08T22:30:35.888Z Compiling linked-hash-map v0.5.6
25022026-05-08T22:30:36.000Z Compiling minimal-lexical v0.2.1
25032026-05-08T22:30:36.079Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-05-08T22:30:36.083Z Compiling lru-cache v0.1.2
25052026-05-08T22:30:36.128Z Compiling unicode-xid v0.2.6
25062026-05-08T22:30:36.152Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25072026-05-08T22:30:36.189Z Compiling globset v0.4.18
25082026-05-08T22:30:36.279Z Compiling nom v7.1.3
25092026-05-08T22:30:36.282Z Compiling hickory-proto v0.24.4
25102026-05-08T22:30:36.325Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25112026-05-08T22:30:36.328Z Compiling convert_case v0.10.0
25122026-05-08T22:30:36.630Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25132026-05-08T22:30:36.652Z Compiling derive_more-impl v2.1.1
25142026-05-08T22:30:37.181Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-05-08T22:30:37.512Z Compiling pin-project-internal v1.1.11
25162026-05-08T22:30:37.533Z Compiling derive_more v2.1.1
25172026-05-08T22:30:37.668Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25182026-05-08T22:30:37.713Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25192026-05-08T22:30:37.744Z Compiling typify-macro v0.6.2
25202026-05-08T22:30:37.964Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25212026-05-08T22:30:38.215Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222026-05-08T22:30:38.551Z Compiling pin-project v1.1.11
25232026-05-08T22:30:38.689Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-05-08T22:30:38.908Z Compiling hickory-resolver v0.24.4
25252026-05-08T22:30:38.949Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25262026-05-08T22:30:39.037Z Compiling papergrid v0.11.0
25272026-05-08T22:30:39.119Z Compiling tabled_derive v0.7.0
25282026-05-08T22:30:39.281Z Compiling typify v0.6.2
25292026-05-08T22:30:39.567Z Compiling progenitor-impl v0.14.0
25302026-05-08T22:30:39.759Z Compiling progenitor-impl v0.13.0
25312026-05-08T22:30:40.073Z Compiling qorb v0.4.1
25322026-05-08T22:30:40.712Z Compiling pem v3.0.6
25332026-05-08T22:30:41.438Z Compiling snafu-derive v0.8.9
25342026-05-08T22:30:41.773Z Compiling progenitor-macro v0.14.0
25352026-05-08T22:30:41.932Z Compiling progenitor-macro v0.13.0
25362026-05-08T22:30:42.151Z Compiling termtree v0.5.1
25372026-05-08T22:30:42.351Z Compiling tabled v0.15.0
25382026-05-08T22:30:43.078Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-05-08T22:30:43.984Z Compiling snafu v0.8.9
25402026-05-08T22:30:44.321Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-05-08T22:30:44.515Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25422026-05-08T22:30:44.578Z Compiling crossterm v0.29.0
25432026-05-08T22:30:44.892Z Compiling phf_shared v0.12.1
25442026-05-08T22:30:45.189Z Compiling olpc-cjson v0.1.4
25452026-05-08T22:30:45.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25462026-05-08T22:30:45.865Z Compiling progenitor v0.14.0
25472026-05-08T22:30:45.931Z Compiling serde_plain v1.0.2
25482026-05-08T22:30:45.995Z Compiling vte v0.14.1
25492026-05-08T22:30:46.036Z Compiling progenitor v0.13.0
25502026-05-08T22:30:46.058Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-05-08T22:30:46.237Z Compiling csv-core v0.1.13
25522026-05-08T22:30:46.259Z Compiling chrono-tz v0.10.4
25532026-05-08T22:30:46.287Z Compiling typed-path v0.9.3
25542026-05-08T22:30:46.500Z Compiling highway v1.3.0
25552026-05-08T22:30:46.661Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-05-08T22:30:46.732Z Compiling csv v1.4.0
25572026-05-08T22:30:47.164Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25582026-05-08T22:30:47.229Z Compiling strip-ansi-escapes v0.2.1
25592026-05-08T22:30:47.559Z Compiling tough v0.20.0
25602026-05-08T22:30:47.692Z Compiling phf v0.12.1
25612026-05-08T22:30:47.798Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25622026-05-08T22:30:47.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25632026-05-08T22:30:48.413Z Compiling const_format_proc_macros v0.2.34
25642026-05-08T22:30:48.912Z Compiling fd-lock v4.0.4
25652026-05-08T22:30:49.092Z Compiling peg-macros v0.8.5
25662026-05-08T22:30:49.196Z Compiling nu-ansi-term v0.50.3
25672026-05-08T22:30:49.489Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-05-08T22:30:49.749Z Compiling reedline v0.40.0
25692026-05-08T22:30:49.799Z Compiling const_format v0.2.35
25702026-05-08T22:30:50.235Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25712026-05-08T22:30:50.354Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25722026-05-08T22:30:50.377Z Compiling peg v0.8.5
25732026-05-08T22:30:50.484Z Compiling bcs v0.1.6
25742026-05-08T22:30:50.935Z Compiling semver v0.1.20
25752026-05-08T22:30:51.247Z Compiling rustc_version v0.1.7
25762026-05-08T22:30:51.362Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25772026-05-08T22:30:51.487Z Compiling newtype_derive v0.1.6
25782026-05-08T22:30:51.622Z Compiling smawk v0.3.2
25792026-05-08T22:30:51.717Z Compiling humantime v2.3.0
25802026-05-08T22:30:51.769Z Compiling unicode-linebreak v0.1.5
25812026-05-08T22:30:51.883Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25822026-05-08T22:30:52.082Z Compiling textwrap v0.16.2
25832026-05-08T22:30:52.307Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25842026-05-08T22:30:52.461Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25852026-05-08T22:30:53.067Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25862026-05-08T22:30:53.208Z Compiling base64 v0.21.7
25872026-05-08T22:30:53.482Z Compiling steno v0.4.1
25882026-05-08T22:30:53.576Z Compiling dropshot-api-manager-types v0.7.1
25892026-05-08T22:30:53.710Z Compiling tagptr v0.2.0
25902026-05-08T22:30:53.744Z Compiling utf-8 v0.7.6
25912026-05-08T22:30:53.909Z Compiling moka v0.12.13
25922026-05-08T22:30:53.988Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25932026-05-08T22:30:54.041Z Compiling tungstenite v0.21.0
25942026-05-08T22:30:54.166Z Compiling radium v0.7.0
25952026-05-08T22:30:54.188Z Compiling maybe-uninit v2.0.0
25962026-05-08T22:30:54.530Z Compiling display-error-chain v0.2.2
25972026-05-08T22:30:54.694Z Compiling tokio-tungstenite v0.21.0
25982026-05-08T22:30:54.721Z Compiling tap v1.0.1
25992026-05-08T22:30:54.878Z Compiling wyz v0.5.1
26002026-05-08T22:30:55.006Z Compiling hickory-resolver v0.25.2
26012026-05-08T22:30:55.030Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26022026-05-08T22:30:55.129Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26032026-05-08T22:30:55.152Z Compiling zerocopy-derive v0.6.6
26042026-05-08T22:30:55.303Z Compiling packed_struct v0.10.1
26052026-05-08T22:30:55.425Z Compiling crc-catalog v2.4.0
26062026-05-08T22:30:55.560Z Compiling funty v2.0.0
26072026-05-08T22:30:55.632Z Compiling crc v3.4.0
26082026-05-08T22:30:55.960Z Compiling zerocopy v0.6.6
26092026-05-08T22:30:55.984Z Compiling bitvec v1.0.1
26102026-05-08T22:30:56.237Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26112026-05-08T22:30:56.348Z Compiling packed_struct_codegen v0.10.1
26122026-05-08T22:30:56.508Z Compiling num-derive v0.3.3
26132026-05-08T22:30:56.836Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26142026-05-08T22:30:57.344Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26152026-05-08T22:30:57.380Z Compiling bitfield-macros v0.19.4
26162026-05-08T22:30:57.763Z Compiling proc-macro-error-attr2 v2.0.0
26172026-05-08T22:30:57.924Z Compiling indexmap v1.9.3
26182026-05-08T22:30:58.089Z Compiling nodrop v0.1.14
26192026-05-08T22:30:58.199Z Compiling proc-macro-error2 v2.0.1
26202026-05-08T22:30:58.222Z Compiling array-init v0.0.4
26212026-05-08T22:30:58.243Z Compiling bitfield v0.19.4
26222026-05-08T22:30:58.602Z Compiling libscf-sys v1.1.0
26232026-05-08T22:30:58.644Z Compiling smallvec v0.6.14
26242026-05-08T22:30:58.788Z Compiling typify-impl v0.4.3
26252026-05-08T22:30:58.938Z Compiling vergen-gitcl v1.0.8
26262026-05-08T22:30:58.996Z Compiling dirs-sys-next v0.1.2
26272026-05-08T22:30:59.175Z Compiling crunchy v0.2.4
26282026-05-08T22:30:59.272Z Compiling maplit v1.0.2
26292026-05-08T22:30:59.390Z Compiling hashbrown v0.12.3
26302026-05-08T22:30:59.453Z Compiling diesel_derives v2.3.7
26312026-05-08T22:30:59.669Z Compiling glob v0.3.3
26322026-05-08T22:31:00.028Z Compiling clang-sys v1.8.1
26332026-05-08T22:31:00.053Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-05-08T22:31:00.172Z Compiling dirs-next v2.0.0
26352026-05-08T22:31:00.349Z Compiling serde-hex v0.1.0
26362026-05-08T22:31:00.434Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-05-08T22:31:00.548Z Compiling tabled_derive v0.11.0
26382026-05-08T22:31:00.783Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-08T22:31:01.027Z Compiling ron v0.8.1
26402026-05-08T22:31:01.134Z Compiling papergrid v0.17.0
26412026-05-08T22:31:01.155Z Compiling testing_table v0.3.0
26422026-05-08T22:31:01.382Z Compiling hashbrown v0.13.2
26432026-05-08T22:31:01.511Z Compiling dsl_auto_type v0.2.0
26442026-05-08T22:31:01.592Z Compiling scheduled-thread-pool v0.2.7
26452026-05-08T22:31:01.595Z Compiling diesel_table_macro_syntax v0.3.0
26462026-05-08T22:31:01.841Z Compiling tiny-keccak v2.0.2
26472026-05-08T22:31:01.987Z Compiling crc-any v2.5.0
26482026-05-08T22:31:02.033Z Compiling object v0.30.4
26492026-05-08T22:31:02.103Z Compiling r2d2 v0.8.10
26502026-05-08T22:31:02.211Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26512026-05-08T22:31:02.248Z Compiling typify-macro v0.4.3
26522026-05-08T22:31:02.415Z Compiling tabled v0.20.0
26532026-05-08T22:31:02.472Z Compiling term v0.7.0
26542026-05-08T22:31:03.010Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-05-08T22:31:03.014Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-05-08T22:31:03.058Z Compiling downcast-rs v2.0.2
26572026-05-08T22:31:03.092Z Compiling bit-vec v0.6.3
26582026-05-08T22:31:03.199Z Compiling path-slash v0.1.5
26592026-05-08T22:31:03.279Z Compiling xshell-macros v0.2.7
26602026-05-08T22:31:03.395Z Compiling bit-set v0.5.3
26612026-05-08T22:31:03.417Z Compiling ascii-canvas v3.0.0
26622026-05-08T22:31:03.592Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26632026-05-08T22:31:03.680Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-05-08T22:31:03.702Z Compiling xshell v0.2.7
26652026-05-08T22:31:03.726Z Compiling itertools v0.10.5
26662026-05-08T22:31:03.774Z Compiling ena v0.14.4
26672026-05-08T22:31:04.020Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26682026-05-08T22:31:04.136Z Compiling libloading v0.8.9
26692026-05-08T22:31:04.176Z Compiling bindgen v0.71.1
26702026-05-08T22:31:04.381Z Compiling unicase v2.9.0
26712026-05-08T22:31:04.464Z Compiling diff v0.1.13
26722026-05-08T22:31:04.488Z Compiling regex-syntax v0.6.29
26732026-05-08T22:31:04.685Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26742026-05-08T22:31:04.739Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26752026-05-08T22:31:05.002Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26762026-05-08T22:31:05.946Z Compiling lalrpop v0.19.12
26772026-05-08T22:31:06.438Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782026-05-08T22:31:06.712Z Compiling diesel v2.3.7
26792026-05-08T22:31:06.785Z Compiling cexpr v0.6.0
26802026-05-08T22:31:06.808Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26812026-05-08T22:31:07.034Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26822026-05-08T22:31:07.056Z Compiling crc8 v0.1.1
26832026-05-08T22:31:07.273Z Compiling typify v0.4.3
26842026-05-08T22:31:07.402Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26852026-05-08T22:31:07.424Z Compiling headers-core v0.3.0
26862026-05-08T22:31:07.583Z Compiling libxml v0.3.3
26872026-05-08T22:31:07.738Z Compiling headers v0.4.1
26882026-05-08T22:31:07.909Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26892026-05-08T22:31:07.944Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-08T22:31:08.119Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912026-05-08T22:31:08.347Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26922026-05-08T22:31:08.866Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26932026-05-08T22:31:09.132Z Compiling strum_macros v0.24.3
26942026-05-08T22:31:09.348Z Compiling indoc v1.0.9
26952026-05-08T22:31:09.791Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26962026-05-08T22:31:10.010Z Compiling derive_builder v0.20.2
26972026-05-08T22:31:10.203Z Compiling oso-derive v0.27.3
26982026-05-08T22:31:10.246Z Compiling quick-xml v0.37.5
26992026-05-08T22:31:10.392Z Compiling impl-trait-for-tuples v0.2.3
27002026-05-08T22:31:10.683Z Compiling openssl-probe v0.1.6
27012026-05-08T22:31:10.725Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-05-08T22:31:10.775Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-05-08T22:31:10.999Z Compiling half v1.8.3
27042026-05-08T22:31:11.326Z Compiling serde_cbor v0.11.2
27052026-05-08T22:31:11.454Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27062026-05-08T22:31:11.476Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-05-08T22:31:11.671Z Compiling bb8 v0.8.6
27082026-05-08T22:31:11.730Z Compiling trait-variant v0.1.2
27092026-05-08T22:31:11.817Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27102026-05-08T22:31:11.893Z Compiling samael v0.0.19
27112026-05-08T22:31:12.048Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27122026-05-08T22:31:12.277Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27132026-05-08T22:31:12.300Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27142026-05-08T22:31:12.367Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27152026-05-08T22:31:12.586Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27162026-05-08T22:31:12.704Z Compiling fxhash v0.2.1
27172026-05-08T22:31:12.744Z Compiling salty v0.3.0
27182026-05-08T22:31:12.831Z Compiling nonempty v0.12.0
27192026-05-08T22:31:12.967Z Compiling progenitor-impl v0.10.0
27202026-05-08T22:31:13.059Z Compiling progenitor-impl v0.11.2
27212026-05-08T22:31:13.078Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-05-08T22:31:13.251Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27232026-05-08T22:31:13.406Z Compiling polar-core v0.27.3
27242026-05-08T22:31:13.990Z Compiling kstat-rs v0.2.4
27252026-05-08T22:31:14.117Z Compiling libz-sys v1.1.24
27262026-05-08T22:31:14.223Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272026-05-08T22:31:14.480Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27282026-05-08T22:31:15.070Z Compiling progenitor-macro v0.10.0
27292026-05-08T22:31:15.248Z Compiling progenitor-macro v0.11.2
27302026-05-08T22:31:16.441Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27312026-05-08T22:31:18.038Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-05-08T22:31:18.183Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-05-08T22:31:18.532Z Compiling progenitor-client v0.11.2
27342026-05-08T22:31:18.637Z Compiling darling_core v0.23.0
27352026-05-08T22:31:19.090Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27362026-05-08T22:31:19.149Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27372026-05-08T22:31:19.330Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27382026-05-08T22:31:20.823Z Compiling nanorand v0.7.0
27392026-05-08T22:31:21.198Z Compiling arc-swap v1.8.2
27402026-05-08T22:31:21.573Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-05-08T22:31:22.620Z Compiling oso v0.27.3
27422026-05-08T22:31:23.810Z Compiling diesel-dtrace v0.5.0
27432026-05-08T22:31:24.140Z Compiling async-bb8-diesel v0.2.1
27442026-05-08T22:31:24.586Z Compiling fs-err v2.11.0
27452026-05-08T22:31:24.841Z Compiling parking_lot_core v0.8.6
27462026-05-08T22:31:25.344Z Compiling mime_guess v2.0.5
27472026-05-08T22:31:25.885Z Compiling slog-scope v4.4.1
27482026-05-08T22:31:26.017Z Compiling flume v0.11.1
27492026-05-08T22:31:26.344Z Compiling darling_macro v0.23.0
27502026-05-08T22:31:26.414Z Compiling progenitor v0.11.2
27512026-05-08T22:31:26.605Z Compiling progenitor v0.10.0
27522026-05-08T22:31:26.790Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-05-08T22:31:26.860Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27542026-05-08T22:31:26.966Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27552026-05-08T22:31:27.019Z Compiling primeorder v0.13.6
27562026-05-08T22:31:27.558Z Compiling git-stub v1.0.0
27572026-05-08T22:31:27.688Z Compiling libgit2-sys v0.18.3+1.9.2
27582026-05-08T22:31:27.829Z Compiling instability v0.3.11
27592026-05-08T22:31:28.078Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-05-08T22:31:28.373Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-08T22:31:28.562Z Compiling git-stub-vcs v0.1.0
27622026-05-08T22:31:29.069Z Compiling p384 v0.13.1
27632026-05-08T22:31:29.171Z Compiling darling v0.23.0
27642026-05-08T22:31:29.308Z Compiling slog-stdlog v4.1.1
27652026-05-08T22:31:30.181Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27662026-05-08T22:31:30.281Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27672026-05-08T22:31:30.291Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27682026-05-08T22:31:30.756Z Compiling ignore v0.4.25
27692026-05-08T22:31:30.951Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-05-08T22:31:31.245Z Compiling castaway v0.2.4
27712026-05-08T22:31:31.408Z Compiling atty v0.2.14
27722026-05-08T22:31:31.449Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-05-08T22:31:31.567Z Compiling indoc v2.0.7
27742026-05-08T22:31:31.691Z Compiling parse-size v1.1.0
27752026-05-08T22:31:31.922Z Compiling http-range v0.1.5
27762026-05-08T22:31:32.290Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-05-08T22:31:32.354Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27782026-05-08T22:31:32.779Z Compiling globwalk v0.9.1
27792026-05-08T22:31:33.482Z Compiling compact_str v0.8.1
27802026-05-08T22:31:34.350Z Compiling parking_lot v0.11.2
27812026-05-08T22:31:34.606Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-08T22:31:34.988Z Compiling slog-envlogger v2.2.0
27832026-05-08T22:31:35.288Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27842026-05-08T22:31:35.778Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-05-08T22:31:36.047Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27862026-05-08T22:31:36.127Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-05-08T22:31:36.243Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27882026-05-08T22:31:36.623Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892026-05-08T22:31:36.965Z Compiling predicates-tree v1.0.13
27902026-05-08T22:31:37.073Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-05-08T22:31:37.183Z Compiling unicode-truncate v1.1.0
27922026-05-08T22:31:37.302Z Compiling lru v0.12.5
27932026-05-08T22:31:37.325Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-05-08T22:31:37.399Z Compiling rand_seeder v0.4.0
27952026-05-08T22:31:37.425Z Compiling prefix-trie v0.7.0
27962026-05-08T22:31:37.538Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-05-08T22:31:37.570Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-05-08T22:31:37.657Z Compiling vergen-git2 v1.0.7
27992026-05-08T22:31:37.800Z Compiling corncobs v0.1.4
28002026-05-08T22:31:37.893Z Compiling cassowary v0.3.0
28012026-05-08T22:31:37.933Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-05-08T22:31:37.965Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-08T22:31:37.989Z Compiling hickory-server v0.25.2
28042026-05-08T22:31:38.063Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28052026-05-08T22:31:38.120Z Compiling camino-tempfile-ext v0.3.3
28062026-05-08T22:31:38.283Z Compiling ratatui v0.29.0
28072026-05-08T22:31:38.305Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-05-08T22:31:38.671Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28092026-05-08T22:31:38.783Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-05-08T22:31:38.905Z Compiling sled v0.34.7
28112026-05-08T22:31:39.187Z Compiling hyper-staticfile v0.10.1
28122026-05-08T22:31:39.813Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28132026-05-08T22:31:40.439Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142026-05-08T22:31:40.509Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28152026-05-08T22:31:41.991Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-05-08T22:31:42.222Z Compiling secrecy v0.8.0
28172026-05-08T22:31:42.412Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28182026-05-08T22:31:42.642Z Compiling rustls v0.21.12
28192026-05-08T22:31:43.122Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28202026-05-08T22:31:43.933Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-05-08T22:31:44.399Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28222026-05-08T22:31:44.718Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-05-08T22:31:45.020Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28242026-05-08T22:31:45.212Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-05-08T22:31:46.018Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-05-08T22:31:46.492Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28272026-05-08T22:31:47.541Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28282026-05-08T22:31:47.783Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28292026-05-08T22:31:47.997Z Compiling sct v0.7.1
28302026-05-08T22:31:48.181Z Compiling rustls-webpki v0.101.7
28312026-05-08T22:31:48.257Z Compiling nix v0.29.0
28322026-05-08T22:31:48.280Z Compiling dropshot v0.16.7
28332026-05-08T22:31:48.307Z Compiling void v1.0.2
28342026-05-08T22:31:48.461Z Compiling lzss v0.8.2
28352026-05-08T22:31:48.745Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28362026-05-08T22:31:48.751Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-05-08T22:31:48.792Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-05-08T22:31:49.771Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28392026-05-08T22:31:50.346Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-05-08T22:31:50.547Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28412026-05-08T22:31:50.790Z Compiling tungstenite v0.23.0
28422026-05-08T22:31:51.054Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28432026-05-08T22:31:51.595Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28442026-05-08T22:31:51.823Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28452026-05-08T22:31:51.907Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28462026-05-08T22:31:52.127Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28472026-05-08T22:31:52.159Z Compiling toml v0.9.12+spec-1.1.0
28482026-05-08T22:31:52.298Z Compiling nix v0.27.1
28492026-05-08T22:31:52.622Z Compiling dropshot_endpoint v0.16.7
28502026-05-08T22:31:53.040Z Compiling serde_bytes v0.11.19
28512026-05-08T22:31:53.153Z Compiling git2 v0.20.4
28522026-05-08T22:31:53.250Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28532026-05-08T22:31:53.417Z Compiling tokio-tungstenite v0.23.1
28542026-05-08T22:31:53.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28552026-05-08T22:31:53.823Z Compiling tokio-rustls v0.24.1
28562026-05-08T22:31:54.555Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-05-08T22:31:56.344Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28582026-05-08T22:31:56.702Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-05-08T22:32:01.282Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28602026-05-08T22:32:01.322Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28612026-05-08T22:32:01.322Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28622026-05-08T22:32:01.322Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28632026-05-08T22:32:01.322Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28642026-05-08T22:32:01.541Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28652026-05-08T22:32:01.943Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-05-08T22:32:02.278Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28672026-05-08T22:32:02.527Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-05-08T22:32:03.247Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-05-08T22:32:03.438Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28702026-05-08T22:32:04.293Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-05-08T22:32:04.583Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722026-05-08T22:32:06.249Z Compiling rustls-pemfile v1.0.4
28732026-05-08T22:32:06.488Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28742026-05-08T22:32:06.628Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28752026-05-08T22:32:06.728Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28762026-05-08T22:32:06.849Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28772026-05-08T22:32:06.968Z Compiling signal-hook-tokio v0.3.1
28782026-05-08T22:32:07.160Z Compiling twox-hash v2.1.2
28792026-05-08T22:32:07.473Z Compiling yasna v0.5.2
28802026-05-08T22:32:07.698Z Compiling is_ci v1.2.0
28812026-05-08T22:32:07.921Z Compiling supports-color v3.0.2
28822026-05-08T22:32:08.249Z Compiling rcgen v0.12.1
28832026-05-08T22:32:08.379Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28842026-05-08T22:32:08.815Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28852026-05-08T22:32:09.032Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-05-08T22:32:09.093Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28872026-05-08T22:32:09.226Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28882026-05-08T22:32:09.449Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28892026-05-08T22:32:10.206Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28902026-05-08T22:32:10.956Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28912026-05-08T22:32:11.001Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28922026-05-08T22:32:12.509Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28932026-05-08T22:32:12.722Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28942026-05-08T22:32:12.951Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28952026-05-08T22:32:13.176Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28962026-05-08T22:32:13.416Z Compiling fatfs v0.3.6
28972026-05-08T22:32:13.439Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28982026-05-08T22:32:14.146Z Compiling subprocess v0.2.15
28992026-05-08T22:32:14.623Z Compiling rtoolbox v0.0.3
29002026-05-08T22:32:14.723Z Compiling assert_matches v1.5.0
29012026-05-08T22:32:14.833Z Compiling seq-macro v0.3.6
29022026-05-08T22:32:14.893Z Compiling rpassword v7.4.0
29032026-05-08T22:32:15.181Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29042026-05-08T22:32:15.402Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29052026-05-08T22:32:16.329Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29062026-05-08T22:32:16.361Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29072026-05-08T22:32:17.085Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29082026-05-08T22:32:17.224Z Compiling tui-tree-widget v0.23.1
29092026-05-08T22:32:17.515Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29102026-05-08T22:32:17.569Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29112026-05-08T22:32:18.089Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29122026-05-08T22:32:18.719Z Compiling uzers v0.12.2
29132026-05-08T22:32:18.763Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29142026-05-08T22:32:20.207Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29152026-05-08T22:32:20.838Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29162026-05-08T22:32:22.005Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29172026-05-08T22:32:23.841Z Compiling support-bundle-viewer v0.1.2
29182026-05-08T22:32:25.393Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29192026-05-08T22:32:25.769Z Compiling multimap v0.10.1
29202026-05-08T22:32:31.423Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29212026-05-08T22:32:34.732Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-05-08T22:32:45.377Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-05-08T22:32:49.242Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-05-08T22:40:39.854Z Finished `release` profile [optimized] target(s) in 10m 08s
29252026-05-08T22:41:24.441Z
29262026-05-08T22:41:24.445Zreal 10:54.354328850
29272026-05-08T22:41:24.445Zuser 1:21:44.705978406
29282026-05-08T22:41:24.445Zsys 3:35.816010044
29292026-05-08T22:41:24.445Ztrap 1.777057676
29302026-05-08T22:41:24.445Ztflt 2.090623059
29312026-05-08T22:41:24.445Zdflt 19.184135683
29322026-05-08T22:41:24.445Zkflt 0.023574236
29332026-05-08T22:41:24.445Zlock 8:08:17.300541250
29342026-05-08T22:41:24.445Zslp 2:25:08.958199601
29352026-05-08T22:41:24.445Zlat 2:41.788628683
29362026-05-08T22:41:24.445Zstop 5:18.945129830
29372026-05-08T22:41:24.445Z+ mapfile -t packages
29382026-05-08T22:41:24.445Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-05-08T22:41:25.385Z Finished `release` profile [optimized] target(s) in 0.93s
29402026-05-08T22:41:25.457Z Running `target/release/omicron-package -t test list-outputs`
29412026-05-08T22:41:25.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-05-08T22:41:25.521Z+ ptime -m cargo build --locked --release -p xtask
29432026-05-08T22:41:26.052Z Compiling libc v0.2.185
29442026-05-08T22:41:26.052Z Compiling serde v1.0.228
29452026-05-08T22:41:26.052Z Compiling serde_core v1.0.228
29462026-05-08T22:41:26.055Z Compiling rustix v1.1.3
29472026-05-08T22:41:26.055Z Compiling serde_json v1.0.149
29482026-05-08T22:41:26.055Z Compiling bitflags v2.11.0
29492026-05-08T22:41:26.192Z Compiling num-traits v0.2.19
29502026-05-08T22:41:26.212Z Compiling syn v2.0.117
29512026-05-08T22:41:26.221Z Compiling smallvec v1.15.1
29522026-05-08T22:41:26.234Z Compiling indexmap v2.14.0
29532026-05-08T22:41:26.243Z Compiling usdt-impl v0.5.0
29542026-05-08T22:41:26.266Z Compiling syn v1.0.109
29552026-05-08T22:41:26.278Z Compiling percent-encoding v2.3.2
29562026-05-08T22:41:26.278Z Compiling getrandom v0.4.1
29572026-05-08T22:41:26.405Z Compiling log v0.4.29
29582026-05-08T22:41:26.565Z Compiling form_urlencoded v1.2.2
29592026-05-08T22:41:26.699Z Compiling fs-err v3.3.0
29602026-05-08T22:41:26.710Z Compiling heck v0.4.1
29612026-05-08T22:41:26.723Z Compiling anyhow v1.0.102
29622026-05-08T22:41:26.726Z Compiling once_cell v1.21.3
29632026-05-08T22:41:26.952Z Compiling errno v0.3.14
29642026-05-08T22:41:26.956Z Compiling thread-id v4.2.2
29652026-05-08T22:41:26.956Z Compiling memmap v0.7.0
29662026-05-08T22:41:27.224Z Compiling ordered-float v2.10.1
29672026-05-08T22:41:27.751Z Compiling proc-macro-error v1.0.4
29682026-05-08T22:41:27.961Z Compiling terminal_size v0.4.3
29692026-05-08T22:41:27.961Z Compiling tempfile v3.25.0
29702026-05-08T22:41:28.001Z Compiling tabled_derive v0.7.0
29712026-05-08T22:41:28.068Z Compiling clap_builder v4.5.60
29722026-05-08T22:41:28.068Z Compiling textwrap v0.16.2
29732026-05-08T22:41:28.191Z Compiling camino-tempfile v1.4.1
29742026-05-08T22:41:28.660Z Compiling tabled v0.15.0
29752026-05-08T22:41:28.753Z Compiling synstructure v0.13.2
29762026-05-08T22:41:28.753Z Compiling pest_generator v2.8.6
29772026-05-08T22:41:29.140Z Compiling serde_derive v1.0.228
29782026-05-08T22:41:29.140Z Compiling zerofrom-derive v0.1.6
29792026-05-08T22:41:29.143Z Compiling yoke-derive v0.8.1
29802026-05-08T22:41:29.143Z Compiling zerovec-derive v0.11.2
29812026-05-08T22:41:29.143Z Compiling displaydoc v0.2.5
29822026-05-08T22:41:29.143Z Compiling thiserror-impl v1.0.69
29832026-05-08T22:41:29.143Z Compiling zerocopy-derive v0.7.35
29842026-05-08T22:41:29.143Z Compiling scroll_derive v0.12.1
29852026-05-08T22:41:29.143Z Compiling thiserror-impl v2.0.18
29862026-05-08T22:41:29.143Z Compiling clap_derive v4.5.55
29872026-05-08T22:41:29.291Z Compiling pest_derive v2.8.6
29882026-05-08T22:41:29.884Z Compiling scroll v0.12.0
29892026-05-08T22:41:29.986Z Compiling zerocopy v0.7.35
29902026-05-08T22:41:30.192Z Compiling goblin v0.8.2
29912026-05-08T22:41:30.304Z Compiling thiserror v1.0.69
29922026-05-08T22:41:30.416Z Compiling thiserror v2.0.18
29932026-05-08T22:41:30.443Z Compiling zerofrom v0.1.6
29942026-05-08T22:41:30.454Z Compiling dtrace-parser v0.2.0
29952026-05-08T22:41:30.594Z Compiling yoke v0.8.1
29962026-05-08T22:41:30.823Z Compiling zerovec v0.11.5
29972026-05-08T22:41:30.879Z Compiling zerotrie v0.2.3
29982026-05-08T22:41:30.892Z Compiling clap v4.5.60
29992026-05-08T22:41:31.425Z Compiling tinystr v0.8.2
30002026-05-08T22:41:31.744Z Compiling icu_locale_core v2.1.1
30012026-05-08T22:41:32.196Z Compiling potential_utf v0.1.4
30022026-05-08T22:41:32.345Z Compiling icu_collections v2.1.1
30032026-05-08T22:41:32.526Z Compiling icu_provider v2.1.1
30042026-05-08T22:41:32.756Z Compiling serde_spanned v0.6.9
30052026-05-08T22:41:32.842Z Compiling icu_normalizer v2.1.1
30062026-05-08T22:41:32.936Z Compiling icu_properties v2.1.2
30072026-05-08T22:41:32.963Z Compiling toml_datetime v0.6.11
30082026-05-08T22:41:32.983Z Compiling dof v0.3.0
30092026-05-08T22:41:33.027Z Compiling serde_tokenstream v0.2.3
30102026-05-08T22:41:33.060Z Compiling serde-value v0.7.0
30112026-05-08T22:41:33.095Z Compiling cargo-platform v0.2.0
30122026-05-08T22:41:33.108Z Compiling macaddr v1.0.1
30132026-05-08T22:41:33.223Z Compiling toml_edit v0.22.27
30142026-05-08T22:41:33.792Z Compiling usdt-macro v0.5.0
30152026-05-08T22:41:33.859Z Compiling idna_adapter v1.2.1
30162026-05-08T22:41:34.011Z Compiling idna v1.1.0
30172026-05-08T22:41:34.122Z Compiling usdt-attr-macro v0.5.0
30182026-05-08T22:41:34.345Z Compiling url v2.5.8
30192026-05-08T22:41:34.691Z Compiling usdt v0.5.0
30202026-05-08T22:41:34.739Z Compiling toml v0.8.23
30212026-05-08T22:41:35.163Z Compiling cargo-util-schemas v0.8.2
30222026-05-08T22:41:35.166Z Compiling cargo_toml v0.21.0
30232026-05-08T22:41:36.211Z Compiling cargo_metadata v0.21.0
30242026-05-08T22:41:39.284Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-05-08T22:41:42.317Z Finished `release` profile [optimized] target(s) in 16.78s
30262026-05-08T22:41:42.443Z
30272026-05-08T22:41:42.446Zreal 16.884248149
30282026-05-08T22:41:42.446Zuser 2:21.972289240
30292026-05-08T22:41:42.447Zsys 17.094441256
30302026-05-08T22:41:42.447Ztrap 0.094608030
30312026-05-08T22:41:42.447Ztflt 0.548179916
30322026-05-08T22:41:42.447Zdflt 1.618667903
30332026-05-08T22:41:42.447Zkflt 0.000067400
30342026-05-08T22:41:42.447Zlock 5:15.677271031
30352026-05-08T22:41:42.447Zslp 3:24.432966072
30362026-05-08T22:41:42.447Zlat 6.157593066
30372026-05-08T22:41:42.447Zstop 20.104023552
30382026-05-08T22:41:42.447Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-05-08T22:41:42.447Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-05-08T22:41:42.447Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-05-08T22:41:42.447Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-05-08T22:41:42.447Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-05-08T22:41:43.365Z Compiling newtype-uuid-macros v0.1.0
30442026-05-08T22:41:43.368Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-05-08T22:41:43.368Z Compiling regress v0.10.5
30462026-05-08T22:41:43.368Z Compiling structmeta-derive v0.3.0
30472026-05-08T22:41:43.513Z Compiling rustls v0.22.4
30482026-05-08T22:41:43.516Z Compiling rustls-webpki v0.102.8
30492026-05-08T22:41:43.516Z Compiling multer v3.1.0
30502026-05-08T22:41:43.516Z Compiling debug-ignore v1.0.5
30512026-05-08T22:41:43.526Z Compiling match_cfg v0.1.0
30522026-05-08T22:41:43.530Z Compiling compression-core v0.4.31
30532026-05-08T22:41:43.543Z Compiling slog-json v2.6.1
30542026-05-08T22:41:43.619Z Compiling async-stream-impl v0.3.6
30552026-05-08T22:41:43.634Z Compiling serde_spanned v1.0.4
30562026-05-08T22:41:43.638Z Compiling toml_datetime v1.0.0+spec-1.1.0
30572026-05-08T22:41:43.649Z Compiling hostname v0.3.1
30582026-05-08T22:41:43.654Z Compiling dropshot v0.17.0
30592026-05-08T22:41:43.684Z Compiling toml_writer v1.0.6+spec-1.1.0
30602026-05-08T22:41:43.703Z Compiling compression-codecs v0.4.37
30612026-05-08T22:41:43.792Z Compiling itertools v0.14.0
30622026-05-08T22:41:43.831Z Compiling slog-bunyan v2.5.0
30632026-05-08T22:41:43.835Z Compiling waitgroup v0.1.2
30642026-05-08T22:41:43.858Z Compiling rustls-pemfile v2.2.0
30652026-05-08T22:41:43.962Z Compiling toml v1.0.6+spec-1.1.0
30662026-05-08T22:41:43.997Z Compiling async-compression v0.4.41
30672026-05-08T22:41:44.013Z Compiling dropshot_endpoint v0.17.0
30682026-05-08T22:41:44.068Z Compiling hostname v0.4.2
30692026-05-08T22:41:44.068Z Compiling serde_path_to_error v0.1.20
30702026-05-08T22:41:44.123Z Compiling progenitor-client v0.14.0
30712026-05-08T22:41:44.126Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-05-08T22:41:44.166Z Compiling macaddr v1.0.1
30732026-05-08T22:41:44.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-08T22:41:44.279Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-05-08T22:41:44.340Z Compiling instant v0.1.13
30762026-05-08T22:41:44.358Z Compiling progenitor-client v0.10.0
30772026-05-08T22:41:44.401Z Compiling async-stream v0.3.6
30782026-05-08T22:41:44.418Z Compiling backon v1.6.0
30792026-05-08T22:41:44.433Z Compiling backoff v0.4.0
30802026-05-08T22:41:44.461Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30812026-05-08T22:41:44.479Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30822026-05-08T22:41:44.479Z Compiling universal-hash v0.5.1
30832026-05-08T22:41:44.516Z Compiling opaque-debug v0.3.1
30842026-05-08T22:41:44.596Z Compiling progenitor-extras v0.2.0
30852026-05-08T22:41:44.613Z Compiling half v2.7.1
30862026-05-08T22:41:44.632Z Compiling structmeta v0.3.0
30872026-05-08T22:41:44.650Z Compiling ciborium-io v0.2.2
30882026-05-08T22:41:44.670Z Compiling crucible-workspace-hack v0.1.0
30892026-05-08T22:41:44.686Z Compiling unsafe-libyaml v0.2.11
30902026-05-08T22:41:44.689Z Compiling convert_case v0.4.0
30912026-05-08T22:41:44.724Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-05-08T22:41:44.773Z Compiling regress v0.11.1
30932026-05-08T22:41:44.873Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-05-08T22:41:44.891Z Compiling ciborium-ll v0.2.2
30952026-05-08T22:41:44.895Z Compiling derive-ex v0.1.8
30962026-05-08T22:41:44.946Z Compiling parse-display-derive v0.10.0
30972026-05-08T22:41:44.981Z Compiling aead v0.5.2
30982026-05-08T22:41:45.002Z Compiling secrecy v0.10.3
30992026-05-08T22:41:45.059Z Compiling poly1305 v0.8.0
31002026-05-08T22:41:45.089Z Compiling ciborium v0.2.2
31012026-05-08T22:41:45.116Z Compiling derive_more v0.99.20
31022026-05-08T22:41:45.152Z Compiling chacha20 v0.9.1
31032026-05-08T22:41:45.171Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31042026-05-08T22:41:45.186Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31052026-05-08T22:41:45.222Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31062026-05-08T22:41:45.307Z Compiling serde_yaml v0.9.34+deprecated
31072026-05-08T22:41:45.438Z Compiling thiserror-impl-no-std v2.0.2
31082026-05-08T22:41:45.464Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-05-08T22:41:45.484Z Compiling byte-wrapper v0.1.0
31102026-05-08T22:41:45.581Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-08T22:41:45.599Z Compiling blake2 v0.10.6
31122026-05-08T22:41:45.687Z Compiling password-hash v0.5.0
31132026-05-08T22:41:45.718Z Compiling chacha20poly1305 v0.10.1
31142026-05-08T22:41:45.861Z Compiling indent_write v2.2.0
31152026-05-08T22:41:45.879Z Compiling heapless v0.8.0
31162026-05-08T22:41:45.899Z Compiling tokio-rustls v0.25.0
31172026-05-08T22:41:45.917Z Compiling ingot-macros v0.1.1
31182026-05-08T22:41:46.026Z Compiling argon2 v0.5.3
31192026-05-08T22:41:46.161Z Compiling toml_edit v0.23.10+spec-1.0.0
31202026-05-08T22:41:46.195Z Compiling hash32 v0.3.1
31212026-05-08T22:41:46.381Z Compiling typify-impl v0.6.2
31222026-05-08T22:41:46.404Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31232026-05-08T22:41:46.703Z Compiling smoltcp v0.11.0
31242026-05-08T22:41:46.722Z Compiling thiserror-no-std v2.0.2
31252026-05-08T22:41:46.775Z Compiling test-strategy v0.4.5
31262026-05-08T22:41:46.794Z Compiling parse-display v0.10.0
31272026-05-08T22:41:46.846Z Compiling vsss-rs v3.3.4
31282026-05-08T22:41:46.864Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-05-08T22:41:46.886Z Compiling proc-macro-crate v3.4.0
31302026-05-08T22:41:47.132Z Compiling tabwriter v1.4.1
31312026-05-08T22:41:47.168Z Compiling num-rational v0.4.2
31322026-05-08T22:41:47.269Z Compiling cobs v0.3.0
31332026-05-08T22:41:47.287Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31342026-05-08T22:41:47.409Z Compiling num-complex v0.4.6
31352026-05-08T22:41:47.425Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31362026-05-08T22:41:47.478Z Compiling num_enum_derive v0.7.5
31372026-05-08T22:41:47.482Z Compiling postcard v1.1.3
31382026-05-08T22:41:47.512Z Compiling proc-macro-error v1.0.4
31392026-05-08T22:41:47.670Z Compiling proc-macro-crate v1.3.1
31402026-05-08T22:41:47.799Z Compiling num v0.4.3
31412026-05-08T22:41:47.820Z Compiling foreign-types-macros v0.2.3
31422026-05-08T22:41:47.839Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31432026-05-08T22:41:47.842Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31442026-05-08T22:41:47.875Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31452026-05-08T22:41:47.878Z Compiling rayon-core v1.13.0
31462026-05-08T22:41:47.910Z Compiling foreign-types-shared v0.3.1
31472026-05-08T22:41:48.025Z Compiling cpufeatures v0.3.0
31482026-05-08T22:41:48.102Z Compiling colored v3.1.1
31492026-05-08T22:41:48.121Z Compiling float-ord v0.3.2
31502026-05-08T22:41:48.138Z Compiling num_enum_derive v0.5.11
31512026-05-08T22:41:48.175Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-05-08T22:41:48.179Z Compiling chacha20 v0.10.0
31532026-05-08T22:41:48.275Z Compiling crossbeam-deque v0.8.6
31542026-05-08T22:41:48.351Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-05-08T22:41:48.379Z Compiling camino-tempfile v1.4.1
31562026-05-08T22:41:48.402Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31572026-05-08T22:41:48.459Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31582026-05-08T22:41:48.479Z Compiling foreign-types v0.5.0
31592026-05-08T22:41:48.496Z Compiling cstr-argument v0.1.2
31602026-05-08T22:41:48.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31612026-05-08T22:41:48.585Z Compiling rand v0.10.0
31622026-05-08T22:41:48.612Z Compiling num_enum v0.7.5
31632026-05-08T22:41:48.652Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31642026-05-08T22:41:48.684Z Compiling toml v0.8.23
31652026-05-08T22:41:48.765Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31662026-05-08T22:41:48.784Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31672026-05-08T22:41:48.883Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31682026-05-08T22:41:48.886Z Compiling ingot-types v0.1.2
31692026-05-08T22:41:48.941Z Compiling zone_cfg_derive v0.3.1
31702026-05-08T22:41:48.959Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-05-08T22:41:48.979Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31722026-05-08T22:41:48.999Z Compiling rayon v1.11.0
31732026-05-08T22:41:49.019Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31742026-05-08T22:41:49.050Z Compiling itertools v0.12.1
31752026-05-08T22:41:49.114Z Compiling num-derive v0.4.2
31762026-05-08T22:41:49.176Z Compiling sigpipe v0.1.3
31772026-05-08T22:41:49.275Z Compiling ingot v0.1.1
31782026-05-08T22:41:49.292Z Compiling num_enum v0.5.11
31792026-05-08T22:41:49.293Z Compiling glob v0.3.3
31802026-05-08T22:41:49.337Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-05-08T22:41:49.355Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31822026-05-08T22:41:49.415Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31832026-05-08T22:41:49.439Z Compiling smf v0.2.3
31842026-05-08T22:41:49.579Z Compiling prettyplease v0.2.37
31852026-05-08T22:41:49.604Z Compiling whoami v1.6.1
31862026-05-08T22:41:49.656Z Compiling gethostname v0.5.0
31872026-05-08T22:41:49.731Z Compiling atomicwrites v0.4.4
31882026-05-08T22:41:49.771Z Compiling usdt-macro v0.5.0
31892026-05-08T22:41:49.801Z Compiling usdt-attr-macro v0.5.0
31902026-05-08T22:41:49.915Z Compiling memmap v0.7.0
31912026-05-08T22:41:50.936Z Compiling derive-where v1.6.0
31922026-05-08T22:41:50.939Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31932026-05-08T22:41:50.939Z Compiling progenitor-client v0.13.0
31942026-05-08T22:41:50.940Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31952026-05-08T22:41:50.940Z Compiling cancel-safe-futures v0.1.5
31962026-05-08T22:41:50.940Z Compiling resolv-conf v0.7.6
31972026-05-08T22:41:50.940Z Compiling zone v0.3.1
31982026-05-08T22:41:50.940Z Compiling owo-colors v4.3.0
31992026-05-08T22:41:50.940Z Compiling libsw-core v0.3.2
32002026-05-08T22:41:50.940Z Compiling async-recursion v1.1.1
32012026-05-08T22:41:50.940Z Compiling libsw v3.5.0
32022026-05-08T22:41:50.940Z Compiling console v0.15.11
32032026-05-08T22:41:50.940Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32042026-05-08T22:41:50.940Z Compiling usdt v0.5.0
32052026-05-08T22:41:50.940Z Compiling newline-converter v0.3.0
32062026-05-08T22:41:50.940Z Compiling linear-map v1.2.0
32072026-05-08T22:41:50.940Z Compiling libefi-sys v0.1.0
32082026-05-08T22:41:51.021Z Compiling typify-macro v0.6.2
32092026-05-08T22:41:51.040Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32102026-05-08T22:41:51.073Z Compiling expectorate v1.2.0
32112026-05-08T22:41:51.091Z Compiling hickory-proto v0.24.4
32122026-05-08T22:41:51.112Z Compiling bitfield-struct v0.6.2
32132026-05-08T22:41:51.116Z Compiling semver v0.1.20
32142026-05-08T22:41:51.190Z Compiling linked-hash-map v0.5.6
32152026-05-08T22:41:51.274Z Compiling tokio-dtrace v0.1.1
32162026-05-08T22:41:51.292Z Compiling dropshot-api-manager-types v0.7.1
32172026-05-08T22:41:51.308Z Compiling pin-project-internal v1.1.11
32182026-05-08T22:41:51.355Z Compiling rustc_version v0.1.7
32192026-05-08T22:41:51.390Z Compiling lru-cache v0.1.2
32202026-05-08T22:41:51.415Z Compiling slog-dtrace v0.3.0
32212026-05-08T22:41:51.453Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-05-08T22:41:51.478Z Compiling minimal-lexical v0.2.1
32232026-05-08T22:41:51.552Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-05-08T22:41:51.568Z Compiling oxide-tokio-rt v0.1.4
32252026-05-08T22:41:51.587Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32262026-05-08T22:41:51.626Z Compiling newtype_derive v0.1.6
32272026-05-08T22:41:51.668Z Compiling typify-impl v0.4.3
32282026-05-08T22:41:51.709Z Compiling nom v7.1.3
32292026-05-08T22:41:51.728Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32302026-05-08T22:41:51.746Z Compiling phf_shared v0.12.1
32312026-05-08T22:41:51.780Z Compiling snafu-derive v0.8.9
32322026-05-08T22:41:51.823Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-05-08T22:41:51.842Z Compiling pem v3.0.6
32342026-05-08T22:41:51.858Z Compiling csv-core v0.1.13
32352026-05-08T22:41:51.891Z Compiling same-file v1.0.6
32362026-05-08T22:41:52.089Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-05-08T22:41:52.147Z Compiling chrono-tz v0.10.4
32382026-05-08T22:41:52.164Z Compiling highway v1.3.0
32392026-05-08T22:41:52.222Z Compiling xshell-macros v0.2.7
32402026-05-08T22:41:52.239Z Compiling csv v1.4.0
32412026-05-08T22:41:52.307Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32422026-05-08T22:41:52.390Z Compiling walkdir v2.5.0
32432026-05-08T22:41:52.471Z Compiling phf v0.12.1
32442026-05-08T22:41:52.526Z Compiling const_format_proc_macros v0.2.34
32452026-05-08T22:41:52.543Z Compiling pin-project v1.1.11
32462026-05-08T22:41:52.654Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32472026-05-08T22:41:52.672Z Compiling xshell v0.2.7
32482026-05-08T22:41:52.690Z Compiling globset v0.4.18
32492026-05-08T22:41:52.754Z Compiling olpc-cjson v0.1.4
32502026-05-08T22:41:52.836Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32512026-05-08T22:41:52.885Z Compiling typify v0.6.2
32522026-05-08T22:41:52.948Z Compiling primeorder v0.13.6
32532026-05-08T22:41:53.002Z Compiling progenitor-impl v0.14.0
32542026-05-08T22:41:53.024Z Compiling progenitor-impl v0.13.0
32552026-05-08T22:41:53.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-05-08T22:41:53.218Z Compiling serde_plain v1.0.2
32572026-05-08T22:41:53.239Z Compiling typed-path v0.9.3
32582026-05-08T22:41:53.258Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-05-08T22:41:53.275Z Compiling hickory-resolver v0.24.4
32602026-05-08T22:41:53.416Z Compiling const_format v0.2.35
32612026-05-08T22:41:53.540Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32622026-05-08T22:41:53.669Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32632026-05-08T22:41:53.731Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-05-08T22:41:53.777Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-05-08T22:41:53.823Z Compiling snafu v0.8.9
32662026-05-08T22:41:54.145Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-05-08T22:41:54.267Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-05-08T22:41:54.458Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-05-08T22:41:54.553Z Compiling qorb v0.4.1
32702026-05-08T22:41:54.648Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32712026-05-08T22:41:54.706Z Compiling tough v0.20.0
32722026-05-08T22:41:54.816Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32732026-05-08T22:41:54.872Z Compiling tabled_derive v0.7.0
32742026-05-08T22:41:54.961Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32752026-05-08T22:41:55.421Z Compiling bcs v0.1.6
32762026-05-08T22:41:55.480Z Compiling termtree v0.5.1
32772026-05-08T22:41:55.581Z Compiling salty v0.3.0
32782026-05-08T22:41:55.617Z Compiling textwrap v0.16.2
32792026-05-08T22:41:55.668Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-05-08T22:41:55.749Z Compiling progenitor-macro v0.13.0
32812026-05-08T22:41:55.772Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-05-08T22:41:55.790Z Compiling progenitor-macro v0.14.0
32832026-05-08T22:41:55.894Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-05-08T22:41:55.937Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-05-08T22:41:55.956Z Compiling tabled v0.15.0
32862026-05-08T22:41:56.039Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-08T22:41:56.128Z Compiling steno v0.4.1
32882026-05-08T22:41:56.218Z Compiling typify-macro v0.4.3
32892026-05-08T22:41:56.271Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-05-08T22:41:56.289Z Compiling radium v0.7.0
32912026-05-08T22:41:56.433Z Compiling base64 v0.21.7
32922026-05-08T22:41:56.451Z Compiling tagptr v0.2.0
32932026-05-08T22:41:56.586Z Compiling humantime v2.3.0
32942026-05-08T22:41:56.629Z Compiling moka v0.12.13
32952026-05-08T22:41:56.788Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-05-08T22:41:56.805Z Compiling p384 v0.13.1
32972026-05-08T22:41:56.896Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32982026-05-08T22:41:57.185Z Compiling tap v1.0.1
32992026-05-08T22:41:57.331Z Compiling maybe-uninit v2.0.0
33002026-05-08T22:41:57.419Z Compiling hickory-resolver v0.25.2
33012026-05-08T22:41:57.438Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-05-08T22:41:57.455Z Compiling wyz v0.5.1
33032026-05-08T22:41:57.472Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-08T22:41:57.722Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33052026-05-08T22:41:57.743Z Compiling proc-macro-error-attr2 v2.0.0
33062026-05-08T22:41:57.928Z Compiling utf-8 v0.7.6
33072026-05-08T22:41:58.023Z Compiling typify v0.4.3
33082026-05-08T22:41:58.091Z Compiling packed_struct v0.10.1
33092026-05-08T22:41:58.144Z Compiling funty v2.0.0
33102026-05-08T22:41:58.178Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33112026-05-08T22:41:58.204Z Compiling parking_lot_core v0.8.6
33122026-05-08T22:41:58.286Z Compiling proc-macro-error2 v2.0.1
33132026-05-08T22:41:58.361Z Compiling tungstenite v0.21.0
33142026-05-08T22:41:58.449Z Compiling polyval v0.6.2
33152026-05-08T22:41:58.511Z Compiling bitvec v1.0.1
33162026-05-08T22:41:58.529Z Compiling git-stub v1.0.0
33172026-05-08T22:41:58.631Z Compiling packed_struct_codegen v0.10.1
33182026-05-08T22:41:58.708Z Compiling num-derive v0.3.3
33192026-05-08T22:41:58.728Z Compiling zerocopy-derive v0.6.6
33202026-05-08T22:41:58.773Z Compiling bitfield-macros v0.19.4
33212026-05-08T22:41:58.793Z Compiling indexmap v1.9.3
33222026-05-08T22:41:58.798Z Compiling nodrop v0.1.14
33232026-05-08T22:41:58.834Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33242026-05-08T22:41:58.938Z Compiling crc-catalog v2.4.0
33252026-05-08T22:41:59.052Z Compiling crc v3.4.0
33262026-05-08T22:41:59.069Z Compiling array-init v0.0.4
33272026-05-08T22:41:59.108Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-05-08T22:41:59.244Z Compiling tokio-tungstenite v0.21.0
33292026-05-08T22:41:59.286Z Compiling git-stub-vcs v0.1.0
33302026-05-08T22:41:59.334Z Compiling tabled_derive v0.11.0
33312026-05-08T22:41:59.466Z Compiling ghash v0.5.1
33322026-05-08T22:41:59.630Z Compiling bitfield v0.19.4
33332026-05-08T22:41:59.696Z Compiling smallvec v0.6.14
33342026-05-08T22:41:59.716Z Compiling zerocopy v0.6.6
33352026-05-08T22:41:59.733Z Compiling libscf-sys v1.1.0
33362026-05-08T22:41:59.845Z Compiling progenitor-impl v0.11.2
33372026-05-08T22:41:59.910Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-05-08T22:41:59.973Z Compiling papergrid v0.17.0
33392026-05-08T22:41:59.993Z Compiling testing_table v0.3.0
33402026-05-08T22:42:00.012Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-05-08T22:42:00.034Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-05-08T22:42:00.084Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33432026-05-08T22:42:00.186Z Compiling ctr v0.9.2
33442026-05-08T22:42:00.210Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-05-08T22:42:00.408Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-05-08T22:42:00.426Z Compiling corncobs v0.1.4
33472026-05-08T22:42:00.497Z Compiling hashbrown v0.12.3
33482026-05-08T22:42:00.608Z Compiling unicase v2.9.0
33492026-05-08T22:42:00.646Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-05-08T22:42:00.704Z Compiling aes-gcm v0.10.3
33512026-05-08T22:42:00.724Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33522026-05-08T22:42:00.741Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-05-08T22:42:00.756Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33542026-05-08T22:42:00.760Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-05-08T22:42:00.850Z Compiling mime_guess v2.0.5
33562026-05-08T22:42:00.924Z Compiling serde-hex v0.1.0
33572026-05-08T22:42:00.985Z Compiling progenitor v0.13.0
33582026-05-08T22:42:01.024Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33592026-05-08T22:42:01.043Z Compiling tabled v0.20.0
33602026-05-08T22:42:01.062Z Compiling progenitor v0.14.0
33612026-05-08T22:42:01.149Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-05-08T22:42:01.175Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33632026-05-08T22:42:01.243Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33642026-05-08T22:42:01.351Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33652026-05-08T22:42:01.447Z Compiling parking_lot v0.11.2
33662026-05-08T22:42:01.506Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33672026-05-08T22:42:01.725Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33682026-05-08T22:42:01.782Z Compiling progenitor-impl v0.10.0
33692026-05-08T22:42:01.873Z Compiling ron v0.8.1
33702026-05-08T22:42:01.877Z Compiling hashbrown v0.13.2
33712026-05-08T22:42:01.912Z Compiling progenitor-client v0.11.2
33722026-05-08T22:42:01.982Z Compiling blowfish v0.9.1
33732026-05-08T22:42:02.222Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-05-08T22:42:02.257Z Compiling prefix-trie v0.7.0
33752026-05-08T22:42:02.260Z Compiling ssh-encoding v0.2.0
33762026-05-08T22:42:02.432Z Compiling fxhash v0.2.1
33772026-05-08T22:42:02.574Z Compiling secrecy v0.8.0
33782026-05-08T22:42:02.590Z Compiling crc-any v2.5.0
33792026-05-08T22:42:02.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33802026-05-08T22:42:02.637Z Compiling progenitor-macro v0.11.2
33812026-05-08T22:42:02.687Z Compiling hickory-server v0.25.2
33822026-05-08T22:42:02.858Z Compiling sled v0.34.7
33832026-05-08T22:42:02.881Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33842026-05-08T22:42:02.898Z Compiling ssh-cipher v0.2.0
33852026-05-08T22:42:03.583Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-05-08T22:42:03.602Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-05-08T22:42:03.907Z Compiling object v0.30.4
33882026-05-08T22:42:03.925Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33892026-05-08T22:42:04.018Z Compiling bcrypt-pbkdf v0.10.0
33902026-05-08T22:42:04.237Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-05-08T22:42:04.287Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33922026-05-08T22:42:04.379Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33932026-05-08T22:42:04.532Z Compiling progenitor-macro v0.10.0
33942026-05-08T22:42:04.550Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33952026-05-08T22:42:04.598Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-05-08T22:42:04.660Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33972026-05-08T22:42:04.935Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33982026-05-08T22:42:05.175Z Compiling password-hash v0.4.2
33992026-05-08T22:42:05.673Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-05-08T22:42:05.782Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-05-08T22:42:05.948Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-05-08T22:42:06.131Z Compiling half v1.8.3
34032026-05-08T22:42:06.157Z Compiling http-range v0.1.5
34042026-05-08T22:42:06.259Z Compiling path-slash v0.1.5
34052026-05-08T22:42:06.383Z Compiling crc8 v0.1.1
34062026-05-08T22:42:06.436Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34072026-05-08T22:42:06.459Z Compiling serde_cbor v0.11.2
34082026-05-08T22:42:06.463Z Compiling pbkdf2 v0.11.0
34092026-05-08T22:42:06.530Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34102026-05-08T22:42:06.548Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34112026-05-08T22:42:06.746Z Compiling ssh-key v0.6.7
34122026-05-08T22:42:06.971Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34132026-05-08T22:42:06.989Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34142026-05-08T22:42:06.990Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-05-08T22:42:07.099Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34162026-05-08T22:42:07.141Z Compiling p521 v0.13.3
34172026-05-08T22:42:07.208Z Compiling p256 v0.13.2
34182026-05-08T22:42:07.435Z Compiling yasna v0.5.2
34192026-05-08T22:42:07.573Z Compiling kstat-rs v0.2.4
34202026-05-08T22:42:07.618Z Compiling headers-core v0.3.0
34212026-05-08T22:42:07.698Z Compiling nanorand v0.7.0
34222026-05-08T22:42:07.779Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34232026-05-08T22:42:07.798Z Compiling progenitor v0.11.2
34242026-05-08T22:42:07.900Z Compiling russh-cryptovec v0.7.3
34252026-05-08T22:42:07.929Z Compiling atty v0.2.14
34262026-05-08T22:42:07.959Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-05-08T22:42:07.981Z Compiling home v0.5.12
34282026-05-08T22:42:07.981Z Compiling md5 v0.7.0
34292026-05-08T22:42:07.981Z Compiling flume v0.11.1
34302026-05-08T22:42:08.031Z Compiling rcgen v0.12.1
34312026-05-08T22:42:08.080Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34322026-05-08T22:42:08.126Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34332026-05-08T22:42:08.142Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34342026-05-08T22:42:08.161Z Compiling headers v0.4.1
34352026-05-08T22:42:08.186Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34362026-05-08T22:42:08.316Z Compiling russh-keys v0.45.0
34372026-05-08T22:42:08.375Z Compiling hyper-staticfile v0.10.1
34382026-05-08T22:42:08.529Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-05-08T22:42:08.547Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34402026-05-08T22:42:08.826Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34412026-05-08T22:42:08.901Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34422026-05-08T22:42:08.945Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34432026-05-08T22:42:08.971Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34442026-05-08T22:42:08.984Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-05-08T22:42:09.238Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34462026-05-08T22:42:09.267Z Compiling num-bigint v0.4.6
34472026-05-08T22:42:09.463Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34482026-05-08T22:42:09.617Z Compiling des v0.8.1
34492026-05-08T22:42:09.637Z Compiling progenitor v0.10.0
34502026-05-08T22:42:09.652Z Compiling subprocess v0.2.15
34512026-05-08T22:42:09.747Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-05-08T22:42:09.817Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34532026-05-08T22:42:09.847Z Compiling hex-literal v0.4.1
34542026-05-08T22:42:09.920Z Compiling display-error-chain v0.2.2
34552026-05-08T22:42:09.995Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34562026-05-08T22:42:10.011Z Compiling colored v2.2.0
34572026-05-08T22:42:10.034Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582026-05-08T22:42:10.084Z Compiling socket2 v0.5.10
34592026-05-08T22:42:10.214Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-05-08T22:42:10.334Z Compiling internet-checksum v0.2.1
34612026-05-08T22:42:10.495Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34622026-05-08T22:42:10.517Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34632026-05-08T22:42:10.555Z Compiling russh v0.45.0
34642026-05-08T22:42:13.158Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34652026-05-08T22:42:13.843Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34662026-05-08T22:42:14.315Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34672026-05-08T22:42:15.482Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34682026-05-08T22:42:23.388Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-05-08T22:42:23.388Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34702026-05-08T22:42:23.391Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34712026-05-08T22:42:23.391Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34722026-05-08T22:42:25.139Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34732026-05-08T22:42:25.156Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34742026-05-08T22:42:29.265Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34752026-05-08T22:42:30.621Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34762026-05-08T22:42:49.902Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34772026-05-08T22:43:08.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34782026-05-08T22:43:08.853Z
34792026-05-08T22:43:08.853Zreal 1:26.333168168
34802026-05-08T22:43:08.853Zuser 8:20.408173277
34812026-05-08T22:43:08.853Zsys 1:46.061830217
34822026-05-08T22:43:08.853Ztrap 0.262700235
34832026-05-08T22:43:08.853Ztflt 0.582287695
34842026-05-08T22:43:08.853Zdflt 1.458707401
34852026-05-08T22:43:08.853Zkflt 0.000157658
34862026-05-08T22:43:08.853Zlock 30:01.251954715
34872026-05-08T22:43:08.853Zslp 19:36.851123269
34882026-05-08T22:43:08.857Zlat 40.227284872
34892026-05-08T22:43:08.857Zstop 2:52.725880848
34902026-05-08T22:43:08.857Z+ mkdir tests
34912026-05-08T22:43:08.860Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34922026-05-08T22:43:08.860Z+ xargs -I '{}' -t cp '{}' tests/
34932026-05-08T22:43:08.890Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34942026-05-08T22:43:08.919Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34952026-05-08T22:43:08.948Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34962026-05-08T22:43:08.977Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34972026-05-08T22:43:09.222Z+ 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/*)
34982026-05-08T22:43:09.226Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34992026-05-08T22:44:36.087ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35002026-05-08T22:44:36.087Za .github/buildomat/ci-env.sh 1K
35012026-05-08T22:44:36.087Za out/target/test 1K
35022026-05-08T22:44:36.087Za out/npuzone/npuzone 27402K
35032026-05-08T22:44:36.087Za package-manifest.toml 35K
35042026-05-08T22:44:36.087Za smf/sled-agent/non-gimlet/config.toml 6K
35052026-05-08T22:44:36.087Za target/release/omicron-package 44897K
35062026-05-08T22:44:36.087Za target/release/xtask 11449K
35072026-05-08T22:44:36.088Za target/debug/bootstrap 351814K
35082026-05-08T22:44:36.088Za tests/bootstrap-a30bd6ce46b8f667 31215K
35092026-05-08T22:44:36.088Za tests/commtest-6ff027522a55cd83 32300K
35102026-05-08T22:44:36.088Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35112026-05-08T22:44:36.088Za tests/end_to_end_tests-06879957ae11aa92 392925K
35122026-05-08T22:44:36.088Za out/clickhouse.tar.gz 318973K
35132026-05-08T22:44:36.088Za out/clickhouse_keeper.tar.gz 304328K
35142026-05-08T22:44:36.088Za out/clickhouse_server.tar.gz 318973K
35152026-05-08T22:44:36.088Za out/cockroachdb.tar.gz 164637K
35162026-05-08T22:44:36.088Za out/crucible-pantry-zone.tar.gz 43687K
35172026-05-08T22:44:36.088Za out/crucible-utils.tar 17744K
35182026-05-08T22:44:36.088Za out/crucible-zone.tar.gz 57826K
35192026-05-08T22:44:36.088Za out/external-dns.tar.gz 49281K
35202026-05-08T22:44:36.088Za out/internal-dns.tar.gz 49281K
35212026-05-08T22:44:36.088Za out/mg-ddm-gz.tar 95141K
35222026-05-08T22:44:36.088Za out/nexus.tar.gz 225318K
35232026-05-08T22:44:36.088Za out/ntp.tar.gz 31638K
35242026-05-08T22:44:36.088Za out/omicron-gateway-softnpu.tar.gz 28509K
35252026-05-08T22:44:36.088Za out/omicron-sled-agent.tar 198955K
35262026-05-08T22:44:36.088Za out/overlay.tar.gz 3K
35272026-05-08T22:44:36.088Za out/oximeter.tar.gz 65319K
35282026-05-08T22:44:36.088Za out/oxlog.tar 3782K
35292026-05-08T22:44:36.088Za out/probe.tar.gz 3037K
35302026-05-08T22:44:36.088Za out/propolis-server.tar.gz 38727K
35312026-05-08T22:44:36.088Za out/pumpkind-gz.tar 26647K
35322026-05-08T22:44:36.088Za out/switch-softnpu.tar.gz 396304K
35332026-05-08T22:44:36.092Z
35342026-05-08T22:44:36.092Zreal 1:26.853505864
35352026-05-08T22:44:36.092Zuser 1:24.188237229
35362026-05-08T22:44:36.092Zsys 4.356037675
35372026-05-08T22:44:36.092Ztrap 0.007999798
35382026-05-08T22:44:36.092Ztflt 0.000000000
35392026-05-08T22:44:36.092Zdflt 0.000000000
35402026-05-08T22:44:36.092Zkflt 0.000000000
35412026-05-08T22:44:36.092Zlock 0.000000000
35422026-05-08T22:44:36.093Zslp 1:24.164980371
35432026-05-08T22:44:36.093Zlat 0.985247275
35442026-05-08T22:44:36.093Zstop 0.000273270
35452026-05-08T22:44:36.093Zprocess exited: duration 1119054 ms, exit code 0
 
35462026-05-08T22:44:36.101Zfound 1 output files
35472026-05-08T22:44:36.111Zuploading: /work/package.tar.gz (2439474285 bytes)
35482026-05-08T22:45:06.711Zuploaded: /work/package.tar.gz