01KQSPN5YKCXE7Z6C6DZYGXZD3: 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: 01KQSPNKHZKKG99AMQS7YP0QS7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T14:36:56.978Zjob assigned to worker 01KQSPNV5K2Z7CDQKX6Z36CXJQ [factory aws, i-0333eb84ce83214f8] (queued for 1 m 0 s)
 
22026-05-04T14:37:04.142Zstarting task 0: "setup"
32026-05-04T14:37:04.147Z++ uname -s
42026-05-04T14:37:04.150Z+ kern=SunOS
52026-05-04T14:37:04.150Z+ build_user=build
62026-05-04T14:37:04.150Z+ build_uid=12345
72026-05-04T14:37:04.150Z+ work_dir=/work
82026-05-04T14:37:04.150Z+ input_dir=/input
92026-05-04T14:37:04.150Z+ [[ 0 == 12345 ]]
102026-05-04T14:37:04.150Z+ case "$kern" in
112026-05-04T14:37:04.150Z+ groupadd -g 12345 build
122026-05-04T14:37:04.154Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T14:37:06.160Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T14:37:06.284Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T14:37:06.287Z+ home_fs=zfs
162026-05-04T14:37:06.287Z+ [[ zfs == autofs ]]
172026-05-04T14:37:06.287Z+ mkdir -p /home/build
182026-05-04T14:37:06.290Z+ chown build:build /home/build /work
192026-05-04T14:37:08.291Z+ chmod 0700 /home/build /work
202026-05-04T14:37:08.294Zprocess exited: duration 4156 ms, exit code 0
 
212026-05-04T14:37:08.300Zstarting task 1: "rust-toolchain"
222026-05-04T14:37:08.307Z * rust toolchain channel = "1.94.0"
232026-05-04T14:37:08.307Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-04T14:37:08.307Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-04T14:37:08.307Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-04T14:37:08.307Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T14:37:08.308Z * rust toolchain profile = "default"
282026-05-04T14:37:08.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T14:37:08.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T14:37:08.420Zinfo: downloading installer
312026-05-04T14:37:09.807Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T14:37:09.807Zwarn: /opt/ooce/bin
332026-05-04T14:37:09.807Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T14:37:09.807Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T14:37:09.807Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T14:37:09.807Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T14:37:09.807Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T14:37:09.807Zerror: cannot install while Rust is installed
392026-05-04T14:37:09.807Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T14:37:09.807Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T14:37:09.808Zwarn: /home/build/.rustup/settings.toml
422026-05-04T14:37:09.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T14:37:09.808Zwarn: instead of the one inferred from the default host triple.
442026-05-04T14:37:09.821Zinfo: profile set to default
452026-05-04T14:37:09.821Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T14:37:09.824Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T14:37:09.953Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T14:37:09.953Zinfo: downloading 6 components
492026-05-04T14:37:24.313Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T14:37:24.313Z
512026-05-04T14:37:24.344Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T14:37:24.344Z
532026-05-04T14:37:24.344Z
542026-05-04T14:37:24.344ZRust is installed now. Great!
552026-05-04T14:37:24.344Z
562026-05-04T14:37:24.344ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T14:37:24.344Zenvironment variable. This has not been done automatically.
582026-05-04T14:37:24.344Z
592026-05-04T14:37:24.345ZTo configure your current shell, you need to source
602026-05-04T14:37:24.345Zthe corresponding env file under $HOME/.cargo.
612026-05-04T14:37:24.345Z
622026-05-04T14:37:24.345ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T14:37:24.345Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T14:37:24.345Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T14:37:24.345Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T14:37:24.345Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T14:37:24.345Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T14:37:24.345Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T14:37:24.348Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T14:37:24.348Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T14:37:24.439Z+ rustup --version
722026-05-04T14:37:24.445Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T14:37:24.448Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T14:37:24.466Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T14:37:24.469Z+ cargo --version
762026-05-04T14:37:24.479Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T14:37:24.482Z+ rustc --version
782026-05-04T14:37:24.503Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T14:37:24.507Zprocess exited: duration 16203 ms, exit code 0
 
802026-05-04T14:37:24.512Zstarting task 2: "authentication"
812026-05-04T14:37:24.531Zprocess exited: duration 18 ms, exit code 0
 
822026-05-04T14:37:24.536Zstarting task 3: "clone repository"
832026-05-04T14:37:24.541Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T14:37:24.544Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T14:37:24.579ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T14:37:33.849Z+ cd /work/oxidecomputer/omicron
872026-05-04T14:37:33.849Z+ git fetch origin 3cabbf7a87e5666813df5f9ce8b96df6ab171f27
882026-05-04T14:37:34.473ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T14:37:34.473Z * branch 3cabbf7a87e5666813df5f9ce8b96df6ab171f27 -> FETCH_HEAD
902026-05-04T14:37:34.488Z+ [[ -n john/networking-db-cleanup ]]
912026-05-04T14:37:34.491Z++ git branch --show-current
922026-05-04T14:37:34.494Z+ current=main
932026-05-04T14:37:34.494Z+ [[ main != john/networking-db-cleanup ]]
942026-05-04T14:37:34.494Z+ git branch -f john/networking-db-cleanup 3cabbf7a87e5666813df5f9ce8b96df6ab171f27
952026-05-04T14:37:34.496Z+ git checkout -f john/networking-db-cleanup
962026-05-04T14:37:34.742ZSwitched to branch 'john/networking-db-cleanup'
972026-05-04T14:37:34.745Z+ git reset --hard 3cabbf7a87e5666813df5f9ce8b96df6ab171f27
982026-05-04T14:37:34.765ZHEAD is now at 3cabbf7a8 Merge remote-tracking branch 'origin/main' into john/networking-db-cleanup
992026-05-04T14:37:34.768Zprocess exited: duration 10228 ms, exit code 0
 
1002026-05-04T14:37:34.773Zstarting task 4: "build"
1012026-05-04T14:37:34.779Z+ source .github/buildomat/ci-env.sh
1022026-05-04T14:37:34.779Z++ export CARGO_TERM_COLOR=always
1032026-05-04T14:37:34.779Z++ CARGO_TERM_COLOR=always
1042026-05-04T14:37:34.779Z+ cargo --version
1052026-05-04T14:37:34.791Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T14:37:34.794Z+ rustc --version
1072026-05-04T14:37:34.816Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T14:37:34.819Z+ WORK=/work
1092026-05-04T14:37:34.819Z+ pfexec mkdir -p /work
1102026-05-04T14:37:34.823Z+ pfexec chown build /work
1112026-05-04T14:37:34.826Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-04T14:37:45.338Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-04T14:37:53.070Z Startup: Caching catalogs ... Done
1142026-05-04T14:38:00.227ZPlanning: Solver setup ... Done (5.595s)
1152026-05-04T14:38:00.266ZPlanning: Running solver ... Done (0.039s)
1162026-05-04T14:38:00.412ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-04T14:38:00.433ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-04T14:38:01.845ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-04T14:38:01.883ZPlanning: Package planning ... Done (0.038s)
1202026-05-04T14:38:01.921ZPlanning: Merging actions ... Done (0.038s)
1212026-05-04T14:38:02.113ZPlanning: Checking for conflicting actions ... Done (0.191s)
1222026-05-04T14:38:02.123ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-05-04T14:38:02.974ZPlanning: Evaluating mediators ... Done (0.851s)
1242026-05-04T14:38:02.982ZPlanning: Planning completed in 9.74 seconds
1252026-05-04T14:38:02.995Z Packages to install: 5
1262026-05-04T14:38:02.995Z Mediators to change: 3
1272026-05-04T14:38:02.995Z Services to change: 1
1282026-05-04T14:38:02.995Z Estimated space available: 155.34 GB
1292026-05-04T14:38:02.995ZEstimated space to be consumed: 1.90 GB
1302026-05-04T14:38:02.998Z Create boot environment: No
1312026-05-04T14:38:02.998ZCreate backup boot environment: No
1322026-05-04T14:38:02.998Z Rebuild boot archive: No
1332026-05-04T14:38:02.998Z
1342026-05-04T14:38:02.998ZChanged mediators:
1352026-05-04T14:38:02.998Z mediator clang:
1362026-05-04T14:38:02.998Z version: None -> 15 (system default)
1372026-05-04T14:38:02.998Z
1382026-05-04T14:38:02.998Z mediator llvm:
1392026-05-04T14:38:02.998Z version: 14 (system default) -> 15 (system default)
1402026-05-04T14:38:02.998Z
1412026-05-04T14:38:02.998Z mediator postgresql:
1422026-05-04T14:38:02.998Z version: 15 (system default) -> 18 (system default)
1432026-05-04T14:38:02.998Z
1442026-05-04T14:38:02.998ZChanged packages:
1452026-05-04T14:38:02.998Zhelios-dev
1462026-05-04T14:38:02.998Z developer/build-essential
1472026-05-04T14:38:02.998Z None -> 11-2.0
1482026-05-04T14:38:02.998Z library/libxmlsec1
1492026-05-04T14:38:02.998Z None -> 1.2.35-2.0
1502026-05-04T14:38:02.998Z ooce/developer/clang-15
1512026-05-04T14:38:02.999Z None -> 15.0.7-2.0
1522026-05-04T14:38:02.999Z ooce/developer/llvm-15
1532026-05-04T14:38:02.999Z None -> 15.0.7-2.0
1542026-05-04T14:38:02.999Z ooce/library/postgresql-18
1552026-05-04T14:38:02.999Z None -> 18.1-2.0
1562026-05-04T14:38:02.999Z
1572026-05-04T14:38:02.999ZServices:
1582026-05-04T14:38:02.999Z restart_fmri:
1592026-05-04T14:38:02.999Z svc:/system/update-man-index:default
1602026-05-04T14:38:03.043Z
1612026-05-04T14:38:03.043ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-04T14:38:08.057ZDownload: 1199/4272 items 83.5/219.0MB 38% complete (16.8M/s)
1632026-05-04T14:38:13.077ZDownload: 3244/4272 items 201.1/219.0MB 91% complete (20.1M/s)
1642026-05-04T14:38:15.939ZDownload: Completed 218.99 MB in 12.89 seconds (17.0M/s)
1652026-05-04T14:38:16.088Z Actions: 1/4789 actions (Installing new actions)
1662026-05-04T14:38:19.515Z Actions: Completed 4789 actions in 3.41 seconds.
1672026-05-04T14:38:20.207Z Done (0.686s)
1682026-05-04T14:38:20.207Z Done (0.000s)
1692026-05-04T14:38:20.842Z Done (0.649s)
1702026-05-04T14:38:24.036Z Done (2.828s)
1712026-05-04T14:38:24.115Z Done (0.014s)
1722026-05-04T14:38:24.117Z Done (0.000s)
1732026-05-04T14:38:24.404Z Done (0.000s)
1742026-05-04T14:38:25.328ZPlanning: Evaluating mediator changes ... Done
1752026-05-04T14:38:25.437ZPlanning: Checking for conflicting actions ... Done
1762026-05-04T14:38:25.440ZPlanning: Consolidating action changes ... Done
1772026-05-04T14:38:25.598ZPlanning: Evaluating mediators ... Done
1782026-05-04T14:38:25.602ZPlanning: Planning completed in 0.27 seconds
1792026-05-04T14:38:25.621Z Mediators to change: 2
1802026-05-04T14:38:25.621Z Create boot environment: No
1812026-05-04T14:38:25.621ZCreate backup boot environment: No
1822026-05-04T14:38:25.683Z Done
1832026-05-04T14:38:25.683Z Done
1842026-05-04T14:38:26.292Z Done
1852026-05-04T14:38:28.802Z Done
1862026-05-04T14:38:28.875Z Done
1872026-05-04T14:38:28.878Z Done
1882026-05-04T14:38:29.002Z Done
1892026-05-04T14:38:29.268ZPlanning: Evaluating mediator changes ... Done
1902026-05-04T14:38:29.374ZPlanning: Checking for conflicting actions ... Done
1912026-05-04T14:38:29.377ZPlanning: Consolidating action changes ... Done
1922026-05-04T14:38:29.538ZPlanning: Evaluating mediators ... Done
1932026-05-04T14:38:29.541ZPlanning: Planning completed in 0.27 seconds
1942026-05-04T14:38:29.560Z Mediators to change: 1
1952026-05-04T14:38:29.560Z Create boot environment: No
1962026-05-04T14:38:29.560ZCreate backup boot environment: No
1972026-05-04T14:38:29.629Z Done
1982026-05-04T14:38:29.629Z Done
1992026-05-04T14:38:30.284Z Done
2002026-05-04T14:38:32.845Z Done
2012026-05-04T14:38:32.926Z Done
2022026-05-04T14:38:32.929Z Done
2032026-05-04T14:38:33.072Z Done
2042026-05-04T14:38:33.363ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-05-04T14:38:33.363Zclang system 15 system
2062026-05-04T14:38:33.363Zcsh system system illumos
2072026-05-04T14:38:33.363Zctags system system illumos
2082026-05-04T14:38:33.363Zfile system system illumos
2092026-05-04T14:38:33.363Zgcc vendor 12 vendor
2102026-05-04T14:38:33.363Zgcc system 14 system
2112026-05-04T14:38:33.363Zgcc system 10 system
2122026-05-04T14:38:33.363Zgo system 1.20 system
2132026-05-04T14:38:33.363Zgo system 1.19 system
2142026-05-04T14:38:33.363Zllvm system 15 system
2152026-05-04T14:38:33.363Zllvm system 14 system
2162026-05-04T14:38:33.363Zmariadb system 10.6 system
2172026-05-04T14:38:33.363Zmta vendor vendor dma
2182026-05-04T14:38:33.363Zopenjdk system 17 system
2192026-05-04T14:38:33.363Zopenjdk system 11 system
2202026-05-04T14:38:33.363Zopenjdk system 1.8 system
2212026-05-04T14:38:33.363Zopenssl vendor 3 vendor
2222026-05-04T14:38:33.363Zperl system 5.36 system
2232026-05-04T14:38:33.363Zpostgresql system 18 system
2242026-05-04T14:38:33.363Zpostgresql system 15 system
2252026-05-04T14:38:33.363Zpostgresql system 13 system
2262026-05-04T14:38:33.363Zpython vendor 3 vendor
2272026-05-04T14:38:33.363Zpython system 2 system
2282026-05-04T14:38:33.363Zpython3 system 3.11 system
2292026-05-04T14:38:33.363Zruby system 3.0 system
2302026-05-04T14:38:33.363Zwords vendor vendor american-english
2312026-05-04T14:38:33.363Zwords system system australian-english
2322026-05-04T14:38:33.363Zwords system system british-english
2332026-05-04T14:38:33.363Zwords system system canadian-english
2342026-05-04T14:38:33.364Zwords system system french
2352026-05-04T14:38:33.364Zwords system system italian
2362026-05-04T14:38:33.364Zwords system system ngerman
2372026-05-04T14:38:33.364Zwords system system ogerman
2382026-05-04T14:38:33.364Zwords system system spanish
2392026-05-04T14:38:33.596ZPUBLISHER TYPE STATUS P LOCATION
2402026-05-04T14:38:33.596Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-05-04T14:38:38.395ZFMRI IFO
2422026-05-04T14:38:38.395Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-05-04T14:38:38.395Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-05-04T14:38:38.395Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-05-04T14:38:38.395Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-05-04T14:38:38.395Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-05-04T14:38:38.395Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-05-04T14:38:38.395Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-05-04T14:38:38.395Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-05-04T14:38:38.395Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-05-04T14:38:38.395Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-05-04T14:38:38.395Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-05-04T14:38:38.395Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-05-04T14:38:38.395Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-05-04T14:38:38.395Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-05-04T14:38:38.395Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-05-04T14:38:38.396Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-05-04T14:38:38.396Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-05-04T14:38:39.666Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-05-04T14:38:39.949Z Updating crates.io index
2612026-05-04T14:38:39.952Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-05-04T14:38:40.457Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-04T14:38:40.844Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-05-04T14:38:41.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-05-04T14:38:42.134Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-04T14:38:42.651Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-04T14:38:43.992Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-05-04T14:38:44.657Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-05-04T14:38:44.987Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-05-04T14:38:45.782Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-05-04T14:38:46.035Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-05-04T14:38:46.379Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-05-04T14:38:46.727Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-05-04T14:38:47.625Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-05-04T14:38:48.180Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-04T14:38:48.488Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-05-04T14:38:48.786Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-05-04T14:38:49.142Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-05-04T14:38:49.379Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-05-04T14:38:49.614Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-05-04T14:38:49.846Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-05-04T14:38:50.216Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-05-04T14:38:50.674Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-05-04T14:38:51.127Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-05-04T14:38:51.387Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-05-04T14:38:51.699Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-05-04T14:38:52.577Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-05-04T14:38:52.813Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-04T14:38:53.680Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-05-04T14:38:54.101Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-05-04T14:38:54.386Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-05-04T14:38:54.717Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-04T14:38:55.036Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-05-04T14:38:55.511Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-05-04T14:38:55.751Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-05-04T14:38:55.997Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-05-04T14:38:56.256Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-05-04T14:38:56.625Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-05-04T14:39:08.132Z Downloading crates ...
3002026-05-04T14:39:08.194Z Downloaded camino v1.2.2
3012026-05-04T14:39:08.197Z Downloaded cargo-platform v0.2.0
3022026-05-04T14:39:08.203Z Downloaded clap_lex v1.0.0
3032026-05-04T14:39:08.207Z Downloaded bytecount v0.6.9
3042026-05-04T14:39:08.207Z Downloaded thiserror-impl v1.0.69
3052026-05-04T14:39:08.210Z Downloaded textwrap v0.16.2
3062026-05-04T14:39:08.210Z Downloaded typeid v1.0.3
3072026-05-04T14:39:08.210Z Downloaded cfg-if v1.0.4
3082026-05-04T14:39:08.210Z Downloaded cpufeatures v0.2.17
3092026-05-04T14:39:08.212Z Downloaded byteorder v1.5.0
3102026-05-04T14:39:08.212Z Downloaded utf8_iter v1.0.4
3112026-05-04T14:39:08.215Z Downloaded usdt-attr-macro v0.5.0
3122026-05-04T14:39:08.215Z Downloaded crypto-common v0.1.7
3132026-05-04T14:39:08.217Z Downloaded cargo-util-schemas v0.8.2
3142026-05-04T14:39:08.217Z Downloaded anstyle v1.0.13
3152026-05-04T14:39:08.220Z Downloaded yoke-derive v0.8.1
3162026-05-04T14:39:08.220Z Downloaded zerofrom v0.1.6
3172026-05-04T14:39:08.220Z Downloaded version_check v0.9.5
3182026-05-04T14:39:08.220Z Downloaded thread-id v4.2.2
3192026-05-04T14:39:08.223Z Downloaded usdt-macro v0.5.0
3202026-05-04T14:39:08.223Z Downloaded unicode-xid v0.2.6
3212026-05-04T14:39:08.223Z Downloaded dtrace-parser v0.2.0
3222026-05-04T14:39:08.223Z Downloaded cargo_toml v0.21.0
3232026-05-04T14:39:08.225Z Downloaded thiserror-impl v2.0.18
3242026-05-04T14:39:08.225Z Downloaded clap_derive v4.5.55
3252026-05-04T14:39:08.226Z Downloaded usdt v0.5.0
3262026-05-04T14:39:08.228Z Downloaded utf8parse v0.2.2
3272026-05-04T14:39:08.228Z Downloaded cargo_metadata v0.21.0
3282026-05-04T14:39:08.228Z Downloaded camino-tempfile v1.4.1
3292026-05-04T14:39:08.231Z Downloaded anstream v0.6.21
3302026-05-04T14:39:08.231Z Downloaded clap_builder v4.5.60
3312026-05-04T14:39:08.234Z Downloaded yoke v0.8.1
3322026-05-04T14:39:08.237Z Downloaded zerovec-derive v0.11.2
3332026-05-04T14:39:08.237Z Downloaded thiserror v1.0.69
3342026-05-04T14:39:08.242Z Downloaded pest_generator v2.8.6
3352026-05-04T14:39:08.242Z Downloaded unicode-linebreak v0.1.5
3362026-05-04T14:39:08.242Z Downloaded terminal_size v0.4.3
3372026-05-04T14:39:08.242Z Downloaded zerofrom-derive v0.1.6
3382026-05-04T14:39:08.242Z Downloaded toml_write v0.1.2
3392026-05-04T14:39:08.246Z Downloaded block-buffer v0.10.4
3402026-05-04T14:39:08.249Z Downloaded heck v0.5.0
3412026-05-04T14:39:08.249Z Downloaded dof v0.3.0
3422026-05-04T14:39:08.251Z Downloaded zmij v1.0.21
3432026-05-04T14:39:08.251Z Downloaded ucd-trie v0.1.7
3442026-05-04T14:39:08.252Z Downloaded tinystr v0.8.2
3452026-05-04T14:39:08.254Z Downloaded potential_utf v0.1.4
3462026-05-04T14:39:08.254Z Downloaded fastrand v2.3.0
3472026-05-04T14:39:08.257Z Downloaded thiserror v2.0.18
3482026-05-04T14:39:08.259Z Downloaded toml_datetime v0.6.11
3492026-05-04T14:39:08.259Z Downloaded swrite v0.1.0
3502026-05-04T14:39:08.262Z Downloaded idna_adapter v1.2.1
3512026-05-04T14:39:08.262Z Downloaded erased-serde v0.4.9
3522026-05-04T14:39:08.262Z Downloaded form_urlencoded v1.2.2
3532026-05-04T14:39:08.265Z Downloaded equivalent v1.0.2
3542026-05-04T14:39:08.265Z Downloaded zerocopy-derive v0.7.35
3552026-05-04T14:39:08.267Z Downloaded toml v0.8.23
3562026-05-04T14:39:08.267Z Downloaded serde_spanned v0.6.9
3572026-05-04T14:39:08.270Z Downloaded proc-macro-error-attr v1.0.4
3582026-05-04T14:39:08.270Z Downloaded usdt-impl v0.5.0
3592026-05-04T14:39:08.270Z Downloaded ordered-float v2.10.1
3602026-05-04T14:39:08.271Z Downloaded pretty-hex v0.4.1
3612026-05-04T14:39:08.274Z Downloaded tabled_derive v0.7.0
3622026-05-04T14:39:08.274Z Downloaded smawk v0.3.2
3632026-05-04T14:39:08.276Z Downloaded is_terminal_polyfill v1.70.2
3642026-05-04T14:39:08.276Z Downloaded errno v0.3.14
3652026-05-04T14:39:08.279Z Downloaded writeable v0.6.2
3662026-05-04T14:39:08.279Z Downloaded typenum v1.19.0
3672026-05-04T14:39:08.282Z Downloaded heck v0.4.1
3682026-05-04T14:39:08.282Z Downloaded toml_edit v0.22.27
3692026-05-04T14:39:08.285Z Downloaded plain v0.2.3
3702026-05-04T14:39:08.285Z Downloaded percent-encoding v2.3.2
3712026-05-04T14:39:08.285Z Downloaded generic-array v0.14.7
3722026-05-04T14:39:08.285Z Downloaded zerotrie v0.2.3
3732026-05-04T14:39:08.288Z Downloaded serde-value v0.7.0
3742026-05-04T14:39:08.288Z Downloaded unicode-ident v1.0.24
3752026-05-04T14:39:08.291Z Downloaded fnv v1.0.7
3762026-05-04T14:39:08.291Z Downloaded url v2.5.8
3772026-05-04T14:39:08.291Z Downloaded macaddr v1.0.1
3782026-05-04T14:39:08.294Z Downloaded scroll_derive v0.12.1
3792026-05-04T14:39:08.294Z Downloaded colorchoice v1.0.4
3802026-05-04T14:39:08.294Z Downloaded stable_deref_trait v1.2.1
3812026-05-04T14:39:08.294Z Downloaded anstyle-query v1.1.5
3822026-05-04T14:39:08.302Z Downloaded strsim v0.11.1
3832026-05-04T14:39:08.305Z Downloaded itoa v1.0.17
3842026-05-04T14:39:08.308Z Downloaded zerovec v0.11.5
3852026-05-04T14:39:08.310Z Downloaded zerocopy v0.7.35
3862026-05-04T14:39:08.317Z Downloaded synstructure v0.13.2
3872026-05-04T14:39:08.320Z Downloaded sha2 v0.10.9
3882026-05-04T14:39:08.320Z Downloaded winnow v0.7.14
3892026-05-04T14:39:08.325Z Downloaded fs-err v3.3.0
3902026-05-04T14:39:08.328Z Downloaded serde_tokenstream v0.2.3
3912026-05-04T14:39:08.328Z Downloaded unicode-width v0.2.0
3922026-05-04T14:39:08.331Z Downloaded scroll v0.12.0
3932026-05-04T14:39:08.331Z Downloaded serde-untagged v0.1.9
3942026-05-04T14:39:08.334Z Downloaded unicode-width v0.1.14
3952026-05-04T14:39:08.337Z Downloaded quote v1.0.45
3962026-05-04T14:39:08.337Z Downloaded anstyle-parse v0.2.7
3972026-05-04T14:39:08.340Z Downloaded displaydoc v0.2.5
3982026-05-04T14:39:08.340Z Downloaded icu_normalizer v2.1.1
3992026-05-04T14:39:08.343Z Downloaded memmap v0.7.0
4002026-05-04T14:39:08.356Z Downloaded smallvec v1.15.1
4012026-05-04T14:39:08.362Z Downloaded pest_derive v2.8.6
4022026-05-04T14:39:08.365Z Downloaded once_cell v1.21.3
4032026-05-04T14:39:08.368Z Downloaded litemap v0.8.1
4042026-05-04T14:39:08.368Z Downloaded digest v0.10.7
4052026-05-04T14:39:08.371Z Downloaded proc-macro-error v1.0.4
4062026-05-04T14:39:08.374Z Downloaded tempfile v3.25.0
4072026-05-04T14:39:08.379Z Downloaded bitflags v2.11.0
4082026-05-04T14:39:08.385Z Downloaded icu_locale_core v2.1.1
4092026-05-04T14:39:08.389Z Downloaded anyhow v1.0.102
4102026-05-04T14:39:08.392Z Downloaded num-traits v0.2.19
4112026-05-04T14:39:08.395Z Downloaded getrandom v0.4.1
4122026-05-04T14:39:08.398Z Downloaded semver v1.0.28
4132026-05-04T14:39:08.398Z Downloaded papergrid v0.11.0
4142026-05-04T14:39:08.401Z Downloaded log v0.4.29
4152026-05-04T14:39:08.401Z Downloaded icu_provider v2.1.1
4162026-05-04T14:39:08.404Z Downloaded serde_derive v1.0.228
4172026-05-04T14:39:08.404Z Downloaded icu_properties v2.1.2
4182026-05-04T14:39:08.410Z Downloaded clap v4.5.60
4192026-05-04T14:39:08.415Z Downloaded pest_meta v2.8.6
4202026-05-04T14:39:08.415Z Downloaded autocfg v1.5.0
4212026-05-04T14:39:08.418Z Downloaded pest v2.8.6
4222026-05-04T14:39:08.418Z Downloaded serde_core v1.0.228
4232026-05-04T14:39:08.422Z Downloaded proc-macro2 v1.0.106
4242026-05-04T14:39:08.422Z Downloaded serde v1.0.228
4252026-05-04T14:39:08.431Z Downloaded icu_normalizer_data v2.1.1
4262026-05-04T14:39:08.435Z Downloaded icu_collections v2.1.1
4272026-05-04T14:39:08.438Z Downloaded memchr v2.8.0
4282026-05-04T14:39:08.449Z Downloaded indexmap v2.14.0
4292026-05-04T14:39:08.458Z Downloaded hashbrown v0.17.0
4302026-05-04T14:39:08.463Z Downloaded idna v1.1.0
4312026-05-04T14:39:08.469Z Downloaded icu_properties_data v2.1.2
4322026-05-04T14:39:08.477Z Downloaded serde_json v1.0.149
4332026-05-04T14:39:08.491Z Downloaded goblin v0.8.2
4342026-05-04T14:39:08.497Z Downloaded tabled v0.15.0
4352026-05-04T14:39:08.506Z Downloaded syn v1.0.109
4362026-05-04T14:39:08.540Z Downloaded syn v2.0.117
4372026-05-04T14:39:08.547Z Downloaded rustix v1.1.3
4382026-05-04T14:39:08.559Z Downloaded libc v0.2.185
4392026-05-04T14:39:08.629Z Compiling proc-macro2 v1.0.106
4402026-05-04T14:39:08.630Z Compiling unicode-ident v1.0.24
4412026-05-04T14:39:08.630Z Compiling quote v1.0.45
4422026-05-04T14:39:08.634Z Compiling serde_core v1.0.228
4432026-05-04T14:39:08.634Z Compiling libc v0.2.185
4442026-05-04T14:39:08.634Z Compiling version_check v0.9.5
4452026-05-04T14:39:08.634Z Compiling memchr v2.8.0
4462026-05-04T14:39:08.634Z Compiling stable_deref_trait v1.2.1
4472026-05-04T14:39:08.634Z Compiling serde v1.0.228
4482026-05-04T14:39:08.634Z Compiling zmij v1.0.21
4492026-05-04T14:39:08.634Z Compiling itoa v1.0.17
4502026-05-04T14:39:08.634Z Compiling thiserror v1.0.69
4512026-05-04T14:39:08.634Z Compiling ucd-trie v0.1.7
4522026-05-04T14:39:08.817Z Compiling autocfg v1.5.0
4532026-05-04T14:39:08.822Z Compiling writeable v0.6.2
4542026-05-04T14:39:09.066Z Compiling litemap v0.8.1
4552026-05-04T14:39:09.101Z Compiling icu_normalizer_data v2.1.1
4562026-05-04T14:39:09.128Z Compiling rustix v1.1.3
4572026-05-04T14:39:09.195Z Compiling byteorder v1.5.0
4582026-05-04T14:39:09.306Z Compiling icu_properties_data v2.1.2
4592026-05-04T14:39:09.415Z Compiling bitflags v2.11.0
4602026-05-04T14:39:09.453Z Compiling serde_json v1.0.149
4612026-05-04T14:39:09.457Z Compiling num-traits v0.2.19
4622026-05-04T14:39:09.492Z Compiling pest v2.8.6
4632026-05-04T14:39:09.670Z Compiling hashbrown v0.17.0
4642026-05-04T14:39:09.710Z Compiling smallvec v1.15.1
4652026-05-04T14:39:09.713Z Compiling equivalent v1.0.2
4662026-05-04T14:39:09.788Z Compiling typeid v1.0.3
4672026-05-04T14:39:09.807Z Compiling usdt-impl v0.5.0
4682026-05-04T14:39:09.868Z Compiling proc-macro-error-attr v1.0.4
4692026-05-04T14:39:09.907Z Compiling erased-serde v0.4.9
4702026-05-04T14:39:09.910Z Compiling toml_write v0.1.2
4712026-05-04T14:39:09.945Z Compiling syn v1.0.109
4722026-05-04T14:39:09.967Z Compiling winnow v0.7.14
4732026-05-04T14:39:09.995Z Compiling proc-macro-error v1.0.4
4742026-05-04T14:39:10.027Z Compiling percent-encoding v2.3.2
4752026-05-04T14:39:10.111Z Compiling errno v0.3.14
4762026-05-04T14:39:10.132Z Compiling thread-id v4.2.2
4772026-05-04T14:39:10.233Z Compiling indexmap v2.14.0
4782026-05-04T14:39:10.305Z Compiling getrandom v0.4.1
4792026-05-04T14:39:10.344Z Compiling syn v2.0.117
4802026-05-04T14:39:10.347Z Compiling thiserror v2.0.18
4812026-05-04T14:39:10.347Z Compiling log v0.4.29
4822026-05-04T14:39:10.421Z Compiling utf8_iter v1.0.4
4832026-05-04T14:39:10.424Z Compiling utf8parse v0.2.2
4842026-05-04T14:39:10.424Z Compiling plain v0.2.3
4852026-05-04T14:39:10.424Z Compiling camino v1.2.2
4862026-05-04T14:39:10.616Z Compiling anstyle-parse v0.2.7
4872026-05-04T14:39:10.637Z Compiling form_urlencoded v1.2.2
4882026-05-04T14:39:10.693Z Compiling pest_meta v2.8.6
4892026-05-04T14:39:10.810Z Compiling ordered-float v2.10.1
4902026-05-04T14:39:10.898Z Compiling anstyle-query v1.1.5
4912026-05-04T14:39:10.916Z Compiling colorchoice v1.0.4
4922026-05-04T14:39:10.919Z Compiling pretty-hex v0.4.1
4932026-05-04T14:39:10.919Z Compiling is_terminal_polyfill v1.70.2
4942026-05-04T14:39:10.976Z Compiling cfg-if v1.0.4
4952026-05-04T14:39:10.980Z Compiling anstyle v1.0.13
4962026-05-04T14:39:11.040Z Compiling fs-err v3.3.0
4972026-05-04T14:39:11.082Z Compiling unicode-xid v0.2.6
4982026-05-04T14:39:11.085Z Compiling fnv v1.0.7
4992026-05-04T14:39:11.128Z Compiling heck v0.4.1
5002026-05-04T14:39:11.239Z Compiling anstream v0.6.21
5012026-05-04T14:39:11.259Z Compiling terminal_size v0.4.3
5022026-05-04T14:39:11.280Z Compiling bytecount v0.6.9
5032026-05-04T14:39:11.283Z Compiling fastrand v2.3.0
5042026-05-04T14:39:11.321Z Compiling heck v0.5.0
5052026-05-04T14:39:11.324Z Compiling once_cell v1.21.3
5062026-05-04T14:39:11.324Z Compiling clap_lex v1.0.0
5072026-05-04T14:39:11.445Z Compiling semver v1.0.28
5082026-05-04T14:39:11.571Z Compiling strsim v0.11.1
5092026-05-04T14:39:11.591Z Compiling anyhow v1.0.102
5102026-05-04T14:39:11.591Z Compiling unicode-width v0.1.14
5112026-05-04T14:39:11.594Z Compiling tempfile v3.25.0
5122026-05-04T14:39:11.651Z Compiling memmap v0.7.0
5132026-05-04T14:39:11.667Z Compiling unicode-width v0.2.0
5142026-05-04T14:39:11.780Z Compiling clap_builder v4.5.60
5152026-05-04T14:39:11.900Z Compiling serde-untagged v0.1.9
5162026-05-04T14:39:11.962Z Compiling papergrid v0.11.0
5172026-05-04T14:39:11.965Z Compiling smawk v0.3.2
5182026-05-04T14:39:12.001Z Compiling unicode-linebreak v0.1.5
5192026-05-04T14:39:12.004Z Compiling camino-tempfile v1.4.1
5202026-05-04T14:39:12.061Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-05-04T14:39:12.149Z Compiling swrite v0.1.0
5222026-05-04T14:39:12.220Z Compiling textwrap v0.16.2
5232026-05-04T14:39:12.497Z Compiling tabled_derive v0.7.0
5242026-05-04T14:39:13.029Z Compiling synstructure v0.13.2
5252026-05-04T14:39:13.029Z Compiling pest_generator v2.8.6
5262026-05-04T14:39:13.170Z Compiling tabled v0.15.0
5272026-05-04T14:39:13.569Z Compiling serde_derive v1.0.228
5282026-05-04T14:39:13.569Z Compiling zerofrom-derive v0.1.6
5292026-05-04T14:39:13.572Z Compiling yoke-derive v0.8.1
5302026-05-04T14:39:13.572Z Compiling zerovec-derive v0.11.2
5312026-05-04T14:39:13.572Z Compiling displaydoc v0.2.5
5322026-05-04T14:39:13.572Z Compiling thiserror-impl v1.0.69
5332026-05-04T14:39:13.572Z Compiling zerocopy-derive v0.7.35
5342026-05-04T14:39:13.590Z Compiling scroll_derive v0.12.1
5352026-05-04T14:39:13.646Z Compiling thiserror-impl v2.0.18
5362026-05-04T14:39:13.684Z Compiling pest_derive v2.8.6
5372026-05-04T14:39:13.737Z Compiling clap_derive v4.5.55
5382026-05-04T14:39:14.340Z Compiling scroll v0.12.0
5392026-05-04T14:39:14.408Z Compiling zerocopy v0.7.35
5402026-05-04T14:39:14.588Z Compiling goblin v0.8.2
5412026-05-04T14:39:14.704Z Compiling zerofrom v0.1.6
5422026-05-04T14:39:14.827Z Compiling dtrace-parser v0.2.0
5432026-05-04T14:39:14.830Z Compiling yoke v0.8.1
5442026-05-04T14:39:15.012Z Compiling zerovec v0.11.5
5452026-05-04T14:39:15.012Z Compiling zerotrie v0.2.3
5462026-05-04T14:39:15.134Z Compiling clap v4.5.60
5472026-05-04T14:39:15.437Z Compiling tinystr v0.8.2
5482026-05-04T14:39:15.437Z Compiling potential_utf v0.1.4
5492026-05-04T14:39:15.564Z Compiling icu_collections v2.1.1
5502026-05-04T14:39:15.591Z Compiling icu_locale_core v2.1.1
5512026-05-04T14:39:16.131Z Compiling icu_provider v2.1.1
5522026-05-04T14:39:16.150Z Compiling dof v0.3.0
5532026-05-04T14:39:16.154Z Compiling serde_tokenstream v0.2.3
5542026-05-04T14:39:16.168Z Compiling toml_datetime v0.6.11
5552026-05-04T14:39:16.171Z Compiling serde_spanned v0.6.9
5562026-05-04T14:39:16.171Z Compiling serde-value v0.7.0
5572026-05-04T14:39:16.188Z Compiling cargo-platform v0.2.0
5582026-05-04T14:39:16.191Z Compiling macaddr v1.0.1
5592026-05-04T14:39:16.358Z Compiling icu_properties v2.1.2
5602026-05-04T14:39:16.359Z Compiling icu_normalizer v2.1.1
5612026-05-04T14:39:16.493Z Compiling toml_edit v0.22.27
5622026-05-04T14:39:16.880Z Compiling usdt-attr-macro v0.5.0
5632026-05-04T14:39:16.883Z Compiling usdt-macro v0.5.0
5642026-05-04T14:39:17.232Z Compiling idna_adapter v1.2.1
5652026-05-04T14:39:17.345Z Compiling idna v1.1.0
5662026-05-04T14:39:17.489Z Compiling usdt v0.5.0
5672026-05-04T14:39:17.601Z Compiling url v2.5.8
5682026-05-04T14:39:17.805Z Compiling toml v0.8.23
5692026-05-04T14:39:18.154Z Compiling cargo-util-schemas v0.8.2
5702026-05-04T14:39:18.154Z Compiling cargo_toml v0.21.0
5712026-05-04T14:39:18.948Z Compiling cargo_metadata v0.21.0
5722026-05-04T14:39:19.880Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-05-04T14:39:22.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.55s
5742026-05-04T14:39:22.293Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-05-04T14:39:22.866Z Downloading crates ...
5762026-05-04T14:39:22.960Z Downloaded aead v0.5.2
5772026-05-04T14:39:22.969Z Downloaded adler2 v2.0.1
5782026-05-04T14:39:22.977Z Downloaded curve25519-dalek-derive v0.1.1
5792026-05-04T14:39:22.980Z Downloaded array-init v0.0.4
5802026-05-04T14:39:22.980Z Downloaded argon2 v0.5.3
5812026-05-04T14:39:22.983Z Downloaded crc32fast v1.5.0
5822026-05-04T14:39:22.987Z Downloaded arrayref v0.3.9
5832026-05-04T14:39:22.990Z Downloaded aes-gcm v0.10.3
5842026-05-04T14:39:22.992Z Downloaded daft v0.1.5
5852026-05-04T14:39:22.992Z Downloaded crossbeam-channel v0.5.15
5862026-05-04T14:39:22.995Z Downloaded allocator-api2 v0.2.21
5872026-05-04T14:39:22.997Z Downloaded ctr v0.9.2
5882026-05-04T14:39:23.001Z Downloaded ahash v0.8.12
5892026-05-04T14:39:23.001Z Downloaded embedded-io v0.6.1
5902026-05-04T14:39:23.004Z Downloaded document-features v0.2.12
5912026-05-04T14:39:23.005Z Downloaded cfg_aliases v0.2.1
5922026-05-04T14:39:23.005Z Downloaded async-recursion v1.1.1
5932026-05-04T14:39:23.007Z Downloaded env_logger v0.11.9
5942026-05-04T14:39:23.007Z Downloaded dirs-next v2.0.0
5952026-05-04T14:39:23.010Z Downloaded cassowary v0.3.0
5962026-05-04T14:39:23.010Z Downloaded ascii-canvas v3.0.0
5972026-05-04T14:39:23.010Z Downloaded assert_matches v1.5.0
5982026-05-04T14:39:23.013Z Downloaded bit-vec v0.6.3
5992026-05-04T14:39:23.013Z Downloaded arrayvec v0.7.6
6002026-05-04T14:39:23.015Z Downloaded dsl_auto_type v0.2.0
6012026-05-04T14:39:23.015Z Downloaded defmt-parser v1.0.0
6022026-05-04T14:39:23.015Z Downloaded downcast-rs v2.0.2
6032026-05-04T14:39:23.018Z Downloaded async-stream-impl v0.3.6
6042026-05-04T14:39:23.019Z Downloaded castaway v0.2.4
6052026-05-04T14:39:23.019Z Downloaded bit-set v0.5.3
6062026-05-04T14:39:23.019Z Downloaded bit-set v0.8.0
6072026-05-04T14:39:23.025Z Downloaded ecdsa v0.16.9
6082026-05-04T14:39:23.025Z Downloaded embedded-io v0.4.0
6092026-05-04T14:39:23.025Z Downloaded defmt v1.0.1
6102026-05-04T14:39:23.027Z Downloaded dropshot_endpoint v0.16.7
6112026-05-04T14:39:23.028Z Downloaded deranged v0.5.8
6122026-05-04T14:39:23.032Z Downloaded atty v0.2.14
6132026-05-04T14:39:23.032Z Downloaded crossbeam-epoch v0.9.18
6142026-05-04T14:39:23.032Z Downloaded atomic-waker v1.1.2
6152026-05-04T14:39:23.036Z Downloaded blowfish v0.9.1
6162026-05-04T14:39:23.036Z Downloaded base16ct v0.2.0
6172026-05-04T14:39:23.036Z Downloaded der_derive v0.7.3
6182026-05-04T14:39:23.036Z Downloaded derive_builder v0.20.2
6192026-05-04T14:39:23.039Z Downloaded crc8 v0.1.1
6202026-05-04T14:39:23.039Z Downloaded const_format v0.2.35
6212026-05-04T14:39:23.042Z Downloaded fd-lock v4.0.4
6222026-05-04T14:39:23.045Z Downloaded dirs-sys-next v0.1.2
6232026-05-04T14:39:23.049Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-05-04T14:39:23.049Z Downloaded env_filter v1.0.0
6252026-05-04T14:39:23.049Z Downloaded dtrace-parser v0.3.0
6262026-05-04T14:39:23.049Z Downloaded crc-catalog v2.4.0
6272026-05-04T14:39:23.054Z Downloaded display-error-chain v0.2.2
6282026-05-04T14:39:23.054Z Downloaded derive_builder_macro v0.20.2
6292026-05-04T14:39:23.054Z Downloaded camino-tempfile-ext v0.3.3
6302026-05-04T14:39:23.054Z Downloaded bitfield v0.19.4
6312026-05-04T14:39:23.057Z Downloaded crc v3.4.0
6322026-05-04T14:39:23.057Z Downloaded dof v0.4.0
6332026-05-04T14:39:23.057Z Downloaded colored v3.1.1
6342026-05-04T14:39:23.059Z Downloaded compression-core v0.4.31
6352026-05-04T14:39:23.059Z Downloaded enum-as-inner v0.6.1
6362026-05-04T14:39:23.059Z Downloaded cobs v0.3.0
6372026-05-04T14:39:23.063Z Downloaded bitfield-struct v0.6.2
6382026-05-04T14:39:23.063Z Downloaded cstr-argument v0.1.2
6392026-05-04T14:39:23.063Z Downloaded ciborium-io v0.2.2
6402026-05-04T14:39:23.067Z Downloaded dropshot-api-manager-types v0.7.1
6412026-05-04T14:39:23.067Z Downloaded cfg_aliases v0.1.1
6422026-05-04T14:39:23.067Z Downloaded darling_macro v0.21.3
6432026-05-04T14:39:23.067Z Downloaded crunchy v0.2.4
6442026-05-04T14:39:23.067Z Downloaded crucible-workspace-hack v0.1.0
6452026-05-04T14:39:23.071Z Downloaded cargo-platform v0.1.9
6462026-05-04T14:39:23.071Z Downloaded block-padding v0.3.3
6472026-05-04T14:39:23.075Z Downloaded foreign-types v0.3.2
6482026-05-04T14:39:23.075Z Downloaded ciborium-ll v0.2.2
6492026-05-04T14:39:23.080Z Downloaded fixedbitset v0.4.2
6502026-05-04T14:39:23.080Z Downloaded dyn-clone v1.0.20
6512026-05-04T14:39:23.094Z Downloaded convert_case v0.4.0
6522026-05-04T14:39:23.094Z Downloaded bitfield-macros v0.19.4
6532026-05-04T14:39:23.094Z Downloaded atomicwrites v0.4.4
6542026-05-04T14:39:23.094Z Downloaded float-ord v0.3.2
6552026-05-04T14:39:23.094Z Downloaded dunce v1.0.5
6562026-05-04T14:39:23.094Z Downloaded difflib v0.4.0
6572026-05-04T14:39:23.094Z Downloaded defmt v0.3.100
6582026-05-04T14:39:23.094Z Downloaded cpufeatures v0.3.0
6592026-05-04T14:39:23.094Z Downloaded bb8 v0.8.6
6602026-05-04T14:39:23.101Z Downloaded darling_macro v0.20.11
6612026-05-04T14:39:23.101Z Downloaded foreign-types v0.5.0
6622026-05-04T14:39:23.101Z Downloaded float-cmp v0.10.0
6632026-05-04T14:39:23.106Z Downloaded ed25519 v2.2.3
6642026-05-04T14:39:23.106Z Downloaded foreign-types-shared v0.1.1
6652026-05-04T14:39:23.106Z Downloaded foreign-types-shared v0.3.1
6662026-05-04T14:39:23.106Z Downloaded futures-sink v0.3.32
6672026-05-04T14:39:23.106Z Downloaded futures-macro v0.3.32
6682026-05-04T14:39:23.106Z Downloaded funty v2.0.0
6692026-05-04T14:39:23.113Z Downloaded futures-core v0.3.32
6702026-05-04T14:39:23.113Z Downloaded futures-io v0.3.32
6712026-05-04T14:39:23.113Z Downloaded cargo_metadata v0.19.2
6722026-05-04T14:39:23.118Z Downloaded const_format_proc_macros v0.2.34
6732026-05-04T14:39:23.118Z Downloaded foreign-types-macros v0.2.3
6742026-05-04T14:39:23.118Z Downloaded endian-type v0.1.2
6752026-05-04T14:39:23.118Z Downloaded async-bb8-diesel v0.2.1
6762026-05-04T14:39:23.118Z Downloaded gethostname v0.5.0
6772026-05-04T14:39:23.118Z Downloaded fxhash v0.2.1
6782026-05-04T14:39:23.121Z Downloaded futures-task v0.3.32
6792026-05-04T14:39:23.122Z Downloaded ghash v0.5.1
6802026-05-04T14:39:23.122Z Downloaded darling_macro v0.23.0
6812026-05-04T14:39:23.122Z Downloaded ciborium v0.2.2
6822026-05-04T14:39:23.122Z Downloaded hash32 v0.3.1
6832026-05-04T14:39:23.122Z Downloaded hash32 v0.2.1
6842026-05-04T14:39:23.127Z Downloaded crc-any v2.5.0
6852026-05-04T14:39:23.127Z Downloaded hex-literal v0.4.1
6862026-05-04T14:39:23.127Z Downloaded git-stub v1.0.0
6872026-05-04T14:39:23.127Z Downloaded corncobs v0.1.4
6882026-05-04T14:39:23.127Z Downloaded globwalk v0.9.1
6892026-05-04T14:39:23.136Z Downloaded compression-codecs v0.4.37
6902026-05-04T14:39:23.137Z Downloaded home v0.5.12
6912026-05-04T14:39:23.159Z Downloaded headers-core v0.3.0
6922026-05-04T14:39:23.159Z Downloaded flagset v0.4.7
6932026-05-04T14:39:23.159Z Downloaded diesel-dtrace v0.5.0
6942026-05-04T14:39:23.159Z Downloaded find-msvc-tools v0.1.9
6952026-05-04T14:39:23.159Z Downloaded filetime v0.2.27
6962026-05-04T14:39:23.159Z Downloaded http-body v1.0.1
6972026-05-04T14:39:23.160Z Downloaded csv-core v0.1.13
6982026-05-04T14:39:23.160Z Downloaded fallible-iterator v0.2.0
6992026-05-04T14:39:23.160Z Downloaded ena v0.14.4
7002026-05-04T14:39:23.160Z Downloaded defmt-macros v1.0.1
7012026-05-04T14:39:23.160Z Downloaded cipher v0.4.4
7022026-05-04T14:39:23.160Z Downloaded foldhash v0.1.5
7032026-05-04T14:39:23.160Z Downloaded foldhash v0.2.0
7042026-05-04T14:39:23.165Z Downloaded either v1.15.0
7052026-05-04T14:39:23.165Z Downloaded bcrypt-pbkdf v0.10.0
7062026-05-04T14:39:23.166Z Downloaded fixedbitset v0.5.7
7072026-05-04T14:39:23.166Z Downloaded erased-serde v0.3.31
7082026-05-04T14:39:23.166Z Downloaded ff v0.13.1
7092026-05-04T14:39:23.166Z Downloaded derive_builder_core v0.20.2
7102026-05-04T14:39:23.166Z Downloaded critical-section v1.2.0
7112026-05-04T14:39:23.166Z Downloaded cmake v0.1.57
7122026-05-04T14:39:23.166Z Downloaded base64ct v1.8.3
7132026-05-04T14:39:23.166Z Downloaded constant_time_eq v0.4.2
7142026-05-04T14:39:23.166Z Downloaded hostname v0.3.1
7152026-05-04T14:39:23.166Z Downloaded darling v0.20.11
7162026-05-04T14:39:23.166Z Downloaded hostname v0.4.2
7172026-05-04T14:39:23.166Z Downloaded darling v0.21.3
7182026-05-04T14:39:23.172Z Downloaded hubpack_derive v0.1.1
7192026-05-04T14:39:23.172Z Downloaded cookie v0.18.1
7202026-05-04T14:39:23.172Z Downloaded httpdate v1.0.3
7212026-05-04T14:39:23.172Z Downloaded bit-vec v0.8.0
7222026-05-04T14:39:23.172Z Downloaded convert_case v0.10.0
7232026-05-04T14:39:23.178Z Downloaded glob v0.3.3
7242026-05-04T14:39:23.179Z Downloaded futures-executor v0.3.32
7252026-05-04T14:39:23.179Z Downloaded hubpack v0.1.2
7262026-05-04T14:39:23.179Z Downloaded http-range v0.1.5
7272026-05-04T14:39:23.179Z Downloaded fs_extra v1.3.0
7282026-05-04T14:39:23.182Z Downloaded hyper-tls v0.6.0
7292026-05-04T14:39:23.182Z Downloaded group v0.13.0
7302026-05-04T14:39:23.182Z Downloaded bcs v0.1.6
7312026-05-04T14:39:23.182Z Downloaded ident_case v1.0.1
7322026-05-04T14:39:23.182Z Downloaded fs-err v2.11.0
7332026-05-04T14:39:23.185Z Downloaded cexpr v0.6.0
7342026-05-04T14:39:23.185Z Downloaded indent_write v2.2.0
7352026-05-04T14:39:23.188Z Downloaded bitflags v1.3.2
7362026-05-04T14:39:23.188Z Downloaded async-stream v0.3.6
7372026-05-04T14:39:23.191Z Downloaded async-trait v0.1.89
7382026-05-04T14:39:23.191Z Downloaded internet-checksum v0.2.1
7392026-05-04T14:39:23.194Z Downloaded instability v0.3.11
7402026-05-04T14:39:23.194Z Downloaded globset v0.4.18
7412026-05-04T14:39:23.194Z Downloaded indoc v1.0.9
7422026-05-04T14:39:23.197Z Downloaded crypto-bigint v0.5.5
7432026-05-04T14:39:23.200Z Downloaded inout v0.1.4
7442026-05-04T14:39:23.203Z Downloaded instant v0.1.13
7452026-05-04T14:39:23.203Z Downloaded hex v0.4.3
7462026-05-04T14:39:23.208Z Downloaded drift v0.1.3
7472026-05-04T14:39:23.208Z Downloaded is_ci v1.2.0
7482026-05-04T14:39:23.211Z Downloaded crossbeam-utils v0.8.21
7492026-05-04T14:39:23.211Z Downloaded console v0.16.2
7502026-05-04T14:39:23.211Z Downloaded buf-list v1.1.2
7512026-05-04T14:39:23.215Z Downloaded lalrpop-util v0.19.12
7522026-05-04T14:39:23.215Z Downloaded kstat-rs v0.2.4
7532026-05-04T14:39:23.215Z Downloaded chacha20 v0.10.0
7542026-05-04T14:39:23.221Z Downloaded derive-where v1.6.0
7552026-05-04T14:39:23.221Z Downloaded const-oid v0.9.6
7562026-05-04T14:39:23.222Z Downloaded chacha20 v0.9.1
7572026-05-04T14:39:23.222Z Downloaded byte-wrapper v0.1.0
7582026-05-04T14:39:23.225Z Downloaded colored v2.2.0
7592026-05-04T14:39:23.225Z Downloaded hyper-staticfile v0.10.1
7602026-05-04T14:39:23.229Z Downloaded http-body-util v0.1.3
7612026-05-04T14:39:23.229Z Downloaded linked-hash-map v0.5.6
7622026-05-04T14:39:23.229Z Downloaded highway v1.3.0
7632026-05-04T14:39:23.231Z Downloaded lazy_static v1.5.0
7642026-05-04T14:39:23.231Z Downloaded maybe-uninit v2.0.0
7652026-05-04T14:39:23.231Z Downloaded lru-cache v0.1.2
7662026-05-04T14:39:23.235Z Downloaded match_cfg v0.1.0
7672026-05-04T14:39:23.235Z Downloaded libscf-sys v1.1.0
7682026-05-04T14:39:23.235Z Downloaded maplit v1.0.2
7692026-05-04T14:39:23.265Z Downloaded lru v0.12.5
7702026-05-04T14:39:23.265Z Downloaded memoffset v0.9.1
7712026-05-04T14:39:23.265Z Downloaded clang-sys v1.8.1
7722026-05-04T14:39:23.265Z Downloaded md5 v0.7.0
7732026-05-04T14:39:23.265Z Downloaded managed v0.8.0
7742026-05-04T14:39:23.265Z Downloaded impl-trait-for-tuples v0.2.3
7752026-05-04T14:39:23.266Z Downloaded daft-derive v0.1.5
7762026-05-04T14:39:23.266Z Downloaded half v1.8.3
7772026-05-04T14:39:23.266Z Downloaded bytes v1.11.1
7782026-05-04T14:39:23.266Z Downloaded lru-slab v0.1.2
7792026-05-04T14:39:23.266Z Downloaded getrandom v0.2.17
7802026-05-04T14:39:23.266Z Downloaded ingot v0.1.1
7812026-05-04T14:39:23.266Z Downloaded multimap v0.10.1
7822026-05-04T14:39:23.266Z Downloaded indoc v2.0.7
7832026-05-04T14:39:23.266Z Downloaded futures-channel v0.3.32
7842026-05-04T14:39:23.266Z Downloaded newtype_derive v0.1.6
7852026-05-04T14:39:23.266Z Downloaded cookie_store v0.22.1
7862026-05-04T14:39:23.266Z Downloaded lzss v0.8.2
7872026-05-04T14:39:23.266Z Downloaded nodrop v0.1.14
7882026-05-04T14:39:23.266Z Downloaded nibble_vec v0.1.0
7892026-05-04T14:39:23.266Z Downloaded fatfs v0.3.6
7902026-05-04T14:39:23.269Z Downloaded newtype-uuid-macros v0.1.0
7912026-05-04T14:39:23.269Z Downloaded blake2 v0.10.6
7922026-05-04T14:39:23.269Z Downloaded elliptic-curve v0.13.8
7932026-05-04T14:39:23.272Z Downloaded ingot-types v0.1.2
7942026-05-04T14:39:23.272Z Downloaded newline-converter v0.3.0
7952026-05-04T14:39:23.272Z Downloaded normalize-line-endings v0.3.0
7962026-05-04T14:39:23.272Z Downloaded new_debug_unreachable v1.0.6
7972026-05-04T14:39:23.277Z Downloaded des v0.8.1
7982026-05-04T14:39:23.277Z Downloaded keccak v0.1.6
7992026-05-04T14:39:23.277Z Downloaded dropshot_endpoint v0.17.0
8002026-05-04T14:39:23.282Z Downloaded nonempty v0.12.0
8012026-05-04T14:39:23.282Z Downloaded num-iter v0.1.45
8022026-05-04T14:39:23.282Z Downloaded bzip2 v0.6.1
8032026-05-04T14:39:23.282Z Downloaded bzip2 v0.4.4
8042026-05-04T14:39:23.286Z Downloaded console v0.15.11
8052026-05-04T14:39:23.286Z Downloaded is-terminal v0.4.17
8062026-05-04T14:39:23.286Z Downloaded num-conv v0.2.0
8072026-05-04T14:39:23.286Z Downloaded ipnetwork v0.21.1
8082026-05-04T14:39:23.289Z Downloaded cancel-safe-futures v0.1.5
8092026-05-04T14:39:23.289Z Downloaded num-derive v0.4.2
8102026-05-04T14:39:23.289Z Downloaded derive_more v0.99.20
8112026-05-04T14:39:23.294Z Downloaded md-5 v0.10.6
8122026-05-04T14:39:23.297Z Downloaded lock_api v0.4.14
8132026-05-04T14:39:23.297Z Downloaded libsw-core v0.3.2
8142026-05-04T14:39:23.297Z Downloaded opaque-debug v0.3.1
8152026-05-04T14:39:23.297Z Downloaded openssl-macros v0.1.1
8162026-05-04T14:39:23.300Z Downloaded olpc-cjson v0.1.4
8172026-05-04T14:39:23.300Z Downloaded multer v3.1.0
8182026-05-04T14:39:23.300Z Downloaded hyper-rustls v0.27.7
8192026-05-04T14:39:23.303Z Downloaded humantime v2.3.0
8202026-05-04T14:39:23.303Z Downloaded num-derive v0.3.3
8212026-05-04T14:39:23.307Z Downloaded libefi-sys v0.1.0
8222026-05-04T14:39:23.307Z Downloaded libloading v0.8.9
8232026-05-04T14:39:23.309Z Downloaded httparse v1.10.1
8242026-05-04T14:39:23.309Z Downloaded backon v1.6.0
8252026-05-04T14:39:23.314Z Downloaded jobserver v0.1.34
8262026-05-04T14:39:23.314Z Downloaded native-tls v0.2.18
8272026-05-04T14:39:23.317Z Downloaded num_threads v0.1.7
8282026-05-04T14:39:23.317Z Downloaded cc v1.2.56
8292026-05-04T14:39:23.318Z Downloaded nanorand v0.7.0
8302026-05-04T14:39:23.318Z Downloaded libsw v3.5.0
8312026-05-04T14:39:23.320Z Downloaded pbkdf2 v0.12.2
8322026-05-04T14:39:23.320Z Downloaded parse-size v1.1.0
8332026-05-04T14:39:23.323Z Downloaded iana-time-zone v0.1.65
8342026-05-04T14:39:23.323Z Downloaded mime_guess v2.0.5
8352026-05-04T14:39:23.327Z Downloaded mime v0.3.17
8362026-05-04T14:39:23.327Z Downloaded flume v0.11.1
8372026-05-04T14:39:23.332Z Downloaded oso-derive v0.27.3
8382026-05-04T14:39:23.332Z Downloaded openssl-probe v0.2.1
8392026-05-04T14:39:23.332Z Downloaded openssl-probe v0.1.6
8402026-05-04T14:39:23.332Z Downloaded darling_core v0.23.0
8412026-05-04T14:39:23.336Z Downloaded darling v0.23.0
8422026-05-04T14:39:23.341Z Downloaded parse-display v0.10.0
8432026-05-04T14:39:23.341Z Downloaded ipnet v2.11.0
8442026-05-04T14:39:23.341Z Downloaded path-slash v0.1.5
8452026-05-04T14:39:23.341Z Downloaded hmac v0.12.1
8462026-05-04T14:39:23.344Z Downloaded getrandom v0.3.4
8472026-05-04T14:39:23.344Z Downloaded newtype-uuid v1.3.2
8482026-05-04T14:39:23.344Z Downloaded half v2.7.1
8492026-05-04T14:39:23.347Z Downloaded phf_shared v0.11.3
8502026-05-04T14:39:23.347Z Downloaded num_enum v0.5.11
8512026-05-04T14:39:23.349Z Downloaded phf_shared v0.13.1
8522026-05-04T14:39:23.352Z Downloaded darling_core v0.20.11
8532026-05-04T14:39:23.355Z Downloaded num_enum_derive v0.5.11
8542026-05-04T14:39:23.355Z Downloaded num-integer v0.1.46
8552026-05-04T14:39:23.357Z Downloaded peg-runtime v0.8.5
8562026-05-04T14:39:23.357Z Downloaded num-complex v0.4.6
8572026-05-04T14:39:23.357Z Downloaded async-compression v0.4.41
8582026-05-04T14:39:23.361Z Downloaded ed25519-dalek v2.2.0
8592026-05-04T14:39:23.379Z Downloaded phf_shared v0.12.1
8602026-05-04T14:39:23.390Z Downloaded arc-swap v1.8.2
8612026-05-04T14:39:23.390Z Downloaded pin-utils v0.1.0
8622026-05-04T14:39:23.390Z Downloaded num_enum_derive v0.7.5
8632026-05-04T14:39:23.390Z Downloaded ignore v0.4.25
8642026-05-04T14:39:23.405Z Downloaded password-hash v0.4.2
8652026-05-04T14:39:23.405Z Downloaded predicates-core v1.0.10
8662026-05-04T14:39:23.405Z Downloaded powerfmt v0.2.0
8672026-05-04T14:39:23.405Z Downloaded precomputed-hash v0.1.1
8682026-05-04T14:39:23.405Z Downloaded num_enum v0.7.5
8692026-05-04T14:39:23.406Z Downloaded peg v0.8.5
8702026-05-04T14:39:23.406Z Downloaded predicates-tree v1.0.13
8712026-05-04T14:39:23.406Z Downloaded darling_core v0.21.3
8722026-05-04T14:39:23.413Z Downloaded proc-macro-crate v1.3.1
8732026-05-04T14:39:23.414Z Downloaded pbkdf2 v0.11.0
8742026-05-04T14:39:23.414Z Downloaded memmap2 v0.9.10
8752026-05-04T14:39:23.414Z Downloaded litrs v1.0.0
8762026-05-04T14:39:23.414Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-05-04T14:39:23.414Z Downloaded pem-rfc7468 v0.7.0
8782026-05-04T14:39:23.414Z Downloaded packed_struct v0.10.1
8792026-05-04T14:39:23.418Z Downloaded oxnet v0.1.4
8802026-05-04T14:39:23.418Z Downloaded libbz2-rs-sys v0.2.2
8812026-05-04T14:39:23.418Z Downloaded phf v0.13.1
8822026-05-04T14:39:23.418Z Downloaded psl-types v2.0.11
8832026-05-04T14:39:23.418Z Downloaded progenitor-client v0.11.2
8842026-05-04T14:39:23.419Z Downloaded progenitor-client v0.10.0
8852026-05-04T14:39:23.423Z Downloaded parking_lot_core v0.8.6
8862026-05-04T14:39:23.423Z Downloaded packed_struct_codegen v0.10.1
8872026-05-04T14:39:23.423Z Downloaded progenitor-macro v0.11.2
8882026-05-04T14:39:23.423Z Downloaded progenitor-client v0.14.0
8892026-05-04T14:39:23.423Z Downloaded owo-colors v4.3.0
8902026-05-04T14:39:23.434Z Downloaded derive_more v2.1.1
8912026-05-04T14:39:23.443Z Downloaded progenitor-macro v0.14.0
8922026-05-04T14:39:23.443Z Downloaded polyval v0.6.2
8932026-05-04T14:39:23.443Z Downloaded pkg-config v0.3.32
8942026-05-04T14:39:23.443Z Downloaded num-rational v0.4.2
8952026-05-04T14:39:23.444Z Downloaded rand_chacha v0.3.1
8962026-05-04T14:39:23.444Z Downloaded quick-error v1.2.3
8972026-05-04T14:39:23.444Z Downloaded progenitor-macro v0.13.0
8982026-05-04T14:39:23.444Z Downloaded progenitor-macro v0.10.0
8992026-05-04T14:39:23.444Z Downloaded paste v1.0.15
9002026-05-04T14:39:23.444Z Downloaded password-hash v0.5.0
9012026-05-04T14:39:23.444Z Downloaded flate2 v1.1.9
9022026-05-04T14:39:23.457Z Downloaded pem v3.0.6
9032026-05-04T14:39:23.457Z Downloaded ar_archive_writer v0.5.1
9042026-05-04T14:39:23.458Z Downloaded oxide-tokio-rt v0.1.4
9052026-05-04T14:39:23.468Z Downloaded bumpalo v3.20.2
9062026-05-04T14:39:23.468Z Downloaded parking_lot v0.12.5
9072026-05-04T14:39:23.468Z Downloaded predicates v3.1.4
9082026-05-04T14:39:23.469Z Downloaded proc-macro-crate v3.4.0
9092026-05-04T14:39:23.469Z Downloaded base64 v0.22.1
9102026-05-04T14:39:23.469Z Downloaded radium v0.7.0
9112026-05-04T14:39:23.469Z Downloaded base64 v0.21.7
9122026-05-04T14:39:23.469Z Downloaded postgres-protocol v0.6.10
9132026-05-04T14:39:23.469Z Downloaded pkcs8 v0.10.2
9142026-05-04T14:39:23.475Z Downloaded dropshot-api-manager v0.7.1
9152026-05-04T14:39:23.475Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-05-04T14:39:23.476Z Downloaded peg-macros v0.8.5
9172026-05-04T14:39:23.476Z Downloaded ref-cast v1.0.25
9182026-05-04T14:39:23.476Z Downloaded recursive v0.1.1
9192026-05-04T14:39:23.476Z Downloaded ppv-lite86 v0.2.21
9202026-05-04T14:39:23.476Z Downloaded omicron-zone-package v0.12.2
9212026-05-04T14:39:23.476Z Downloaded progenitor v0.14.0
9222026-05-04T14:39:23.479Z Downloaded progenitor v0.13.0
9232026-05-04T14:39:23.479Z Downloaded indexmap v1.9.3
9242026-05-04T14:39:23.479Z Downloaded progenitor-client v0.13.0
9252026-05-04T14:39:23.482Z Downloaded parking_lot_core v0.9.12
9262026-05-04T14:39:23.482Z Downloaded progenitor v0.10.0
9272026-05-04T14:39:23.488Z Downloaded rfc6979 v0.4.0
9282026-05-04T14:39:23.488Z Downloaded rtoolbox v0.0.3
9292026-05-04T14:39:23.488Z Downloaded ref-cast-impl v1.0.25
9302026-05-04T14:39:23.488Z Downloaded proc-macro-error2 v2.0.1
9312026-05-04T14:39:23.490Z Downloaded primeorder v0.13.6
9322026-05-04T14:39:23.490Z Downloaded psm v0.1.30
9332026-05-04T14:39:23.490Z Downloaded pkcs5 v0.7.1
9342026-05-04T14:39:23.493Z Downloaded progenitor-extras v0.2.0
9352026-05-04T14:39:23.496Z Downloaded poly1305 v0.8.0
9362026-05-04T14:39:23.496Z Downloaded pkcs1 v0.7.5
9372026-05-04T14:39:23.499Z Downloaded rustc_version v0.1.7
9382026-05-04T14:39:23.499Z Downloaded pin-project-internal v1.1.11
9392026-05-04T14:39:23.499Z Downloaded parking_lot v0.11.2
9402026-05-04T14:39:23.501Z Downloaded progenitor v0.11.2
9412026-05-04T14:39:23.501Z Downloaded nu-ansi-term v0.50.3
9422026-05-04T14:39:23.507Z Downloaded diesel_derives v2.3.7
9432026-05-04T14:39:23.511Z Downloaded rand_chacha v0.9.0
9442026-05-04T14:39:23.511Z Downloaded derive_more-impl v2.1.1
9452026-05-04T14:39:23.516Z Downloaded oso v0.27.3
9462026-05-04T14:39:23.516Z Downloaded russh-cryptovec v0.7.3
9472026-05-04T14:39:23.516Z Downloaded rustc_version v0.4.1
9482026-05-04T14:39:23.516Z Downloaded rustc-hash v2.1.1
9492026-05-04T14:39:23.520Z Downloaded p256 v0.13.2
9502026-05-04T14:39:23.520Z Downloaded rand_core v0.9.5
9512026-05-04T14:39:23.520Z Downloaded rand_core v0.6.4
9522026-05-04T14:39:23.523Z Downloaded postcard v1.1.3
9532026-05-04T14:39:23.523Z Downloaded phf v0.12.1
9542026-05-04T14:39:23.523Z Downloaded hickory-resolver v0.24.4
9552026-05-04T14:39:23.528Z Downloaded curve25519-dalek v4.1.3
9562026-05-04T14:39:23.532Z Downloaded same-file v1.0.6
9572026-05-04T14:39:23.535Z Downloaded linear-map v1.2.0
9582026-05-04T14:39:23.535Z Downloaded parse-display-derive v0.10.0
9592026-05-04T14:39:23.535Z Downloaded heapless v0.8.0
9602026-05-04T14:39:23.539Z Downloaded sapling-renderdag v0.1.0
9612026-05-04T14:39:23.539Z Downloaded rand_xorshift v0.4.0
9622026-05-04T14:39:23.543Z Downloaded rand_core v0.10.0
9632026-05-04T14:39:23.543Z Downloaded rand_seeder v0.4.0
9642026-05-04T14:39:23.545Z Downloaded postgres-types v0.2.12
9652026-05-04T14:39:23.545Z Downloaded scroll_derive v0.13.1
9662026-05-04T14:39:23.546Z Downloaded r2d2 v0.8.10
9672026-05-04T14:39:23.548Z Downloaded pin-project-lite v0.2.17
9682026-05-04T14:39:23.551Z Downloaded heapless v0.7.17
9692026-05-04T14:39:23.554Z Downloaded pin-project v1.1.11
9702026-05-04T14:39:23.558Z Downloaded scopeguard v1.2.0
9712026-05-04T14:39:23.561Z Downloaded serde-big-array v0.5.1
9722026-05-04T14:39:23.561Z Downloaded seq-macro v0.3.6
9732026-05-04T14:39:23.564Z Downloaded secrecy v0.10.3
9742026-05-04T14:39:23.564Z Downloaded semver v0.1.20
9752026-05-04T14:39:23.564Z Downloaded scheduled-thread-pool v0.2.7
9762026-05-04T14:39:23.564Z Downloaded secrecy v0.8.0
9772026-05-04T14:39:23.570Z Downloaded serde_spanned v1.0.4
9782026-05-04T14:39:23.570Z Downloaded scrypt v0.11.0
9792026-05-04T14:39:23.570Z Downloaded papergrid v0.17.0
9802026-05-04T14:39:23.573Z Downloaded rustls-pemfile v2.2.0
9812026-05-04T14:39:23.574Z Downloaded quinn-udp v0.5.14
9822026-05-04T14:39:23.574Z Downloaded indicatif v0.18.4
9832026-05-04T14:39:23.583Z Downloaded expectorate v1.2.0
9842026-05-04T14:39:23.583Z Downloaded resolv-conf v0.7.6
9852026-05-04T14:39:23.587Z Downloaded headers v0.4.1
9862026-05-04T14:39:23.587Z Downloaded compact_str v0.8.1
9872026-05-04T14:39:23.587Z Downloaded shell-words v1.1.1
9882026-05-04T14:39:23.587Z Downloaded der v0.7.10
9892026-05-04T14:39:23.592Z Downloaded signature v2.2.0
9902026-05-04T14:39:23.592Z Downloaded siphasher v1.0.2
9912026-05-04T14:39:23.592Z Downloaded signal-hook-tokio v0.3.1
9922026-05-04T14:39:23.592Z Downloaded ingot-macros v0.1.1
9932026-05-04T14:39:23.592Z Downloaded serde_bytes v0.11.19
9942026-05-04T14:39:23.596Z Downloaded serde_plain v1.0.2
9952026-05-04T14:39:23.596Z Downloaded rusty-fork v0.3.1
9962026-05-04T14:39:23.596Z Downloaded rustversion v1.0.22
9972026-05-04T14:39:23.598Z Downloaded signal-hook-mio v0.2.5
9982026-05-04T14:39:23.598Z Downloaded sha1 v0.10.6
9992026-05-04T14:39:23.598Z Downloaded salsa20 v0.10.2
10002026-05-04T14:39:23.601Z Downloaded hickory-server v0.25.2
10012026-05-04T14:39:23.604Z Downloaded crossterm v0.28.1
10022026-05-04T14:39:23.607Z Downloaded hickory-resolver v0.25.2
10032026-05-04T14:39:23.610Z Downloaded futures v0.3.32
10042026-05-04T14:39:23.613Z Downloaded slog-bunyan v2.5.0
10052026-05-04T14:39:23.613Z Downloaded sigpipe v0.1.3
10062026-05-04T14:39:23.613Z Downloaded scroll v0.13.0
10072026-05-04T14:39:23.615Z Downloaded rustls-pemfile v1.0.4
10082026-05-04T14:39:23.615Z Downloaded num v0.4.3
10092026-05-04T14:39:23.615Z Downloaded diff v0.1.13
10102026-05-04T14:39:23.619Z Downloaded git-stub-vcs v0.1.0
10112026-05-04T14:39:23.621Z Downloaded debug-ignore v1.0.5
10122026-05-04T14:39:23.621Z Downloaded derive-ex v0.1.8
10132026-05-04T14:39:23.621Z Downloaded schemars_derive v0.8.22
10142026-05-04T14:39:23.624Z Downloaded slog-envlogger v2.2.0
10152026-05-04T14:39:23.624Z Downloaded http v1.4.0
10162026-05-04T14:39:23.628Z Downloaded miniz_oxide v0.8.9
10172026-05-04T14:39:23.628Z Downloaded crossbeam-deque v0.8.6
10182026-05-04T14:39:23.631Z Downloaded data-encoding v2.10.0
10192026-05-04T14:39:23.631Z Downloaded openssl-sys v0.9.114
10202026-05-04T14:39:23.633Z Downloaded sct v0.7.1
10212026-05-04T14:39:23.636Z Downloaded russh-keys v0.45.0
10222026-05-04T14:39:23.636Z Downloaded serde_urlencoded v0.7.1
10232026-05-04T14:39:23.639Z Downloaded serde_path_to_error v0.1.20
10242026-05-04T14:39:23.639Z Downloaded chacha20poly1305 v0.10.1
10252026-05-04T14:39:23.643Z Downloaded ssh-cipher v0.2.0
10262026-05-04T14:39:23.643Z Downloaded aes v0.8.4
10272026-05-04T14:39:23.643Z Downloaded sec1 v0.7.3
10282026-05-04T14:39:23.646Z Downloaded mio v1.2.0
10292026-05-04T14:39:23.651Z Downloaded hashbrown v0.13.2
10302026-05-04T14:39:23.651Z Downloaded pretty_assertions v1.4.1
10312026-05-04T14:39:23.657Z Downloaded prefix-trie v0.7.0
10322026-05-04T14:39:23.657Z Downloaded progenitor-impl v0.10.0
10332026-05-04T14:39:23.657Z Downloaded hashbrown v0.12.3
10342026-05-04T14:39:23.660Z Downloaded signal-hook-registry v1.4.8
10352026-05-04T14:39:23.660Z Downloaded shlex v1.3.0
10362026-05-04T14:39:23.660Z Downloaded cbc v0.1.2
10372026-05-04T14:39:23.660Z Downloaded backoff v0.4.0
10382026-05-04T14:39:23.663Z Downloaded simd-adler32 v0.3.8
10392026-05-04T14:39:23.663Z Downloaded serde_repr v0.1.20
10402026-05-04T14:39:23.666Z Downloaded rcgen v0.12.1
10412026-05-04T14:39:23.666Z Downloaded serde_derive_internals v0.29.1
10422026-05-04T14:39:23.669Z Downloaded ssh-encoding v0.2.0
10432026-05-04T14:39:23.669Z Downloaded strip-ansi-escapes v0.2.1
10442026-05-04T14:39:23.669Z Downloaded structmeta v0.3.0
10452026-05-04T14:39:23.672Z Downloaded sync-ptr v0.1.4
10462026-05-04T14:39:23.672Z Downloaded slab v0.4.12
10472026-05-04T14:39:23.675Z Downloaded slog-async v2.8.0
10482026-05-04T14:39:23.675Z Downloaded supports-color v3.0.2
10492026-05-04T14:39:23.681Z Downloaded strum v0.26.3
10502026-05-04T14:39:23.681Z Downloaded structmeta-derive v0.3.0
10512026-05-04T14:39:23.692Z Downloaded rustls-pki-types v1.14.0
10522026-05-04T14:39:23.693Z Downloaded slog-scope v4.4.1
10532026-05-04T14:39:23.693Z Downloaded slog-json v2.6.1
10542026-05-04T14:39:23.705Z Downloaded strum v0.27.2
10552026-05-04T14:39:23.705Z Downloaded subtle v2.6.1
10562026-05-04T14:39:23.705Z Downloaded slog-term v2.9.2
10572026-05-04T14:39:23.705Z Downloaded sync_wrapper v1.0.2
10582026-05-04T14:39:23.705Z Downloaded slog-stdlog v4.1.1
10592026-05-04T14:39:23.705Z Downloaded jiff-static v0.2.21
10602026-05-04T14:39:23.706Z Downloaded slog-dtrace v0.3.0
10612026-05-04T14:39:23.706Z Downloaded crossterm v0.29.0
10622026-05-04T14:39:23.706Z Downloaded minimal-lexical v0.2.1
10632026-05-04T14:39:23.706Z Downloaded aho-corasick v1.1.4
10642026-05-04T14:39:23.710Z Downloaded tabwriter v1.4.1
10652026-05-04T14:39:23.710Z Downloaded tabled_derive v0.11.0
10662026-05-04T14:39:23.710Z Downloaded smf v0.2.3
10672026-05-04T14:39:23.710Z Downloaded snafu-derive v0.8.9
10682026-05-04T14:39:23.710Z Downloaded smallvec v0.6.14
10692026-05-04T14:39:23.711Z Downloaded serde-hex v0.1.0
10702026-05-04T14:39:23.711Z Downloaded thread-id v5.1.0
10712026-05-04T14:39:23.714Z Downloaded tap v1.0.1
10722026-05-04T14:39:23.714Z Downloaded testing_table v0.3.0
10732026-05-04T14:39:23.714Z Downloaded thiserror-impl-no-std v2.0.2
10742026-05-04T14:39:23.715Z Downloaded termtree v0.5.1
10752026-05-04T14:39:23.715Z Downloaded prettyplease v0.2.37
10762026-05-04T14:39:23.718Z Downloaded spki v0.7.3
10772026-05-04T14:39:23.718Z Downloaded take_mut v0.2.2
10782026-05-04T14:39:23.718Z Downloaded tagptr v0.2.0
10792026-05-04T14:39:23.721Z Downloaded hyper-util v0.1.20
10802026-05-04T14:39:23.723Z Downloaded sqlparser_derive v0.5.0
10812026-05-04T14:39:23.723Z Downloaded rayon-core v1.13.0
10822026-05-04T14:39:23.726Z Downloaded progenitor-impl v0.13.0
10832026-05-04T14:39:23.729Z Downloaded progenitor-impl v0.14.0
10842026-05-04T14:39:23.729Z Downloaded rustls-native-certs v0.8.3
10852026-05-04T14:39:23.732Z Downloaded ron v0.8.1
10862026-05-04T14:39:23.735Z Downloaded strum_macros v0.27.2
10872026-05-04T14:39:23.739Z Downloaded time-core v0.1.8
10882026-05-04T14:39:23.739Z Downloaded static_assertions v1.1.0
10892026-05-04T14:39:23.742Z Downloaded stacker v0.1.23
10902026-05-04T14:39:23.742Z Downloaded tinyvec_macros v0.1.1
10912026-05-04T14:39:23.742Z Downloaded progenitor-impl v0.11.2
10922026-05-04T14:39:23.750Z Downloaded itertools v0.10.5
10932026-05-04T14:39:23.758Z Downloaded string_cache v0.8.9
10942026-05-04T14:39:23.758Z Downloaded rustls-platform-verifier v0.6.2
10952026-05-04T14:39:23.758Z Downloaded spin v0.9.8
10962026-05-04T14:39:23.758Z Downloaded serde_with_macros v3.17.0
10972026-05-04T14:39:23.758Z Downloaded serde_cbor v0.11.2
10982026-05-04T14:39:23.761Z Downloaded support-bundle-viewer v0.1.2
10992026-05-04T14:39:23.761Z Downloaded strum_macros v0.26.4
11002026-05-04T14:39:23.761Z Downloaded quinn v0.11.9
11012026-05-04T14:39:23.761Z Downloaded strum_macros v0.24.3
11022026-05-04T14:39:23.761Z Downloaded ryu v1.0.23
11032026-05-04T14:39:23.767Z Downloaded termios v0.3.3
11042026-05-04T14:39:23.770Z Downloaded schemars v0.8.22
11052026-05-04T14:39:23.780Z Downloaded thiserror-no-std v2.0.2
11062026-05-04T14:39:23.784Z Downloaded thread_local v1.1.9
11072026-05-04T14:39:23.786Z Downloaded publicsuffix v2.3.0
11082026-05-04T14:39:23.786Z Downloaded hashbrown v0.15.5
11092026-05-04T14:39:23.789Z Downloaded num-bigint v0.4.6
11102026-05-04T14:39:23.792Z Downloaded sqlformat v0.3.5
11112026-05-04T14:39:23.795Z Downloaded topological-sort v0.2.2
11122026-05-04T14:39:23.795Z Downloaded signal-hook v0.3.18
11132026-05-04T14:39:23.798Z Downloaded try-lock v0.2.5
11142026-05-04T14:39:23.798Z Downloaded trait-variant v0.1.2
11152026-05-04T14:39:23.798Z Downloaded tiny-keccak v2.0.2
11162026-05-04T14:39:23.801Z Downloaded stringprep v0.1.5
11172026-05-04T14:39:23.801Z Downloaded tower-service v0.3.3
11182026-05-04T14:39:23.801Z Downloaded tower-layer v0.3.3
11192026-05-04T14:39:23.805Z Downloaded similar v2.7.0
11202026-05-04T14:39:23.810Z Downloaded nom v7.1.3
11212026-05-04T14:39:23.812Z Downloaded unarray v0.1.4
11222026-05-04T14:39:23.812Z Downloaded itertools v0.12.1
11232026-05-04T14:39:23.817Z Downloaded tokio-rustls v0.25.0
11242026-05-04T14:39:23.820Z Downloaded tokio-macros v2.7.0
11252026-05-04T14:39:23.820Z Downloaded tokio-dtrace v0.1.1
11262026-05-04T14:39:23.822Z Downloaded tls_codec v0.4.2
11272026-05-04T14:39:23.822Z Downloaded typify-macro v0.6.2
11282026-05-04T14:39:23.825Z Downloaded typify-macro v0.4.3
11292026-05-04T14:39:23.825Z Downloaded serde_yaml v0.9.34+deprecated
11302026-05-04T14:39:23.828Z Downloaded usdt-attr-macro v0.6.0
11312026-05-04T14:39:23.828Z Downloaded untrusted v0.7.1
11322026-05-04T14:39:23.828Z Downloaded universal-hash v0.5.1
11332026-05-04T14:39:23.828Z Downloaded usdt v0.6.0
11342026-05-04T14:39:23.831Z Downloaded untrusted v0.9.0
11352026-05-04T14:39:23.831Z Downloaded unit-prefix v0.5.2
11362026-05-04T14:39:23.831Z Downloaded tokio-tungstenite v0.21.0
11372026-05-04T14:39:23.833Z Downloaded libxml v0.3.3
11382026-05-04T14:39:23.836Z Downloaded rand v0.8.5
11392026-05-04T14:39:23.839Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-05-04T14:39:23.841Z Downloaded term v1.2.1
11412026-05-04T14:39:23.844Z Downloaded socket2 v0.6.3
11422026-05-04T14:39:23.844Z Downloaded utf-8 v0.7.6
11432026-05-04T14:39:23.848Z Downloaded usdt-macro v0.6.0
11442026-05-04T14:39:23.848Z Downloaded tokio-tungstenite v0.23.1
11452026-05-04T14:39:23.848Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-05-04T14:39:23.851Z Downloaded void v1.0.2
11472026-05-04T14:39:23.859Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-05-04T14:39:23.865Z Downloaded hashbrown v0.16.1
11492026-05-04T14:39:23.865Z Downloaded iddqd v0.3.18
11502026-05-04T14:39:23.871Z Downloaded num-bigint-dig v0.8.6
11512026-05-04T14:39:23.876Z Downloaded wait-timeout v0.2.1
11522026-05-04T14:39:23.879Z Downloaded rustls-webpki v0.103.9
11532026-05-04T14:39:23.879Z Downloaded itertools v0.13.0
11542026-05-04T14:39:23.888Z Downloaded tui-tree-widget v0.23.1
11552026-05-04T14:39:23.888Z Downloaded waitgroup v0.1.2
11562026-05-04T14:39:23.888Z Downloaded want v0.3.1
11572026-05-04T14:39:23.888Z Downloaded slog v2.8.2
11582026-05-04T14:39:23.894Z Downloaded schemars v1.2.1
11592026-05-04T14:39:23.899Z Downloaded unicode-truncate v1.1.0
11602026-05-04T14:39:23.899Z Downloaded xattr v1.6.1
11612026-05-04T14:39:23.903Z Downloaded unicase v2.9.0
11622026-05-04T14:39:23.903Z Downloaded xshell-macros v0.2.7
11632026-05-04T14:39:23.903Z Downloaded tokio-native-tls v0.3.1
11642026-05-04T14:39:23.904Z Downloaded tls_codec_derive v0.4.2
11652026-05-04T14:39:23.904Z Downloaded tokio-rustls v0.26.4
11662026-05-04T14:39:23.906Z Downloaded tokio-rustls v0.24.1
11672026-05-04T14:39:23.906Z Downloaded time-macros v0.2.27
11682026-05-04T14:39:23.906Z Downloaded socket2 v0.5.10
11692026-05-04T14:39:23.907Z Downloaded subprocess v0.2.15
11702026-05-04T14:39:23.909Z Downloaded hkdf v0.12.4
11712026-05-04T14:39:23.912Z Downloaded samael v0.0.19
11722026-05-04T14:39:23.915Z Downloaded usdt-impl v0.6.0
11732026-05-04T14:39:23.915Z Downloaded test-strategy v0.4.5
11742026-05-04T14:39:23.918Z Downloaded term v0.7.0
11752026-05-04T14:39:23.922Z Downloaded uzers v0.12.2
11762026-05-04T14:39:23.922Z Downloaded zeroize_derive v1.4.3
11772026-05-04T14:39:23.922Z Downloaded schemars v0.9.0
11782026-05-04T14:39:23.926Z Downloaded zone v0.3.1
11792026-05-04T14:39:23.931Z Downloaded h2 v0.4.13
11802026-05-04T14:39:23.934Z Downloaded qorb v0.4.1
11812026-05-04T14:39:23.934Z Downloaded snafu v0.8.9
11822026-05-04T14:39:23.938Z Downloaded rand v0.9.2
11832026-05-04T14:39:23.949Z Downloaded vsss-rs v3.3.4
11842026-05-04T14:39:23.949Z Downloaded vergen-git2 v1.0.7
11852026-05-04T14:39:23.949Z Downloaded zone_cfg_derive v0.3.1
11862026-05-04T14:39:23.949Z Downloaded tracing-attributes v0.1.31
11872026-05-04T14:39:23.949Z Downloaded rsa v0.9.10
11882026-05-04T14:39:23.956Z Downloaded tinyvec v1.10.0
11892026-05-04T14:39:23.956Z Downloaded futures-util v0.3.32
11902026-05-04T14:39:23.959Z Downloaded itertools v0.14.0
11912026-05-04T14:39:23.970Z Downloaded walkdir v2.5.0
11922026-05-04T14:39:23.970Z Downloaded unicode-properties v0.1.4
11932026-05-04T14:39:23.970Z Downloaded tokio-stream v0.1.18
11942026-05-04T14:39:23.978Z Downloaded rand v0.10.0
11952026-05-04T14:39:23.978Z Downloaded xshell v0.2.7
11962026-05-04T14:39:23.978Z Downloaded wyz v0.5.1
11972026-05-04T14:39:23.978Z Downloaded whoami v2.1.0
11982026-05-04T14:39:23.978Z Downloaded zeroize v1.8.2
11992026-05-04T14:39:23.978Z Downloaded tar v0.4.45
12002026-05-04T14:39:23.978Z Downloaded libm v0.2.16
12012026-05-04T14:39:23.982Z Downloaded toml v1.0.6+spec-1.1.0
12022026-05-04T14:39:23.982Z Downloaded vergen v9.0.6
12032026-05-04T14:39:23.982Z Downloaded vergen-gitcl v1.0.8
12042026-05-04T14:39:23.982Z Downloaded toml_parser v1.0.9+spec-1.1.0
12052026-05-04T14:39:23.985Z Downloaded vergen-lib v0.1.6
12062026-05-04T14:39:23.985Z Downloaded toml v0.7.8
12072026-05-04T14:39:23.985Z Downloaded zstd-safe v7.2.4
12082026-05-04T14:39:23.989Z Downloaded russh v0.45.0
12092026-05-04T14:39:23.989Z Downloaded hyper v1.8.1
12102026-05-04T14:39:23.993Z Downloaded tracing-core v0.1.36
12112026-05-04T14:39:23.996Z Downloaded iri-string v0.7.10
12122026-05-04T14:39:23.999Z Downloaded twox-hash v2.1.2
12132026-05-04T14:39:24.006Z Downloaded zstd v0.13.3
12142026-05-04T14:39:24.006Z Downloaded whoami v1.6.1
12152026-05-04T14:39:24.006Z Downloaded tungstenite v0.23.0
12162026-05-04T14:39:24.009Z Downloaded tungstenite v0.21.0
12172026-05-04T14:39:24.009Z Downloaded rustyline v14.0.0
12182026-05-04T14:39:24.018Z Downloaded yasna v0.5.2
12192026-05-04T14:39:24.023Z Downloaded typify v0.6.2
12202026-05-04T14:39:24.023Z Downloaded unicode-bidi v0.3.18
12212026-05-04T14:39:24.027Z Downloaded unsafe-libyaml v0.2.11
12222026-05-04T14:39:24.030Z Downloaded p521 v0.13.3
12232026-05-04T14:39:24.036Z Downloaded vte v0.14.1
12242026-05-04T14:39:24.036Z Downloaded uuid v1.23.0
12252026-05-04T14:39:24.040Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-04T14:39:24.040Z Downloaded zerocopy v0.6.6
12272026-05-04T14:39:24.047Z Downloaded rpassword v7.4.0
12282026-05-04T14:39:24.050Z Downloaded steno v0.4.1
12292026-05-04T14:39:24.053Z Downloaded blake3 v1.8.3
12302026-05-04T14:39:24.058Z Downloaded typify v0.4.3
12312026-05-04T14:39:24.067Z Downloaded tokio-postgres v0.7.16
12322026-05-04T14:39:24.067Z Downloaded toml v0.9.12+spec-1.1.0
12332026-05-04T14:39:24.071Z Downloaded reedline v0.40.0
12342026-05-04T14:39:24.078Z Downloaded zopfli v0.8.3
12352026-05-04T14:39:24.081Z Downloaded ssh-key v0.6.7
12362026-05-04T14:39:24.085Z Downloaded bitvec v1.0.1
12372026-05-04T14:39:24.094Z Downloaded unicode_categories v0.1.1
12382026-05-04T14:39:24.103Z Downloaded p384 v0.13.1
12392026-05-04T14:39:24.110Z Downloaded reqwest v0.13.2
12402026-05-04T14:39:24.123Z Downloaded bindgen v0.71.1
12412026-05-04T14:39:24.132Z Downloaded unicode-segmentation v1.12.0
12422026-05-04T14:39:24.135Z Downloaded toml_edit v0.19.15
12432026-05-04T14:39:24.143Z Downloaded zip v0.6.6
12442026-05-04T14:39:24.146Z Downloaded regex v1.12.3
12452026-05-04T14:39:24.149Z Downloaded zerocopy-derive v0.8.40
12462026-05-04T14:39:24.154Z Downloaded yansi v1.0.1
12472026-05-04T14:39:24.157Z Downloaded x509-cert v0.2.5
12482026-05-04T14:39:24.161Z Downloaded portable-atomic v1.13.1
12492026-05-04T14:39:24.167Z Downloaded quick-xml v0.37.5
12502026-05-04T14:39:24.170Z Downloaded tower v0.5.3
12512026-05-04T14:39:24.172Z Downloaded git2 v0.20.4
12522026-05-04T14:39:24.178Z Downloaded rayon v1.11.0
12532026-05-04T14:39:24.183Z Downloaded rustls-webpki v0.101.7
12542026-05-04T14:39:24.190Z Downloaded typed-path v0.9.3
12552026-05-04T14:39:24.194Z Downloaded reqwest v0.12.28
12562026-05-04T14:39:24.198Z Downloaded salty v0.3.0
12572026-05-04T14:39:24.202Z Downloaded proptest v1.10.0
12582026-05-04T14:39:24.207Z Downloaded lalrpop v0.19.12
12592026-05-04T14:39:24.214Z Downloaded chrono v0.4.44
12602026-05-04T14:39:24.218Z Downloaded aws-lc-rs v1.16.0
12612026-05-04T14:39:24.226Z Downloaded unicode-normalization v0.1.25
12622026-05-04T14:39:24.232Z Downloaded petname v2.0.2
12632026-05-04T14:39:24.236Z Downloaded goblin v0.10.5
12642026-05-04T14:39:24.242Z Downloaded moka v0.12.13
12652026-05-04T14:39:24.246Z Downloaded zip v4.6.1
12662026-05-04T14:39:24.250Z Downloaded tower-http v0.6.8
12672026-05-04T14:39:24.253Z Downloaded tough v0.20.0
12682026-05-04T14:39:24.257Z Downloaded dropshot v0.16.7
12692026-05-04T14:39:24.270Z Downloaded tokio-util v0.7.18
12702026-05-04T14:39:24.278Z Downloaded rustls-webpki v0.102.8
12712026-05-04T14:39:24.285Z Downloaded object v0.30.4
12722026-05-04T14:39:24.295Z Downloaded serde_with v3.17.0
12732026-05-04T14:39:24.304Z Downloaded openssl v0.10.78
12742026-05-04T14:39:24.309Z Downloaded winnow v0.5.40
12752026-05-04T14:39:24.313Z Downloaded quinn-proto v0.11.13
12762026-05-04T14:39:24.319Z Downloaded winnow v0.6.26
12772026-05-04T14:39:24.322Z Downloaded polar-core v0.27.3
12782026-05-04T14:39:24.326Z Downloaded smoltcp v0.9.1
12792026-05-04T14:39:24.339Z Downloaded hickory-proto v0.24.4
12802026-05-04T14:39:24.345Z Downloaded nix v0.29.0
12812026-05-04T14:39:24.349Z Downloaded regex-syntax v0.6.29
12822026-05-04T14:39:24.352Z Downloaded nix v0.28.0
12832026-05-04T14:39:24.358Z Downloaded bstr v1.12.1
12842026-05-04T14:39:24.362Z Downloaded nix v0.27.1
12852026-05-04T14:39:24.369Z Downloaded rustls v0.21.12
12862026-05-04T14:39:24.380Z Downloaded webpki-roots v1.0.6
12872026-05-04T14:39:24.383Z Downloaded zerocopy v0.8.40
12882026-05-04T14:39:24.383Z Downloaded openapiv3 v2.2.0
12892026-05-04T14:39:24.389Z Downloaded tabled v0.20.0
12902026-05-04T14:39:24.399Z Downloaded time v0.3.47
12912026-05-04T14:39:24.406Z Downloaded vcpkg v0.2.15
12922026-05-04T14:39:24.431Z Downloaded zlib-rs v0.6.2
12932026-05-04T14:39:24.434Z Downloaded rustix v0.38.44
12942026-05-04T14:39:24.447Z Downloaded rustls v0.22.4
12952026-05-04T14:39:24.454Z Downloaded dropshot v0.17.0
12962026-05-04T14:39:24.470Z Downloaded smoltcp v0.11.0
12972026-05-04T14:39:24.475Z Downloaded diesel v2.3.7
12982026-05-04T14:39:24.487Z Downloaded sqlparser v0.61.0
12992026-05-04T14:39:24.493Z Downloaded regress v0.11.1
13002026-05-04T14:39:24.498Z Downloaded hickory-proto v0.25.2
13012026-05-04T14:39:24.507Z Downloaded sled v0.34.7
13022026-05-04T14:39:24.517Z Downloaded regex-syntax v0.8.10
13032026-05-04T14:39:24.524Z Downloaded ratatui v0.29.0
13042026-05-04T14:39:24.552Z Downloaded rustls v0.23.37
13052026-05-04T14:39:24.552Z Downloaded typify-impl v0.4.3
13062026-05-04T14:39:24.552Z Downloaded regress v0.10.5
13072026-05-04T14:39:24.555Z Downloaded regex-automata v0.4.14
13082026-05-04T14:39:24.559Z Downloaded zerocopy-derive v0.6.6
13092026-05-04T14:39:24.565Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-05-04T14:39:24.572Z Downloaded nix v0.31.2
13112026-05-04T14:39:24.580Z Downloaded object v0.37.3
13122026-05-04T14:39:24.593Z Downloaded radix_trie v0.2.1
13132026-05-04T14:39:24.601Z Downloaded chrono-tz v0.10.4
13142026-05-04T14:39:24.614Z Downloaded jiff v0.2.21
13152026-05-04T14:39:24.619Z Downloaded tracing v0.1.44
13162026-05-04T14:39:24.623Z Downloaded typify-impl v0.6.2
13172026-05-04T14:39:24.667Z Downloaded petgraph v0.6.5
13182026-05-04T14:39:24.720Z Downloaded petgraph v0.8.3
13192026-05-04T14:39:24.733Z Downloaded csv v1.4.0
13202026-05-04T14:39:24.745Z Downloaded libz-sys v1.1.24
13212026-05-04T14:39:24.758Z Downloaded sha3 v0.10.8
13222026-05-04T14:39:24.765Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13232026-05-04T14:39:24.776Z Downloaded tokio v1.52.1
13242026-05-04T14:39:24.800Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-05-04T14:39:24.862Z Downloaded encoding_rs v0.8.35
13262026-05-04T14:39:24.875Z Downloaded ring v0.17.14
13272026-05-04T14:39:25.337Z Downloaded aws-lc-sys v0.37.1
13282026-05-04T14:39:25.592Z Compiling libc v0.2.185
13292026-05-04T14:39:25.592Z Compiling serde v1.0.228
13302026-05-04T14:39:25.592Z Compiling log v0.4.29
13312026-05-04T14:39:25.595Z Compiling shlex v1.3.0
13322026-05-04T14:39:25.595Z Compiling find-msvc-tools v0.1.9
13332026-05-04T14:39:25.595Z Compiling smallvec v1.15.1
13342026-05-04T14:39:25.595Z Compiling typenum v1.19.0
13352026-05-04T14:39:25.595Z Compiling subtle v2.6.1
13362026-05-04T14:39:25.595Z Compiling generic-array v0.14.7
13372026-05-04T14:39:25.595Z Compiling scopeguard v1.2.0
13382026-05-04T14:39:25.734Z Compiling const-oid v0.9.6
13392026-05-04T14:39:25.779Z Compiling portable-atomic v1.13.1
13402026-05-04T14:39:25.794Z Compiling zerocopy v0.8.40
13412026-05-04T14:39:25.822Z Compiling syn v2.0.117
13422026-05-04T14:39:25.835Z Compiling serde_json v1.0.149
13432026-05-04T14:39:25.848Z Compiling critical-section v1.2.0
13442026-05-04T14:39:25.949Z Compiling lock_api v0.4.14
13452026-05-04T14:39:25.992Z Compiling parking_lot_core v0.9.12
13462026-05-04T14:39:26.028Z Compiling pin-project-lite v0.2.17
13472026-05-04T14:39:26.045Z Compiling pkg-config v0.3.32
13482026-05-04T14:39:26.045Z Compiling bitflags v2.11.0
13492026-05-04T14:39:26.050Z Compiling libm v0.2.16
13502026-05-04T14:39:26.073Z Compiling num-traits v0.2.19
13512026-05-04T14:39:26.077Z Compiling futures-core v0.3.32
13522026-05-04T14:39:26.147Z Compiling percent-encoding v2.3.2
13532026-05-04T14:39:26.188Z Compiling futures-sink v0.3.32
13542026-05-04T14:39:26.218Z Compiling cpufeatures v0.2.17
13552026-05-04T14:39:26.292Z Compiling futures-channel v0.3.32
13562026-05-04T14:39:26.326Z Compiling getrandom v0.4.1
13572026-05-04T14:39:26.326Z Compiling futures-io v0.3.32
13582026-05-04T14:39:26.330Z Compiling slab v0.4.12
13592026-05-04T14:39:26.331Z Compiling futures-task v0.3.32
13602026-05-04T14:39:26.374Z Compiling rustversion v1.0.22
13612026-05-04T14:39:26.529Z Compiling rand_core v0.10.0
13622026-05-04T14:39:26.532Z Compiling getrandom v0.3.4
13632026-05-04T14:39:26.561Z Compiling indexmap v2.14.0
13642026-05-04T14:39:26.564Z Compiling form_urlencoded v1.2.2
13652026-05-04T14:39:26.592Z Compiling base64ct v1.8.3
13662026-05-04T14:39:26.608Z Compiling ident_case v1.0.1
13672026-05-04T14:39:26.648Z Compiling dunce v1.0.5
13682026-05-04T14:39:26.691Z Compiling fs_extra v1.3.0
13692026-05-04T14:39:26.722Z Compiling getrandom v0.2.17
13702026-05-04T14:39:26.740Z Compiling jobserver v0.1.34
13712026-05-04T14:39:26.777Z Compiling errno v0.3.14
13722026-05-04T14:39:26.804Z Compiling mio v1.2.0
13732026-05-04T14:39:26.808Z Compiling socket2 v0.6.3
13742026-05-04T14:39:26.929Z Compiling rand_core v0.6.4
13752026-05-04T14:39:26.958Z Compiling signal-hook-registry v1.4.8
13762026-05-04T14:39:27.000Z Compiling cc v1.2.56
13772026-05-04T14:39:27.004Z Compiling once_cell v1.21.3
13782026-05-04T14:39:27.051Z Compiling parking_lot v0.12.5
13792026-05-04T14:39:27.122Z Compiling pem-rfc7468 v0.7.0
13802026-05-04T14:39:27.155Z Compiling flagset v0.4.7
13812026-05-04T14:39:27.178Z Compiling rustix v1.1.3
13822026-05-04T14:39:27.258Z Compiling iana-time-zone v0.1.65
13832026-05-04T14:39:27.281Z Compiling uuid v1.23.0
13842026-05-04T14:39:27.290Z Compiling rustc_version v0.4.1
13852026-05-04T14:39:27.290Z Compiling regex-syntax v0.8.10
13862026-05-04T14:39:27.290Z Compiling aws-lc-rs v1.16.0
13872026-05-04T14:39:27.333Z Compiling vcpkg v0.2.15
13882026-05-04T14:39:27.448Z Compiling tracing-core v0.1.36
13892026-05-04T14:39:27.466Z Compiling base64 v0.22.1
13902026-05-04T14:39:27.466Z Compiling untrusted v0.9.0
13912026-05-04T14:39:27.501Z Compiling untrusted v0.7.1
13922026-05-04T14:39:27.572Z Compiling rand_core v0.9.5
13932026-05-04T14:39:27.633Z Compiling openssl-probe v0.2.1
13942026-05-04T14:39:27.650Z Compiling httparse v1.10.1
13952026-05-04T14:39:27.657Z Compiling schemars v0.8.22
13962026-05-04T14:39:27.702Z Compiling rustls v0.23.37
13972026-05-04T14:39:27.732Z Compiling tinyvec_macros v0.1.1
13982026-05-04T14:39:27.777Z Compiling cmake v0.1.57
13992026-05-04T14:39:27.800Z Compiling dyn-clone v1.0.20
14002026-05-04T14:39:27.824Z Compiling try-lock v0.2.5
14012026-05-04T14:39:27.842Z Compiling tower-layer v0.3.3
14022026-05-04T14:39:27.874Z Compiling tower-service v0.3.3
14032026-05-04T14:39:27.907Z Compiling atomic-waker v1.1.2
14042026-05-04T14:39:27.947Z Compiling want v0.3.1
14052026-05-04T14:39:27.991Z Compiling tinyvec v1.10.0
14062026-05-04T14:39:28.069Z Compiling spin v0.9.8
14072026-05-04T14:39:28.085Z Compiling aho-corasick v1.1.4
14082026-05-04T14:39:28.117Z Compiling num-conv v0.2.0
14092026-05-04T14:39:28.127Z Compiling httpdate v1.0.3
14102026-05-04T14:39:28.142Z Compiling openssl v0.10.78
14112026-05-04T14:39:28.160Z Compiling powerfmt v0.2.0
14122026-05-04T14:39:28.160Z Compiling time-core v0.1.8
14132026-05-04T14:39:28.208Z Compiling pin-utils v0.1.0
14142026-05-04T14:39:28.224Z Compiling crc32fast v1.5.0
14152026-05-04T14:39:28.248Z Compiling foreign-types-shared v0.1.1
14162026-05-04T14:39:28.304Z Compiling wait-timeout v0.2.1
14172026-05-04T14:39:28.329Z Compiling native-tls v0.2.18
14182026-05-04T14:39:28.329Z Compiling crossbeam-utils v0.8.21
14192026-05-04T14:39:28.358Z Compiling time-macros v0.2.27
14202026-05-04T14:39:28.378Z Compiling foreign-types v0.3.2
14212026-05-04T14:39:28.395Z Compiling deranged v0.5.8
14222026-05-04T14:39:28.412Z Compiling bit-vec v0.8.0
14232026-05-04T14:39:28.431Z Compiling siphasher v1.0.2
14242026-05-04T14:39:28.450Z Compiling quick-error v1.2.3
14252026-05-04T14:39:28.471Z Compiling syn v1.0.109
14262026-05-04T14:39:28.530Z Compiling simd-adler32 v0.3.8
14272026-05-04T14:39:28.571Z Compiling usdt-impl v0.6.0
14282026-05-04T14:39:28.587Z Compiling num_threads v0.1.7
14292026-05-04T14:39:28.628Z Compiling unicode-normalization v0.1.25
14302026-05-04T14:39:28.664Z Compiling bit-set v0.8.0
14312026-05-04T14:39:28.702Z Compiling slog v2.8.2
14322026-05-04T14:39:28.710Z Compiling rand_xorshift v0.4.0
14332026-05-04T14:39:28.736Z Compiling heapless v0.7.17
14342026-05-04T14:39:28.752Z Compiling aws-lc-sys v0.37.1
14352026-05-04T14:39:28.818Z Compiling ring v0.17.14
14362026-05-04T14:39:28.838Z Compiling openssl-sys v0.9.114
14372026-05-04T14:39:28.848Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-05-04T14:39:28.905Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-05-04T14:39:28.922Z Compiling thread-id v5.1.0
14402026-05-04T14:39:28.940Z Compiling tempfile v3.25.0
14412026-05-04T14:39:28.951Z Compiling sync_wrapper v1.0.2
14422026-05-04T14:39:29.017Z Compiling synstructure v0.13.2
14432026-05-04T14:39:29.032Z Compiling serde_derive_internals v0.29.1
14442026-05-04T14:39:29.082Z Compiling pest_generator v2.8.6
14452026-05-04T14:39:29.150Z Compiling darling_core v0.20.11
14462026-05-04T14:39:29.233Z Compiling regex-automata v0.4.14
14472026-05-04T14:39:29.251Z Compiling rusty-fork v0.3.1
14482026-05-04T14:39:29.362Z Compiling darling_core v0.21.3
14492026-05-04T14:39:29.496Z Compiling cookie v0.18.1
14502026-05-04T14:39:29.559Z Compiling time v0.3.47
14512026-05-04T14:39:29.630Z Compiling anyhow v1.0.102
14522026-05-04T14:39:29.695Z Compiling paste v1.0.15
14532026-05-04T14:39:29.712Z Compiling signal-hook v0.3.18
14542026-05-04T14:39:29.863Z Compiling unicode-properties v0.1.4
14552026-05-04T14:39:29.911Z Compiling adler2 v2.0.1
14562026-05-04T14:39:29.995Z Compiling unicode-bidi v0.3.18
14572026-05-04T14:39:30.013Z Compiling zstd-safe v7.2.4
14582026-05-04T14:39:30.036Z Compiling allocator-api2 v0.2.21
14592026-05-04T14:39:30.036Z Compiling unarray v0.1.4
14602026-05-04T14:39:30.090Z Compiling miniz_oxide v0.8.9
14612026-05-04T14:39:30.295Z Compiling num-integer v0.1.46
14622026-05-04T14:39:30.380Z Compiling stringprep v0.1.5
14632026-05-04T14:39:30.413Z Compiling vergen-lib v0.1.6
14642026-05-04T14:39:30.612Z Compiling curve25519-dalek v4.1.3
14652026-05-04T14:39:30.628Z Compiling ff v0.13.1
14662026-05-04T14:39:30.661Z Compiling hash32 v0.2.1
14672026-05-04T14:39:30.770Z Compiling memoffset v0.9.1
14682026-05-04T14:39:30.792Z Compiling litrs v1.0.0
14692026-05-04T14:39:30.818Z Compiling ryu v1.0.23
14702026-05-04T14:39:30.878Z Compiling iri-string v0.7.10
14712026-05-04T14:39:30.898Z Compiling rustix v0.38.44
14722026-05-04T14:39:30.909Z Compiling serde_derive v1.0.228
14732026-05-04T14:39:30.948Z Compiling zeroize_derive v1.4.3
14742026-05-04T14:39:30.997Z Compiling zerofrom-derive v0.1.6
14752026-05-04T14:39:31.008Z Compiling yoke-derive v0.8.1
14762026-05-04T14:39:31.035Z Compiling zerocopy-derive v0.8.40
14772026-05-04T14:39:31.297Z Compiling zerovec-derive v0.11.2
14782026-05-04T14:39:31.317Z Compiling displaydoc v0.2.5
14792026-05-04T14:39:31.354Z Compiling tokio-macros v2.7.0
14802026-05-04T14:39:31.664Z Compiling zeroize v1.8.2
14812026-05-04T14:39:31.681Z Compiling futures-macro v0.3.32
14822026-05-04T14:39:32.130Z Compiling der_derive v0.7.3
14832026-05-04T14:39:32.161Z Compiling thiserror-impl v2.0.18
14842026-05-04T14:39:32.185Z Compiling rustls-pki-types v1.14.0
14852026-05-04T14:39:32.304Z Compiling tracing-attributes v0.1.31
14862026-05-04T14:39:32.524Z Compiling crypto-common v0.1.7
14872026-05-04T14:39:32.541Z Compiling block-buffer v0.10.4
14882026-05-04T14:39:32.546Z Compiling block-padding v0.3.3
14892026-05-04T14:39:32.575Z Compiling zerofrom v0.1.6
14902026-05-04T14:39:32.612Z Compiling futures-util v0.3.32
14912026-05-04T14:39:32.687Z Compiling digest v0.10.7
14922026-05-04T14:39:32.703Z Compiling yoke v0.8.1
14932026-05-04T14:39:32.718Z Compiling inout v0.1.4
14942026-05-04T14:39:32.740Z Compiling schemars_derive v0.8.22
14952026-05-04T14:39:32.746Z Compiling pest_derive v2.8.6
14962026-05-04T14:39:32.901Z Compiling zerovec v0.11.5
14972026-05-04T14:39:32.916Z Compiling zerotrie v0.2.3
14982026-05-04T14:39:32.955Z Compiling hmac v0.12.1
14992026-05-04T14:39:33.155Z Compiling sha2 v0.10.9
15002026-05-04T14:39:33.219Z Compiling cipher v0.4.4
15012026-05-04T14:39:33.252Z Compiling der v0.7.10
15022026-05-04T14:39:33.286Z Compiling pbkdf2 v0.12.2
15032026-05-04T14:39:33.425Z Compiling tinystr v0.8.2
15042026-05-04T14:39:33.441Z Compiling potential_utf v0.1.4
15052026-05-04T14:39:33.459Z Compiling salsa20 v0.10.2
15062026-05-04T14:39:33.512Z Compiling aes v0.8.4
15072026-05-04T14:39:33.620Z Compiling icu_locale_core v2.1.1
15082026-05-04T14:39:33.633Z Compiling icu_collections v2.1.1
15092026-05-04T14:39:33.648Z Compiling thiserror v2.0.18
15102026-05-04T14:39:33.683Z Compiling scrypt v0.11.0
15112026-05-04T14:39:33.698Z Compiling cbc v0.1.2
15122026-05-04T14:39:33.764Z Compiling tracing v0.1.44
15132026-05-04T14:39:33.878Z Compiling scroll_derive v0.13.1
15142026-05-04T14:39:33.981Z Compiling darling_macro v0.20.11
15152026-05-04T14:39:34.083Z Compiling openssl-macros v0.1.1
15162026-05-04T14:39:34.105Z Compiling dtrace-parser v0.3.0
15172026-05-04T14:39:34.171Z Compiling spki v0.7.3
15182026-05-04T14:39:34.404Z Compiling icu_provider v2.1.1
15192026-05-04T14:39:34.422Z Compiling pkcs5 v0.7.1
15202026-05-04T14:39:34.536Z Compiling darling v0.20.11
15212026-05-04T14:39:34.579Z Compiling signature v2.2.0
15222026-05-04T14:39:34.592Z Compiling rustls-native-certs v0.8.3
15232026-05-04T14:39:34.627Z Compiling bytes v1.11.1
15242026-05-04T14:39:34.644Z Compiling chrono v0.4.44
15252026-05-04T14:39:34.683Z Compiling icu_properties v2.1.2
15262026-05-04T14:39:34.701Z Compiling icu_normalizer v2.1.1
15272026-05-04T14:39:34.767Z Compiling pkcs8 v0.10.2
15282026-05-04T14:39:34.789Z Compiling scroll v0.13.0
15292026-05-04T14:39:34.792Z Compiling ipnet v2.11.0
15302026-05-04T14:39:34.935Z Compiling derive_builder_core v0.20.2
15312026-05-04T14:39:34.954Z Compiling scroll_derive v0.12.1
15322026-05-04T14:39:34.972Z Compiling thiserror-impl v1.0.69
15332026-05-04T14:39:35.103Z Compiling goblin v0.10.5
15342026-05-04T14:39:35.132Z Compiling toml_datetime v0.6.11
15352026-05-04T14:39:35.154Z Compiling tokio v1.52.1
15362026-05-04T14:39:35.313Z Compiling http v1.4.0
15372026-05-04T14:39:35.330Z Compiling serde_tokenstream v0.2.3
15382026-05-04T14:39:35.362Z Compiling serde_spanned v0.6.9
15392026-05-04T14:39:35.423Z Compiling erased-serde v0.3.31
15402026-05-04T14:39:35.529Z Compiling md-5 v0.10.6
15412026-05-04T14:39:35.683Z Compiling idna_adapter v1.2.1
15422026-05-04T14:39:35.687Z Compiling scroll v0.12.0
15432026-05-04T14:39:35.722Z Compiling ppv-lite86 v0.2.21
15442026-05-04T14:39:35.740Z Compiling webpki-roots v1.0.6
15452026-05-04T14:39:35.852Z Compiling idna v1.1.0
15462026-05-04T14:39:35.884Z Compiling darling_macro v0.21.3
15472026-05-04T14:39:35.901Z Compiling derive_builder_macro v0.20.2
15482026-05-04T14:39:35.918Z Compiling zerocopy-derive v0.7.35
15492026-05-04T14:39:35.953Z Compiling base16ct v0.2.0
15502026-05-04T14:39:35.969Z Compiling psl-types v2.0.11
15512026-05-04T14:39:35.996Z Compiling http-body v1.0.1
15522026-05-04T14:39:36.073Z Compiling rand_chacha v0.9.0
15532026-05-04T14:39:36.112Z Compiling rand_chacha v0.3.1
15542026-05-04T14:39:36.150Z Compiling http-body-util v0.1.3
15552026-05-04T14:39:36.167Z Compiling url v2.5.8
15562026-05-04T14:39:36.201Z Compiling ref-cast v1.0.25
15572026-05-04T14:39:36.220Z Compiling zlib-rs v0.6.2
15582026-05-04T14:39:36.288Z Compiling rand v0.9.2
15592026-05-04T14:39:36.342Z Compiling thiserror v1.0.69
15602026-05-04T14:39:36.415Z Compiling fallible-iterator v0.2.0
15612026-05-04T14:39:36.431Z Compiling cfg_aliases v0.2.1
15622026-05-04T14:39:36.431Z Compiling num-bigint-dig v0.8.6
15632026-05-04T14:39:36.466Z Compiling smoltcp v0.9.1
15642026-05-04T14:39:36.551Z Compiling nix v0.31.2
15652026-05-04T14:39:36.551Z Compiling derive_builder v0.20.2
15662026-05-04T14:39:36.593Z Compiling darling v0.21.3
15672026-05-04T14:39:36.695Z Compiling rand v0.8.5
15682026-05-04T14:39:36.744Z Compiling publicsuffix v2.3.0
15692026-05-04T14:39:36.831Z Compiling sec1 v0.7.3
15702026-05-04T14:39:36.847Z Compiling zerocopy v0.7.35
15712026-05-04T14:39:36.885Z Compiling proptest v1.10.0
15722026-05-04T14:39:36.955Z Compiling postgres-protocol v0.6.10
15732026-05-04T14:39:36.972Z Compiling goblin v0.8.2
15742026-05-04T14:39:37.016Z Compiling cargo-platform v0.1.9
15752026-05-04T14:39:37.119Z Compiling serde_urlencoded v0.7.1
15762026-05-04T14:39:37.136Z Compiling hubpack_derive v0.1.1
15772026-05-04T14:39:37.275Z Compiling hkdf v0.12.4
15782026-05-04T14:39:37.294Z Compiling crypto-bigint v0.5.5
15792026-05-04T14:39:37.386Z Compiling regex v1.12.3
15802026-05-04T14:39:37.405Z Compiling document-features v0.2.12
15812026-05-04T14:39:37.465Z Compiling ipnetwork v0.21.1
15822026-05-04T14:39:37.625Z Compiling async-trait v0.1.89
15832026-05-04T14:39:37.642Z Compiling curve25519-dalek-derive v0.1.1
15842026-05-04T14:39:37.667Z Compiling daft-derive v0.1.5
15852026-05-04T14:39:37.682Z Compiling ref-cast-impl v1.0.25
15862026-05-04T14:39:37.697Z Compiling strum_macros v0.27.2
15872026-05-04T14:39:37.844Z Compiling oxnet v0.1.4
15882026-05-04T14:39:37.890Z Compiling dof v0.4.0
15892026-05-04T14:39:38.294Z Compiling group v0.13.0
15902026-05-04T14:39:38.341Z Compiling num-iter v0.1.45
15912026-05-04T14:39:38.512Z Compiling terminal_size v0.4.3
15922026-05-04T14:39:38.620Z Compiling phf_shared v0.13.1
15932026-05-04T14:39:38.709Z Compiling lazy_static v1.5.0
15942026-05-04T14:39:38.791Z Compiling vergen v9.0.6
15952026-05-04T14:39:38.810Z Compiling fs-err v3.3.0
15962026-05-04T14:39:38.832Z Compiling ahash v0.8.12
15972026-05-04T14:39:38.844Z Compiling foldhash v0.1.5
15982026-05-04T14:39:38.907Z Compiling object v0.37.3
15992026-05-04T14:39:39.014Z Compiling managed v0.8.0
16002026-05-04T14:39:39.042Z Compiling unicode-segmentation v1.12.0
16012026-05-04T14:39:39.057Z Compiling tokio-util v0.7.18
16022026-05-04T14:39:39.078Z Compiling tower v0.5.3
16032026-05-04T14:39:39.097Z Compiling tokio-native-tls v0.3.1
16042026-05-04T14:39:39.209Z Compiling flate2 v1.1.9
16052026-05-04T14:39:39.222Z Compiling winnow v0.5.40
16062026-05-04T14:39:39.272Z Compiling bumpalo v3.20.2
16072026-05-04T14:39:39.310Z Compiling bitflags v1.3.2
16082026-05-04T14:39:39.341Z Compiling libbz2-rs-sys v0.2.2
16092026-05-04T14:39:39.407Z Compiling newtype-uuid v1.3.2
16102026-05-04T14:39:39.493Z Compiling foldhash v0.2.0
16112026-05-04T14:39:39.583Z Compiling tower-http v0.6.8
16122026-05-04T14:39:39.602Z Compiling zopfli v0.8.3
16132026-05-04T14:39:39.631Z Compiling usdt-macro v0.6.0
16142026-05-04T14:39:39.631Z Compiling usdt-attr-macro v0.6.0
16152026-05-04T14:39:39.681Z Compiling hashbrown v0.16.1
16162026-05-04T14:39:39.756Z Compiling daft v0.1.5
16172026-05-04T14:39:39.806Z Compiling bzip2 v0.6.1
16182026-05-04T14:39:39.868Z Compiling h2 v0.4.13
16192026-05-04T14:39:40.044Z Compiling strum v0.27.2
16202026-05-04T14:39:40.062Z Compiling dof v0.3.0
16212026-05-04T14:39:40.199Z Compiling hashbrown v0.15.5
16222026-05-04T14:39:40.212Z Compiling clap_builder v4.5.60
16232026-05-04T14:39:40.228Z Compiling phf v0.13.1
16242026-05-04T14:39:40.348Z Compiling signal-hook-mio v0.2.5
16252026-05-04T14:39:40.431Z Compiling cargo_metadata v0.19.2
16262026-05-04T14:39:40.498Z Compiling elliptic-curve v0.13.8
16272026-05-04T14:39:40.530Z Compiling cookie_store v0.22.1
16282026-05-04T14:39:40.666Z Compiling toml_edit v0.19.15
16292026-05-04T14:39:40.782Z Compiling bzip2 v0.4.4
16302026-05-04T14:39:40.804Z Compiling hubpack v0.1.2
16312026-05-04T14:39:40.831Z Compiling postgres-types v0.2.12
16322026-05-04T14:39:40.884Z Compiling zstd v0.13.3
16332026-05-04T14:39:40.935Z Compiling serde_with_macros v3.17.0
16342026-05-04T14:39:41.026Z Compiling dtrace-parser v0.2.0
16352026-05-04T14:39:41.053Z Compiling ed25519 v2.2.3
16362026-05-04T14:39:41.182Z Compiling pkcs1 v0.7.5
16372026-05-04T14:39:41.200Z Compiling hex v0.4.3
16382026-05-04T14:39:41.233Z Compiling serde-big-array v0.5.1
16392026-05-04T14:39:41.407Z Compiling rfc6979 v0.4.0
16402026-05-04T14:39:41.438Z Compiling bstr v1.12.1
16412026-05-04T14:39:41.507Z Compiling clap_derive v4.5.55
16422026-05-04T14:39:41.550Z Compiling strum_macros v0.26.4
16432026-05-04T14:39:41.609Z Compiling enum-as-inner v0.6.1
16442026-05-04T14:39:41.825Z Compiling serde_repr v0.1.20
16452026-05-04T14:39:41.841Z Compiling phf_shared v0.11.3
16462026-05-04T14:39:41.974Z Compiling float-cmp v0.10.0
16472026-05-04T14:39:41.998Z Compiling memmap2 v0.9.10
16482026-05-04T14:39:42.050Z Compiling thread-id v4.2.2
16492026-05-04T14:39:42.130Z Compiling env_filter v1.0.0
16502026-05-04T14:39:42.146Z Compiling encoding_rs v0.8.35
16512026-05-04T14:39:42.161Z Compiling difflib v0.4.0
16522026-05-04T14:39:42.162Z Compiling static_assertions v1.1.0
16532026-05-04T14:39:42.193Z Compiling rustc-hash v2.1.1
16542026-05-04T14:39:42.244Z Compiling normalize-line-endings v0.3.0
16552026-05-04T14:39:42.271Z Compiling new_debug_unreachable v1.0.6
16562026-05-04T14:39:42.340Z Compiling fixedbitset v0.5.7
16572026-05-04T14:39:42.360Z Compiling predicates-core v1.0.10
16582026-05-04T14:39:42.376Z Compiling precomputed-hash v0.1.1
16592026-05-04T14:39:42.402Z Compiling jiff v0.2.21
16602026-05-04T14:39:42.464Z Compiling whoami v2.1.0
16612026-05-04T14:39:42.486Z Compiling fixedbitset v0.4.2
16622026-05-04T14:39:42.566Z Compiling keccak v0.1.6
16632026-05-04T14:39:42.681Z Compiling data-encoding v2.10.0
16642026-05-04T14:39:42.732Z Compiling mime v0.3.17
16652026-05-04T14:39:42.758Z Compiling either v1.15.0
16662026-05-04T14:39:42.926Z Compiling sha3 v0.10.8
16672026-05-04T14:39:43.056Z Compiling hyper v1.8.1
16682026-05-04T14:39:43.069Z Compiling hickory-proto v0.25.2
16692026-05-04T14:39:43.404Z Compiling strum v0.26.3
16702026-05-04T14:39:43.442Z Compiling itertools v0.13.0
16712026-05-04T14:39:43.457Z Compiling clap v4.5.60
16722026-05-04T14:39:43.477Z Compiling tokio-postgres v0.7.16
16732026-05-04T14:39:43.492Z Compiling petgraph v0.6.5
16742026-05-04T14:39:43.495Z Compiling petgraph v0.8.3
16752026-05-04T14:39:43.495Z Compiling predicates v3.1.4
16762026-05-04T14:39:43.560Z Compiling string_cache v0.8.9
16772026-05-04T14:39:43.577Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-05-04T14:39:43.652Z Compiling env_logger v0.11.9
16792026-05-04T14:39:43.770Z Compiling iddqd v0.3.18
16802026-05-04T14:39:43.834Z Compiling usdt v0.6.0
16812026-05-04T14:39:44.071Z Compiling toml_edit v0.22.27
16822026-05-04T14:39:44.102Z Compiling serde_with v3.17.0
16832026-05-04T14:39:44.137Z Compiling usdt-impl v0.5.0
16842026-05-04T14:39:44.254Z Compiling hyper-util v0.1.20
16852026-05-04T14:39:44.776Z Compiling toml v0.7.8
16862026-05-04T14:39:44.794Z Compiling similar v2.7.0
16872026-05-04T14:39:44.797Z Compiling crossterm v0.28.1
16882026-05-04T14:39:44.993Z Compiling ecdsa v0.16.9
16892026-05-04T14:39:45.119Z Compiling rsa v0.9.10
16902026-05-04T14:39:45.419Z Compiling zip v4.6.1
16912026-05-04T14:39:45.423Z Compiling ed25519-dalek v2.2.0
16922026-05-04T14:39:45.729Z Compiling hyper-tls v0.6.0
16932026-05-04T14:39:45.785Z Compiling zip v0.6.6
16942026-05-04T14:39:46.106Z Compiling tokio-stream v0.1.18
16952026-05-04T14:39:46.130Z Compiling heck v0.4.1
16962026-05-04T14:39:46.173Z Compiling buf-list v1.1.2
16972026-05-04T14:39:46.274Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-05-04T14:39:46.394Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-04T14:39:47.415Z Compiling openapiv3 v2.2.0
17002026-05-04T14:39:47.418Z Compiling x509-cert v0.2.5
17012026-05-04T14:39:47.418Z Compiling sha1 v0.10.6
17022026-05-04T14:39:47.418Z Compiling crossbeam-epoch v0.9.18
17032026-05-04T14:39:47.418Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-04T14:39:47.418Z Compiling lalrpop-util v0.19.12
17052026-05-04T14:39:47.418Z Compiling peg-runtime v0.8.5
17062026-05-04T14:39:47.418Z Compiling thread_local v1.1.9
17072026-05-04T14:39:47.418Z Compiling slog-async v2.8.0
17082026-05-04T14:39:47.418Z Compiling futures-executor v0.3.32
17092026-05-04T14:39:47.419Z Compiling crossbeam-channel v0.5.15
17102026-05-04T14:39:47.419Z Compiling is-terminal v0.4.17
17112026-05-04T14:39:47.419Z Compiling filetime v0.2.27
17122026-05-04T14:39:47.419Z Compiling term v1.2.1
17132026-05-04T14:39:47.419Z Compiling take_mut v0.2.2
17142026-05-04T14:39:47.419Z Compiling xattr v1.6.1
17152026-05-04T14:39:47.419Z Compiling futures v0.3.32
17162026-05-04T14:39:47.419Z Compiling tar v0.4.45
17172026-05-04T14:39:47.419Z Compiling slog-term v2.9.2
17182026-05-04T14:40:03.500Z Compiling rustls-webpki v0.103.9
17192026-05-04T14:40:06.404Z Compiling tokio-rustls v0.26.4
17202026-05-04T14:40:06.404Z Compiling rustls-platform-verifier v0.6.2
17212026-05-04T14:40:06.605Z Compiling hyper-rustls v0.27.7
17222026-05-04T14:40:06.810Z Compiling reqwest v0.13.2
17232026-05-04T14:40:06.810Z Compiling reqwest v0.12.28
17242026-05-04T14:40:08.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-04T14:40:09.079Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-04T14:40:11.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s
17272026-05-04T14:40:12.126Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-04T14:40:12.188ZMay 04 14:40:11.809 INFO Starting download, target: Clickhouse
17292026-05-04T14:40:12.188ZMay 04 14:40:11.809 INFO Starting download, target: Cockroach
17302026-05-04T14:40:12.188ZMay 04 14:40:11.809 INFO Starting download, target: Console
17312026-05-04T14:40:12.188ZMay 04 14:40:11.809 INFO Starting download, target: DendriteStub
17322026-05-04T14:40:12.191ZMay 04 14:40:11.809 INFO Starting download, target: MaghemiteMgd
17332026-05-04T14:40:12.191ZMay 04 14:40:11.809 INFO Starting download, target: TransceiverControl
17342026-05-04T14:40:12.191ZMay 04 14:40:11.809 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-04T14:40:12.191ZMay 04 14:40:11.809 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-04T14:40:12.191ZMay 04 14:40:11.810 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-05-04T14:40:12.191ZMay 04 14:40:11.810 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-04T14:40:12.191ZMay 04 14:40:11.810 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-05-04T14:40:12.191ZMay 04 14:40:11.810 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-04T14:40:12.601ZMay 04 14:40:12.218 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-04T14:40:12.811ZMay 04 14:40:12.430 INFO Download complete, target: TransceiverControl
17422026-05-04T14:40:13.204ZMay 04 14:40:12.820 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-04T14:40:13.276ZMay 04 14:40:12.893 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-04T14:40:13.436ZMay 04 14:40:13.052 INFO Download complete, target: Console
17452026-05-04T14:40:13.513ZMay 04 14:40:13.134 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-04T14:40:14.019ZMay 04 14:40:13.640 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-04T14:40:14.019ZMay 04 14:40:13.640 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-04T14:40:14.663ZMay 04 14:40:14.282 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-05-04T14:40:15.646ZMay 04 14:40:15.267 INFO Download complete, target: MaghemiteMgd
17502026-05-04T14:40:15.905ZMay 04 14:40:15.526 INFO Download complete, target: DendriteStub
17512026-05-04T14:40:18.833ZMay 04 14:40:18.452 INFO Checking that binary works, target: Cockroach
17522026-05-04T14:40:18.941ZMay 04 14:40:18.558 INFO Download complete, target: Cockroach
17532026-05-04T14:40:21.492ZMay 04 14:40:21.112 INFO Checking that binary works, target: Clickhouse
17542026-05-04T14:40:21.589ZMay 04 14:40:21.209 INFO Download complete, target: Clickhouse
17552026-05-04T14:40:21.595ZAll prerequisites installed successfully
17562026-05-04T14:40:21.598Z
17572026-05-04T14:40:21.598Zreal 2:46.740390016
17582026-05-04T14:40:21.598Zuser 7:32.503677974
17592026-05-04T14:40:21.598Zsys 1:45.808177032
17602026-05-04T14:40:21.598Ztrap 0.269394393
17612026-05-04T14:40:21.598Ztflt 1.271806601
17622026-05-04T14:40:21.598Zdflt 1.590057492
17632026-05-04T14:40:21.598Zkflt 0.028484091
17642026-05-04T14:40:21.598Zlock 23:23.601581498
17652026-05-04T14:40:21.598Zslp 19:40.422042991
17662026-05-04T14:40:21.598Zlat 27.251436108
17672026-05-04T14:40:21.598Zstop 3:08.640356178
17682026-05-04T14:40:21.598Z+ ptime -m cargo xtask download softnpu
17692026-05-04T14:40:22.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17702026-05-04T14:40:22.163Z Running `target/debug/xtask download softnpu`
17712026-05-04T14:40:22.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17722026-05-04T14:40:23.042Z Running `target/debug/xtask-downloader softnpu`
17732026-05-04T14:40:23.089ZMay 04 14:40:22.707 INFO Starting download, target: Softnpu
17742026-05-04T14:40:23.098ZMay 04 14:40:22.708 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-05-04T14:40:23.726ZMay 04 14:40:23.340 INFO Download complete, target: Softnpu
17762026-05-04T14:40:23.740Z
17772026-05-04T14:40:23.740Zreal 2.121733722
17782026-05-04T14:40:23.740Zuser 1.386398698
17792026-05-04T14:40:23.740Zsys 0.693071064
17802026-05-04T14:40:23.740Ztrap 0.000676484
17812026-05-04T14:40:23.740Ztflt 0.000268366
17822026-05-04T14:40:23.740Zdflt 0.000044581
17832026-05-04T14:40:23.740Zkflt 0.000000000
17842026-05-04T14:40:23.740Zlock 11.392718897
17852026-05-04T14:40:23.741Zslp 0.473264714
17862026-05-04T14:40:23.741Zlat 0.080372077
17872026-05-04T14:40:23.741Zstop 0.000169923
17882026-05-04T14:40:23.741Z+ export CARGO_INCREMENTAL=0
17892026-05-04T14:40:23.741Z+ CARGO_INCREMENTAL=0
17902026-05-04T14:40:23.741Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-05-04T14:40:24.663Z Compiling proc-macro2 v1.0.106
17922026-05-04T14:40:24.663Z Compiling quote v1.0.45
17932026-05-04T14:40:24.663Z Compiling unicode-ident v1.0.24
17942026-05-04T14:40:24.663Z Compiling libc v0.2.185
17952026-05-04T14:40:24.663Z Compiling serde_core v1.0.228
17962026-05-04T14:40:24.667Z Compiling serde v1.0.228
17972026-05-04T14:40:24.667Z Compiling cfg-if v1.0.4
17982026-05-04T14:40:24.667Z Compiling version_check v0.9.5
17992026-05-04T14:40:24.667Z Compiling shlex v1.3.0
18002026-05-04T14:40:24.668Z Compiling find-msvc-tools v0.1.9
18012026-05-04T14:40:24.668Z Compiling typenum v1.19.0
18022026-05-04T14:40:24.668Z Compiling autocfg v1.5.0
18032026-05-04T14:40:24.668Z Compiling zmij v1.0.21
18042026-05-04T14:40:24.668Z Compiling serde_json v1.0.149
18052026-05-04T14:40:24.668Z Compiling memchr v2.8.0
18062026-05-04T14:40:24.937Z Compiling portable-atomic v1.13.1
18072026-05-04T14:40:25.097Z Compiling zerocopy v0.8.40
18082026-05-04T14:40:25.115Z Compiling libm v0.2.16
18092026-05-04T14:40:25.147Z Compiling smallvec v1.15.1
18102026-05-04T14:40:25.304Z Compiling parking_lot_core v0.9.12
18112026-05-04T14:40:25.321Z Compiling num-traits v0.2.19
18122026-05-04T14:40:25.371Z Compiling generic-array v0.14.7
18132026-05-04T14:40:25.422Z Compiling icu_normalizer_data v2.1.1
18142026-05-04T14:40:25.425Z Compiling icu_properties_data v2.1.2
18152026-05-04T14:40:25.458Z Compiling itoa v1.0.17
18162026-05-04T14:40:25.461Z Compiling getrandom v0.4.1
18172026-05-04T14:40:25.461Z Compiling log v0.4.29
18182026-05-04T14:40:25.562Z Compiling stable_deref_trait v1.2.1
18192026-05-04T14:40:25.578Z Compiling pkg-config v0.3.32
18202026-05-04T14:40:25.654Z Compiling subtle v2.6.1
18212026-05-04T14:40:25.795Z Compiling jobserver v0.1.34
18222026-05-04T14:40:25.798Z Compiling getrandom v0.2.17
18232026-05-04T14:40:25.832Z Compiling scopeguard v1.2.0
18242026-05-04T14:40:25.932Z Compiling errno v0.3.14
18252026-05-04T14:40:25.978Z Compiling rand_core v0.6.4
18262026-05-04T14:40:26.087Z Compiling cc v1.2.56
18272026-05-04T14:40:26.120Z Compiling lock_api v0.4.14
18282026-05-04T14:40:26.142Z Compiling litemap v0.8.1
18292026-05-04T14:40:26.160Z Compiling writeable v0.6.2
18302026-05-04T14:40:26.179Z Compiling percent-encoding v2.3.2
18312026-05-04T14:40:26.243Z Compiling thiserror v2.0.18
18322026-05-04T14:40:26.270Z Compiling syn v2.0.117
18332026-05-04T14:40:26.344Z Compiling pin-project-lite v0.2.17
18342026-05-04T14:40:26.368Z Compiling fnv v1.0.7
18352026-05-04T14:40:26.446Z Compiling getrandom v0.3.4
18362026-05-04T14:40:26.516Z Compiling critical-section v1.2.0
18372026-05-04T14:40:26.552Z Compiling equivalent v1.0.2
18382026-05-04T14:40:26.615Z Compiling schemars v0.8.22
18392026-05-04T14:40:26.648Z Compiling rustversion v1.0.22
18402026-05-04T14:40:26.651Z Compiling rand_core v0.10.0
18412026-05-04T14:40:26.705Z Compiling fs_extra v1.3.0
18422026-05-04T14:40:26.742Z Compiling dunce v1.0.5
18432026-05-04T14:40:26.759Z Compiling utf8_iter v1.0.4
18442026-05-04T14:40:26.860Z Compiling cmake v0.1.57
18452026-05-04T14:40:26.894Z Compiling form_urlencoded v1.2.2
18462026-05-04T14:40:26.999Z Compiling signal-hook-registry v1.4.8
18472026-05-04T14:40:27.064Z Compiling once_cell v1.21.3
18482026-05-04T14:40:27.276Z Compiling bitflags v2.11.0
18492026-05-04T14:40:27.279Z Compiling semver v1.0.28
18502026-05-04T14:40:27.371Z Compiling const-oid v0.9.6
18512026-05-04T14:40:27.392Z Compiling hashbrown v0.17.0
18522026-05-04T14:40:27.445Z Compiling parking_lot v0.12.5
18532026-05-04T14:40:27.461Z Compiling socket2 v0.6.3
18542026-05-04T14:40:27.465Z Compiling mio v1.2.0
18552026-05-04T14:40:27.499Z Compiling ring v0.17.14
18562026-05-04T14:40:27.567Z Compiling aws-lc-sys v0.37.1
18572026-05-04T14:40:27.694Z Compiling rustix v1.1.3
18582026-05-04T14:40:27.712Z Compiling aws-lc-rs v1.16.0
18592026-05-04T14:40:27.737Z Compiling thiserror v1.0.69
18602026-05-04T14:40:27.754Z Compiling futures-core v0.3.32
18612026-05-04T14:40:27.869Z Compiling strsim v0.11.1
18622026-05-04T14:40:27.954Z Compiling indexmap v2.14.0
18632026-05-04T14:40:28.036Z Compiling ucd-trie v0.1.7
18642026-05-04T14:40:28.070Z Compiling httparse v1.10.1
18652026-05-04T14:40:28.072Z Compiling byteorder v1.5.0
18662026-05-04T14:40:28.207Z Compiling pest v2.8.6
18672026-05-04T14:40:28.246Z Compiling vcpkg v0.2.15
18682026-05-04T14:40:28.301Z Compiling heck v0.5.0
18692026-05-04T14:40:28.335Z Compiling syn v1.0.109
18702026-05-04T14:40:28.352Z Compiling iana-time-zone v0.1.65
18712026-05-04T14:40:28.386Z Compiling ident_case v1.0.1
18722026-05-04T14:40:28.389Z Compiling uuid v1.23.0
18732026-05-04T14:40:28.440Z Compiling cpufeatures v0.2.17
18742026-05-04T14:40:28.472Z Compiling regex-syntax v0.8.10
18752026-05-04T14:40:28.729Z Compiling rustc_version v0.4.1
18762026-05-04T14:40:28.824Z Compiling futures-sink v0.3.32
18772026-05-04T14:40:28.858Z Compiling openssl-sys v0.9.114
18782026-05-04T14:40:28.896Z Compiling rustls v0.23.37
18792026-05-04T14:40:28.981Z Compiling futures-channel v0.3.32
18802026-05-04T14:40:29.044Z Compiling slab v0.4.12
18812026-05-04T14:40:29.076Z Compiling futures-task v0.3.32
18822026-05-04T14:40:29.079Z Compiling futures-io v0.3.32
18832026-05-04T14:40:29.207Z Compiling plain v0.2.3
18842026-05-04T14:40:29.224Z Compiling crc32fast v1.5.0
18852026-05-04T14:40:29.268Z Compiling synstructure v0.13.2
18862026-05-04T14:40:29.285Z Compiling serde_derive_internals v0.29.1
18872026-05-04T14:40:29.300Z Compiling dyn-clone v1.0.20
18882026-05-04T14:40:29.316Z Compiling pest_meta v2.8.6
18892026-05-04T14:40:29.352Z Compiling aho-corasick v1.1.4
18902026-05-04T14:40:29.372Z Compiling num-conv v0.2.0
18912026-05-04T14:40:29.525Z Compiling time-core v0.1.8
18922026-05-04T14:40:29.525Z Compiling crossbeam-utils v0.8.21
18932026-05-04T14:40:29.618Z Compiling base64 v0.22.1
18942026-05-04T14:40:29.713Z Compiling openssl v0.10.78
18952026-05-04T14:40:29.752Z Compiling time-macros v0.2.27
18962026-05-04T14:40:29.831Z Compiling pretty-hex v0.4.1
18972026-05-04T14:40:29.978Z Compiling pest_generator v2.8.6
18982026-05-04T14:40:30.100Z Compiling anyhow v1.0.102
18992026-05-04T14:40:30.103Z Compiling base64ct v1.8.3
19002026-05-04T14:40:30.143Z Compiling darling_core v0.21.3
19012026-05-04T14:40:30.171Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-05-04T14:40:30.206Z Compiling regex-automata v0.4.14
19032026-05-04T14:40:30.243Z Compiling flagset v0.4.7
19042026-05-04T14:40:30.369Z Compiling pem-rfc7468 v0.7.0
19052026-05-04T14:40:30.398Z Compiling native-tls v0.2.18
19062026-05-04T14:40:30.433Z Compiling rand_core v0.9.5
19072026-05-04T14:40:30.529Z Compiling serde_derive v1.0.228
19082026-05-04T14:40:30.579Z Compiling zeroize_derive v1.4.3
19092026-05-04T14:40:30.618Z Compiling zerofrom-derive v0.1.6
19102026-05-04T14:40:30.651Z Compiling yoke-derive v0.8.1
19112026-05-04T14:40:30.654Z Compiling zerovec-derive v0.11.2
19122026-05-04T14:40:30.721Z Compiling displaydoc v0.2.5
19132026-05-04T14:40:30.725Z Compiling zerocopy-derive v0.8.40
19142026-05-04T14:40:30.725Z Compiling tokio-macros v2.7.0
19152026-05-04T14:40:30.769Z Compiling futures-macro v0.3.32
19162026-05-04T14:40:30.824Z Compiling thiserror-impl v2.0.18
19172026-05-04T14:40:31.255Z Compiling zeroize v1.8.2
19182026-05-04T14:40:31.533Z Compiling schemars_derive v0.8.22
19192026-05-04T14:40:31.592Z Compiling tracing-attributes v0.1.31
19202026-05-04T14:40:31.722Z Compiling der_derive v0.7.3
19212026-05-04T14:40:31.768Z Compiling thiserror-impl v1.0.69
19222026-05-04T14:40:31.834Z Compiling zerofrom v0.1.6
19232026-05-04T14:40:31.997Z Compiling yoke v0.8.1
19242026-05-04T14:40:32.075Z Compiling crypto-common v0.1.7
19252026-05-04T14:40:32.234Z Compiling zerovec v0.11.5
19262026-05-04T14:40:32.252Z Compiling zerotrie v0.2.3
19272026-05-04T14:40:32.436Z Compiling block-buffer v0.10.4
19282026-05-04T14:40:32.603Z Compiling digest v0.10.7
19292026-05-04T14:40:32.733Z Compiling pest_derive v2.8.6
19302026-05-04T14:40:32.761Z Compiling futures-util v0.3.32
19312026-05-04T14:40:32.837Z Compiling tinystr v0.8.2
19322026-05-04T14:40:32.861Z Compiling potential_utf v0.1.4
19332026-05-04T14:40:32.864Z Compiling hmac v0.12.1
19342026-05-04T14:40:32.908Z Compiling block-padding v0.3.3
19352026-05-04T14:40:33.011Z Compiling icu_collections v2.1.1
19362026-05-04T14:40:33.048Z Compiling icu_locale_core v2.1.1
19372026-05-04T14:40:33.068Z Compiling inout v0.1.4
19382026-05-04T14:40:33.084Z Compiling sha2 v0.10.9
19392026-05-04T14:40:33.251Z Compiling cipher v0.4.4
19402026-05-04T14:40:33.276Z Compiling rustls-pki-types v1.14.0
19412026-05-04T14:40:33.511Z Compiling scroll_derive v0.12.1
19422026-05-04T14:40:33.780Z Compiling icu_provider v2.1.1
19432026-05-04T14:40:33.915Z Compiling bytes v1.11.1
19442026-05-04T14:40:33.937Z Compiling chrono v0.4.44
19452026-05-04T14:40:33.971Z Compiling serde_tokenstream v0.2.3
19462026-05-04T14:40:34.152Z Compiling icu_normalizer v2.1.1
19472026-05-04T14:40:34.176Z Compiling icu_properties v2.1.2
19482026-05-04T14:40:34.286Z Compiling scroll_derive v0.13.1
19492026-05-04T14:40:34.500Z Compiling tokio v1.52.1
19502026-05-04T14:40:35.062Z Compiling idna_adapter v1.2.1
19512026-05-04T14:40:35.248Z Compiling idna v1.1.0
19522026-05-04T14:40:35.374Z Compiling ppv-lite86 v0.2.21
19532026-05-04T14:40:35.516Z Compiling openssl-macros v0.1.1
19542026-05-04T14:40:35.572Z Compiling http v1.4.0
19552026-05-04T14:40:35.651Z Compiling url v2.5.8
19562026-05-04T14:40:35.746Z Compiling der v0.7.10
19572026-05-04T14:40:35.749Z Compiling regex v1.12.3
19582026-05-04T14:40:35.781Z Compiling darling_macro v0.21.3
19592026-05-04T14:40:35.910Z Compiling zerocopy-derive v0.7.35
19602026-05-04T14:40:35.930Z Compiling slog v2.8.2
19612026-05-04T14:40:35.984Z Compiling tracing-core v0.1.36
19622026-05-04T14:40:36.223Z Compiling untrusted v0.9.0
19632026-05-04T14:40:36.385Z Compiling tracing v0.1.44
19642026-05-04T14:40:36.677Z Compiling spki v0.7.3
19652026-05-04T14:40:36.728Z Compiling darling v0.21.3
19662026-05-04T14:40:36.922Z Compiling salsa20 v0.10.2
19672026-05-04T14:40:36.941Z Compiling pbkdf2 v0.12.2
19682026-05-04T14:40:37.131Z Compiling cookie v0.18.1
19692026-05-04T14:40:37.326Z Compiling camino v1.2.2
19702026-05-04T14:40:37.493Z Compiling scrypt v0.11.0
19712026-05-04T14:40:37.587Z Compiling rand_chacha v0.9.0
19722026-05-04T14:40:37.606Z Compiling cbc v0.1.2
19732026-05-04T14:40:37.624Z Compiling aes v0.8.4
19742026-05-04T14:40:38.015Z Compiling usdt-impl v0.5.0
19752026-05-04T14:40:38.083Z Compiling either v1.15.0
19762026-05-04T14:40:38.155Z Compiling usdt-impl v0.6.0
19772026-05-04T14:40:38.172Z Compiling ref-cast v1.0.25
19782026-05-04T14:40:38.272Z Compiling paste v1.0.15
19792026-05-04T14:40:38.276Z Compiling winnow v0.7.14
19802026-05-04T14:40:38.325Z Compiling pkcs5 v0.7.1
19812026-05-04T14:40:38.533Z Compiling tokio-util v0.7.18
19822026-05-04T14:40:38.598Z Compiling rand v0.9.2
19832026-05-04T14:40:38.619Z Compiling http-body v1.0.1
19842026-05-04T14:40:38.819Z Compiling scroll v0.13.0
19852026-05-04T14:40:38.868Z Compiling scroll v0.12.0
19862026-05-04T14:40:38.932Z Compiling toml_datetime v0.6.11
19872026-05-04T14:40:39.116Z Compiling serde_spanned v0.6.9
19882026-05-04T14:40:39.212Z Compiling heapless v0.7.17
19892026-05-04T14:40:39.230Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-05-04T14:40:39.306Z Compiling signal-hook v0.3.18
19912026-05-04T14:40:39.437Z Compiling zstd-safe v7.2.4
19922026-05-04T14:40:39.462Z Compiling atomic-waker v1.1.2
19932026-05-04T14:40:39.541Z Compiling untrusted v0.7.1
19942026-05-04T14:40:39.564Z Compiling openssl-probe v0.2.1
19952026-05-04T14:40:39.683Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-05-04T14:40:39.700Z Compiling goblin v0.8.2
19972026-05-04T14:40:39.758Z Compiling goblin v0.10.5
19982026-05-04T14:40:39.832Z Compiling pkcs8 v0.10.2
19992026-05-04T14:40:39.909Z Compiling zerocopy v0.7.35
20002026-05-04T14:40:40.156Z Compiling ref-cast-impl v1.0.25
20012026-05-04T14:40:40.173Z Compiling darling_core v0.20.11
20022026-05-04T14:40:40.236Z Compiling curve25519-dalek v4.1.3
20032026-05-04T14:40:40.341Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-05-04T14:40:40.386Z Compiling memoffset v0.9.1
20052026-05-04T14:40:40.516Z Compiling litrs v1.0.0
20062026-05-04T14:40:40.533Z Compiling rustix v0.38.44
20072026-05-04T14:40:40.639Z Compiling tower-service v0.3.3
20082026-05-04T14:40:40.655Z Compiling tower-layer v0.3.3
20092026-05-04T14:40:40.855Z Compiling winnow v0.5.40
20102026-05-04T14:40:40.927Z Compiling try-lock v0.2.5
20112026-05-04T14:40:40.946Z Compiling fastrand v2.3.0
20122026-05-04T14:40:40.963Z Compiling tinyvec_macros v0.1.1
20132026-05-04T14:40:41.387Z Compiling h2 v0.4.13
20142026-05-04T14:40:41.408Z Compiling want v0.3.1
20152026-05-04T14:40:41.431Z Compiling document-features v0.2.12
20162026-05-04T14:40:41.598Z Compiling tinyvec v1.10.0
20172026-05-04T14:40:42.024Z Compiling dtrace-parser v0.2.0
20182026-05-04T14:40:42.205Z Compiling dof v0.3.0
20192026-05-04T14:40:42.314Z Compiling darling_macro v0.20.11
20202026-05-04T14:40:42.395Z Compiling toml_edit v0.19.15
20212026-05-04T14:40:42.576Z Compiling dtrace-parser v0.3.0
20222026-05-04T14:40:42.801Z Compiling dof v0.4.0
20232026-05-04T14:40:42.820Z Compiling ipnet v2.11.0
20242026-05-04T14:40:42.839Z Compiling daft-derive v0.1.5
20252026-05-04T14:40:42.868Z Compiling async-trait v0.1.89
20262026-05-04T14:40:43.072Z Compiling spin v0.9.8
20272026-05-04T14:40:43.200Z Compiling thread-id v5.1.0
20282026-05-04T14:40:43.292Z Compiling thread-id v4.2.2
20292026-05-04T14:40:43.308Z Compiling num-bigint-dig v0.8.6
20302026-05-04T14:40:43.404Z Compiling smoltcp v0.9.1
20312026-05-04T14:40:43.456Z Compiling pin-utils v0.1.0
20322026-05-04T14:40:43.474Z Compiling cfg_aliases v0.2.1
20332026-05-04T14:40:43.537Z Compiling httpdate v1.0.3
20342026-05-04T14:40:43.573Z Compiling powerfmt v0.2.0
20352026-05-04T14:40:43.763Z Compiling foreign-types-shared v0.1.1
20362026-05-04T14:40:43.785Z Compiling deranged v0.5.8
20372026-05-04T14:40:43.803Z Compiling nix v0.31.2
20382026-05-04T14:40:43.874Z Compiling tempfile v3.25.0
20392026-05-04T14:40:43.892Z Compiling foreign-types v0.3.2
20402026-05-04T14:40:43.985Z Compiling darling v0.20.11
20412026-05-04T14:40:44.210Z Compiling ipnetwork v0.21.1
20422026-05-04T14:40:44.462Z Compiling curve25519-dalek-derive v0.1.1
20432026-05-04T14:40:44.495Z Compiling strum_macros v0.26.4
20442026-05-04T14:40:44.694Z Compiling hyper v1.8.1
20452026-05-04T14:40:44.768Z Compiling wait-timeout v0.2.1
20462026-05-04T14:40:44.986Z Compiling num_threads v0.1.7
20472026-05-04T14:40:45.020Z Compiling anstyle v1.0.13
20482026-05-04T14:40:45.036Z Compiling simd-adler32 v0.3.8
20492026-05-04T14:40:45.097Z Compiling siphasher v1.0.2
20502026-05-04T14:40:45.266Z Compiling bit-vec v0.8.0
20512026-05-04T14:40:45.282Z Compiling quick-error v1.2.3
20522026-05-04T14:40:45.314Z Compiling utf8parse v0.2.2
20532026-05-04T14:40:45.397Z Compiling rusty-fork v0.3.1
20542026-05-04T14:40:45.412Z Compiling time v0.3.47
20552026-05-04T14:40:45.473Z Compiling bit-set v0.8.0
20562026-05-04T14:40:45.516Z Compiling anstyle-parse v0.2.7
20572026-05-04T14:40:45.848Z Compiling hyper-util v0.1.20
20582026-05-04T14:40:46.113Z Compiling derive_builder_core v0.20.2
20592026-05-04T14:40:46.214Z Compiling unicode-normalization v0.1.25
20602026-05-04T14:40:46.710Z Compiling rustls-native-certs v0.8.3
20612026-05-04T14:40:46.970Z Compiling signature v2.2.0
20622026-05-04T14:40:46.987Z Compiling hubpack_derive v0.1.1
20632026-05-04T14:40:47.154Z Compiling rand_xorshift v0.4.0
20642026-05-04T14:40:47.216Z Compiling strum_macros v0.27.2
20652026-05-04T14:40:47.316Z Compiling sync_wrapper v1.0.2
20662026-05-04T14:40:47.383Z Compiling ahash v0.8.12
20672026-05-04T14:40:47.435Z Compiling fs-err v3.3.0
20682026-05-04T14:40:47.466Z Compiling is_terminal_polyfill v1.70.2
20692026-05-04T14:40:47.528Z Compiling object v0.37.3
20702026-05-04T14:40:47.627Z Compiling unicode-properties v0.1.4
20712026-05-04T14:40:47.675Z Compiling unarray v0.1.4
20722026-05-04T14:40:47.701Z Compiling anstyle-query v1.1.5
20732026-05-04T14:40:47.718Z Compiling unicode-segmentation v1.12.0
20742026-05-04T14:40:47.804Z Compiling unicode-bidi v0.3.18
20752026-05-04T14:40:47.823Z Compiling colorchoice v1.0.4
20762026-05-04T14:40:47.858Z Compiling allocator-api2 v0.2.21
20772026-05-04T14:40:47.875Z Compiling adler2 v2.0.1
20782026-05-04T14:40:47.981Z Compiling miniz_oxide v0.8.9
20792026-05-04T14:40:48.030Z Compiling anstream v0.6.21
20802026-05-04T14:40:48.119Z Compiling proptest v1.10.0
20812026-05-04T14:40:48.210Z Compiling stringprep v0.1.5
20822026-05-04T14:40:48.419Z Compiling tower v0.5.3
20832026-05-04T14:40:48.612Z Compiling derive_builder_macro v0.20.2
20842026-05-04T14:40:48.844Z Compiling usdt-macro v0.6.0
20852026-05-04T14:40:48.938Z Compiling usdt-attr-macro v0.6.0
20862026-05-04T14:40:49.318Z Compiling http-body-util v0.1.3
20872026-05-04T14:40:49.553Z Compiling webpki-roots v1.0.6
20882026-05-04T14:40:49.671Z Compiling rand_chacha v0.3.1
20892026-05-04T14:40:49.691Z Compiling erased-serde v0.3.31
20902026-05-04T14:40:49.708Z Compiling md-5 v0.10.6
20912026-05-04T14:40:49.834Z Compiling num-integer v0.1.46
20922026-05-04T14:40:49.861Z Compiling hash32 v0.2.1
20932026-05-04T14:40:49.899Z Compiling vergen-lib v0.1.6
20942026-05-04T14:40:49.899Z Compiling ff v0.13.1
20952026-05-04T14:40:49.953Z Compiling psl-types v2.0.11
20962026-05-04T14:40:50.009Z Compiling base16ct v0.2.0
20972026-05-04T14:40:50.028Z Compiling fallible-iterator v0.2.0
20982026-05-04T14:40:50.098Z Compiling zlib-rs v0.6.2
20992026-05-04T14:40:50.101Z Compiling ryu v1.0.23
21002026-05-04T14:40:50.133Z Compiling iri-string v0.7.10
21012026-05-04T14:40:50.192Z Compiling sec1 v0.7.3
21022026-05-04T14:40:50.227Z Compiling newtype-uuid v1.3.2
21032026-05-04T14:40:50.267Z Compiling serde_urlencoded v0.7.1
21042026-05-04T14:40:50.342Z Compiling postgres-protocol v0.6.10
21052026-05-04T14:40:50.345Z Compiling num-iter v0.1.45
21062026-05-04T14:40:50.386Z Compiling publicsuffix v2.3.0
21072026-05-04T14:40:50.448Z Compiling group v0.13.0
21082026-05-04T14:40:50.585Z Compiling rand v0.8.5
21092026-05-04T14:40:50.899Z Compiling oxnet v0.1.4
21102026-05-04T14:40:50.934Z Compiling derive_builder v0.20.2
21112026-05-04T14:40:51.071Z Compiling tokio-native-tls v0.3.1
21122026-05-04T14:40:51.158Z Compiling heck v0.4.1
21132026-05-04T14:40:51.173Z Compiling phf_shared v0.13.1
21142026-05-04T14:40:51.270Z Compiling lazy_static v1.5.0
21152026-05-04T14:40:51.324Z Compiling terminal_size v0.4.3
21162026-05-04T14:40:51.371Z Compiling tower-http v0.6.8
21172026-05-04T14:40:51.389Z Compiling serde_with_macros v3.17.0
21182026-05-04T14:40:51.403Z Compiling cargo-platform v0.1.9
21192026-05-04T14:40:51.442Z Compiling hkdf v0.12.4
21202026-05-04T14:40:51.476Z Compiling crypto-bigint v0.5.5
21212026-05-04T14:40:51.508Z Compiling clap_derive v4.5.55
21222026-05-04T14:40:51.606Z Compiling serde_repr v0.1.20
21232026-05-04T14:40:51.628Z Compiling enum-as-inner v0.6.1
21242026-05-04T14:40:51.664Z Compiling vergen v9.0.6
21252026-05-04T14:40:51.817Z Compiling bitflags v1.3.2
21262026-05-04T14:40:51.850Z Compiling clap_lex v1.0.0
21272026-05-04T14:40:51.929Z Compiling managed v0.8.0
21282026-05-04T14:40:52.002Z Compiling libbz2-rs-sys v0.2.2
21292026-05-04T14:40:52.153Z Compiling bumpalo v3.20.2
21302026-05-04T14:40:52.188Z Compiling foldhash v0.2.0
21312026-05-04T14:40:52.207Z Compiling flate2 v1.1.9
21322026-05-04T14:40:52.210Z Compiling foldhash v0.1.5
21332026-05-04T14:40:52.380Z Compiling zopfli v0.8.3
21342026-05-04T14:40:52.419Z Compiling hashbrown v0.15.5
21352026-05-04T14:40:52.419Z Compiling hashbrown v0.16.1
21362026-05-04T14:40:52.474Z Compiling elliptic-curve v0.13.8
21372026-05-04T14:40:52.474Z Compiling bzip2 v0.6.1
21382026-05-04T14:40:52.628Z Compiling clap_builder v4.5.60
21392026-05-04T14:40:52.874Z Compiling cargo_metadata v0.19.2
21402026-05-04T14:40:53.093Z Compiling phf v0.13.1
21412026-05-04T14:40:53.162Z Compiling zstd v0.13.3
21422026-05-04T14:40:53.203Z Compiling hyper-tls v0.6.0
21432026-05-04T14:40:53.300Z Compiling daft v0.1.5
21442026-05-04T14:40:53.455Z Compiling signal-hook-mio v0.2.5
21452026-05-04T14:40:53.549Z Compiling cookie_store v0.22.1
21462026-05-04T14:40:53.606Z Compiling postgres-types v0.2.12
21472026-05-04T14:40:53.609Z Compiling bzip2 v0.4.4
21482026-05-04T14:40:53.819Z Compiling strum v0.27.2
21492026-05-04T14:40:54.067Z Compiling hubpack v0.1.2
21502026-05-04T14:40:54.094Z Compiling ed25519 v2.2.3
21512026-05-04T14:40:54.167Z Compiling phf_shared v0.11.3
21522026-05-04T14:40:54.223Z Compiling crossbeam-epoch v0.9.18
21532026-05-04T14:40:54.270Z Compiling pkcs1 v0.7.5
21542026-05-04T14:40:54.376Z Compiling hex v0.4.3
21552026-05-04T14:40:54.396Z Compiling serde-big-array v0.5.1
21562026-05-04T14:40:54.496Z Compiling rfc6979 v0.4.0
21572026-05-04T14:40:54.579Z Compiling bstr v1.12.1
21582026-05-04T14:40:54.661Z Compiling float-cmp v0.10.0
21592026-05-04T14:40:54.681Z Compiling memmap2 v0.9.10
21602026-05-04T14:40:54.684Z Compiling env_filter v1.0.0
21612026-05-04T14:40:54.718Z Compiling encoding_rs v0.8.35
21622026-05-04T14:40:54.760Z Compiling precomputed-hash v0.1.1
21632026-05-04T14:40:54.781Z Compiling whoami v2.1.0
21642026-05-04T14:40:54.845Z Compiling difflib v0.4.0
21652026-05-04T14:40:54.878Z Compiling static_assertions v1.1.0
21662026-05-04T14:40:54.896Z Compiling fixedbitset v0.4.2
21672026-05-04T14:40:54.933Z Compiling toml_write v0.1.2
21682026-05-04T14:40:54.982Z Compiling rustc-hash v2.1.1
21692026-05-04T14:40:55.010Z Compiling data-encoding v2.10.0
21702026-05-04T14:40:55.120Z Compiling predicates-core v1.0.10
21712026-05-04T14:40:55.139Z Compiling normalize-line-endings v0.3.0
21722026-05-04T14:40:55.155Z Compiling mime v0.3.17
21732026-05-04T14:40:55.175Z Compiling keccak v0.1.6
21742026-05-04T14:40:55.175Z Compiling new_debug_unreachable v1.0.6
21752026-05-04T14:40:55.239Z Compiling jiff v0.2.21
21762026-05-04T14:40:55.321Z Compiling fixedbitset v0.5.7
21772026-05-04T14:40:55.344Z Compiling sha3 v0.10.8
21782026-05-04T14:40:55.435Z Compiling hickory-proto v0.25.2
21792026-05-04T14:40:55.532Z Compiling string_cache v0.8.9
21802026-05-04T14:40:55.598Z Compiling petgraph v0.8.3
21812026-05-04T14:40:55.650Z Compiling predicates v3.1.4
21822026-05-04T14:40:55.667Z Compiling toml_edit v0.22.27
21832026-05-04T14:40:55.841Z Compiling iddqd v0.3.18
21842026-05-04T14:40:56.120Z Compiling petgraph v0.6.5
21852026-05-04T14:40:56.202Z Compiling similar v2.7.0
21862026-05-04T14:40:56.269Z Compiling tokio-postgres v0.7.16
21872026-05-04T14:40:56.290Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21882026-05-04T14:40:56.985Z Compiling env_logger v0.11.9
21892026-05-04T14:40:57.043Z Compiling usdt v0.6.0
21902026-05-04T14:40:57.351Z Compiling serde_with v3.17.0
21912026-05-04T14:40:57.717Z Compiling ecdsa v0.16.9
21922026-05-04T14:40:57.779Z Compiling rsa v0.9.10
21932026-05-04T14:40:58.155Z Compiling zip v4.6.1
21942026-05-04T14:40:58.174Z Compiling ed25519-dalek v2.2.0
21952026-05-04T14:40:58.441Z Compiling clap v4.5.60
21962026-05-04T14:40:58.815Z Compiling crossterm v0.28.1
21972026-05-04T14:40:59.103Z Compiling zip v0.6.6
21982026-05-04T14:40:59.266Z Compiling strum v0.26.3
21992026-05-04T14:40:59.293Z Compiling toml v0.7.8
22002026-05-04T14:40:59.438Z Compiling tokio-stream v0.1.18
22012026-05-04T14:40:59.551Z Compiling buf-list v1.1.2
22022026-05-04T14:40:59.632Z Compiling itertools v0.13.0
22032026-05-04T14:40:59.791Z Compiling x509-cert v0.2.5
22042026-05-04T14:40:59.892Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-04T14:40:59.972Z Compiling openapiv3 v2.2.0
22062026-05-04T14:41:00.068Z Compiling sha1 v0.10.6
22072026-05-04T14:41:00.312Z Compiling peg-runtime v0.8.5
22082026-05-04T14:41:00.497Z Compiling lalrpop-util v0.19.12
22092026-05-04T14:41:14.308Z Compiling rustls-webpki v0.103.9
22102026-05-04T14:41:17.289Z Compiling macaddr v1.0.1
22112026-05-04T14:41:17.316Z Compiling structmeta-derive v0.3.0
22122026-05-04T14:41:17.411Z Compiling crucible-workspace-hack v0.1.0
22132026-05-04T14:41:17.535Z Compiling rayon-core v1.13.0
22142026-05-04T14:41:17.615Z Compiling itertools v0.14.0
22152026-05-04T14:41:17.667Z Compiling secrecy v0.10.3
22162026-05-04T14:41:17.684Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-04T14:41:17.810Z Compiling heapless v0.8.0
22182026-05-04T14:41:17.883Z Compiling rustls v0.22.4
22192026-05-04T14:41:18.115Z Compiling tokio-rustls v0.26.4
22202026-05-04T14:41:18.132Z Compiling rustls-platform-verifier v0.6.2
22212026-05-04T14:41:18.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-04T14:41:18.396Z Compiling hyper-rustls v0.27.7
22232026-05-04T14:41:18.414Z Compiling structmeta v0.3.0
22242026-05-04T14:41:18.545Z Compiling crossbeam-deque v0.8.6
22252026-05-04T14:41:18.562Z Compiling toml_edit v0.23.10+spec-1.0.0
22262026-05-04T14:41:18.577Z Compiling rustls-webpki v0.102.8
22272026-05-04T14:41:18.595Z Compiling futures-executor v0.3.32
22282026-05-04T14:41:18.662Z Compiling reqwest v0.12.28
22292026-05-04T14:41:18.761Z Compiling reqwest v0.13.2
22302026-05-04T14:41:18.779Z Compiling hash32 v0.3.1
22312026-05-04T14:41:18.805Z Compiling multer v3.1.0
22322026-05-04T14:41:18.932Z Compiling thread_local v1.1.9
22332026-05-04T14:41:18.973Z Compiling unicode-width v0.2.0
22342026-05-04T14:41:18.993Z Compiling ingot-macros v0.1.1
22352026-05-04T14:41:19.033Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-05-04T14:41:19.107Z Compiling match_cfg v0.1.0
22372026-05-04T14:41:19.206Z Compiling smoltcp v0.11.0
22382026-05-04T14:41:19.225Z Compiling slog-async v2.8.0
22392026-05-04T14:41:19.275Z Compiling compression-core v0.4.31
22402026-05-04T14:41:19.332Z Compiling hostname v0.3.1
22412026-05-04T14:41:19.356Z Compiling proc-macro-crate v3.4.0
22422026-05-04T14:41:19.487Z Compiling compression-codecs v0.4.37
22432026-05-04T14:41:19.616Z Compiling futures v0.3.32
22442026-05-04T14:41:19.730Z Compiling derive-ex v0.1.8
22452026-05-04T14:41:19.833Z Compiling slog-json v2.6.1
22462026-05-04T14:41:19.852Z Compiling crossbeam-channel v0.5.15
22472026-05-04T14:41:19.894Z Compiling half v2.7.1
22482026-05-04T14:41:20.127Z Compiling newtype-uuid-macros v0.1.0
22492026-05-04T14:41:20.145Z Compiling cobs v0.3.0
22502026-05-04T14:41:20.278Z Compiling thiserror-impl-no-std v2.0.2
22512026-05-04T14:41:20.448Z Compiling universal-hash v0.5.1
22522026-05-04T14:41:20.480Z Compiling async-stream-impl v0.3.6
22532026-05-04T14:41:20.567Z Compiling serde_spanned v1.0.4
22542026-05-04T14:41:20.626Z Compiling toml_datetime v1.0.0+spec-1.1.0
22552026-05-04T14:41:20.810Z Compiling is-terminal v0.4.17
22562026-05-04T14:41:20.947Z Compiling dropshot v0.17.0
22572026-05-04T14:41:20.965Z Compiling proc-macro-error-attr v1.0.4
22582026-05-04T14:41:21.109Z Compiling opaque-debug v0.3.1
22592026-05-04T14:41:21.188Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-05-04T14:41:21.206Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-05-04T14:41:21.224Z Compiling convert_case v0.4.0
22622026-05-04T14:41:21.243Z Compiling term v1.2.1
22632026-05-04T14:41:21.246Z Compiling ciborium-io v0.2.2
22642026-05-04T14:41:21.286Z Compiling take_mut v0.2.2
22652026-05-04T14:41:21.394Z Compiling test-strategy v0.4.5
22662026-05-04T14:41:21.411Z Compiling thiserror-no-std v2.0.2
22672026-05-04T14:41:21.449Z Compiling toml v1.0.6+spec-1.1.0
22682026-05-04T14:41:21.513Z Compiling ciborium-ll v0.2.2
22692026-05-04T14:41:21.548Z Compiling poly1305 v0.8.0
22702026-05-04T14:41:21.587Z Compiling derive_more v0.99.20
22712026-05-04T14:41:21.604Z Compiling slog-term v2.9.2
22722026-05-04T14:41:21.734Z Compiling ingot-types v0.1.2
22732026-05-04T14:41:21.825Z Compiling tokio-rustls v0.25.0
22742026-05-04T14:41:22.181Z Compiling ingot v0.1.1
22752026-05-04T14:41:22.237Z Compiling async-stream v0.3.6
22762026-05-04T14:41:22.256Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-05-04T14:41:22.259Z Compiling postcard v1.1.3
22782026-05-04T14:41:22.259Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792026-05-04T14:41:22.648Z Compiling slog-bunyan v2.5.0
22802026-05-04T14:41:22.706Z Compiling num_enum_derive v0.7.5
22812026-05-04T14:41:22.749Z Compiling async-compression v0.4.41
22822026-05-04T14:41:22.872Z Compiling parse-display-derive v0.10.0
22832026-05-04T14:41:22.889Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22842026-05-04T14:41:23.119Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-05-04T14:41:23.266Z Compiling proc-macro-crate v1.3.1
22862026-05-04T14:41:23.285Z Compiling backon v1.6.0
22872026-05-04T14:41:23.395Z Compiling waitgroup v0.1.2
22882026-05-04T14:41:23.418Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22892026-05-04T14:41:23.576Z Compiling password-hash v0.5.0
22902026-05-04T14:41:23.594Z Compiling chacha20 v0.9.1
22912026-05-04T14:41:23.652Z Compiling dropshot_endpoint v0.17.0
22922026-05-04T14:41:23.714Z Compiling rustls-pemfile v2.2.0
22932026-05-04T14:41:23.895Z Compiling blake2 v0.10.6
22942026-05-04T14:41:23.922Z Compiling aead v0.5.2
22952026-05-04T14:41:24.027Z Compiling foreign-types-macros v0.2.3
22962026-05-04T14:41:24.067Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22972026-05-04T14:41:24.159Z Compiling serde_path_to_error v0.1.20
22982026-05-04T14:41:24.316Z Compiling hostname v0.4.2
22992026-05-04T14:41:24.459Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23002026-05-04T14:41:24.463Z Compiling proc-macro-error v1.0.4
23012026-05-04T14:41:24.548Z Compiling instant v0.1.13
23022026-05-04T14:41:24.568Z Compiling cpufeatures v0.3.0
23032026-05-04T14:41:24.615Z Compiling foreign-types-shared v0.3.1
23042026-05-04T14:41:24.633Z Compiling debug-ignore v1.0.5
23052026-05-04T14:41:24.652Z Compiling typeid v1.0.3
23062026-05-04T14:41:24.655Z Compiling backoff v0.4.0
23072026-05-04T14:41:24.690Z Compiling chacha20 v0.10.0
23082026-05-04T14:41:24.690Z Compiling parse-display v0.10.0
23092026-05-04T14:41:24.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23102026-05-04T14:41:24.743Z Compiling foreign-types v0.5.0
23112026-05-04T14:41:24.776Z Compiling argon2 v0.5.3
23122026-05-04T14:41:24.814Z Compiling chacha20poly1305 v0.10.1
23132026-05-04T14:41:24.817Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-05-04T14:41:24.871Z Compiling num_enum v0.7.5
23152026-05-04T14:41:24.935Z Compiling num_enum_derive v0.5.11
23162026-05-04T14:41:24.953Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23172026-05-04T14:41:25.011Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-04T14:41:25.033Z Compiling ciborium v0.2.2
23192026-05-04T14:41:25.066Z Compiling vsss-rs v3.3.4
23202026-05-04T14:41:25.632Z Compiling tabwriter v1.4.1
23212026-05-04T14:41:25.653Z Compiling regress v0.10.5
23222026-05-04T14:41:25.789Z Compiling byte-wrapper v0.1.0
23232026-05-04T14:41:25.808Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-05-04T14:41:25.869Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-05-04T14:41:25.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-05-04T14:41:25.993Z Compiling cstr-argument v0.1.2
23272026-05-04T14:41:26.008Z Compiling erased-serde v0.4.9
23282026-05-04T14:41:26.069Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-04T14:41:26.206Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-05-04T14:41:26.341Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-05-04T14:41:26.363Z Compiling num_enum v0.5.11
23322026-05-04T14:41:26.379Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-05-04T14:41:26.543Z Compiling rand v0.10.0
23342026-05-04T14:41:26.579Z Compiling rayon v1.11.0
23352026-05-04T14:41:26.657Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-05-04T14:41:26.679Z Compiling libefi-sys v0.1.0
23372026-05-04T14:41:26.697Z Compiling indent_write v2.2.0
23382026-05-04T14:41:26.700Z Compiling colored v3.1.1
23392026-05-04T14:41:26.812Z Compiling zone_cfg_derive v0.3.1
23402026-05-04T14:41:26.888Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23412026-05-04T14:41:26.912Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-04T14:41:27.042Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-04T14:41:27.071Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-04T14:41:27.326Z Compiling camino-tempfile v1.4.1
23452026-05-04T14:41:27.346Z Compiling itertools v0.12.1
23462026-05-04T14:41:27.367Z Compiling usdt-attr-macro v0.5.0
23472026-05-04T14:41:27.403Z Compiling usdt-macro v0.5.0
23482026-05-04T14:41:27.442Z Compiling bitfield-struct v0.6.2
23492026-05-04T14:41:27.480Z Compiling num-derive v0.4.2
23502026-05-04T14:41:27.626Z Compiling ordered-float v2.10.1
23512026-05-04T14:41:27.763Z Compiling blake3 v1.8.3
23522026-05-04T14:41:27.947Z Compiling memmap v0.7.0
23532026-05-04T14:41:28.121Z Compiling sigpipe v0.1.3
23542026-05-04T14:41:28.143Z Compiling glob v0.3.3
23552026-05-04T14:41:28.160Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-05-04T14:41:28.178Z Compiling swrite v0.1.0
23572026-05-04T14:41:28.220Z Compiling usdt v0.5.0
23582026-05-04T14:41:28.314Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-04T14:41:28.419Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23602026-05-04T14:41:28.436Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-04T14:41:28.672Z Compiling serde-value v0.7.0
23622026-05-04T14:41:28.752Z Compiling zone v0.3.1
23632026-05-04T14:41:28.902Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-04T14:41:28.902Z Compiling serde-untagged v0.1.9
23652026-05-04T14:41:29.128Z Compiling toml v0.8.23
23662026-05-04T14:41:29.165Z Compiling smf v0.2.3
23672026-05-04T14:41:29.189Z Compiling filetime v0.2.27
23682026-05-04T14:41:29.206Z Compiling constant_time_eq v0.4.2
23692026-05-04T14:41:29.230Z Compiling xattr v1.6.1
23702026-05-04T14:41:29.301Z Compiling unicode-xid v0.2.6
23712026-05-04T14:41:29.410Z Compiling same-file v1.0.6
23722026-05-04T14:41:29.428Z Compiling arrayref v0.3.9
23732026-05-04T14:41:29.431Z Compiling whoami v1.6.1
23742026-05-04T14:41:29.463Z Compiling arrayvec v0.7.6
23752026-05-04T14:41:29.481Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-04T14:41:29.484Z Compiling tar v0.4.45
23772026-05-04T14:41:29.541Z Compiling walkdir v2.5.0
23782026-05-04T14:41:29.587Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-05-04T14:41:29.608Z Compiling cargo-util-schemas v0.8.2
23802026-05-04T14:41:29.906Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-04T14:41:30.174Z Compiling tokio-dtrace v0.1.1
23822026-05-04T14:41:30.294Z Compiling console v0.16.2
23832026-05-04T14:41:30.311Z Compiling gethostname v0.5.0
23842026-05-04T14:41:30.330Z Compiling cargo-platform v0.2.0
23852026-05-04T14:41:30.401Z Compiling topological-sort v0.2.2
23862026-05-04T14:41:30.475Z Compiling unit-prefix v0.5.2
23872026-05-04T14:41:30.537Z Compiling oxide-tokio-rt v0.1.4
23882026-05-04T14:41:30.563Z Compiling shell-words v1.1.1
23892026-05-04T14:41:30.612Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-04T14:41:30.859Z Compiling cargo_metadata v0.21.0
23912026-05-04T14:41:30.894Z Compiling indicatif v0.18.4
23922026-05-04T14:41:39.899Z Compiling progenitor-client v0.10.0
23932026-05-04T14:41:39.900Z Compiling omicron-zone-package v0.12.2
23942026-05-04T14:41:39.935Z Compiling progenitor-client v0.14.0
23952026-05-04T14:41:40.021Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-04T14:41:40.021Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23972026-05-04T14:41:40.024Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-05-04T14:41:40.072Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23992026-05-04T14:41:40.377Z Compiling progenitor-extras v0.2.0
24002026-05-04T14:41:40.421Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-04T14:41:40.439Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-04T14:41:40.457Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24032026-05-04T14:41:40.604Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-04T14:41:40.660Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24052026-05-04T14:41:45.416Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24062026-05-04T14:41:53.044Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-05-04T14:41:56.223Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24082026-05-04T14:41:57.297Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24092026-05-04T14:42:06.856Z Finished `release` profile [optimized] target(s) in 1m 43s
24102026-05-04T14:42:07.016Z Running `target/release/omicron-package -t test target create -p dev`
24112026-05-04T14:42:07.087ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-04T14:42:07.093ZCreated new build target 'test' and set it as active
24132026-05-04T14:42:07.093Z
24142026-05-04T14:42:07.093Zreal 1:43.343439046
24152026-05-04T14:42:07.093Zuser 17:03.520085052
24162026-05-04T14:42:07.093Zsys 2:41.228767791
24172026-05-04T14:42:07.093Ztrap 0.470759922
24182026-05-04T14:42:07.093Ztflt 2.752022284
24192026-05-04T14:42:07.094Zdflt 3.690499074
24202026-05-04T14:42:07.094Zkflt 0.000841335
24212026-05-04T14:42:07.094Zlock 53:42.726486470
24222026-05-04T14:42:07.094Zslp 43:24.338975785
24232026-05-04T14:42:07.094Zlat 48.011188228
24242026-05-04T14:42:07.094Zstop 5:55.541206468
24252026-05-04T14:42:07.094Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24262026-05-04T14:42:08.002Z Finished `release` profile [optimized] target(s) in 0.90s
24272026-05-04T14:42:08.085Z Running `target/release/omicron-package -t test package`
24282026-05-04T14:42:08.148ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292026-05-04T14:42:09.626Z Compiling heck v0.5.0
24302026-05-04T14:42:09.626Z Compiling regress v0.11.1
24312026-05-04T14:42:09.626Z Compiling unsafe-libyaml v0.2.11
24322026-05-04T14:42:09.878Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24332026-05-04T14:42:09.904Z Compiling regress v0.10.5
24342026-05-04T14:42:09.935Z Compiling unicode-width v0.1.14
24352026-05-04T14:42:09.951Z Compiling is-terminal v0.4.17
24362026-05-04T14:42:09.970Z Compiling prettyplease v0.2.37
24372026-05-04T14:42:09.973Z Compiling bytecount v0.6.9
24382026-05-04T14:42:09.973Z Compiling rustls v0.22.4
24392026-05-04T14:42:09.973Z Compiling rustls-webpki v0.102.8
24402026-05-04T14:42:10.013Z Compiling derive-where v1.6.0
24412026-05-04T14:42:10.019Z Compiling thread_local v1.1.9
24422026-05-04T14:42:10.034Z Compiling match_cfg v0.1.0
24432026-05-04T14:42:10.041Z Compiling compression-core v0.4.31
24442026-05-04T14:42:10.142Z Compiling multer v3.1.0
24452026-05-04T14:42:10.145Z Compiling slog-async v2.8.0
24462026-05-04T14:42:10.184Z Compiling hostname v0.3.1
24472026-05-04T14:42:10.208Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24482026-05-04T14:42:10.212Z Compiling compression-codecs v0.4.37
24492026-05-04T14:42:10.251Z Compiling crossbeam-channel v0.5.15
24502026-05-04T14:42:10.251Z Compiling slog-json v2.6.1
24512026-05-04T14:42:10.302Z Compiling futures-executor v0.3.32
24522026-05-04T14:42:10.307Z Compiling serde_spanned v1.0.4
24532026-05-04T14:42:10.345Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-04T14:42:10.366Z Compiling term v1.2.1
24552026-05-04T14:42:10.440Z Compiling serde_yaml v0.9.34+deprecated
24562026-05-04T14:42:10.494Z Compiling take_mut v0.2.2
24572026-05-04T14:42:10.525Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-05-04T14:42:10.550Z Compiling futures v0.3.32
24592026-05-04T14:42:10.568Z Compiling slog-bunyan v2.5.0
24602026-05-04T14:42:10.684Z Compiling slog-term v2.9.2
24612026-05-04T14:42:10.684Z Compiling async-compression v0.4.41
24622026-05-04T14:42:10.754Z Compiling toml v1.0.6+spec-1.1.0
24632026-05-04T14:42:10.796Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-05-04T14:42:10.827Z Compiling dropshot v0.17.0
24652026-05-04T14:42:10.902Z Compiling async-stream v0.3.6
24662026-05-04T14:42:10.922Z Compiling num-rational v0.4.2
24672026-05-04T14:42:10.994Z Compiling progenitor-client v0.14.0
24682026-05-04T14:42:11.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-05-04T14:42:11.110Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24702026-05-04T14:42:11.141Z Compiling waitgroup v0.1.2
24712026-05-04T14:42:11.184Z Compiling backon v1.6.0
24722026-05-04T14:42:11.240Z Compiling rustls-pemfile v2.2.0
24732026-05-04T14:42:11.267Z Compiling num-complex v0.4.6
24742026-05-04T14:42:11.294Z Compiling serde_path_to_error v0.1.20
24752026-05-04T14:42:11.311Z Compiling hostname v0.4.2
24762026-05-04T14:42:11.335Z Compiling instant v0.1.13
24772026-05-04T14:42:11.401Z Compiling debug-ignore v1.0.5
24782026-05-04T14:42:11.427Z Compiling typify-impl v0.6.2
24792026-05-04T14:42:11.475Z Compiling backoff v0.4.0
24802026-05-04T14:42:11.484Z Compiling progenitor-extras v0.2.0
24812026-05-04T14:42:11.485Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24822026-05-04T14:42:11.538Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-05-04T14:42:11.707Z Compiling num v0.4.3
24842026-05-04T14:42:11.764Z Compiling parse-display v0.10.0
24852026-05-04T14:42:11.789Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-05-04T14:42:11.821Z Compiling progenitor-client v0.13.0
24872026-05-04T14:42:11.839Z Compiling progenitor-client v0.10.0
24882026-05-04T14:42:11.858Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24892026-05-04T14:42:11.975Z Compiling macaddr v1.0.1
24902026-05-04T14:42:11.983Z Compiling float-ord v0.3.2
24912026-05-04T14:42:12.090Z Compiling console v0.15.11
24922026-05-04T14:42:12.132Z Compiling slog-dtrace v0.3.0
24932026-05-04T14:42:12.212Z Compiling newline-converter v0.3.0
24942026-05-04T14:42:12.316Z Compiling atomicwrites v0.4.4
24952026-05-04T14:42:12.370Z Compiling tokio-rustls v0.25.0
24962026-05-04T14:42:12.394Z Compiling async-recursion v1.1.1
24972026-05-04T14:42:12.478Z Compiling cancel-safe-futures v0.1.5
24982026-05-04T14:42:12.490Z Compiling owo-colors v4.3.0
24992026-05-04T14:42:12.649Z Compiling expectorate v1.2.0
25002026-05-04T14:42:12.672Z Compiling libsw-core v0.3.2
25012026-05-04T14:42:12.698Z Compiling resolv-conf v0.7.6
25022026-05-04T14:42:12.869Z Compiling libsw v3.5.0
25032026-05-04T14:42:12.897Z Compiling toml v0.8.23
25042026-05-04T14:42:13.059Z Compiling linear-map v1.2.0
25052026-05-04T14:42:13.062Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-04T14:42:13.131Z Compiling linked-hash-map v0.5.6
25072026-05-04T14:42:13.169Z Compiling minimal-lexical v0.2.1
25082026-05-04T14:42:13.321Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-05-04T14:42:13.341Z Compiling lru-cache v0.1.2
25102026-05-04T14:42:13.381Z Compiling nom v7.1.3
25112026-05-04T14:42:13.403Z Compiling unicode-xid v0.2.6
25122026-05-04T14:42:13.448Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25132026-05-04T14:42:13.479Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25142026-05-04T14:42:13.507Z Compiling globset v0.4.18
25152026-05-04T14:42:13.529Z Compiling hickory-proto v0.24.4
25162026-05-04T14:42:13.539Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25172026-05-04T14:42:13.570Z Compiling convert_case v0.10.0
25182026-05-04T14:42:13.879Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-05-04T14:42:13.897Z Compiling derive_more-impl v2.1.1
25202026-05-04T14:42:14.432Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-05-04T14:42:14.723Z Compiling pin-project-internal v1.1.11
25222026-05-04T14:42:14.798Z Compiling derive_more v2.1.1
25232026-05-04T14:42:14.823Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-05-04T14:42:14.917Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-04T14:42:14.980Z Compiling typify-macro v0.6.2
25262026-05-04T14:42:15.199Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-05-04T14:42:15.470Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25282026-05-04T14:42:15.658Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-05-04T14:42:15.871Z Compiling pin-project v1.1.11
25302026-05-04T14:42:16.259Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-05-04T14:42:16.288Z Compiling hickory-resolver v0.24.4
25322026-05-04T14:42:16.393Z Compiling papergrid v0.11.0
25332026-05-04T14:42:16.439Z Compiling tabled_derive v0.7.0
25342026-05-04T14:42:16.675Z Compiling typify v0.6.2
25352026-05-04T14:42:17.026Z Compiling progenitor-impl v0.14.0
25362026-05-04T14:42:17.273Z Compiling progenitor-impl v0.13.0
25372026-05-04T14:42:17.617Z Compiling qorb v0.4.1
25382026-05-04T14:42:18.057Z Compiling pem v3.0.6
25392026-05-04T14:42:18.826Z Compiling snafu-derive v0.8.9
25402026-05-04T14:42:19.387Z Compiling progenitor-macro v0.14.0
25412026-05-04T14:42:19.554Z Compiling progenitor-macro v0.13.0
25422026-05-04T14:42:19.611Z Compiling termtree v0.5.1
25432026-05-04T14:42:19.829Z Compiling tabled v0.15.0
25442026-05-04T14:42:19.855Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25452026-05-04T14:42:21.936Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-05-04T14:42:21.962Z Compiling snafu v0.8.9
25472026-05-04T14:42:22.139Z Compiling crossterm v0.29.0
25482026-05-04T14:42:22.613Z Compiling olpc-cjson v0.1.4
25492026-05-04T14:42:22.779Z Compiling phf_shared v0.12.1
25502026-05-04T14:42:22.925Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-05-04T14:42:23.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-05-04T14:42:23.422Z Compiling serde_plain v1.0.2
25532026-05-04T14:42:23.561Z Compiling vte v0.14.1
25542026-05-04T14:42:23.718Z Compiling progenitor v0.14.0
25552026-05-04T14:42:27.952Z Compiling csv-core v0.1.13
25562026-05-04T14:42:28.009Z Compiling highway v1.3.0
25572026-05-04T14:42:28.009Z Compiling progenitor v0.13.0
25582026-05-04T14:42:28.009Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25592026-05-04T14:42:28.009Z Compiling typed-path v0.9.3
25602026-05-04T14:42:28.038Z Compiling chrono-tz v0.10.4
25612026-05-04T14:42:28.038Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25622026-05-04T14:42:28.038Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-04T14:42:28.038Z Compiling csv v1.4.0
25642026-05-04T14:42:28.038Z Compiling strip-ansi-escapes v0.2.1
25652026-05-04T14:42:28.038Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-05-04T14:42:28.038Z Compiling tough v0.20.0
25672026-05-04T14:42:28.039Z Compiling phf v0.12.1
25682026-05-04T14:42:28.039Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-04T14:42:28.039Z Compiling const_format_proc_macros v0.2.34
25702026-05-04T14:42:28.039Z Compiling fd-lock v4.0.4
25712026-05-04T14:42:28.039Z Compiling peg-macros v0.8.5
25722026-05-04T14:42:28.039Z Compiling nu-ansi-term v0.50.3
25732026-05-04T14:42:28.039Z Compiling reedline v0.40.0
25742026-05-04T14:42:28.039Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25752026-05-04T14:42:28.039Z Compiling const_format v0.2.35
25762026-05-04T14:42:28.039Z Compiling peg v0.8.5
25772026-05-04T14:42:28.039Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-05-04T14:42:28.039Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-04T14:42:28.039Z Compiling bcs v0.1.6
25802026-05-04T14:42:28.439Z Compiling semver v0.1.20
25812026-05-04T14:42:28.755Z Compiling rustc_version v0.1.7
25822026-05-04T14:42:28.814Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25832026-05-04T14:42:28.999Z Compiling newtype_derive v0.1.6
25842026-05-04T14:42:29.086Z Compiling smawk v0.3.2
25852026-05-04T14:42:29.169Z Compiling unicode-linebreak v0.1.5
25862026-05-04T14:42:29.239Z Compiling humantime v2.3.0
25872026-05-04T14:42:29.360Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25882026-05-04T14:42:29.504Z Compiling textwrap v0.16.2
25892026-05-04T14:42:29.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-04T14:42:30.583Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-04T14:42:30.716Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-04T14:42:30.760Z Compiling base64 v0.21.7
25932026-05-04T14:42:31.194Z Compiling steno v0.4.1
25942026-05-04T14:42:31.221Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-05-04T14:42:31.342Z Compiling utf-8 v0.7.6
25962026-05-04T14:42:31.376Z Compiling tagptr v0.2.0
25972026-05-04T14:42:31.589Z Compiling moka v0.12.13
25982026-05-04T14:42:31.612Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-04T14:42:31.693Z Compiling tungstenite v0.21.0
26002026-05-04T14:42:31.805Z Compiling radium v0.7.0
26012026-05-04T14:42:32.159Z Compiling maybe-uninit v2.0.0
26022026-05-04T14:42:32.509Z Compiling tokio-tungstenite v0.21.0
26032026-05-04T14:42:32.702Z Compiling tap v1.0.1
26042026-05-04T14:42:32.888Z Compiling hickory-resolver v0.25.2
26052026-05-04T14:42:32.912Z Compiling wyz v0.5.1
26062026-05-04T14:42:32.938Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26072026-05-04T14:42:33.190Z Compiling zerocopy-derive v0.6.6
26082026-05-04T14:42:33.329Z Compiling crc-catalog v2.4.0
26092026-05-04T14:42:33.386Z Compiling packed_struct v0.10.1
26102026-05-04T14:42:33.430Z Compiling funty v2.0.0
26112026-05-04T14:42:33.477Z Compiling display-error-chain v0.2.2
26122026-05-04T14:42:33.683Z Compiling crc v3.4.0
26132026-05-04T14:42:33.863Z Compiling bitvec v1.0.1
26142026-05-04T14:42:33.974Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26152026-05-04T14:42:34.063Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-04T14:42:34.154Z Compiling zerocopy v0.6.6
26172026-05-04T14:42:34.464Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26182026-05-04T14:42:34.585Z Compiling num-derive v0.3.3
26192026-05-04T14:42:35.510Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202026-05-04T14:42:35.816Z Compiling packed_struct_codegen v0.10.1
26212026-05-04T14:42:36.236Z Compiling bitfield-macros v0.19.4
26222026-05-04T14:42:36.883Z Compiling proc-macro-error-attr2 v2.0.0
26232026-05-04T14:42:36.910Z Compiling indexmap v1.9.3
26242026-05-04T14:42:37.017Z Compiling nodrop v0.1.14
26252026-05-04T14:42:37.160Z Compiling array-init v0.0.4
26262026-05-04T14:42:37.206Z Compiling bitfield v0.19.4
26272026-05-04T14:42:37.311Z Compiling proc-macro-error2 v2.0.1
26282026-05-04T14:42:37.553Z Compiling libscf-sys v1.1.0
26292026-05-04T14:42:37.578Z Compiling smallvec v0.6.14
26302026-05-04T14:42:37.647Z Compiling typify-impl v0.4.3
26312026-05-04T14:42:37.742Z Compiling hashbrown v0.12.3
26322026-05-04T14:42:37.853Z Compiling serde-hex v0.1.0
26332026-05-04T14:42:37.877Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-05-04T14:42:38.585Z Compiling tabled_derive v0.11.0
26352026-05-04T14:42:38.823Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-04T14:42:38.917Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-05-04T14:42:39.040Z Compiling ron v0.8.1
26382026-05-04T14:42:39.169Z Compiling papergrid v0.17.0
26392026-05-04T14:42:39.516Z Compiling testing_table v0.3.0
26402026-05-04T14:42:39.638Z Compiling hashbrown v0.13.2
26412026-05-04T14:42:39.706Z Compiling vergen-gitcl v1.0.8
26422026-05-04T14:42:39.942Z Compiling dirs-sys-next v0.1.2
26432026-05-04T14:42:39.966Z Compiling maplit v1.0.2
26442026-05-04T14:42:39.988Z Compiling crunchy v0.2.4
26452026-05-04T14:42:40.027Z Compiling crc-any v2.5.0
26462026-05-04T14:42:40.094Z Compiling glob v0.3.3
26472026-05-04T14:42:40.171Z Compiling diesel_derives v2.3.7
26482026-05-04T14:42:40.224Z Compiling object v0.30.4
26492026-05-04T14:42:40.269Z Compiling dirs-next v2.0.0
26502026-05-04T14:42:40.353Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26512026-05-04T14:42:40.429Z Compiling tabled v0.20.0
26522026-05-04T14:42:40.462Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-05-04T14:42:40.485Z Compiling clang-sys v1.8.1
26542026-05-04T14:42:40.488Z Compiling dsl_auto_type v0.2.0
26552026-05-04T14:42:40.926Z Compiling scheduled-thread-pool v0.2.7
26562026-05-04T14:42:40.968Z Compiling diesel_table_macro_syntax v0.3.0
26572026-05-04T14:42:41.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-05-04T14:42:41.074Z Compiling xshell-macros v0.2.7
26592026-05-04T14:42:41.178Z Compiling typify-macro v0.4.3
26602026-05-04T14:42:41.208Z Compiling path-slash v0.1.5
26612026-05-04T14:42:41.348Z Compiling tiny-keccak v2.0.2
26622026-05-04T14:42:41.483Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-05-04T14:42:41.506Z Compiling xshell v0.2.7
26642026-05-04T14:42:41.560Z Compiling r2d2 v0.8.10
26652026-05-04T14:42:41.651Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26662026-05-04T14:42:41.863Z Compiling term v0.7.0
26672026-05-04T14:42:42.383Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-05-04T14:42:42.408Z Compiling bit-vec v0.6.3
26692026-05-04T14:42:42.492Z Compiling downcast-rs v2.0.2
26702026-05-04T14:42:42.614Z Compiling bit-set v0.5.3
26712026-05-04T14:42:42.815Z Compiling ascii-canvas v3.0.0
26722026-05-04T14:42:42.863Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-05-04T14:42:42.898Z Compiling itertools v0.10.5
26742026-05-04T14:42:42.923Z Compiling ena v0.14.4
26752026-05-04T14:42:43.083Z Compiling libloading v0.8.9
26762026-05-04T14:42:43.175Z Compiling bindgen v0.71.1
26772026-05-04T14:42:43.330Z Compiling diff v0.1.13
26782026-05-04T14:42:43.481Z Compiling crc8 v0.1.1
26792026-05-04T14:42:43.617Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26802026-05-04T14:42:43.639Z Compiling unicase v2.9.0
26812026-05-04T14:42:44.009Z Compiling regex-syntax v0.6.29
26822026-05-04T14:42:44.144Z Compiling typify v0.4.3
26832026-05-04T14:42:44.300Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-05-04T14:42:45.003Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-05-04T14:42:45.234Z Compiling cexpr v0.6.0
26862026-05-04T14:42:45.448Z Compiling lalrpop v0.19.12
26872026-05-04T14:42:45.644Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-05-04T14:42:45.669Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-05-04T14:42:45.912Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-04T14:42:45.959Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912026-05-04T14:42:46.008Z Compiling headers-core v0.3.0
26922026-05-04T14:42:46.031Z Compiling libxml v0.3.3
26932026-05-04T14:42:46.186Z Compiling headers v0.4.1
26942026-05-04T14:42:46.399Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26952026-05-04T14:42:46.422Z Compiling diesel v2.3.7
26962026-05-04T14:42:46.628Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-05-04T14:42:47.276Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-05-04T14:42:47.517Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-05-04T14:42:47.877Z Compiling strum_macros v0.24.3
27002026-05-04T14:42:47.941Z Compiling indoc v1.0.9
27012026-05-04T14:42:48.439Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-05-04T14:42:48.551Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-05-04T14:42:48.671Z Compiling derive_builder v0.20.2
27042026-05-04T14:42:48.855Z Compiling oso-derive v0.27.3
27052026-05-04T14:42:49.162Z Compiling quick-xml v0.37.5
27062026-05-04T14:42:49.366Z Compiling impl-trait-for-tuples v0.2.3
27072026-05-04T14:42:49.596Z Compiling openssl-probe v0.1.6
27082026-05-04T14:42:49.808Z Compiling half v1.8.3
27092026-05-04T14:42:49.940Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-05-04T14:42:49.981Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-05-04T14:42:50.287Z Compiling serde_cbor v0.11.2
27122026-05-04T14:42:50.349Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-05-04T14:42:50.572Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-05-04T14:42:50.689Z Compiling bb8 v0.8.6
27152026-05-04T14:42:50.713Z Compiling trait-variant v0.1.2
27162026-05-04T14:42:50.749Z Compiling samael v0.0.19
27172026-05-04T14:42:50.843Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-05-04T14:42:51.186Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-05-04T14:42:51.209Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-04T14:42:51.332Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27212026-05-04T14:42:51.428Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-05-04T14:42:51.450Z Compiling fxhash v0.2.1
27232026-05-04T14:42:51.552Z Compiling salty v0.3.0
27242026-05-04T14:42:51.707Z Compiling progenitor-impl v0.11.2
27252026-05-04T14:42:51.911Z Compiling progenitor-impl v0.10.0
27262026-05-04T14:42:51.941Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27272026-05-04T14:42:51.995Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-05-04T14:42:52.222Z Compiling kstat-rs v0.2.4
27292026-05-04T14:42:52.683Z Compiling libz-sys v1.1.24
27302026-05-04T14:42:52.725Z Compiling nonempty v0.12.0
27312026-05-04T14:42:52.728Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-05-04T14:42:52.986Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27332026-05-04T14:42:53.350Z Compiling polar-core v0.27.3
27342026-05-04T14:42:54.044Z Compiling progenitor-macro v0.11.2
27352026-05-04T14:42:54.117Z Compiling progenitor-macro v0.10.0
27362026-05-04T14:42:55.347Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27372026-05-04T14:42:56.505Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-04T14:42:56.847Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-05-04T14:42:57.121Z Compiling progenitor-client v0.11.2
27402026-05-04T14:42:57.686Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27412026-05-04T14:42:57.746Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27422026-05-04T14:42:58.214Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27432026-05-04T14:42:58.314Z Compiling darling_core v0.23.0
27442026-05-04T14:43:00.522Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27452026-05-04T14:43:01.660Z Compiling nanorand v0.7.0
27462026-05-04T14:43:02.052Z Compiling arc-swap v1.8.2
27472026-05-04T14:43:02.285Z Compiling oso v0.27.3
27482026-05-04T14:43:02.467Z Compiling fs-err v2.11.0
27492026-05-04T14:43:02.717Z Compiling parking_lot_core v0.8.6
27502026-05-04T14:43:03.114Z Compiling mime_guess v2.0.5
27512026-05-04T14:43:03.194Z Compiling slog-scope v4.4.1
27522026-05-04T14:43:03.664Z Compiling flume v0.11.1
27532026-05-04T14:43:03.689Z Compiling darling_macro v0.23.0
27542026-05-04T14:43:04.105Z Compiling progenitor v0.10.0
27552026-05-04T14:43:04.307Z Compiling async-bb8-diesel v0.2.1
27562026-05-04T14:43:04.795Z Compiling diesel-dtrace v0.5.0
27572026-05-04T14:43:04.821Z Compiling progenitor v0.11.2
27582026-05-04T14:43:05.020Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-05-04T14:43:05.137Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27602026-05-04T14:43:05.678Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27612026-05-04T14:43:06.479Z Compiling primeorder v0.13.6
27622026-05-04T14:43:07.094Z Compiling git-stub v1.0.0
27632026-05-04T14:43:07.393Z Compiling libgit2-sys v0.18.3+1.9.2
27642026-05-04T14:43:07.529Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-05-04T14:43:07.570Z Compiling instability v0.3.11
27662026-05-04T14:43:07.822Z Compiling git-stub-vcs v0.1.0
27672026-05-04T14:43:07.876Z Compiling p384 v0.13.1
27682026-05-04T14:43:07.928Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-04T14:43:08.952Z Compiling darling v0.23.0
27702026-05-04T14:43:09.125Z Compiling slog-stdlog v4.1.1
27712026-05-04T14:43:09.666Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27722026-05-04T14:43:09.705Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27732026-05-04T14:43:09.770Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-05-04T14:43:09.994Z Compiling ignore v0.4.25
27752026-05-04T14:43:10.083Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-05-04T14:43:10.107Z Compiling castaway v0.2.4
27772026-05-04T14:43:10.273Z Compiling atty v0.2.14
27782026-05-04T14:43:10.436Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-05-04T14:43:10.712Z Compiling indoc v2.0.7
27802026-05-04T14:43:10.996Z Compiling http-range v0.1.5
27812026-05-04T14:43:11.174Z Compiling parse-size v1.1.0
27822026-05-04T14:43:11.361Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-05-04T14:43:11.549Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-04T14:43:12.237Z Compiling globwalk v0.9.1
27852026-05-04T14:43:12.642Z Compiling compact_str v0.8.1
27862026-05-04T14:43:12.962Z Compiling parking_lot v0.11.2
27872026-05-04T14:43:13.840Z Compiling slog-envlogger v2.2.0
27882026-05-04T14:43:13.929Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-04T14:43:14.836Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27902026-05-04T14:43:15.183Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-05-04T14:43:15.336Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-05-04T14:43:15.365Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-04T14:43:15.958Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27942026-05-04T14:43:16.041Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-05-04T14:43:16.187Z Compiling predicates-tree v1.0.13
27962026-05-04T14:43:16.255Z Compiling unicode-truncate v1.1.0
27972026-05-04T14:43:16.487Z Compiling lru v0.12.5
27982026-05-04T14:43:16.677Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-05-04T14:43:16.725Z Compiling rand_seeder v0.4.0
28002026-05-04T14:43:16.728Z Compiling prefix-trie v0.7.0
28012026-05-04T14:43:16.820Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-05-04T14:43:16.990Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-04T14:43:17.084Z Compiling vergen-git2 v1.0.7
28042026-05-04T14:43:17.158Z Compiling corncobs v0.1.4
28052026-05-04T14:43:17.237Z Compiling cassowary v0.3.0
28062026-05-04T14:43:17.284Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-05-04T14:43:17.374Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-05-04T14:43:17.408Z Compiling hickory-server v0.25.2
28092026-05-04T14:43:17.484Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28102026-05-04T14:43:17.487Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-05-04T14:43:17.648Z Compiling ratatui v0.29.0
28122026-05-04T14:43:17.706Z Compiling camino-tempfile-ext v0.3.3
28132026-05-04T14:43:18.119Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-04T14:43:18.186Z Compiling hyper-staticfile v0.10.1
28152026-05-04T14:43:18.381Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28162026-05-04T14:43:18.405Z Compiling sled v0.34.7
28172026-05-04T14:43:19.307Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28182026-05-04T14:43:19.429Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28192026-05-04T14:43:19.983Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28202026-05-04T14:43:21.467Z Compiling secrecy v0.8.0
28212026-05-04T14:43:21.702Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-05-04T14:43:21.949Z Compiling rustls v0.21.12
28232026-05-04T14:43:22.531Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-05-04T14:43:23.288Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-05-04T14:43:23.314Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-05-04T14:43:24.001Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-05-04T14:43:24.472Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28282026-05-04T14:43:24.869Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-05-04T14:43:26.070Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-05-04T14:43:26.236Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-05-04T14:43:26.514Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-05-04T14:43:26.753Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28332026-05-04T14:43:26.989Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-05-04T14:43:27.228Z Compiling rustls-webpki v0.101.7
28352026-05-04T14:43:27.607Z Compiling sct v0.7.1
28362026-05-04T14:43:27.668Z Compiling nix v0.29.0
28372026-05-04T14:43:27.913Z Compiling dropshot v0.16.7
28382026-05-04T14:43:28.092Z Compiling void v1.0.2
28392026-05-04T14:43:28.221Z Compiling lzss v0.8.2
28402026-05-04T14:43:28.283Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28412026-05-04T14:43:28.634Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-04T14:43:28.943Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-05-04T14:43:28.996Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-05-04T14:43:30.038Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-05-04T14:43:30.333Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-05-04T14:43:30.600Z Compiling tungstenite v0.23.0
28472026-05-04T14:43:30.824Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28482026-05-04T14:43:31.073Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-05-04T14:43:31.313Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-05-04T14:43:31.339Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-05-04T14:43:31.557Z Compiling toml v0.9.12+spec-1.1.0
28522026-05-04T14:43:31.585Z Compiling nix v0.27.1
28532026-05-04T14:43:32.255Z Compiling dropshot_endpoint v0.16.7
28542026-05-04T14:43:32.636Z Compiling serde_bytes v0.11.19
28552026-05-04T14:43:32.891Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28562026-05-04T14:43:33.016Z Compiling tokio-tungstenite v0.23.1
28572026-05-04T14:43:33.093Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-05-04T14:43:33.187Z Compiling git2 v0.20.4
28592026-05-04T14:43:33.449Z Compiling tokio-rustls v0.24.1
28602026-05-04T14:43:34.240Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-05-04T14:43:36.374Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-04T14:43:36.414Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-05-04T14:43:38.260Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-05-04T14:43:38.984Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-05-04T14:43:39.435Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28662026-05-04T14:43:39.528Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28672026-05-04T14:43:39.578Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-05-04T14:43:41.656Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-05-04T14:43:42.181Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-05-04T14:43:42.479Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-05-04T14:43:42.533Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-05-04T14:43:43.541Z Compiling rustls-pemfile v1.0.4
28732026-05-04T14:43:43.651Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-05-04T14:43:44.002Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28752026-05-04T14:43:44.631Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-05-04T14:43:44.790Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-05-04T14:43:45.089Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-05-04T14:43:47.468Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-05-04T14:43:47.555Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-04T14:43:47.798Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-04T14:43:47.823Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-04T14:43:48.050Z Compiling signal-hook-tokio v0.3.1
28832026-05-04T14:43:48.080Z Compiling twox-hash v2.1.2
28842026-05-04T14:43:48.256Z Compiling yasna v0.5.2
28852026-05-04T14:43:48.615Z Compiling is_ci v1.2.0
28862026-05-04T14:43:48.846Z Compiling rcgen v0.12.1
28872026-05-04T14:43:48.917Z Compiling supports-color v3.0.2
28882026-05-04T14:43:48.995Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-05-04T14:43:49.193Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-04T14:43:49.226Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-04T14:43:49.755Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-04T14:43:49.842Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-04T14:43:49.878Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-04T14:43:50.028Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-05-04T14:43:51.461Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-05-04T14:43:51.643Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-04T14:43:53.362Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-04T14:43:53.502Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-04T14:43:53.749Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-05-04T14:43:54.003Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-04T14:43:54.265Z Compiling fatfs v0.3.6
29022026-05-04T14:43:54.398Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-04T14:43:54.930Z Compiling rtoolbox v0.0.3
29042026-05-04T14:43:55.284Z Compiling subprocess v0.2.15
29052026-05-04T14:43:55.317Z Compiling seq-macro v0.3.6
29062026-05-04T14:43:55.624Z Compiling assert_matches v1.5.0
29072026-05-04T14:43:55.745Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29082026-05-04T14:43:55.838Z Compiling rpassword v7.4.0
29092026-05-04T14:43:56.166Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-04T14:43:57.408Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-04T14:43:57.537Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29122026-05-04T14:43:57.562Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-05-04T14:43:57.684Z Compiling tui-tree-widget v0.23.1
29142026-05-04T14:43:58.002Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-04T14:43:58.196Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-04T14:43:58.759Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-04T14:43:59.593Z Compiling uzers v0.12.2
29182026-05-04T14:44:00.106Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-04T14:44:01.060Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-04T14:44:01.623Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-04T14:44:02.748Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-04T14:44:05.372Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29232026-05-04T14:44:06.959Z Compiling support-bundle-viewer v0.1.2
29242026-05-04T14:44:07.713Z Compiling multimap v0.10.1
29252026-05-04T14:44:17.202Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29262026-05-04T14:44:27.224Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-04T14:44:27.423Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-04T14:44:28.671Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-04T14:49:36.677Z Finished `release` profile [optimized] target(s) in 7m 28s
29302026-05-04T14:50:21.011Z
29312026-05-04T14:50:21.011Zreal 8:13.824917508
29322026-05-04T14:50:21.014Zuser 1:20:08.748414341
29332026-05-04T14:50:21.014Zsys 3:38.281678205
29342026-05-04T14:50:21.014Ztrap 1.907105104
29352026-05-04T14:50:21.014Ztflt 2.072029592
29362026-05-04T14:50:21.014Zdflt 17.872237882
29372026-05-04T14:50:21.014Zkflt 0.026110202
29382026-05-04T14:50:21.014Zlock 6:22:33.674675495
29392026-05-04T14:50:21.014Zslp 2:15:20.270078442
29402026-05-04T14:50:21.014Zlat 2:36.123307460
29412026-05-04T14:50:21.014Zstop 5:40.310872628
29422026-05-04T14:50:21.014Z+ mapfile -t packages
29432026-05-04T14:50:21.014Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-05-04T14:50:22.018Z Finished `release` profile [optimized] target(s) in 0.99s
29452026-05-04T14:50:22.101Z Running `target/release/omicron-package -t test list-outputs`
29462026-05-04T14:50:22.156ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-05-04T14:50:22.159Z+ ptime -m cargo build --locked --release -p xtask
29482026-05-04T14:50:22.699Z Compiling libc v0.2.185
29492026-05-04T14:50:22.699Z Compiling serde v1.0.228
29502026-05-04T14:50:22.703Z Compiling serde_core v1.0.228
29512026-05-04T14:50:22.703Z Compiling rustix v1.1.3
29522026-05-04T14:50:22.703Z Compiling bitflags v2.11.0
29532026-05-04T14:50:22.703Z Compiling serde_json v1.0.149
29542026-05-04T14:50:22.827Z Compiling num-traits v0.2.19
29552026-05-04T14:50:22.844Z Compiling syn v2.0.117
29562026-05-04T14:50:22.861Z Compiling smallvec v1.15.1
29572026-05-04T14:50:22.873Z Compiling usdt-impl v0.5.0
29582026-05-04T14:50:22.876Z Compiling indexmap v2.14.0
29592026-05-04T14:50:22.893Z Compiling syn v1.0.109
29602026-05-04T14:50:22.907Z Compiling log v0.4.29
29612026-05-04T14:50:22.907Z Compiling percent-encoding v2.3.2
29622026-05-04T14:50:23.047Z Compiling getrandom v0.4.1
29632026-05-04T14:50:23.189Z Compiling form_urlencoded v1.2.2
29642026-05-04T14:50:23.260Z Compiling fs-err v3.3.0
29652026-05-04T14:50:23.263Z Compiling anyhow v1.0.102
29662026-05-04T14:50:23.327Z Compiling heck v0.4.1
29672026-05-04T14:50:23.332Z Compiling once_cell v1.21.3
29682026-05-04T14:50:23.526Z Compiling errno v0.3.14
29692026-05-04T14:50:23.530Z Compiling thread-id v4.2.2
29702026-05-04T14:50:23.530Z Compiling memmap v0.7.0
29712026-05-04T14:50:23.883Z Compiling ordered-float v2.10.1
29722026-05-04T14:50:24.386Z Compiling proc-macro-error v1.0.4
29732026-05-04T14:50:24.565Z Compiling terminal_size v0.4.3
29742026-05-04T14:50:24.565Z Compiling tempfile v3.25.0
29752026-05-04T14:50:24.647Z Compiling tabled_derive v0.7.0
29762026-05-04T14:50:24.664Z Compiling clap_builder v4.5.60
29772026-05-04T14:50:24.664Z Compiling textwrap v0.16.2
29782026-05-04T14:50:24.804Z Compiling camino-tempfile v1.4.1
29792026-05-04T14:50:25.328Z Compiling tabled v0.15.0
29802026-05-04T14:50:25.479Z Compiling synstructure v0.13.2
29812026-05-04T14:50:25.479Z Compiling pest_generator v2.8.6
29822026-05-04T14:50:25.873Z Compiling serde_derive v1.0.228
29832026-05-04T14:50:25.873Z Compiling zerofrom-derive v0.1.6
29842026-05-04T14:50:25.876Z Compiling yoke-derive v0.8.1
29852026-05-04T14:50:25.876Z Compiling zerovec-derive v0.11.2
29862026-05-04T14:50:25.876Z Compiling displaydoc v0.2.5
29872026-05-04T14:50:25.876Z Compiling thiserror-impl v1.0.69
29882026-05-04T14:50:25.876Z Compiling zerocopy-derive v0.7.35
29892026-05-04T14:50:25.876Z Compiling scroll_derive v0.12.1
29902026-05-04T14:50:26.128Z Compiling pest_derive v2.8.6
29912026-05-04T14:50:26.586Z Compiling scroll v0.12.0
29922026-05-04T14:50:26.606Z Compiling thiserror-impl v2.0.18
29932026-05-04T14:50:26.659Z Compiling clap_derive v4.5.55
29942026-05-04T14:50:26.770Z Compiling zerocopy v0.7.35
29952026-05-04T14:50:26.862Z Compiling goblin v0.8.2
29962026-05-04T14:50:27.093Z Compiling zerofrom v0.1.6
29972026-05-04T14:50:27.111Z Compiling thiserror v1.0.69
29982026-05-04T14:50:27.247Z Compiling yoke v0.8.1
29992026-05-04T14:50:27.261Z Compiling dtrace-parser v0.2.0
30002026-05-04T14:50:27.486Z Compiling zerovec v0.11.5
30012026-05-04T14:50:27.499Z Compiling zerotrie v0.2.3
30022026-05-04T14:50:27.939Z Compiling thiserror v2.0.18
30032026-05-04T14:50:28.085Z Compiling tinystr v0.8.2
30042026-05-04T14:50:28.150Z Compiling potential_utf v0.1.4
30052026-05-04T14:50:28.347Z Compiling icu_locale_core v2.1.1
30062026-05-04T14:50:28.380Z Compiling icu_collections v2.1.1
30072026-05-04T14:50:28.457Z Compiling clap v4.5.60
30082026-05-04T14:50:29.185Z Compiling icu_provider v2.1.1
30092026-05-04T14:50:29.419Z Compiling serde_spanned v0.6.9
30102026-05-04T14:50:29.442Z Compiling toml_datetime v0.6.11
30112026-05-04T14:50:29.463Z Compiling icu_normalizer v2.1.1
30122026-05-04T14:50:29.607Z Compiling icu_properties v2.1.2
30132026-05-04T14:50:29.629Z Compiling dof v0.3.0
30142026-05-04T14:50:29.641Z Compiling serde-value v0.7.0
30152026-05-04T14:50:29.789Z Compiling toml_edit v0.22.27
30162026-05-04T14:50:29.923Z Compiling serde_tokenstream v0.2.3
30172026-05-04T14:50:29.949Z Compiling cargo-platform v0.2.0
30182026-05-04T14:50:30.234Z Compiling macaddr v1.0.1
30192026-05-04T14:50:30.526Z Compiling idna_adapter v1.2.1
30202026-05-04T14:50:30.689Z Compiling idna v1.1.0
30212026-05-04T14:50:30.752Z Compiling usdt-attr-macro v0.5.0
30222026-05-04T14:50:30.787Z Compiling usdt-macro v0.5.0
30232026-05-04T14:50:31.156Z Compiling url v2.5.8
30242026-05-04T14:50:31.380Z Compiling toml v0.8.23
30252026-05-04T14:50:31.412Z Compiling usdt v0.5.0
30262026-05-04T14:50:31.828Z Compiling cargo-util-schemas v0.8.2
30272026-05-04T14:50:31.828Z Compiling cargo_toml v0.21.0
30282026-05-04T14:50:32.882Z Compiling cargo_metadata v0.21.0
30292026-05-04T14:50:36.032Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-05-04T14:50:39.131Z Finished `release` profile [optimized] target(s) in 16.95s
30312026-05-04T14:50:39.299Z
30322026-05-04T14:50:39.303Zreal 17.102947417
30332026-05-04T14:50:39.303Zuser 2:26.308955075
30342026-05-04T14:50:39.303Zsys 16.976211833
30352026-05-04T14:50:39.303Ztrap 0.097481778
30362026-05-04T14:50:39.303Ztflt 0.540074948
30372026-05-04T14:50:39.304Zdflt 1.457138610
30382026-05-04T14:50:39.304Zkflt 0.000071638
30392026-05-04T14:50:39.304Zlock 5:36.250321667
30402026-05-04T14:50:39.304Zslp 3:38.561296213
30412026-05-04T14:50:39.304Zlat 7.204336975
30422026-05-04T14:50:39.304Zstop 18.558363418
30432026-05-04T14:50:39.304Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-04T14:50:39.304Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-04T14:50:39.304Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-04T14:50:39.304Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-04T14:50:39.304Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-05-04T14:50:40.242Z Compiling newtype-uuid-macros v0.1.0
30492026-05-04T14:50:40.246Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-05-04T14:50:40.246Z Compiling regress v0.10.5
30512026-05-04T14:50:40.246Z Compiling structmeta-derive v0.3.0
30522026-05-04T14:50:40.246Z Compiling rustls v0.22.4
30532026-05-04T14:50:40.246Z Compiling rustls-webpki v0.102.8
30542026-05-04T14:50:40.388Z Compiling multer v3.1.0
30552026-05-04T14:50:40.391Z Compiling debug-ignore v1.0.5
30562026-05-04T14:50:40.391Z Compiling match_cfg v0.1.0
30572026-05-04T14:50:40.391Z Compiling compression-core v0.4.31
30582026-05-04T14:50:40.405Z Compiling slog-json v2.6.1
30592026-05-04T14:50:40.408Z Compiling async-stream-impl v0.3.6
30602026-05-04T14:50:40.411Z Compiling serde_spanned v1.0.4
30612026-05-04T14:50:40.411Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-05-04T14:50:40.411Z Compiling dropshot v0.17.0
30632026-05-04T14:50:40.411Z Compiling toml_writer v1.0.6+spec-1.1.0
30642026-05-04T14:50:40.589Z Compiling itertools v0.14.0
30652026-05-04T14:50:40.683Z Compiling waitgroup v0.1.2
30662026-05-04T14:50:40.686Z Compiling rustls-pemfile v2.2.0
30672026-05-04T14:50:40.732Z Compiling compression-codecs v0.4.37
30682026-05-04T14:50:40.765Z Compiling hostname v0.3.1
30692026-05-04T14:50:40.800Z Compiling toml v1.0.6+spec-1.1.0
30702026-05-04T14:50:40.803Z Compiling dropshot_endpoint v0.17.0
30712026-05-04T14:50:40.846Z Compiling serde_path_to_error v0.1.20
30722026-05-04T14:50:40.849Z Compiling hostname v0.4.2
30732026-05-04T14:50:40.942Z Compiling async-compression v0.4.41
30742026-05-04T14:50:40.945Z Compiling slog-bunyan v2.5.0
30752026-05-04T14:50:40.975Z Compiling progenitor-client v0.14.0
30762026-05-04T14:50:41.010Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30772026-05-04T14:50:41.026Z Compiling macaddr v1.0.1
30782026-05-04T14:50:41.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-04T14:50:41.158Z Compiling instant v0.1.13
30802026-05-04T14:50:41.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-05-04T14:50:41.179Z Compiling async-stream v0.3.6
30822026-05-04T14:50:41.211Z Compiling progenitor-client v0.10.0
30832026-05-04T14:50:41.271Z Compiling backon v1.6.0
30842026-05-04T14:50:41.289Z Compiling backoff v0.4.0
30852026-05-04T14:50:41.289Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-05-04T14:50:41.324Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30872026-05-04T14:50:41.340Z Compiling universal-hash v0.5.1
30882026-05-04T14:50:41.389Z Compiling opaque-debug v0.3.1
30892026-05-04T14:50:41.406Z Compiling half v2.7.1
30902026-05-04T14:50:41.482Z Compiling progenitor-extras v0.2.0
30912026-05-04T14:50:41.499Z Compiling ciborium-io v0.2.2
30922026-05-04T14:50:41.502Z Compiling crucible-workspace-hack v0.1.0
30932026-05-04T14:50:41.534Z Compiling unsafe-libyaml v0.2.11
30942026-05-04T14:50:41.552Z Compiling convert_case v0.4.0
30952026-05-04T14:50:41.570Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-05-04T14:50:41.618Z Compiling regress v0.11.1
30972026-05-04T14:50:41.733Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-05-04T14:50:41.768Z Compiling ciborium-ll v0.2.2
30992026-05-04T14:50:41.789Z Compiling aead v0.5.2
31002026-05-04T14:50:41.824Z Compiling secrecy v0.10.3
31012026-05-04T14:50:41.840Z Compiling structmeta v0.3.0
31022026-05-04T14:50:41.855Z Compiling poly1305 v0.8.0
31032026-05-04T14:50:41.896Z Compiling chacha20 v0.9.1
31042026-05-04T14:50:41.913Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31052026-05-04T14:50:41.970Z Compiling derive_more v0.99.20
31062026-05-04T14:50:42.006Z Compiling ciborium v0.2.2
31072026-05-04T14:50:42.024Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-05-04T14:50:42.028Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-04T14:50:42.056Z Compiling thiserror-impl-no-std v2.0.2
31102026-05-04T14:50:42.087Z Compiling derive-ex v0.1.8
31112026-05-04T14:50:42.163Z Compiling parse-display-derive v0.10.0
31122026-05-04T14:50:42.191Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-04T14:50:42.271Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-05-04T14:50:42.340Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-04T14:50:42.388Z Compiling byte-wrapper v0.1.0
31162026-05-04T14:50:42.414Z Compiling blake2 v0.10.6
31172026-05-04T14:50:42.430Z Compiling password-hash v0.5.0
31182026-05-04T14:50:42.626Z Compiling chacha20poly1305 v0.10.1
31192026-05-04T14:50:42.664Z Compiling indent_write v2.2.0
31202026-05-04T14:50:42.703Z Compiling argon2 v0.5.3
31212026-05-04T14:50:42.797Z Compiling tokio-rustls v0.25.0
31222026-05-04T14:50:42.849Z Compiling heapless v0.8.0
31232026-05-04T14:50:42.888Z Compiling ingot-macros v0.1.1
31242026-05-04T14:50:42.917Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-05-04T14:50:43.072Z Compiling hash32 v0.3.1
31262026-05-04T14:50:43.169Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31272026-05-04T14:50:43.258Z Compiling typify-impl v0.6.2
31282026-05-04T14:50:43.357Z Compiling thiserror-no-std v2.0.2
31292026-05-04T14:50:43.476Z Compiling vsss-rs v3.3.4
31302026-05-04T14:50:43.702Z Compiling smoltcp v0.11.0
31312026-05-04T14:50:43.790Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-05-04T14:50:43.933Z Compiling test-strategy v0.4.5
31332026-05-04T14:50:43.979Z Compiling parse-display v0.10.0
31342026-05-04T14:50:44.019Z Compiling proc-macro-crate v3.4.0
31352026-05-04T14:50:44.063Z Compiling tabwriter v1.4.1
31362026-05-04T14:50:44.085Z Compiling num-rational v0.4.2
31372026-05-04T14:50:44.123Z Compiling cobs v0.3.0
31382026-05-04T14:50:44.337Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-04T14:50:44.340Z Compiling num-complex v0.4.6
31402026-05-04T14:50:44.370Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-04T14:50:44.474Z Compiling postcard v1.1.3
31422026-05-04T14:50:44.513Z Compiling proc-macro-error v1.0.4
31432026-05-04T14:50:44.625Z Compiling proc-macro-crate v1.3.1
31442026-05-04T14:50:44.649Z Compiling num_enum_derive v0.7.5
31452026-05-04T14:50:44.725Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31462026-05-04T14:50:44.742Z Compiling num v0.4.3
31472026-05-04T14:50:44.758Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-04T14:50:44.804Z Compiling foreign-types-macros v0.2.3
31492026-05-04T14:50:44.847Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-05-04T14:50:44.891Z Compiling cpufeatures v0.3.0
31512026-05-04T14:50:44.909Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-05-04T14:50:45.003Z Compiling foreign-types-shared v0.3.1
31532026-05-04T14:50:45.036Z Compiling rayon-core v1.13.0
31542026-05-04T14:50:45.072Z Compiling colored v3.1.1
31552026-05-04T14:50:45.089Z Compiling float-ord v0.3.2
31562026-05-04T14:50:45.113Z Compiling num_enum_derive v0.5.11
31572026-05-04T14:50:45.157Z Compiling chacha20 v0.10.0
31582026-05-04T14:50:45.230Z Compiling crossbeam-deque v0.8.6
31592026-05-04T14:50:45.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-05-04T14:50:45.330Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31612026-05-04T14:50:45.348Z Compiling cstr-argument v0.1.2
31622026-05-04T14:50:45.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-05-04T14:50:45.474Z Compiling foreign-types v0.5.0
31642026-05-04T14:50:45.520Z Compiling rand v0.10.0
31652026-05-04T14:50:45.545Z Compiling toml v0.8.23
31662026-05-04T14:50:45.578Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31672026-05-04T14:50:45.594Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-05-04T14:50:45.708Z Compiling camino-tempfile v1.4.1
31692026-05-04T14:50:45.769Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31702026-05-04T14:50:45.808Z Compiling num_enum v0.7.5
31712026-05-04T14:50:45.840Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31722026-05-04T14:50:45.884Z Compiling zone_cfg_derive v0.3.1
31732026-05-04T14:50:45.925Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31742026-05-04T14:50:45.960Z Compiling rayon v1.11.0
31752026-05-04T14:50:45.977Z Compiling ingot-types v0.1.2
31762026-05-04T14:50:45.980Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-05-04T14:50:46.010Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-04T14:50:46.133Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31792026-05-04T14:50:46.192Z Compiling itertools v0.12.1
31802026-05-04T14:50:46.215Z Compiling num-derive v0.4.2
31812026-05-04T14:50:46.232Z Compiling sigpipe v0.1.3
31822026-05-04T14:50:46.235Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-05-04T14:50:46.247Z Compiling num_enum v0.5.11
31842026-05-04T14:50:46.248Z Compiling glob v0.3.3
31852026-05-04T14:50:46.348Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-05-04T14:50:46.383Z Compiling ingot v0.1.1
31872026-05-04T14:50:46.430Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-04T14:50:46.445Z Compiling smf v0.2.3
31892026-05-04T14:50:46.496Z Compiling prettyplease v0.2.37
31902026-05-04T14:50:46.499Z Compiling whoami v1.6.1
31912026-05-04T14:50:46.604Z Compiling gethostname v0.5.0
31922026-05-04T14:50:46.733Z Compiling usdt-attr-macro v0.5.0
31932026-05-04T14:50:46.769Z Compiling usdt-macro v0.5.0
31942026-05-04T14:50:46.800Z Compiling memmap v0.7.0
31952026-05-04T14:50:46.832Z Compiling atomicwrites v0.4.4
31962026-05-04T14:50:46.927Z Compiling derive-where v1.6.0
31972026-05-04T14:50:47.017Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-05-04T14:50:47.035Z Compiling progenitor-client v0.13.0
31992026-05-04T14:50:47.047Z Compiling resolv-conf v0.7.6
32002026-05-04T14:50:47.184Z Compiling owo-colors v4.3.0
32012026-05-04T14:50:47.262Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-04T14:50:47.402Z Compiling zone v0.3.1
32032026-05-04T14:50:47.443Z Compiling cancel-safe-futures v0.1.5
32042026-05-04T14:50:47.480Z Compiling libsw-core v0.3.2
32052026-05-04T14:50:47.605Z Compiling async-recursion v1.1.1
32062026-05-04T14:50:47.627Z Compiling usdt v0.5.0
32072026-05-04T14:50:47.643Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32082026-05-04T14:50:47.691Z Compiling libsw v3.5.0
32092026-05-04T14:50:47.800Z Compiling libefi-sys v0.1.0
32102026-05-04T14:50:47.827Z Compiling linear-map v1.2.0
32112026-05-04T14:50:47.906Z Compiling console v0.15.11
32122026-05-04T14:50:47.932Z Compiling hickory-proto v0.24.4
32132026-05-04T14:50:48.048Z Compiling newline-converter v0.3.0
32142026-05-04T14:50:48.059Z Compiling bitfield-struct v0.6.2
32152026-05-04T14:50:48.083Z Compiling linked-hash-map v0.5.6
32162026-05-04T14:50:48.099Z Compiling semver v0.1.20
32172026-05-04T14:50:48.152Z Compiling typify-macro v0.6.2
32182026-05-04T14:50:48.189Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32192026-05-04T14:50:48.293Z Compiling lru-cache v0.1.2
32202026-05-04T14:50:48.321Z Compiling rustc_version v0.1.7
32212026-05-04T14:50:48.362Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32222026-05-04T14:50:48.378Z Compiling expectorate v1.2.0
32232026-05-04T14:50:48.400Z Compiling tokio-dtrace v0.1.1
32242026-05-04T14:50:48.425Z Compiling dropshot-api-manager-types v0.7.1
32252026-05-04T14:50:48.473Z Compiling pin-project-internal v1.1.11
32262026-05-04T14:50:48.473Z Compiling slog-dtrace v0.3.0
32272026-05-04T14:50:48.487Z Compiling minimal-lexical v0.2.1
32282026-05-04T14:50:48.557Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-04T14:50:48.613Z Compiling newtype_derive v0.1.6
32302026-05-04T14:50:48.627Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32312026-05-04T14:50:48.791Z Compiling oxide-tokio-rt v0.1.4
32322026-05-04T14:50:48.807Z Compiling nom v7.1.3
32332026-05-04T14:50:48.829Z Compiling typify-impl v0.4.3
32342026-05-04T14:50:48.871Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-05-04T14:50:48.871Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-04T14:50:48.871Z Compiling snafu-derive v0.8.9
32372026-05-04T14:50:48.891Z Compiling phf_shared v0.12.1
32382026-05-04T14:50:48.891Z Compiling pem v3.0.6
32392026-05-04T14:50:48.917Z Compiling csv-core v0.1.13
32402026-05-04T14:50:49.036Z Compiling same-file v1.0.6
32412026-05-04T14:50:49.100Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-05-04T14:50:49.153Z Compiling xshell-macros v0.2.7
32432026-05-04T14:50:49.253Z Compiling highway v1.3.0
32442026-05-04T14:50:49.262Z Compiling chrono-tz v0.10.4
32452026-05-04T14:50:49.434Z Compiling walkdir v2.5.0
32462026-05-04T14:50:49.456Z Compiling csv v1.4.0
32472026-05-04T14:50:49.504Z Compiling const_format_proc_macros v0.2.34
32482026-05-04T14:50:49.519Z Compiling phf v0.12.1
32492026-05-04T14:50:49.585Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32502026-05-04T14:50:49.669Z Compiling xshell v0.2.7
32512026-05-04T14:50:49.711Z Compiling pin-project v1.1.11
32522026-05-04T14:50:49.791Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-05-04T14:50:49.811Z Compiling globset v0.4.18
32542026-05-04T14:50:49.853Z Compiling olpc-cjson v0.1.4
32552026-05-04T14:50:50.050Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32562026-05-04T14:50:50.070Z Compiling primeorder v0.13.6
32572026-05-04T14:50:50.127Z Compiling serde_plain v1.0.2
32582026-05-04T14:50:50.153Z Compiling typify v0.6.2
32592026-05-04T14:50:50.169Z Compiling typed-path v0.9.3
32602026-05-04T14:50:50.231Z Compiling hickory-resolver v0.24.4
32612026-05-04T14:50:50.240Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-05-04T14:50:50.378Z Compiling progenitor-impl v0.14.0
32632026-05-04T14:50:50.411Z Compiling progenitor-impl v0.13.0
32642026-05-04T14:50:50.411Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-05-04T14:50:50.422Z Compiling const_format v0.2.35
32662026-05-04T14:50:50.566Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32672026-05-04T14:50:50.756Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32682026-05-04T14:50:50.774Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32692026-05-04T14:50:50.921Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32702026-05-04T14:50:51.062Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32712026-05-04T14:50:51.231Z Compiling snafu v0.8.9
32722026-05-04T14:50:51.281Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32732026-05-04T14:50:51.391Z Compiling qorb v0.4.1
32742026-05-04T14:50:51.526Z Compiling tough v0.20.0
32752026-05-04T14:50:51.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-04T14:50:51.848Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-05-04T14:50:51.906Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-05-04T14:50:52.015Z Compiling tabled_derive v0.7.0
32792026-05-04T14:50:52.146Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32802026-05-04T14:50:52.203Z Compiling bcs v0.1.6
32812026-05-04T14:50:52.571Z Compiling salty v0.3.0
32822026-05-04T14:50:52.664Z Compiling termtree v0.5.1
32832026-05-04T14:50:52.724Z Compiling textwrap v0.16.2
32842026-05-04T14:50:52.859Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32852026-05-04T14:50:52.901Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-05-04T14:50:52.981Z Compiling steno v0.4.1
32872026-05-04T14:50:53.082Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-05-04T14:50:53.140Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-05-04T14:50:53.158Z Compiling progenitor-macro v0.14.0
32902026-05-04T14:50:53.178Z Compiling tabled v0.15.0
32912026-05-04T14:50:53.229Z Compiling progenitor-macro v0.13.0
32922026-05-04T14:50:53.247Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32932026-05-04T14:50:53.423Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-05-04T14:50:53.441Z Compiling radium v0.7.0
32952026-05-04T14:50:53.564Z Compiling humantime v2.3.0
32962026-05-04T14:50:53.585Z Compiling typify-macro v0.4.3
32972026-05-04T14:50:53.743Z Compiling base64 v0.21.7
32982026-05-04T14:50:53.793Z Compiling tagptr v0.2.0
32992026-05-04T14:50:53.990Z Compiling moka v0.12.13
33002026-05-04T14:50:54.010Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-04T14:50:54.057Z Compiling p384 v0.13.1
33022026-05-04T14:50:54.121Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33032026-05-04T14:50:54.390Z Compiling tap v1.0.1
33042026-05-04T14:50:54.545Z Compiling maybe-uninit v2.0.0
33052026-05-04T14:50:54.661Z Compiling wyz v0.5.1
33062026-05-04T14:50:54.690Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-04T14:50:54.709Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-05-04T14:50:54.859Z Compiling hickory-resolver v0.25.2
33092026-05-04T14:50:54.958Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33102026-05-04T14:50:54.976Z Compiling proc-macro-error-attr2 v2.0.0
33112026-05-04T14:50:55.163Z Compiling utf-8 v0.7.6
33122026-05-04T14:50:55.342Z Compiling packed_struct v0.10.1
33132026-05-04T14:50:55.390Z Compiling funty v2.0.0
33142026-05-04T14:50:55.453Z Compiling parking_lot_core v0.8.6
33152026-05-04T14:50:55.484Z Compiling typify v0.4.3
33162026-05-04T14:50:55.635Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33172026-05-04T14:50:55.652Z Compiling proc-macro-error2 v2.0.1
33182026-05-04T14:50:55.696Z Compiling tungstenite v0.21.0
33192026-05-04T14:50:55.751Z Compiling polyval v0.6.2
33202026-05-04T14:50:55.794Z Compiling bitvec v1.0.1
33212026-05-04T14:50:55.815Z Compiling git-stub v1.0.0
33222026-05-04T14:50:55.852Z Compiling num-derive v0.3.3
33232026-05-04T14:50:55.912Z Compiling packed_struct_codegen v0.10.1
33242026-05-04T14:50:56.019Z Compiling bitfield-macros v0.19.4
33252026-05-04T14:50:56.038Z Compiling zerocopy-derive v0.6.6
33262026-05-04T14:50:56.071Z Compiling indexmap v1.9.3
33272026-05-04T14:50:56.089Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-05-04T14:50:56.136Z Compiling nodrop v0.1.14
33292026-05-04T14:50:56.269Z Compiling crc-catalog v2.4.0
33302026-05-04T14:50:56.366Z Compiling crc v3.4.0
33312026-05-04T14:50:56.382Z Compiling tokio-tungstenite v0.21.0
33322026-05-04T14:50:56.402Z Compiling array-init v0.0.4
33332026-05-04T14:50:56.622Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-05-04T14:50:56.660Z Compiling tabled_derive v0.11.0
33352026-05-04T14:50:56.760Z Compiling git-stub-vcs v0.1.0
33362026-05-04T14:50:56.817Z Compiling ghash v0.5.1
33372026-05-04T14:50:56.853Z Compiling bitfield v0.19.4
33382026-05-04T14:50:56.886Z Compiling libscf-sys v1.1.0
33392026-05-04T14:50:57.019Z Compiling zerocopy v0.6.6
33402026-05-04T14:50:57.073Z Compiling smallvec v0.6.14
33412026-05-04T14:50:57.148Z Compiling progenitor-impl v0.11.2
33422026-05-04T14:50:57.166Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-05-04T14:50:57.184Z Compiling papergrid v0.17.0
33442026-05-04T14:50:57.206Z Compiling testing_table v0.3.0
33452026-05-04T14:50:57.361Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-04T14:50:57.380Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-05-04T14:50:57.402Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-05-04T14:50:57.419Z Compiling ctr v0.9.2
33492026-05-04T14:50:57.570Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-05-04T14:50:57.666Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-05-04T14:50:57.685Z Compiling hashbrown v0.12.3
33522026-05-04T14:50:57.762Z Compiling unicase v2.9.0
33532026-05-04T14:50:57.922Z Compiling corncobs v0.1.4
33542026-05-04T14:50:58.007Z Compiling aes-gcm v0.10.3
33552026-05-04T14:50:58.026Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-05-04T14:50:58.029Z Compiling mime_guess v2.0.5
33572026-05-04T14:50:58.060Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-04T14:50:58.089Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-05-04T14:50:58.136Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-05-04T14:50:58.205Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-05-04T14:50:58.223Z Compiling tabled v0.20.0
33622026-05-04T14:50:58.398Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-05-04T14:50:58.460Z Compiling serde-hex v0.1.0
33642026-05-04T14:50:58.574Z Compiling progenitor v0.14.0
33652026-05-04T14:50:58.577Z Compiling parking_lot v0.11.2
33662026-05-04T14:50:58.692Z Compiling progenitor v0.13.0
33672026-05-04T14:50:58.709Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-04T14:50:58.740Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-05-04T14:50:58.771Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-05-04T14:50:58.790Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33712026-05-04T14:50:58.837Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33722026-05-04T14:50:58.886Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-05-04T14:50:59.065Z Compiling progenitor-impl v0.10.0
33742026-05-04T14:50:59.183Z Compiling ron v0.8.1
33752026-05-04T14:50:59.292Z Compiling hashbrown v0.13.2
33762026-05-04T14:50:59.318Z Compiling progenitor-client v0.11.2
33772026-05-04T14:50:59.337Z Compiling blowfish v0.9.1
33782026-05-04T14:50:59.340Z Compiling ssh-encoding v0.2.0
33792026-05-04T14:50:59.644Z Compiling prefix-trie v0.7.0
33802026-05-04T14:50:59.684Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-05-04T14:50:59.704Z Compiling fxhash v0.2.1
33822026-05-04T14:50:59.869Z Compiling secrecy v0.8.0
33832026-05-04T14:50:59.888Z Compiling crc-any v2.5.0
33842026-05-04T14:51:00.064Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33852026-05-04T14:51:00.067Z Compiling progenitor-macro v0.11.2
33862026-05-04T14:51:00.105Z Compiling hickory-server v0.25.2
33872026-05-04T14:51:00.267Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-05-04T14:51:00.329Z Compiling sled v0.34.7
33892026-05-04T14:51:00.410Z Compiling object v0.30.4
33902026-05-04T14:51:00.618Z Compiling ssh-cipher v0.2.0
33912026-05-04T14:51:01.283Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-05-04T14:51:01.286Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-04T14:51:01.477Z Compiling bcrypt-pbkdf v0.10.0
33942026-05-04T14:51:01.526Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33952026-05-04T14:51:01.845Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-05-04T14:51:01.882Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33972026-05-04T14:51:01.902Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33982026-05-04T14:51:01.920Z Compiling progenitor-macro v0.10.0
33992026-05-04T14:51:02.041Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002026-05-04T14:51:02.184Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-05-04T14:51:02.359Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34022026-05-04T14:51:02.733Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-05-04T14:51:02.755Z Compiling password-hash v0.4.2
34042026-05-04T14:51:03.209Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-05-04T14:51:03.580Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-05-04T14:51:03.659Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34072026-05-04T14:51:03.927Z Compiling http-range v0.1.5
34082026-05-04T14:51:03.950Z Compiling path-slash v0.1.5
34092026-05-04T14:51:03.972Z Compiling half v1.8.3
34102026-05-04T14:51:03.991Z Compiling crc8 v0.1.1
34112026-05-04T14:51:04.050Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34122026-05-04T14:51:04.109Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34132026-05-04T14:51:04.147Z Compiling pbkdf2 v0.11.0
34142026-05-04T14:51:04.166Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-05-04T14:51:04.293Z Compiling serde_cbor v0.11.2
34162026-05-04T14:51:04.353Z Compiling ssh-key v0.6.7
34172026-05-04T14:51:04.434Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34182026-05-04T14:51:04.623Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-05-04T14:51:04.679Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34202026-05-04T14:51:04.737Z Compiling p256 v0.13.2
34212026-05-04T14:51:04.846Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-05-04T14:51:04.959Z Compiling p521 v0.13.3
34232026-05-04T14:51:05.164Z Compiling yasna v0.5.2
34242026-05-04T14:51:05.235Z Compiling kstat-rs v0.2.4
34252026-05-04T14:51:05.253Z Compiling headers-core v0.3.0
34262026-05-04T14:51:05.357Z Compiling progenitor v0.11.2
34272026-05-04T14:51:05.411Z Compiling nanorand v0.7.0
34282026-05-04T14:51:05.427Z Compiling atty v0.2.14
34292026-05-04T14:51:05.539Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34302026-05-04T14:51:05.558Z Compiling russh-cryptovec v0.7.3
34312026-05-04T14:51:05.561Z Compiling md5 v0.7.0
34322026-05-04T14:51:05.575Z Compiling home v0.5.12
34332026-05-04T14:51:05.609Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34342026-05-04T14:51:05.686Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34352026-05-04T14:51:05.740Z Compiling rcgen v0.12.1
34362026-05-04T14:51:05.773Z Compiling russh-keys v0.45.0
34372026-05-04T14:51:05.790Z Compiling flume v0.11.1
34382026-05-04T14:51:05.884Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34392026-05-04T14:51:05.903Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-05-04T14:51:05.918Z Compiling headers v0.4.1
34412026-05-04T14:51:05.980Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34422026-05-04T14:51:06.160Z Compiling hyper-staticfile v0.10.1
34432026-05-04T14:51:06.177Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34442026-05-04T14:51:06.311Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34452026-05-04T14:51:06.616Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-05-04T14:51:06.701Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-05-04T14:51:06.743Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34482026-05-04T14:51:06.762Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-04T14:51:06.794Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-05-04T14:51:07.072Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-05-04T14:51:07.104Z Compiling num-bigint v0.4.6
34522026-05-04T14:51:07.204Z Compiling des v0.8.1
34532026-05-04T14:51:07.221Z Compiling progenitor v0.10.0
34542026-05-04T14:51:07.324Z Compiling subprocess v0.2.15
34552026-05-04T14:51:07.443Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34562026-05-04T14:51:07.459Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-05-04T14:51:07.493Z Compiling display-error-chain v0.2.2
34582026-05-04T14:51:07.518Z Compiling hex-literal v0.4.1
34592026-05-04T14:51:07.539Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34602026-05-04T14:51:07.677Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34612026-05-04T14:51:07.680Z Compiling colored v2.2.0
34622026-05-04T14:51:07.859Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34632026-05-04T14:51:07.943Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34642026-05-04T14:51:08.120Z Compiling socket2 v0.5.10
34652026-05-04T14:51:08.143Z Compiling internet-checksum v0.2.1
34662026-05-04T14:51:08.331Z Compiling russh v0.45.0
34672026-05-04T14:51:08.637Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-05-04T14:51:08.863Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-05-04T14:51:11.430Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34702026-05-04T14:51:12.131Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-05-04T14:51:12.644Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-05-04T14:51:13.608Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34732026-05-04T14:51:21.844Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-05-04T14:51:21.845Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-05-04T14:51:21.845Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34762026-05-04T14:51:21.848Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34772026-05-04T14:51:23.624Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782026-05-04T14:51:23.739Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34792026-05-04T14:51:28.017Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34802026-05-04T14:51:29.474Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-05-04T14:51:48.959Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-05-04T14:52:08.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34832026-05-04T14:52:08.690Z
34842026-05-04T14:52:08.690Zreal 1:29.310995147
34852026-05-04T14:52:08.694Zuser 8:42.558625307
34862026-05-04T14:52:08.694Zsys 1:44.813060822
34872026-05-04T14:52:08.694Ztrap 0.280256745
34882026-05-04T14:52:08.694Ztflt 0.455071765
34892026-05-04T14:52:08.694Zdflt 1.520305484
34902026-05-04T14:52:08.694Zkflt 0.000310474
34912026-05-04T14:52:08.694Zlock 31:12.059322472
34922026-05-04T14:52:08.694Zslp 20:25.153985276
34932026-05-04T14:52:08.694Zlat 40.577396489
34942026-05-04T14:52:08.694Zstop 2:52.352720874
34952026-05-04T14:52:08.694Z+ mkdir tests
34962026-05-04T14:52:08.694Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-05-04T14:52:08.694Z+ xargs -I '{}' -t cp '{}' tests/
34982026-05-04T14:52:08.722Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-71486683a83dbca6 tests/
34992026-05-04T14:52:08.743Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-63a2627a1d3cde60 tests/
35002026-05-04T14:52:08.763Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70c5f4ae5fff421d tests/
35012026-05-04T14:52:08.785Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-692ddffc808bacde tests/
35022026-05-04T14:52:09.025Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
35032026-05-04T14:52:09.028Z+ 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-63a2627a1d3cde60 tests/commtest-70c5f4ae5fff421d tests/dhcp_server-71486683a83dbca6 tests/end_to_end_tests-692ddffc808bacde out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35042026-05-04T14:53:35.009ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-05-04T14:53:35.009Za .github/buildomat/ci-env.sh 1K
35062026-05-04T14:53:35.009Za out/target/test 1K
35072026-05-04T14:53:35.009Za out/npuzone/npuzone 27402K
35082026-05-04T14:53:35.009Za package-manifest.toml 35K
35092026-05-04T14:53:35.010Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-05-04T14:53:35.010Za target/release/omicron-package 44886K
35112026-05-04T14:53:35.010Za target/release/xtask 11449K
35122026-05-04T14:53:35.010Za target/debug/bootstrap 351705K
35132026-05-04T14:53:35.010Za tests/bootstrap-63a2627a1d3cde60 31215K
35142026-05-04T14:53:35.010Za tests/commtest-70c5f4ae5fff421d 32300K
35152026-05-04T14:53:35.010Za tests/dhcp_server-71486683a83dbca6 31215K
35162026-05-04T14:53:35.010Za tests/end_to_end_tests-692ddffc808bacde 392816K
35172026-05-04T14:53:35.010Za out/clickhouse.tar.gz 318419K
35182026-05-04T14:53:35.010Za out/clickhouse_keeper.tar.gz 303786K
35192026-05-04T14:53:35.010Za out/clickhouse_server.tar.gz 318418K
35202026-05-04T14:53:35.010Za out/cockroachdb.tar.gz 164629K
35212026-05-04T14:53:35.010Za out/crucible-pantry-zone.tar.gz 43686K
35222026-05-04T14:53:35.010Za out/crucible-utils.tar 17744K
35232026-05-04T14:53:35.010Za out/crucible-zone.tar.gz 57824K
35242026-05-04T14:53:35.010Za out/external-dns.tar.gz 49279K
35252026-05-04T14:53:35.010Za out/internal-dns.tar.gz 49279K
35262026-05-04T14:53:35.010Za out/mg-ddm-gz.tar 95141K
35272026-05-04T14:53:35.010Za out/nexus.tar.gz 220194K
35282026-05-04T14:53:35.010Za out/ntp.tar.gz 31636K
35292026-05-04T14:53:35.010Za out/omicron-gateway-softnpu.tar.gz 28504K
35302026-05-04T14:53:35.010Za out/omicron-sled-agent.tar 198741K
35312026-05-04T14:53:35.010Za out/overlay.tar.gz 3K
35322026-05-04T14:53:35.010Za out/oximeter.tar.gz 65279K
35332026-05-04T14:53:35.010Za out/oxlog.tar 3782K
35342026-05-04T14:53:35.010Za out/probe.tar.gz 3037K
35352026-05-04T14:53:35.010Za out/propolis-server.tar.gz 38727K
35362026-05-04T14:53:35.010Za out/pumpkind-gz.tar 26647K
35372026-05-04T14:53:35.010Za out/switch-softnpu.tar.gz 393090K
35382026-05-04T14:53:35.014Z
35392026-05-04T14:53:35.014Zreal 1:25.968939595
35402026-05-04T14:53:35.014Zuser 1:23.192726074
35412026-05-04T14:53:35.014Zsys 4.649006144
35422026-05-04T14:53:35.014Ztrap 0.008553561
35432026-05-04T14:53:35.014Ztflt 0.000000000
35442026-05-04T14:53:35.014Zdflt 0.000000000
35452026-05-04T14:53:35.014Zkflt 0.000000000
35462026-05-04T14:53:35.014Zlock 0.000000000
35472026-05-04T14:53:35.014Zslp 1:23.035545866
35482026-05-04T14:53:35.014Zlat 1.047718670
35492026-05-04T14:53:35.014Zstop 0.000188921
35502026-05-04T14:53:35.014Zprocess exited: duration 960092 ms, exit code 0
 
35512026-05-04T14:53:35.027Zfound 1 output files
35522026-05-04T14:53:35.027Zuploading: /work/package.tar.gz (2429285496 bytes)
35532026-05-04T14:54:04.707Zuploaded: /work/package.tar.gz