01KMG3P15TZ9FXM2R120EGYDKD: 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: 01KMG3PFMQCADZWM6GZ70A6229

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T14:25:25.111Zjob assigned to worker 01KMG3PQHKJXMAKXWFJAD9Y2CG [factory aws, i-0312750f4488a849c] (queued for 1 m 18 s)
 
22026-03-24T14:25:33.778Zstarting task 0: "setup"
32026-03-24T14:25:33.783Z++ uname -s
42026-03-24T14:25:33.787Z+ kern=SunOS
52026-03-24T14:25:33.787Z+ build_user=build
62026-03-24T14:25:33.787Z+ build_uid=12345
72026-03-24T14:25:33.787Z+ work_dir=/work
82026-03-24T14:25:33.787Z+ input_dir=/input
92026-03-24T14:25:33.787Z+ [[ 0 == 12345 ]]
102026-03-24T14:25:33.787Z+ case "$kern" in
112026-03-24T14:25:33.787Z+ groupadd -g 12345 build
122026-03-24T14:25:33.790Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T14:25:35.797Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T14:25:35.924Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T14:25:35.928Z+ home_fs=zfs
162026-03-24T14:25:35.928Z+ [[ zfs == autofs ]]
172026-03-24T14:25:35.928Z+ mkdir -p /home/build
182026-03-24T14:25:35.931Z+ chown build:build /home/build /work
192026-03-24T14:25:37.932Z+ chmod 0700 /home/build /work
202026-03-24T14:25:37.935Zprocess exited: duration 4159 ms, exit code 0
 
212026-03-24T14:25:37.942Zstarting task 1: "rust-toolchain"
222026-03-24T14:25:37.948Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T14:25:37.948Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-24T14:25:37.948Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-24T14:25:37.948Z * rust toolchain channel = "1.94.0"
262026-03-24T14:25:37.948Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T14:25:37.948Z * rust toolchain profile = "default"
282026-03-24T14:25:37.951Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T14:25:37.952Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T14:25:38.080Zinfo: downloading installer
312026-03-24T14:25:39.759Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T14:25:39.759Zwarn: /opt/ooce/bin
332026-03-24T14:25:39.759Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T14:25:39.759Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T14:25:39.759Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T14:25:39.759Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T14:25:39.759Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T14:25:39.759Zerror: cannot install while Rust is installed
392026-03-24T14:25:39.759Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T14:25:39.759Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T14:25:39.759Zwarn: /home/build/.rustup/settings.toml
422026-03-24T14:25:39.759Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T14:25:39.759Zwarn: instead of the one inferred from the default host triple.
442026-03-24T14:25:39.772Zinfo: profile set to default
452026-03-24T14:25:39.772Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T14:25:39.775Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T14:25:39.924Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T14:25:39.927Zinfo: downloading 6 components
492026-03-24T14:25:56.309Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T14:25:56.309Z
512026-03-24T14:25:56.351Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T14:25:56.351Z
532026-03-24T14:25:56.351Z
542026-03-24T14:25:56.354ZRust is installed now. Great!
552026-03-24T14:25:56.355Z
562026-03-24T14:25:56.355ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T14:25:56.355Zenvironment variable. This has not been done automatically.
582026-03-24T14:25:56.355Z
592026-03-24T14:25:56.355ZTo configure your current shell, you need to source
602026-03-24T14:25:56.355Zthe corresponding env file under $HOME/.cargo.
612026-03-24T14:25:56.355Z
622026-03-24T14:25:56.355ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T14:25:56.355Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T14:25:56.355Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T14:25:56.355Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T14:25:56.355Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T14:25:56.355Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T14:25:56.355Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T14:25:56.355Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T14:25:56.355Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T14:25:56.472Z+ rustup --version
722026-03-24T14:25:56.479Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T14:25:56.482Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T14:25:56.505Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T14:25:56.508Z+ cargo --version
762026-03-24T14:25:56.521Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T14:25:56.524Z+ rustc --version
782026-03-24T14:25:56.549Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T14:25:56.552Zprocess exited: duration 18605 ms, exit code 0
 
802026-03-24T14:25:56.559Zstarting task 2: "authentication"
812026-03-24T14:25:56.580Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T14:25:56.586Zstarting task 3: "clone repository"
832026-03-24T14:25:56.591Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T14:25:56.594Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T14:25:56.632ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T14:26:07.867Z+ cd /work/oxidecomputer/omicron
872026-03-24T14:26:07.871Z+ git fetch origin c1dadec56d7d0eb500e5a747c43891174e8b8eac
882026-03-24T14:26:08.183ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T14:26:08.183Z * branch c1dadec56d7d0eb500e5a747c43891174e8b8eac -> FETCH_HEAD
902026-03-24T14:26:08.195Z+ [[ -n jmcarp/oxql-field-bench ]]
912026-03-24T14:26:08.199Z++ git branch --show-current
922026-03-24T14:26:08.202Z+ current=main
932026-03-24T14:26:08.202Z+ [[ main != jmcarp/oxql-field-bench ]]
942026-03-24T14:26:08.202Z+ git branch -f jmcarp/oxql-field-bench c1dadec56d7d0eb500e5a747c43891174e8b8eac
952026-03-24T14:26:08.205Z+ git checkout -f jmcarp/oxql-field-bench
962026-03-24T14:26:08.530ZSwitched to branch 'jmcarp/oxql-field-bench'
972026-03-24T14:26:08.533Z+ git reset --hard c1dadec56d7d0eb500e5a747c43891174e8b8eac
982026-03-24T14:26:08.569ZHEAD is now at c1dadec56 Check in oxql benchmark.
992026-03-24T14:26:08.572Zprocess exited: duration 11981 ms, exit code 0
 
1002026-03-24T14:26:08.578Zstarting task 4: "build"
1012026-03-24T14:26:08.584Z+ source .github/buildomat/ci-env.sh
1022026-03-24T14:26:08.584Z++ export CARGO_TERM_COLOR=always
1032026-03-24T14:26:08.584Z++ CARGO_TERM_COLOR=always
1042026-03-24T14:26:08.584Z+ cargo --version
1052026-03-24T14:26:08.597Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T14:26:08.600Z+ rustc --version
1072026-03-24T14:26:08.626Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T14:26:08.629Z+ WORK=/work
1092026-03-24T14:26:08.629Z+ pfexec mkdir -p /work
1102026-03-24T14:26:08.634Z+ pfexec chown build /work
1112026-03-24T14:26:08.637Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T14:26:18.753Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T14:26:28.648Z Startup: Caching catalogs ... Done
1142026-03-24T14:26:51.199ZPlanning: Solver setup ... Done (21.116s)
1152026-03-24T14:26:51.358ZPlanning: Running solver ... Done (0.159s)
1162026-03-24T14:26:51.547ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-24T14:26:51.560ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T14:26:51.688ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T14:26:51.734ZPlanning: Package planning ... Done (0.046s)
1202026-03-24T14:26:51.777ZPlanning: Merging actions ... Done (0.043s)
1212026-03-24T14:26:52.025ZPlanning: Checking for conflicting actions ... Done (0.248s)
1222026-03-24T14:26:52.036ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T14:26:52.898ZPlanning: Evaluating mediators ... Done (0.862s)
1242026-03-24T14:26:52.907ZPlanning: Planning completed in 24.11 seconds
1252026-03-24T14:26:52.921Z Packages to install: 4
1262026-03-24T14:26:52.921Z Mediators to change: 2
1272026-03-24T14:26:52.921Z Services to change: 1
1282026-03-24T14:26:52.924Z Estimated space available: 155.43 GB
1292026-03-24T14:26:52.924ZEstimated space to be consumed: 1.83 GB
1302026-03-24T14:26:52.924Z Create boot environment: No
1312026-03-24T14:26:52.924ZCreate backup boot environment: No
1322026-03-24T14:26:52.924Z Rebuild boot archive: No
1332026-03-24T14:26:52.924Z
1342026-03-24T14:26:52.925ZChanged mediators:
1352026-03-24T14:26:52.925Z mediator clang:
1362026-03-24T14:26:52.925Z version: None -> 15 (system default)
1372026-03-24T14:26:52.925Z
1382026-03-24T14:26:52.925Z mediator llvm:
1392026-03-24T14:26:52.925Z version: 14 (system default) -> 15 (system default)
1402026-03-24T14:26:52.925Z
1412026-03-24T14:26:52.925ZChanged packages:
1422026-03-24T14:26:52.925Zhelios-dev
1432026-03-24T14:26:52.925Z developer/build-essential
1442026-03-24T14:26:52.925Z None -> 11-2.0
1452026-03-24T14:26:52.925Z library/libxmlsec1
1462026-03-24T14:26:52.925Z None -> 1.2.35-2.0
1472026-03-24T14:26:52.925Z ooce/developer/clang-15
1482026-03-24T14:26:52.925Z None -> 15.0.7-2.0
1492026-03-24T14:26:52.925Z ooce/developer/llvm-15
1502026-03-24T14:26:52.925Z None -> 15.0.7-2.0
1512026-03-24T14:26:52.925Z
1522026-03-24T14:26:52.925ZServices:
1532026-03-24T14:26:52.925Z restart_fmri:
1542026-03-24T14:26:52.925Z svc:/system/update-man-index:default
1552026-03-24T14:26:52.970Z
1562026-03-24T14:26:52.971ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T14:26:57.975ZDownload: 1191/3290 items 83.5/212.6MB 39% complete (21.4M/s)
1582026-03-24T14:27:03.742ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (14.9M/s)
1592026-03-24T14:27:07.813ZDownload: Completed 212.60 MB in 14.84 seconds (14.3M/s)
1602026-03-24T14:27:08.092Z Actions: 1/3689 actions (Installing new actions)
1612026-03-24T14:27:12.255Z Actions: Completed 3689 actions in 4.16 seconds.
1622026-03-24T14:27:13.009Z Done (0.748s)
1632026-03-24T14:27:13.009Z Done (0.000s)
1642026-03-24T14:27:13.933Z Done (0.925s)
1652026-03-24T14:27:17.793Z Done (3.494s)
1662026-03-24T14:27:17.881Z Done (0.018s)
1672026-03-24T14:27:17.886Z Done (0.000s)
1682026-03-24T14:27:18.048Z Done (0.000s)
1692026-03-24T14:27:19.015ZPlanning: Evaluating mediator changes ... Done
1702026-03-24T14:27:19.159ZPlanning: Checking for conflicting actions ... Done
1712026-03-24T14:27:19.163ZPlanning: Consolidating action changes ... Done
1722026-03-24T14:27:19.382ZPlanning: Evaluating mediators ... Done
1732026-03-24T14:27:19.385ZPlanning: Planning completed in 0.37 seconds
1742026-03-24T14:27:19.411Z Mediators to change: 2
1752026-03-24T14:27:19.411Z Create boot environment: No
1762026-03-24T14:27:19.414ZCreate backup boot environment: No
1772026-03-24T14:27:19.494Z Done
1782026-03-24T14:27:19.495Z Done
1792026-03-24T14:27:20.229Z Done
1802026-03-24T14:27:23.622Z Done
1812026-03-24T14:27:23.713Z Done
1822026-03-24T14:27:23.716Z Done
1832026-03-24T14:27:23.872Z Done
1842026-03-24T14:27:24.419ZPlanning: Evaluating mediator changes ... Done
1852026-03-24T14:27:24.423ZPlanning: Merging actions ... Done
1862026-03-24T14:27:24.587ZPlanning: Checking for conflicting actions ... Done
1872026-03-24T14:27:24.590ZPlanning: Consolidating action changes ... Done
1882026-03-24T14:27:24.807ZPlanning: Evaluating mediators ... Done
1892026-03-24T14:27:24.850ZPlanning: Planning completed in 0.64 seconds
1902026-03-24T14:27:24.880Z Packages to change: 1
1912026-03-24T14:27:24.880Z Mediators to change: 1
1922026-03-24T14:27:24.884Z Services to change: 1
1932026-03-24T14:27:24.884Z Create boot environment: No
1942026-03-24T14:27:24.884ZCreate backup boot environment: Yes
1952026-03-24T14:27:27.415Z Actions: 1/6 actions (Updating modified actions)
1962026-03-24T14:27:27.419Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-24T14:27:27.419Z Done
1982026-03-24T14:27:27.419Z Done
1992026-03-24T14:27:27.609Z Done
2002026-03-24T14:27:30.934Z Done
2012026-03-24T14:27:31.022Z Done
2022026-03-24T14:27:31.025Z Done
2032026-03-24T14:27:31.182Z Done
2042026-03-24T14:27:31.561ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-24T14:27:31.561Zclang system 15 system
2062026-03-24T14:27:31.561Zcsh system system illumos
2072026-03-24T14:27:31.561Zctags system system illumos
2082026-03-24T14:27:31.561Zfile system system illumos
2092026-03-24T14:27:31.561Zgcc vendor 12 vendor
2102026-03-24T14:27:31.561Zgcc system 10 system
2112026-03-24T14:27:31.561Zgcc system 7 system
2122026-03-24T14:27:31.561Zgo system 1.20 system
2132026-03-24T14:27:31.561Zgo system 1.19 system
2142026-03-24T14:27:31.561Zllvm system 15 system
2152026-03-24T14:27:31.561Zllvm system 14 system
2162026-03-24T14:27:31.561Zmariadb system 10.6 system
2172026-03-24T14:27:31.561Zmta vendor vendor dma
2182026-03-24T14:27:31.561Zopenjdk system 17 system
2192026-03-24T14:27:31.561Zopenjdk system 11 system
2202026-03-24T14:27:31.561Zopenjdk system 1.8 system
2212026-03-24T14:27:31.561Zopenssl vendor 3 vendor
2222026-03-24T14:27:31.561Zperl system 5.36 system
2232026-03-24T14:27:31.561Zpostgresql system 15 system
2242026-03-24T14:27:31.561Zpostgresql system 13 system
2252026-03-24T14:27:31.561Zpython vendor 3 vendor
2262026-03-24T14:27:31.561Zpython system 2 system
2272026-03-24T14:27:31.561Zpython3 system 3.11 system
2282026-03-24T14:27:31.561Zruby system 3.0 system
2292026-03-24T14:27:31.561Zwords vendor vendor american-english
2302026-03-24T14:27:31.561Zwords system system australian-english
2312026-03-24T14:27:31.561Zwords system system british-english
2322026-03-24T14:27:31.561Zwords system system canadian-english
2332026-03-24T14:27:31.561Zwords system system french
2342026-03-24T14:27:31.561Zwords system system italian
2352026-03-24T14:27:31.561Zwords system system ngerman
2362026-03-24T14:27:31.561Zwords system system ogerman
2372026-03-24T14:27:31.562Zwords system system spanish
2382026-03-24T14:27:31.867ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-24T14:27:31.867Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-24T14:27:37.838ZFMRI IFO
2412026-03-24T14:27:37.838Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-24T14:27:37.838Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-24T14:27:37.838Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-24T14:27:37.838Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-24T14:27:37.838Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-24T14:27:37.838Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-24T14:27:37.839Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-24T14:27:37.839Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-24T14:27:37.839Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-24T14:27:37.839Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-24T14:27:37.839Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-24T14:27:37.839Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-24T14:27:37.839Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-24T14:27:37.839Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-24T14:27:37.839Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-24T14:27:37.839Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-24T14:27:39.083Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-24T14:27:39.372Z Updating crates.io index
2592026-03-24T14:27:39.408Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-24T14:27:39.691Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-24T14:27:40.682Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-24T14:27:41.205Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-24T14:27:41.920Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-24T14:27:42.624Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-24T14:27:44.052Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-24T14:27:45.660Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-24T14:27:46.582Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-24T14:27:46.876Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-24T14:27:47.752Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-24T14:27:48.015Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-24T14:27:48.505Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-24T14:27:48.953Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-24T14:27:49.876Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-24T14:27:50.376Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-24T14:27:50.823Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-24T14:27:51.130Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-24T14:27:51.615Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-24T14:27:51.990Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-24T14:27:52.300Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-24T14:27:52.546Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-24T14:27:52.998Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-24T14:27:53.364Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-24T14:27:54.018Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-24T14:27:54.259Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-24T14:27:54.582Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-24T14:27:55.430Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-24T14:27:55.711Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-24T14:27:56.512Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T14:27:57.177Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-24T14:27:57.504Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-24T14:27:57.898Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-24T14:27:58.215Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-24T14:27:58.578Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-24T14:27:59.001Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-24T14:27:59.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-24T14:27:59.569Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-24T14:28:00.045Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-24T14:28:15.009Z Downloading crates ...
2992026-03-24T14:28:15.061Z Downloaded cfg-if v1.0.4
3002026-03-24T14:28:15.066Z Downloaded anstyle-query v1.1.5
3012026-03-24T14:28:15.069Z Downloaded anstyle-parse v0.2.7
3022026-03-24T14:28:15.075Z Downloaded anyhow v1.0.102
3032026-03-24T14:28:15.078Z Downloaded pest_generator v2.8.6
3042026-03-24T14:28:15.081Z Downloaded anstyle v1.0.13
3052026-03-24T14:28:15.081Z Downloaded cargo_toml v0.21.0
3062026-03-24T14:28:15.084Z Downloaded cargo_metadata v0.21.0
3072026-03-24T14:28:15.084Z Downloaded icu_provider v2.1.1
3082026-03-24T14:28:15.087Z Downloaded errno v0.3.14
3092026-03-24T14:28:15.087Z Downloaded equivalent v1.0.2
3102026-03-24T14:28:15.088Z Downloaded cpufeatures v0.2.17
3112026-03-24T14:28:15.090Z Downloaded textwrap v0.16.2
3122026-03-24T14:28:15.090Z Downloaded clap_derive v4.5.55
3132026-03-24T14:28:15.094Z Downloaded zerofrom v0.1.6
3142026-03-24T14:28:15.094Z Downloaded typeid v1.0.3
3152026-03-24T14:28:15.094Z Downloaded thiserror v2.0.18
3162026-03-24T14:28:15.098Z Downloaded zmij v1.0.21
3172026-03-24T14:28:15.101Z Downloaded version_check v0.9.5
3182026-03-24T14:28:15.101Z Downloaded num-traits v0.2.19
3192026-03-24T14:28:15.104Z Downloaded usdt-attr-macro v0.5.0
3202026-03-24T14:28:15.104Z Downloaded utf8_iter v1.0.4
3212026-03-24T14:28:15.104Z Downloaded usdt-macro v0.5.0
3222026-03-24T14:28:15.107Z Downloaded thread-id v4.2.2
3232026-03-24T14:28:15.107Z Downloaded is_terminal_polyfill v1.70.2
3242026-03-24T14:28:15.107Z Downloaded heck v0.4.1
3252026-03-24T14:28:15.111Z Downloaded zerofrom-derive v0.1.6
3262026-03-24T14:28:15.111Z Downloaded usdt v0.5.0
3272026-03-24T14:28:15.111Z Downloaded swrite v0.1.0
3282026-03-24T14:28:15.111Z Downloaded proc-macro-error-attr v1.0.4
3292026-03-24T14:28:15.115Z Downloaded litemap v0.8.1
3302026-03-24T14:28:15.115Z Downloaded fastrand v2.3.0
3312026-03-24T14:28:15.115Z Downloaded dof v0.3.0
3322026-03-24T14:28:15.115Z Downloaded unicode-xid v0.2.6
3332026-03-24T14:28:15.118Z Downloaded toml_datetime v0.6.11
3342026-03-24T14:28:15.118Z Downloaded colorchoice v1.0.4
3352026-03-24T14:28:15.118Z Downloaded sha2 v0.10.9
3362026-03-24T14:28:15.121Z Downloaded serde-untagged v0.1.9
3372026-03-24T14:28:15.121Z Downloaded macaddr v1.0.1
3382026-03-24T14:28:15.124Z Downloaded yoke-derive v0.8.1
3392026-03-24T14:28:15.124Z Downloaded thiserror-impl v1.0.69
3402026-03-24T14:28:15.124Z Downloaded unicode-linebreak v0.1.5
3412026-03-24T14:28:15.124Z Downloaded zerovec-derive v0.11.2
3422026-03-24T14:28:15.127Z Downloaded utf8parse v0.2.2
3432026-03-24T14:28:15.127Z Downloaded thiserror-impl v2.0.18
3442026-03-24T14:28:15.127Z Downloaded tinystr v0.8.2
3452026-03-24T14:28:15.130Z Downloaded camino-tempfile v1.4.1
3462026-03-24T14:28:15.130Z Downloaded yoke v0.8.1
3472026-03-24T14:28:15.133Z Downloaded serde_spanned v0.6.9
3482026-03-24T14:28:15.133Z Downloaded typenum v1.19.0
3492026-03-24T14:28:15.136Z Downloaded percent-encoding v2.3.2
3502026-03-24T14:28:15.136Z Downloaded heck v0.5.0
3512026-03-24T14:28:15.136Z Downloaded writeable v0.6.2
3522026-03-24T14:28:15.140Z Downloaded usdt-impl v0.5.0
3532026-03-24T14:28:15.140Z Downloaded quote v1.0.44
3542026-03-24T14:28:15.143Z Downloaded serde-value v0.7.0
3552026-03-24T14:28:15.143Z Downloaded memmap v0.7.0
3562026-03-24T14:28:15.143Z Downloaded fnv v1.0.7
3572026-03-24T14:28:15.146Z Downloaded toml v0.8.23
3582026-03-24T14:28:15.146Z Downloaded toml_write v0.1.2
3592026-03-24T14:28:15.149Z Downloaded scroll_derive v0.12.1
3602026-03-24T14:28:15.149Z Downloaded ucd-trie v0.1.7
3612026-03-24T14:28:15.149Z Downloaded generic-array v0.14.7
3622026-03-24T14:28:15.152Z Downloaded zerocopy-derive v0.7.35
3632026-03-24T14:28:15.155Z Downloaded fs-err v3.3.0
3642026-03-24T14:28:15.156Z Downloaded itoa v1.0.17
3652026-03-24T14:28:15.156Z Downloaded pretty-hex v0.4.1
3662026-03-24T14:28:15.158Z Downloaded crypto-common v0.1.7
3672026-03-24T14:28:15.159Z Downloaded thiserror v1.0.69
3682026-03-24T14:28:15.162Z Downloaded unicode-ident v1.0.24
3692026-03-24T14:28:15.165Z Downloaded toml_edit v0.22.27
3702026-03-24T14:28:15.168Z Downloaded stable_deref_trait v1.2.1
3712026-03-24T14:28:15.168Z Downloaded ordered-float v2.10.1
3722026-03-24T14:28:15.168Z Downloaded cargo-platform v0.2.0
3732026-03-24T14:28:15.171Z Downloaded terminal_size v0.4.3
3742026-03-24T14:28:15.171Z Downloaded icu_properties v2.1.2
3752026-03-24T14:28:15.171Z Downloaded url v2.5.8
3762026-03-24T14:28:15.174Z Downloaded zerotrie v0.2.3
3772026-03-24T14:28:15.177Z Downloaded strsim v0.11.1
3782026-03-24T14:28:15.177Z Downloaded idna_adapter v1.2.1
3792026-03-24T14:28:15.177Z Downloaded form_urlencoded v1.2.2
3802026-03-24T14:28:15.180Z Downloaded clap_lex v1.0.0
3812026-03-24T14:28:15.180Z Downloaded anstream v0.6.21
3822026-03-24T14:28:15.183Z Downloaded dtrace-parser v0.2.0
3832026-03-24T14:28:15.183Z Downloaded block-buffer v0.10.4
3842026-03-24T14:28:15.184Z Downloaded plain v0.2.3
3852026-03-24T14:28:15.184Z Downloaded bytecount v0.6.9
3862026-03-24T14:28:15.187Z Downloaded icu_normalizer_data v2.1.1
3872026-03-24T14:28:15.187Z Downloaded autocfg v1.5.0
3882026-03-24T14:28:15.190Z Downloaded zerovec v0.11.5
3892026-03-24T14:28:15.194Z Downloaded zerocopy v0.7.35
3902026-03-24T14:28:15.205Z Downloaded tabled_derive v0.7.0
3912026-03-24T14:28:15.208Z Downloaded winnow v0.7.14
3922026-03-24T14:28:15.213Z Downloaded scroll v0.12.0
3932026-03-24T14:28:15.216Z Downloaded byteorder v1.5.0
3942026-03-24T14:28:15.216Z Downloaded erased-serde v0.4.9
3952026-03-24T14:28:15.219Z Downloaded unicode-width v0.2.0
3962026-03-24T14:28:15.222Z Downloaded serde_tokenstream v0.2.3
3972026-03-24T14:28:15.222Z Downloaded unicode-width v0.1.14
3982026-03-24T14:28:15.226Z Downloaded synstructure v0.13.2
3992026-03-24T14:28:15.229Z Downloaded semver v1.0.27
4002026-03-24T14:28:15.229Z Downloaded once_cell v1.21.3
4012026-03-24T14:28:15.232Z Downloaded digest v0.10.7
4022026-03-24T14:28:15.232Z Downloaded pest_derive v2.8.6
4032026-03-24T14:28:15.235Z Downloaded smawk v0.3.2
4042026-03-24T14:28:15.235Z Downloaded proc-macro-error v1.0.4
4052026-03-24T14:28:15.238Z Downloaded potential_utf v0.1.4
4062026-03-24T14:28:15.238Z Downloaded getrandom v0.4.1
4072026-03-24T14:28:15.242Z Downloaded clap v4.5.60
4082026-03-24T14:28:15.245Z Downloaded smallvec v1.15.1
4092026-03-24T14:28:15.249Z Downloaded proc-macro2 v1.0.106
4102026-03-24T14:28:15.252Z Downloaded camino v1.2.2
4112026-03-24T14:28:15.252Z Downloaded cargo-util-schemas v0.8.2
4122026-03-24T14:28:15.252Z Downloaded pest_meta v2.8.6
4132026-03-24T14:28:15.256Z Downloaded displaydoc v0.2.5
4142026-03-24T14:28:15.260Z Downloaded indexmap v2.13.0
4152026-03-24T14:28:15.263Z Downloaded serde_derive v1.0.228
4162026-03-24T14:28:15.263Z Downloaded bitflags v2.11.0
4172026-03-24T14:28:15.267Z Downloaded log v0.4.29
4182026-03-24T14:28:15.270Z Downloaded serde_core v1.0.228
4192026-03-24T14:28:15.270Z Downloaded papergrid v0.11.0
4202026-03-24T14:28:15.273Z Downloaded tempfile v3.25.0
4212026-03-24T14:28:15.276Z Downloaded icu_normalizer v2.1.1
4222026-03-24T14:28:15.279Z Downloaded icu_collections v2.1.1
4232026-03-24T14:28:15.282Z Downloaded serde v1.0.228
4242026-03-24T14:28:15.285Z Downloaded icu_locale_core v2.1.1
4252026-03-24T14:28:15.306Z Downloaded memchr v2.8.0
4262026-03-24T14:28:15.324Z Downloaded idna v1.1.0
4272026-03-24T14:28:15.333Z Downloaded pest v2.8.6
4282026-03-24T14:28:15.336Z Downloaded serde_json v1.0.149
4292026-03-24T14:28:15.341Z Downloaded hashbrown v0.16.1
4302026-03-24T14:28:15.348Z Downloaded icu_properties_data v2.1.2
4312026-03-24T14:28:15.355Z Downloaded goblin v0.8.2
4322026-03-24T14:28:15.361Z Downloaded clap_builder v4.5.60
4332026-03-24T14:28:15.364Z Downloaded tabled v0.15.0
4342026-03-24T14:28:15.375Z Downloaded syn v1.0.109
4352026-03-24T14:28:15.385Z Downloaded syn v2.0.117
4362026-03-24T14:28:15.399Z Downloaded rustix v1.1.3
4372026-03-24T14:28:15.423Z Downloaded libc v0.2.180
4382026-03-24T14:28:15.510Z Compiling proc-macro2 v1.0.106
4392026-03-24T14:28:15.510Z Compiling quote v1.0.44
4402026-03-24T14:28:15.514Z Compiling unicode-ident v1.0.24
4412026-03-24T14:28:15.514Z Compiling serde_core v1.0.228
4422026-03-24T14:28:15.514Z Compiling libc v0.2.180
4432026-03-24T14:28:15.514Z Compiling version_check v0.9.5
4442026-03-24T14:28:15.514Z Compiling memchr v2.8.0
4452026-03-24T14:28:15.514Z Compiling serde v1.0.228
4462026-03-24T14:28:15.514Z Compiling stable_deref_trait v1.2.1
4472026-03-24T14:28:15.514Z Compiling zmij v1.0.21
4482026-03-24T14:28:15.514Z Compiling autocfg v1.5.0
4492026-03-24T14:28:15.726Z Compiling ucd-trie v0.1.7
4502026-03-24T14:28:15.729Z Compiling thiserror v1.0.69
4512026-03-24T14:28:15.729Z Compiling itoa v1.0.17
4522026-03-24T14:28:15.730Z Compiling litemap v0.8.1
4532026-03-24T14:28:16.037Z Compiling writeable v0.6.2
4542026-03-24T14:28:16.167Z Compiling rustix v1.1.3
4552026-03-24T14:28:16.315Z Compiling byteorder v1.5.0
4562026-03-24T14:28:16.319Z Compiling icu_normalizer_data v2.1.1
4572026-03-24T14:28:16.400Z Compiling pest v2.8.6
4582026-03-24T14:28:16.424Z Compiling icu_properties_data v2.1.2
4592026-03-24T14:28:16.480Z Compiling serde_json v1.0.149
4602026-03-24T14:28:16.508Z Compiling bitflags v2.11.0
4612026-03-24T14:28:16.717Z Compiling num-traits v0.2.19
4622026-03-24T14:28:16.832Z Compiling typeid v1.0.3
4632026-03-24T14:28:17.004Z Compiling smallvec v1.15.1
4642026-03-24T14:28:17.033Z Compiling equivalent v1.0.2
4652026-03-24T14:28:17.059Z Compiling hashbrown v0.16.1
4662026-03-24T14:28:17.109Z Compiling proc-macro-error-attr v1.0.4
4672026-03-24T14:28:17.112Z Compiling errno v0.3.14
4682026-03-24T14:28:17.222Z Compiling thread-id v4.2.2
4692026-03-24T14:28:17.279Z Compiling usdt-impl v0.5.0
4702026-03-24T14:28:17.282Z Compiling syn v1.0.109
4712026-03-24T14:28:17.423Z Compiling toml_write v0.1.2
4722026-03-24T14:28:17.427Z Compiling erased-serde v0.4.9
4732026-03-24T14:28:17.482Z Compiling winnow v0.7.14
4742026-03-24T14:28:17.637Z Compiling proc-macro-error v1.0.4
4752026-03-24T14:28:17.637Z Compiling utf8parse v0.2.2
4762026-03-24T14:28:17.752Z Compiling syn v2.0.117
4772026-03-24T14:28:17.811Z Compiling getrandom v0.4.1
4782026-03-24T14:28:17.815Z Compiling thiserror v2.0.18
4792026-03-24T14:28:17.874Z Compiling indexmap v2.13.0
4802026-03-24T14:28:17.943Z Compiling percent-encoding v2.3.2
4812026-03-24T14:28:17.946Z Compiling log v0.4.29
4822026-03-24T14:28:17.946Z Compiling utf8_iter v1.0.4
4832026-03-24T14:28:18.002Z Compiling camino v1.2.2
4842026-03-24T14:28:18.087Z Compiling pest_meta v2.8.6
4852026-03-24T14:28:18.116Z Compiling plain v0.2.3
4862026-03-24T14:28:18.240Z Compiling form_urlencoded v1.2.2
4872026-03-24T14:28:18.391Z Compiling anstyle-parse v0.2.7
4882026-03-24T14:28:18.491Z Compiling ordered-float v2.10.1
4892026-03-24T14:28:18.519Z Compiling cfg-if v1.0.4
4902026-03-24T14:28:18.606Z Compiling anstyle v1.0.13
4912026-03-24T14:28:18.652Z Compiling is_terminal_polyfill v1.70.2
4922026-03-24T14:28:18.684Z Compiling colorchoice v1.0.4
4932026-03-24T14:28:18.687Z Compiling anstyle-query v1.1.5
4942026-03-24T14:28:18.714Z Compiling pretty-hex v0.4.1
4952026-03-24T14:28:18.797Z Compiling terminal_size v0.4.3
4962026-03-24T14:28:18.887Z Compiling anstream v0.6.21
4972026-03-24T14:28:18.891Z Compiling fs-err v3.3.0
4982026-03-24T14:28:18.973Z Compiling anyhow v1.0.102
4992026-03-24T14:28:18.976Z Compiling clap_lex v1.0.0
5002026-03-24T14:28:18.976Z Compiling fastrand v2.3.0
5012026-03-24T14:28:18.976Z Compiling unicode-width v0.1.14
5022026-03-24T14:28:19.086Z Compiling heck v0.4.1
5032026-03-24T14:28:19.115Z Compiling fnv v1.0.7
5042026-03-24T14:28:19.268Z Compiling semver v1.0.27
5052026-03-24T14:28:19.384Z Compiling bytecount v0.6.9
5062026-03-24T14:28:19.417Z Compiling once_cell v1.21.3
5072026-03-24T14:28:19.421Z Compiling strsim v0.11.1
5082026-03-24T14:28:19.478Z Compiling heck v0.5.0
5092026-03-24T14:28:19.505Z Compiling unicode-xid v0.2.6
5102026-03-24T14:28:19.581Z Compiling papergrid v0.11.0
5112026-03-24T14:28:19.715Z Compiling tempfile v3.25.0
5122026-03-24T14:28:19.743Z Compiling memmap v0.7.0
5132026-03-24T14:28:19.771Z Compiling serde-untagged v0.1.9
5142026-03-24T14:28:19.819Z Compiling clap_builder v4.5.60
5152026-03-24T14:28:19.856Z Compiling unicode-linebreak v0.1.5
5162026-03-24T14:28:19.919Z Compiling unicode-width v0.2.0
5172026-03-24T14:28:19.947Z Compiling smawk v0.3.2
5182026-03-24T14:28:20.121Z Compiling camino-tempfile v1.4.1
5192026-03-24T14:28:20.148Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-24T14:28:20.192Z Compiling swrite v0.1.0
5212026-03-24T14:28:20.239Z Compiling textwrap v0.16.2
5222026-03-24T14:28:20.690Z Compiling tabled_derive v0.7.0
5232026-03-24T14:28:21.468Z Compiling synstructure v0.13.2
5242026-03-24T14:28:21.469Z Compiling pest_generator v2.8.6
5252026-03-24T14:28:21.575Z Compiling tabled v0.15.0
5262026-03-24T14:28:22.190Z Compiling serde_derive v1.0.228
5272026-03-24T14:28:22.190Z Compiling zerofrom-derive v0.1.6
5282026-03-24T14:28:22.195Z Compiling yoke-derive v0.8.1
5292026-03-24T14:28:22.195Z Compiling zerovec-derive v0.11.2
5302026-03-24T14:28:22.240Z Compiling displaydoc v0.2.5
5312026-03-24T14:28:22.292Z Compiling thiserror-impl v1.0.69
5322026-03-24T14:28:22.342Z Compiling zerocopy-derive v0.7.35
5332026-03-24T14:28:22.423Z Compiling pest_derive v2.8.6
5342026-03-24T14:28:22.471Z Compiling scroll_derive v0.12.1
5352026-03-24T14:28:22.504Z Compiling thiserror-impl v2.0.18
5362026-03-24T14:28:22.530Z Compiling clap_derive v4.5.55
5372026-03-24T14:28:23.334Z Compiling zerocopy v0.7.35
5382026-03-24T14:28:23.361Z Compiling scroll v0.12.0
5392026-03-24T14:28:23.604Z Compiling zerofrom v0.1.6
5402026-03-24T14:28:23.656Z Compiling goblin v0.8.2
5412026-03-24T14:28:23.739Z Compiling dtrace-parser v0.2.0
5422026-03-24T14:28:23.774Z Compiling yoke v0.8.1
5432026-03-24T14:28:23.981Z Compiling zerovec v0.11.5
5442026-03-24T14:28:23.981Z Compiling zerotrie v0.2.3
5452026-03-24T14:28:24.282Z Compiling clap v4.5.60
5462026-03-24T14:28:24.569Z Compiling tinystr v0.8.2
5472026-03-24T14:28:24.569Z Compiling potential_utf v0.1.4
5482026-03-24T14:28:24.740Z Compiling icu_collections v2.1.1
5492026-03-24T14:28:24.786Z Compiling icu_locale_core v2.1.1
5502026-03-24T14:28:25.519Z Compiling icu_provider v2.1.1
5512026-03-24T14:28:25.589Z Compiling toml_datetime v0.6.11
5522026-03-24T14:28:25.589Z Compiling serde_spanned v0.6.9
5532026-03-24T14:28:25.593Z Compiling serde-value v0.7.0
5542026-03-24T14:28:25.593Z Compiling cargo-platform v0.2.0
5552026-03-24T14:28:25.593Z Compiling macaddr v1.0.1
5562026-03-24T14:28:25.641Z Compiling dof v0.3.0
5572026-03-24T14:28:25.645Z Compiling serde_tokenstream v0.2.3
5582026-03-24T14:28:25.808Z Compiling icu_normalizer v2.1.1
5592026-03-24T14:28:25.808Z Compiling icu_properties v2.1.2
5602026-03-24T14:28:25.933Z Compiling toml_edit v0.22.27
5612026-03-24T14:28:26.665Z Compiling usdt-attr-macro v0.5.0
5622026-03-24T14:28:26.665Z Compiling usdt-macro v0.5.0
5632026-03-24T14:28:27.022Z Compiling idna_adapter v1.2.1
5642026-03-24T14:28:27.159Z Compiling idna v1.1.0
5652026-03-24T14:28:27.411Z Compiling usdt v0.5.0
5662026-03-24T14:28:27.518Z Compiling url v2.5.8
5672026-03-24T14:28:27.753Z Compiling toml v0.8.23
5682026-03-24T14:28:28.213Z Compiling cargo-util-schemas v0.8.2
5692026-03-24T14:28:28.213Z Compiling cargo_toml v0.21.0
5702026-03-24T14:28:29.369Z Compiling cargo_metadata v0.21.0
5712026-03-24T14:28:30.650Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-24T14:28:33.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.64s
5732026-03-24T14:28:33.795Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-24T14:28:34.543Z Downloading crates ...
5752026-03-24T14:28:34.657Z Downloaded ascii-canvas v3.0.0
5762026-03-24T14:28:34.661Z Downloaded adler2 v2.0.1
5772026-03-24T14:28:34.665Z Downloaded assert_matches v1.5.0
5782026-03-24T14:28:34.668Z Downloaded arrayvec v0.7.6
5792026-03-24T14:28:34.677Z Downloaded defmt-parser v1.0.0
5802026-03-24T14:28:34.680Z Downloaded crossbeam-deque v0.8.6
5812026-03-24T14:28:34.680Z Downloaded crc8 v0.1.1
5822026-03-24T14:28:34.683Z Downloaded console v0.16.2
5832026-03-24T14:28:34.683Z Downloaded bb8 v0.8.6
5842026-03-24T14:28:34.686Z Downloaded compact_str v0.8.1
5852026-03-24T14:28:34.690Z Downloaded chacha20 v0.9.1
5862026-03-24T14:28:34.690Z Downloaded cobs v0.3.0
5872026-03-24T14:28:34.693Z Downloaded base16ct v0.2.0
5882026-03-24T14:28:34.693Z Downloaded backon v1.6.0
5892026-03-24T14:28:34.696Z Downloaded crossbeam-utils v0.8.21
5902026-03-24T14:28:34.699Z Downloaded crossbeam-channel v0.5.15
5912026-03-24T14:28:34.702Z Downloaded const-oid v0.9.6
5922026-03-24T14:28:34.705Z Downloaded bzip2 v0.6.1
5932026-03-24T14:28:34.708Z Downloaded der_derive v0.7.3
5942026-03-24T14:28:34.709Z Downloaded defmt-macros v1.0.1
5952026-03-24T14:28:34.716Z Downloaded bitfield-macros v0.19.4
5962026-03-24T14:28:34.719Z Downloaded aead v0.5.2
5972026-03-24T14:28:34.719Z Downloaded derive_more v0.99.20
5982026-03-24T14:28:34.723Z Downloaded critical-section v1.2.0
5992026-03-24T14:28:34.727Z Downloaded cfg_aliases v0.2.1
6002026-03-24T14:28:34.727Z Downloaded ciborium-ll v0.2.2
6012026-03-24T14:28:34.727Z Downloaded derive_builder_macro v0.20.2
6022026-03-24T14:28:34.730Z Downloaded dirs-next v2.0.0
6032026-03-24T14:28:34.730Z Downloaded des v0.8.1
6042026-03-24T14:28:34.730Z Downloaded convert_case v0.4.0
6052026-03-24T14:28:34.733Z Downloaded derive_builder v0.20.2
6062026-03-24T14:28:34.736Z Downloaded float-ord v0.3.2
6072026-03-24T14:28:34.739Z Downloaded crossbeam-epoch v0.9.18
6082026-03-24T14:28:34.739Z Downloaded ciborium-io v0.2.2
6092026-03-24T14:28:34.743Z Downloaded display-error-chain v0.2.2
6102026-03-24T14:28:34.743Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-03-24T14:28:34.743Z Downloaded bitfield-struct v0.6.2
6122026-03-24T14:28:34.746Z Downloaded derive_more v2.1.1
6132026-03-24T14:28:34.754Z Downloaded foreign-types v0.5.0
6142026-03-24T14:28:34.757Z Downloaded dropshot-api-manager-types v0.6.0
6152026-03-24T14:28:34.757Z Downloaded downcast-rs v2.0.2
6162026-03-24T14:28:34.776Z Downloaded dof v0.4.0
6172026-03-24T14:28:34.776Z Downloaded dunce v1.0.5
6182026-03-24T14:28:34.776Z Downloaded crc-catalog v2.4.0
6192026-03-24T14:28:34.776Z Downloaded fd-lock v4.0.4
6202026-03-24T14:28:34.777Z Downloaded dirs-sys-next v0.1.2
6212026-03-24T14:28:34.777Z Downloaded crucible-workspace-hack v0.1.0
6222026-03-24T14:28:34.777Z Downloaded difflib v0.4.0
6232026-03-24T14:28:34.777Z Downloaded cargo-platform v0.1.9
6242026-03-24T14:28:34.777Z Downloaded castaway v0.2.4
6252026-03-24T14:28:34.777Z Downloaded bit-set v0.5.3
6262026-03-24T14:28:34.777Z Downloaded dyn-clone v1.0.20
6272026-03-24T14:28:34.777Z Downloaded crc v3.4.0
6282026-03-24T14:28:34.777Z Downloaded dsl_auto_type v0.2.0
6292026-03-24T14:28:34.777Z Downloaded enum-as-inner v0.6.1
6302026-03-24T14:28:34.777Z Downloaded foreign-types-shared v0.1.1
6312026-03-24T14:28:34.777Z Downloaded filetime v0.2.27
6322026-03-24T14:28:34.781Z Downloaded atomic-waker v1.1.2
6332026-03-24T14:28:34.781Z Downloaded block-padding v0.3.3
6342026-03-24T14:28:34.781Z Downloaded ff v0.13.1
6352026-03-24T14:28:34.784Z Downloaded embedded-io v0.6.1
6362026-03-24T14:28:34.784Z Downloaded darling_macro v0.20.11
6372026-03-24T14:28:34.784Z Downloaded bit-set v0.8.0
6382026-03-24T14:28:34.787Z Downloaded backoff v0.4.0
6392026-03-24T14:28:34.787Z Downloaded float-cmp v0.10.0
6402026-03-24T14:28:34.791Z Downloaded async-stream-impl v0.3.6
6412026-03-24T14:28:34.791Z Downloaded cfg_aliases v0.1.1
6422026-03-24T14:28:34.791Z Downloaded cstr-argument v0.1.2
6432026-03-24T14:28:34.791Z Downloaded crunchy v0.2.4
6442026-03-24T14:28:34.795Z Downloaded atomicwrites v0.4.4
6452026-03-24T14:28:34.795Z Downloaded async-stream v0.3.6
6462026-03-24T14:28:34.795Z Downloaded fixedbitset v0.4.2
6472026-03-24T14:28:34.798Z Downloaded curve25519-dalek-derive v0.1.1
6482026-03-24T14:28:34.798Z Downloaded dtrace-parser v0.3.0
6492026-03-24T14:28:34.798Z Downloaded array-init v0.0.4
6502026-03-24T14:28:34.801Z Downloaded derive_builder_core v0.20.2
6512026-03-24T14:28:34.801Z Downloaded cexpr v0.6.0
6522026-03-24T14:28:34.804Z Downloaded atty v0.2.14
6532026-03-24T14:28:34.804Z Downloaded arrayref v0.3.9
6542026-03-24T14:28:34.807Z Downloaded futures-io v0.3.32
6552026-03-24T14:28:34.808Z Downloaded foreign-types-shared v0.3.1
6562026-03-24T14:28:34.808Z Downloaded deranged v0.5.8
6572026-03-24T14:28:34.811Z Downloaded futures-task v0.3.32
6582026-03-24T14:28:34.811Z Downloaded fxhash v0.2.1
6592026-03-24T14:28:34.814Z Downloaded futures-macro v0.3.32
6602026-03-24T14:28:34.814Z Downloaded flagset v0.4.7
6612026-03-24T14:28:34.814Z Downloaded defmt v0.3.100
6622026-03-24T14:28:34.817Z Downloaded foreign-types v0.3.2
6632026-03-24T14:28:34.817Z Downloaded darling_macro v0.21.3
6642026-03-24T14:28:34.817Z Downloaded convert_case v0.10.0
6652026-03-24T14:28:34.820Z Downloaded foreign-types-macros v0.2.3
6662026-03-24T14:28:34.820Z Downloaded async-recursion v1.1.1
6672026-03-24T14:28:34.823Z Downloaded endian-type v0.1.2
6682026-03-24T14:28:34.823Z Downloaded async-trait v0.1.89
6692026-03-24T14:28:34.826Z Downloaded cassowary v0.3.0
6702026-03-24T14:28:34.829Z Downloaded git-stub v1.0.0
6712026-03-24T14:28:34.829Z Downloaded ghash v0.5.1
6722026-03-24T14:28:34.832Z Downloaded futures-sink v0.3.32
6732026-03-24T14:28:34.832Z Downloaded fallible-iterator v0.2.0
6742026-03-24T14:28:34.832Z Downloaded fixedbitset v0.5.7
6752026-03-24T14:28:34.835Z Downloaded either v1.15.0
6762026-03-24T14:28:34.835Z Downloaded document-features v0.2.12
6772026-03-24T14:28:34.838Z Downloaded ecdsa v0.16.9
6782026-03-24T14:28:34.838Z Downloaded ctr v0.9.2
6792026-03-24T14:28:34.841Z Downloaded diff v0.1.13
6802026-03-24T14:28:34.844Z Downloaded hash32 v0.2.1
6812026-03-24T14:28:34.844Z Downloaded der v0.7.10
6822026-03-24T14:28:34.847Z Downloaded hex v0.4.3
6832026-03-24T14:28:34.851Z Downloaded hex-literal v0.4.1
6842026-03-24T14:28:34.851Z Downloaded headers-core v0.3.0
6852026-03-24T14:28:34.854Z Downloaded hash32 v0.3.1
6862026-03-24T14:28:34.854Z Downloaded hostname v0.4.2
6872026-03-24T14:28:34.857Z Downloaded hostname v0.3.1
6882026-03-24T14:28:34.857Z Downloaded hubpack v0.1.2
6892026-03-24T14:28:34.860Z Downloaded httpdate v1.0.3
6902026-03-24T14:28:34.860Z Downloaded http-range v0.1.5
6912026-03-24T14:28:34.860Z Downloaded http-body v1.0.1
6922026-03-24T14:28:34.863Z Downloaded const_format_proc_macros v0.2.34
6932026-03-24T14:28:34.863Z Downloaded bit-vec v0.6.3
6942026-03-24T14:28:34.866Z Downloaded const_format v0.2.35
6952026-03-24T14:28:34.869Z Downloaded erased-serde v0.3.31
6962026-03-24T14:28:34.885Z Downloaded funty v2.0.0
6972026-03-24T14:28:34.888Z Downloaded fs_extra v1.3.0
6982026-03-24T14:28:34.888Z Downloaded foldhash v0.2.0
6992026-03-24T14:28:34.891Z Downloaded foldhash v0.1.5
7002026-03-24T14:28:34.891Z Downloaded env_filter v1.0.0
7012026-03-24T14:28:34.894Z Downloaded ed25519 v2.2.3
7022026-03-24T14:28:34.894Z Downloaded camino-tempfile-ext v0.3.3
7032026-03-24T14:28:34.897Z Downloaded hyper-tls v0.6.0
7042026-03-24T14:28:34.897Z Downloaded argon2 v0.5.3
7052026-03-24T14:28:34.901Z Downloaded futures-executor v0.3.32
7062026-03-24T14:28:34.901Z Downloaded fs-err v2.11.0
7072026-03-24T14:28:34.904Z Downloaded indoc v1.0.9
7082026-03-24T14:28:34.907Z Downloaded ident_case v1.0.1
7092026-03-24T14:28:34.907Z Downloaded hubpack_derive v0.1.1
7102026-03-24T14:28:34.907Z Downloaded cargo_toml v0.22.3
7112026-03-24T14:28:34.910Z Downloaded console v0.15.11
7122026-03-24T14:28:34.913Z Downloaded internet-checksum v0.2.1
7132026-03-24T14:28:34.913Z Downloaded instant v0.1.13
7142026-03-24T14:28:34.913Z Downloaded globwalk v0.9.1
7152026-03-24T14:28:34.916Z Downloaded globset v0.4.18
7162026-03-24T14:28:34.916Z Downloaded git-stub-vcs v0.1.0
7172026-03-24T14:28:34.919Z Downloaded glob v0.3.3
7182026-03-24T14:28:34.919Z Downloaded instability v0.3.11
7192026-03-24T14:28:34.924Z Downloaded inout v0.1.4
7202026-03-24T14:28:34.924Z Downloaded http-body-util v0.1.3
7212026-03-24T14:28:34.924Z Downloaded highway v1.3.0
7222026-03-24T14:28:34.927Z Downloaded chacha20 v0.10.0
7232026-03-24T14:28:34.927Z Downloaded bzip2 v0.4.4
7242026-03-24T14:28:34.931Z Downloaded cmake v0.1.57
7252026-03-24T14:28:34.931Z Downloaded lalrpop-util v0.19.12
7262026-03-24T14:28:34.931Z Downloaded is_ci v1.2.0
7272026-03-24T14:28:34.934Z Downloaded is-terminal v0.4.17
7282026-03-24T14:28:34.934Z Downloaded keccak v0.1.6
7292026-03-24T14:28:34.934Z Downloaded base64 v0.22.1
7302026-03-24T14:28:34.937Z Downloaded lazy_static v1.5.0
7312026-03-24T14:28:34.940Z Downloaded ciborium v0.2.2
7322026-03-24T14:28:34.940Z Downloaded kstat-rs v0.2.4
7332026-03-24T14:28:34.944Z Downloaded colored v3.1.1
7342026-03-24T14:28:34.947Z Downloaded lru-slab v0.1.2
7352026-03-24T14:28:34.947Z Downloaded lru-cache v0.1.2
7362026-03-24T14:28:34.947Z Downloaded impl-trait-for-tuples v0.2.3
7372026-03-24T14:28:34.950Z Downloaded cancel-safe-futures v0.1.5
7382026-03-24T14:28:34.953Z Downloaded futures-channel v0.3.32
7392026-03-24T14:28:34.955Z Downloaded darling v0.20.11
7402026-03-24T14:28:34.958Z Downloaded defmt v1.0.1
7412026-03-24T14:28:34.961Z Downloaded daft v0.1.5
7422026-03-24T14:28:34.965Z Downloaded cookie_store v0.22.1
7432026-03-24T14:28:34.965Z Downloaded cookie v0.18.1
7442026-03-24T14:28:34.968Z Downloaded linked-hash-map v0.5.6
7452026-03-24T14:28:34.971Z Downloaded async-bb8-diesel v0.2.1
7462026-03-24T14:28:34.971Z Downloaded md5 v0.7.0
7472026-03-24T14:28:34.974Z Downloaded hyper-staticfile v0.10.1
7482026-03-24T14:28:34.974Z Downloaded byte-wrapper v0.1.0
7492026-03-24T14:28:34.977Z Downloaded match_cfg v0.1.0
7502026-03-24T14:28:34.977Z Downloaded indoc v2.0.7
7512026-03-24T14:28:34.980Z Downloaded mime v0.3.17
7522026-03-24T14:28:34.980Z Downloaded md-5 v0.10.6
7532026-03-24T14:28:34.983Z Downloaded maybe-uninit v2.0.0
7542026-03-24T14:28:34.983Z Downloaded fatfs v0.3.6
7552026-03-24T14:28:34.986Z Downloaded memoffset v0.9.1
7562026-03-24T14:28:34.986Z Downloaded ingot-types v0.1.2
7572026-03-24T14:28:34.989Z Downloaded group v0.13.0
7582026-03-24T14:28:34.989Z Downloaded getrandom v0.2.17
7592026-03-24T14:28:34.992Z Downloaded ipnetwork v0.21.1
7602026-03-24T14:28:34.995Z Downloaded maplit v1.0.2
7612026-03-24T14:28:34.995Z Downloaded newline-converter v0.3.0
7622026-03-24T14:28:34.995Z Downloaded new_debug_unreachable v1.0.6
7632026-03-24T14:28:34.998Z Downloaded ingot v0.1.1
7642026-03-24T14:28:34.998Z Downloaded jobserver v0.1.34
7652026-03-24T14:28:35.002Z Downloaded ipnet v2.11.0
7662026-03-24T14:28:35.002Z Downloaded managed v0.8.0
7672026-03-24T14:28:35.005Z Downloaded multimap v0.10.1
7682026-03-24T14:28:35.005Z Downloaded lzss v0.8.2
7692026-03-24T14:28:35.005Z Downloaded elliptic-curve v0.13.8
7702026-03-24T14:28:35.008Z Downloaded nodrop v0.1.14
7712026-03-24T14:28:35.011Z Downloaded hyper-rustls v0.27.7
7722026-03-24T14:28:35.011Z Downloaded humantime v2.3.0
7732026-03-24T14:28:35.014Z Downloaded num-conv v0.2.0
7742026-03-24T14:28:35.014Z Downloaded num-derive v0.3.3
7752026-03-24T14:28:35.018Z Downloaded libloading v0.8.9
7762026-03-24T14:28:35.018Z Downloaded newtype-uuid-macros v0.1.0
7772026-03-24T14:28:35.021Z Downloaded num-derive v0.4.2
7782026-03-24T14:28:35.021Z Downloaded num-iter v0.1.45
7792026-03-24T14:28:35.024Z Downloaded nibble_vec v0.1.0
7802026-03-24T14:28:35.024Z Downloaded openssl-probe v0.1.6
7812026-03-24T14:28:35.024Z Downloaded nonempty v0.12.0
7822026-03-24T14:28:35.027Z Downloaded num v0.4.3
7832026-03-24T14:28:35.027Z Downloaded linear-map v1.2.0
7842026-03-24T14:28:35.030Z Downloaded lock_api v0.4.14
7852026-03-24T14:28:35.030Z Downloaded libsw-core v0.3.2
7862026-03-24T14:28:35.033Z Downloaded clang-sys v1.8.1
7872026-03-24T14:28:35.037Z Downloaded blake2 v0.10.6
7882026-03-24T14:28:35.037Z Downloaded find-msvc-tools v0.1.9
7892026-03-24T14:28:35.040Z Downloaded dropshot_endpoint v0.16.7
7902026-03-24T14:28:35.043Z Downloaded num_enum_derive v0.5.11
7912026-03-24T14:28:35.043Z Downloaded newtype_derive v0.1.6
7922026-03-24T14:28:35.043Z Downloaded ahash v0.8.12
7932026-03-24T14:28:35.047Z Downloaded futures v0.3.32
7942026-03-24T14:28:35.050Z Downloaded libscf-sys v1.1.0
7952026-03-24T14:28:35.053Z Downloaded num_threads v0.1.7
7962026-03-24T14:28:35.053Z Downloaded crc-any v2.5.0
7972026-03-24T14:28:35.056Z Downloaded openssl-macros v0.1.1
7982026-03-24T14:28:35.056Z Downloaded hmac v0.12.1
7992026-03-24T14:28:35.059Z Downloaded openssl-probe v0.2.1
8002026-03-24T14:28:35.059Z Downloaded opaque-debug v0.3.1
8012026-03-24T14:28:35.059Z Downloaded libefi-sys v0.1.0
8022026-03-24T14:28:35.059Z Downloaded half v1.8.3
8032026-03-24T14:28:35.063Z Downloaded hickory-client v0.25.2
8042026-03-24T14:28:35.066Z Downloaded oso-derive v0.27.3
8052026-03-24T14:28:35.066Z Downloaded mime_guess v2.0.5
8062026-03-24T14:28:35.069Z Downloaded ingot-macros v0.1.1
8072026-03-24T14:28:35.069Z Downloaded packed_struct_codegen v0.10.1
8082026-03-24T14:28:35.069Z Downloaded darling v0.23.0
8092026-03-24T14:28:35.073Z Downloaded parse-size v1.1.0
8102026-03-24T14:28:35.076Z Downloaded indent_write v2.2.0
8112026-03-24T14:28:35.076Z Downloaded path-slash v0.1.5
8122026-03-24T14:28:35.079Z Downloaded pbkdf2 v0.11.0
8132026-03-24T14:28:35.079Z Downloaded pbkdf2 v0.12.2
8142026-03-24T14:28:35.082Z Downloaded getrandom v0.3.4
8152026-03-24T14:28:35.085Z Downloaded multer v3.1.0
8162026-03-24T14:28:35.085Z Downloaded httparse v1.10.1
8172026-03-24T14:28:35.089Z Downloaded half v2.7.1
8182026-03-24T14:28:35.092Z Downloaded parse-display v0.10.0
8192026-03-24T14:28:35.093Z Downloaded lru v0.12.5
8202026-03-24T14:28:35.093Z Downloaded bcs v0.1.6
8212026-03-24T14:28:35.095Z Downloaded native-tls v0.2.18
8222026-03-24T14:28:35.095Z Downloaded nanorand v0.7.0
8232026-03-24T14:28:35.099Z Downloaded peg-runtime v0.8.5
8242026-03-24T14:28:35.099Z Downloaded num-complex v0.4.6
8252026-03-24T14:28:35.102Z Downloaded libsw v3.5.0
8262026-03-24T14:28:35.102Z Downloaded newtype-uuid v1.3.2
8272026-03-24T14:28:35.105Z Downloaded olpc-cjson v0.1.4
8282026-03-24T14:28:35.105Z Downloaded num_enum_derive v0.7.5
8292026-03-24T14:28:35.105Z Downloaded num_enum v0.7.5
8302026-03-24T14:28:35.108Z Downloaded pin-utils v0.1.0
8312026-03-24T14:28:35.111Z Downloaded num_enum v0.5.11
8322026-03-24T14:28:35.115Z Downloaded phf_shared v0.13.1
8332026-03-24T14:28:35.118Z Downloaded powerfmt v0.2.0
8342026-03-24T14:28:35.118Z Downloaded iana-time-zone v0.1.65
8352026-03-24T14:28:35.121Z Downloaded nu-ansi-term v0.50.3
8362026-03-24T14:28:35.121Z Downloaded ignore v0.4.25
8372026-03-24T14:28:35.125Z Downloaded darling_core v0.23.0
8382026-03-24T14:28:35.127Z Downloaded flume v0.11.1
8392026-03-24T14:28:35.130Z Downloaded darling_core v0.21.3
8402026-03-24T14:28:35.134Z Downloaded cc v1.2.56
8412026-03-24T14:28:35.137Z Downloaded precomputed-hash v0.1.1
8422026-03-24T14:28:35.140Z Downloaded litrs v1.0.0
8432026-03-24T14:28:35.140Z Downloaded allocator-api2 v0.2.21
8442026-03-24T14:28:35.144Z Downloaded chacha20poly1305 v0.10.1
8452026-03-24T14:28:35.147Z Downloaded proc-macro-crate v3.4.0
8462026-03-24T14:28:35.147Z Downloaded predicates-tree v1.0.13
8472026-03-24T14:28:35.147Z Downloaded darling_core v0.20.11
8482026-03-24T14:28:35.150Z Downloaded predicates-core v1.0.10
8492026-03-24T14:28:35.154Z Downloaded indexmap v1.9.3
8502026-03-24T14:28:35.157Z Downloaded oxnet v0.1.4
8512026-03-24T14:28:35.157Z Downloaded owo-colors v4.3.0
8522026-03-24T14:28:35.160Z Downloaded parse-display-derive v0.10.0
8532026-03-24T14:28:35.160Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-03-24T14:28:35.160Z Downloaded password-hash v0.4.2
8552026-03-24T14:28:35.163Z Downloaded packed_struct v0.10.1
8562026-03-24T14:28:35.163Z Downloaded proc-macro-crate v1.3.1
8572026-03-24T14:28:35.166Z Downloaded progenitor-client v0.10.0
8582026-03-24T14:28:35.166Z Downloaded parking_lot_core v0.8.6
8592026-03-24T14:28:35.169Z Downloaded progenitor-macro v0.10.0
8602026-03-24T14:28:35.169Z Downloaded progenitor-macro v0.11.2
8612026-03-24T14:28:35.169Z Downloaded psl-types v2.0.11
8622026-03-24T14:28:35.172Z Downloaded quick-error v1.2.3
8632026-03-24T14:28:35.172Z Downloaded progenitor-macro v0.13.0
8642026-03-24T14:28:35.172Z Downloaded progenitor-client v0.11.2
8652026-03-24T14:28:35.176Z Downloaded oxide-tokio-rt v0.1.3
8662026-03-24T14:28:35.176Z Downloaded phf_shared v0.11.3
8672026-03-24T14:28:35.179Z Downloaded num-integer v0.1.46
8682026-03-24T14:28:35.179Z Downloaded peg-macros v0.8.5
8692026-03-24T14:28:35.182Z Downloaded password-hash v0.5.0
8702026-03-24T14:28:35.182Z Downloaded headers v0.4.1
8712026-03-24T14:28:35.185Z Downloaded derive_more-impl v2.1.1
8722026-03-24T14:28:35.190Z Downloaded peg v0.8.5
8732026-03-24T14:28:35.193Z Downloaded normalize-line-endings v0.3.0
8742026-03-24T14:28:35.196Z Downloaded pem v3.0.6
8752026-03-24T14:28:35.196Z Downloaded pkcs8 v0.10.2
8762026-03-24T14:28:35.199Z Downloaded pin-project-lite v0.2.17
8772026-03-24T14:28:35.203Z Downloaded phf v0.13.1
8782026-03-24T14:28:35.206Z Downloaded rand_chacha v0.3.1
8792026-03-24T14:28:35.206Z Downloaded polyval v0.6.2
8802026-03-24T14:28:35.209Z Downloaded radium v0.7.0
8812026-03-24T14:28:35.209Z Downloaded libbz2-rs-sys v0.2.2
8822026-03-24T14:28:35.212Z Downloaded phf v0.12.1
8832026-03-24T14:28:35.212Z Downloaded poly1305 v0.8.0
8842026-03-24T14:28:35.215Z Downloaded flate2 v1.1.9
8852026-03-24T14:28:35.218Z Downloaded ed25519-dalek v2.2.0
8862026-03-24T14:28:35.221Z Downloaded bumpalo v3.20.2
8872026-03-24T14:28:35.224Z Downloaded ppv-lite86 v0.2.21
8882026-03-24T14:28:35.224Z Downloaded omicron-zone-package v0.12.2
8892026-03-24T14:28:35.228Z Downloaded postgres-protocol v0.6.10
8902026-03-24T14:28:35.231Z Downloaded base64 v0.21.7
8912026-03-24T14:28:35.234Z Downloaded ref-cast-impl v1.0.25
8922026-03-24T14:28:35.234Z Downloaded ref-cast v1.0.25
8932026-03-24T14:28:35.237Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-03-24T14:28:35.237Z Downloaded recursive v0.1.1
8952026-03-24T14:28:35.237Z Downloaded memmap2 v0.9.10
8962026-03-24T14:28:35.241Z Downloaded indicatif v0.18.4
8972026-03-24T14:28:35.244Z Downloaded progenitor-extras v0.1.1
8982026-03-24T14:28:35.244Z Downloaded progenitor-client v0.13.0
8992026-03-24T14:28:35.247Z Downloaded primeorder v0.13.6
9002026-03-24T14:28:35.247Z Downloaded predicates v3.1.4
9012026-03-24T14:28:35.250Z Downloaded rfc6979 v0.4.0
9022026-03-24T14:28:35.250Z Downloaded parking_lot v0.11.2
9032026-03-24T14:28:35.254Z Downloaded progenitor v0.11.2
9042026-03-24T14:28:35.254Z Downloaded psm v0.1.30
9052026-03-24T14:28:35.257Z Downloaded progenitor v0.13.0
9062026-03-24T14:28:35.260Z Downloaded rustc-hash v2.1.1
9072026-03-24T14:28:35.260Z Downloaded rustc_version v0.4.1
9082026-03-24T14:28:35.260Z Downloaded rustc_version v0.1.7
9092026-03-24T14:28:35.263Z Downloaded russh-cryptovec v0.7.3
9102026-03-24T14:28:35.263Z Downloaded rtoolbox v0.0.3
9112026-03-24T14:28:35.263Z Downloaded heapless v0.8.0
9122026-03-24T14:28:35.266Z Downloaded heapless v0.7.17
9132026-03-24T14:28:35.269Z Downloaded hickory-resolver v0.25.2
9142026-03-24T14:28:35.273Z Downloaded hickory-resolver v0.24.4
9152026-03-24T14:28:35.277Z Downloaded progenitor v0.10.0
9162026-03-24T14:28:35.280Z Downloaded pin-project-internal v1.1.11
9172026-03-24T14:28:35.280Z Downloaded proc-macro-error2 v2.0.1
9182026-03-24T14:28:35.283Z Downloaded postcard v1.1.3
9192026-03-24T14:28:35.286Z Downloaded pkcs5 v0.7.1
9202026-03-24T14:28:35.289Z Downloaded r2d2 v0.8.10
9212026-03-24T14:28:35.292Z Downloaded pkcs1 v0.7.5
9222026-03-24T14:28:35.292Z Downloaded parking_lot v0.12.5
9232026-03-24T14:28:35.296Z Downloaded paste v1.0.15
9242026-03-24T14:28:35.299Z Downloaded parking_lot_core v0.9.12
9252026-03-24T14:28:35.299Z Downloaded arc-swap v1.8.2
9262026-03-24T14:28:35.302Z Downloaded expectorate v1.2.0
9272026-03-24T14:28:35.305Z Downloaded rand_core v0.9.5
9282026-03-24T14:28:35.307Z Downloaded rand_core v0.6.4
9292026-03-24T14:28:35.308Z Downloaded rand_chacha v0.9.0
9302026-03-24T14:28:35.311Z Downloaded diesel_derives v2.3.7
9312026-03-24T14:28:35.313Z Downloaded salsa20 v0.10.2
9322026-03-24T14:28:35.317Z Downloaded postgres-types v0.2.12
9332026-03-24T14:28:35.320Z Downloaded rand_core v0.10.0
9342026-03-24T14:28:35.320Z Downloaded crypto-bigint v0.5.5
9352026-03-24T14:28:35.324Z Downloaded scheduled-thread-pool v0.2.7
9362026-03-24T14:28:35.327Z Downloaded same-file v1.0.6
9372026-03-24T14:28:35.327Z Downloaded scopeguard v1.2.0
9382026-03-24T14:28:35.330Z Downloaded scrypt v0.11.0
9392026-03-24T14:28:35.330Z Downloaded oso v0.27.3
9402026-03-24T14:28:35.333Z Downloaded resolv-conf v0.7.6
9412026-03-24T14:28:35.336Z Downloaded miniz_oxide v0.8.9
9422026-03-24T14:28:35.336Z Downloaded aes v0.8.4
9432026-03-24T14:28:35.339Z Downloaded sapling-renderdag v0.1.0
9442026-03-24T14:28:35.342Z Downloaded rand_seeder v0.4.0
9452026-03-24T14:28:35.342Z Downloaded rand_xorshift v0.4.0
9462026-03-24T14:28:35.345Z Downloaded ar_archive_writer v0.5.1
9472026-03-24T14:28:35.345Z Downloaded secrecy v0.10.3
9482026-03-24T14:28:35.349Z Downloaded scroll_derive v0.13.1
9492026-03-24T14:28:35.349Z Downloaded pkg-config v0.3.32
9502026-03-24T14:28:35.352Z Downloaded serde-big-array v0.5.1
9512026-03-24T14:28:35.352Z Downloaded serde_repr v0.1.20
9522026-03-24T14:28:35.355Z Downloaded serde_spanned v1.0.4
9532026-03-24T14:28:35.355Z Downloaded dropshot-api-manager v0.6.0
9542026-03-24T14:28:35.358Z Downloaded serde_plain v1.0.2
9552026-03-24T14:28:35.361Z Downloaded quinn-udp v0.5.14
9562026-03-24T14:28:35.361Z Downloaded secrecy v0.8.0
9572026-03-24T14:28:35.364Z Downloaded jiff-static v0.2.21
9582026-03-24T14:28:35.364Z Downloaded semver v0.1.20
9592026-03-24T14:28:35.367Z Downloaded phf_shared v0.12.1
9602026-03-24T14:28:35.367Z Downloaded pem-rfc7468 v0.7.0
9612026-03-24T14:28:35.370Z Downloaded num-rational v0.4.2
9622026-03-24T14:28:35.370Z Downloaded darling v0.21.3
9632026-03-24T14:28:35.373Z Downloaded crc32fast v1.5.0
9642026-03-24T14:28:35.376Z Downloaded cbc v0.1.2
9652026-03-24T14:28:35.379Z Downloaded colored v2.2.0
9662026-03-24T14:28:35.379Z Downloaded rustls-pemfile v2.2.0
9672026-03-24T14:28:35.382Z Downloaded serde_urlencoded v0.7.1
9682026-03-24T14:28:35.382Z Downloaded sigpipe v0.1.3
9692026-03-24T14:28:35.385Z Downloaded shell-words v1.1.1
9702026-03-24T14:28:35.385Z Downloaded http v1.4.0
9712026-03-24T14:28:35.388Z Downloaded signal-hook-mio v0.2.5
9722026-03-24T14:28:35.392Z Downloaded sha1 v0.10.6
9732026-03-24T14:28:35.392Z Downloaded rustls-native-certs v0.8.3
9742026-03-24T14:28:35.395Z Downloaded rusty-fork v0.3.1
9752026-03-24T14:28:35.395Z Downloaded rustversion v1.0.22
9762026-03-24T14:28:35.398Z Downloaded blowfish v0.9.1
9772026-03-24T14:28:35.398Z Downloaded signal-hook-tokio v0.3.1
9782026-03-24T14:28:35.401Z Downloaded csv-core v0.1.13
9792026-03-24T14:28:35.401Z Downloaded corncobs v0.1.4
9802026-03-24T14:28:35.404Z Downloaded buf-list v1.1.2
9812026-03-24T14:28:35.404Z Downloaded openssl-sys v0.9.111
9822026-03-24T14:28:35.408Z Downloaded prefix-trie v0.7.0
9832026-03-24T14:28:35.411Z Downloaded base64ct v1.8.3
9842026-03-24T14:28:35.414Z Downloaded slog-bunyan v2.5.0
9852026-03-24T14:28:35.414Z Downloaded slog-envlogger v2.2.0
9862026-03-24T14:28:35.417Z Downloaded env_logger v0.11.9
9872026-03-24T14:28:35.420Z Downloaded ena v0.14.4
9882026-03-24T14:28:35.420Z Downloaded drift v0.1.3
9892026-03-24T14:28:35.423Z Downloaded schemars_derive v0.8.22
9902026-03-24T14:28:35.426Z Downloaded daft-derive v0.1.5
9912026-03-24T14:28:35.429Z Downloaded papergrid v0.17.0
9922026-03-24T14:28:35.433Z Downloaded serde-hex v0.1.0
9932026-03-24T14:28:35.436Z Downloaded seq-macro v0.3.6
9942026-03-24T14:28:35.436Z Downloaded serde_derive_internals v0.29.1
9952026-03-24T14:28:35.439Z Downloaded sqlparser_derive v0.5.0
9962026-03-24T14:28:35.439Z Downloaded ssh-cipher v0.2.0
9972026-03-24T14:28:35.442Z Downloaded sct v0.7.1
9982026-03-24T14:28:35.445Z Downloaded serde_path_to_error v0.1.20
9992026-03-24T14:28:35.445Z Downloaded serde_bytes v0.11.19
10002026-03-24T14:28:35.448Z Downloaded hickory-server v0.25.2
10012026-03-24T14:28:35.452Z Downloaded ssh-encoding v0.2.0
10022026-03-24T14:28:35.452Z Downloaded hashbrown v0.13.2
10032026-03-24T14:28:35.455Z Downloaded sec1 v0.7.3
10042026-03-24T14:28:35.458Z Downloaded scroll v0.13.0
10052026-03-24T14:28:35.458Z Downloaded progenitor-impl v0.13.0
10062026-03-24T14:28:35.461Z Downloaded rustls-pki-types v1.14.0
10072026-03-24T14:28:35.464Z Downloaded structmeta v0.3.0
10082026-03-24T14:28:35.464Z Downloaded structmeta-derive v0.3.0
10092026-03-24T14:28:35.464Z Downloaded strum v0.26.3
10102026-03-24T14:28:35.467Z Downloaded strip-ansi-escapes v0.2.1
10112026-03-24T14:28:35.467Z Downloaded strum v0.27.2
10122026-03-24T14:28:35.470Z Downloaded pin-project v1.1.11
10132026-03-24T14:28:35.476Z Downloaded simd-adler32 v0.3.8
10142026-03-24T14:28:35.479Z Downloaded rustls-pemfile v1.0.4
10152026-03-24T14:28:35.482Z Downloaded russh-keys v0.45.0
10162026-03-24T14:28:35.482Z Downloaded progenitor-impl v0.10.0
10172026-03-24T14:28:35.485Z Downloaded supports-color v3.0.2
10182026-03-24T14:28:35.485Z Downloaded slab v0.4.12
10192026-03-24T14:28:35.488Z Downloaded siphasher v1.0.2
10202026-03-24T14:28:35.488Z Downloaded signal-hook-registry v1.4.8
10212026-03-24T14:28:35.491Z Downloaded shlex v1.3.0
10222026-03-24T14:28:35.491Z Downloaded minimal-lexical v0.2.1
10232026-03-24T14:28:35.494Z Downloaded slog-async v2.8.0
10242026-03-24T14:28:35.497Z Downloaded hyper-util v0.1.20
10252026-03-24T14:28:35.500Z Downloaded tabwriter v1.4.1
10262026-03-24T14:28:35.504Z Downloaded tabled_derive v0.11.0
10272026-03-24T14:28:35.504Z Downloaded sync_wrapper v1.0.2
10282026-03-24T14:28:35.507Z Downloaded slog-stdlog v4.1.1
10292026-03-24T14:28:35.507Z Downloaded take_mut v0.2.2
10302026-03-24T14:28:35.507Z Downloaded slog-term v2.9.2
10312026-03-24T14:28:35.510Z Downloaded sync-ptr v0.1.4
10322026-03-24T14:28:35.510Z Downloaded slog-scope v4.4.1
10332026-03-24T14:28:35.513Z Downloaded slog-json v2.6.1
10342026-03-24T14:28:35.513Z Downloaded smallvec v0.6.14
10352026-03-24T14:28:35.516Z Downloaded crossterm v0.28.1
10362026-03-24T14:28:35.519Z Downloaded tap v1.0.1
10372026-03-24T14:28:35.522Z Downloaded tagptr v0.2.0
10382026-03-24T14:28:35.522Z Downloaded snafu-derive v0.8.9
10392026-03-24T14:28:35.525Z Downloaded sqlformat v0.3.5
10402026-03-24T14:28:35.525Z Downloaded spki v0.7.3
10412026-03-24T14:28:35.528Z Downloaded progenitor-impl v0.11.2
10422026-03-24T14:28:35.528Z Downloaded ron v0.8.1
10432026-03-24T14:28:35.533Z Downloaded thiserror-impl-no-std v2.0.2
10442026-03-24T14:28:35.536Z Downloaded termtree v0.5.1
10452026-03-24T14:28:35.536Z Downloaded serde_with_macros v3.17.0
10462026-03-24T14:28:35.539Z Downloaded string_cache v0.8.9
10472026-03-24T14:28:35.539Z Downloaded hashbrown v0.12.3
10482026-03-24T14:28:35.543Z Downloaded time-core v0.1.8
10492026-03-24T14:28:35.546Z Downloaded testing_table v0.3.0
10502026-03-24T14:28:35.546Z Downloaded itertools v0.10.5
10512026-03-24T14:28:35.550Z Downloaded strum_macros v0.24.3
10522026-03-24T14:28:35.553Z Downloaded stringprep v0.1.5
10532026-03-24T14:28:35.556Z Downloaded static_assertions v1.1.0
10542026-03-24T14:28:35.556Z Downloaded thread-id v5.1.0
10552026-03-24T14:28:35.556Z Downloaded stacker v0.1.23
10562026-03-24T14:28:35.559Z Downloaded serde_cbor v0.11.2
10572026-03-24T14:28:35.562Z Downloaded rustls-platform-verifier v0.6.2
10582026-03-24T14:28:35.565Z Downloaded rcgen v0.12.1
10592026-03-24T14:28:35.568Z Downloaded smf v0.2.3
10602026-03-24T14:28:35.568Z Downloaded signature v2.2.0
10612026-03-24T14:28:35.572Z Downloaded slog-dtrace v0.3.0
10622026-03-24T14:28:35.572Z Downloaded tinyvec_macros v0.1.1
10632026-03-24T14:28:35.572Z Downloaded strum_macros v0.26.4
10642026-03-24T14:28:35.575Z Downloaded support-bundle-viewer v0.1.2
10652026-03-24T14:28:35.575Z Downloaded num-bigint v0.4.6
10662026-03-24T14:28:35.578Z Downloaded pretty_assertions v1.4.1
10672026-03-24T14:28:35.581Z Downloaded p256 v0.13.2
10682026-03-24T14:28:35.584Z Downloaded crossterm v0.29.0
10692026-03-24T14:28:35.588Z Downloaded ryu v1.0.23
10702026-03-24T14:28:35.591Z Downloaded subtle v2.6.1
10712026-03-24T14:28:35.595Z Downloaded schemars v0.8.22
10722026-03-24T14:28:35.601Z Downloaded topological-sort v0.2.2
10732026-03-24T14:28:35.605Z Downloaded qorb v0.4.1
10742026-03-24T14:28:35.608Z Downloaded prettyplease v0.2.37
10752026-03-24T14:28:35.611Z Downloaded blake3 v1.8.3
10762026-03-24T14:28:35.616Z Downloaded tower-service v0.3.3
10772026-03-24T14:28:35.619Z Downloaded thiserror-no-std v2.0.2
10782026-03-24T14:28:35.622Z Downloaded termios v0.3.3
10792026-03-24T14:28:35.622Z Downloaded quinn v0.11.9
10802026-03-24T14:28:35.625Z Downloaded spin v0.9.8
10812026-03-24T14:28:35.628Z Downloaded rayon-core v1.13.0
10822026-03-24T14:28:35.631Z Downloaded hashbrown v0.15.5
10832026-03-24T14:28:35.635Z Downloaded nom v7.1.3
10842026-03-24T14:28:35.640Z Downloaded bit-vec v0.8.0
10852026-03-24T14:28:35.643Z Downloaded embedded-io v0.4.0
10862026-03-24T14:28:35.643Z Downloaded thread_local v1.1.9
10872026-03-24T14:28:35.646Z Downloaded try-lock v0.2.5
10882026-03-24T14:28:35.646Z Downloaded tls_codec_derive v0.4.2
10892026-03-24T14:28:35.649Z Downloaded trait-variant v0.1.2
10902026-03-24T14:28:35.649Z Downloaded signal-hook v0.3.18
10912026-03-24T14:28:35.652Z Downloaded typify-macro v0.4.3
10922026-03-24T14:28:35.652Z Downloaded unarray v0.1.4
10932026-03-24T14:28:35.655Z Downloaded tls_codec v0.4.2
10942026-03-24T14:28:35.655Z Downloaded strum_macros v0.27.2
10952026-03-24T14:28:35.658Z Downloaded rand v0.8.5
10962026-03-24T14:28:35.661Z Downloaded untrusted v0.9.0
10972026-03-24T14:28:35.661Z Downloaded aes-gcm v0.10.3
10982026-03-24T14:28:35.664Z Downloaded untrusted v0.7.1
10992026-03-24T14:28:35.667Z Downloaded unicode-truncate v1.1.0
11002026-03-24T14:28:35.667Z Downloaded similar v2.7.0
11012026-03-24T14:28:35.671Z Downloaded universal-hash v0.5.1
11022026-03-24T14:28:35.674Z Downloaded tokio-dtrace v0.1.1
11032026-03-24T14:28:35.674Z Downloaded time-macros v0.2.27
11042026-03-24T14:28:35.678Z Downloaded unit-prefix v0.5.2
11052026-03-24T14:28:35.678Z Downloaded tokio-native-tls v0.3.1
11062026-03-24T14:28:35.681Z Downloaded tokio-tungstenite v0.21.0
11072026-03-24T14:28:35.681Z Downloaded tokio-macros v2.6.0
11082026-03-24T14:28:35.681Z Downloaded constant_time_eq v0.4.2
11092026-03-24T14:28:35.684Z Downloaded cipher v0.4.4
11102026-03-24T14:28:35.684Z Downloaded cargo_metadata v0.19.2
11112026-03-24T14:28:35.687Z Downloaded schemars v0.9.0
11122026-03-24T14:28:35.695Z Downloaded utf-8 v0.7.6
11132026-03-24T14:28:35.698Z Downloaded usdt-macro v0.6.0
11142026-03-24T14:28:35.698Z Downloaded usdt-attr-macro v0.6.0
11152026-03-24T14:28:35.698Z Downloaded usdt v0.6.0
11162026-03-24T14:28:35.701Z Downloaded toml_writer v1.0.6+spec-1.1.0
11172026-03-24T14:28:35.701Z Downloaded socket2 v0.6.2
11182026-03-24T14:28:35.705Z Downloaded term v0.7.0
11192026-03-24T14:28:35.708Z Downloaded tower-layer v0.3.3
11202026-03-24T14:28:35.708Z Downloaded socket2 v0.5.10
11212026-03-24T14:28:35.711Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-03-24T14:28:35.711Z Downloaded publicsuffix v2.3.0
11232026-03-24T14:28:35.711Z Downloaded wait-timeout v0.2.1
11242026-03-24T14:28:35.714Z Downloaded void v1.0.2
11252026-03-24T14:28:35.714Z Downloaded want v0.3.1
11262026-03-24T14:28:35.715Z Downloaded waitgroup v0.1.2
11272026-03-24T14:28:35.717Z Downloaded mio v1.1.1
11282026-03-24T14:28:35.720Z Downloaded itertools v0.12.1
11292026-03-24T14:28:35.725Z Downloaded iddqd v0.3.17
11302026-03-24T14:28:35.730Z Downloaded itertools v0.13.0
11312026-03-24T14:28:35.736Z Downloaded serde_yaml v0.9.34+deprecated
11322026-03-24T14:28:35.739Z Downloaded num-bigint-dig v0.8.6
11332026-03-24T14:28:35.742Z Downloaded typify-macro v0.6.1
11342026-03-24T14:28:35.746Z Downloaded unicase v2.9.0
11352026-03-24T14:28:35.746Z Downloaded tui-tree-widget v0.23.1
11362026-03-24T14:28:35.749Z Downloaded iri-string v0.7.10
11372026-03-24T14:28:35.752Z Downloaded tokio-rustls v0.24.1
11382026-03-24T14:28:35.755Z Downloaded libxml v0.3.3
11392026-03-24T14:28:35.758Z Downloaded rustls-webpki v0.103.9
11402026-03-24T14:28:35.761Z Downloaded rand v0.9.2
11412026-03-24T14:28:35.764Z Downloaded xshell-macros v0.2.7
11422026-03-24T14:28:35.768Z Downloaded xattr v1.6.1
11432026-03-24T14:28:35.768Z Downloaded samael v0.0.19
11442026-03-24T14:28:35.771Z Downloaded tokio-rustls v0.26.4
11452026-03-24T14:28:35.774Z Downloaded tokio-stream v0.1.18
11462026-03-24T14:28:35.777Z Downloaded tar v0.4.44
11472026-03-24T14:28:35.780Z Downloaded subprocess v0.2.15
11482026-03-24T14:28:35.783Z Downloaded schemars v1.2.1
11492026-03-24T14:28:35.792Z Downloaded vsss-rs v3.3.4
11502026-03-24T14:28:35.795Z Downloaded vergen-git2 v1.0.7
11512026-03-24T14:28:35.798Z Downloaded tokio-tungstenite v0.23.1
11522026-03-24T14:28:35.798Z Downloaded zone v0.3.1
11532026-03-24T14:28:35.801Z Downloaded test-strategy v0.4.5
11542026-03-24T14:28:35.801Z Downloaded zone_cfg_derive v0.3.1
11552026-03-24T14:28:35.804Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-03-24T14:28:35.804Z Downloaded hyper v1.8.1
11572026-03-24T14:28:35.809Z Downloaded vergen-lib v0.1.6
11582026-03-24T14:28:35.812Z Downloaded uzers v0.12.2
11592026-03-24T14:28:35.812Z Downloaded itertools v0.14.0
11602026-03-24T14:28:35.818Z Downloaded futures-util v0.3.32
11612026-03-24T14:28:35.827Z Downloaded walkdir v2.5.0
11622026-03-24T14:28:35.830Z Downloaded rsa v0.9.10
11632026-03-24T14:28:35.833Z Downloaded twox-hash v2.1.2
11642026-03-24T14:28:35.837Z Downloaded term v1.2.1
11652026-03-24T14:28:35.840Z Downloaded snafu v0.8.9
11662026-03-24T14:28:35.843Z Downloaded xshell v0.2.7
11672026-03-24T14:28:35.846Z Downloaded whoami v1.6.1
11682026-03-24T14:28:35.846Z Downloaded rand v0.10.0
11692026-03-24T14:28:35.849Z Downloaded tokio-rustls v0.25.0
11702026-03-24T14:28:35.853Z Downloaded libm v0.2.16
11712026-03-24T14:28:35.857Z Downloaded wyz v0.5.1
11722026-03-24T14:28:35.860Z Downloaded unicode-properties v0.1.4
11732026-03-24T14:28:35.860Z Downloaded tracing-attributes v0.1.31
11742026-03-24T14:28:35.863Z Downloaded usdt-impl v0.6.0
11752026-03-24T14:28:35.863Z Downloaded tinyvec v1.10.0
11762026-03-24T14:28:35.866Z Downloaded steno v0.4.1
11772026-03-24T14:28:35.869Z Downloaded zeroize_derive v1.4.3
11782026-03-24T14:28:35.869Z Downloaded xz2 v0.1.7
11792026-03-24T14:28:35.885Z Downloaded hkdf v0.12.4
11802026-03-24T14:28:35.885Z Downloaded zeroize v1.8.2
11812026-03-24T14:28:35.885Z Downloaded toml v0.9.12+spec-1.1.0
11822026-03-24T14:28:35.885Z Downloaded h2 v0.4.13
11832026-03-24T14:28:35.885Z Downloaded p521 v0.13.3
11842026-03-24T14:28:35.885Z Downloaded tiny-keccak v2.0.2
11852026-03-24T14:28:35.890Z Downloaded vergen-gitcl v1.0.8
11862026-03-24T14:28:35.890Z Downloaded vergen v9.0.6
11872026-03-24T14:28:35.893Z Downloaded zstd v0.13.3
11882026-03-24T14:28:35.893Z Downloaded whoami v2.1.0
11892026-03-24T14:28:35.896Z Downloaded zstd-safe v7.2.4
11902026-03-24T14:28:35.896Z Downloaded typify v0.6.1
11912026-03-24T14:28:35.899Z Downloaded slog v2.8.2
11922026-03-24T14:28:35.902Z Downloaded aho-corasick v1.1.4
11932026-03-24T14:28:35.906Z Downloaded bitflags v1.3.2
11942026-03-24T14:28:35.909Z Downloaded uuid v1.21.0
11952026-03-24T14:28:35.912Z Downloaded zerocopy v0.6.6
11962026-03-24T14:28:35.915Z Downloaded tungstenite v0.21.0
11972026-03-24T14:28:35.918Z Downloaded typify v0.4.3
11982026-03-24T14:28:35.918Z Downloaded russh v0.45.0
11992026-03-24T14:28:35.922Z Downloaded ron v0.12.0
12002026-03-24T14:28:35.929Z Downloaded unicode-bidi v0.3.18
12012026-03-24T14:28:35.932Z Downloaded unsafe-libyaml v0.2.11
12022026-03-24T14:28:35.935Z Downloaded tungstenite v0.23.0
12032026-03-24T14:28:35.938Z Downloaded yasna v0.5.2
12042026-03-24T14:28:35.938Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-03-24T14:28:35.941Z Downloaded bitfield v0.19.4
12062026-03-24T14:28:35.945Z Downloaded home v0.5.12
12072026-03-24T14:28:35.945Z Downloaded toml v0.7.8
12082026-03-24T14:28:35.948Z Downloaded aws-lc-rs v1.16.0
12092026-03-24T14:28:35.953Z Downloaded rpassword v7.4.0
12102026-03-24T14:28:35.956Z Downloaded diesel-dtrace v0.5.0
12112026-03-24T14:28:35.956Z Downloaded vte v0.14.1
12122026-03-24T14:28:35.959Z Downloaded tokio-postgres v0.7.16
12132026-03-24T14:28:35.962Z Downloaded data-encoding v2.10.0
12142026-03-24T14:28:35.966Z Downloaded derive-ex v0.1.8
12152026-03-24T14:28:35.966Z Downloaded futures-core v0.3.32
12162026-03-24T14:28:35.969Z Downloaded gethostname v0.5.0
12172026-03-24T14:28:35.969Z Downloaded bytes v1.11.1
12182026-03-24T14:28:35.972Z Downloaded debug-ignore v1.0.5
12192026-03-24T14:28:35.972Z Downloaded darling_macro v0.23.0
12202026-03-24T14:28:35.972Z Downloaded cpufeatures v0.3.0
12212026-03-24T14:28:35.977Z Downloaded bcrypt-pbkdf v0.10.0
12222026-03-24T14:28:35.977Z Downloaded derive-where v1.6.0
12232026-03-24T14:28:35.980Z Downloaded tracing-core v0.1.36
12242026-03-24T14:28:35.980Z Downloaded base16ct v1.0.0
12252026-03-24T14:28:35.983Z Downloaded zopfli v0.8.3
12262026-03-24T14:28:35.988Z Downloaded rustyline v14.0.0
12272026-03-24T14:28:35.993Z Downloaded reedline v0.40.0
12282026-03-24T14:28:36.002Z Downloaded toml_edit v0.19.15
12292026-03-24T14:28:36.016Z Downloaded unicode_categories v0.1.1
12302026-03-24T14:28:36.022Z Downloaded reqwest v0.12.28
12312026-03-24T14:28:36.029Z Downloaded ssh-key v0.6.7
12322026-03-24T14:28:36.034Z Downloaded zip v0.6.6
12332026-03-24T14:28:36.037Z Downloaded regex v1.12.3
12342026-03-24T14:28:36.042Z Downloaded yansi v1.0.1
12352026-03-24T14:28:36.045Z Downloaded bindgen v0.71.1
12362026-03-24T14:28:36.049Z Downloaded p384 v0.13.1
12372026-03-24T14:28:36.076Z Downloaded reqwest v0.13.2
12382026-03-24T14:28:36.089Z Downloaded typed-path v0.9.3
12392026-03-24T14:28:36.094Z Downloaded portable-atomic v1.13.1
12402026-03-24T14:28:36.102Z Downloaded bitvec v1.0.1
12412026-03-24T14:28:36.112Z Downloaded x509-cert v0.2.5
12422026-03-24T14:28:36.118Z Downloaded zerocopy-derive v0.8.40
12432026-03-24T14:28:36.123Z Downloaded unicode-segmentation v1.12.0
12442026-03-24T14:28:36.126Z Downloaded proptest v1.10.0
12452026-03-24T14:28:36.133Z Downloaded rustls-webpki v0.101.7
12462026-03-24T14:28:36.144Z Downloaded unicode-normalization v0.1.25
12472026-03-24T14:28:36.147Z Downloaded git2 v0.20.4
12482026-03-24T14:28:36.153Z Downloaded rayon v1.11.0
12492026-03-24T14:28:36.161Z Downloaded chrono v0.4.44
12502026-03-24T14:28:36.165Z Downloaded quick-xml v0.37.5
12512026-03-24T14:28:36.170Z Downloaded zip v4.6.1
12522026-03-24T14:28:36.173Z Downloaded tower-http v0.6.8
12532026-03-24T14:28:36.179Z Downloaded moka v0.12.13
12542026-03-24T14:28:36.185Z Downloaded tough v0.20.0
12552026-03-24T14:28:36.190Z Downloaded rustls-webpki v0.102.8
12562026-03-24T14:28:36.204Z Downloaded tokio-util v0.7.18
12572026-03-24T14:28:36.210Z Downloaded serde_with v3.17.0
12582026-03-24T14:28:36.220Z Downloaded curve25519-dalek v4.1.3
12592026-03-24T14:28:36.226Z Downloaded object v0.30.4
12602026-03-24T14:28:36.232Z Downloaded nix v0.27.1
12612026-03-24T14:28:36.238Z Downloaded goblin v0.10.5
12622026-03-24T14:28:36.244Z Downloaded salty v0.3.0
12632026-03-24T14:28:36.249Z Downloaded petname v2.0.2
12642026-03-24T14:28:36.253Z Downloaded winnow v0.6.26
12652026-03-24T14:28:36.259Z Downloaded radix_trie v0.2.1
12662026-03-24T14:28:36.263Z Downloaded tower v0.5.3
12672026-03-24T14:28:36.269Z Downloaded polar-core v0.27.3
12682026-03-24T14:28:36.277Z Downloaded lalrpop v0.19.12
12692026-03-24T14:28:36.284Z Downloaded winnow v0.5.40
12702026-03-24T14:28:36.293Z Downloaded quinn-proto v0.11.13
12712026-03-24T14:28:36.308Z Downloaded nix v0.29.0
12722026-03-24T14:28:36.317Z Downloaded openssl v0.10.75
12732026-03-24T14:28:36.325Z Downloaded bstr v1.12.1
12742026-03-24T14:28:36.330Z Downloaded rustls v0.21.12
12752026-03-24T14:28:36.338Z Downloaded regex-syntax v0.6.29
12762026-03-24T14:28:36.343Z Downloaded nix v0.28.0
12772026-03-24T14:28:36.351Z Downloaded object v0.37.3
12782026-03-24T14:28:36.366Z Downloaded zlib-rs v0.6.2
12792026-03-24T14:28:36.369Z Downloaded smoltcp v0.9.1
12802026-03-24T14:28:36.376Z Downloaded tabled v0.20.0
12812026-03-24T14:28:36.389Z Downloaded vcpkg v0.2.15
12822026-03-24T14:28:36.418Z Downloaded webpki-roots v1.0.6
12832026-03-24T14:28:36.421Z Downloaded hickory-proto v0.25.2
12842026-03-24T14:28:36.432Z Downloaded zerocopy v0.8.40
12852026-03-24T14:28:36.438Z Downloaded regex-syntax v0.8.10
12862026-03-24T14:28:36.443Z Downloaded time v0.3.47
12872026-03-24T14:28:36.453Z Downloaded smoltcp v0.11.0
12882026-03-24T14:28:36.465Z Downloaded rustls v0.22.4
12892026-03-24T14:28:36.473Z Downloaded openapiv3 v2.2.0
12902026-03-24T14:28:36.482Z Downloaded diesel v2.3.7
12912026-03-24T14:28:36.496Z Downloaded sqlparser v0.61.0
12922026-03-24T14:28:36.504Z Downloaded rustls v0.23.37
12932026-03-24T14:28:36.512Z Downloaded regress v0.10.5
12942026-03-24T14:28:36.518Z Downloaded rustix v0.38.44
12952026-03-24T14:28:36.535Z Downloaded hickory-proto v0.24.4
12962026-03-24T14:28:36.546Z Downloaded dropshot v0.16.7
12972026-03-24T14:28:36.563Z Downloaded nix v0.31.1
12982026-03-24T14:28:36.571Z Downloaded sled v0.34.7
12992026-03-24T14:28:36.578Z Downloaded ratatui v0.29.0
13002026-03-24T14:28:36.600Z Downloaded zerocopy-derive v0.6.6
13012026-03-24T14:28:36.607Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-03-24T14:28:36.617Z Downloaded petgraph v0.6.5
13032026-03-24T14:28:36.629Z Downloaded chrono-tz v0.10.4
13042026-03-24T14:28:36.643Z Downloaded typify-impl v0.6.1
13052026-03-24T14:28:36.650Z Downloaded tracing v0.1.44
13062026-03-24T14:28:36.664Z Downloaded typify-impl v0.4.3
13072026-03-24T14:28:36.674Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-03-24T14:28:36.751Z Downloaded regex-automata v0.4.14
13092026-03-24T14:28:36.789Z Downloaded jiff v0.2.21
13102026-03-24T14:28:36.825Z Downloaded lzma-sys v0.1.20
13112026-03-24T14:28:36.846Z Downloaded petgraph v0.8.3
13122026-03-24T14:28:36.865Z Downloaded libz-sys v1.1.24
13132026-03-24T14:28:36.880Z Downloaded csv v1.4.0
13142026-03-24T14:28:36.898Z Downloaded tokio v1.49.0
13152026-03-24T14:28:36.927Z Downloaded sha3 v0.10.8
13162026-03-24T14:28:37.009Z Downloaded encoding_rs v0.8.35
13172026-03-24T14:28:37.035Z Downloaded ring v0.17.14
13182026-03-24T14:28:37.071Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-24T14:28:37.435Z Downloaded aws-lc-sys v0.37.1
13202026-03-24T14:28:37.778Z Compiling libc v0.2.180
13212026-03-24T14:28:37.783Z Compiling serde v1.0.228
13222026-03-24T14:28:37.783Z Compiling log v0.4.29
13232026-03-24T14:28:37.783Z Compiling shlex v1.3.0
13242026-03-24T14:28:37.783Z Compiling find-msvc-tools v0.1.9
13252026-03-24T14:28:37.783Z Compiling smallvec v1.15.1
13262026-03-24T14:28:37.783Z Compiling typenum v1.19.0
13272026-03-24T14:28:37.783Z Compiling subtle v2.6.1
13282026-03-24T14:28:37.990Z Compiling generic-array v0.14.7
13292026-03-24T14:28:38.007Z Compiling scopeguard v1.2.0
13302026-03-24T14:28:38.011Z Compiling portable-atomic v1.13.1
13312026-03-24T14:28:38.153Z Compiling const-oid v0.9.6
13322026-03-24T14:28:38.157Z Compiling critical-section v1.2.0
13332026-03-24T14:28:38.157Z Compiling zerocopy v0.8.40
13342026-03-24T14:28:38.174Z Compiling syn v2.0.117
13352026-03-24T14:28:38.241Z Compiling serde_json v1.0.149
13362026-03-24T14:28:38.265Z Compiling lock_api v0.4.14
13372026-03-24T14:28:38.292Z Compiling pin-project-lite v0.2.17
13382026-03-24T14:28:38.295Z Compiling parking_lot_core v0.9.12
13392026-03-24T14:28:38.344Z Compiling pkg-config v0.3.32
13402026-03-24T14:28:38.344Z Compiling bitflags v2.11.0
13412026-03-24T14:28:38.358Z Compiling libm v0.2.16
13422026-03-24T14:28:38.358Z Compiling num-traits v0.2.19
13432026-03-24T14:28:38.536Z Compiling futures-core v0.3.32
13442026-03-24T14:28:38.561Z Compiling percent-encoding v2.3.2
13452026-03-24T14:28:38.586Z Compiling allocator-api2 v0.2.21
13462026-03-24T14:28:38.681Z Compiling futures-sink v0.3.32
13472026-03-24T14:28:38.773Z Compiling foldhash v0.2.0
13482026-03-24T14:28:38.777Z Compiling cpufeatures v0.2.17
13492026-03-24T14:28:38.821Z Compiling getrandom v0.4.1
13502026-03-24T14:28:38.887Z Compiling futures-channel v0.3.32
13512026-03-24T14:28:38.910Z Compiling futures-io v0.3.32
13522026-03-24T14:28:38.933Z Compiling slab v0.4.12
13532026-03-24T14:28:38.936Z Compiling futures-task v0.3.32
13542026-03-24T14:28:38.958Z Compiling getrandom v0.3.4
13552026-03-24T14:28:39.074Z Compiling hashbrown v0.16.1
13562026-03-24T14:28:39.098Z Compiling rand_core v0.10.0
13572026-03-24T14:28:39.145Z Compiling rustversion v1.0.22
13582026-03-24T14:28:39.168Z Compiling form_urlencoded v1.2.2
13592026-03-24T14:28:39.194Z Compiling dunce v1.0.5
13602026-03-24T14:28:39.217Z Compiling fs_extra v1.3.0
13612026-03-24T14:28:39.243Z Compiling ident_case v1.0.1
13622026-03-24T14:28:39.277Z Compiling base64ct v1.8.3
13632026-03-24T14:28:39.330Z Compiling flagset v0.4.7
13642026-03-24T14:28:39.334Z Compiling iana-time-zone v0.1.65
13652026-03-24T14:28:39.376Z Compiling getrandom v0.2.17
13662026-03-24T14:28:39.406Z Compiling jobserver v0.1.34
13672026-03-24T14:28:39.428Z Compiling errno v0.3.14
13682026-03-24T14:28:39.478Z Compiling mio v1.1.1
13692026-03-24T14:28:39.508Z Compiling socket2 v0.6.2
13702026-03-24T14:28:39.595Z Compiling rand_core v0.6.4
13712026-03-24T14:28:39.620Z Compiling signal-hook-registry v1.4.8
13722026-03-24T14:28:39.646Z Compiling once_cell v1.21.3
13732026-03-24T14:28:39.692Z Compiling cc v1.2.56
13742026-03-24T14:28:39.743Z Compiling parking_lot v0.12.5
13752026-03-24T14:28:39.848Z Compiling indexmap v2.13.0
13762026-03-24T14:28:39.903Z Compiling pem-rfc7468 v0.7.0
13772026-03-24T14:28:39.953Z Compiling rustix v1.1.3
13782026-03-24T14:28:39.974Z Compiling uuid v1.21.0
13792026-03-24T14:28:39.977Z Compiling rustc_version v0.4.1
13802026-03-24T14:28:40.020Z Compiling regex-syntax v0.8.10
13812026-03-24T14:28:40.065Z Compiling aws-lc-rs v1.16.0
13822026-03-24T14:28:40.152Z Compiling vcpkg v0.2.15
13832026-03-24T14:28:40.247Z Compiling rand_core v0.9.5
13842026-03-24T14:28:40.268Z Compiling tracing-core v0.1.36
13852026-03-24T14:28:40.306Z Compiling crossbeam-utils v0.8.21
13862026-03-24T14:28:40.330Z Compiling httparse v1.10.1
13872026-03-24T14:28:40.419Z Compiling untrusted v0.7.1
13882026-03-24T14:28:40.468Z Compiling syn v1.0.109
13892026-03-24T14:28:40.577Z Compiling schemars v0.8.22
13902026-03-24T14:28:40.616Z Compiling base64 v0.22.1
13912026-03-24T14:28:40.642Z Compiling openssl-probe v0.2.1
13922026-03-24T14:28:40.642Z Compiling untrusted v0.9.0
13932026-03-24T14:28:40.720Z Compiling cmake v0.1.57
13942026-03-24T14:28:40.810Z Compiling tower-layer v0.3.3
13952026-03-24T14:28:40.902Z Compiling dyn-clone v1.0.20
13962026-03-24T14:28:40.923Z Compiling tower-service v0.3.3
13972026-03-24T14:28:40.967Z Compiling rustls v0.23.37
13982026-03-24T14:28:40.971Z Compiling tinyvec_macros v0.1.1
13992026-03-24T14:28:40.992Z Compiling atomic-waker v1.1.2
14002026-03-24T14:28:41.055Z Compiling try-lock v0.2.5
14012026-03-24T14:28:41.137Z Compiling spin v0.9.8
14022026-03-24T14:28:41.137Z Compiling tinyvec v1.10.0
14032026-03-24T14:28:41.205Z Compiling aho-corasick v1.1.4
14042026-03-24T14:28:41.208Z Compiling num-conv v0.2.0
14052026-03-24T14:28:41.230Z Compiling want v0.3.1
14062026-03-24T14:28:41.253Z Compiling pin-utils v0.1.0
14072026-03-24T14:28:41.257Z Compiling foreign-types-shared v0.1.1
14082026-03-24T14:28:41.327Z Compiling time-core v0.1.8
14092026-03-24T14:28:41.327Z Compiling httpdate v1.0.3
14102026-03-24T14:28:41.384Z Compiling crc32fast v1.5.0
14112026-03-24T14:28:41.422Z Compiling powerfmt v0.2.0
14122026-03-24T14:28:41.445Z Compiling openssl v0.10.75
14132026-03-24T14:28:41.448Z Compiling foreign-types v0.3.2
14142026-03-24T14:28:41.490Z Compiling wait-timeout v0.2.1
14152026-03-24T14:28:41.559Z Compiling time-macros v0.2.27
14162026-03-24T14:28:41.585Z Compiling either v1.15.0
14172026-03-24T14:28:41.609Z Compiling simd-adler32 v0.3.8
14182026-03-24T14:28:41.612Z Compiling usdt-impl v0.6.0
14192026-03-24T14:28:41.655Z Compiling deranged v0.5.8
14202026-03-24T14:28:41.660Z Compiling quick-error v1.2.3
14212026-03-24T14:28:41.710Z Compiling bit-vec v0.8.0
14222026-03-24T14:28:41.766Z Compiling siphasher v1.0.2
14232026-03-24T14:28:41.829Z Compiling num_threads v0.1.7
14242026-03-24T14:28:41.854Z Compiling native-tls v0.2.18
14252026-03-24T14:28:41.907Z Compiling unicode-normalization v0.1.25
14262026-03-24T14:28:41.952Z Compiling aws-lc-sys v0.37.1
14272026-03-24T14:28:41.977Z Compiling ring v0.17.14
14282026-03-24T14:28:41.982Z Compiling openssl-sys v0.9.111
14292026-03-24T14:28:42.025Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-03-24T14:28:42.048Z Compiling bit-set v0.8.0
14312026-03-24T14:28:42.051Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-03-24T14:28:42.138Z Compiling tempfile v3.25.0
14332026-03-24T14:28:42.163Z Compiling crossbeam-epoch v0.9.18
14342026-03-24T14:28:42.279Z Compiling synstructure v0.13.2
14352026-03-24T14:28:42.450Z Compiling serde_derive_internals v0.29.1
14362026-03-24T14:28:42.497Z Compiling pest_generator v2.8.6
14372026-03-24T14:28:42.562Z Compiling darling_core v0.20.11
14382026-03-24T14:28:42.638Z Compiling regex-automata v0.4.14
14392026-03-24T14:28:42.683Z Compiling rusty-fork v0.3.1
14402026-03-24T14:28:43.105Z Compiling time v0.3.47
14412026-03-24T14:28:43.152Z Compiling darling_core v0.21.3
14422026-03-24T14:28:43.174Z Compiling slog v2.8.2
14432026-03-24T14:28:43.196Z Compiling rand_xorshift v0.4.0
14442026-03-24T14:28:43.429Z Compiling heapless v0.7.17
14452026-03-24T14:28:43.432Z Compiling thread-id v5.1.0
14462026-03-24T14:28:43.475Z Compiling sync_wrapper v1.0.2
14472026-03-24T14:28:43.538Z Compiling cookie v0.18.1
14482026-03-24T14:28:43.562Z Compiling unicode-bidi v0.3.18
14492026-03-24T14:28:43.598Z Compiling unarray v0.1.4
14502026-03-24T14:28:43.629Z Compiling zstd-safe v7.2.4
14512026-03-24T14:28:43.704Z Compiling signal-hook v0.3.18
14522026-03-24T14:28:43.753Z Compiling anyhow v1.0.102
14532026-03-24T14:28:43.788Z Compiling adler2 v2.0.1
14542026-03-24T14:28:43.812Z Compiling rayon-core v1.13.0
14552026-03-24T14:28:43.835Z Compiling unicode-segmentation v1.12.0
14562026-03-24T14:28:43.904Z Compiling unicode-properties v0.1.4
14572026-03-24T14:28:43.943Z Compiling paste v1.0.15
14582026-03-24T14:28:44.004Z Compiling miniz_oxide v0.8.9
14592026-03-24T14:28:44.169Z Compiling stringprep v0.1.5
14602026-03-24T14:28:44.318Z Compiling crossbeam-deque v0.8.6
14612026-03-24T14:28:44.399Z Compiling num-integer v0.1.46
14622026-03-24T14:28:44.421Z Compiling vergen-lib v0.1.6
14632026-03-24T14:28:44.490Z Compiling curve25519-dalek v4.1.3
14642026-03-24T14:28:44.591Z Compiling ff v0.13.1
14652026-03-24T14:28:44.664Z Compiling hash32 v0.2.1
14662026-03-24T14:28:44.781Z Compiling memoffset v0.9.1
14672026-03-24T14:28:44.804Z Compiling num-bigint-dig v0.8.6
14682026-03-24T14:28:44.862Z Compiling fallible-iterator v0.2.0
14692026-03-24T14:28:44.886Z Compiling zlib-rs v0.6.2
14702026-03-24T14:28:44.926Z Compiling litrs v1.0.0
14712026-03-24T14:28:44.950Z Compiling iri-string v0.7.10
14722026-03-24T14:28:44.977Z Compiling serde_derive v1.0.228
14732026-03-24T14:28:45.045Z Compiling zeroize_derive v1.4.3
14742026-03-24T14:28:45.068Z Compiling zerofrom-derive v0.1.6
14752026-03-24T14:28:45.169Z Compiling yoke-derive v0.8.1
14762026-03-24T14:28:45.295Z Compiling zerocopy-derive v0.8.40
14772026-03-24T14:28:45.401Z Compiling zerovec-derive v0.11.2
14782026-03-24T14:28:45.636Z Compiling displaydoc v0.2.5
14792026-03-24T14:28:45.924Z Compiling tokio-macros v2.6.0
14802026-03-24T14:28:45.944Z Compiling zeroize v1.8.2
14812026-03-24T14:28:46.670Z Compiling futures-macro v0.3.32
14822026-03-24T14:28:46.778Z Compiling der_derive v0.7.3
14832026-03-24T14:28:46.811Z Compiling thiserror-impl v2.0.18
14842026-03-24T14:28:46.838Z Compiling rustls-pki-types v1.14.0
14852026-03-24T14:28:46.917Z Compiling tracing-attributes v0.1.31
14862026-03-24T14:28:46.982Z Compiling schemars_derive v0.8.22
14872026-03-24T14:28:47.079Z Compiling crypto-common v0.1.7
14882026-03-24T14:28:47.102Z Compiling zerofrom v0.1.6
14892026-03-24T14:28:47.207Z Compiling block-buffer v0.10.4
14902026-03-24T14:28:47.291Z Compiling yoke v0.8.1
14912026-03-24T14:28:47.295Z Compiling block-padding v0.3.3
14922026-03-24T14:28:47.452Z Compiling digest v0.10.7
14932026-03-24T14:28:47.491Z Compiling inout v0.1.4
14942026-03-24T14:28:47.550Z Compiling zerovec v0.11.5
14952026-03-24T14:28:47.573Z Compiling zerotrie v0.2.3
14962026-03-24T14:28:47.730Z Compiling cipher v0.4.4
14972026-03-24T14:28:47.799Z Compiling hmac v0.12.1
14982026-03-24T14:28:47.821Z Compiling futures-util v0.3.32
14992026-03-24T14:28:47.998Z Compiling sha2 v0.10.9
15002026-03-24T14:28:48.024Z Compiling pbkdf2 v0.12.2
15012026-03-24T14:28:48.096Z Compiling salsa20 v0.10.2
15022026-03-24T14:28:48.133Z Compiling der v0.7.10
15032026-03-24T14:28:48.182Z Compiling tinystr v0.8.2
15042026-03-24T14:28:48.258Z Compiling potential_utf v0.1.4
15052026-03-24T14:28:48.295Z Compiling aes v0.8.4
15062026-03-24T14:28:48.470Z Compiling icu_locale_core v2.1.1
15072026-03-24T14:28:48.494Z Compiling icu_collections v2.1.1
15082026-03-24T14:28:48.605Z Compiling scrypt v0.11.0
15092026-03-24T14:28:48.706Z Compiling thiserror v2.0.18
15102026-03-24T14:28:48.737Z Compiling cbc v0.1.2
15112026-03-24T14:28:48.815Z Compiling tracing v0.1.44
15122026-03-24T14:28:48.860Z Compiling scroll_derive v0.13.1
15132026-03-24T14:28:48.941Z Compiling pest_derive v2.8.6
15142026-03-24T14:28:48.968Z Compiling darling_macro v0.20.11
15152026-03-24T14:28:49.159Z Compiling thiserror-impl v1.0.69
15162026-03-24T14:28:49.195Z Compiling openssl-macros v0.1.1
15172026-03-24T14:28:49.513Z Compiling icu_provider v2.1.1
15182026-03-24T14:28:49.538Z Compiling spki v0.7.3
15192026-03-24T14:28:49.611Z Compiling darling v0.20.11
15202026-03-24T14:28:49.636Z Compiling dtrace-parser v0.3.0
15212026-03-24T14:28:49.721Z Compiling bytes v1.11.1
15222026-03-24T14:28:49.744Z Compiling chrono v0.4.44
15232026-03-24T14:28:49.747Z Compiling ipnet v2.11.0
15242026-03-24T14:28:49.817Z Compiling pkcs5 v0.7.1
15252026-03-24T14:28:49.844Z Compiling icu_properties v2.1.2
15262026-03-24T14:28:49.870Z Compiling icu_normalizer v2.1.1
15272026-03-24T14:28:49.896Z Compiling derive_builder_core v0.20.2
15282026-03-24T14:28:49.926Z Compiling signature v2.2.0
15292026-03-24T14:28:49.965Z Compiling scroll v0.13.0
15302026-03-24T14:28:50.168Z Compiling rustls-native-certs v0.8.3
15312026-03-24T14:28:50.338Z Compiling pkcs8 v0.10.2
15322026-03-24T14:28:50.463Z Compiling tokio v1.49.0
15332026-03-24T14:28:50.486Z Compiling http v1.4.0
15342026-03-24T14:28:50.566Z Compiling goblin v0.10.5
15352026-03-24T14:28:50.590Z Compiling scroll_derive v0.12.1
15362026-03-24T14:28:50.619Z Compiling serde_tokenstream v0.2.3
15372026-03-24T14:28:50.706Z Compiling erased-serde v0.3.31
15382026-03-24T14:28:50.773Z Compiling serde_spanned v0.6.9
15392026-03-24T14:28:50.888Z Compiling thiserror v1.0.69
15402026-03-24T14:28:51.012Z Compiling toml_datetime v0.6.11
15412026-03-24T14:28:51.038Z Compiling md-5 v0.10.6
15422026-03-24T14:28:51.062Z Compiling idna_adapter v1.2.1
15432026-03-24T14:28:51.065Z Compiling webpki-roots v1.0.6
15442026-03-24T14:28:51.160Z Compiling derive_builder_macro v0.20.2
15452026-03-24T14:28:51.181Z Compiling darling_macro v0.21.3
15462026-03-24T14:28:51.310Z Compiling idna v1.1.0
15472026-03-24T14:28:51.313Z Compiling zerocopy-derive v0.7.35
15482026-03-24T14:28:51.356Z Compiling psl-types v2.0.11
15492026-03-24T14:28:51.431Z Compiling http-body v1.0.1
15502026-03-24T14:28:51.456Z Compiling ref-cast v1.0.25
15512026-03-24T14:28:51.508Z Compiling base16ct v0.2.0
15522026-03-24T14:28:51.544Z Compiling smoltcp v0.9.1
15532026-03-24T14:28:51.568Z Compiling ppv-lite86 v0.2.21
15542026-03-24T14:28:51.651Z Compiling http-body-util v0.1.3
15552026-03-24T14:28:51.751Z Compiling url v2.5.8
15562026-03-24T14:28:51.777Z Compiling scroll v0.12.0
15572026-03-24T14:28:51.807Z Compiling rustix v0.38.44
15582026-03-24T14:28:51.834Z Compiling ryu v1.0.23
15592026-03-24T14:28:51.856Z Compiling cfg_aliases v0.2.1
15602026-03-24T14:28:51.859Z Compiling darling v0.21.3
15612026-03-24T14:28:51.975Z Compiling derive_builder v0.20.2
15622026-03-24T14:28:51.999Z Compiling rand_chacha v0.9.0
15632026-03-24T14:28:52.003Z Compiling rand_chacha v0.3.1
15642026-03-24T14:28:52.003Z Compiling nix v0.31.1
15652026-03-24T14:28:52.066Z Compiling serde_urlencoded v0.7.1
15662026-03-24T14:28:52.115Z Compiling goblin v0.8.2
15672026-03-24T14:28:52.144Z Compiling publicsuffix v2.3.0
15682026-03-24T14:28:52.167Z Compiling sec1 v0.7.3
15692026-03-24T14:28:52.284Z Compiling rand v0.9.2
15702026-03-24T14:28:52.384Z Compiling rand v0.8.5
15712026-03-24T14:28:52.572Z Compiling zerocopy v0.7.35
15722026-03-24T14:28:52.576Z Compiling cargo-platform v0.1.9
15732026-03-24T14:28:52.620Z Compiling flate2 v1.1.9
15742026-03-24T14:28:52.677Z Compiling hkdf v0.12.4
15752026-03-24T14:28:52.726Z Compiling crypto-bigint v0.5.5
15762026-03-24T14:28:52.878Z Compiling hubpack_derive v0.1.1
15772026-03-24T14:28:52.907Z Compiling regex v1.12.3
15782026-03-24T14:28:52.949Z Compiling document-features v0.2.12
15792026-03-24T14:28:53.103Z Compiling proptest v1.10.0
15802026-03-24T14:28:53.209Z Compiling postgres-protocol v0.6.10
15812026-03-24T14:28:53.466Z Compiling curve25519-dalek-derive v0.1.1
15822026-03-24T14:28:53.491Z Compiling async-trait v0.1.89
15832026-03-24T14:28:53.529Z Compiling ipnetwork v0.21.1
15842026-03-24T14:28:53.552Z Compiling ref-cast-impl v1.0.25
15852026-03-24T14:28:53.556Z Compiling daft-derive v0.1.5
15862026-03-24T14:28:53.604Z Compiling strum_macros v0.27.2
15872026-03-24T14:28:53.865Z Compiling oxnet v0.1.4
15882026-03-24T14:28:54.090Z Compiling group v0.13.0
15892026-03-24T14:28:54.274Z Compiling num-iter v0.1.45
15902026-03-24T14:28:54.403Z Compiling proc-macro-error v1.0.4
15912026-03-24T14:28:54.444Z Compiling dof v0.4.0
15922026-03-24T14:28:54.563Z Compiling heck v0.4.1
15932026-03-24T14:28:54.724Z Compiling terminal_size v0.4.3
15942026-03-24T14:28:54.823Z Compiling phf_shared v0.13.1
15952026-03-24T14:28:54.854Z Compiling lazy_static v1.5.0
15962026-03-24T14:28:54.879Z Compiling vergen v9.0.6
15972026-03-24T14:28:54.940Z Compiling fs-err v3.3.0
15982026-03-24T14:28:54.964Z Compiling ahash v0.8.12
15992026-03-24T14:28:54.988Z Compiling managed v0.8.0
16002026-03-24T14:28:55.086Z Compiling object v0.37.3
16012026-03-24T14:28:55.138Z Compiling bumpalo v3.20.2
16022026-03-24T14:28:55.162Z Compiling foldhash v0.1.5
16032026-03-24T14:28:55.184Z Compiling libbz2-rs-sys v0.2.2
16042026-03-24T14:28:55.211Z Compiling bitflags v1.3.2
16052026-03-24T14:28:55.244Z Compiling winnow v0.5.40
16062026-03-24T14:28:55.247Z Compiling clap_builder v4.5.60
16072026-03-24T14:28:55.293Z Compiling dof v0.3.0
16082026-03-24T14:28:55.401Z Compiling hashbrown v0.15.5
16092026-03-24T14:28:55.566Z Compiling zopfli v0.8.3
16102026-03-24T14:28:55.759Z Compiling tokio-util v0.7.18
16112026-03-24T14:28:56.187Z Compiling tower v0.5.3
16122026-03-24T14:28:56.208Z Compiling tokio-native-tls v0.3.1
16132026-03-24T14:28:56.235Z Compiling bzip2 v0.6.1
16142026-03-24T14:28:56.418Z Compiling newtype-uuid v1.3.2
16152026-03-24T14:28:56.441Z Compiling strum v0.27.2
16162026-03-24T14:28:56.463Z Compiling console v0.16.2
16172026-03-24T14:28:56.507Z Compiling phf v0.13.1
16182026-03-24T14:28:56.531Z Compiling signal-hook-mio v0.2.5
16192026-03-24T14:28:56.578Z Compiling zone_cfg_derive v0.3.1
16202026-03-24T14:28:56.619Z Compiling rayon v1.11.0
16212026-03-24T14:28:56.751Z Compiling h2 v0.4.13
16222026-03-24T14:28:56.774Z Compiling tower-http v0.6.8
16232026-03-24T14:28:56.874Z Compiling usdt-macro v0.6.0
16242026-03-24T14:28:56.897Z Compiling usdt-attr-macro v0.6.0
16252026-03-24T14:28:57.184Z Compiling toml_edit v0.19.15
16262026-03-24T14:28:57.212Z Compiling daft v0.1.5
16272026-03-24T14:28:57.264Z Compiling cargo_metadata v0.19.2
16282026-03-24T14:28:57.314Z Compiling cookie_store v0.22.1
16292026-03-24T14:28:57.459Z Compiling elliptic-curve v0.13.8
16302026-03-24T14:28:57.498Z Compiling postgres-types v0.2.12
16312026-03-24T14:28:57.740Z Compiling hubpack v0.1.2
16322026-03-24T14:28:57.886Z Compiling bzip2 v0.4.4
16332026-03-24T14:28:58.050Z Compiling zstd v0.13.3
16342026-03-24T14:28:58.077Z Compiling serde_with_macros v3.17.0
16352026-03-24T14:28:58.191Z Compiling dtrace-parser v0.2.0
16362026-03-24T14:28:58.245Z Compiling pkcs1 v0.7.5
16372026-03-24T14:28:58.301Z Compiling ed25519 v2.2.3
16382026-03-24T14:28:58.426Z Compiling hex v0.4.3
16392026-03-24T14:28:58.726Z Compiling serde-big-array v0.5.1
16402026-03-24T14:28:58.808Z Compiling rfc6979 v0.4.0
16412026-03-24T14:28:58.811Z Compiling bstr v1.12.1
16422026-03-24T14:28:58.923Z Compiling clap_derive v4.5.55
16432026-03-24T14:28:58.990Z Compiling enum-as-inner v0.6.1
16442026-03-24T14:28:59.105Z Compiling serde_repr v0.1.20
16452026-03-24T14:28:59.180Z Compiling strum_macros v0.26.4
16462026-03-24T14:28:59.272Z Compiling phf_shared v0.11.3
16472026-03-24T14:28:59.469Z Compiling itertools v0.12.1
16482026-03-24T14:28:59.539Z Compiling float-cmp v0.10.0
16492026-03-24T14:28:59.611Z Compiling thread-id v4.2.2
16502026-03-24T14:28:59.638Z Compiling memmap2 v0.9.10
16512026-03-24T14:28:59.663Z Compiling env_filter v1.0.0
16522026-03-24T14:28:59.686Z Compiling encoding_rs v0.8.35
16532026-03-24T14:28:59.737Z Compiling mime v0.3.17
16542026-03-24T14:28:59.761Z Compiling fixedbitset v0.4.2
16552026-03-24T14:28:59.765Z Compiling predicates-core v1.0.10
16562026-03-24T14:28:59.828Z Compiling difflib v0.4.0
16572026-03-24T14:28:59.944Z Compiling precomputed-hash v0.1.1
16582026-03-24T14:29:00.011Z Compiling static_assertions v1.1.0
16592026-03-24T14:29:00.067Z Compiling rustc-hash v2.1.1
16602026-03-24T14:29:00.091Z Compiling normalize-line-endings v0.3.0
16612026-03-24T14:29:00.115Z Compiling jiff v0.2.21
16622026-03-24T14:29:00.118Z Compiling keccak v0.1.6
16632026-03-24T14:29:00.139Z Compiling new_debug_unreachable v1.0.6
16642026-03-24T14:29:00.228Z Compiling fixedbitset v0.5.7
16652026-03-24T14:29:00.253Z Compiling whoami v2.1.0
16662026-03-24T14:29:00.277Z Compiling data-encoding v2.10.0
16672026-03-24T14:29:00.616Z Compiling unit-prefix v0.5.2
16682026-03-24T14:29:00.654Z Compiling tokio-postgres v0.7.16
16692026-03-24T14:29:00.775Z Compiling indicatif v0.18.4
16702026-03-24T14:29:00.822Z Compiling hickory-proto v0.25.2
16712026-03-24T14:29:01.022Z Compiling hyper v1.8.1
16722026-03-24T14:29:01.223Z Compiling zone v0.3.1
16732026-03-24T14:29:01.281Z Compiling petgraph v0.8.3
16742026-03-24T14:29:01.316Z Compiling sha3 v0.10.8
16752026-03-24T14:29:01.341Z Compiling toml_edit v0.22.27
16762026-03-24T14:29:01.406Z Compiling clap v4.5.60
16772026-03-24T14:29:01.526Z Compiling string_cache v0.8.9
16782026-03-24T14:29:01.629Z Compiling strum v0.26.3
16792026-03-24T14:29:01.806Z Compiling iddqd v0.3.17
16802026-03-24T14:29:01.830Z Compiling predicates v3.1.4
16812026-03-24T14:29:01.851Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16822026-03-24T14:29:01.960Z Compiling petgraph v0.6.5
16832026-03-24T14:29:02.011Z Compiling usdt v0.6.0
16842026-03-24T14:29:02.213Z Compiling env_logger v0.11.9
16852026-03-24T14:29:02.377Z Compiling usdt-impl v0.5.0
16862026-03-24T14:29:02.380Z Compiling serde_with v3.17.0
16872026-03-24T14:29:02.726Z Compiling hyper-util v0.1.20
16882026-03-24T14:29:02.751Z Compiling similar v2.7.0
16892026-03-24T14:29:03.229Z Compiling crossterm v0.28.1
16902026-03-24T14:29:03.297Z Compiling toml v0.7.8
16912026-03-24T14:29:03.412Z Compiling ecdsa v0.16.9
16922026-03-24T14:29:03.773Z Compiling rsa v0.9.10
16932026-03-24T14:29:03.918Z Compiling zip v4.6.1
16942026-03-24T14:29:03.941Z Compiling ed25519-dalek v2.2.0
16952026-03-24T14:29:04.036Z Compiling zip v0.6.6
16962026-03-24T14:29:04.193Z Compiling tokio-stream v0.1.18
16972026-03-24T14:29:04.556Z Compiling hyper-tls v0.6.0
16982026-03-24T14:29:04.851Z Compiling buf-list v1.1.2
16992026-03-24T14:29:04.877Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-24T14:29:05.083Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T14:29:05.106Z Compiling x509-cert v0.2.5
17022026-03-24T14:29:05.159Z Compiling openapiv3 v2.2.0
17032026-03-24T14:29:05.247Z Compiling sha1 v0.10.6
17042026-03-24T14:29:05.250Z Compiling itertools v0.13.0
17052026-03-24T14:29:05.294Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-24T14:29:05.375Z Compiling lalrpop-util v0.19.12
17072026-03-24T14:29:05.511Z Compiling peg-runtime v0.8.5
17082026-03-24T14:29:05.556Z Compiling thread_local v1.1.9
17092026-03-24T14:29:05.609Z Compiling slog-async v2.8.0
17102026-03-24T14:29:05.646Z Compiling futures-executor v0.3.32
17112026-03-24T14:29:05.715Z Compiling crossbeam-channel v0.5.15
17122026-03-24T14:29:05.777Z Compiling is-terminal v0.4.17
17132026-03-24T14:29:05.898Z Compiling filetime v0.2.27
17142026-03-24T14:29:05.920Z Compiling term v1.2.1
17152026-03-24T14:29:05.923Z Compiling xattr v1.6.1
17162026-03-24T14:29:06.012Z Compiling take_mut v0.2.2
17172026-03-24T14:29:06.055Z Compiling futures v0.3.32
17182026-03-24T14:29:06.176Z Compiling tar v0.4.44
17192026-03-24T14:29:06.382Z Compiling slog-term v2.9.2
17202026-03-24T14:29:26.892Z Compiling rustls-webpki v0.103.9
17212026-03-24T14:29:30.960Z Compiling tokio-rustls v0.26.4
17222026-03-24T14:29:30.960Z Compiling rustls-platform-verifier v0.6.2
17232026-03-24T14:29:31.225Z Compiling hyper-rustls v0.27.7
17242026-03-24T14:29:31.480Z Compiling reqwest v0.12.28
17252026-03-24T14:29:31.481Z Compiling reqwest v0.13.2
17262026-03-24T14:29:34.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-24T14:29:34.585Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-24T14:29:38.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17292026-03-24T14:29:38.575Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-24T14:29:38.641ZMar 24 14:29:37.478 INFO Starting download, target: Clickhouse
17312026-03-24T14:29:38.641ZMar 24 14:29:37.479 INFO Starting download, target: Console
17322026-03-24T14:29:38.641ZMar 24 14:29:37.479 INFO Starting download, target: MaghemiteMgd
17332026-03-24T14:29:38.641ZMar 24 14:29:37.479 INFO Starting download, target: DendriteStub
17342026-03-24T14:29:38.641ZMar 24 14:29:37.479 INFO Starting download, target: TransceiverControl
17352026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Starting download, target: Cockroach
17362026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-24T14:29:38.646ZMar 24 14:29:37.479 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-24T14:29:38.973ZMar 24 14:29:37.810 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-24T14:29:39.320ZMar 24 14:29:38.153 INFO Download complete, target: TransceiverControl
17442026-03-24T14:29:39.676ZMar 24 14:29:38.505 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-24T14:29:40.057ZMar 24 14:29:38.890 INFO Download complete, target: Console
17462026-03-24T14:29:40.165ZMar 24 14:29:39.001 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-24T14:29:40.384ZMar 24 14:29:39.220 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-24T14:29:40.640ZMar 24 14:29:39.477 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-24T14:29:40.640ZMar 24 14:29:39.477 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-24T14:29:40.725ZMar 24 14:29:39.562 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-03-24T14:29:43.827ZMar 24 14:29:42.663 INFO Download complete, target: DendriteStub
17522026-03-24T14:29:44.040ZMar 24 14:29:42.877 INFO Download complete, target: MaghemiteMgd
17532026-03-24T14:29:48.371ZMar 24 14:29:47.206 INFO Checking that binary works, target: Cockroach
17542026-03-24T14:29:48.494ZMar 24 14:29:47.329 INFO Download complete, target: Cockroach
17552026-03-24T14:29:51.999ZMar 24 14:29:50.833 INFO Checking that binary works, target: Clickhouse
17562026-03-24T14:29:52.097ZMar 24 14:29:50.931 INFO Download complete, target: Clickhouse
17572026-03-24T14:29:52.103ZAll prerequisites installed successfully
17582026-03-24T14:29:52.107Z
17592026-03-24T14:29:52.107Zreal 3:43.409384450
17602026-03-24T14:29:52.107Zuser 10:25.504055590
17612026-03-24T14:29:52.107Zsys 2:07.762472032
17622026-03-24T14:29:52.107Ztrap 0.334044678
17632026-03-24T14:29:52.107Ztflt 1.207104770
17642026-03-24T14:29:52.107Zdflt 1.653536499
17652026-03-24T14:29:52.107Zkflt 0.023380656
17662026-03-24T14:29:52.107Zlock 32:51.401338960
17672026-03-24T14:29:52.107Zslp 25:17.069213374
17682026-03-24T14:29:52.107Zlat 29.874179445
17692026-03-24T14:29:52.107Zstop 4:41.498549038
17702026-03-24T14:29:52.107Z+ ptime -m cargo xtask download softnpu
17712026-03-24T14:29:52.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17722026-03-24T14:29:52.860Z Running `target/debug/xtask download softnpu`
17732026-03-24T14:29:53.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
17742026-03-24T14:29:53.987Z Running `target/debug/xtask-downloader softnpu`
17752026-03-24T14:29:54.036ZMar 24 14:29:52.869 INFO Starting download, target: Softnpu
17762026-03-24T14:29:54.039ZMar 24 14:29:52.870 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-24T14:29:54.720ZMar 24 14:29:53.553 INFO Download complete, target: Softnpu
17782026-03-24T14:29:54.723Z
17792026-03-24T14:29:54.726Zreal 2.612580648
17802026-03-24T14:29:54.726Zuser 1.789705832
17812026-03-24T14:29:54.726Zsys 0.828573040
17822026-03-24T14:29:54.726Ztrap 0.000661633
17832026-03-24T14:29:54.726Ztflt 0.000063811
17842026-03-24T14:29:54.727Zdflt 0.000148987
17852026-03-24T14:29:54.727Zkflt 0.000000000
17862026-03-24T14:29:54.727Zlock 12.250768335
17872026-03-24T14:29:54.727Zslp 0.554235710
17882026-03-24T14:29:54.727Zlat 0.057684318
17892026-03-24T14:29:54.727Zstop 0.000188805
17902026-03-24T14:29:54.727Z+ export CARGO_INCREMENTAL=0
17912026-03-24T14:29:54.727Z+ CARGO_INCREMENTAL=0
17922026-03-24T14:29:54.727Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-24T14:29:55.966Z Compiling proc-macro2 v1.0.106
17942026-03-24T14:29:55.966Z Compiling quote v1.0.44
17952026-03-24T14:29:55.966Z Compiling unicode-ident v1.0.24
17962026-03-24T14:29:55.970Z Compiling libc v0.2.180
17972026-03-24T14:29:55.970Z Compiling serde_core v1.0.228
17982026-03-24T14:29:55.970Z Compiling serde v1.0.228
17992026-03-24T14:29:55.970Z Compiling cfg-if v1.0.4
18002026-03-24T14:29:55.970Z Compiling version_check v0.9.5
18012026-03-24T14:29:55.970Z Compiling find-msvc-tools v0.1.9
18022026-03-24T14:29:55.970Z Compiling shlex v1.3.0
18032026-03-24T14:29:55.970Z Compiling typenum v1.19.0
18042026-03-24T14:29:55.970Z Compiling portable-atomic v1.13.1
18052026-03-24T14:29:55.970Z Compiling memchr v2.8.0
18062026-03-24T14:29:56.140Z Compiling autocfg v1.5.0
18072026-03-24T14:29:56.171Z Compiling zmij v1.0.21
18082026-03-24T14:29:56.283Z Compiling serde_json v1.0.149
18092026-03-24T14:29:56.491Z Compiling zerocopy v0.8.40
18102026-03-24T14:29:56.597Z Compiling parking_lot_core v0.9.12
18112026-03-24T14:29:56.621Z Compiling libm v0.2.16
18122026-03-24T14:29:56.697Z Compiling smallvec v1.15.1
18132026-03-24T14:29:56.722Z Compiling icu_properties_data v2.1.2
18142026-03-24T14:29:56.769Z Compiling icu_normalizer_data v2.1.1
18152026-03-24T14:29:56.846Z Compiling generic-array v0.14.7
18162026-03-24T14:29:56.849Z Compiling num-traits v0.2.19
18172026-03-24T14:29:56.946Z Compiling itoa v1.0.17
18182026-03-24T14:29:57.021Z Compiling log v0.4.29
18192026-03-24T14:29:57.123Z Compiling getrandom v0.4.1
18202026-03-24T14:29:57.127Z Compiling pkg-config v0.3.32
18212026-03-24T14:29:57.127Z Compiling stable_deref_trait v1.2.1
18222026-03-24T14:29:57.285Z Compiling scopeguard v1.2.0
18232026-03-24T14:29:57.288Z Compiling subtle v2.6.1
18242026-03-24T14:29:57.386Z Compiling thiserror v2.0.18
18252026-03-24T14:29:57.414Z Compiling lock_api v0.4.14
18262026-03-24T14:29:57.484Z Compiling fnv v1.0.7
18272026-03-24T14:29:57.639Z Compiling jobserver v0.1.34
18282026-03-24T14:29:57.664Z Compiling getrandom v0.2.17
18292026-03-24T14:29:57.664Z Compiling errno v0.3.14
18302026-03-24T14:29:57.742Z Compiling getrandom v0.3.4
18312026-03-24T14:29:57.849Z Compiling rand_core v0.6.4
18322026-03-24T14:29:57.875Z Compiling syn v2.0.117
18332026-03-24T14:29:57.901Z Compiling pin-project-lite v0.2.17
18342026-03-24T14:29:57.950Z Compiling cc v1.2.56
18352026-03-24T14:29:58.082Z Compiling critical-section v1.2.0
18362026-03-24T14:29:58.203Z Compiling rustversion v1.0.22
18372026-03-24T14:29:58.229Z Compiling equivalent v1.0.2
18382026-03-24T14:29:58.250Z Compiling allocator-api2 v0.2.21
18392026-03-24T14:29:58.368Z Compiling litemap v0.8.1
18402026-03-24T14:29:58.378Z Compiling fs_extra v1.3.0
18412026-03-24T14:29:58.419Z Compiling foldhash v0.2.0
18422026-03-24T14:29:58.560Z Compiling once_cell v1.21.3
18432026-03-24T14:29:58.636Z Compiling percent-encoding v2.3.2
18442026-03-24T14:29:58.661Z Compiling dunce v1.0.5
18452026-03-24T14:29:58.716Z Compiling writeable v0.6.2
18462026-03-24T14:29:58.721Z Compiling hashbrown v0.16.1
18472026-03-24T14:29:58.936Z Compiling cmake v0.1.57
18482026-03-24T14:29:58.941Z Compiling const-oid v0.9.6
18492026-03-24T14:29:59.035Z Compiling signal-hook-registry v1.4.8
18502026-03-24T14:29:59.085Z Compiling rustix v1.1.3
18512026-03-24T14:29:59.132Z Compiling socket2 v0.6.2
18522026-03-24T14:29:59.162Z Compiling mio v1.1.1
18532026-03-24T14:29:59.167Z Compiling schemars v0.8.22
18542026-03-24T14:29:59.418Z Compiling bitflags v2.11.0
18552026-03-24T14:29:59.473Z Compiling semver v1.0.27
18562026-03-24T14:29:59.524Z Compiling indexmap v2.13.0
18572026-03-24T14:29:59.550Z Compiling parking_lot v0.12.5
18582026-03-24T14:29:59.605Z Compiling utf8_iter v1.0.4
18592026-03-24T14:29:59.669Z Compiling aws-lc-rs v1.16.0
18602026-03-24T14:29:59.751Z Compiling ring v0.17.14
18612026-03-24T14:29:59.833Z Compiling aws-lc-sys v0.37.1
18622026-03-24T14:29:59.887Z Compiling rand_core v0.10.0
18632026-03-24T14:29:59.970Z Compiling form_urlencoded v1.2.2
18642026-03-24T14:30:00.079Z Compiling strsim v0.11.1
18652026-03-24T14:30:00.101Z Compiling futures-core v0.3.32
18662026-03-24T14:30:00.329Z Compiling ucd-trie v0.1.7
18672026-03-24T14:30:00.445Z Compiling byteorder v1.5.0
18682026-03-24T14:30:00.493Z Compiling httparse v1.10.1
18692026-03-24T14:30:00.519Z Compiling thiserror v1.0.69
18702026-03-24T14:30:00.569Z Compiling pest v2.8.6
18712026-03-24T14:30:00.688Z Compiling heck v0.5.0
18722026-03-24T14:30:00.714Z Compiling vcpkg v0.2.15
18732026-03-24T14:30:00.718Z Compiling ident_case v1.0.1
18742026-03-24T14:30:00.861Z Compiling crossbeam-utils v0.8.21
18752026-03-24T14:30:00.890Z Compiling regex-syntax v0.8.10
18762026-03-24T14:30:00.914Z Compiling syn v1.0.109
18772026-03-24T14:30:01.222Z Compiling rustls v0.23.37
18782026-03-24T14:30:01.251Z Compiling futures-sink v0.3.32
18792026-03-24T14:30:01.277Z Compiling rustc_version v0.4.1
18802026-03-24T14:30:01.384Z Compiling futures-io v0.3.32
18812026-03-24T14:30:01.388Z Compiling futures-channel v0.3.32
18822026-03-24T14:30:01.432Z Compiling slab v0.4.12
18832026-03-24T14:30:01.435Z Compiling cpufeatures v0.2.17
18842026-03-24T14:30:01.435Z Compiling futures-task v0.3.32
18852026-03-24T14:30:01.552Z Compiling openssl-sys v0.9.111
18862026-03-24T14:30:01.630Z Compiling iana-time-zone v0.1.65
18872026-03-24T14:30:01.655Z Compiling plain v0.2.3
18882026-03-24T14:30:01.658Z Compiling uuid v1.21.0
18892026-03-24T14:30:01.742Z Compiling aho-corasick v1.1.4
18902026-03-24T14:30:01.820Z Compiling synstructure v0.13.2
18912026-03-24T14:30:01.842Z Compiling serde_derive_internals v0.29.1
18922026-03-24T14:30:01.925Z Compiling num-conv v0.2.0
18932026-03-24T14:30:01.983Z Compiling time-core v0.1.8
18942026-03-24T14:30:02.131Z Compiling pest_meta v2.8.6
18952026-03-24T14:30:02.225Z Compiling time-macros v0.2.27
18962026-03-24T14:30:02.466Z Compiling pretty-hex v0.4.1
18972026-03-24T14:30:02.701Z Compiling openssl v0.10.75
18982026-03-24T14:30:02.865Z Compiling anyhow v1.0.102
18992026-03-24T14:30:02.890Z Compiling base64ct v1.8.3
19002026-03-24T14:30:02.956Z Compiling crc32fast v1.5.0
19012026-03-24T14:30:02.979Z Compiling pest_generator v2.8.6
19022026-03-24T14:30:03.008Z Compiling regex-automata v0.4.14
19032026-03-24T14:30:03.033Z Compiling either v1.15.0
19042026-03-24T14:30:03.136Z Compiling darling_core v0.21.3
19052026-03-24T14:30:03.168Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-24T14:30:03.212Z Compiling pem-rfc7468 v0.7.0
19072026-03-24T14:30:03.291Z Compiling flagset v0.4.7
19082026-03-24T14:30:03.317Z Compiling native-tls v0.2.18
19092026-03-24T14:30:03.340Z Compiling rand_core v0.9.5
19102026-03-24T14:30:03.589Z Compiling slog v2.8.2
19112026-03-24T14:30:03.616Z Compiling tracing-core v0.1.36
19122026-03-24T14:30:03.669Z Compiling rayon-core v1.13.0
19132026-03-24T14:30:03.719Z Compiling dyn-clone v1.0.20
19142026-03-24T14:30:03.746Z Compiling serde_derive v1.0.228
19152026-03-24T14:30:03.775Z Compiling zeroize_derive v1.4.3
19162026-03-24T14:30:03.778Z Compiling zerofrom-derive v0.1.6
19172026-03-24T14:30:03.860Z Compiling yoke-derive v0.8.1
19182026-03-24T14:30:03.887Z Compiling zerovec-derive v0.11.2
19192026-03-24T14:30:03.915Z Compiling displaydoc v0.2.5
19202026-03-24T14:30:03.940Z Compiling zerocopy-derive v0.8.40
19212026-03-24T14:30:03.943Z Compiling tokio-macros v2.6.0
19222026-03-24T14:30:04.010Z Compiling futures-macro v0.3.32
19232026-03-24T14:30:04.565Z Compiling zeroize v1.8.2
19242026-03-24T14:30:04.875Z Compiling thiserror-impl v2.0.18
19252026-03-24T14:30:04.987Z Compiling tracing-attributes v0.1.31
19262026-03-24T14:30:05.074Z Compiling der_derive v0.7.3
19272026-03-24T14:30:05.145Z Compiling schemars_derive v0.8.22
19282026-03-24T14:30:05.266Z Compiling thiserror-impl v1.0.69
19292026-03-24T14:30:05.351Z Compiling zerofrom v0.1.6
19302026-03-24T14:30:05.537Z Compiling yoke v0.8.1
19312026-03-24T14:30:05.677Z Compiling crypto-common v0.1.7
19322026-03-24T14:30:05.805Z Compiling zerovec v0.11.5
19332026-03-24T14:30:05.864Z Compiling zerotrie v0.2.3
19342026-03-24T14:30:06.285Z Compiling block-buffer v0.10.4
19352026-03-24T14:30:06.463Z Compiling digest v0.10.7
19362026-03-24T14:30:06.501Z Compiling pest_derive v2.8.6
19372026-03-24T14:30:06.542Z Compiling tinystr v0.8.2
19382026-03-24T14:30:06.569Z Compiling potential_utf v0.1.4
19392026-03-24T14:30:06.605Z Compiling futures-util v0.3.32
19402026-03-24T14:30:06.736Z Compiling icu_collections v2.1.1
19412026-03-24T14:30:06.772Z Compiling hmac v0.12.1
19422026-03-24T14:30:06.823Z Compiling icu_locale_core v2.1.1
19432026-03-24T14:30:06.967Z Compiling block-padding v0.3.3
19442026-03-24T14:30:07.002Z Compiling sha2 v0.10.9
19452026-03-24T14:30:07.054Z Compiling rustls-pki-types v1.14.0
19462026-03-24T14:30:07.098Z Compiling scroll_derive v0.13.1
19472026-03-24T14:30:07.188Z Compiling inout v0.1.4
19482026-03-24T14:30:07.750Z Compiling cipher v0.4.4
19492026-03-24T14:30:08.003Z Compiling icu_provider v2.1.1
19502026-03-24T14:30:08.073Z Compiling bytes v1.11.1
19512026-03-24T14:30:08.158Z Compiling chrono v0.4.44
19522026-03-24T14:30:08.162Z Compiling serde_tokenstream v0.2.3
19532026-03-24T14:30:08.204Z Compiling scroll_derive v0.12.1
19542026-03-24T14:30:08.310Z Compiling openssl-macros v0.1.1
19552026-03-24T14:30:08.551Z Compiling icu_properties v2.1.2
19562026-03-24T14:30:08.588Z Compiling icu_normalizer v2.1.1
19572026-03-24T14:30:08.818Z Compiling tokio v1.49.0
19582026-03-24T14:30:09.053Z Compiling http v1.4.0
19592026-03-24T14:30:09.938Z Compiling idna_adapter v1.2.1
19602026-03-24T14:30:10.102Z Compiling idna v1.1.0
19612026-03-24T14:30:10.128Z Compiling ppv-lite86 v0.2.21
19622026-03-24T14:30:10.238Z Compiling der v0.7.10
19632026-03-24T14:30:10.264Z Compiling darling_macro v0.21.3
19642026-03-24T14:30:10.321Z Compiling regex v1.12.3
19652026-03-24T14:30:10.513Z Compiling zerocopy-derive v0.7.35
19662026-03-24T14:30:10.591Z Compiling url v2.5.8
19672026-03-24T14:30:10.660Z Compiling untrusted v0.9.0
19682026-03-24T14:30:10.883Z Compiling darling v0.21.3
19692026-03-24T14:30:10.884Z Compiling salsa20 v0.10.2
19702026-03-24T14:30:10.937Z Compiling pbkdf2 v0.12.2
19712026-03-24T14:30:11.012Z Compiling tracing v0.1.44
19722026-03-24T14:30:11.427Z Compiling spki v0.7.3
19732026-03-24T14:30:11.720Z Compiling cookie v0.18.1
19742026-03-24T14:30:11.844Z Compiling camino v1.2.2
19752026-03-24T14:30:11.905Z Compiling base64 v0.22.1
19762026-03-24T14:30:12.250Z Compiling scrypt v0.11.0
19772026-03-24T14:30:12.275Z Compiling rand_chacha v0.9.0
19782026-03-24T14:30:12.337Z Compiling aes v0.8.4
19792026-03-24T14:30:12.361Z Compiling cbc v0.1.2
19802026-03-24T14:30:12.815Z Compiling usdt-impl v0.5.0
19812026-03-24T14:30:12.965Z Compiling winnow v0.7.14
19822026-03-24T14:30:13.014Z Compiling ref-cast v1.0.25
19832026-03-24T14:30:13.110Z Compiling paste v1.0.15
19842026-03-24T14:30:13.178Z Compiling usdt-impl v0.6.0
19852026-03-24T14:30:13.514Z Compiling pkcs5 v0.7.1
19862026-03-24T14:30:13.539Z Compiling rand v0.9.2
19872026-03-24T14:30:13.756Z Compiling http-body v1.0.1
19882026-03-24T14:30:13.964Z Compiling tokio-util v0.7.18
19892026-03-24T14:30:14.061Z Compiling scroll v0.12.0
19902026-03-24T14:30:14.087Z Compiling scroll v0.13.0
19912026-03-24T14:30:14.120Z Compiling serde_spanned v0.6.9
19922026-03-24T14:30:14.152Z Compiling toml_datetime v0.6.11
19932026-03-24T14:30:14.319Z Compiling heapless v0.7.17
19942026-03-24T14:30:14.415Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-24T14:30:14.466Z Compiling openssl-probe v0.2.1
19962026-03-24T14:30:14.622Z Compiling untrusted v0.7.1
19972026-03-24T14:30:14.670Z Compiling signal-hook v0.3.18
19982026-03-24T14:30:14.697Z Compiling atomic-waker v1.1.2
19992026-03-24T14:30:14.825Z Compiling zstd-safe v7.2.4
20002026-03-24T14:30:14.886Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-24T14:30:15.012Z Compiling goblin v0.10.5
20022026-03-24T14:30:15.066Z Compiling goblin v0.8.2
20032026-03-24T14:30:15.092Z Compiling pkcs8 v0.10.2
20042026-03-24T14:30:15.503Z Compiling zerocopy v0.7.35
20052026-03-24T14:30:15.564Z Compiling ref-cast-impl v1.0.25
20062026-03-24T14:30:15.666Z Compiling darling_core v0.20.11
20072026-03-24T14:30:15.960Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-24T14:30:15.983Z Compiling memoffset v0.9.1
20092026-03-24T14:30:16.013Z Compiling tower-layer v0.3.3
20102026-03-24T14:30:16.128Z Compiling tinyvec_macros v0.1.1
20112026-03-24T14:30:16.234Z Compiling tower-service v0.3.3
20122026-03-24T14:30:16.358Z Compiling try-lock v0.2.5
20132026-03-24T14:30:16.407Z Compiling fastrand v2.3.0
20142026-03-24T14:30:16.441Z Compiling rustix v0.38.44
20152026-03-24T14:30:16.659Z Compiling winnow v0.5.40
20162026-03-24T14:30:16.663Z Compiling litrs v1.0.0
20172026-03-24T14:30:16.811Z Compiling want v0.3.1
20182026-03-24T14:30:16.836Z Compiling h2 v0.4.13
20192026-03-24T14:30:17.057Z Compiling tinyvec v1.10.0
20202026-03-24T14:30:17.363Z Compiling document-features v0.2.12
20212026-03-24T14:30:17.760Z Compiling dtrace-parser v0.2.0
20222026-03-24T14:30:18.065Z Compiling dtrace-parser v0.3.0
20232026-03-24T14:30:18.304Z Compiling dof v0.3.0
20242026-03-24T14:30:18.519Z Compiling darling_macro v0.20.11
20252026-03-24T14:30:18.578Z Compiling toml_edit v0.19.15
20262026-03-24T14:30:18.615Z Compiling ipnet v2.11.0
20272026-03-24T14:30:18.863Z Compiling dof v0.4.0
20282026-03-24T14:30:18.926Z Compiling daft-derive v0.1.5
20292026-03-24T14:30:19.124Z Compiling async-trait v0.1.89
20302026-03-24T14:30:19.153Z Compiling curve25519-dalek v4.1.3
20312026-03-24T14:30:19.309Z Compiling spin v0.9.8
20322026-03-24T14:30:19.457Z Compiling thread-id v5.1.0
20332026-03-24T14:30:19.486Z Compiling thread-id v4.2.2
20342026-03-24T14:30:19.581Z Compiling proc-macro-error-attr v1.0.4
20352026-03-24T14:30:19.608Z Compiling num-bigint-dig v0.8.6
20362026-03-24T14:30:19.612Z Compiling httpdate v1.0.3
20372026-03-24T14:30:19.827Z Compiling pin-utils v0.1.0
20382026-03-24T14:30:20.170Z Compiling foreign-types-shared v0.1.1
20392026-03-24T14:30:20.194Z Compiling powerfmt v0.2.0
20402026-03-24T14:30:20.221Z Compiling smoltcp v0.9.1
20412026-03-24T14:30:20.246Z Compiling cfg_aliases v0.2.1
20422026-03-24T14:30:20.246Z Compiling tempfile v3.25.0
20432026-03-24T14:30:20.305Z Compiling foreign-types v0.3.2
20442026-03-24T14:30:20.359Z Compiling nix v0.31.1
20452026-03-24T14:30:20.428Z Compiling deranged v0.5.8
20462026-03-24T14:30:20.642Z Compiling darling v0.20.11
20472026-03-24T14:30:20.904Z Compiling hyper v1.8.1
20482026-03-24T14:30:21.083Z Compiling ipnetwork v0.21.1
20492026-03-24T14:30:21.219Z Compiling strum_macros v0.26.4
20502026-03-24T14:30:21.421Z Compiling wait-timeout v0.2.1
20512026-03-24T14:30:21.468Z Compiling proc-macro-error v1.0.4
20522026-03-24T14:30:21.731Z Compiling simd-adler32 v0.3.8
20532026-03-24T14:30:21.754Z Compiling quick-error v1.2.3
20542026-03-24T14:30:21.757Z Compiling bit-vec v0.8.0
20552026-03-24T14:30:21.989Z Compiling utf8parse v0.2.2
20562026-03-24T14:30:22.084Z Compiling anstyle v1.0.13
20572026-03-24T14:30:22.110Z Compiling num_threads v0.1.7
20582026-03-24T14:30:22.175Z Compiling unicode-segmentation v1.12.0
20592026-03-24T14:30:22.204Z Compiling siphasher v1.0.2
20602026-03-24T14:30:22.258Z Compiling time v0.3.47
20612026-03-24T14:30:22.429Z Compiling hyper-util v0.1.20
20622026-03-24T14:30:22.714Z Compiling anstyle-parse v0.2.7
20632026-03-24T14:30:22.995Z Compiling bit-set v0.8.0
20642026-03-24T14:30:22.998Z Compiling rusty-fork v0.3.1
20652026-03-24T14:30:23.414Z Compiling crossbeam-epoch v0.9.18
20662026-03-24T14:30:23.476Z Compiling derive_builder_core v0.20.2
20672026-03-24T14:30:24.366Z Compiling unicode-normalization v0.1.25
20682026-03-24T14:30:24.577Z Compiling rustls-native-certs v0.8.3
20692026-03-24T14:30:24.869Z Compiling signature v2.2.0
20702026-03-24T14:30:24.919Z Compiling hubpack_derive v0.1.1
20712026-03-24T14:30:24.923Z Compiling strum_macros v0.27.2
20722026-03-24T14:30:24.992Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-24T14:30:25.016Z Compiling rand_xorshift v0.4.0
20742026-03-24T14:30:25.080Z Compiling sync_wrapper v1.0.2
20752026-03-24T14:30:25.220Z Compiling fs-err v3.3.0
20762026-03-24T14:30:25.259Z Compiling ahash v0.8.12
20772026-03-24T14:30:25.407Z Compiling unicode-properties v0.1.4
20782026-03-24T14:30:25.533Z Compiling unicode-bidi v0.3.18
20792026-03-24T14:30:25.556Z Compiling colorchoice v1.0.4
20802026-03-24T14:30:25.560Z Compiling adler2 v2.0.1
20812026-03-24T14:30:25.700Z Compiling object v0.37.3
20822026-03-24T14:30:25.727Z Compiling is_terminal_polyfill v1.70.2
20832026-03-24T14:30:25.764Z Compiling anstyle-query v1.1.5
20842026-03-24T14:30:25.796Z Compiling unarray v0.1.4
20852026-03-24T14:30:25.862Z Compiling miniz_oxide v0.8.9
20862026-03-24T14:30:25.919Z Compiling proptest v1.10.0
20872026-03-24T14:30:25.954Z Compiling anstream v0.6.21
20882026-03-24T14:30:26.022Z Compiling stringprep v0.1.5
20892026-03-24T14:30:26.351Z Compiling tower v0.5.3
20902026-03-24T14:30:26.599Z Compiling derive_builder_macro v0.20.2
20912026-03-24T14:30:26.999Z Compiling crossbeam-deque v0.8.6
20922026-03-24T14:30:27.204Z Compiling heck v0.4.1
20932026-03-24T14:30:27.281Z Compiling usdt-macro v0.6.0
20942026-03-24T14:30:27.309Z Compiling usdt-attr-macro v0.6.0
20952026-03-24T14:30:27.461Z Compiling http-body-util v0.1.3
20962026-03-24T14:30:27.521Z Compiling webpki-roots v1.0.6
20972026-03-24T14:30:27.844Z Compiling rand_chacha v0.3.1
20982026-03-24T14:30:27.847Z Compiling erased-serde v0.3.31
20992026-03-24T14:30:27.894Z Compiling md-5 v0.10.6
21002026-03-24T14:30:28.002Z Compiling num-integer v0.1.46
21012026-03-24T14:30:28.109Z Compiling hash32 v0.2.1
21022026-03-24T14:30:28.214Z Compiling vergen-lib v0.1.6
21032026-03-24T14:30:28.239Z Compiling ff v0.13.1
21042026-03-24T14:30:28.291Z Compiling fallible-iterator v0.2.0
21052026-03-24T14:30:28.317Z Compiling base16ct v0.2.0
21062026-03-24T14:30:28.320Z Compiling ryu v1.0.23
21072026-03-24T14:30:28.373Z Compiling psl-types v2.0.11
21082026-03-24T14:30:28.376Z Compiling iri-string v0.7.10
21092026-03-24T14:30:28.471Z Compiling zlib-rs v0.6.2
21102026-03-24T14:30:28.475Z Compiling group v0.13.0
21112026-03-24T14:30:28.573Z Compiling serde_urlencoded v0.7.1
21122026-03-24T14:30:28.577Z Compiling publicsuffix v2.3.0
21132026-03-24T14:30:28.577Z Compiling sec1 v0.7.3
21142026-03-24T14:30:28.689Z Compiling postgres-protocol v0.6.10
21152026-03-24T14:30:28.722Z Compiling num-iter v0.1.45
21162026-03-24T14:30:28.758Z Compiling newtype-uuid v1.3.2
21172026-03-24T14:30:28.995Z Compiling rand v0.8.5
21182026-03-24T14:30:29.211Z Compiling oxnet v0.1.4
21192026-03-24T14:30:29.283Z Compiling zone_cfg_derive v0.3.1
21202026-03-24T14:30:29.389Z Compiling derive_builder v0.20.2
21212026-03-24T14:30:29.453Z Compiling tokio-native-tls v0.3.1
21222026-03-24T14:30:29.712Z Compiling phf_shared v0.13.1
21232026-03-24T14:30:29.834Z Compiling lazy_static v1.5.0
21242026-03-24T14:30:29.935Z Compiling terminal_size v0.4.3
21252026-03-24T14:30:29.985Z Compiling serde_with_macros v3.17.0
21262026-03-24T14:30:29.988Z Compiling cargo-platform v0.1.9
21272026-03-24T14:30:30.039Z Compiling tower-http v0.6.8
21282026-03-24T14:30:30.088Z Compiling hkdf v0.12.4
21292026-03-24T14:30:30.160Z Compiling crypto-bigint v0.5.5
21302026-03-24T14:30:30.186Z Compiling enum-as-inner v0.6.1
21312026-03-24T14:30:30.261Z Compiling clap_derive v4.5.55
21322026-03-24T14:30:30.286Z Compiling serde_repr v0.1.20
21332026-03-24T14:30:30.337Z Compiling vergen v9.0.6
21342026-03-24T14:30:30.385Z Compiling bitflags v1.3.2
21352026-03-24T14:30:30.501Z Compiling managed v0.8.0
21362026-03-24T14:30:30.597Z Compiling clap_lex v1.0.0
21372026-03-24T14:30:30.622Z Compiling foldhash v0.1.5
21382026-03-24T14:30:30.853Z Compiling bumpalo v3.20.2
21392026-03-24T14:30:30.970Z Compiling libbz2-rs-sys v0.2.2
21402026-03-24T14:30:30.996Z Compiling unicode-width v0.2.0
21412026-03-24T14:30:31.074Z Compiling clap_builder v4.5.60
21422026-03-24T14:30:31.174Z Compiling zopfli v0.8.3
21432026-03-24T14:30:31.289Z Compiling hashbrown v0.15.5
21442026-03-24T14:30:31.374Z Compiling flate2 v1.1.9
21452026-03-24T14:30:31.397Z Compiling console v0.16.2
21462026-03-24T14:30:31.667Z Compiling bzip2 v0.6.1
21472026-03-24T14:30:31.691Z Compiling elliptic-curve v0.13.8
21482026-03-24T14:30:31.812Z Compiling cargo_metadata v0.19.2
21492026-03-24T14:30:32.038Z Compiling phf v0.13.1
21502026-03-24T14:30:32.116Z Compiling hyper-tls v0.6.0
21512026-03-24T14:30:32.176Z Compiling signal-hook-mio v0.2.5
21522026-03-24T14:30:32.209Z Compiling rayon v1.11.0
21532026-03-24T14:30:32.294Z Compiling daft v0.1.5
21542026-03-24T14:30:32.348Z Compiling cookie_store v0.22.1
21552026-03-24T14:30:32.427Z Compiling zstd v0.13.3
21562026-03-24T14:30:32.485Z Compiling postgres-types v0.2.12
21572026-03-24T14:30:32.750Z Compiling bzip2 v0.4.4
21582026-03-24T14:30:32.781Z Compiling strum v0.27.2
21592026-03-24T14:30:33.054Z Compiling hubpack v0.1.2
21602026-03-24T14:30:33.163Z Compiling ed25519 v2.2.3
21612026-03-24T14:30:33.235Z Compiling phf_shared v0.11.3
21622026-03-24T14:30:33.449Z Compiling pkcs1 v0.7.5
21632026-03-24T14:30:33.526Z Compiling serde-big-array v0.5.1
21642026-03-24T14:30:33.577Z Compiling hex v0.4.3
21652026-03-24T14:30:33.721Z Compiling rfc6979 v0.4.0
21662026-03-24T14:30:33.754Z Compiling bstr v1.12.1
21672026-03-24T14:30:33.981Z Compiling itertools v0.12.1
21682026-03-24T14:30:33.985Z Compiling float-cmp v0.10.0
21692026-03-24T14:30:33.985Z Compiling memmap2 v0.9.10
21702026-03-24T14:30:34.055Z Compiling env_filter v1.0.0
21712026-03-24T14:30:34.058Z Compiling encoding_rs v0.8.35
21722026-03-24T14:30:34.212Z Compiling difflib v0.4.0
21732026-03-24T14:30:34.317Z Compiling whoami v2.1.0
21742026-03-24T14:30:34.392Z Compiling unit-prefix v0.5.2
21752026-03-24T14:30:34.418Z Compiling rustc-hash v2.1.1
21762026-03-24T14:30:34.446Z Compiling mime v0.3.17
21772026-03-24T14:30:34.569Z Compiling precomputed-hash v0.1.1
21782026-03-24T14:30:34.601Z Compiling jiff v0.2.21
21792026-03-24T14:30:34.624Z Compiling fixedbitset v0.5.7
21802026-03-24T14:30:34.666Z Compiling new_debug_unreachable v1.0.6
21812026-03-24T14:30:34.697Z Compiling fixedbitset v0.4.2
21822026-03-24T14:30:34.779Z Compiling static_assertions v1.1.0
21832026-03-24T14:30:34.803Z Compiling predicates-core v1.0.10
21842026-03-24T14:30:34.853Z Compiling toml_write v0.1.2
21852026-03-24T14:30:34.891Z Compiling keccak v0.1.6
21862026-03-24T14:30:34.980Z Compiling data-encoding v2.10.0
21872026-03-24T14:30:35.007Z Compiling normalize-line-endings v0.3.0
21882026-03-24T14:30:35.056Z Compiling petgraph v0.8.3
21892026-03-24T14:30:35.143Z Compiling predicates v3.1.4
21902026-03-24T14:30:35.166Z Compiling sha3 v0.10.8
21912026-03-24T14:30:35.188Z Compiling toml_edit v0.22.27
21922026-03-24T14:30:35.256Z Compiling petgraph v0.6.5
21932026-03-24T14:30:35.545Z Compiling zone v0.3.1
21942026-03-24T14:30:35.662Z Compiling hickory-proto v0.25.2
21952026-03-24T14:30:35.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-24T14:30:35.933Z Compiling string_cache v0.8.9
21972026-03-24T14:30:36.233Z Compiling tokio-postgres v0.7.16
21982026-03-24T14:30:36.378Z Compiling iddqd v0.3.17
21992026-03-24T14:30:36.494Z Compiling indicatif v0.18.4
22002026-03-24T14:30:37.301Z Compiling similar v2.7.0
22012026-03-24T14:30:37.744Z Compiling env_logger v0.11.9
22022026-03-24T14:30:37.881Z Compiling usdt v0.6.0
22032026-03-24T14:30:38.194Z Compiling serde_with v3.17.0
22042026-03-24T14:30:38.223Z Compiling zip v4.6.1
22052026-03-24T14:30:38.396Z Compiling ecdsa v0.16.9
22062026-03-24T14:30:38.509Z Compiling rsa v0.9.10
22072026-03-24T14:30:39.250Z Compiling ed25519-dalek v2.2.0
22082026-03-24T14:30:39.447Z Compiling crossterm v0.28.1
22092026-03-24T14:30:39.627Z Compiling clap v4.5.60
22102026-03-24T14:30:39.842Z Compiling zip v0.6.6
22112026-03-24T14:30:39.987Z Compiling strum v0.26.3
22122026-03-24T14:30:39.987Z Compiling toml v0.7.8
22132026-03-24T14:30:40.174Z Compiling tokio-stream v0.1.18
22142026-03-24T14:30:40.456Z Compiling buf-list v1.1.2
22152026-03-24T14:30:40.665Z Compiling x509-cert v0.2.5
22162026-03-24T14:30:40.808Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-24T14:30:40.855Z Compiling openapiv3 v2.2.0
22182026-03-24T14:30:41.001Z Compiling sha1 v0.10.6
22192026-03-24T14:30:41.130Z Compiling itertools v0.13.0
22202026-03-24T14:30:41.603Z Compiling peg-runtime v0.8.5
22212026-03-24T14:30:41.720Z Compiling lalrpop-util v0.19.12
22222026-03-24T14:30:56.937Z Compiling macaddr v1.0.1
22232026-03-24T14:30:57.074Z Compiling structmeta-derive v0.3.0
22242026-03-24T14:30:57.111Z Compiling itertools v0.14.0
22252026-03-24T14:30:58.589Z Compiling heapless v0.8.0
22262026-03-24T14:30:58.802Z Compiling ingot-macros v0.1.1
22272026-03-24T14:30:59.200Z Compiling structmeta v0.3.0
22282026-03-24T14:31:02.482Z Compiling rustls-webpki v0.103.9
22292026-03-24T14:31:03.909Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-24T14:31:05.347Z Compiling hash32 v0.3.1
22312026-03-24T14:31:05.580Z Compiling smoltcp v0.11.0
22322026-03-24T14:31:05.621Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-03-24T14:31:05.766Z Compiling proc-macro-crate v3.4.0
22342026-03-24T14:31:05.972Z Compiling ingot-types v0.1.2
22352026-03-24T14:31:06.032Z Compiling cobs v0.3.0
22362026-03-24T14:31:06.063Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-24T14:31:06.352Z Compiling rustls v0.22.4
22382026-03-24T14:31:06.376Z Compiling num_enum_derive v0.7.5
22392026-03-24T14:31:06.479Z Compiling postcard v1.1.3
22402026-03-24T14:31:06.510Z Compiling proc-macro-crate v1.3.1
22412026-03-24T14:31:06.606Z Compiling ingot v0.1.1
22422026-03-24T14:31:06.663Z Compiling rustls-webpki v0.102.8
22432026-03-24T14:31:06.864Z Compiling futures-executor v0.3.32
22442026-03-24T14:31:07.001Z Compiling foreign-types-macros v0.2.3
22452026-03-24T14:31:07.030Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-24T14:31:07.344Z Compiling tokio-rustls v0.26.4
22472026-03-24T14:31:07.493Z Compiling rustls-platform-verifier v0.6.2
22482026-03-24T14:31:07.621Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-24T14:31:07.688Z Compiling hyper-rustls v0.27.7
22502026-03-24T14:31:07.719Z Compiling multer v3.1.0
22512026-03-24T14:31:07.744Z Compiling thread_local v1.1.9
22522026-03-24T14:31:07.803Z Compiling foreign-types-shared v0.3.1
22532026-03-24T14:31:07.854Z Compiling typeid v1.0.3
22542026-03-24T14:31:07.914Z Compiling match_cfg v0.1.0
22552026-03-24T14:31:07.952Z Compiling cpufeatures v0.3.0
22562026-03-24T14:31:07.991Z Compiling slog-async v2.8.0
22572026-03-24T14:31:08.028Z Compiling reqwest v0.12.28
22582026-03-24T14:31:08.082Z Compiling reqwest v0.13.2
22592026-03-24T14:31:08.129Z Compiling chacha20 v0.10.0
22602026-03-24T14:31:08.235Z Compiling hostname v0.3.1
22612026-03-24T14:31:08.363Z Compiling foreign-types v0.5.0
22622026-03-24T14:31:08.465Z Compiling num_enum v0.7.5
22632026-03-24T14:31:08.493Z Compiling futures v0.3.32
22642026-03-24T14:31:08.541Z Compiling num_enum_derive v0.5.11
22652026-03-24T14:31:08.665Z Compiling derive-ex v0.1.8
22662026-03-24T14:31:08.771Z Compiling tabwriter v1.4.1
22672026-03-24T14:31:08.817Z Compiling slog-json v2.6.1
22682026-03-24T14:31:09.020Z Compiling crossbeam-channel v0.5.15
22692026-03-24T14:31:09.166Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-24T14:31:09.249Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712026-03-24T14:31:09.738Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-24T14:31:09.764Z Compiling async-stream-impl v0.3.6
22732026-03-24T14:31:09.810Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-03-24T14:31:09.835Z Compiling serde_spanned v1.0.4
22752026-03-24T14:31:09.839Z Compiling is-terminal v0.4.17
22762026-03-24T14:31:09.883Z Compiling cstr-argument v0.1.2
22772026-03-24T14:31:09.942Z Compiling dropshot v0.16.7
22782026-03-24T14:31:09.984Z Compiling crucible-workspace-hack v0.1.0
22792026-03-24T14:31:10.087Z Compiling erased-serde v0.4.9
22802026-03-24T14:31:10.123Z Compiling term v1.2.1
22812026-03-24T14:31:10.170Z Compiling toml_writer v1.0.6+spec-1.1.0
22822026-03-24T14:31:10.224Z Compiling take_mut v0.2.2
22832026-03-24T14:31:10.247Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22842026-03-24T14:31:10.448Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-24T14:31:10.570Z Compiling async-stream v0.3.6
22862026-03-24T14:31:10.574Z Compiling slog-term v2.9.2
22872026-03-24T14:31:10.616Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-03-24T14:31:10.619Z Compiling num_enum v0.5.11
22892026-03-24T14:31:10.814Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22902026-03-24T14:31:10.836Z Compiling test-strategy v0.4.5
22912026-03-24T14:31:10.839Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-03-24T14:31:10.881Z Compiling slog-bunyan v2.5.0
22932026-03-24T14:31:11.048Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-03-24T14:31:11.134Z Compiling rand v0.10.0
22952026-03-24T14:31:11.355Z Compiling tokio-rustls v0.25.0
22962026-03-24T14:31:11.877Z Compiling parse-display-derive v0.10.0
22972026-03-24T14:31:11.880Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-24T14:31:11.985Z Compiling backon v1.6.0
22992026-03-24T14:31:12.072Z Compiling waitgroup v0.1.2
23002026-03-24T14:31:12.205Z Compiling dropshot_endpoint v0.16.7
23012026-03-24T14:31:12.230Z Compiling newtype-uuid-macros v0.1.0
23022026-03-24T14:31:12.255Z Compiling rustls-pemfile v2.2.0
23032026-03-24T14:31:12.330Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-24T14:31:12.369Z Compiling serde_path_to_error v0.1.20
23052026-03-24T14:31:12.392Z Compiling hostname v0.4.2
23062026-03-24T14:31:12.395Z Compiling instant v0.1.13
23072026-03-24T14:31:12.595Z Compiling debug-ignore v1.0.5
23082026-03-24T14:31:12.627Z Compiling colored v3.1.1
23092026-03-24T14:31:12.627Z Compiling libefi-sys v0.1.0
23102026-03-24T14:31:12.677Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-24T14:31:12.680Z Compiling backoff v0.4.0
23122026-03-24T14:31:12.807Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-24T14:31:12.831Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-24T14:31:12.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-24T14:31:13.042Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-24T14:31:13.066Z Compiling camino-tempfile v1.4.1
23172026-03-24T14:31:13.235Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182026-03-24T14:31:13.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-24T14:31:13.536Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-24T14:31:13.559Z Compiling usdt-attr-macro v0.5.0
23212026-03-24T14:31:13.596Z Compiling usdt-macro v0.5.0
23222026-03-24T14:31:13.627Z Compiling secrecy v0.10.3
23232026-03-24T14:31:13.862Z Compiling num-derive v0.4.2
23242026-03-24T14:31:13.939Z Compiling parse-display v0.10.0
23252026-03-24T14:31:13.964Z Compiling bitfield-struct v0.6.2
23262026-03-24T14:31:14.104Z Compiling regress v0.10.5
23272026-03-24T14:31:14.482Z Compiling ordered-float v2.10.1
23282026-03-24T14:31:14.518Z Compiling blake3 v1.8.3
23292026-03-24T14:31:14.599Z Compiling memmap v0.7.0
23302026-03-24T14:31:14.782Z Compiling sigpipe v0.1.3
23312026-03-24T14:31:14.903Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-24T14:31:14.927Z Compiling glob v0.3.3
23332026-03-24T14:31:14.930Z Compiling serde-value v0.7.0
23342026-03-24T14:31:15.056Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-24T14:31:15.078Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23362026-03-24T14:31:15.202Z Compiling usdt v0.5.0
23372026-03-24T14:31:15.389Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-03-24T14:31:15.498Z Compiling serde-untagged v0.1.9
23392026-03-24T14:31:15.521Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23402026-03-24T14:31:15.830Z Compiling toml v0.8.23
23412026-03-24T14:31:15.854Z Compiling smf v0.2.3
23422026-03-24T14:31:15.879Z Compiling filetime v0.2.27
23432026-03-24T14:31:15.935Z Compiling constant_time_eq v0.4.2
23442026-03-24T14:31:15.980Z Compiling xattr v1.6.1
23452026-03-24T14:31:16.005Z Compiling whoami v1.6.1
23462026-03-24T14:31:16.035Z Compiling same-file v1.0.6
23472026-03-24T14:31:16.102Z Compiling unicode-xid v0.2.6
23482026-03-24T14:31:16.159Z Compiling arrayref v0.3.9
23492026-03-24T14:31:16.210Z Compiling arrayvec v0.7.6
23502026-03-24T14:31:16.234Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-24T14:31:16.257Z Compiling walkdir v2.5.0
23522026-03-24T14:31:16.286Z Compiling tar v0.4.44
23532026-03-24T14:31:16.289Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-24T14:31:16.335Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-03-24T14:31:16.360Z Compiling tokio-dtrace v0.1.1
23562026-03-24T14:31:16.590Z Compiling cargo-util-schemas v0.8.2
23572026-03-24T14:31:16.612Z Compiling gethostname v0.5.0
23582026-03-24T14:31:16.800Z Compiling cargo-platform v0.2.0
23592026-03-24T14:31:16.803Z Compiling topological-sort v0.2.2
23602026-03-24T14:31:17.069Z Compiling oxide-tokio-rt v0.1.3
23612026-03-24T14:31:17.214Z Compiling shell-words v1.1.1
23622026-03-24T14:31:17.240Z Compiling indent_write v2.2.0
23632026-03-24T14:31:17.350Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23642026-03-24T14:31:18.272Z Compiling cargo_metadata v0.21.0
23652026-03-24T14:31:29.188Z Compiling progenitor-client v0.13.0
23662026-03-24T14:31:29.271Z Compiling progenitor-client v0.10.0
23672026-03-24T14:31:29.271Z Compiling omicron-zone-package v0.12.2
23682026-03-24T14:31:29.396Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-24T14:31:29.396Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-24T14:31:29.447Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-03-24T14:31:29.560Z Compiling progenitor-extras v0.1.1
23722026-03-24T14:31:29.791Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23732026-03-24T14:31:29.880Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-24T14:31:39.434Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-24T14:31:40.692Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-24T14:31:48.953Z Finished `release` profile [optimized] target(s) in 1m 54s
23772026-03-24T14:31:49.147Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-24T14:31:49.224ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-24T14:31:49.227ZCreated new build target 'test' and set it as active
23802026-03-24T14:31:49.230Z
23812026-03-24T14:31:49.230Zreal 1:54.471411486
23822026-03-24T14:31:49.230Zuser 20:11.862137371
23832026-03-24T14:31:49.230Zsys 3:06.401488697
23842026-03-24T14:31:49.230Ztrap 0.532749774
23852026-03-24T14:31:49.230Ztflt 3.077586856
23862026-03-24T14:31:49.230Zdflt 3.748580398
23872026-03-24T14:31:49.230Zkflt 0.000509564
23882026-03-24T14:31:49.230Zlock 1:04:08.031215916
23892026-03-24T14:31:49.230Zslp 51:21.375772682
23902026-03-24T14:31:49.230Zlat 44.157381463
23912026-03-24T14:31:49.230Zstop 8:00.898732826
23922026-03-24T14:31:49.230Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-24T14:31:50.456Z Finished `release` profile [optimized] target(s) in 1.21s
23942026-03-24T14:31:50.528Z Running `target/release/omicron-package -t test package`
23952026-03-24T14:31:50.596ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-24T14:31:52.532Z Compiling regress v0.10.5
23972026-03-24T14:31:52.532Z Compiling heck v0.5.0
23982026-03-24T14:31:52.535Z Compiling unsafe-libyaml v0.2.11
23992026-03-24T14:31:52.535Z Compiling convert_case v0.4.0
24002026-03-24T14:31:52.862Z Compiling half v2.7.1
24012026-03-24T14:31:52.865Z Compiling ciborium-io v0.2.2
24022026-03-24T14:31:52.922Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-24T14:31:52.949Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-24T14:31:52.952Z Compiling prettyplease v0.2.37
24052026-03-24T14:31:53.011Z Compiling typify-impl v0.6.1
24062026-03-24T14:31:53.043Z Compiling universal-hash v0.5.1
24072026-03-24T14:31:53.046Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-24T14:31:53.046Z Compiling unicode-width v0.1.14
24092026-03-24T14:31:53.046Z Compiling opaque-debug v0.3.1
24102026-03-24T14:31:53.137Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-03-24T14:31:53.170Z Compiling chacha20 v0.9.1
24122026-03-24T14:31:53.173Z Compiling byte-wrapper v0.1.0
24132026-03-24T14:31:53.238Z Compiling ciborium-ll v0.2.2
24142026-03-24T14:31:53.271Z Compiling poly1305 v0.8.0
24152026-03-24T14:31:53.303Z Compiling password-hash v0.5.0
24162026-03-24T14:31:53.306Z Compiling derive_more v0.99.20
24172026-03-24T14:31:53.406Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24182026-03-24T14:31:53.513Z Compiling blake2 v0.10.6
24192026-03-24T14:31:53.545Z Compiling serde_yaml v0.9.34+deprecated
24202026-03-24T14:31:53.578Z Compiling ciborium v0.2.2
24212026-03-24T14:31:53.641Z Compiling aead v0.5.2
24222026-03-24T14:31:53.738Z Compiling is-terminal v0.4.17
24232026-03-24T14:31:53.889Z Compiling swrite v0.1.0
24242026-03-24T14:31:53.919Z Compiling argon2 v0.5.3
24252026-03-24T14:31:54.052Z Compiling chacha20poly1305 v0.10.1
24262026-03-24T14:31:54.208Z Compiling serde_spanned v1.0.4
24272026-03-24T14:31:54.238Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-24T14:31:54.322Z Compiling bytecount v0.6.9
24292026-03-24T14:31:54.362Z Compiling rustls v0.22.4
24302026-03-24T14:31:54.396Z Compiling rustls-webpki v0.102.8
24312026-03-24T14:31:54.431Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-03-24T14:31:54.466Z Compiling derive-where v1.6.0
24332026-03-24T14:31:54.534Z Compiling thiserror-no-std v2.0.2
24342026-03-24T14:31:54.568Z Compiling toml v0.9.12+spec-1.1.0
24352026-03-24T14:31:54.571Z Compiling thread_local v1.1.9
24362026-03-24T14:31:54.634Z Compiling match_cfg v0.1.0
24372026-03-24T14:31:54.698Z Compiling vsss-rs v3.3.4
24382026-03-24T14:31:54.764Z Compiling hostname v0.3.1
24392026-03-24T14:31:54.912Z Compiling multer v3.1.0
24402026-03-24T14:31:54.950Z Compiling slog-async v2.8.0
24412026-03-24T14:31:54.983Z Compiling slog-json v2.6.1
24422026-03-24T14:31:55.042Z Compiling crossbeam-channel v0.5.15
24432026-03-24T14:31:55.071Z Compiling futures-executor v0.3.32
24442026-03-24T14:31:55.255Z Compiling take_mut v0.2.2
24452026-03-24T14:31:55.292Z Compiling term v1.2.1
24462026-03-24T14:31:55.353Z Compiling futures v0.3.32
24472026-03-24T14:31:55.405Z Compiling slog-bunyan v2.5.0
24482026-03-24T14:31:55.472Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-24T14:31:55.508Z Compiling dropshot v0.16.7
24502026-03-24T14:31:55.543Z Compiling async-stream v0.3.6
24512026-03-24T14:31:55.634Z Compiling progenitor-client v0.13.0
24522026-03-24T14:31:55.674Z Compiling slog-term v2.9.2
24532026-03-24T14:31:55.677Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-03-24T14:31:55.789Z Compiling waitgroup v0.1.2
24552026-03-24T14:31:55.972Z Compiling backon v1.6.0
24562026-03-24T14:31:56.005Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24572026-03-24T14:31:56.008Z Compiling rustls-pemfile v2.2.0
24582026-03-24T14:31:56.077Z Compiling serde_path_to_error v0.1.20
24592026-03-24T14:31:56.080Z Compiling hostname v0.4.2
24602026-03-24T14:31:56.148Z Compiling instant v0.1.13
24612026-03-24T14:31:56.151Z Compiling debug-ignore v1.0.5
24622026-03-24T14:31:56.216Z Compiling progenitor-extras v0.1.1
24632026-03-24T14:31:56.219Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-03-24T14:31:56.219Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-24T14:31:56.319Z Compiling backoff v0.4.0
24662026-03-24T14:31:56.353Z Compiling parse-display v0.10.0
24672026-03-24T14:31:56.356Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-24T14:31:56.356Z Compiling progenitor-client v0.10.0
24692026-03-24T14:31:56.356Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-03-24T14:31:56.458Z Compiling macaddr v1.0.1
24712026-03-24T14:31:56.524Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-03-24T14:31:56.563Z Compiling console v0.15.11
24732026-03-24T14:31:56.598Z Compiling newline-converter v0.3.0
24742026-03-24T14:31:56.634Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-24T14:31:56.666Z Compiling atomicwrites v0.4.4
24762026-03-24T14:31:56.727Z Compiling num-rational v0.4.2
24772026-03-24T14:31:56.837Z Compiling num-complex v0.4.6
24782026-03-24T14:31:56.911Z Compiling slog-dtrace v0.3.0
24792026-03-24T14:31:56.975Z Compiling async-recursion v1.1.1
24802026-03-24T14:31:57.063Z Compiling cancel-safe-futures v0.1.5
24812026-03-24T14:31:57.204Z Compiling expectorate v1.2.0
24822026-03-24T14:31:57.327Z Compiling float-ord v0.3.2
24832026-03-24T14:31:57.390Z Compiling owo-colors v4.3.0
24842026-03-24T14:31:57.477Z Compiling tokio-rustls v0.25.0
24852026-03-24T14:31:57.512Z Compiling num v0.4.3
24862026-03-24T14:31:57.687Z Compiling libsw-core v0.3.2
24872026-03-24T14:31:57.690Z Compiling resolv-conf v0.7.6
24882026-03-24T14:31:57.823Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-24T14:31:57.826Z Compiling toml v0.8.23
24902026-03-24T14:31:57.975Z Compiling libsw v3.5.0
24912026-03-24T14:31:58.054Z Compiling linear-map v1.2.0
24922026-03-24T14:31:58.132Z Compiling linked-hash-map v0.5.6
24932026-03-24T14:31:58.225Z Compiling minimal-lexical v0.2.1
24942026-03-24T14:31:58.294Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-24T14:31:58.379Z Compiling unicode-xid v0.2.6
24962026-03-24T14:31:58.445Z Compiling lru-cache v0.1.2
24972026-03-24T14:31:58.538Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-24T14:31:58.586Z Compiling nom v7.1.3
24992026-03-24T14:31:58.590Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-24T14:31:58.617Z Compiling globset v0.4.18
25012026-03-24T14:31:58.685Z Compiling hickory-proto v0.24.4
25022026-03-24T14:31:58.731Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-24T14:31:59.042Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-24T14:31:59.266Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-24T14:31:59.828Z Compiling typify-macro v0.6.1
25062026-03-24T14:32:00.304Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-24T14:32:00.509Z Compiling convert_case v0.10.0
25082026-03-24T14:32:00.933Z Compiling derive_more-impl v2.1.1
25092026-03-24T14:32:01.782Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-03-24T14:32:01.879Z Compiling typify v0.6.1
25112026-03-24T14:32:02.056Z Compiling progenitor-impl v0.13.0
25122026-03-24T14:32:02.156Z Compiling hickory-resolver v0.24.4
25132026-03-24T14:32:02.263Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-24T14:32:02.576Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-24T14:32:03.099Z Compiling pin-project-internal v1.1.11
25162026-03-24T14:32:03.668Z Compiling qorb v0.4.1
25172026-03-24T14:32:04.241Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-03-24T14:32:04.505Z Compiling pin-project v1.1.11
25192026-03-24T14:32:04.538Z Compiling derive_more v2.1.1
25202026-03-24T14:32:04.666Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25212026-03-24T14:32:04.698Z Compiling pem v3.0.6
25222026-03-24T14:32:04.900Z Compiling snafu-derive v0.8.9
25232026-03-24T14:32:05.129Z Compiling progenitor-macro v0.13.0
25242026-03-24T14:32:05.594Z Compiling termtree v0.5.1
25252026-03-24T14:32:05.695Z Compiling crossterm v0.29.0
25262026-03-24T14:32:05.840Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-24T14:32:06.458Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-24T14:32:07.198Z Compiling snafu v0.8.9
25292026-03-24T14:32:07.845Z Compiling olpc-cjson v0.1.4
25302026-03-24T14:32:07.961Z Compiling phf_shared v0.12.1
25312026-03-24T14:32:08.153Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-24T14:32:08.309Z Compiling serde_plain v1.0.2
25332026-03-24T14:32:08.829Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-24T14:32:09.079Z Compiling csv-core v0.1.13
25352026-03-24T14:32:09.253Z Compiling vte v0.14.1
25362026-03-24T14:32:09.475Z Compiling chrono-tz v0.10.4
25372026-03-24T14:32:09.576Z Compiling highway v1.3.0
25382026-03-24T14:32:09.642Z Compiling typed-path v0.9.3
25392026-03-24T14:32:09.781Z Compiling strip-ansi-escapes v0.2.1
25402026-03-24T14:32:09.826Z Compiling csv v1.4.0
25412026-03-24T14:32:10.231Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-03-24T14:32:10.502Z Compiling phf v0.12.1
25432026-03-24T14:32:10.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-24T14:32:10.538Z Compiling const_format_proc_macros v0.2.34
25452026-03-24T14:32:10.741Z Compiling papergrid v0.11.0
25462026-03-24T14:32:10.791Z Compiling fd-lock v4.0.4
25472026-03-24T14:32:11.020Z Compiling peg-macros v0.8.5
25482026-03-24T14:32:11.063Z Compiling progenitor v0.13.0
25492026-03-24T14:32:11.127Z Compiling tabled_derive v0.7.0
25502026-03-24T14:32:11.184Z Compiling tough v0.20.0
25512026-03-24T14:32:11.294Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-03-24T14:32:12.388Z Compiling nu-ansi-term v0.50.3
25532026-03-24T14:32:12.789Z Compiling peg v0.8.5
25542026-03-24T14:32:12.857Z Compiling reedline v0.40.0
25552026-03-24T14:32:12.890Z Compiling tabled v0.15.0
25562026-03-24T14:32:12.926Z Compiling const_format v0.2.35
25572026-03-24T14:32:13.393Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-03-24T14:32:13.447Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25592026-03-24T14:32:13.560Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-24T14:32:15.095Z Compiling bcs v0.1.6
25612026-03-24T14:32:15.472Z Compiling base64 v0.21.7
25622026-03-24T14:32:15.682Z Compiling semver v0.1.20
25632026-03-24T14:32:16.045Z Compiling rustc_version v0.1.7
25642026-03-24T14:32:16.175Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-03-24T14:32:16.359Z Compiling newtype_derive v0.1.6
25662026-03-24T14:32:16.506Z Compiling humantime v2.3.0
25672026-03-24T14:32:16.636Z Compiling unicode-linebreak v0.1.5
25682026-03-24T14:32:16.992Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-03-24T14:32:17.030Z Compiling smawk v0.3.2
25702026-03-24T14:32:17.259Z Compiling textwrap v0.16.2
25712026-03-24T14:32:17.289Z Compiling dropshot-api-manager-types v0.6.0
25722026-03-24T14:32:17.354Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-24T14:32:17.551Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-24T14:32:17.801Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-24T14:32:17.985Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-24T14:32:18.083Z Compiling steno v0.4.1
25772026-03-24T14:32:18.113Z Compiling utf-8 v0.7.6
25782026-03-24T14:32:18.410Z Compiling tagptr v0.2.0
25792026-03-24T14:32:18.713Z Compiling moka v0.12.13
25802026-03-24T14:32:18.990Z Compiling tungstenite v0.21.0
25812026-03-24T14:32:19.089Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-24T14:32:19.303Z Compiling radium v0.7.0
25832026-03-24T14:32:19.701Z Compiling typify-impl v0.4.3
25842026-03-24T14:32:19.935Z Compiling tokio-tungstenite v0.21.0
25852026-03-24T14:32:19.993Z Compiling maybe-uninit v2.0.0
25862026-03-24T14:32:20.403Z Compiling hickory-resolver v0.25.2
25872026-03-24T14:32:20.406Z Compiling tap v1.0.1
25882026-03-24T14:32:20.604Z Compiling wyz v0.5.1
25892026-03-24T14:32:20.917Z Compiling zerocopy-derive v0.6.6
25902026-03-24T14:32:20.959Z Compiling display-error-chain v0.2.2
25912026-03-24T14:32:21.190Z Compiling packed_struct v0.10.1
25922026-03-24T14:32:21.536Z Compiling crc-catalog v2.4.0
25932026-03-24T14:32:21.671Z Compiling funty v2.0.0
25942026-03-24T14:32:21.707Z Compiling crc v3.4.0
25952026-03-24T14:32:21.919Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-03-24T14:32:21.954Z Compiling zerocopy v0.6.6
25972026-03-24T14:32:22.011Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-03-24T14:32:22.505Z Compiling bitvec v1.0.1
25992026-03-24T14:32:23.189Z Compiling packed_struct_codegen v0.10.1
26002026-03-24T14:32:23.231Z Compiling bitfield-macros v0.19.4
26012026-03-24T14:32:24.188Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-24T14:32:24.547Z Compiling indexmap v1.9.3
26032026-03-24T14:32:24.724Z Compiling typify-macro v0.4.3
26042026-03-24T14:32:24.860Z Compiling nodrop v0.1.14
26052026-03-24T14:32:25.022Z Compiling array-init v0.0.4
26062026-03-24T14:32:25.660Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-24T14:32:26.131Z Compiling bitfield v0.19.4
26082026-03-24T14:32:26.584Z Compiling smallvec v0.6.14
26092026-03-24T14:32:26.678Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-24T14:32:26.778Z Compiling num-derive v0.3.3
26112026-03-24T14:32:26.951Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-24T14:32:27.303Z Compiling hashbrown v0.12.3
26132026-03-24T14:32:27.334Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-24T14:32:27.480Z Compiling proc-macro-error2 v2.0.1
26152026-03-24T14:32:27.889Z Compiling serde-hex v0.1.0
26162026-03-24T14:32:27.991Z Compiling libscf-sys v1.1.0
26172026-03-24T14:32:28.209Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-24T14:32:28.510Z Compiling ron v0.8.1
26192026-03-24T14:32:28.710Z Compiling hashbrown v0.13.2
26202026-03-24T14:32:28.766Z Compiling vergen-gitcl v1.0.8
26212026-03-24T14:32:28.812Z Compiling dirs-sys-next v0.1.2
26222026-03-24T14:32:29.054Z Compiling diesel_derives v2.3.7
26232026-03-24T14:32:29.100Z Compiling crunchy v0.2.4
26242026-03-24T14:32:29.162Z Compiling glob v0.3.3
26252026-03-24T14:32:29.335Z Compiling maplit v1.0.2
26262026-03-24T14:32:29.463Z Compiling crc-any v2.5.0
26272026-03-24T14:32:29.527Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-24T14:32:29.559Z Compiling object v0.30.4
26292026-03-24T14:32:29.672Z Compiling clang-sys v1.8.1
26302026-03-24T14:32:29.714Z Compiling dirs-next v2.0.0
26312026-03-24T14:32:29.908Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-03-24T14:32:30.062Z Compiling tabled_derive v0.11.0
26332026-03-24T14:32:30.162Z Compiling typify v0.4.3
26342026-03-24T14:32:30.291Z Compiling papergrid v0.17.0
26352026-03-24T14:32:30.345Z Compiling testing_table v0.3.0
26362026-03-24T14:32:30.387Z Compiling dsl_auto_type v0.2.0
26372026-03-24T14:32:30.773Z Compiling scheduled-thread-pool v0.2.7
26382026-03-24T14:32:30.836Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-24T14:32:30.890Z Compiling tiny-keccak v2.0.2
26402026-03-24T14:32:31.137Z Compiling path-slash v0.1.5
26412026-03-24T14:32:31.236Z Compiling r2d2 v0.8.10
26422026-03-24T14:32:31.327Z Compiling term v0.7.0
26432026-03-24T14:32:31.567Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-24T14:32:31.612Z Compiling arc-swap v1.8.2
26452026-03-24T14:32:31.648Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-24T14:32:31.951Z Compiling tabled v0.20.0
26472026-03-24T14:32:32.014Z Compiling bit-vec v0.6.3
26482026-03-24T14:32:32.093Z Compiling xshell-macros v0.2.7
26492026-03-24T14:32:32.129Z Compiling downcast-rs v2.0.2
26502026-03-24T14:32:32.184Z Compiling slog-scope v4.4.1
26512026-03-24T14:32:32.317Z Compiling bit-set v0.5.3
26522026-03-24T14:32:32.350Z Compiling ascii-canvas v3.0.0
26532026-03-24T14:32:32.568Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-24T14:32:32.630Z Compiling xshell v0.2.7
26552026-03-24T14:32:32.701Z Compiling itertools v0.10.5
26562026-03-24T14:32:32.732Z Compiling ena v0.14.4
26572026-03-24T14:32:32.776Z Compiling libloading v0.8.9
26582026-03-24T14:32:33.063Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-03-24T14:32:33.093Z Compiling bindgen v0.71.1
26602026-03-24T14:32:33.152Z Compiling regex-syntax v0.6.29
26612026-03-24T14:32:33.470Z Compiling diff v0.1.13
26622026-03-24T14:32:33.502Z Compiling unicase v2.9.0
26632026-03-24T14:32:33.818Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-03-24T14:32:33.955Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-24T14:32:34.289Z Compiling slog-stdlog v4.1.1
26662026-03-24T14:32:35.467Z Compiling lalrpop v0.19.12
26672026-03-24T14:32:35.849Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-24T14:32:36.052Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-24T14:32:36.801Z Compiling cexpr v0.6.0
26702026-03-24T14:32:37.504Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-24T14:32:37.594Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-24T14:32:37.726Z Compiling crc8 v0.1.1
26732026-03-24T14:32:37.758Z Compiling diesel v2.3.7
26742026-03-24T14:32:37.877Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-24T14:32:37.907Z Compiling slog-envlogger v2.2.0
26762026-03-24T14:32:38.267Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-24T14:32:38.644Z Compiling headers-core v0.3.0
26782026-03-24T14:32:38.808Z Compiling libxml v0.3.3
26792026-03-24T14:32:38.848Z Compiling headers v0.4.1
26802026-03-24T14:32:39.076Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-24T14:32:39.189Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-24T14:32:39.412Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-24T14:32:39.471Z Compiling strum_macros v0.24.3
26842026-03-24T14:32:40.016Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-03-24T14:32:40.049Z Compiling indoc v1.0.9
26862026-03-24T14:32:40.721Z Compiling progenitor-impl v0.10.0
26872026-03-24T14:32:41.002Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-24T14:32:41.214Z Compiling derive_builder v0.20.2
26892026-03-24T14:32:41.312Z Compiling oso-derive v0.27.3
26902026-03-24T14:32:41.364Z Compiling quick-xml v0.37.5
26912026-03-24T14:32:41.428Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-24T14:32:41.938Z Compiling half v1.8.3
26932026-03-24T14:32:42.002Z Compiling openssl-probe v0.1.6
26942026-03-24T14:32:42.209Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-24T14:32:42.374Z Compiling serde_cbor v0.11.2
26962026-03-24T14:32:43.162Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-24T14:32:43.193Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-24T14:32:43.261Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-24T14:32:43.546Z Compiling bb8 v0.8.6
27002026-03-24T14:32:43.709Z Compiling trait-variant v0.1.2
27012026-03-24T14:32:43.833Z Compiling progenitor-macro v0.10.0
27022026-03-24T14:32:44.069Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-24T14:32:44.397Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-24T14:32:44.600Z Compiling samael v0.0.19
27052026-03-24T14:32:44.930Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-24T14:32:44.961Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-24T14:32:45.381Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-24T14:32:45.660Z Compiling fxhash v0.2.1
27092026-03-24T14:32:45.691Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-24T14:32:45.836Z Compiling kstat-rs v0.2.4
27112026-03-24T14:32:45.877Z Compiling libz-sys v1.1.24
27122026-03-24T14:32:46.029Z Compiling salty v0.3.0
27132026-03-24T14:32:46.378Z Compiling nonempty v0.12.0
27142026-03-24T14:32:46.443Z Compiling polar-core v0.27.3
27152026-03-24T14:32:46.522Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-24T14:32:46.697Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-24T14:32:46.743Z Compiling progenitor-impl v0.11.2
27182026-03-24T14:32:46.866Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27192026-03-24T14:32:47.005Z Compiling darling_core v0.23.0
27202026-03-24T14:32:49.663Z Compiling nanorand v0.7.0
27212026-03-24T14:32:49.695Z Compiling progenitor v0.10.0
27222026-03-24T14:32:49.854Z Compiling fs-err v2.11.0
27232026-03-24T14:32:49.927Z Compiling parking_lot_core v0.8.6
27242026-03-24T14:32:50.230Z Compiling darling_macro v0.23.0
27252026-03-24T14:32:50.318Z Compiling flume v0.11.1
27262026-03-24T14:32:50.347Z Compiling progenitor-macro v0.11.2
27272026-03-24T14:32:50.424Z Compiling mime_guess v2.0.5
27282026-03-24T14:32:50.839Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-24T14:32:50.871Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-24T14:32:52.469Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-24T14:32:52.709Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-24T14:32:53.238Z Compiling progenitor-client v0.11.2
27332026-03-24T14:32:54.207Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27342026-03-24T14:32:54.564Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352026-03-24T14:32:55.472Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-03-24T14:32:56.258Z Compiling git-stub v1.0.0
27372026-03-24T14:32:56.620Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-03-24T14:32:57.135Z Compiling instability v0.3.11
27392026-03-24T14:32:57.427Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402026-03-24T14:32:58.827Z Compiling oso v0.27.3
27412026-03-24T14:33:02.229Z Compiling git-stub-vcs v0.1.0
27422026-03-24T14:33:03.531Z Compiling diesel-dtrace v0.5.0
27432026-03-24T14:33:03.728Z Compiling async-bb8-diesel v0.2.1
27442026-03-24T14:33:03.940Z Compiling progenitor v0.11.2
27452026-03-24T14:33:04.219Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-24T14:33:04.306Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-24T14:33:04.826Z Compiling darling v0.23.0
27482026-03-24T14:33:05.171Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-24T14:33:05.425Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-03-24T14:33:05.508Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27512026-03-24T14:33:05.808Z Compiling ignore v0.4.25
27522026-03-24T14:33:06.969Z Compiling primeorder v0.13.6
27532026-03-24T14:33:07.000Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-24T14:33:07.415Z Compiling castaway v0.2.4
27552026-03-24T14:33:07.560Z Compiling atty v0.2.14
27562026-03-24T14:33:07.620Z Compiling nibble_vec v0.1.0
27572026-03-24T14:33:07.754Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-24T14:33:07.871Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-03-24T14:33:08.063Z Compiling endian-type v0.1.2
27602026-03-24T14:33:08.173Z Compiling indoc v2.0.7
27612026-03-24T14:33:08.293Z Compiling parse-size v1.1.0
27622026-03-24T14:33:08.569Z Compiling http-range v0.1.5
27632026-03-24T14:33:08.701Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-24T14:33:08.916Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-03-24T14:33:08.987Z Compiling radix_trie v0.2.1
27662026-03-24T14:33:09.370Z Compiling compact_str v0.8.1
27672026-03-24T14:33:09.575Z Compiling p384 v0.13.1
27682026-03-24T14:33:10.837Z Compiling globwalk v0.9.1
27692026-03-24T14:33:11.692Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-24T14:33:12.131Z Compiling parking_lot v0.11.2
27712026-03-24T14:33:12.384Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-24T14:33:12.919Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-24T14:33:12.978Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-24T14:33:13.259Z Compiling predicates-tree v1.0.13
27752026-03-24T14:33:13.319Z Compiling unicode-truncate v1.1.0
27762026-03-24T14:33:13.444Z Compiling lru v0.12.5
27772026-03-24T14:33:13.582Z Compiling prefix-trie v0.7.0
27782026-03-24T14:33:13.734Z Compiling vergen-git2 v1.0.7
27792026-03-24T14:33:13.828Z Compiling cassowary v0.3.0
27802026-03-24T14:33:14.059Z Compiling camino-tempfile-ext v0.3.3
27812026-03-24T14:33:14.100Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-03-24T14:33:14.217Z Compiling ratatui v0.29.0
27832026-03-24T14:33:14.442Z Compiling hickory-server v0.25.2
27842026-03-24T14:33:14.930Z Compiling hyper-staticfile v0.10.1
27852026-03-24T14:33:14.975Z Compiling sled v0.34.7
27862026-03-24T14:33:16.480Z Compiling hickory-client v0.25.2
27872026-03-24T14:33:17.052Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-24T14:33:17.355Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-24T14:33:17.634Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-24T14:33:17.665Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-24T14:33:17.917Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-24T14:33:18.649Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-24T14:33:19.136Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-24T14:33:19.771Z Compiling rand_seeder v0.4.0
27952026-03-24T14:33:19.818Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-24T14:33:20.099Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-24T14:33:20.132Z Compiling lzma-sys v0.1.20
27982026-03-24T14:33:20.649Z Compiling rustls v0.21.12
27992026-03-24T14:33:20.681Z Compiling corncobs v0.1.4
28002026-03-24T14:33:20.932Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-03-24T14:33:20.994Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-24T14:33:21.126Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-03-24T14:33:21.171Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-03-24T14:33:21.174Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-03-24T14:33:21.284Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-03-24T14:33:21.560Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28072026-03-24T14:33:21.899Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-24T14:33:21.933Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-24T14:33:22.040Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-24T14:33:22.505Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-24T14:33:24.997Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-24T14:33:25.993Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-24T14:33:26.048Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-03-24T14:33:26.295Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-24T14:33:26.336Z Compiling cargo_toml v0.22.3
28162026-03-24T14:33:26.580Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-24T14:33:27.772Z Compiling rustls-webpki v0.101.7
28182026-03-24T14:33:27.909Z Compiling sct v0.7.1
28192026-03-24T14:33:28.248Z Compiling nix v0.29.0
28202026-03-24T14:33:28.645Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28212026-03-24T14:33:28.763Z Compiling secrecy v0.8.0
28222026-03-24T14:33:29.012Z Compiling void v1.0.2
28232026-03-24T14:33:29.199Z Compiling lzss v0.8.2
28242026-03-24T14:33:29.231Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-24T14:33:29.744Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-24T14:33:30.047Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-24T14:33:30.077Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-24T14:33:30.080Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-24T14:33:30.137Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-24T14:33:31.041Z Compiling git2 v0.20.4
28312026-03-24T14:33:31.354Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-24T14:33:32.012Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-03-24T14:33:32.726Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-03-24T14:33:32.923Z Compiling tungstenite v0.23.0
28352026-03-24T14:33:32.993Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-03-24T14:33:33.057Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-03-24T14:33:33.091Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28382026-03-24T14:33:33.301Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28392026-03-24T14:33:33.350Z Compiling nix v0.27.1
28402026-03-24T14:33:33.382Z Compiling serde_bytes v0.11.19
28412026-03-24T14:33:33.773Z Compiling tokio-tungstenite v0.23.1
28422026-03-24T14:33:33.805Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-03-24T14:33:34.898Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-24T14:33:34.996Z Compiling tokio-rustls v0.24.1
28452026-03-24T14:33:35.387Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-03-24T14:33:35.549Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-03-24T14:33:35.919Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-24T14:33:36.494Z Compiling ron v0.12.0
28492026-03-24T14:33:37.494Z Compiling xz2 v0.1.7
28502026-03-24T14:33:37.715Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-03-24T14:33:38.524Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-03-24T14:33:40.416Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28532026-03-24T14:33:41.242Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-03-24T14:33:41.527Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-24T14:33:43.262Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-24T14:33:43.325Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-24T14:33:43.962Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-24T14:33:44.389Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-24T14:33:45.091Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-24T14:33:45.475Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-03-24T14:33:46.324Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-03-24T14:33:47.223Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-03-24T14:33:47.954Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-03-24T14:33:49.563Z Compiling rustls-pemfile v1.0.4
28652026-03-24T14:33:50.085Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-03-24T14:33:50.329Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-03-24T14:33:51.889Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-24T14:33:52.043Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-24T14:33:52.179Z Compiling signal-hook-tokio v0.3.1
28702026-03-24T14:33:52.391Z Compiling yasna v0.5.2
28712026-03-24T14:33:52.431Z Compiling twox-hash v2.1.2
28722026-03-24T14:33:52.463Z Compiling is_ci v1.2.0
28732026-03-24T14:33:52.732Z Compiling base16ct v1.0.0
28742026-03-24T14:33:52.772Z Compiling supports-color v3.0.2
28752026-03-24T14:33:53.119Z Compiling rcgen v0.12.1
28762026-03-24T14:33:53.123Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-03-24T14:33:53.261Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-03-24T14:33:54.289Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-24T14:33:54.472Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-24T14:33:54.600Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-24T14:33:54.871Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-24T14:33:58.498Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28832026-03-24T14:33:58.789Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28842026-03-24T14:33:59.149Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-24T14:33:59.636Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-24T14:34:00.865Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-03-24T14:34:01.076Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-03-24T14:34:01.169Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-24T14:34:01.385Z Compiling fatfs v0.3.6
28902026-03-24T14:34:01.451Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-24T14:34:03.014Z Compiling rtoolbox v0.0.3
28922026-03-24T14:34:03.358Z Compiling subprocess v0.2.15
28932026-03-24T14:34:04.074Z Compiling seq-macro v0.3.6
28942026-03-24T14:34:04.715Z Compiling assert_matches v1.5.0
28952026-03-24T14:34:04.755Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-24T14:34:04.847Z Compiling rpassword v7.4.0
28972026-03-24T14:34:05.193Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-24T14:34:06.198Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-24T14:34:06.586Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-24T14:34:06.758Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-03-24T14:34:07.768Z Compiling tui-tree-widget v0.23.1
29022026-03-24T14:34:08.131Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-24T14:34:09.783Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-24T14:34:10.446Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-24T14:34:10.611Z Compiling uzers v0.12.2
29062026-03-24T14:34:11.313Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-24T14:34:12.455Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-24T14:34:13.826Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-24T14:34:16.807Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-24T14:34:17.227Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-24T14:34:19.931Z Compiling support-bundle-viewer v0.1.2
29122026-03-24T14:34:21.335Z Compiling multimap v0.10.1
29132026-03-24T14:34:42.141Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-24T14:34:45.406Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-24T14:34:48.072Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-24T14:42:00.631Z Finished `release` profile [optimized] target(s) in 10m 09s
29172026-03-24T14:42:53.999Z
29182026-03-24T14:42:54.003Zreal 11:04.582280889
29192026-03-24T14:42:54.003Zuser 1:41:02.092967585
29202026-03-24T14:42:54.003Zsys 4:14.098597953
29212026-03-24T14:42:54.003Ztrap 2.313909930
29222026-03-24T14:42:54.003Ztflt 2.401714311
29232026-03-24T14:42:54.003Zdflt 18.694426456
29242026-03-24T14:42:54.003Zkflt 0.016590248
29252026-03-24T14:42:54.003Zlock 8:14:34.339990170
29262026-03-24T14:42:54.003Zslp 2:50:47.314954221
29272026-03-24T14:42:54.003Zlat 2:47.483704784
29282026-03-24T14:42:54.003Zstop 7:13.806994302
29292026-03-24T14:42:54.003Z+ mapfile -t packages
29302026-03-24T14:42:54.003Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-24T14:42:55.332Z Finished `release` profile [optimized] target(s) in 1.31s
29322026-03-24T14:42:55.406Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-24T14:42:55.473ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-24T14:42:55.476Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-24T14:42:56.217Z Compiling libc v0.2.180
29362026-03-24T14:42:56.217Z Compiling serde v1.0.228
29372026-03-24T14:42:56.220Z Compiling serde_core v1.0.228
29382026-03-24T14:42:56.220Z Compiling rustix v1.1.3
29392026-03-24T14:42:56.344Z Compiling serde_json v1.0.149
29402026-03-24T14:42:56.352Z Compiling bitflags v2.11.0
29412026-03-24T14:42:56.400Z Compiling num-traits v0.2.19
29422026-03-24T14:42:56.417Z Compiling syn v2.0.117
29432026-03-24T14:42:56.432Z Compiling smallvec v1.15.1
29442026-03-24T14:42:56.435Z Compiling hashbrown v0.16.1
29452026-03-24T14:42:56.484Z Compiling usdt-impl v0.5.0
29462026-03-24T14:42:56.500Z Compiling syn v1.0.109
29472026-03-24T14:42:56.505Z Compiling getrandom v0.4.1
29482026-03-24T14:42:56.507Z Compiling percent-encoding v2.3.2
29492026-03-24T14:42:56.640Z Compiling log v0.4.29
29502026-03-24T14:42:56.883Z Compiling form_urlencoded v1.2.2
29512026-03-24T14:42:57.033Z Compiling fs-err v3.3.0
29522026-03-24T14:42:57.051Z Compiling anyhow v1.0.102
29532026-03-24T14:42:57.084Z Compiling heck v0.4.1
29542026-03-24T14:42:57.087Z Compiling once_cell v1.21.3
29552026-03-24T14:42:57.290Z Compiling indexmap v2.13.0
29562026-03-24T14:42:57.326Z Compiling errno v0.3.14
29572026-03-24T14:42:57.395Z Compiling thread-id v4.2.2
29582026-03-24T14:42:57.435Z Compiling memmap v0.7.0
29592026-03-24T14:42:57.863Z Compiling ordered-float v2.10.1
29602026-03-24T14:42:58.568Z Compiling proc-macro-error v1.0.4
29612026-03-24T14:42:58.795Z Compiling terminal_size v0.4.3
29622026-03-24T14:42:58.795Z Compiling tempfile v3.25.0
29632026-03-24T14:42:58.900Z Compiling tabled_derive v0.7.0
29642026-03-24T14:42:58.931Z Compiling clap_builder v4.5.60
29652026-03-24T14:42:58.931Z Compiling textwrap v0.16.2
29662026-03-24T14:42:59.127Z Compiling camino-tempfile v1.4.1
29672026-03-24T14:42:59.804Z Compiling tabled v0.15.0
29682026-03-24T14:43:00.091Z Compiling synstructure v0.13.2
29692026-03-24T14:43:00.092Z Compiling pest_generator v2.8.6
29702026-03-24T14:43:00.635Z Compiling serde_derive v1.0.228
29712026-03-24T14:43:00.635Z Compiling zerofrom-derive v0.1.6
29722026-03-24T14:43:00.638Z Compiling yoke-derive v0.8.1
29732026-03-24T14:43:00.638Z Compiling zerovec-derive v0.11.2
29742026-03-24T14:43:00.638Z Compiling displaydoc v0.2.5
29752026-03-24T14:43:00.638Z Compiling thiserror-impl v1.0.69
29762026-03-24T14:43:00.638Z Compiling zerocopy-derive v0.7.35
29772026-03-24T14:43:00.638Z Compiling scroll_derive v0.12.1
29782026-03-24T14:43:00.652Z Compiling thiserror-impl v2.0.18
29792026-03-24T14:43:00.668Z Compiling clap_derive v4.5.55
29802026-03-24T14:43:00.800Z Compiling pest_derive v2.8.6
29812026-03-24T14:43:01.512Z Compiling scroll v0.12.0
29822026-03-24T14:43:01.864Z Compiling zerocopy v0.7.35
29832026-03-24T14:43:01.942Z Compiling goblin v0.8.2
29842026-03-24T14:43:02.054Z Compiling zerofrom v0.1.6
29852026-03-24T14:43:02.253Z Compiling yoke v0.8.1
29862026-03-24T14:43:02.271Z Compiling thiserror v1.0.69
29872026-03-24T14:43:02.379Z Compiling thiserror v2.0.18
29882026-03-24T14:43:02.420Z Compiling dtrace-parser v0.2.0
29892026-03-24T14:43:02.542Z Compiling zerovec v0.11.5
29902026-03-24T14:43:02.542Z Compiling zerotrie v0.2.3
29912026-03-24T14:43:02.902Z Compiling clap v4.5.60
29922026-03-24T14:43:03.386Z Compiling tinystr v0.8.2
29932026-03-24T14:43:03.492Z Compiling potential_utf v0.1.4
29942026-03-24T14:43:03.722Z Compiling icu_locale_core v2.1.1
29952026-03-24T14:43:03.794Z Compiling icu_collections v2.1.1
29962026-03-24T14:43:04.792Z Compiling icu_provider v2.1.1
29972026-03-24T14:43:05.198Z Compiling icu_properties v2.1.2
29982026-03-24T14:43:05.372Z Compiling icu_normalizer v2.1.1
29992026-03-24T14:43:05.396Z Compiling serde_spanned v0.6.9
30002026-03-24T14:43:05.478Z Compiling toml_datetime v0.6.11
30012026-03-24T14:43:05.497Z Compiling dof v0.3.0
30022026-03-24T14:43:05.521Z Compiling serde_tokenstream v0.2.3
30032026-03-24T14:43:05.633Z Compiling serde-value v0.7.0
30042026-03-24T14:43:05.794Z Compiling toml_edit v0.22.27
30052026-03-24T14:43:05.947Z Compiling cargo-platform v0.2.0
30062026-03-24T14:43:05.978Z Compiling macaddr v1.0.1
30072026-03-24T14:43:06.484Z Compiling idna_adapter v1.2.1
30082026-03-24T14:43:06.559Z Compiling usdt-attr-macro v0.5.0
30092026-03-24T14:43:06.687Z Compiling idna v1.1.0
30102026-03-24T14:43:06.714Z Compiling usdt-macro v0.5.0
30112026-03-24T14:43:07.336Z Compiling url v2.5.8
30122026-03-24T14:43:07.452Z Compiling usdt v0.5.0
30132026-03-24T14:43:07.986Z Compiling toml v0.8.23
30142026-03-24T14:43:08.604Z Compiling cargo-util-schemas v0.8.2
30152026-03-24T14:43:08.604Z Compiling cargo_toml v0.21.0
30162026-03-24T14:43:10.040Z Compiling cargo_metadata v0.21.0
30172026-03-24T14:43:14.243Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-24T14:43:18.331Z Finished `release` profile [optimized] target(s) in 22.83s
30192026-03-24T14:43:18.486Z
30202026-03-24T14:43:18.489Zreal 22.964813593
30212026-03-24T14:43:18.489Zuser 3:09.744045505
30222026-03-24T14:43:18.489Zsys 21.494896288
30232026-03-24T14:43:18.489Ztrap 0.086940651
30242026-03-24T14:43:18.489Ztflt 0.733052027
30252026-03-24T14:43:18.489Zdflt 1.870361651
30262026-03-24T14:43:18.489Zkflt 0.000049876
30272026-03-24T14:43:18.489Zlock 7:23.409037273
30282026-03-24T14:43:18.489Zslp 4:27.114058008
30292026-03-24T14:43:18.489Zlat 8.372594779
30302026-03-24T14:43:18.489Zstop 31.458128614
30312026-03-24T14:43:18.489Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T14:43:18.489Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-24T14:43:18.489Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T14:43:18.489Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-24T14:43:18.489Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-24T14:43:19.819Z Compiling regress v0.10.5
30372026-03-24T14:43:19.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-24T14:43:20.018Z Compiling serde_spanned v1.0.4
30392026-03-24T14:43:20.021Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-24T14:43:20.021Z Compiling newtype-uuid-macros v0.1.0
30412026-03-24T14:43:20.021Z Compiling progenitor-client v0.13.0
30422026-03-24T14:43:20.040Z Compiling structmeta-derive v0.3.0
30432026-03-24T14:43:20.043Z Compiling rustls v0.22.4
30442026-03-24T14:43:20.054Z Compiling rustls-webpki v0.102.8
30452026-03-24T14:43:20.057Z Compiling multer v3.1.0
30462026-03-24T14:43:20.057Z Compiling match_cfg v0.1.0
30472026-03-24T14:43:20.213Z Compiling debug-ignore v1.0.5
30482026-03-24T14:43:20.215Z Compiling slog-json v2.6.1
30492026-03-24T14:43:20.216Z Compiling async-stream-impl v0.3.6
30502026-03-24T14:43:20.264Z Compiling dropshot v0.16.7
30512026-03-24T14:43:20.314Z Compiling toml v0.9.12+spec-1.1.0
30522026-03-24T14:43:20.317Z Compiling hostname v0.3.1
30532026-03-24T14:43:20.317Z Compiling itertools v0.14.0
30542026-03-24T14:43:20.398Z Compiling waitgroup v0.1.2
30552026-03-24T14:43:20.401Z Compiling rustls-pemfile v2.2.0
30562026-03-24T14:43:20.479Z Compiling slog-bunyan v2.5.0
30572026-03-24T14:43:20.561Z Compiling dropshot_endpoint v0.16.7
30582026-03-24T14:43:20.564Z Compiling serde_path_to_error v0.1.20
30592026-03-24T14:43:20.564Z Compiling hostname v0.4.2
30602026-03-24T14:43:20.692Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-24T14:43:20.766Z Compiling macaddr v1.0.1
30622026-03-24T14:43:20.769Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-24T14:43:20.837Z Compiling progenitor-client v0.10.0
30642026-03-24T14:43:20.875Z Compiling instant v0.1.13
30652026-03-24T14:43:20.975Z Compiling backon v1.6.0
30662026-03-24T14:43:21.045Z Compiling backoff v0.4.0
30672026-03-24T14:43:21.091Z Compiling async-stream v0.3.6
30682026-03-24T14:43:21.116Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-03-24T14:43:21.119Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-24T14:43:21.171Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-03-24T14:43:21.174Z Compiling crucible-workspace-hack v0.1.0
30722026-03-24T14:43:21.264Z Compiling progenitor-extras v0.1.1
30732026-03-24T14:43:21.293Z Compiling unsafe-libyaml v0.2.11
30742026-03-24T14:43:21.319Z Compiling toml_edit v0.23.10+spec-1.0.0
30752026-03-24T14:43:21.350Z Compiling secrecy v0.10.3
30762026-03-24T14:43:21.353Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30772026-03-24T14:43:21.403Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-03-24T14:43:21.582Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-03-24T14:43:21.612Z Compiling heapless v0.8.0
30802026-03-24T14:43:21.615Z Compiling hash32 v0.3.1
30812026-03-24T14:43:21.615Z Compiling smoltcp v0.11.0
30822026-03-24T14:43:21.690Z Compiling structmeta v0.3.0
30832026-03-24T14:43:21.739Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30842026-03-24T14:43:21.763Z Compiling toml v0.8.23
30852026-03-24T14:43:21.867Z Compiling tabwriter v1.4.1
30862026-03-24T14:43:21.934Z Compiling cobs v0.3.0
30872026-03-24T14:43:22.038Z Compiling serde_yaml v0.9.34+deprecated
30882026-03-24T14:43:22.041Z Compiling derive-ex v0.1.8
30892026-03-24T14:43:22.092Z Compiling parse-display-derive v0.10.0
30902026-03-24T14:43:22.145Z Compiling proc-macro-crate v3.4.0
30912026-03-24T14:43:22.145Z Compiling ingot-macros v0.1.1
30922026-03-24T14:43:22.226Z Compiling typify-impl v0.6.1
30932026-03-24T14:43:22.229Z Compiling foreign-types-macros v0.2.3
30942026-03-24T14:43:22.277Z Compiling cpufeatures v0.3.0
30952026-03-24T14:43:22.354Z Compiling foreign-types-shared v0.3.1
30962026-03-24T14:43:22.410Z Compiling convert_case v0.4.0
30972026-03-24T14:43:22.438Z Compiling chacha20 v0.10.0
30982026-03-24T14:43:22.502Z Compiling postcard v1.1.3
30992026-03-24T14:43:22.867Z Compiling proc-macro-crate v1.3.1
31002026-03-24T14:43:22.922Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31012026-03-24T14:43:22.949Z Compiling num_enum_derive v0.7.5
31022026-03-24T14:43:22.978Z Compiling derive_more v0.99.20
31032026-03-24T14:43:23.032Z Compiling universal-hash v0.5.1
31042026-03-24T14:43:23.060Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-24T14:43:23.088Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-24T14:43:23.112Z Compiling foreign-types v0.5.0
31072026-03-24T14:43:23.234Z Compiling tokio-rustls v0.25.0
31082026-03-24T14:43:23.259Z Compiling cstr-argument v0.1.2
31092026-03-24T14:43:23.374Z Compiling colored v3.1.1
31102026-03-24T14:43:23.493Z Compiling opaque-debug v0.3.1
31112026-03-24T14:43:23.551Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31122026-03-24T14:43:23.554Z Compiling num_enum_derive v0.5.11
31132026-03-24T14:43:23.627Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-24T14:43:23.657Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-03-24T14:43:23.881Z Compiling rand v0.10.0
31162026-03-24T14:43:23.903Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31172026-03-24T14:43:23.930Z Compiling half v2.7.1
31182026-03-24T14:43:24.041Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-03-24T14:43:24.196Z Compiling ciborium-io v0.2.2
31202026-03-24T14:43:24.353Z Compiling ciborium-ll v0.2.2
31212026-03-24T14:43:24.392Z Compiling camino-tempfile v1.4.1
31222026-03-24T14:43:24.426Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-03-24T14:43:24.478Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31242026-03-24T14:43:24.507Z Compiling num_enum v0.7.5
31252026-03-24T14:43:24.533Z Compiling test-strategy v0.4.5
31262026-03-24T14:43:24.536Z Compiling parse-display v0.10.0
31272026-03-24T14:43:24.669Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-24T14:43:24.697Z Compiling ciborium v0.2.2
31292026-03-24T14:43:24.700Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31302026-03-24T14:43:24.750Z Compiling smf v0.2.3
31312026-03-24T14:43:24.753Z Compiling aead v0.5.2
31322026-03-24T14:43:24.974Z Compiling num-derive v0.4.2
31332026-03-24T14:43:25.002Z Compiling sigpipe v0.1.3
31342026-03-24T14:43:25.027Z Compiling glob v0.3.3
31352026-03-24T14:43:25.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-03-24T14:43:25.107Z Compiling num_enum v0.5.11
31372026-03-24T14:43:25.141Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31382026-03-24T14:43:25.175Z Compiling poly1305 v0.8.0
31392026-03-24T14:43:25.290Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-03-24T14:43:25.396Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-24T14:43:25.492Z Compiling chacha20 v0.9.1
31422026-03-24T14:43:25.525Z Compiling whoami v1.6.1
31432026-03-24T14:43:25.590Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-24T14:43:25.645Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-24T14:43:25.696Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-24T14:43:25.742Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-24T14:43:25.867Z Compiling num-rational v0.4.2
31482026-03-24T14:43:25.947Z Compiling byte-wrapper v0.1.0
31492026-03-24T14:43:25.972Z Compiling password-hash v0.5.0
31502026-03-24T14:43:26.117Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31512026-03-24T14:43:26.204Z Compiling blake2 v0.10.6
31522026-03-24T14:43:26.237Z Compiling num-complex v0.4.6
31532026-03-24T14:43:26.283Z Compiling ingot-types v0.1.2
31542026-03-24T14:43:26.310Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-03-24T14:43:26.313Z Compiling indent_write v2.2.0
31562026-03-24T14:43:26.440Z Compiling prettyplease v0.2.37
31572026-03-24T14:43:26.552Z Compiling argon2 v0.5.3
31582026-03-24T14:43:26.582Z Compiling chacha20poly1305 v0.10.1
31592026-03-24T14:43:26.702Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-24T14:43:26.775Z Compiling num v0.4.3
31612026-03-24T14:43:26.805Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31622026-03-24T14:43:26.837Z Compiling ingot v0.1.1
31632026-03-24T14:43:26.840Z Compiling float-ord v0.3.2
31642026-03-24T14:43:26.891Z Compiling gethostname v0.5.0
31652026-03-24T14:43:26.940Z Compiling usdt-macro v0.5.0
31662026-03-24T14:43:26.965Z Compiling usdt-attr-macro v0.5.0
31672026-03-24T14:43:26.994Z Compiling derive-where v1.6.0
31682026-03-24T14:43:27.059Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-03-24T14:43:27.088Z Compiling memmap v0.7.0
31702026-03-24T14:43:27.115Z Compiling atomicwrites v0.4.4
31712026-03-24T14:43:27.379Z Compiling thiserror-no-std v2.0.2
31722026-03-24T14:43:27.408Z Compiling cancel-safe-futures v0.1.5
31732026-03-24T14:43:27.408Z Compiling owo-colors v4.3.0
31742026-03-24T14:43:27.458Z Compiling libsw-core v0.3.2
31752026-03-24T14:43:27.503Z Compiling vsss-rs v3.3.4
31762026-03-24T14:43:27.531Z Compiling async-recursion v1.1.1
31772026-03-24T14:43:27.727Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-03-24T14:43:27.795Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-03-24T14:43:27.966Z Compiling resolv-conf v0.7.6
31802026-03-24T14:43:28.082Z Compiling usdt v0.5.0
31812026-03-24T14:43:28.169Z Compiling libsw v3.5.0
31822026-03-24T14:43:28.398Z Compiling typify-impl v0.4.3
31832026-03-24T14:43:28.450Z Compiling linear-map v1.2.0
31842026-03-24T14:43:28.480Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31852026-03-24T14:43:28.480Z Compiling libefi-sys v0.1.0
31862026-03-24T14:43:28.480Z Compiling hickory-proto v0.24.4
31872026-03-24T14:43:28.599Z Compiling newline-converter v0.3.0
31882026-03-24T14:43:28.599Z Compiling console v0.15.11
31892026-03-24T14:43:28.666Z Compiling bitfield-struct v0.6.2
31902026-03-24T14:43:28.787Z Compiling linked-hash-map v0.5.6
31912026-03-24T14:43:28.814Z Compiling semver v0.1.20
31922026-03-24T14:43:28.881Z Compiling pin-project-internal v1.1.11
31932026-03-24T14:43:28.943Z Compiling slog-dtrace v0.3.0
31942026-03-24T14:43:28.977Z Compiling typify-macro v0.6.1
31952026-03-24T14:43:29.089Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-03-24T14:43:29.162Z Compiling expectorate v1.2.0
31972026-03-24T14:43:29.226Z Compiling rustc_version v0.1.7
31982026-03-24T14:43:29.229Z Compiling lru-cache v0.1.2
31992026-03-24T14:43:29.278Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-03-24T14:43:29.409Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-03-24T14:43:29.436Z Compiling minimal-lexical v0.2.1
32022026-03-24T14:43:29.488Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-03-24T14:43:29.544Z Compiling tokio-dtrace v0.1.1
32042026-03-24T14:43:29.597Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-24T14:43:29.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-03-24T14:43:29.714Z Compiling newtype_derive v0.1.6
32072026-03-24T14:43:29.743Z Compiling nom v7.1.3
32082026-03-24T14:43:29.812Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-24T14:43:29.837Z Compiling phf_shared v0.12.1
32102026-03-24T14:43:29.939Z Compiling dropshot-api-manager-types v0.6.0
32112026-03-24T14:43:29.966Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-03-24T14:43:30.003Z Compiling pem v3.0.6
32132026-03-24T14:43:30.063Z Compiling snafu-derive v0.8.9
32142026-03-24T14:43:30.115Z Compiling csv-core v0.1.13
32152026-03-24T14:43:30.422Z Compiling same-file v1.0.6
32162026-03-24T14:43:30.502Z Compiling base64 v0.21.7
32172026-03-24T14:43:30.531Z Compiling xshell-macros v0.2.7
32182026-03-24T14:43:30.557Z Compiling chrono-tz v0.10.4
32192026-03-24T14:43:30.586Z Compiling pin-project v1.1.11
32202026-03-24T14:43:30.614Z Compiling highway v1.3.0
32212026-03-24T14:43:30.757Z Compiling walkdir v2.5.0
32222026-03-24T14:43:30.877Z Compiling const_format_proc_macros v0.2.34
32232026-03-24T14:43:30.983Z Compiling csv v1.4.0
32242026-03-24T14:43:31.044Z Compiling phf v0.12.1
32252026-03-24T14:43:31.082Z Compiling xshell v0.2.7
32262026-03-24T14:43:31.182Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32272026-03-24T14:43:31.284Z Compiling oxide-tokio-rt v0.1.3
32282026-03-24T14:43:31.396Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-24T14:43:31.460Z Compiling globset v0.4.18
32302026-03-24T14:43:31.515Z Compiling typify v0.6.1
32312026-03-24T14:43:31.625Z Compiling hickory-resolver v0.24.4
32322026-03-24T14:43:31.691Z Compiling progenitor-impl v0.13.0
32332026-03-24T14:43:31.720Z Compiling olpc-cjson v0.1.4
32342026-03-24T14:43:31.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-03-24T14:43:31.775Z Compiling primeorder v0.13.6
32362026-03-24T14:43:31.778Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32372026-03-24T14:43:31.828Z Compiling serde_plain v1.0.2
32382026-03-24T14:43:31.974Z Compiling typed-path v0.9.3
32392026-03-24T14:43:32.059Z Compiling const_format v0.2.35
32402026-03-24T14:43:32.147Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-03-24T14:43:32.344Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-03-24T14:43:32.440Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-03-24T14:43:32.511Z Compiling tabled_derive v0.7.0
32442026-03-24T14:43:32.535Z Compiling bcs v0.1.6
32452026-03-24T14:43:32.884Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32462026-03-24T14:43:32.984Z Compiling snafu v0.8.9
32472026-03-24T14:43:33.009Z Compiling qorb v0.4.1
32482026-03-24T14:43:33.143Z Compiling utf-8 v0.7.6
32492026-03-24T14:43:33.169Z Compiling salty v0.3.0
32502026-03-24T14:43:33.330Z Compiling radium v0.7.0
32512026-03-24T14:43:33.436Z Compiling tough v0.20.0
32522026-03-24T14:43:33.512Z Compiling termtree v0.5.1
32532026-03-24T14:43:33.584Z Compiling textwrap v0.16.2
32542026-03-24T14:43:33.771Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-03-24T14:43:33.860Z Compiling tungstenite v0.21.0
32562026-03-24T14:43:33.887Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-24T14:43:33.890Z Compiling tabled v0.15.0
32582026-03-24T14:43:34.054Z Compiling steno v0.4.1
32592026-03-24T14:43:34.175Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-03-24T14:43:34.205Z Compiling tap v1.0.1
32612026-03-24T14:43:34.245Z Compiling maybe-uninit v2.0.0
32622026-03-24T14:43:34.281Z Compiling humantime v2.3.0
32632026-03-24T14:43:34.380Z Compiling wyz v0.5.1
32642026-03-24T14:43:34.686Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-24T14:43:34.710Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-03-24T14:43:34.831Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-24T14:43:34.859Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-24T14:43:35.098Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-24T14:43:35.124Z Compiling tokio-tungstenite v0.21.0
32702026-03-24T14:43:35.128Z Compiling typify-macro v0.4.3
32712026-03-24T14:43:35.491Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-24T14:43:35.517Z Compiling p384 v0.13.1
32732026-03-24T14:43:35.583Z Compiling progenitor-macro v0.13.0
32742026-03-24T14:43:35.607Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-03-24T14:43:35.904Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-03-24T14:43:35.931Z Compiling arc-swap v1.8.2
32772026-03-24T14:43:36.029Z Compiling tagptr v0.2.0
32782026-03-24T14:43:36.266Z Compiling funty v2.0.0
32792026-03-24T14:43:36.303Z Compiling packed_struct v0.10.1
32802026-03-24T14:43:36.392Z Compiling slog-scope v4.4.1
32812026-03-24T14:43:36.680Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-03-24T14:43:36.772Z Compiling bitvec v1.0.1
32832026-03-24T14:43:37.057Z Compiling moka v0.12.13
32842026-03-24T14:43:37.090Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-03-24T14:43:37.336Z Compiling polyval v0.6.2
32862026-03-24T14:43:37.361Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-24T14:43:37.582Z Compiling typify v0.4.3
32882026-03-24T14:43:37.634Z Compiling packed_struct_codegen v0.10.1
32892026-03-24T14:43:37.685Z Compiling bitfield-macros v0.19.4
32902026-03-24T14:43:37.712Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-03-24T14:43:37.715Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-03-24T14:43:37.766Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32932026-03-24T14:43:37.838Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-24T14:43:38.178Z Compiling progenitor-impl v0.10.0
32952026-03-24T14:43:38.568Z Compiling zerocopy-derive v0.6.6
32962026-03-24T14:43:38.762Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-24T14:43:38.876Z Compiling indexmap v1.9.3
32982026-03-24T14:43:38.915Z Compiling nodrop v0.1.14
32992026-03-24T14:43:39.079Z Compiling parking_lot_core v0.8.6
33002026-03-24T14:43:39.181Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-03-24T14:43:39.210Z Compiling crc-catalog v2.4.0
33022026-03-24T14:43:39.298Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-03-24T14:43:39.349Z Compiling proc-macro-error2 v2.0.1
33042026-03-24T14:43:39.391Z Compiling crc v3.4.0
33052026-03-24T14:43:39.514Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-03-24T14:43:39.576Z Compiling array-init v0.0.4
33072026-03-24T14:43:39.713Z Compiling bitfield v0.19.4
33082026-03-24T14:43:39.811Z Compiling zerocopy v0.6.6
33092026-03-24T14:43:39.836Z Compiling hickory-resolver v0.25.2
33102026-03-24T14:43:39.883Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-03-24T14:43:40.169Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-03-24T14:43:40.196Z Compiling ghash v0.5.1
33132026-03-24T14:43:40.232Z Compiling smallvec v0.6.14
33142026-03-24T14:43:40.284Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33152026-03-24T14:43:40.331Z Compiling slog-stdlog v4.1.1
33162026-03-24T14:43:40.357Z Compiling git-stub v1.0.0
33172026-03-24T14:43:40.409Z Compiling num-derive v0.3.3
33182026-03-24T14:43:40.534Z Compiling ctr v0.9.2
33192026-03-24T14:43:40.568Z Compiling lzma-sys v0.1.20
33202026-03-24T14:43:40.649Z Compiling unicase v2.9.0
33212026-03-24T14:43:40.745Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-03-24T14:43:40.834Z Compiling hashbrown v0.12.3
33232026-03-24T14:43:40.862Z Compiling aes-gcm v0.10.3
33242026-03-24T14:43:40.956Z Compiling mime_guess v2.0.5
33252026-03-24T14:43:41.068Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33262026-03-24T14:43:41.162Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-03-24T14:43:41.198Z Compiling git-stub-vcs v0.1.0
33282026-03-24T14:43:41.259Z Compiling serde-hex v0.1.0
33292026-03-24T14:43:41.544Z Compiling slog-envlogger v2.2.0
33302026-03-24T14:43:41.620Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-24T14:43:41.648Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-03-24T14:43:41.683Z Compiling libscf-sys v1.1.0
33332026-03-24T14:43:41.735Z Compiling tabled_derive v0.11.0
33342026-03-24T14:43:41.947Z Compiling progenitor-impl v0.11.2
33352026-03-24T14:43:42.014Z Compiling progenitor-macro v0.10.0
33362026-03-24T14:43:42.047Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-24T14:43:42.077Z Compiling ron v0.8.1
33382026-03-24T14:43:42.080Z Compiling papergrid v0.17.0
33392026-03-24T14:43:42.347Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-24T14:43:42.524Z Compiling cargo_toml v0.22.3
33412026-03-24T14:43:42.819Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-24T14:43:42.919Z Compiling progenitor v0.13.0
33432026-03-24T14:43:42.945Z Compiling hashbrown v0.13.2
33442026-03-24T14:43:43.046Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-24T14:43:43.146Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-03-24T14:43:43.428Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-03-24T14:43:43.497Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-03-24T14:43:43.576Z Compiling testing_table v0.3.0
33492026-03-24T14:43:43.711Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-24T14:43:43.827Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-24T14:43:43.854Z Compiling blowfish v0.9.1
33522026-03-24T14:43:44.132Z Compiling ssh-encoding v0.2.0
33532026-03-24T14:43:44.182Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-24T14:43:44.210Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-03-24T14:43:44.237Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-03-24T14:43:44.240Z Compiling nibble_vec v0.1.0
33572026-03-24T14:43:44.497Z Compiling endian-type v0.1.2
33582026-03-24T14:43:44.554Z Compiling corncobs v0.1.4
33592026-03-24T14:43:44.557Z Compiling crc-any v2.5.0
33602026-03-24T14:43:44.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-03-24T14:43:44.662Z Compiling ssh-cipher v0.2.0
33622026-03-24T14:43:44.720Z Compiling radix_trie v0.2.1
33632026-03-24T14:43:44.747Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-03-24T14:43:44.823Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33652026-03-24T14:43:44.973Z Compiling bcrypt-pbkdf v0.10.0
33662026-03-24T14:43:45.004Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33672026-03-24T14:43:45.182Z Compiling tabled v0.20.0
33682026-03-24T14:43:45.424Z Compiling object v0.30.4
33692026-03-24T14:43:45.457Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-24T14:43:45.539Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-03-24T14:43:45.886Z Compiling progenitor-macro v0.11.2
33722026-03-24T14:43:45.889Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-24T14:43:45.933Z Compiling parking_lot v0.11.2
33742026-03-24T14:43:46.280Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-03-24T14:43:46.498Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-24T14:43:46.647Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33772026-03-24T14:43:46.894Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-24T14:43:47.135Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-03-24T14:43:47.204Z Compiling progenitor-client v0.11.2
33802026-03-24T14:43:47.319Z Compiling prefix-trie v0.7.0
33812026-03-24T14:43:47.499Z Compiling password-hash v0.4.2
33822026-03-24T14:43:47.649Z Compiling fxhash v0.2.1
33832026-03-24T14:43:47.741Z Compiling secrecy v0.8.0
33842026-03-24T14:43:47.815Z Compiling http-range v0.1.5
33852026-03-24T14:43:47.872Z Compiling path-slash v0.1.5
33862026-03-24T14:43:47.901Z Compiling half v1.8.3
33872026-03-24T14:43:48.003Z Compiling pbkdf2 v0.11.0
33882026-03-24T14:43:48.043Z Compiling sled v0.34.7
33892026-03-24T14:43:48.071Z Compiling hickory-server v0.25.2
33902026-03-24T14:43:48.159Z Compiling ron v0.12.0
33912026-03-24T14:43:48.322Z Compiling serde_cbor v0.11.2
33922026-03-24T14:43:48.346Z Compiling xz2 v0.1.7
33932026-03-24T14:43:48.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33942026-03-24T14:43:49.258Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33952026-03-24T14:43:49.330Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-03-24T14:43:49.362Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33972026-03-24T14:43:49.515Z Compiling progenitor v0.10.0
33982026-03-24T14:43:49.696Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33992026-03-24T14:43:49.750Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34002026-03-24T14:43:49.878Z Compiling ssh-key v0.6.7
34012026-03-24T14:43:50.335Z Compiling hickory-client v0.25.2
34022026-03-24T14:43:50.681Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34032026-03-24T14:43:50.742Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34042026-03-24T14:43:50.851Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-24T14:43:51.559Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34062026-03-24T14:43:51.833Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-03-24T14:43:51.875Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-24T14:43:51.957Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-24T14:43:52.090Z Compiling p521 v0.13.3
34102026-03-24T14:43:52.138Z Compiling p256 v0.13.2
34112026-03-24T14:43:52.274Z Compiling yasna v0.5.2
34122026-03-24T14:43:52.325Z Compiling kstat-rs v0.2.4
34132026-03-24T14:43:52.380Z Compiling headers-core v0.3.0
34142026-03-24T14:43:52.580Z Compiling nanorand v0.7.0
34152026-03-24T14:43:52.613Z Compiling russh-cryptovec v0.7.3
34162026-03-24T14:43:52.704Z Compiling atty v0.2.14
34172026-03-24T14:43:52.765Z Compiling crc8 v0.1.1
34182026-03-24T14:43:52.815Z Compiling md5 v0.7.0
34192026-03-24T14:43:52.850Z Compiling base16ct v1.0.0
34202026-03-24T14:43:52.888Z Compiling home v0.5.12
34212026-03-24T14:43:52.916Z Compiling rcgen v0.12.1
34222026-03-24T14:43:52.955Z Compiling flume v0.11.1
34232026-03-24T14:43:53.014Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34242026-03-24T14:43:53.039Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-03-24T14:43:53.107Z Compiling russh-keys v0.45.0
34262026-03-24T14:43:53.134Z Compiling progenitor v0.11.2
34272026-03-24T14:43:53.245Z Compiling headers v0.4.1
34282026-03-24T14:43:53.357Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34292026-03-24T14:43:53.414Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-03-24T14:43:53.452Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34312026-03-24T14:43:53.506Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-03-24T14:43:53.962Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-24T14:43:54.082Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34342026-03-24T14:43:54.187Z Compiling hyper-staticfile v0.10.1
34352026-03-24T14:43:54.301Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34362026-03-24T14:43:54.446Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34372026-03-24T14:43:54.897Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-03-24T14:43:54.923Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-03-24T14:43:54.953Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-24T14:43:55.180Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-24T14:43:55.362Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34422026-03-24T14:43:55.395Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-03-24T14:43:55.435Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-03-24T14:43:55.567Z Compiling num-bigint v0.4.6
34452026-03-24T14:43:55.568Z Compiling des v0.8.1
34462026-03-24T14:43:55.867Z Compiling subprocess v0.2.15
34472026-03-24T14:43:56.018Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-03-24T14:43:56.361Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-03-24T14:43:56.415Z Compiling display-error-chain v0.2.2
34502026-03-24T14:43:56.441Z Compiling hex-literal v0.4.1
34512026-03-24T14:43:56.623Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-03-24T14:43:56.627Z Compiling colored v2.2.0
34532026-03-24T14:43:56.674Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-24T14:43:56.920Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-03-24T14:43:56.953Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-03-24T14:43:57.027Z Compiling socket2 v0.5.10
34572026-03-24T14:43:57.053Z Compiling internet-checksum v0.2.1
34582026-03-24T14:43:57.278Z Compiling russh v0.45.0
34592026-03-24T14:44:03.026Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-24T14:44:13.534Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-24T14:44:13.534Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-24T14:44:13.537Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-24T14:44:13.538Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-03-24T14:44:15.776Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-24T14:44:15.933Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-24T14:44:21.799Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-24T14:44:51.648Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-24T14:45:18.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
34692026-03-24T14:45:19.086Z
34702026-03-24T14:45:19.089Zreal 2:00.496490829
34712026-03-24T14:45:19.089Zuser 11:47.743241661
34722026-03-24T14:45:19.089Zsys 2:08.428001069
34732026-03-24T14:45:19.089Ztrap 0.367191925
34742026-03-24T14:45:19.089Ztflt 0.507723332
34752026-03-24T14:45:19.089Zdflt 1.435387818
34762026-03-24T14:45:19.089Zkflt 0.001901421
34772026-03-24T14:45:19.089Zlock 41:18.865303518
34782026-03-24T14:45:19.089Zslp 26:41.821482704
34792026-03-24T14:45:19.089Zlat 47.385654000
34802026-03-24T14:45:19.090Zstop 4:10.463688984
34812026-03-24T14:45:19.090Z+ mkdir tests
34822026-03-24T14:45:19.095Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-24T14:45:19.095Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-24T14:45:19.130Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34852026-03-24T14:45:19.154Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34862026-03-24T14:45:19.177Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34872026-03-24T14:45:19.200Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34882026-03-24T14:45:19.451Z+ 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/*)
34892026-03-24T14:45:19.454Z+ 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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
34902026-03-24T14:46:58.350ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-24T14:46:58.350Za .github/buildomat/ci-env.sh 1K
34922026-03-24T14:46:58.350Za out/target/test 1K
34932026-03-24T14:46:58.350Za out/npuzone/npuzone 27402K
34942026-03-24T14:46:58.350Za package-manifest.toml 35K
34952026-03-24T14:46:58.350Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-24T14:46:58.350Za target/release/omicron-package 40561K
34972026-03-24T14:46:58.350Za target/release/xtask 11433K
34982026-03-24T14:46:58.350Za target/debug/bootstrap 336537K
34992026-03-24T14:46:58.350Za tests/bootstrap-0d379787697657d9 31310K
35002026-03-24T14:46:58.350Za tests/commtest-dbaa59ec1e557674 32395K
35012026-03-24T14:46:58.350Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35022026-03-24T14:46:58.350Za tests/end_to_end_tests-b8a7ecbb73af62b3 378831K
35032026-03-24T14:46:58.351Za out/clickhouse.tar.gz 301694K
35042026-03-24T14:46:58.351Za out/clickhouse_keeper.tar.gz 287160K
35052026-03-24T14:46:58.351Za out/clickhouse_server.tar.gz 301693K
35062026-03-24T14:46:58.351Za out/cockroachdb.tar.gz 154183K
35072026-03-24T14:46:58.351Za out/crucible-pantry-zone.tar.gz 38991K
35082026-03-24T14:46:58.351Za out/crucible-utils.tar 17744K
35092026-03-24T14:46:58.351Za out/crucible-zone.tar.gz 53129K
35102026-03-24T14:46:58.351Za out/external-dns.tar.gz 43594K
35112026-03-24T14:46:58.351Za out/internal-dns.tar.gz 43593K
35122026-03-24T14:46:58.351Za out/mg-ddm-gz.tar 78377K
35132026-03-24T14:46:58.351Za out/nexus.tar.gz 213135K
35142026-03-24T14:46:58.351Za out/ntp.tar.gz 25418K
35152026-03-24T14:46:58.351Za out/omicron-gateway-softnpu.tar.gz 28311K
35162026-03-24T14:46:58.351Za out/omicron-sled-agent.tar 186940K
35172026-03-24T14:46:58.351Za out/overlay.tar.gz 3K
35182026-03-24T14:46:58.351Za out/oximeter.tar.gz 58020K
35192026-03-24T14:46:58.351Za out/oxlog.tar 3782K
35202026-03-24T14:46:58.351Za out/probe.tar.gz 3037K
35212026-03-24T14:46:58.351Za out/propolis-server.tar.gz 33249K
35222026-03-24T14:46:58.351Za out/pumpkind-gz.tar 26647K
35232026-03-24T14:46:58.351Za out/switch-softnpu.tar.gz 369499K
35242026-03-24T14:46:58.355Z
35252026-03-24T14:46:58.355Zreal 1:38.872851747
35262026-03-24T14:46:58.355Zuser 1:35.821092563
35272026-03-24T14:46:58.355Zsys 6.126803738
35282026-03-24T14:46:58.355Ztrap 0.007014191
35292026-03-24T14:46:58.355Ztflt 0.000000000
35302026-03-24T14:46:58.355Zdflt 0.000000000
35312026-03-24T14:46:58.355Zkflt 0.000000000
35322026-03-24T14:46:58.355Zlock 0.000000000
35332026-03-24T14:46:58.355Zslp 1:35.160889757
35342026-03-24T14:46:58.355Zlat 0.624576091
35352026-03-24T14:46:58.355Zstop 0.000175916
35362026-03-24T14:46:58.355Zprocess exited: duration 1249474 ms, exit code 0
 
35372026-03-24T14:46:58.372Zfound 1 output files
35382026-03-24T14:46:58.372Zuploading: /work/package.tar.gz (2282381006 bytes)
35392026-03-24T14:47:26.814Zuploaded: /work/package.tar.gz