01KM1E8TRFEJ4XEG99FR3ZDY9Y: 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: 01KM1EA1AXC9QJZBHV1G5KQ5NG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T21:43:16.060Zjob assigned to worker 01KM1EA684PAHVV5VRSJGZTQGJ [factory aws, i-05fa6b963964e2340] (queued for 2 m 19 s)
 
22026-03-18T21:43:24.205Zstarting task 0: "setup"
32026-03-18T21:43:24.213Z++ uname -s
42026-03-18T21:43:24.219Z+ kern=SunOS
52026-03-18T21:43:24.220Z+ build_user=build
62026-03-18T21:43:24.220Z+ build_uid=12345
72026-03-18T21:43:24.220Z+ work_dir=/work
82026-03-18T21:43:24.220Z+ input_dir=/input
92026-03-18T21:43:24.220Z+ [[ 0 == 12345 ]]
102026-03-18T21:43:24.220Z+ case "$kern" in
112026-03-18T21:43:24.220Z+ groupadd -g 12345 build
122026-03-18T21:43:24.221Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T21:43:26.223Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T21:43:26.342Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T21:43:26.348Z+ home_fs=zfs
162026-03-18T21:43:26.348Z+ [[ zfs == autofs ]]
172026-03-18T21:43:26.348Z+ mkdir -p /home/build
182026-03-18T21:43:26.348Z+ chown build:build /home/build /work
192026-03-18T21:43:28.348Z+ chmod 0700 /home/build /work
202026-03-18T21:43:28.351Zprocess exited: duration 4149 ms, exit code 0
 
212026-03-18T21:43:28.358Zstarting task 1: "rust-toolchain"
222026-03-18T21:43:28.363Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T21:43:28.363Z * rust toolchain channel = "1.94.0"
242026-03-18T21:43:28.363Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T21:43:28.363Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-18T21:43:28.363Z * rust toolchain profile = "default"
272026-03-18T21:43:28.363Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T21:43:28.366Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T21:43:28.366Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T21:43:28.507Zinfo: downloading installer
312026-03-18T21:43:30.100Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T21:43:30.100Zwarn: /opt/ooce/bin
332026-03-18T21:43:30.100Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T21:43:30.100Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T21:43:30.100Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T21:43:30.100Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T21:43:30.100Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T21:43:30.100Zerror: cannot install while Rust is installed
392026-03-18T21:43:30.100Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T21:43:30.100Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T21:43:30.100Zwarn: /home/build/.rustup/settings.toml
422026-03-18T21:43:30.100Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T21:43:30.100Zwarn: instead of the one inferred from the default host triple.
442026-03-18T21:43:30.150Zinfo: profile set to default
452026-03-18T21:43:30.150Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T21:43:30.153Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T21:43:30.299Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T21:43:30.302Zinfo: downloading 6 components
492026-03-18T21:43:47.136Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T21:43:47.136Z
512026-03-18T21:43:47.170Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T21:43:47.170Z
532026-03-18T21:43:47.173Z
542026-03-18T21:43:47.173ZRust is installed now. Great!
552026-03-18T21:43:47.173Z
562026-03-18T21:43:47.173ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T21:43:47.173Zenvironment variable. This has not been done automatically.
582026-03-18T21:43:47.173Z
592026-03-18T21:43:47.174ZTo configure your current shell, you need to source
602026-03-18T21:43:47.174Zthe corresponding env file under $HOME/.cargo.
612026-03-18T21:43:47.174Z
622026-03-18T21:43:47.174ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T21:43:47.174Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T21:43:47.174Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T21:43:47.174Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T21:43:47.174Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T21:43:47.174Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T21:43:47.174Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T21:43:47.174Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T21:43:47.174Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T21:43:47.279Z+ rustup --version
722026-03-18T21:43:47.286Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T21:43:47.289Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T21:43:47.313Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T21:43:47.318Z+ cargo --version
762026-03-18T21:43:47.327Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T21:43:47.330Z+ rustc --version
782026-03-18T21:43:47.356Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T21:43:47.360Zprocess exited: duration 19008 ms, exit code 0
 
802026-03-18T21:43:47.366Zstarting task 2: "authentication"
812026-03-18T21:43:47.386Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T21:43:47.392Zstarting task 3: "clone repository"
832026-03-18T21:43:47.398Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T21:43:47.434Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T21:43:47.434ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T21:46:34.973Z+ cd /work/oxidecomputer/omicron
872026-03-18T21:46:34.976Z+ git fetch origin f1cc356bdbc706589db877015733cd7a56a4b395
882026-03-18T21:46:35.583ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T21:46:35.583Z * branch f1cc356bdbc706589db877015733cd7a56a4b395 -> FETCH_HEAD
902026-03-18T21:46:35.596Z+ [[ -n bump-console-d697520c ]]
912026-03-18T21:46:35.601Z++ git branch --show-current
922026-03-18T21:46:35.604Z+ current=main
932026-03-18T21:46:35.604Z+ [[ main != bump-console-d697520c ]]
942026-03-18T21:46:35.604Z+ git branch -f bump-console-d697520c f1cc356bdbc706589db877015733cd7a56a4b395
952026-03-18T21:46:35.604Z+ git checkout -f bump-console-d697520c
962026-03-18T21:46:35.931ZSwitched to branch 'bump-console-d697520c'
972026-03-18T21:46:35.935Z+ git reset --hard f1cc356bdbc706589db877015733cd7a56a4b395
982026-03-18T21:46:35.950ZHEAD is now at f1cc356bd Bump web console (quick actions polish)
992026-03-18T21:46:35.955Zprocess exited: duration 168613 ms, exit code 0
 
1002026-03-18T21:46:35.963Zstarting task 4: "build"
1012026-03-18T21:46:35.967Z+ source .github/buildomat/ci-env.sh
1022026-03-18T21:46:35.972Z++ export CARGO_TERM_COLOR=always
1032026-03-18T21:46:35.972Z++ CARGO_TERM_COLOR=always
1042026-03-18T21:46:35.972Z+ cargo --version
1052026-03-18T21:46:35.983Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T21:46:35.987Z+ rustc --version
1072026-03-18T21:46:36.009Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T21:46:36.012Z+ WORK=/work
1092026-03-18T21:46:36.012Z+ pfexec mkdir -p /work
1102026-03-18T21:46:36.017Z+ pfexec chown build /work
1112026-03-18T21:46:36.021Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T21:46:47.260Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T21:46:57.076Z Startup: Caching catalogs ... Done
1142026-03-18T21:47:19.641ZPlanning: Solver setup ... Done (21.147s)
1152026-03-18T21:47:19.793ZPlanning: Running solver ... Done (0.152s)
1162026-03-18T21:47:19.982ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-18T21:47:19.995ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T21:47:20.158ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T21:47:20.202ZPlanning: Package planning ... Done (0.043s)
1202026-03-18T21:47:20.247ZPlanning: Merging actions ... Done (0.043s)
1212026-03-18T21:47:20.481ZPlanning: Checking for conflicting actions ... Done (0.237s)
1222026-03-18T21:47:20.492ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T21:47:22.238ZPlanning: Evaluating mediators ... Done (1.746s)
1242026-03-18T21:47:22.248ZPlanning: Planning completed in 25.04 seconds
1252026-03-18T21:47:22.261Z Packages to install: 4
1262026-03-18T21:47:22.261Z Mediators to change: 2
1272026-03-18T21:47:22.261Z Services to change: 1
1282026-03-18T21:47:22.264Z Estimated space available: 155.43 GB
1292026-03-18T21:47:22.264ZEstimated space to be consumed: 1.83 GB
1302026-03-18T21:47:22.264Z Create boot environment: No
1312026-03-18T21:47:22.265ZCreate backup boot environment: No
1322026-03-18T21:47:22.265Z Rebuild boot archive: No
1332026-03-18T21:47:22.265Z
1342026-03-18T21:47:22.265ZChanged mediators:
1352026-03-18T21:47:22.265Z mediator clang:
1362026-03-18T21:47:22.265Z version: None -> 15 (system default)
1372026-03-18T21:47:22.265Z
1382026-03-18T21:47:22.265Z mediator llvm:
1392026-03-18T21:47:22.265Z version: 14 (system default) -> 15 (system default)
1402026-03-18T21:47:22.265Z
1412026-03-18T21:47:22.265ZChanged packages:
1422026-03-18T21:47:22.265Zhelios-dev
1432026-03-18T21:47:22.265Z developer/build-essential
1442026-03-18T21:47:22.265Z None -> 11-2.0
1452026-03-18T21:47:22.265Z library/libxmlsec1
1462026-03-18T21:47:22.265Z None -> 1.2.35-2.0
1472026-03-18T21:47:22.265Z ooce/developer/clang-15
1482026-03-18T21:47:22.265Z None -> 15.0.7-2.0
1492026-03-18T21:47:22.265Z ooce/developer/llvm-15
1502026-03-18T21:47:22.265Z None -> 15.0.7-2.0
1512026-03-18T21:47:22.265Z
1522026-03-18T21:47:22.265ZServices:
1532026-03-18T21:47:22.265Z restart_fmri:
1542026-03-18T21:47:22.265Z svc:/system/update-man-index:default
1552026-03-18T21:47:22.409Z
1562026-03-18T21:47:22.409ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T21:47:27.548ZDownload: 2216/3290 items 119.2/212.6MB 56% complete (24.3M/s)
1582026-03-18T21:47:31.368ZDownload: Completed 212.60 MB in 8.96 seconds (23.7M/s)
1592026-03-18T21:47:31.646Z Actions: 1/3689 actions (Installing new actions)
1602026-03-18T21:47:35.867Z Actions: Completed 3689 actions in 4.22 seconds.
1612026-03-18T21:47:36.214Z Done (0.340s)
1622026-03-18T21:47:36.214Z Done (0.000s)
1632026-03-18T21:47:37.109Z Done (0.898s)
1642026-03-18T21:47:41.174Z Done (3.685s)
1652026-03-18T21:47:41.229Z Done (0.014s)
1662026-03-18T21:47:41.232Z Done (0.000s)
1672026-03-18T21:47:41.483Z Done (0.000s)
1682026-03-18T21:47:42.419ZPlanning: Evaluating mediator changes ... Done
1692026-03-18T21:47:42.535ZPlanning: Checking for conflicting actions ... Done
1702026-03-18T21:47:42.543ZPlanning: Consolidating action changes ... Done
1712026-03-18T21:47:42.757ZPlanning: Evaluating mediators ... Done
1722026-03-18T21:47:42.767ZPlanning: Planning completed in 0.37 seconds
1732026-03-18T21:47:42.784Z Mediators to change: 2
1742026-03-18T21:47:42.784Z Create boot environment: No
1752026-03-18T21:47:42.784ZCreate backup boot environment: No
1762026-03-18T21:47:42.869Z Done
1772026-03-18T21:47:42.869Z Done
1782026-03-18T21:47:43.640Z Done
1792026-03-18T21:47:46.935Z Done
1802026-03-18T21:47:47.019Z Done
1812026-03-18T21:47:47.022Z Done
1822026-03-18T21:47:47.164Z Done
1832026-03-18T21:47:47.710ZPlanning: Evaluating mediator changes ... Done
1842026-03-18T21:47:47.713ZPlanning: Merging actions ... Done
1852026-03-18T21:47:47.876ZPlanning: Checking for conflicting actions ... Done
1862026-03-18T21:47:47.879ZPlanning: Consolidating action changes ... Done
1872026-03-18T21:47:48.096ZPlanning: Evaluating mediators ... Done
1882026-03-18T21:47:48.140ZPlanning: Planning completed in 0.64 seconds
1892026-03-18T21:47:48.170Z Packages to change: 1
1902026-03-18T21:47:48.170Z Mediators to change: 1
1912026-03-18T21:47:48.170Z Services to change: 1
1922026-03-18T21:47:48.170Z Create boot environment: No
1932026-03-18T21:47:48.173ZCreate backup boot environment: Yes
1942026-03-18T21:47:50.634Z Actions: 1/6 actions (Updating modified actions)
1952026-03-18T21:47:50.637Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-18T21:47:50.637Z Done
1972026-03-18T21:47:50.637Z Done
1982026-03-18T21:47:50.825Z Done
1992026-03-18T21:47:54.120Z Done
2002026-03-18T21:47:54.212Z Done
2012026-03-18T21:47:54.215Z Done
2022026-03-18T21:47:54.365Z Done
2032026-03-18T21:47:54.738ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-18T21:47:54.738Zclang system 15 system
2052026-03-18T21:47:54.738Zcsh system system illumos
2062026-03-18T21:47:54.738Zctags system system illumos
2072026-03-18T21:47:54.738Zfile system system illumos
2082026-03-18T21:47:54.738Zgcc vendor 12 vendor
2092026-03-18T21:47:54.738Zgcc system 10 system
2102026-03-18T21:47:54.738Zgcc system 7 system
2112026-03-18T21:47:54.738Zgo system 1.20 system
2122026-03-18T21:47:54.738Zgo system 1.19 system
2132026-03-18T21:47:54.738Zllvm system 15 system
2142026-03-18T21:47:54.738Zllvm system 14 system
2152026-03-18T21:47:54.738Zmariadb system 10.6 system
2162026-03-18T21:47:54.738Zmta vendor vendor dma
2172026-03-18T21:47:54.738Zopenjdk system 17 system
2182026-03-18T21:47:54.738Zopenjdk system 11 system
2192026-03-18T21:47:54.738Zopenjdk system 1.8 system
2202026-03-18T21:47:54.738Zopenssl vendor 3 vendor
2212026-03-18T21:47:54.738Zperl system 5.36 system
2222026-03-18T21:47:54.738Zpostgresql system 15 system
2232026-03-18T21:47:54.738Zpostgresql system 13 system
2242026-03-18T21:47:54.739Zpython vendor 3 vendor
2252026-03-18T21:47:54.739Zpython system 2 system
2262026-03-18T21:47:54.739Zpython3 system 3.11 system
2272026-03-18T21:47:54.739Zruby system 3.0 system
2282026-03-18T21:47:54.739Zwords vendor vendor american-english
2292026-03-18T21:47:54.739Zwords system system australian-english
2302026-03-18T21:47:54.739Zwords system system british-english
2312026-03-18T21:47:54.739Zwords system system canadian-english
2322026-03-18T21:47:54.739Zwords system system french
2332026-03-18T21:47:54.739Zwords system system italian
2342026-03-18T21:47:54.739Zwords system system ngerman
2352026-03-18T21:47:54.739Zwords system system ogerman
2362026-03-18T21:47:54.739Zwords system system spanish
2372026-03-18T21:47:55.033ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-18T21:47:55.033Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-18T21:48:01.208ZFMRI IFO
2402026-03-18T21:48:01.208Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-18T21:48:01.208Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-18T21:48:01.208Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-18T21:48:01.208Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-18T21:48:01.208Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-18T21:48:01.208Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-18T21:48:01.208Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-18T21:48:01.208Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-18T21:48:01.208Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-18T21:48:01.208Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-18T21:48:01.208Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-18T21:48:01.208Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-18T21:48:01.208Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-18T21:48:01.208Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-18T21:48:01.208Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-18T21:48:01.208Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-18T21:48:02.490Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-18T21:48:02.809Z Updating crates.io index
2582026-03-18T21:48:04.126Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-18T21:48:05.142Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-18T21:48:05.634Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-18T21:48:06.068Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-18T21:48:06.590Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-18T21:48:14.066Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-18T21:48:16.610Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-18T21:48:21.097Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-18T21:48:22.744Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-18T21:48:23.621Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-18T21:48:24.112Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-18T21:48:24.916Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-18T21:48:25.218Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-18T21:48:27.053Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-18T21:48:27.382Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-18T21:48:28.377Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-18T21:48:28.914Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-18T21:48:29.338Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-18T21:48:29.744Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-18T21:48:30.408Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-18T21:48:30.708Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-18T21:48:30.987Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-18T21:48:31.340Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-18T21:48:31.851Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-18T21:48:33.348Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-18T21:48:33.858Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-18T21:48:34.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-18T21:48:34.767Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-18T21:48:48.719Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-18T21:48:49.326Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-18T21:48:49.634Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-18T21:48:50.509Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-18T21:48:50.898Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-18T21:48:51.271Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-18T21:48:51.800Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-18T21:48:52.100Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-18T21:48:52.463Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-18T21:48:52.865Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-18T21:52:06.170Z Downloading crates ...
2972026-03-18T21:52:06.225Z Downloaded anstyle v1.0.13
2982026-03-18T21:52:06.228Z Downloaded anstream v0.6.21
2992026-03-18T21:52:06.231Z Downloaded anstyle-parse v0.2.7
3002026-03-18T21:52:06.236Z Downloaded bitflags v2.11.0
3012026-03-18T21:52:06.240Z Downloaded equivalent v1.0.2
3022026-03-18T21:52:06.243Z Downloaded heck v0.4.1
3032026-03-18T21:52:06.246Z Downloaded form_urlencoded v1.2.2
3042026-03-18T21:52:06.247Z Downloaded dof v0.3.0
3052026-03-18T21:52:06.247Z Downloaded anstyle-query v1.1.5
3062026-03-18T21:52:06.250Z Downloaded errno v0.3.14
3072026-03-18T21:52:06.250Z Downloaded generic-array v0.14.7
3082026-03-18T21:52:06.253Z Downloaded byteorder v1.5.0
3092026-03-18T21:52:06.256Z Downloaded fastrand v2.3.0
3102026-03-18T21:52:06.259Z Downloaded swrite v0.1.0
3112026-03-18T21:52:06.262Z Downloaded idna_adapter v1.2.1
3122026-03-18T21:52:06.266Z Downloaded block-buffer v0.10.4
3132026-03-18T21:52:06.269Z Downloaded percent-encoding v2.3.2
3142026-03-18T21:52:06.272Z Downloaded fnv v1.0.7
3152026-03-18T21:52:06.272Z Downloaded itoa v1.0.17
3162026-03-18T21:52:06.275Z Downloaded macaddr v1.0.1
3172026-03-18T21:52:06.278Z Downloaded dtrace-parser v0.2.0
3182026-03-18T21:52:06.278Z Downloaded cpufeatures v0.2.17
3192026-03-18T21:52:06.281Z Downloaded tinystr v0.8.2
3202026-03-18T21:52:06.281Z Downloaded is_terminal_polyfill v1.70.2
3212026-03-18T21:52:06.285Z Downloaded version_check v0.9.5
3222026-03-18T21:52:06.288Z Downloaded fs-err v3.3.0
3232026-03-18T21:52:06.288Z Downloaded toml_write v0.1.2
3242026-03-18T21:52:06.291Z Downloaded thiserror-impl v2.0.18
3252026-03-18T21:52:06.291Z Downloaded unicode-linebreak v0.1.5
3262026-03-18T21:52:06.291Z Downloaded autocfg v1.5.0
3272026-03-18T21:52:06.294Z Downloaded displaydoc v0.2.5
3282026-03-18T21:52:06.297Z Downloaded ordered-float v2.10.1
3292026-03-18T21:52:06.301Z Downloaded pretty-hex v0.4.1
3302026-03-18T21:52:06.305Z Downloaded terminal_size v0.4.3
3312026-03-18T21:52:06.308Z Downloaded usdt-macro v0.5.0
3322026-03-18T21:52:06.310Z Downloaded yoke-derive v0.8.1
3332026-03-18T21:52:06.310Z Downloaded heck v0.5.0
3342026-03-18T21:52:06.310Z Downloaded serde_spanned v0.6.9
3352026-03-18T21:52:06.313Z Downloaded utf8_iter v1.0.4
3362026-03-18T21:52:06.313Z Downloaded zerovec-derive v0.11.2
3372026-03-18T21:52:06.316Z Downloaded scroll_derive v0.12.1
3382026-03-18T21:52:06.316Z Downloaded proc-macro-error-attr v1.0.4
3392026-03-18T21:52:06.316Z Downloaded crypto-common v0.1.7
3402026-03-18T21:52:06.319Z Downloaded anyhow v1.0.102
3412026-03-18T21:52:06.324Z Downloaded typeid v1.0.3
3422026-03-18T21:52:06.327Z Downloaded serde-untagged v0.1.9
3432026-03-18T21:52:06.327Z Downloaded smawk v0.3.2
3442026-03-18T21:52:06.327Z Downloaded potential_utf v0.1.4
3452026-03-18T21:52:06.330Z Downloaded yoke v0.8.1
3462026-03-18T21:52:06.333Z Downloaded serde-value v0.7.0
3472026-03-18T21:52:06.333Z Downloaded usdt-impl v0.5.0
3482026-03-18T21:52:06.338Z Downloaded colorchoice v1.0.4
3492026-03-18T21:52:06.338Z Downloaded utf8parse v0.2.2
3502026-03-18T21:52:06.341Z Downloaded tabled_derive v0.7.0
3512026-03-18T21:52:06.341Z Downloaded usdt-attr-macro v0.5.0
3522026-03-18T21:52:06.341Z Downloaded stable_deref_trait v1.2.1
3532026-03-18T21:52:06.341Z Downloaded unicode-xid v0.2.6
3542026-03-18T21:52:06.344Z Downloaded thread-id v4.2.2
3552026-03-18T21:52:06.344Z Downloaded memmap v0.7.0
3562026-03-18T21:52:06.344Z Downloaded cargo-platform v0.2.0
3572026-03-18T21:52:06.347Z Downloaded strsim v0.11.1
3582026-03-18T21:52:06.347Z Downloaded plain v0.2.3
3592026-03-18T21:52:06.347Z Downloaded scroll v0.12.0
3602026-03-18T21:52:06.350Z Downloaded clap_lex v1.0.0
3612026-03-18T21:52:06.350Z Downloaded erased-serde v0.4.9
3622026-03-18T21:52:06.353Z Downloaded zerotrie v0.2.3
3632026-03-18T21:52:06.353Z Downloaded zerocopy-derive v0.7.35
3642026-03-18T21:52:06.356Z Downloaded zerofrom v0.1.6
3652026-03-18T21:52:06.359Z Downloaded cargo_metadata v0.21.0
3662026-03-18T21:52:06.359Z Downloaded usdt v0.5.0
3672026-03-18T21:52:06.359Z Downloaded ucd-trie v0.1.7
3682026-03-18T21:52:06.362Z Downloaded cfg-if v1.0.4
3692026-03-18T21:52:06.362Z Downloaded bytecount v0.6.9
3702026-03-18T21:52:06.366Z Downloaded serde_tokenstream v0.2.3
3712026-03-18T21:52:06.366Z Downloaded typenum v1.19.0
3722026-03-18T21:52:06.369Z Downloaded thiserror v1.0.69
3732026-03-18T21:52:06.372Z Downloaded synstructure v0.13.2
3742026-03-18T21:52:06.372Z Downloaded toml_datetime v0.6.11
3752026-03-18T21:52:06.372Z Downloaded semver v1.0.27
3762026-03-18T21:52:06.375Z Downloaded zerofrom-derive v0.1.6
3772026-03-18T21:52:06.399Z Downloaded thiserror v2.0.18
3782026-03-18T21:52:06.400Z Downloaded zmij v1.0.21
3792026-03-18T21:52:06.400Z Downloaded sha2 v0.10.9
3802026-03-18T21:52:06.400Z Downloaded writeable v0.6.2
3812026-03-18T21:52:06.400Z Downloaded thiserror-impl v1.0.69
3822026-03-18T21:52:06.400Z Downloaded camino-tempfile v1.4.1
3832026-03-18T21:52:06.400Z Downloaded quote v1.0.44
3842026-03-18T21:52:06.400Z Downloaded unicode-ident v1.0.24
3852026-03-18T21:52:06.400Z Downloaded toml_edit v0.22.27
3862026-03-18T21:52:06.400Z Downloaded getrandom v0.4.1
3872026-03-18T21:52:06.400Z Downloaded toml v0.8.23
3882026-03-18T21:52:06.400Z Downloaded textwrap v0.16.2
3892026-03-18T21:52:06.403Z Downloaded clap v4.5.60
3902026-03-18T21:52:06.407Z Downloaded url v2.5.8
3912026-03-18T21:52:06.410Z Downloaded clap_derive v4.5.55
3922026-03-18T21:52:06.411Z Downloaded once_cell v1.21.3
3932026-03-18T21:52:06.414Z Downloaded cargo_toml v0.21.0
3942026-03-18T21:52:06.416Z Downloaded litemap v0.8.1
3952026-03-18T21:52:06.419Z Downloaded proc-macro-error v1.0.4
3962026-03-18T21:52:06.422Z Downloaded cargo-util-schemas v0.8.2
3972026-03-18T21:52:06.422Z Downloaded camino v1.2.2
3982026-03-18T21:52:06.425Z Downloaded zerovec v0.11.5
3992026-03-18T21:52:06.428Z Downloaded zerocopy v0.7.35
4002026-03-18T21:52:06.437Z Downloaded pest_derive v2.8.6
4012026-03-18T21:52:06.440Z Downloaded smallvec v1.15.1
4022026-03-18T21:52:06.443Z Downloaded log v0.4.29
4032026-03-18T21:52:06.443Z Downloaded icu_provider v2.1.1
4042026-03-18T21:52:06.446Z Downloaded serde_derive v1.0.228
4052026-03-18T21:52:06.446Z Downloaded digest v0.10.7
4062026-03-18T21:52:06.451Z Downloaded unicode-width v0.1.14
4072026-03-18T21:52:06.453Z Downloaded unicode-width v0.2.0
4082026-03-18T21:52:06.457Z Downloaded serde_core v1.0.228
4092026-03-18T21:52:06.461Z Downloaded proc-macro2 v1.0.106
4102026-03-18T21:52:06.461Z Downloaded pest_generator v2.8.6
4112026-03-18T21:52:06.461Z Downloaded papergrid v0.11.0
4122026-03-18T21:52:06.464Z Downloaded icu_locale_core v2.1.1
4132026-03-18T21:52:06.467Z Downloaded icu_normalizer v2.1.1
4142026-03-18T21:52:06.470Z Downloaded icu_properties v2.1.2
4152026-03-18T21:52:06.473Z Downloaded tempfile v3.25.0
4162026-03-18T21:52:06.473Z Downloaded num-traits v0.2.19
4172026-03-18T21:52:06.476Z Downloaded winnow v0.7.14
4182026-03-18T21:52:06.481Z Downloaded serde v1.0.228
4192026-03-18T21:52:06.484Z Downloaded icu_collections v2.1.1
4202026-03-18T21:52:06.487Z Downloaded pest_meta v2.8.6
4212026-03-18T21:52:06.490Z Downloaded icu_normalizer_data v2.1.1
4222026-03-18T21:52:06.500Z Downloaded memchr v2.8.0
4232026-03-18T21:52:06.507Z Downloaded indexmap v2.13.0
4242026-03-18T21:52:06.519Z Downloaded hashbrown v0.16.1
4252026-03-18T21:52:06.527Z Downloaded pest v2.8.6
4262026-03-18T21:52:06.530Z Downloaded icu_properties_data v2.1.2
4272026-03-18T21:52:06.538Z Downloaded serde_json v1.0.149
4282026-03-18T21:52:06.549Z Downloaded clap_builder v4.5.60
4292026-03-18T21:52:06.553Z Downloaded idna v1.1.0
4302026-03-18T21:52:06.556Z Downloaded goblin v0.8.2
4312026-03-18T21:52:06.565Z Downloaded tabled v0.15.0
4322026-03-18T21:52:06.579Z Downloaded syn v1.0.109
4332026-03-18T21:52:06.591Z Downloaded syn v2.0.117
4342026-03-18T21:52:06.609Z Downloaded rustix v1.1.3
4352026-03-18T21:52:06.639Z Downloaded libc v0.2.180
4362026-03-18T21:52:06.725Z Compiling proc-macro2 v1.0.106
4372026-03-18T21:52:06.725Z Compiling unicode-ident v1.0.24
4382026-03-18T21:52:06.730Z Compiling quote v1.0.44
4392026-03-18T21:52:06.730Z Compiling serde_core v1.0.228
4402026-03-18T21:52:06.730Z Compiling libc v0.2.180
4412026-03-18T21:52:06.730Z Compiling version_check v0.9.5
4422026-03-18T21:52:06.730Z Compiling stable_deref_trait v1.2.1
4432026-03-18T21:52:06.730Z Compiling memchr v2.8.0
4442026-03-18T21:52:06.730Z Compiling serde v1.0.228
4452026-03-18T21:52:06.730Z Compiling zmij v1.0.21
4462026-03-18T21:52:06.730Z Compiling itoa v1.0.17
4472026-03-18T21:52:06.964Z Compiling autocfg v1.5.0
4482026-03-18T21:52:06.988Z Compiling thiserror v1.0.69
4492026-03-18T21:52:06.991Z Compiling ucd-trie v0.1.7
4502026-03-18T21:52:06.991Z Compiling writeable v0.6.2
4512026-03-18T21:52:07.170Z Compiling litemap v0.8.1
4522026-03-18T21:52:07.198Z Compiling rustix v1.1.3
4532026-03-18T21:52:07.305Z Compiling byteorder v1.5.0
4542026-03-18T21:52:07.423Z Compiling icu_properties_data v2.1.2
4552026-03-18T21:52:07.512Z Compiling icu_normalizer_data v2.1.1
4562026-03-18T21:52:07.596Z Compiling pest v2.8.6
4572026-03-18T21:52:07.684Z Compiling serde_json v1.0.149
4582026-03-18T21:52:07.800Z Compiling bitflags v2.11.0
4592026-03-18T21:52:07.830Z Compiling num-traits v0.2.19
4602026-03-18T21:52:07.860Z Compiling equivalent v1.0.2
4612026-03-18T21:52:08.005Z Compiling smallvec v1.15.1
4622026-03-18T21:52:08.149Z Compiling hashbrown v0.16.1
4632026-03-18T21:52:08.262Z Compiling typeid v1.0.3
4642026-03-18T21:52:08.265Z Compiling usdt-impl v0.5.0
4652026-03-18T21:52:08.265Z Compiling proc-macro-error-attr v1.0.4
4662026-03-18T21:52:08.290Z Compiling syn v1.0.109
4672026-03-18T21:52:08.317Z Compiling toml_write v0.1.2
4682026-03-18T21:52:08.406Z Compiling erased-serde v0.4.9
4692026-03-18T21:52:08.409Z Compiling winnow v0.7.14
4702026-03-18T21:52:08.409Z Compiling proc-macro-error v1.0.4
4712026-03-18T21:52:08.700Z Compiling log v0.4.29
4722026-03-18T21:52:08.731Z Compiling thiserror v2.0.18
4732026-03-18T21:52:08.734Z Compiling getrandom v0.4.1
4742026-03-18T21:52:08.761Z Compiling percent-encoding v2.3.2
4752026-03-18T21:52:08.821Z Compiling camino v1.2.2
4762026-03-18T21:52:08.851Z Compiling errno v0.3.14
4772026-03-18T21:52:08.910Z Compiling thread-id v4.2.2
4782026-03-18T21:52:08.939Z Compiling indexmap v2.13.0
4792026-03-18T21:52:09.064Z Compiling pest_meta v2.8.6
4802026-03-18T21:52:09.067Z Compiling utf8parse v0.2.2
4812026-03-18T21:52:09.151Z Compiling utf8_iter v1.0.4
4822026-03-18T21:52:09.232Z Compiling plain v0.2.3
4832026-03-18T21:52:09.324Z Compiling anstyle-parse v0.2.7
4842026-03-18T21:52:09.356Z Compiling syn v2.0.117
4852026-03-18T21:52:09.416Z Compiling form_urlencoded v1.2.2
4862026-03-18T21:52:09.537Z Compiling cfg-if v1.0.4
4872026-03-18T21:52:09.569Z Compiling ordered-float v2.10.1
4882026-03-18T21:52:09.626Z Compiling colorchoice v1.0.4
4892026-03-18T21:52:09.660Z Compiling is_terminal_polyfill v1.70.2
4902026-03-18T21:52:09.663Z Compiling anstyle-query v1.1.5
4912026-03-18T21:52:09.719Z Compiling anstyle v1.0.13
4922026-03-18T21:52:09.722Z Compiling pretty-hex v0.4.1
4932026-03-18T21:52:09.891Z Compiling fs-err v3.3.0
4942026-03-18T21:52:09.891Z Compiling anyhow v1.0.102
4952026-03-18T21:52:09.952Z Compiling bytecount v0.6.9
4962026-03-18T21:52:09.991Z Compiling fastrand v2.3.0
4972026-03-18T21:52:10.018Z Compiling anstream v0.6.21
4982026-03-18T21:52:10.053Z Compiling once_cell v1.21.3
4992026-03-18T21:52:10.085Z Compiling unicode-width v0.1.14
5002026-03-18T21:52:10.382Z Compiling semver v1.0.27
5012026-03-18T21:52:10.385Z Compiling clap_lex v1.0.0
5022026-03-18T21:52:10.438Z Compiling fnv v1.0.7
5032026-03-18T21:52:10.441Z Compiling heck v0.5.0
5042026-03-18T21:52:10.500Z Compiling unicode-xid v0.2.6
5052026-03-18T21:52:10.529Z Compiling terminal_size v0.4.3
5062026-03-18T21:52:10.605Z Compiling heck v0.4.1
5072026-03-18T21:52:10.686Z Compiling strsim v0.11.1
5082026-03-18T21:52:10.716Z Compiling papergrid v0.11.0
5092026-03-18T21:52:10.748Z Compiling tempfile v3.25.0
5102026-03-18T21:52:10.811Z Compiling serde-untagged v0.1.9
5112026-03-18T21:52:10.866Z Compiling memmap v0.7.0
5122026-03-18T21:52:10.900Z Compiling unicode-width v0.2.0
5132026-03-18T21:52:10.927Z Compiling smawk v0.3.2
5142026-03-18T21:52:10.930Z Compiling unicode-linebreak v0.1.5
5152026-03-18T21:52:10.991Z Compiling clap_builder v4.5.60
5162026-03-18T21:52:11.165Z Compiling camino-tempfile v1.4.1
5172026-03-18T21:52:11.217Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-18T21:52:11.299Z Compiling textwrap v0.16.2
5192026-03-18T21:52:11.303Z Compiling swrite v0.1.0
5202026-03-18T21:52:11.843Z Compiling tabled_derive v0.7.0
5212026-03-18T21:52:12.691Z Compiling tabled v0.15.0
5222026-03-18T21:52:13.094Z Compiling synstructure v0.13.2
5232026-03-18T21:52:13.094Z Compiling pest_generator v2.8.6
5242026-03-18T21:52:13.856Z Compiling serde_derive v1.0.228
5252026-03-18T21:52:13.861Z Compiling zerofrom-derive v0.1.6
5262026-03-18T21:52:13.862Z Compiling yoke-derive v0.8.1
5272026-03-18T21:52:13.862Z Compiling zerovec-derive v0.11.2
5282026-03-18T21:52:13.862Z Compiling displaydoc v0.2.5
5292026-03-18T21:52:13.862Z Compiling thiserror-impl v1.0.69
5302026-03-18T21:52:13.862Z Compiling zerocopy-derive v0.7.35
5312026-03-18T21:52:13.862Z Compiling pest_derive v2.8.6
5322026-03-18T21:52:13.862Z Compiling scroll_derive v0.12.1
5332026-03-18T21:52:13.862Z Compiling thiserror-impl v2.0.18
5342026-03-18T21:52:13.862Z Compiling clap_derive v4.5.55
5352026-03-18T21:52:14.784Z Compiling scroll v0.12.0
5362026-03-18T21:52:14.880Z Compiling zerocopy v0.7.35
5372026-03-18T21:52:15.096Z Compiling goblin v0.8.2
5382026-03-18T21:52:15.128Z Compiling zerofrom v0.1.6
5392026-03-18T21:52:15.353Z Compiling yoke v0.8.1
5402026-03-18T21:52:15.564Z Compiling zerovec v0.11.5
5412026-03-18T21:52:15.564Z Compiling zerotrie v0.2.3
5422026-03-18T21:52:15.613Z Compiling dtrace-parser v0.2.0
5432026-03-18T21:52:15.835Z Compiling clap v4.5.60
5442026-03-18T21:52:16.142Z Compiling tinystr v0.8.2
5452026-03-18T21:52:16.142Z Compiling potential_utf v0.1.4
5462026-03-18T21:52:16.284Z Compiling icu_collections v2.1.1
5472026-03-18T21:52:16.361Z Compiling icu_locale_core v2.1.1
5482026-03-18T21:52:17.123Z Compiling icu_provider v2.1.1
5492026-03-18T21:52:17.342Z Compiling serde_spanned v0.6.9
5502026-03-18T21:52:17.342Z Compiling toml_datetime v0.6.11
5512026-03-18T21:52:17.346Z Compiling serde-value v0.7.0
5522026-03-18T21:52:17.346Z Compiling cargo-platform v0.2.0
5532026-03-18T21:52:17.346Z Compiling macaddr v1.0.1
5542026-03-18T21:52:17.367Z Compiling dof v0.3.0
5552026-03-18T21:52:17.370Z Compiling serde_tokenstream v0.2.3
5562026-03-18T21:52:17.419Z Compiling icu_properties v2.1.2
5572026-03-18T21:52:17.423Z Compiling icu_normalizer v2.1.1
5582026-03-18T21:52:17.691Z Compiling toml_edit v0.22.27
5592026-03-18T21:52:18.342Z Compiling usdt-attr-macro v0.5.0
5602026-03-18T21:52:18.346Z Compiling usdt-macro v0.5.0
5612026-03-18T21:52:18.671Z Compiling idna_adapter v1.2.1
5622026-03-18T21:52:18.802Z Compiling idna v1.1.0
5632026-03-18T21:52:19.100Z Compiling usdt v0.5.0
5642026-03-18T21:52:19.153Z Compiling url v2.5.8
5652026-03-18T21:52:19.470Z Compiling toml v0.8.23
5662026-03-18T21:52:19.945Z Compiling cargo-util-schemas v0.8.2
5672026-03-18T21:52:19.946Z Compiling cargo_toml v0.21.0
5682026-03-18T21:52:21.089Z Compiling cargo_metadata v0.21.0
5692026-03-18T21:52:22.369Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-18T21:52:25.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 23s
5712026-03-18T21:52:25.523Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-18T21:52:26.257Z Downloading crates ...
5732026-03-18T21:52:26.372Z Downloaded arrayvec v0.7.6
5742026-03-18T21:52:26.375Z Downloaded adler2 v2.0.1
5752026-03-18T21:52:26.387Z Downloaded const_format_proc_macros v0.2.34
5762026-03-18T21:52:26.390Z Downloaded aead v0.5.2
5772026-03-18T21:52:26.394Z Downloaded cancel-safe-futures v0.1.5
5782026-03-18T21:52:26.403Z Downloaded async-stream v0.3.6
5792026-03-18T21:52:26.409Z Downloaded async-recursion v1.1.1
5802026-03-18T21:52:26.412Z Downloaded bytes v1.11.1
5812026-03-18T21:52:26.412Z Downloaded critical-section v1.2.0
5822026-03-18T21:52:26.417Z Downloaded darling_core v0.20.11
5832026-03-18T21:52:26.422Z Downloaded fallible-iterator v0.2.0
5842026-03-18T21:52:26.422Z Downloaded cfg_aliases v0.1.1
5852026-03-18T21:52:26.422Z Downloaded async-bb8-diesel v0.2.1
5862026-03-18T21:52:26.428Z Downloaded filetime v0.2.27
5872026-03-18T21:52:26.428Z Downloaded embedded-io v0.6.1
5882026-03-18T21:52:26.428Z Downloaded darling_macro v0.21.3
5892026-03-18T21:52:26.428Z Downloaded crossbeam-channel v0.5.15
5902026-03-18T21:52:26.432Z Downloaded crossbeam-epoch v0.9.18
5912026-03-18T21:52:26.432Z Downloaded embedded-io v0.4.0
5922026-03-18T21:52:26.432Z Downloaded cstr-argument v0.1.2
5932026-03-18T21:52:26.436Z Downloaded diesel-dtrace v0.5.0
5942026-03-18T21:52:26.436Z Downloaded crc8 v0.1.1
5952026-03-18T21:52:26.436Z Downloaded ecdsa v0.16.9
5962026-03-18T21:52:26.441Z Downloaded crypto-bigint v0.5.5
5972026-03-18T21:52:26.444Z Downloaded fixedbitset v0.4.2
5982026-03-18T21:52:26.445Z Downloaded ciborium-io v0.2.2
5992026-03-18T21:52:26.445Z Downloaded env_filter v1.0.0
6002026-03-18T21:52:26.448Z Downloaded dsl_auto_type v0.2.0
6012026-03-18T21:52:26.448Z Downloaded dirs-sys-next v0.1.2
6022026-03-18T21:52:26.451Z Downloaded daft-derive v0.1.5
6032026-03-18T21:52:26.455Z Downloaded ed25519 v2.2.3
6042026-03-18T21:52:26.455Z Downloaded dropshot_endpoint v0.16.7
6052026-03-18T21:52:26.458Z Downloaded cipher v0.4.4
6062026-03-18T21:52:26.458Z Downloaded env_logger v0.11.9
6072026-03-18T21:52:26.462Z Downloaded dunce v1.0.5
6082026-03-18T21:52:26.464Z Downloaded bcrypt-pbkdf v0.10.0
6092026-03-18T21:52:26.464Z Downloaded crunchy v0.2.4
6102026-03-18T21:52:26.465Z Downloaded base16ct v1.0.0
6112026-03-18T21:52:26.470Z Downloaded clang-sys v1.8.1
6122026-03-18T21:52:26.470Z Downloaded async-stream-impl v0.3.6
6132026-03-18T21:52:26.474Z Downloaded ciborium-ll v0.2.2
6142026-03-18T21:52:26.474Z Downloaded dyn-clone v1.0.20
6152026-03-18T21:52:26.474Z Downloaded bitfield-struct v0.6.2
6162026-03-18T21:52:26.474Z Downloaded atty v0.2.14
6172026-03-18T21:52:26.474Z Downloaded curve25519-dalek-derive v0.1.1
6182026-03-18T21:52:26.478Z Downloaded atomicwrites v0.4.4
6192026-03-18T21:52:26.478Z Downloaded dtrace-parser v0.3.0
6202026-03-18T21:52:26.478Z Downloaded darling_macro v0.23.0
6212026-03-18T21:52:26.483Z Downloaded foreign-types v0.5.0
6222026-03-18T21:52:26.483Z Downloaded cpufeatures v0.3.0
6232026-03-18T21:52:26.483Z Downloaded cargo-platform v0.1.9
6242026-03-18T21:52:26.483Z Downloaded bitfield-macros v0.19.4
6252026-03-18T21:52:26.486Z Downloaded bit-set v0.8.0
6262026-03-18T21:52:26.486Z Downloaded flagset v0.4.7
6272026-03-18T21:52:26.487Z Downloaded endian-type v0.1.2
6282026-03-18T21:52:26.487Z Downloaded downcast-rs v2.0.2
6292026-03-18T21:52:26.490Z Downloaded defmt v1.0.1
6302026-03-18T21:52:26.496Z Downloaded erased-serde v0.3.31
6312026-03-18T21:52:26.496Z Downloaded cmake v0.1.57
6322026-03-18T21:52:26.496Z Downloaded float-ord v0.3.2
6332026-03-18T21:52:26.499Z Downloaded dirs-next v2.0.0
6342026-03-18T21:52:26.499Z Downloaded arrayref v0.3.9
6352026-03-18T21:52:26.499Z Downloaded document-features v0.2.12
6362026-03-18T21:52:26.499Z Downloaded ascii-canvas v3.0.0
6372026-03-18T21:52:26.503Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-03-18T21:52:26.503Z Downloaded ahash v0.8.12
6392026-03-18T21:52:26.504Z Downloaded crc-catalog v2.4.0
6402026-03-18T21:52:26.507Z Downloaded dof v0.4.0
6412026-03-18T21:52:26.507Z Downloaded defmt v0.3.100
6422026-03-18T21:52:26.507Z Downloaded crc v3.4.0
6432026-03-18T21:52:26.511Z Downloaded assert_matches v1.5.0
6442026-03-18T21:52:26.511Z Downloaded enum-as-inner v0.6.1
6452026-03-18T21:52:26.511Z Downloaded darling_macro v0.20.11
6462026-03-18T21:52:26.514Z Downloaded array-init v0.0.4
6472026-03-18T21:52:26.514Z Downloaded derive_builder_macro v0.20.2
6482026-03-18T21:52:26.518Z Downloaded convert_case v0.4.0
6492026-03-18T21:52:26.518Z Downloaded float-cmp v0.10.0
6502026-03-18T21:52:26.521Z Downloaded foreign-types-shared v0.3.1
6512026-03-18T21:52:26.521Z Downloaded display-error-chain v0.2.2
6522026-03-18T21:52:26.521Z Downloaded castaway v0.2.4
6532026-03-18T21:52:26.524Z Downloaded fd-lock v4.0.4
6542026-03-18T21:52:26.527Z Downloaded funty v2.0.0
6552026-03-18T21:52:26.528Z Downloaded defmt-parser v1.0.0
6562026-03-18T21:52:26.532Z Downloaded difflib v0.4.0
6572026-03-18T21:52:26.532Z Downloaded cfg_aliases v0.2.1
6582026-03-18T21:52:26.532Z Downloaded block-padding v0.3.3
6592026-03-18T21:52:26.532Z Downloaded debug-ignore v1.0.5
6602026-03-18T21:52:26.537Z Downloaded base16ct v0.2.0
6612026-03-18T21:52:26.537Z Downloaded fxhash v0.2.1
6622026-03-18T21:52:26.537Z Downloaded futures-core v0.3.32
6632026-03-18T21:52:26.540Z Downloaded foreign-types-macros v0.2.3
6642026-03-18T21:52:26.540Z Downloaded crucible-workspace-hack v0.1.0
6652026-03-18T21:52:26.540Z Downloaded futures-io v0.3.32
6662026-03-18T21:52:26.540Z Downloaded foreign-types v0.3.2
6672026-03-18T21:52:26.544Z Downloaded futures-macro v0.3.32
6682026-03-18T21:52:26.544Z Downloaded futures-task v0.3.32
6692026-03-18T21:52:26.548Z Downloaded dropshot-api-manager-types v0.6.0
6702026-03-18T21:52:26.549Z Downloaded darling_core v0.23.0
6712026-03-18T21:52:26.552Z Downloaded blowfish v0.9.1
6722026-03-18T21:52:26.552Z Downloaded camino-tempfile-ext v0.3.3
6732026-03-18T21:52:26.556Z Downloaded der_derive v0.7.3
6742026-03-18T21:52:26.556Z Downloaded crossbeam-deque v0.8.6
6752026-03-18T21:52:26.559Z Downloaded cexpr v0.6.0
6762026-03-18T21:52:26.559Z Downloaded git-stub v1.0.0
6772026-03-18T21:52:26.559Z Downloaded globwalk v0.9.1
6782026-03-18T21:52:26.565Z Downloaded convert_case v0.10.0
6792026-03-18T21:52:26.565Z Downloaded cbc v0.1.2
6802026-03-18T21:52:26.568Z Downloaded bit-set v0.5.3
6812026-03-18T21:52:26.568Z Downloaded bb8 v0.8.6
6822026-03-18T21:52:26.568Z Downloaded async-trait v0.1.89
6832026-03-18T21:52:26.569Z Downloaded bcs v0.1.6
6842026-03-18T21:52:26.572Z Downloaded hex v0.4.3
6852026-03-18T21:52:26.572Z Downloaded aes-gcm v0.10.3
6862026-03-18T21:52:26.575Z Downloaded ghash v0.5.1
6872026-03-18T21:52:26.575Z Downloaded gethostname v0.5.0
6882026-03-18T21:52:26.578Z Downloaded futures-sink v0.3.32
6892026-03-18T21:52:26.578Z Downloaded http-body v1.0.1
6902026-03-18T21:52:26.581Z Downloaded ff v0.13.1
6912026-03-18T21:52:26.581Z Downloaded deranged v0.5.8
6922026-03-18T21:52:26.581Z Downloaded hex-literal v0.4.1
6932026-03-18T21:52:26.584Z Downloaded headers-core v0.3.0
6942026-03-18T21:52:26.584Z Downloaded hash32 v0.2.1
6952026-03-18T21:52:26.585Z Downloaded httpdate v1.0.3
6962026-03-18T21:52:26.588Z Downloaded fixedbitset v0.5.7
6972026-03-18T21:52:26.591Z Downloaded fs_extra v1.3.0
6982026-03-18T21:52:26.591Z Downloaded cargo_metadata v0.19.2
6992026-03-18T21:52:26.594Z Downloaded fs-err v2.11.0
7002026-03-18T21:52:26.594Z Downloaded chacha20 v0.9.1
7012026-03-18T21:52:26.599Z Downloaded foldhash v0.1.5
7022026-03-18T21:52:26.599Z Downloaded cassowary v0.3.0
7032026-03-18T21:52:26.602Z Downloaded either v1.15.0
7042026-03-18T21:52:26.602Z Downloaded drift v0.1.3
7052026-03-18T21:52:26.606Z Downloaded foreign-types-shared v0.1.1
7062026-03-18T21:52:26.606Z Downloaded derive_builder_core v0.20.2
7072026-03-18T21:52:26.606Z Downloaded data-encoding v2.10.0
7082026-03-18T21:52:26.610Z Downloaded find-msvc-tools v0.1.9
7092026-03-18T21:52:26.625Z Downloaded hyper-tls v0.6.0
7102026-03-18T21:52:26.629Z Downloaded indent_write v2.2.0
7112026-03-18T21:52:26.629Z Downloaded hubpack_derive v0.1.1
7122026-03-18T21:52:26.632Z Downloaded hubpack v0.1.2
7132026-03-18T21:52:26.632Z Downloaded http-range v0.1.5
7142026-03-18T21:52:26.633Z Downloaded home v0.5.12
7152026-03-18T21:52:26.633Z Downloaded foldhash v0.2.0
7162026-03-18T21:52:26.637Z Downloaded buf-list v1.1.2
7172026-03-18T21:52:26.637Z Downloaded indoc v1.0.9
7182026-03-18T21:52:26.643Z Downloaded const-oid v0.9.6
7192026-03-18T21:52:26.644Z Downloaded console v0.16.2
7202026-03-18T21:52:26.658Z Downloaded colored v3.1.1
7212026-03-18T21:52:26.659Z Downloaded inout v0.1.4
7222026-03-18T21:52:26.659Z Downloaded colored v2.2.0
7232026-03-18T21:52:26.663Z Downloaded cookie_store v0.22.1
7242026-03-18T21:52:26.663Z Downloaded aho-corasick v1.1.4
7252026-03-18T21:52:26.663Z Downloaded blake2 v0.10.6
7262026-03-18T21:52:26.663Z Downloaded is_ci v1.2.0
7272026-03-18T21:52:26.663Z Downloaded internet-checksum v0.2.1
7282026-03-18T21:52:26.663Z Downloaded ident_case v1.0.1
7292026-03-18T21:52:26.663Z Downloaded group v0.13.0
7302026-03-18T21:52:26.663Z Downloaded highway v1.3.0
7312026-03-18T21:52:26.663Z Downloaded is-terminal v0.4.17
7322026-03-18T21:52:26.668Z Downloaded instant v0.1.13
7332026-03-18T21:52:26.668Z Downloaded kstat-rs v0.2.4
7342026-03-18T21:52:26.668Z Downloaded lru-slab v0.1.2
7352026-03-18T21:52:26.668Z Downloaded keccak v0.1.6
7362026-03-18T21:52:26.674Z Downloaded instability v0.3.11
7372026-03-18T21:52:26.674Z Downloaded lazy_static v1.5.0
7382026-03-18T21:52:26.674Z Downloaded lru v0.12.5
7392026-03-18T21:52:26.678Z Downloaded linked-hash-map v0.5.6
7402026-03-18T21:52:26.678Z Downloaded lalrpop-util v0.19.12
7412026-03-18T21:52:26.678Z Downloaded corncobs v0.1.4
7422026-03-18T21:52:26.678Z Downloaded bit-vec v0.8.0
7432026-03-18T21:52:26.678Z Downloaded base64ct v1.8.3
7442026-03-18T21:52:26.682Z Downloaded flate2 v1.1.9
7452026-03-18T21:52:26.686Z Downloaded futures-channel v0.3.32
7462026-03-18T21:52:26.686Z Downloaded crc32fast v1.5.0
7472026-03-18T21:52:26.690Z Downloaded derive-ex v0.1.8
7482026-03-18T21:52:26.690Z Downloaded darling v0.23.0
7492026-03-18T21:52:26.693Z Downloaded libscf-sys v1.1.0
7502026-03-18T21:52:26.697Z Downloaded hyper-staticfile v0.10.1
7512026-03-18T21:52:26.697Z Downloaded humantime v2.3.0
7522026-03-18T21:52:26.700Z Downloaded getrandom v0.2.17
7532026-03-18T21:52:26.700Z Downloaded derive_more v0.99.20
7542026-03-18T21:52:26.703Z Downloaded maplit v1.0.2
7552026-03-18T21:52:26.706Z Downloaded md5 v0.7.0
7562026-03-18T21:52:26.706Z Downloaded impl-trait-for-tuples v0.2.3
7572026-03-18T21:52:26.709Z Downloaded derive-where v1.6.0
7582026-03-18T21:52:26.714Z Downloaded newtype_derive v0.1.6
7592026-03-18T21:52:26.714Z Downloaded multimap v0.10.1
7602026-03-18T21:52:26.717Z Downloaded mime v0.3.17
7612026-03-18T21:52:26.717Z Downloaded memoffset v0.9.1
7622026-03-18T21:52:26.717Z Downloaded md-5 v0.10.6
7632026-03-18T21:52:26.717Z Downloaded newline-converter v0.3.0
7642026-03-18T21:52:26.722Z Downloaded futures-executor v0.3.32
7652026-03-18T21:52:26.722Z Downloaded nodrop v0.1.14
7662026-03-18T21:52:26.725Z Downloaded nonempty v0.12.0
7672026-03-18T21:52:26.725Z Downloaded new_debug_unreachable v1.0.6
7682026-03-18T21:52:26.725Z Downloaded crc-any v2.5.0
7692026-03-18T21:52:26.725Z Downloaded managed v0.8.0
7702026-03-18T21:52:26.728Z Downloaded normalize-line-endings v0.3.0
7712026-03-18T21:52:26.728Z Downloaded lzss v0.8.2
7722026-03-18T21:52:26.731Z Downloaded base64 v0.22.1
7732026-03-18T21:52:26.735Z Downloaded nibble_vec v0.1.0
7742026-03-18T21:52:26.735Z Downloaded half v1.8.3
7752026-03-18T21:52:26.738Z Downloaded newtype-uuid-macros v0.1.0
7762026-03-18T21:52:26.738Z Downloaded hash32 v0.3.1
7772026-03-18T21:52:26.738Z Downloaded ipnet v2.11.0
7782026-03-18T21:52:26.741Z Downloaded indoc v2.0.7
7792026-03-18T21:52:26.744Z Downloaded glob v0.3.3
7802026-03-18T21:52:26.744Z Downloaded jobserver v0.1.34
7812026-03-18T21:52:26.747Z Downloaded ingot-types v0.1.2
7822026-03-18T21:52:26.747Z Downloaded ingot v0.1.1
7832026-03-18T21:52:26.748Z Downloaded ipnetwork v0.21.1
7842026-03-18T21:52:26.752Z Downloaded num-derive v0.4.2
7852026-03-18T21:52:26.752Z Downloaded num v0.4.3
7862026-03-18T21:52:26.755Z Downloaded lru-cache v0.1.2
7872026-03-18T21:52:26.755Z Downloaded num-iter v0.1.45
7882026-03-18T21:52:26.755Z Downloaded num-derive v0.3.3
7892026-03-18T21:52:26.807Z Downloaded num-conv v0.2.0
7902026-03-18T21:52:26.807Z Downloaded fatfs v0.3.6
7912026-03-18T21:52:26.807Z Downloaded opaque-debug v0.3.1
7922026-03-18T21:52:26.807Z Downloaded openssl-probe v0.2.1
7932026-03-18T21:52:26.807Z Downloaded expectorate v1.2.0
7942026-03-18T21:52:26.807Z Downloaded derive_builder v0.20.2
7952026-03-18T21:52:26.807Z Downloaded openssl-probe v0.1.6
7962026-03-18T21:52:26.807Z Downloaded openssl-macros v0.1.1
7972026-03-18T21:52:26.807Z Downloaded libefi-sys v0.1.0
7982026-03-18T21:52:26.808Z Downloaded num_threads v0.1.7
7992026-03-18T21:52:26.808Z Downloaded num_enum_derive v0.5.11
8002026-03-18T21:52:26.808Z Downloaded diff v0.1.13
8012026-03-18T21:52:26.808Z Downloaded crossbeam-utils v0.8.21
8022026-03-18T21:52:26.808Z Downloaded constant_time_eq v0.4.2
8032026-03-18T21:52:26.808Z Downloaded lock_api v0.4.14
8042026-03-18T21:52:26.808Z Downloaded oso-derive v0.27.3
8052026-03-18T21:52:26.808Z Downloaded olpc-cjson v0.1.4
8062026-03-18T21:52:26.808Z Downloaded futures v0.3.32
8072026-03-18T21:52:26.808Z Downloaded iana-time-zone v0.1.65
8082026-03-18T21:52:26.808Z Downloaded match_cfg v0.1.0
8092026-03-18T21:52:26.808Z Downloaded libsw-core v0.3.2
8102026-03-18T21:52:26.808Z Downloaded maybe-uninit v2.0.0
8112026-03-18T21:52:26.808Z Downloaded mime_guess v2.0.5
8122026-03-18T21:52:26.808Z Downloaded nanorand v0.7.0
8132026-03-18T21:52:26.808Z Downloaded libsw v3.5.0
8142026-03-18T21:52:26.808Z Downloaded newtype-uuid v1.3.2
8152026-03-18T21:52:26.808Z Downloaded libloading v0.8.9
8162026-03-18T21:52:26.808Z Downloaded hyper-rustls v0.27.7
8172026-03-18T21:52:26.808Z Downloaded linear-map v1.2.0
8182026-03-18T21:52:26.808Z Downloaded allocator-api2 v0.2.21
8192026-03-18T21:52:26.814Z Downloaded packed_struct_codegen v0.10.1
8202026-03-18T21:52:26.814Z Downloaded parse-size v1.1.0
8212026-03-18T21:52:26.814Z Downloaded chacha20poly1305 v0.10.1
8222026-03-18T21:52:26.814Z Downloaded aes v0.8.4
8232026-03-18T21:52:26.817Z Downloaded darling v0.21.3
8242026-03-18T21:52:26.820Z Downloaded parse-display v0.10.0
8252026-03-18T21:52:26.820Z Downloaded half v2.7.1
8262026-03-18T21:52:26.823Z Downloaded getrandom v0.3.4
8272026-03-18T21:52:26.827Z Downloaded peg-runtime v0.8.5
8282026-03-18T21:52:26.828Z Downloaded pbkdf2 v0.11.0
8292026-03-18T21:52:26.831Z Downloaded ingot-macros v0.1.1
8302026-03-18T21:52:26.831Z Downloaded hickory-client v0.25.2
8312026-03-18T21:52:26.831Z Downloaded path-slash v0.1.5
8322026-03-18T21:52:26.834Z Downloaded bit-vec v0.6.3
8332026-03-18T21:52:26.834Z Downloaded des v0.8.1
8342026-03-18T21:52:26.837Z Downloaded darling v0.20.11
8352026-03-18T21:52:26.841Z Downloaded num_enum_derive v0.7.5
8362026-03-18T21:52:26.841Z Downloaded num_enum v0.5.11
8372026-03-18T21:52:26.844Z Downloaded phf_shared v0.11.3
8382026-03-18T21:52:26.844Z Downloaded num-integer v0.1.46
8392026-03-18T21:52:26.848Z Downloaded pin-utils v0.1.0
8402026-03-18T21:52:26.848Z Downloaded num-rational v0.4.2
8412026-03-18T21:52:26.851Z Downloaded darling_core v0.21.3
8422026-03-18T21:52:26.854Z Downloaded phf_shared v0.12.1
8432026-03-18T21:52:26.854Z Downloaded num-complex v0.4.6
8442026-03-18T21:52:26.857Z Downloaded precomputed-hash v0.1.1
8452026-03-18T21:52:26.857Z Downloaded flume v0.11.1
8462026-03-18T21:52:26.860Z Downloaded nu-ansi-term v0.50.3
8472026-03-18T21:52:26.861Z Downloaded cookie v0.18.1
8482026-03-18T21:52:26.864Z Downloaded chacha20 v0.10.0
8492026-03-18T21:52:26.867Z Downloaded http-body-util v0.1.3
8502026-03-18T21:52:26.867Z Downloaded powerfmt v0.2.0
8512026-03-18T21:52:26.870Z Downloaded hmac v0.12.1
8522026-03-18T21:52:26.870Z Downloaded ed25519-dalek v2.2.0
8532026-03-18T21:52:26.874Z Downloaded elliptic-curve v0.13.8
8542026-03-18T21:52:26.877Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-03-18T21:52:26.877Z Downloaded progenitor-client v0.10.0
8562026-03-18T21:52:26.881Z Downloaded proc-macro-crate v3.4.0
8572026-03-18T21:52:26.881Z Downloaded predicates-tree v1.0.13
8582026-03-18T21:52:26.885Z Downloaded predicates-core v1.0.10
8592026-03-18T21:52:26.885Z Downloaded ignore v0.4.25
8602026-03-18T21:52:26.885Z Downloaded memmap2 v0.9.10
8612026-03-18T21:52:26.890Z Downloaded native-tls v0.2.18
8622026-03-18T21:52:26.890Z Downloaded litrs v1.0.0
8632026-03-18T21:52:26.894Z Downloaded oxide-tokio-rt v0.1.3
8642026-03-18T21:52:26.894Z Downloaded httparse v1.10.1
8652026-03-18T21:52:26.894Z Downloaded const_format v0.2.35
8662026-03-18T21:52:26.899Z Downloaded pbkdf2 v0.12.2
8672026-03-18T21:52:26.901Z Downloaded peg-macros v0.8.5
8682026-03-18T21:52:26.902Z Downloaded peg v0.8.5
8692026-03-18T21:52:26.905Z Downloaded psl-types v2.0.11
8702026-03-18T21:52:26.905Z Downloaded progenitor-macro v0.11.2
8712026-03-18T21:52:26.905Z Downloaded quick-error v1.2.3
8722026-03-18T21:52:26.909Z Downloaded progenitor-client v0.11.2
8732026-03-18T21:52:26.910Z Downloaded radium v0.7.0
8742026-03-18T21:52:26.910Z Downloaded cc v1.2.56
8752026-03-18T21:52:26.913Z Downloaded proc-macro-crate v1.3.1
8762026-03-18T21:52:26.913Z Downloaded progenitor-macro v0.10.0
8772026-03-18T21:52:26.913Z Downloaded password-hash v0.5.0
8782026-03-18T21:52:26.917Z Downloaded password-hash v0.4.2
8792026-03-18T21:52:26.917Z Downloaded packed_struct v0.10.1
8802026-03-18T21:52:26.920Z Downloaded paste v1.0.15
8812026-03-18T21:52:26.924Z Downloaded parking_lot_core v0.8.6
8822026-03-18T21:52:26.924Z Downloaded parse-display-derive v0.10.0
8832026-03-18T21:52:26.925Z Downloaded heapless v0.7.17
8842026-03-18T21:52:26.928Z Downloaded progenitor-macro v0.13.0
8852026-03-18T21:52:26.928Z Downloaded phf v0.12.1
8862026-03-18T21:52:26.931Z Downloaded libbz2-rs-sys v0.2.2
8872026-03-18T21:52:26.931Z Downloaded oxnet v0.1.4
8882026-03-18T21:52:26.934Z Downloaded pin-project-lite v0.2.17
8892026-03-18T21:52:26.937Z Downloaded pem v3.0.6
8902026-03-18T21:52:26.940Z Downloaded headers v0.4.1
8912026-03-18T21:52:26.943Z Downloaded phf_shared v0.13.1
8922026-03-18T21:52:26.943Z Downloaded pin-project-internal v1.1.11
8932026-03-18T21:52:26.946Z Downloaded polyval v0.6.2
8942026-03-18T21:52:26.947Z Downloaded der v0.7.10
8952026-03-18T21:52:26.950Z Downloaded pkg-config v0.3.32
8962026-03-18T21:52:26.953Z Downloaded rand_chacha v0.3.1
8972026-03-18T21:52:26.953Z Downloaded pkcs8 v0.10.2
8982026-03-18T21:52:26.957Z Downloaded base64 v0.21.7
8992026-03-18T21:52:26.961Z Downloaded rand_xorshift v0.4.0
9002026-03-18T21:52:26.964Z Downloaded postgres-protocol v0.6.10
9012026-03-18T21:52:26.964Z Downloaded poly1305 v0.8.0
9022026-03-18T21:52:26.964Z Downloaded omicron-zone-package v0.12.2
9032026-03-18T21:52:26.967Z Downloaded ar_archive_writer v0.5.1
9042026-03-18T21:52:26.971Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-03-18T21:52:26.971Z Downloaded indicatif v0.18.4
9062026-03-18T21:52:26.976Z Downloaded recursive v0.1.1
9072026-03-18T21:52:26.976Z Downloaded indexmap v1.9.3
9082026-03-18T21:52:26.980Z Downloaded derive_more v2.1.1
9092026-03-18T21:52:26.987Z Downloaded progenitor v0.13.0
9102026-03-18T21:52:26.990Z Downloaded primeorder v0.13.6
9112026-03-18T21:52:26.990Z Downloaded ref-cast v1.0.25
9122026-03-18T21:52:26.993Z Downloaded rfc6979 v0.4.0
9132026-03-18T21:52:26.993Z Downloaded psm v0.1.30
9142026-03-18T21:52:26.998Z Downloaded ref-cast-impl v1.0.25
9152026-03-18T21:52:26.998Z Downloaded progenitor v0.11.2
9162026-03-18T21:52:26.998Z Downloaded progenitor v0.10.0
9172026-03-18T21:52:27.001Z Downloaded proc-macro-error2 v2.0.1
9182026-03-18T21:52:27.001Z Downloaded progenitor-extras v0.1.1
9192026-03-18T21:52:27.005Z Downloaded progenitor-client v0.13.0
9202026-03-18T21:52:27.005Z Downloaded parking_lot_core v0.9.12
9212026-03-18T21:52:27.009Z Downloaded parking_lot v0.12.5
9222026-03-18T21:52:27.009Z Downloaded heapless v0.8.0
9232026-03-18T21:52:27.012Z Downloaded predicates v3.1.4
9242026-03-18T21:52:27.017Z Downloaded parking_lot v0.11.2
9252026-03-18T21:52:27.017Z Downloaded hickory-resolver v0.24.4
9262026-03-18T21:52:27.020Z Downloaded owo-colors v4.3.0
9272026-03-18T21:52:27.020Z Downloaded rtoolbox v0.0.3
9282026-03-18T21:52:27.023Z Downloaded r2d2 v0.8.10
9292026-03-18T21:52:27.023Z Downloaded rustc_version v0.1.7
9302026-03-18T21:52:27.027Z Downloaded rustc-hash v2.1.1
9312026-03-18T21:52:27.027Z Downloaded russh-cryptovec v0.7.3
9322026-03-18T21:52:27.027Z Downloaded multer v3.1.0
9332026-03-18T21:52:27.030Z Downloaded bumpalo v3.20.2
9342026-03-18T21:52:27.030Z Downloaded pkcs1 v0.7.5
9352026-03-18T21:52:27.034Z Downloaded rand_core v0.6.4
9362026-03-18T21:52:27.034Z Downloaded derive_more-impl v2.1.1
9372026-03-18T21:52:27.037Z Downloaded salsa20 v0.10.2
9382026-03-18T21:52:27.041Z Downloaded ppv-lite86 v0.2.21
9392026-03-18T21:52:27.041Z Downloaded sapling-renderdag v0.1.0
9402026-03-18T21:52:27.045Z Downloaded phf v0.13.1
9412026-03-18T21:52:27.045Z Downloaded rand_core v0.9.5
9422026-03-18T21:52:27.045Z Downloaded num_enum v0.7.5
9432026-03-18T21:52:27.048Z Downloaded pem-rfc7468 v0.7.0
9442026-03-18T21:52:27.051Z Downloaded compact_str v0.8.1
9452026-03-18T21:52:27.055Z Downloaded postgres-types v0.2.12
9462026-03-18T21:52:27.055Z Downloaded rand_core v0.10.0
9472026-03-18T21:52:27.059Z Downloaded postcard v1.1.3
9482026-03-18T21:52:27.059Z Downloaded rand_seeder v0.4.0
9492026-03-18T21:52:27.063Z Downloaded arc-swap v1.8.2
9502026-03-18T21:52:27.066Z Downloaded scroll_derive v0.13.1
9512026-03-18T21:52:27.066Z Downloaded same-file v1.0.6
9522026-03-18T21:52:27.066Z Downloaded oso v0.27.3
9532026-03-18T21:52:27.070Z Downloaded scopeguard v1.2.0
9542026-03-18T21:52:27.070Z Downloaded miniz_oxide v0.8.9
9552026-03-18T21:52:27.074Z Downloaded scheduled-thread-pool v0.2.7
9562026-03-18T21:52:27.074Z Downloaded bzip2 v0.4.4
9572026-03-18T21:52:27.074Z Downloaded globset v0.4.18
9582026-03-18T21:52:27.080Z Downloaded git-stub-vcs v0.1.0
9592026-03-18T21:52:27.080Z Downloaded bzip2 v0.6.1
9602026-03-18T21:52:27.085Z Downloaded scrypt v0.11.0
9612026-03-18T21:52:27.085Z Downloaded ciborium v0.2.2
9622026-03-18T21:52:27.085Z Downloaded seq-macro v0.3.6
9632026-03-18T21:52:27.085Z Downloaded serde_spanned v1.0.4
9642026-03-18T21:52:27.091Z Downloaded serde-big-array v0.5.1
9652026-03-18T21:52:27.091Z Downloaded semver v0.1.20
9662026-03-18T21:52:27.091Z Downloaded secrecy v0.10.3
9672026-03-18T21:52:27.091Z Downloaded secrecy v0.8.0
9682026-03-18T21:52:27.091Z Downloaded resolv-conf v0.7.6
9692026-03-18T21:52:27.098Z Downloaded hashbrown v0.12.3
9702026-03-18T21:52:27.098Z Downloaded hickory-resolver v0.25.2
9712026-03-18T21:52:27.105Z Downloaded backon v1.6.0
9722026-03-18T21:52:27.105Z Downloaded serde_plain v1.0.2
9732026-03-18T21:52:27.105Z Downloaded serde_bytes v0.11.19
9742026-03-18T21:52:27.110Z Downloaded shell-words v1.1.1
9752026-03-18T21:52:27.110Z Downloaded serde_repr v0.1.20
9762026-03-18T21:52:27.110Z Downloaded pin-project v1.1.11
9772026-03-18T21:52:27.114Z Downloaded sha1 v0.10.6
9782026-03-18T21:52:27.117Z Downloaded pkcs5 v0.7.1
9792026-03-18T21:52:27.120Z Downloaded rand_chacha v0.9.0
9802026-03-18T21:52:27.123Z Downloaded rustls-pemfile v1.0.4
9812026-03-18T21:52:27.123Z Downloaded diesel_derives v2.3.7
9822026-03-18T21:52:27.127Z Downloaded signal-hook-mio v0.2.5
9832026-03-18T21:52:27.130Z Downloaded siphasher v1.0.2
9842026-03-18T21:52:27.130Z Downloaded serde_urlencoded v0.7.1
9852026-03-18T21:52:27.132Z Downloaded rustc_version v0.4.1
9862026-03-18T21:52:27.132Z Downloaded quinn-udp v0.5.14
9872026-03-18T21:52:27.136Z Downloaded jiff-static v0.2.21
9882026-03-18T21:52:27.139Z Downloaded slog-bunyan v2.5.0
9892026-03-18T21:52:27.139Z Downloaded sigpipe v0.1.3
9902026-03-18T21:52:27.139Z Downloaded slog-envlogger v2.2.0
9912026-03-18T21:52:27.142Z Downloaded rustversion v1.0.22
9922026-03-18T21:52:27.145Z Downloaded rustls-pemfile v2.2.0
9932026-03-18T21:52:27.145Z Downloaded schemars_derive v0.8.22
9942026-03-18T21:52:27.148Z Downloaded rusty-fork v0.3.1
9952026-03-18T21:52:27.148Z Downloaded openssl-sys v0.9.111
9962026-03-18T21:52:27.151Z Downloaded signature v2.2.0
9972026-03-18T21:52:27.154Z Downloaded signal-hook-tokio v0.3.1
9982026-03-18T21:52:27.154Z Downloaded ena v0.14.4
9992026-03-18T21:52:27.158Z Downloaded defmt-macros v1.0.1
10002026-03-18T21:52:27.158Z Downloaded papergrid v0.17.0
10012026-03-18T21:52:27.161Z Downloaded minimal-lexical v0.2.1
10022026-03-18T21:52:27.167Z Downloaded serde-hex v0.1.0
10032026-03-18T21:52:27.170Z Downloaded daft v0.1.5
10042026-03-18T21:52:27.170Z Downloaded prefix-trie v0.7.0
10052026-03-18T21:52:27.170Z Downloaded ctr v0.9.2
10062026-03-18T21:52:27.174Z Downloaded cargo_toml v0.22.3
10072026-03-18T21:52:27.174Z Downloaded ssh-cipher v0.2.0
10082026-03-18T21:52:27.177Z Downloaded sct v0.7.1
10092026-03-18T21:52:27.178Z Downloaded serde_derive_internals v0.29.1
10102026-03-18T21:52:27.181Z Downloaded bitfield v0.19.4
10112026-03-18T21:52:27.181Z Downloaded sec1 v0.7.3
10122026-03-18T21:52:27.185Z Downloaded hostname v0.4.2
10132026-03-18T21:52:27.185Z Downloaded hostname v0.3.1
10142026-03-18T21:52:27.185Z Downloaded console v0.15.11
10152026-03-18T21:52:27.188Z Downloaded atomic-waker v1.1.2
10162026-03-18T21:52:27.191Z Downloaded argon2 v0.5.3
10172026-03-18T21:52:27.191Z Downloaded bitflags v1.3.2
10182026-03-18T21:52:27.193Z Downloaded csv-core v0.1.13
10192026-03-18T21:52:27.194Z Downloaded cobs v0.3.0
10202026-03-18T21:52:27.197Z Downloaded serde_path_to_error v0.1.20
10212026-03-18T21:52:27.197Z Downloaded backoff v0.4.0
10222026-03-18T21:52:27.200Z Downloaded ssh-encoding v0.2.0
10232026-03-18T21:52:27.200Z Downloaded sqlparser_derive v0.5.0
10242026-03-18T21:52:27.203Z Downloaded russh-keys v0.45.0
10252026-03-18T21:52:27.207Z Downloaded dropshot-api-manager v0.6.0
10262026-03-18T21:52:27.209Z Downloaded rustls-pki-types v1.14.0
10272026-03-18T21:52:27.214Z Downloaded http v1.4.0
10282026-03-18T21:52:27.217Z Downloaded rustls-native-certs v0.8.3
10292026-03-18T21:52:27.221Z Downloaded crossterm v0.28.1
10302026-03-18T21:52:27.225Z Downloaded subtle v2.6.1
10312026-03-18T21:52:27.225Z Downloaded strum v0.27.2
10322026-03-18T21:52:27.229Z Downloaded strum v0.26.3
10332026-03-18T21:52:27.229Z Downloaded structmeta-derive v0.3.0
10342026-03-18T21:52:27.229Z Downloaded structmeta v0.3.0
10352026-03-18T21:52:27.229Z Downloaded strip-ansi-escapes v0.2.1
10362026-03-18T21:52:27.232Z Downloaded slog-stdlog v4.1.1
10372026-03-18T21:52:27.232Z Downloaded slog-json v2.6.1
10382026-03-18T21:52:27.235Z Downloaded slog-dtrace v0.3.0
10392026-03-18T21:52:27.235Z Downloaded slog-async v2.8.0
10402026-03-18T21:52:27.235Z Downloaded slab v0.4.12
10412026-03-18T21:52:27.239Z Downloaded simd-adler32 v0.3.8
10422026-03-18T21:52:27.239Z Downloaded tagptr v0.2.0
10432026-03-18T21:52:27.242Z Downloaded smf v0.2.3
10442026-03-18T21:52:27.242Z Downloaded hyper-util v0.1.20
10452026-03-18T21:52:27.246Z Downloaded rcgen v0.12.1
10462026-03-18T21:52:27.251Z Downloaded progenitor-impl v0.10.0
10472026-03-18T21:52:27.251Z Downloaded sync-ptr v0.1.4
10482026-03-18T21:52:27.253Z Downloaded sync_wrapper v1.0.2
10492026-03-18T21:52:27.253Z Downloaded sqlformat v0.3.5
10502026-03-18T21:52:27.254Z Downloaded supports-color v3.0.2
10512026-03-18T21:52:27.254Z Downloaded tap v1.0.1
10522026-03-18T21:52:27.257Z Downloaded take_mut v0.2.2
10532026-03-18T21:52:27.257Z Downloaded time-core v0.1.8
10542026-03-18T21:52:27.260Z Downloaded thread-id v5.1.0
10552026-03-18T21:52:27.260Z Downloaded pretty_assertions v1.4.1
10562026-03-18T21:52:27.260Z Downloaded prettyplease v0.2.37
10572026-03-18T21:52:27.264Z Downloaded slog-scope v4.4.1
10582026-03-18T21:52:27.267Z Downloaded smallvec v0.6.14
10592026-03-18T21:52:27.267Z Downloaded scroll v0.13.0
10602026-03-18T21:52:27.270Z Downloaded tabwriter v1.4.1
10612026-03-18T21:52:27.270Z Downloaded signal-hook-registry v1.4.8
10622026-03-18T21:52:27.270Z Downloaded shlex v1.3.0
10632026-03-18T21:52:27.273Z Downloaded termtree v0.5.1
10642026-03-18T21:52:27.273Z Downloaded tabled_derive v0.11.0
10652026-03-18T21:52:27.274Z Downloaded p256 v0.13.2
10662026-03-18T21:52:27.276Z Downloaded progenitor-impl v0.13.0
10672026-03-18T21:52:27.280Z Downloaded progenitor-impl v0.11.2
10682026-03-18T21:52:27.283Z Downloaded hashbrown v0.13.2
10692026-03-18T21:52:27.287Z Downloaded serde_with_macros v3.17.0
10702026-03-18T21:52:27.287Z Downloaded spki v0.7.3
10712026-03-18T21:52:27.290Z Downloaded string_cache v0.8.9
10722026-03-18T21:52:27.290Z Downloaded serde_cbor v0.11.2
10732026-03-18T21:52:27.293Z Downloaded thiserror-impl-no-std v2.0.2
10742026-03-18T21:52:27.296Z Downloaded stringprep v0.1.5
10752026-03-18T21:52:27.296Z Downloaded static_assertions v1.1.0
10762026-03-18T21:52:27.299Z Downloaded ron v0.8.1
10772026-03-18T21:52:27.301Z Downloaded tinyvec_macros v0.1.1
10782026-03-18T21:52:27.302Z Downloaded stacker v0.1.23
10792026-03-18T21:52:27.308Z Downloaded hickory-server v0.25.2
10802026-03-18T21:52:27.311Z Downloaded strum_macros v0.24.3
10812026-03-18T21:52:27.314Z Downloaded strum_macros v0.26.4
10822026-03-18T21:52:27.318Z Downloaded rustls-platform-verifier v0.6.2
10832026-03-18T21:52:27.329Z Downloaded mio v1.1.1
10842026-03-18T21:52:27.334Z Downloaded rayon-core v1.13.0
10852026-03-18T21:52:27.338Z Downloaded termios v0.3.3
10862026-03-18T21:52:27.341Z Downloaded support-bundle-viewer v0.1.2
10872026-03-18T21:52:27.341Z Downloaded slog-term v2.9.2
10882026-03-18T21:52:27.344Z Downloaded thiserror-no-std v2.0.2
10892026-03-18T21:52:27.349Z Downloaded snafu-derive v0.8.9
10902026-03-18T21:52:27.352Z Downloaded tower-service v0.3.3
10912026-03-18T21:52:27.352Z Downloaded tower-layer v0.3.3
10922026-03-18T21:52:27.355Z Downloaded publicsuffix v2.3.0
10932026-03-18T21:52:27.355Z Downloaded crossterm v0.29.0
10942026-03-18T21:52:27.361Z Downloaded hashbrown v0.15.5
10952026-03-18T21:52:27.365Z Downloaded thread_local v1.1.9
10962026-03-18T21:52:27.368Z Downloaded testing_table v0.3.0
10972026-03-18T21:52:27.368Z Downloaded spin v0.9.8
10982026-03-18T21:52:27.372Z Downloaded rand v0.8.5
10992026-03-18T21:52:27.375Z Downloaded topological-sort v0.2.2
11002026-03-18T21:52:27.375Z Downloaded qorb v0.4.1
11012026-03-18T21:52:27.380Z Downloaded num-bigint v0.4.6
11022026-03-18T21:52:27.384Z Downloaded try-lock v0.2.5
11032026-03-18T21:52:27.387Z Downloaded trait-variant v0.1.2
11042026-03-18T21:52:27.387Z Downloaded tls_codec_derive v0.4.2
11052026-03-18T21:52:27.390Z Downloaded tls_codec v0.4.2
11062026-03-18T21:52:27.390Z Downloaded tiny-keccak v2.0.2
11072026-03-18T21:52:27.395Z Downloaded ryu v1.0.23
11082026-03-18T21:52:27.398Z Downloaded strum_macros v0.27.2
11092026-03-18T21:52:27.398Z Downloaded slog v2.8.2
11102026-03-18T21:52:27.401Z Downloaded tokio-dtrace v0.1.1
11112026-03-18T21:52:27.401Z Downloaded similar v2.7.0
11122026-03-18T21:52:27.404Z Downloaded unarray v0.1.4
11132026-03-18T21:52:27.409Z Downloaded itertools v0.10.5
11142026-03-18T21:52:27.414Z Downloaded typify-macro v0.4.3
11152026-03-18T21:52:27.417Z Downloaded unit-prefix v0.5.2
11162026-03-18T21:52:27.417Z Downloaded usdt v0.6.0
11172026-03-18T21:52:27.420Z Downloaded libxml v0.3.3
11182026-03-18T21:52:27.423Z Downloaded untrusted v0.9.0
11192026-03-18T21:52:27.423Z Downloaded unicode-truncate v1.1.0
11202026-03-18T21:52:27.426Z Downloaded tokio-native-tls v0.3.1
11212026-03-18T21:52:27.426Z Downloaded tokio-rustls v0.25.0
11222026-03-18T21:52:27.429Z Downloaded untrusted v0.7.1
11232026-03-18T21:52:27.429Z Downloaded universal-hash v0.5.1
11242026-03-18T21:52:27.433Z Downloaded tokio-macros v2.6.0
11252026-03-18T21:52:27.433Z Downloaded utf-8 v0.7.6
11262026-03-18T21:52:27.433Z Downloaded typify-macro v0.6.1
11272026-03-18T21:52:27.436Z Downloaded tokio-tungstenite v0.23.1
11282026-03-18T21:52:27.439Z Downloaded tokio-tungstenite v0.21.0
11292026-03-18T21:52:27.439Z Downloaded term v1.2.1
11302026-03-18T21:52:27.462Z Downloaded usdt-macro v0.6.0
11312026-03-18T21:52:27.462Z Downloaded time-macros v0.2.27
11322026-03-18T21:52:27.462Z Downloaded void v1.0.2
11332026-03-18T21:52:27.462Z Downloaded socket2 v0.5.10
11342026-03-18T21:52:27.462Z Downloaded usdt-attr-macro v0.6.0
11352026-03-18T21:52:27.462Z Downloaded socket2 v0.6.2
11362026-03-18T21:52:27.462Z Downloaded iri-string v0.7.10
11372026-03-18T21:52:27.467Z Downloaded rsa v0.9.10
11382026-03-18T21:52:27.471Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-03-18T21:52:27.475Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-03-18T21:52:27.475Z Downloaded wait-timeout v0.2.1
11412026-03-18T21:52:27.480Z Downloaded waitgroup v0.1.2
11422026-03-18T21:52:27.480Z Downloaded serde_yaml v0.9.34+deprecated
11432026-03-18T21:52:27.484Z Downloaded itertools v0.12.1
11442026-03-18T21:52:27.487Z Downloaded nom v7.1.3
11452026-03-18T21:52:27.490Z Downloaded rand v0.9.2
11462026-03-18T21:52:27.493Z Downloaded signal-hook v0.3.18
11472026-03-18T21:52:27.499Z Downloaded quinn v0.11.9
11482026-03-18T21:52:27.499Z Downloaded want v0.3.1
11492026-03-18T21:52:27.504Z Downloaded unicase v2.9.0
11502026-03-18T21:52:27.504Z Downloaded samael v0.0.19
11512026-03-18T21:52:27.508Z Downloaded rustls-webpki v0.103.9
11522026-03-18T21:52:27.508Z Downloaded tokio-rustls v0.24.1
11532026-03-18T21:52:27.513Z Downloaded subprocess v0.2.15
11542026-03-18T21:52:27.518Z Downloaded schemars v0.8.22
11552026-03-18T21:52:27.523Z Downloaded xshell-macros v0.2.7
11562026-03-18T21:52:27.533Z Downloaded xattr v1.6.1
11572026-03-18T21:52:27.533Z Downloaded schemars v1.2.1
11582026-03-18T21:52:27.537Z Downloaded uzers v0.12.2
11592026-03-18T21:52:27.541Z Downloaded zeroize_derive v1.4.3
11602026-03-18T21:52:27.542Z Downloaded usdt-impl v0.6.0
11612026-03-18T21:52:27.542Z Downloaded zone v0.3.1
11622026-03-18T21:52:27.547Z Downloaded test-strategy v0.4.5
11632026-03-18T21:52:27.547Z Downloaded tar v0.4.44
11642026-03-18T21:52:27.550Z Downloaded term v0.7.0
11652026-03-18T21:52:27.550Z Downloaded zone_cfg_derive v0.3.1
11662026-03-18T21:52:27.550Z Downloaded itertools v0.14.0
11672026-03-18T21:52:27.558Z Downloaded tracing-attributes v0.1.31
11682026-03-18T21:52:27.561Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-03-18T21:52:27.561Z Downloaded itertools v0.13.0
11702026-03-18T21:52:27.565Z Downloaded vsss-rs v3.3.4
11712026-03-18T21:52:27.568Z Downloaded tinyvec v1.10.0
11722026-03-18T21:52:27.572Z Downloaded vergen-lib v0.1.6
11732026-03-18T21:52:27.572Z Downloaded num-bigint-dig v0.8.6
11742026-03-18T21:52:27.575Z Downloaded tui-tree-widget v0.23.1
11752026-03-18T21:52:27.575Z Downloaded vergen-git2 v1.0.7
11762026-03-18T21:52:27.580Z Downloaded futures-util v0.3.32
11772026-03-18T21:52:27.588Z Downloaded walkdir v2.5.0
11782026-03-18T21:52:27.592Z Downloaded unicode-properties v0.1.4
11792026-03-18T21:52:27.592Z Downloaded hkdf v0.12.4
11802026-03-18T21:52:27.592Z Downloaded whoami v2.1.0
11812026-03-18T21:52:27.592Z Downloaded libm v0.2.16
11822026-03-18T21:52:27.600Z Downloaded xz2 v0.1.7
11832026-03-18T21:52:27.604Z Downloaded wyz v0.5.1
11842026-03-18T21:52:27.604Z Downloaded xshell v0.2.7
11852026-03-18T21:52:27.604Z Downloaded tokio-rustls v0.26.4
11862026-03-18T21:52:27.607Z Downloaded tokio-stream v0.1.18
11872026-03-18T21:52:27.611Z Downloaded schemars v0.9.0
11882026-03-18T21:52:27.617Z Downloaded zeroize v1.8.2
11892026-03-18T21:52:27.620Z Downloaded toml v0.9.12+spec-1.1.0
11902026-03-18T21:52:27.625Z Downloaded zstd v0.13.3
11912026-03-18T21:52:27.628Z Downloaded vergen v9.0.6
11922026-03-18T21:52:27.628Z Downloaded h2 v0.4.13
11932026-03-18T21:52:27.632Z Downloaded steno v0.4.1
11942026-03-18T21:52:27.636Z Downloaded zstd-safe v7.2.4
11952026-03-18T21:52:27.636Z Downloaded vergen-gitcl v1.0.8
11962026-03-18T21:52:27.639Z Downloaded tracing-core v0.1.36
11972026-03-18T21:52:27.639Z Downloaded rand v0.10.0
11982026-03-18T21:52:27.642Z Downloaded russh v0.45.0
11992026-03-18T21:52:27.646Z Downloaded typify v0.6.1
12002026-03-18T21:52:27.651Z Downloaded typify v0.4.3
12012026-03-18T21:52:27.655Z Downloaded tungstenite v0.21.0
12022026-03-18T21:52:27.655Z Downloaded unicode-bidi v0.3.18
12032026-03-18T21:52:27.658Z Downloaded tungstenite v0.23.0
12042026-03-18T21:52:27.667Z Downloaded rustyline v14.0.0
12052026-03-18T21:52:27.672Z Downloaded p521 v0.13.3
12062026-03-18T21:52:27.672Z Downloaded toml v0.7.8
12072026-03-18T21:52:27.672Z Downloaded snafu v0.8.9
12082026-03-18T21:52:27.676Z Downloaded zerocopy v0.6.6
12092026-03-18T21:52:27.677Z Downloaded unsafe-libyaml v0.2.11
12102026-03-18T21:52:27.679Z Downloaded blake3 v1.8.3
12112026-03-18T21:52:27.683Z Downloaded uuid v1.21.0
12122026-03-18T21:52:27.687Z Downloaded whoami v1.6.1
12132026-03-18T21:52:27.690Z Downloaded twox-hash v2.1.2
12142026-03-18T21:52:27.690Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-03-18T21:52:27.694Z Downloaded iddqd v0.3.17
12162026-03-18T21:52:27.697Z Downloaded vte v0.14.1
12172026-03-18T21:52:27.701Z Downloaded ron v0.12.0
12182026-03-18T21:52:27.706Z Downloaded ssh-key v0.6.7
12192026-03-18T21:52:27.712Z Downloaded hyper v1.8.1
12202026-03-18T21:52:27.734Z Downloaded yasna v0.5.2
12212026-03-18T21:52:27.742Z Downloaded toml_edit v0.19.15
12222026-03-18T21:52:27.756Z Downloaded zopfli v0.8.3
12232026-03-18T21:52:27.760Z Downloaded reedline v0.40.0
12242026-03-18T21:52:27.765Z Downloaded rpassword v7.4.0
12252026-03-18T21:52:27.777Z Downloaded reqwest v0.13.2
12262026-03-18T21:52:27.780Z Downloaded reqwest v0.12.28
12272026-03-18T21:52:27.785Z Downloaded yansi v1.0.1
12282026-03-18T21:52:27.788Z Downloaded unicode_categories v0.1.1
12292026-03-18T21:52:27.791Z Downloaded bitvec v1.0.1
12302026-03-18T21:52:27.801Z Downloaded zip v0.6.6
12312026-03-18T21:52:27.805Z Downloaded typed-path v0.9.3
12322026-03-18T21:52:27.808Z Downloaded tokio-postgres v0.7.16
12332026-03-18T21:52:27.811Z Downloaded portable-atomic v1.13.1
12342026-03-18T21:52:27.819Z Downloaded regex v1.12.3
12352026-03-18T21:52:27.823Z Downloaded p384 v0.13.1
12362026-03-18T21:52:27.826Z Downloaded rayon v1.11.0
12372026-03-18T21:52:27.832Z Downloaded aws-lc-rs v1.16.0
12382026-03-18T21:52:27.839Z Downloaded zerocopy-derive v0.8.40
12392026-03-18T21:52:27.847Z Downloaded salty v0.3.0
12402026-03-18T21:52:27.852Z Downloaded lalrpop v0.19.12
12412026-03-18T21:52:27.860Z Downloaded unicode-segmentation v1.12.0
12422026-03-18T21:52:27.863Z Downloaded chrono v0.4.44
12432026-03-18T21:52:27.867Z Downloaded quick-xml v0.37.5
12442026-03-18T21:52:27.874Z Downloaded tower v0.5.3
12452026-03-18T21:52:27.879Z Downloaded rustls-webpki v0.101.7
12462026-03-18T21:52:27.889Z Downloaded unicode-normalization v0.1.25
12472026-03-18T21:52:27.892Z Downloaded tower-http v0.6.8
12482026-03-18T21:52:27.898Z Downloaded bindgen v0.71.1
12492026-03-18T21:52:27.903Z Downloaded git2 v0.20.4
12502026-03-18T21:52:27.910Z Downloaded tough v0.20.0
12512026-03-18T21:52:27.916Z Downloaded x509-cert v0.2.5
12522026-03-18T21:52:27.920Z Downloaded moka v0.12.13
12532026-03-18T21:52:27.926Z Downloaded zip v4.6.1
12542026-03-18T21:52:27.930Z Downloaded tokio-util v0.7.18
12552026-03-18T21:52:27.936Z Downloaded object v0.30.4
12562026-03-18T21:52:27.959Z Downloaded quinn-proto v0.11.13
12572026-03-18T21:52:27.965Z Downloaded rustls-webpki v0.102.8
12582026-03-18T21:52:27.977Z Downloaded nix v0.27.1
12592026-03-18T21:52:27.985Z Downloaded petname v2.0.2
12602026-03-18T21:52:27.989Z Downloaded goblin v0.10.5
12612026-03-18T21:52:27.994Z Downloaded radix_trie v0.2.1
12622026-03-18T21:52:27.999Z Downloaded openssl v0.10.75
12632026-03-18T21:52:28.006Z Downloaded proptest v1.10.0
12642026-03-18T21:52:28.023Z Downloaded serde_with v3.17.0
12652026-03-18T21:52:28.043Z Downloaded bstr v1.12.1
12662026-03-18T21:52:28.052Z Downloaded regex-syntax v0.6.29
12672026-03-18T21:52:28.055Z Downloaded winnow v0.6.26
12682026-03-18T21:52:28.063Z Downloaded zlib-rs v0.6.2
12692026-03-18T21:52:28.067Z Downloaded winnow v0.5.40
12702026-03-18T21:52:28.075Z Downloaded polar-core v0.27.3
12712026-03-18T21:52:28.081Z Downloaded webpki-roots v1.0.6
12722026-03-18T21:52:28.084Z Downloaded curve25519-dalek v4.1.3
12732026-03-18T21:52:28.091Z Downloaded object v0.37.3
12742026-03-18T21:52:28.102Z Downloaded openapiv3 v2.2.0
12752026-03-18T21:52:28.119Z Downloaded rustls v0.23.37
12762026-03-18T21:52:28.127Z Downloaded regex-syntax v0.8.10
12772026-03-18T21:52:28.133Z Downloaded tabled v0.20.0
12782026-03-18T21:52:28.146Z Downloaded nix v0.29.0
12792026-03-18T21:52:28.154Z Downloaded hickory-proto v0.25.2
12802026-03-18T21:52:28.167Z Downloaded rustls v0.21.12
12812026-03-18T21:52:28.174Z Downloaded nix v0.28.0
12822026-03-18T21:52:28.183Z Downloaded time v0.3.47
12832026-03-18T21:52:28.193Z Downloaded dropshot v0.16.7
12842026-03-18T21:52:28.211Z Downloaded vcpkg v0.2.15
12852026-03-18T21:52:28.243Z Downloaded smoltcp v0.9.1
12862026-03-18T21:52:28.249Z Downloaded hickory-proto v0.24.4
12872026-03-18T21:52:28.260Z Downloaded typify-impl v0.4.3
12882026-03-18T21:52:28.280Z Downloaded regress v0.10.5
12892026-03-18T21:52:28.285Z Downloaded zerocopy v0.8.40
12902026-03-18T21:52:28.288Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-03-18T21:52:28.296Z Downloaded smoltcp v0.11.0
12922026-03-18T21:52:28.304Z Downloaded diesel v2.3.7
12932026-03-18T21:52:28.324Z Downloaded rustls v0.22.4
12942026-03-18T21:52:28.331Z Downloaded rustix v0.38.44
12952026-03-18T21:52:28.347Z Downloaded sled v0.34.7
12962026-03-18T21:52:28.356Z Downloaded nix v0.31.1
12972026-03-18T21:52:28.374Z Downloaded chrono-tz v0.10.4
12982026-03-18T21:52:28.386Z Downloaded lzma-sys v0.1.20
12992026-03-18T21:52:28.418Z Downloaded sqlparser v0.61.0
13002026-03-18T21:52:28.446Z Downloaded tokio v1.49.0
13012026-03-18T21:52:28.476Z Downloaded typify-impl v0.6.1
13022026-03-18T21:52:28.495Z Downloaded tracing v0.1.44
13032026-03-18T21:52:28.529Z Downloaded ratatui v0.29.0
13042026-03-18T21:52:28.572Z Downloaded regex-automata v0.4.14
13052026-03-18T21:52:28.584Z Downloaded zerocopy-derive v0.6.6
13062026-03-18T21:52:28.614Z Downloaded petgraph v0.6.5
13072026-03-18T21:52:28.639Z Downloaded ring v0.17.14
13082026-03-18T21:52:28.680Z Downloaded jiff v0.2.21
13092026-03-18T21:52:28.696Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-03-18T21:52:28.739Z Downloaded petgraph v0.8.3
13112026-03-18T21:52:28.754Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-03-18T21:52:28.769Z Downloaded sha3 v0.10.8
13132026-03-18T21:52:28.772Z Downloaded csv v1.4.0
13142026-03-18T21:52:28.787Z Downloaded libz-sys v1.1.24
13152026-03-18T21:52:28.823Z Downloaded encoding_rs v0.8.35
13162026-03-18T21:52:29.394Z Downloaded aws-lc-sys v0.37.1
13172026-03-18T21:52:29.713Z Compiling libc v0.2.180
13182026-03-18T21:52:29.716Z Compiling serde v1.0.228
13192026-03-18T21:52:29.716Z Compiling log v0.4.29
13202026-03-18T21:52:29.716Z Compiling shlex v1.3.0
13212026-03-18T21:52:29.716Z Compiling find-msvc-tools v0.1.9
13222026-03-18T21:52:29.716Z Compiling smallvec v1.15.1
13232026-03-18T21:52:29.716Z Compiling typenum v1.19.0
13242026-03-18T21:52:29.717Z Compiling subtle v2.6.1
13252026-03-18T21:52:29.717Z Compiling generic-array v0.14.7
13262026-03-18T21:52:29.876Z Compiling scopeguard v1.2.0
13272026-03-18T21:52:29.880Z Compiling portable-atomic v1.13.1
13282026-03-18T21:52:30.001Z Compiling const-oid v0.9.6
13292026-03-18T21:52:30.004Z Compiling critical-section v1.2.0
13302026-03-18T21:52:30.051Z Compiling syn v2.0.117
13312026-03-18T21:52:30.070Z Compiling zerocopy v0.8.40
13322026-03-18T21:52:30.113Z Compiling parking_lot_core v0.9.12
13332026-03-18T21:52:30.177Z Compiling lock_api v0.4.14
13342026-03-18T21:52:30.202Z Compiling pin-project-lite v0.2.17
13352026-03-18T21:52:30.225Z Compiling serde_json v1.0.149
13362026-03-18T21:52:30.250Z Compiling pkg-config v0.3.32
13372026-03-18T21:52:30.250Z Compiling bitflags v2.11.0
13382026-03-18T21:52:30.253Z Compiling libm v0.2.16
13392026-03-18T21:52:30.362Z Compiling num-traits v0.2.19
13402026-03-18T21:52:30.368Z Compiling futures-core v0.3.32
13412026-03-18T21:52:30.408Z Compiling percent-encoding v2.3.2
13422026-03-18T21:52:30.454Z Compiling allocator-api2 v0.2.21
13432026-03-18T21:52:30.567Z Compiling futures-sink v0.3.32
13442026-03-18T21:52:30.570Z Compiling cpufeatures v0.2.17
13452026-03-18T21:52:30.686Z Compiling foldhash v0.2.0
13462026-03-18T21:52:30.690Z Compiling slab v0.4.12
13472026-03-18T21:52:30.690Z Compiling futures-channel v0.3.32
13482026-03-18T21:52:30.772Z Compiling futures-task v0.3.32
13492026-03-18T21:52:30.776Z Compiling futures-io v0.3.32
13502026-03-18T21:52:30.906Z Compiling hashbrown v0.16.1
13512026-03-18T21:52:30.929Z Compiling getrandom v0.4.1
13522026-03-18T21:52:30.932Z Compiling getrandom v0.3.4
13532026-03-18T21:52:30.994Z Compiling rustversion v1.0.22
13542026-03-18T21:52:30.998Z Compiling rand_core v0.10.0
13552026-03-18T21:52:31.047Z Compiling form_urlencoded v1.2.2
13562026-03-18T21:52:31.047Z Compiling ident_case v1.0.1
13572026-03-18T21:52:31.050Z Compiling dunce v1.0.5
13582026-03-18T21:52:31.113Z Compiling base64ct v1.8.3
13592026-03-18T21:52:31.222Z Compiling getrandom v0.2.17
13602026-03-18T21:52:31.244Z Compiling jobserver v0.1.34
13612026-03-18T21:52:31.248Z Compiling errno v0.3.14
13622026-03-18T21:52:31.312Z Compiling mio v1.1.1
13632026-03-18T21:52:31.349Z Compiling socket2 v0.6.2
13642026-03-18T21:52:31.430Z Compiling rand_core v0.6.4
13652026-03-18T21:52:31.467Z Compiling signal-hook-registry v1.4.8
13662026-03-18T21:52:31.539Z Compiling cc v1.2.56
13672026-03-18T21:52:31.567Z Compiling once_cell v1.21.3
13682026-03-18T21:52:31.593Z Compiling parking_lot v0.12.5
13692026-03-18T21:52:31.684Z Compiling indexmap v2.13.0
13702026-03-18T21:52:31.762Z Compiling fs_extra v1.3.0
13712026-03-18T21:52:31.786Z Compiling pem-rfc7468 v0.7.0
13722026-03-18T21:52:31.812Z Compiling flagset v0.4.7
13732026-03-18T21:52:31.834Z Compiling iana-time-zone v0.1.65
13742026-03-18T21:52:31.866Z Compiling rustix v1.1.3
13752026-03-18T21:52:31.889Z Compiling uuid v1.21.0
13762026-03-18T21:52:31.941Z Compiling rustc_version v0.4.1
13772026-03-18T21:52:32.003Z Compiling vcpkg v0.2.15
13782026-03-18T21:52:32.122Z Compiling aws-lc-rs v1.16.0
13792026-03-18T21:52:32.139Z Compiling regex-syntax v0.8.10
13802026-03-18T21:52:32.161Z Compiling tracing-core v0.1.36
13812026-03-18T21:52:32.227Z Compiling rand_core v0.9.5
13822026-03-18T21:52:32.270Z Compiling crossbeam-utils v0.8.21
13832026-03-18T21:52:32.344Z Compiling untrusted v0.7.1
13842026-03-18T21:52:32.406Z Compiling openssl-probe v0.2.1
13852026-03-18T21:52:32.469Z Compiling base64 v0.22.1
13862026-03-18T21:52:32.518Z Compiling untrusted v0.9.0
13872026-03-18T21:52:32.540Z Compiling httparse v1.10.1
13882026-03-18T21:52:32.570Z Compiling schemars v0.8.22
13892026-03-18T21:52:32.605Z Compiling cmake v0.1.57
13902026-03-18T21:52:32.637Z Compiling syn v1.0.109
13912026-03-18T21:52:32.663Z Compiling try-lock v0.2.5
13922026-03-18T21:52:32.732Z Compiling atomic-waker v1.1.2
13932026-03-18T21:52:32.817Z Compiling tinyvec_macros v0.1.1
13942026-03-18T21:52:32.840Z Compiling tower-layer v0.3.3
13952026-03-18T21:52:32.891Z Compiling rustls v0.23.37
13962026-03-18T21:52:32.914Z Compiling dyn-clone v1.0.20
13972026-03-18T21:52:32.938Z Compiling tower-service v0.3.3
13982026-03-18T21:52:32.941Z Compiling tinyvec v1.10.0
13992026-03-18T21:52:32.987Z Compiling want v0.3.1
14002026-03-18T21:52:33.037Z Compiling spin v0.9.8
14012026-03-18T21:52:33.063Z Compiling aho-corasick v1.1.4
14022026-03-18T21:52:33.089Z Compiling time-core v0.1.8
14032026-03-18T21:52:33.093Z Compiling openssl v0.10.75
14042026-03-18T21:52:33.179Z Compiling pin-utils v0.1.0
14052026-03-18T21:52:33.182Z Compiling httpdate v1.0.3
14062026-03-18T21:52:33.183Z Compiling crc32fast v1.5.0
14072026-03-18T21:52:33.251Z Compiling num-conv v0.2.0
14082026-03-18T21:52:33.300Z Compiling foreign-types-shared v0.1.1
14092026-03-18T21:52:33.304Z Compiling powerfmt v0.2.0
14102026-03-18T21:52:33.346Z Compiling wait-timeout v0.2.1
14112026-03-18T21:52:33.446Z Compiling foreign-types v0.3.2
14122026-03-18T21:52:33.470Z Compiling bit-vec v0.8.0
14132026-03-18T21:52:33.470Z Compiling native-tls v0.2.18
14142026-03-18T21:52:33.517Z Compiling time-macros v0.2.27
14152026-03-18T21:52:33.517Z Compiling num_threads v0.1.7
14162026-03-18T21:52:33.564Z Compiling deranged v0.5.8
14172026-03-18T21:52:33.564Z Compiling usdt-impl v0.6.0
14182026-03-18T21:52:33.567Z Compiling quick-error v1.2.3
14192026-03-18T21:52:33.635Z Compiling siphasher v1.0.2
14202026-03-18T21:52:33.682Z Compiling simd-adler32 v0.3.8
14212026-03-18T21:52:33.710Z Compiling either v1.15.0
14222026-03-18T21:52:33.734Z Compiling bit-set v0.8.0
14232026-03-18T21:52:33.780Z Compiling unicode-normalization v0.1.25
14242026-03-18T21:52:33.801Z Compiling crossbeam-epoch v0.9.18
14252026-03-18T21:52:33.827Z Compiling aws-lc-sys v0.37.1
14262026-03-18T21:52:33.895Z Compiling ring v0.17.14
14272026-03-18T21:52:33.933Z Compiling openssl-sys v0.9.111
14282026-03-18T21:52:33.967Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-18T21:52:33.998Z Compiling tempfile v3.25.0
14302026-03-18T21:52:34.042Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-03-18T21:52:34.070Z Compiling rand_xorshift v0.4.0
14322026-03-18T21:52:34.298Z Compiling synstructure v0.13.2
14332026-03-18T21:52:34.298Z Compiling pest_generator v2.8.6
14342026-03-18T21:52:34.435Z Compiling serde_derive_internals v0.29.1
14352026-03-18T21:52:34.459Z Compiling darling_core v0.20.11
14362026-03-18T21:52:34.459Z Compiling regex-automata v0.4.14
14372026-03-18T21:52:34.561Z Compiling rusty-fork v0.3.1
14382026-03-18T21:52:35.025Z Compiling darling_core v0.21.3
14392026-03-18T21:52:35.052Z Compiling slog v2.8.2
14402026-03-18T21:52:35.076Z Compiling time v0.3.47
14412026-03-18T21:52:35.169Z Compiling heapless v0.7.17
14422026-03-18T21:52:35.314Z Compiling thread-id v5.1.0
14432026-03-18T21:52:35.333Z Compiling sync_wrapper v1.0.2
14442026-03-18T21:52:35.446Z Compiling cookie v0.18.1
14452026-03-18T21:52:35.482Z Compiling unicode-segmentation v1.12.0
14462026-03-18T21:52:35.506Z Compiling adler2 v2.0.1
14472026-03-18T21:52:35.530Z Compiling unicode-properties v0.1.4
14482026-03-18T21:52:35.554Z Compiling anyhow v1.0.102
14492026-03-18T21:52:35.557Z Compiling unicode-bidi v0.3.18
14502026-03-18T21:52:35.681Z Compiling rayon-core v1.13.0
14512026-03-18T21:52:35.791Z Compiling paste v1.0.15
14522026-03-18T21:52:35.805Z Compiling zstd-safe v7.2.4
14532026-03-18T21:52:35.830Z Compiling signal-hook v0.3.18
14542026-03-18T21:52:35.925Z Compiling unarray v0.1.4
14552026-03-18T21:52:36.025Z Compiling stringprep v0.1.5
14562026-03-18T21:52:36.096Z Compiling miniz_oxide v0.8.9
14572026-03-18T21:52:36.233Z Compiling crossbeam-deque v0.8.6
14582026-03-18T21:52:36.257Z Compiling num-integer v0.1.46
14592026-03-18T21:52:36.282Z Compiling vergen-lib v0.1.6
14602026-03-18T21:52:36.332Z Compiling curve25519-dalek v4.1.3
14612026-03-18T21:52:36.496Z Compiling ff v0.13.1
14622026-03-18T21:52:36.527Z Compiling hash32 v0.2.1
14632026-03-18T21:52:36.636Z Compiling memoffset v0.9.1
14642026-03-18T21:52:36.681Z Compiling ref-cast v1.0.25
14652026-03-18T21:52:36.713Z Compiling rustix v0.38.44
14662026-03-18T21:52:36.770Z Compiling iri-string v0.7.10
14672026-03-18T21:52:36.795Z Compiling litrs v1.0.0
14682026-03-18T21:52:36.898Z Compiling num-bigint-dig v0.8.6
14692026-03-18T21:52:36.933Z Compiling smoltcp v0.9.1
14702026-03-18T21:52:36.956Z Compiling serde_derive v1.0.228
14712026-03-18T21:52:36.987Z Compiling zeroize_derive v1.4.3
14722026-03-18T21:52:37.108Z Compiling zerofrom-derive v0.1.6
14732026-03-18T21:52:37.151Z Compiling yoke-derive v0.8.1
14742026-03-18T21:52:37.184Z Compiling zerocopy-derive v0.8.40
14752026-03-18T21:52:37.331Z Compiling zerovec-derive v0.11.2
14762026-03-18T21:52:37.385Z Compiling displaydoc v0.2.5
14772026-03-18T21:52:37.505Z Compiling tokio-macros v2.6.0
14782026-03-18T21:52:37.824Z Compiling futures-macro v0.3.32
14792026-03-18T21:52:37.883Z Compiling zeroize v1.8.2
14802026-03-18T21:52:38.405Z Compiling der_derive v0.7.3
14812026-03-18T21:52:38.503Z Compiling thiserror-impl v2.0.18
14822026-03-18T21:52:38.670Z Compiling rustls-pki-types v1.14.0
14832026-03-18T21:52:38.692Z Compiling tracing-attributes v0.1.31
14842026-03-18T21:52:38.885Z Compiling schemars_derive v0.8.22
14852026-03-18T21:52:38.923Z Compiling crypto-common v0.1.7
14862026-03-18T21:52:38.995Z Compiling block-buffer v0.10.4
14872026-03-18T21:52:39.020Z Compiling futures-util v0.3.32
14882026-03-18T21:52:39.062Z Compiling block-padding v0.3.3
14892026-03-18T21:52:39.114Z Compiling zerofrom v0.1.6
14902026-03-18T21:52:39.140Z Compiling pest_derive v2.8.6
14912026-03-18T21:52:39.271Z Compiling digest v0.10.7
14922026-03-18T21:52:39.326Z Compiling yoke v0.8.1
14932026-03-18T21:52:39.348Z Compiling inout v0.1.4
14942026-03-18T21:52:39.400Z Compiling scroll_derive v0.13.1
14952026-03-18T21:52:39.594Z Compiling zerovec v0.11.5
14962026-03-18T21:52:39.620Z Compiling zerotrie v0.2.3
14972026-03-18T21:52:39.640Z Compiling hmac v0.12.1
14982026-03-18T21:52:39.771Z Compiling sha2 v0.10.9
14992026-03-18T21:52:39.833Z Compiling cipher v0.4.4
15002026-03-18T21:52:39.871Z Compiling der v0.7.10
15012026-03-18T21:52:40.041Z Compiling pbkdf2 v0.12.2
15022026-03-18T21:52:40.185Z Compiling salsa20 v0.10.2
15032026-03-18T21:52:40.209Z Compiling aes v0.8.4
15042026-03-18T21:52:40.311Z Compiling tinystr v0.8.2
15052026-03-18T21:52:40.383Z Compiling potential_utf v0.1.4
15062026-03-18T21:52:40.454Z Compiling thiserror v2.0.18
15072026-03-18T21:52:40.512Z Compiling scrypt v0.11.0
15082026-03-18T21:52:40.548Z Compiling icu_locale_core v2.1.1
15092026-03-18T21:52:40.606Z Compiling icu_collections v2.1.1
15102026-03-18T21:52:40.654Z Compiling cbc v0.1.2
15112026-03-18T21:52:40.662Z Compiling scroll v0.13.0
15122026-03-18T21:52:40.699Z Compiling tracing v0.1.44
15132026-03-18T21:52:40.706Z Compiling darling_macro v0.20.11
15142026-03-18T21:52:40.883Z Compiling thiserror-impl v1.0.69
15152026-03-18T21:52:40.891Z Compiling openssl-macros v0.1.1
15162026-03-18T21:52:41.055Z Compiling spki v0.7.3
15172026-03-18T21:52:41.080Z Compiling goblin v0.10.5
15182026-03-18T21:52:41.281Z Compiling pkcs5 v0.7.1
15192026-03-18T21:52:41.341Z Compiling dtrace-parser v0.3.0
15202026-03-18T21:52:41.373Z Compiling darling v0.20.11
15212026-03-18T21:52:41.431Z Compiling icu_provider v2.1.1
15222026-03-18T21:52:41.493Z Compiling derive_builder_core v0.20.2
15232026-03-18T21:52:41.615Z Compiling signature v2.2.0
15242026-03-18T21:52:41.650Z Compiling rustls-native-certs v0.8.3
15252026-03-18T21:52:41.673Z Compiling scroll_derive v0.12.1
15262026-03-18T21:52:41.834Z Compiling bytes v1.11.1
15272026-03-18T21:52:41.857Z Compiling icu_properties v2.1.2
15282026-03-18T21:52:41.860Z Compiling icu_normalizer v2.1.1
15292026-03-18T21:52:41.905Z Compiling chrono v0.4.44
15302026-03-18T21:52:41.950Z Compiling pkcs8 v0.10.2
15312026-03-18T21:52:42.043Z Compiling ipnet v2.11.0
15322026-03-18T21:52:42.357Z Compiling serde_spanned v0.6.9
15332026-03-18T21:52:42.379Z Compiling erased-serde v0.3.31
15342026-03-18T21:52:42.406Z Compiling serde_tokenstream v0.2.3
15352026-03-18T21:52:42.556Z Compiling tokio v1.49.0
15362026-03-18T21:52:42.579Z Compiling http v1.4.0
15372026-03-18T21:52:42.633Z Compiling thiserror v1.0.69
15382026-03-18T21:52:42.656Z Compiling scroll v0.12.0
15392026-03-18T21:52:42.705Z Compiling toml_datetime v0.6.11
15402026-03-18T21:52:42.734Z Compiling derive_builder_macro v0.20.2
15412026-03-18T21:52:42.757Z Compiling md-5 v0.10.6
15422026-03-18T21:52:42.784Z Compiling webpki-roots v1.0.6
15432026-03-18T21:52:42.835Z Compiling darling_macro v0.21.3
15442026-03-18T21:52:42.953Z Compiling zerocopy-derive v0.7.35
15452026-03-18T21:52:42.980Z Compiling cfg_aliases v0.2.1
15462026-03-18T21:52:43.032Z Compiling base16ct v0.2.0
15472026-03-18T21:52:43.066Z Compiling psl-types v2.0.11
15482026-03-18T21:52:43.100Z Compiling idna_adapter v1.2.1
15492026-03-18T21:52:43.122Z Compiling ryu v1.0.23
15502026-03-18T21:52:43.239Z Compiling idna v1.1.0
15512026-03-18T21:52:43.279Z Compiling zlib-rs v0.6.2
15522026-03-18T21:52:43.282Z Compiling fallible-iterator v0.2.0
15532026-03-18T21:52:43.381Z Compiling derive_builder v0.20.2
15542026-03-18T21:52:43.412Z Compiling serde_urlencoded v0.7.1
15552026-03-18T21:52:43.440Z Compiling sec1 v0.7.3
15562026-03-18T21:52:43.488Z Compiling http-body v1.0.1
15572026-03-18T21:52:43.516Z Compiling darling v0.21.3
15582026-03-18T21:52:43.561Z Compiling ppv-lite86 v0.2.21
15592026-03-18T21:52:43.638Z Compiling url v2.5.8
15602026-03-18T21:52:43.707Z Compiling http-body-util v0.1.3
15612026-03-18T21:52:43.742Z Compiling publicsuffix v2.3.0
15622026-03-18T21:52:43.802Z Compiling nix v0.31.1
15632026-03-18T21:52:43.863Z Compiling goblin v0.8.2
15642026-03-18T21:52:43.882Z Compiling cargo-platform v0.1.9
15652026-03-18T21:52:43.974Z Compiling rand_chacha v0.9.0
15662026-03-18T21:52:44.032Z Compiling rand_chacha v0.3.1
15672026-03-18T21:52:44.055Z Compiling hkdf v0.12.4
15682026-03-18T21:52:44.078Z Compiling hubpack_derive v0.1.1
15692026-03-18T21:52:44.146Z Compiling zerocopy v0.7.35
15702026-03-18T21:52:44.213Z Compiling crypto-bigint v0.5.5
15712026-03-18T21:52:44.330Z Compiling rand v0.9.2
15722026-03-18T21:52:44.378Z Compiling rand v0.8.5
15732026-03-18T21:52:44.413Z Compiling regex v1.12.3
15742026-03-18T21:52:44.742Z Compiling document-features v0.2.12
15752026-03-18T21:52:44.967Z Compiling dof v0.4.0
15762026-03-18T21:52:45.139Z Compiling proptest v1.10.0
15772026-03-18T21:52:45.139Z Compiling postgres-protocol v0.6.10
15782026-03-18T21:52:45.183Z Compiling async-trait v0.1.89
15792026-03-18T21:52:45.322Z Compiling strum_macros v0.27.2
15802026-03-18T21:52:45.417Z Compiling ipnetwork v0.21.1
15812026-03-18T21:52:45.536Z Compiling daft-derive v0.1.5
15822026-03-18T21:52:45.556Z Compiling ref-cast-impl v1.0.25
15832026-03-18T21:52:45.759Z Compiling oxnet v0.1.4
15842026-03-18T21:52:45.934Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-18T21:52:46.398Z Compiling group v0.13.0
15862026-03-18T21:52:46.549Z Compiling num-iter v0.1.45
15872026-03-18T21:52:46.701Z Compiling proc-macro-error v1.0.4
15882026-03-18T21:52:46.895Z Compiling heck v0.4.1
15892026-03-18T21:52:46.931Z Compiling terminal_size v0.4.3
15902026-03-18T21:52:46.975Z Compiling phf_shared v0.13.1
15912026-03-18T21:52:47.113Z Compiling lazy_static v1.5.0
15922026-03-18T21:52:47.116Z Compiling vergen v9.0.6
15932026-03-18T21:52:47.213Z Compiling fs-err v3.3.0
15942026-03-18T21:52:47.216Z Compiling ahash v0.8.12
15952026-03-18T21:52:47.264Z Compiling managed v0.8.0
15962026-03-18T21:52:47.268Z Compiling foldhash v0.1.5
15972026-03-18T21:52:47.268Z Compiling libbz2-rs-sys v0.2.2
15982026-03-18T21:52:47.268Z Compiling bumpalo v3.20.2
15992026-03-18T21:52:47.353Z Compiling winnow v0.5.40
16002026-03-18T21:52:47.380Z Compiling bitflags v1.3.2
16012026-03-18T21:52:47.427Z Compiling object v0.37.3
16022026-03-18T21:52:47.475Z Compiling flate2 v1.1.9
16032026-03-18T21:52:47.526Z Compiling hashbrown v0.15.5
16042026-03-18T21:52:47.622Z Compiling zopfli v0.8.3
16052026-03-18T21:52:47.669Z Compiling clap_builder v4.5.60
16062026-03-18T21:52:47.672Z Compiling usdt-macro v0.6.0
16072026-03-18T21:52:47.717Z Compiling usdt-attr-macro v0.6.0
16082026-03-18T21:52:47.802Z Compiling tokio-util v0.7.18
16092026-03-18T21:52:47.996Z Compiling tower v0.5.3
16102026-03-18T21:52:48.076Z Compiling tokio-native-tls v0.3.1
16112026-03-18T21:52:48.115Z Compiling strum v0.27.2
16122026-03-18T21:52:48.232Z Compiling bzip2 v0.6.1
16132026-03-18T21:52:48.322Z Compiling console v0.16.2
16142026-03-18T21:52:48.325Z Compiling phf v0.13.1
16152026-03-18T21:52:48.519Z Compiling newtype-uuid v1.3.2
16162026-03-18T21:52:48.547Z Compiling tower-http v0.6.8
16172026-03-18T21:52:48.575Z Compiling zone_cfg_derive v0.3.1
16182026-03-18T21:52:48.665Z Compiling rayon v1.11.0
16192026-03-18T21:52:48.692Z Compiling signal-hook-mio v0.2.5
16202026-03-18T21:52:48.716Z Compiling dof v0.3.0
16212026-03-18T21:52:48.823Z Compiling h2 v0.4.13
16222026-03-18T21:52:48.850Z Compiling daft v0.1.5
16232026-03-18T21:52:48.974Z Compiling cargo_metadata v0.19.2
16242026-03-18T21:52:49.142Z Compiling elliptic-curve v0.13.8
16252026-03-18T21:52:49.300Z Compiling toml_edit v0.19.15
16262026-03-18T21:52:49.327Z Compiling cookie_store v0.22.1
16272026-03-18T21:52:49.501Z Compiling postgres-types v0.2.12
16282026-03-18T21:52:49.523Z Compiling bzip2 v0.4.4
16292026-03-18T21:52:49.708Z Compiling hubpack v0.1.2
16302026-03-18T21:52:49.812Z Compiling zstd v0.13.3
16312026-03-18T21:52:49.834Z Compiling serde_with_macros v3.17.0
16322026-03-18T21:52:50.018Z Compiling dtrace-parser v0.2.0
16332026-03-18T21:52:50.186Z Compiling pkcs1 v0.7.5
16342026-03-18T21:52:50.248Z Compiling ed25519 v2.2.3
16352026-03-18T21:52:50.326Z Compiling serde-big-array v0.5.1
16362026-03-18T21:52:50.526Z Compiling hex v0.4.3
16372026-03-18T21:52:50.727Z Compiling rfc6979 v0.4.0
16382026-03-18T21:52:50.761Z Compiling bstr v1.12.1
16392026-03-18T21:52:50.905Z Compiling enum-as-inner v0.6.1
16402026-03-18T21:52:50.921Z Compiling clap_derive v4.5.55
16412026-03-18T21:52:50.953Z Compiling strum_macros v0.26.4
16422026-03-18T21:52:51.107Z Compiling serde_repr v0.1.20
16432026-03-18T21:52:51.209Z Compiling itertools v0.12.1
16442026-03-18T21:52:51.268Z Compiling phf_shared v0.11.3
16452026-03-18T21:52:51.399Z Compiling float-cmp v0.10.0
16462026-03-18T21:52:51.431Z Compiling memmap2 v0.9.10
16472026-03-18T21:52:51.540Z Compiling thread-id v4.2.2
16482026-03-18T21:52:51.585Z Compiling env_filter v1.0.0
16492026-03-18T21:52:51.608Z Compiling encoding_rs v0.8.35
16502026-03-18T21:52:51.662Z Compiling data-encoding v2.10.0
16512026-03-18T21:52:51.690Z Compiling new_debug_unreachable v1.0.6
16522026-03-18T21:52:51.737Z Compiling difflib v0.4.0
16532026-03-18T21:52:51.797Z Compiling mime v0.3.17
16542026-03-18T21:52:51.840Z Compiling jiff v0.2.21
16552026-03-18T21:52:52.012Z Compiling unit-prefix v0.5.2
16562026-03-18T21:52:52.125Z Compiling normalize-line-endings v0.3.0
16572026-03-18T21:52:52.161Z Compiling static_assertions v1.1.0
16582026-03-18T21:52:52.219Z Compiling predicates-core v1.0.10
16592026-03-18T21:52:52.265Z Compiling rustc-hash v2.1.1
16602026-03-18T21:52:52.265Z Compiling precomputed-hash v0.1.1
16612026-03-18T21:52:52.408Z Compiling fixedbitset v0.4.2
16622026-03-18T21:52:52.441Z Compiling keccak v0.1.6
16632026-03-18T21:52:52.476Z Compiling fixedbitset v0.5.7
16642026-03-18T21:52:52.535Z Compiling whoami v2.1.0
16652026-03-18T21:52:52.658Z Compiling sha3 v0.10.8
16662026-03-18T21:52:52.721Z Compiling petgraph v0.6.5
16672026-03-18T21:52:52.888Z Compiling tokio-postgres v0.7.16
16682026-03-18T21:52:52.914Z Compiling petgraph v0.8.3
16692026-03-18T21:52:53.064Z Compiling hyper v1.8.1
16702026-03-18T21:52:53.143Z Compiling zone v0.3.1
16712026-03-18T21:52:53.165Z Compiling iddqd v0.3.17
16722026-03-18T21:52:53.280Z Compiling predicates v3.1.4
16732026-03-18T21:52:53.390Z Compiling clap v4.5.60
16742026-03-18T21:52:53.416Z Compiling strum v0.26.3
16752026-03-18T21:52:53.507Z Compiling string_cache v0.8.9
16762026-03-18T21:52:53.578Z Compiling toml_edit v0.22.27
16772026-03-18T21:52:53.602Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-03-18T21:52:53.714Z Compiling indicatif v0.18.4
16792026-03-18T21:52:53.823Z Compiling hickory-proto v0.25.2
16802026-03-18T21:52:54.079Z Compiling env_logger v0.11.9
16812026-03-18T21:52:54.214Z Compiling usdt v0.6.0
16822026-03-18T21:52:54.406Z Compiling usdt-impl v0.5.0
16832026-03-18T21:52:54.583Z Compiling hyper-util v0.1.20
16842026-03-18T21:52:54.606Z Compiling serde_with v3.17.0
16852026-03-18T21:52:54.796Z Compiling similar v2.7.0
16862026-03-18T21:52:54.820Z Compiling toml v0.7.8
16872026-03-18T21:52:54.938Z Compiling ecdsa v0.16.9
16882026-03-18T21:52:55.244Z Compiling crossterm v0.28.1
16892026-03-18T21:52:55.305Z Compiling rsa v0.9.10
16902026-03-18T21:52:55.493Z Compiling ed25519-dalek v2.2.0
16912026-03-18T21:52:55.709Z Compiling zip v4.6.1
16922026-03-18T21:52:56.024Z Compiling zip v0.6.6
16932026-03-18T21:52:56.044Z Compiling tokio-stream v0.1.18
16942026-03-18T21:52:56.682Z Compiling hyper-tls v0.6.0
16952026-03-18T21:52:56.829Z Compiling buf-list v1.1.2
16962026-03-18T21:52:56.981Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-18T21:52:57.004Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-18T21:52:57.039Z Compiling openapiv3 v2.2.0
16992026-03-18T21:52:57.095Z Compiling x509-cert v0.2.5
17002026-03-18T21:52:57.130Z Compiling sha1 v0.10.6
17012026-03-18T21:52:57.209Z Compiling itertools v0.13.0
17022026-03-18T21:52:57.234Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-18T21:52:57.430Z Compiling peg-runtime v0.8.5
17042026-03-18T21:52:57.451Z Compiling lalrpop-util v0.19.12
17052026-03-18T21:52:57.555Z Compiling thread_local v1.1.9
17062026-03-18T21:52:57.576Z Compiling slog-async v2.8.0
17072026-03-18T21:52:57.643Z Compiling futures-executor v0.3.32
17082026-03-18T21:52:57.720Z Compiling crossbeam-channel v0.5.15
17092026-03-18T21:52:57.829Z Compiling is-terminal v0.4.17
17102026-03-18T21:52:57.870Z Compiling filetime v0.2.27
17112026-03-18T21:52:57.900Z Compiling term v1.2.1
17122026-03-18T21:52:57.926Z Compiling xattr v1.6.1
17132026-03-18T21:52:57.930Z Compiling take_mut v0.2.2
17142026-03-18T21:52:57.974Z Compiling futures v0.3.32
17152026-03-18T21:52:58.100Z Compiling tar v0.4.44
17162026-03-18T21:52:58.360Z Compiling slog-term v2.9.2
17172026-03-18T21:53:18.684Z Compiling rustls-webpki v0.103.9
17182026-03-18T21:53:22.747Z Compiling tokio-rustls v0.26.4
17192026-03-18T21:53:22.750Z Compiling rustls-platform-verifier v0.6.2
17202026-03-18T21:53:23.015Z Compiling hyper-rustls v0.27.7
17212026-03-18T21:53:23.273Z Compiling reqwest v0.12.28
17222026-03-18T21:53:23.273Z Compiling reqwest v0.13.2
17232026-03-18T21:53:26.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-18T21:53:26.393Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-18T21:53:30.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-18T21:53:30.381Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-18T21:53:30.444ZMar 18 21:53:30.035 INFO Starting download, target: TransceiverControl
17282026-03-18T21:53:30.445ZMar 18 21:53:30.036 INFO Starting download, target: Cockroach
17292026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Starting download, target: DendriteStub
17302026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Starting download, target: MaghemiteMgd
17312026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Starting download, target: Console
17322026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Starting download, target: Clickhouse
17332026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-18T21:53:30.448ZMar 18 21:53:30.036 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-18T21:53:30.754ZMar 18 21:53:30.336 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-18T21:53:31.105ZMar 18 21:53:30.679 INFO Download complete, target: TransceiverControl
17412026-03-18T21:53:31.535ZMar 18 21:53:31.124 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-18T21:53:31.943ZMar 18 21:53:31.532 INFO Download complete, target: Console
17432026-03-18T21:53:31.997ZMar 18 21:53:31.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-18T21:53:32.253ZMar 18 21:53:31.840 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-18T21:53:32.366ZMar 18 21:53:31.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-18T21:53:32.754ZMar 18 21:53:32.346 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-18T21:53:32.754ZMar 18 21:53:32.346 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-18T21:53:35.679ZMar 18 21:53:35.273 INFO Download complete, target: DendriteStub
17492026-03-18T21:53:35.945ZMar 18 21:53:35.538 INFO Download complete, target: MaghemiteMgd
17502026-03-18T21:53:40.608ZMar 18 21:53:40.201 INFO Checking that binary works, target: Cockroach
17512026-03-18T21:53:40.735ZMar 18 21:53:40.330 INFO Download complete, target: Cockroach
17522026-03-18T21:53:43.662ZMar 18 21:53:43.257 INFO Checking that binary works, target: Clickhouse
17532026-03-18T21:53:43.759ZMar 18 21:53:43.355 INFO Download complete, target: Clickhouse
17542026-03-18T21:53:43.765ZAll prerequisites installed successfully
17552026-03-18T21:53:43.768Z
17562026-03-18T21:53:43.768Zreal 7:07.879902103
17572026-03-18T21:53:43.768Zuser 10:27.642464354
17582026-03-18T21:53:43.768Zsys 2:08.429472007
17592026-03-18T21:53:43.768Ztrap 0.353242750
17602026-03-18T21:53:43.768Ztflt 1.133022191
17612026-03-18T21:53:43.768Zdflt 1.681993243
17622026-03-18T21:53:43.768Zkflt 0.047992479
17632026-03-18T21:53:43.768Zlock 32:03.717172836
17642026-03-18T21:53:43.768Zslp 32:16.680954098
17652026-03-18T21:53:43.768Zlat 31.966017658
17662026-03-18T21:53:43.768Zstop 4:34.381023277
17672026-03-18T21:53:43.768Z+ ptime -m cargo xtask download softnpu
17682026-03-18T21:53:44.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17692026-03-18T21:53:44.481Z Running `target/debug/xtask download softnpu`
17702026-03-18T21:53:45.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17712026-03-18T21:53:45.585Z Running `target/debug/xtask-downloader softnpu`
17722026-03-18T21:53:45.634ZMar 18 21:53:45.230 INFO Starting download, target: Softnpu
17732026-03-18T21:53:45.637ZMar 18 21:53:45.230 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-18T21:53:46.718ZMar 18 21:53:46.315 INFO Download complete, target: Softnpu
17752026-03-18T21:53:46.722Z
17762026-03-18T21:53:46.725Zreal 2.950523459
17772026-03-18T21:53:46.725Zuser 1.779401553
17782026-03-18T21:53:46.725Zsys 0.797419223
17792026-03-18T21:53:46.725Ztrap 0.000698768
17802026-03-18T21:53:46.725Ztflt 0.000283476
17812026-03-18T21:53:46.725Zdflt 0.000142231
17822026-03-18T21:53:46.725Zkflt 0.000000000
17832026-03-18T21:53:46.725Zlock 19.958912095
17842026-03-18T21:53:46.725Zslp 0.863313990
17852026-03-18T21:53:46.725Zlat 0.057512326
17862026-03-18T21:53:46.725Zstop 0.000191418
17872026-03-18T21:53:46.725Z+ export CARGO_INCREMENTAL=0
17882026-03-18T21:53:46.725Z+ CARGO_INCREMENTAL=0
17892026-03-18T21:53:46.725Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-18T21:53:47.930Z Compiling proc-macro2 v1.0.106
17912026-03-18T21:53:47.934Z Compiling quote v1.0.44
17922026-03-18T21:53:47.934Z Compiling unicode-ident v1.0.24
17932026-03-18T21:53:47.934Z Compiling libc v0.2.180
17942026-03-18T21:53:47.934Z Compiling serde_core v1.0.228
17952026-03-18T21:53:47.934Z Compiling serde v1.0.228
17962026-03-18T21:53:47.934Z Compiling cfg-if v1.0.4
17972026-03-18T21:53:47.934Z Compiling version_check v0.9.5
17982026-03-18T21:53:47.934Z Compiling find-msvc-tools v0.1.9
17992026-03-18T21:53:47.934Z Compiling shlex v1.3.0
18002026-03-18T21:53:47.935Z Compiling typenum v1.19.0
18012026-03-18T21:53:47.935Z Compiling portable-atomic v1.13.1
18022026-03-18T21:53:47.935Z Compiling memchr v2.8.0
18032026-03-18T21:53:48.097Z Compiling autocfg v1.5.0
18042026-03-18T21:53:48.100Z Compiling zmij v1.0.21
18052026-03-18T21:53:48.283Z Compiling serde_json v1.0.149
18062026-03-18T21:53:48.442Z Compiling zerocopy v0.8.40
18072026-03-18T21:53:48.492Z Compiling parking_lot_core v0.9.12
18082026-03-18T21:53:48.687Z Compiling libm v0.2.16
18092026-03-18T21:53:48.710Z Compiling generic-array v0.14.7
18102026-03-18T21:53:48.710Z Compiling smallvec v1.15.1
18112026-03-18T21:53:48.714Z Compiling icu_properties_data v2.1.2
18122026-03-18T21:53:48.856Z Compiling icu_normalizer_data v2.1.1
18132026-03-18T21:53:48.859Z Compiling num-traits v0.2.19
18142026-03-18T21:53:48.859Z Compiling itoa v1.0.17
18152026-03-18T21:53:48.954Z Compiling log v0.4.29
18162026-03-18T21:53:49.002Z Compiling getrandom v0.4.1
18172026-03-18T21:53:49.054Z Compiling pkg-config v0.3.32
18182026-03-18T21:53:49.127Z Compiling stable_deref_trait v1.2.1
18192026-03-18T21:53:49.197Z Compiling scopeguard v1.2.0
18202026-03-18T21:53:49.224Z Compiling subtle v2.6.1
18212026-03-18T21:53:49.358Z Compiling lock_api v0.4.14
18222026-03-18T21:53:49.361Z Compiling thiserror v2.0.18
18232026-03-18T21:53:49.361Z Compiling fnv v1.0.7
18242026-03-18T21:53:49.542Z Compiling getrandom v0.3.4
18252026-03-18T21:53:49.573Z Compiling jobserver v0.1.34
18262026-03-18T21:53:49.619Z Compiling getrandom v0.2.17
18272026-03-18T21:53:49.671Z Compiling errno v0.3.14
18282026-03-18T21:53:49.695Z Compiling pin-project-lite v0.2.17
18292026-03-18T21:53:49.833Z Compiling syn v2.0.117
18302026-03-18T21:53:49.857Z Compiling rand_core v0.6.4
18312026-03-18T21:53:49.907Z Compiling cc v1.2.56
18322026-03-18T21:53:49.986Z Compiling critical-section v1.2.0
18332026-03-18T21:53:50.113Z Compiling allocator-api2 v0.2.21
18342026-03-18T21:53:50.185Z Compiling equivalent v1.0.2
18352026-03-18T21:53:50.188Z Compiling rustversion v1.0.22
18362026-03-18T21:53:50.280Z Compiling foldhash v0.2.0
18372026-03-18T21:53:50.350Z Compiling dunce v1.0.5
18382026-03-18T21:53:50.371Z Compiling percent-encoding v2.3.2
18392026-03-18T21:53:50.473Z Compiling writeable v0.6.2
18402026-03-18T21:53:50.522Z Compiling litemap v0.8.1
18412026-03-18T21:53:50.545Z Compiling fs_extra v1.3.0
18422026-03-18T21:53:50.574Z Compiling hashbrown v0.16.1
18432026-03-18T21:53:50.601Z Compiling once_cell v1.21.3
18442026-03-18T21:53:50.813Z Compiling const-oid v0.9.6
18452026-03-18T21:53:50.886Z Compiling cmake v0.1.57
18462026-03-18T21:53:50.938Z Compiling signal-hook-registry v1.4.8
18472026-03-18T21:53:50.987Z Compiling rustix v1.1.3
18482026-03-18T21:53:51.012Z Compiling socket2 v0.6.2
18492026-03-18T21:53:51.062Z Compiling mio v1.1.1
18502026-03-18T21:53:51.066Z Compiling schemars v0.8.22
18512026-03-18T21:53:51.085Z Compiling rand_core v0.10.0
18522026-03-18T21:53:51.341Z Compiling semver v1.0.27
18532026-03-18T21:53:51.369Z Compiling indexmap v2.13.0
18542026-03-18T21:53:51.418Z Compiling parking_lot v0.12.5
18552026-03-18T21:53:51.452Z Compiling bitflags v2.11.0
18562026-03-18T21:53:51.509Z Compiling utf8_iter v1.0.4
18572026-03-18T21:53:51.564Z Compiling aws-lc-rs v1.16.0
18582026-03-18T21:53:51.731Z Compiling ring v0.17.14
18592026-03-18T21:53:51.752Z Compiling aws-lc-sys v0.37.1
18602026-03-18T21:53:51.780Z Compiling form_urlencoded v1.2.2
18612026-03-18T21:53:51.965Z Compiling strsim v0.11.1
18622026-03-18T21:53:51.989Z Compiling futures-core v0.3.32
18632026-03-18T21:53:52.134Z Compiling httparse v1.10.1
18642026-03-18T21:53:52.268Z Compiling byteorder v1.5.0
18652026-03-18T21:53:52.307Z Compiling thiserror v1.0.69
18662026-03-18T21:53:52.373Z Compiling ucd-trie v0.1.7
18672026-03-18T21:53:52.553Z Compiling ident_case v1.0.1
18682026-03-18T21:53:52.580Z Compiling vcpkg v0.2.15
18692026-03-18T21:53:52.604Z Compiling pest v2.8.6
18702026-03-18T21:53:52.611Z Compiling heck v0.5.0
18712026-03-18T21:53:52.775Z Compiling syn v1.0.109
18722026-03-18T21:53:52.849Z Compiling regex-syntax v0.8.10
18732026-03-18T21:53:52.915Z Compiling crossbeam-utils v0.8.21
18742026-03-18T21:53:53.031Z Compiling rustls v0.23.37
18752026-03-18T21:53:53.055Z Compiling futures-sink v0.3.32
18762026-03-18T21:53:53.109Z Compiling rustc_version v0.4.1
18772026-03-18T21:53:53.230Z Compiling futures-channel v0.3.32
18782026-03-18T21:53:53.306Z Compiling futures-task v0.3.32
18792026-03-18T21:53:53.310Z Compiling futures-io v0.3.32
18802026-03-18T21:53:53.310Z Compiling slab v0.4.12
18812026-03-18T21:53:53.310Z Compiling cpufeatures v0.2.17
18822026-03-18T21:53:53.448Z Compiling openssl-sys v0.9.111
18832026-03-18T21:53:53.502Z Compiling iana-time-zone v0.1.65
18842026-03-18T21:53:53.552Z Compiling plain v0.2.3
18852026-03-18T21:53:53.557Z Compiling uuid v1.21.0
18862026-03-18T21:53:53.636Z Compiling aho-corasick v1.1.4
18872026-03-18T21:53:53.691Z Compiling num-conv v0.2.0
18882026-03-18T21:53:53.843Z Compiling synstructure v0.13.2
18892026-03-18T21:53:53.868Z Compiling serde_derive_internals v0.29.1
18902026-03-18T21:53:53.918Z Compiling time-core v0.1.8
18912026-03-18T21:53:54.180Z Compiling pest_meta v2.8.6
18922026-03-18T21:53:54.223Z Compiling time-macros v0.2.27
18932026-03-18T21:53:54.363Z Compiling pretty-hex v0.4.1
18942026-03-18T21:53:54.536Z Compiling openssl v0.10.75
18952026-03-18T21:53:54.829Z Compiling base64ct v1.8.3
18962026-03-18T21:53:54.851Z Compiling crc32fast v1.5.0
18972026-03-18T21:53:54.854Z Compiling either v1.15.0
18982026-03-18T21:53:54.854Z Compiling anyhow v1.0.102
18992026-03-18T21:53:54.925Z Compiling regex-automata v0.4.14
19002026-03-18T21:53:54.930Z Compiling darling_core v0.21.3
19012026-03-18T21:53:54.949Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-03-18T21:53:55.035Z Compiling pest_generator v2.8.6
19032026-03-18T21:53:55.226Z Compiling pem-rfc7468 v0.7.0
19042026-03-18T21:53:55.250Z Compiling flagset v0.4.7
19052026-03-18T21:53:55.253Z Compiling native-tls v0.2.18
19062026-03-18T21:53:55.300Z Compiling rand_core v0.9.5
19072026-03-18T21:53:55.492Z Compiling slog v2.8.2
19082026-03-18T21:53:55.592Z Compiling tracing-core v0.1.36
19092026-03-18T21:53:55.619Z Compiling rayon-core v1.13.0
19102026-03-18T21:53:55.664Z Compiling untrusted v0.9.0
19112026-03-18T21:53:55.686Z Compiling dyn-clone v1.0.20
19122026-03-18T21:53:55.785Z Compiling serde_derive v1.0.228
19132026-03-18T21:53:55.834Z Compiling zeroize_derive v1.4.3
19142026-03-18T21:53:55.858Z Compiling zerofrom-derive v0.1.6
19152026-03-18T21:53:55.885Z Compiling yoke-derive v0.8.1
19162026-03-18T21:53:55.911Z Compiling zerovec-derive v0.11.2
19172026-03-18T21:53:55.939Z Compiling displaydoc v0.2.5
19182026-03-18T21:53:55.987Z Compiling zerocopy-derive v0.8.40
19192026-03-18T21:53:56.012Z Compiling tokio-macros v2.6.0
19202026-03-18T21:53:56.292Z Compiling futures-macro v0.3.32
19212026-03-18T21:53:56.630Z Compiling zeroize v1.8.2
19222026-03-18T21:53:56.915Z Compiling thiserror-impl v2.0.18
19232026-03-18T21:53:56.963Z Compiling tracing-attributes v0.1.31
19242026-03-18T21:53:57.191Z Compiling der_derive v0.7.3
19252026-03-18T21:53:57.298Z Compiling schemars_derive v0.8.22
19262026-03-18T21:53:57.301Z Compiling thiserror-impl v1.0.69
19272026-03-18T21:53:57.413Z Compiling zerofrom v0.1.6
19282026-03-18T21:53:57.594Z Compiling yoke v0.8.1
19292026-03-18T21:53:57.733Z Compiling crypto-common v0.1.7
19302026-03-18T21:53:57.830Z Compiling zerovec v0.11.5
19312026-03-18T21:53:57.863Z Compiling zerotrie v0.2.3
19322026-03-18T21:53:58.390Z Compiling block-buffer v0.10.4
19332026-03-18T21:53:58.439Z Compiling pest_derive v2.8.6
19342026-03-18T21:53:58.553Z Compiling tinystr v0.8.2
19352026-03-18T21:53:58.600Z Compiling potential_utf v0.1.4
19362026-03-18T21:53:58.625Z Compiling digest v0.10.7
19372026-03-18T21:53:58.792Z Compiling icu_locale_core v2.1.1
19382026-03-18T21:53:58.828Z Compiling icu_collections v2.1.1
19392026-03-18T21:53:58.852Z Compiling futures-util v0.3.32
19402026-03-18T21:53:58.878Z Compiling hmac v0.12.1
19412026-03-18T21:53:58.932Z Compiling block-padding v0.3.3
19422026-03-18T21:53:58.990Z Compiling sha2 v0.10.9
19432026-03-18T21:53:59.062Z Compiling rustls-pki-types v1.14.0
19442026-03-18T21:53:59.086Z Compiling inout v0.1.4
19452026-03-18T21:53:59.303Z Compiling cipher v0.4.4
19462026-03-18T21:53:59.620Z Compiling scroll_derive v0.12.1
19472026-03-18T21:53:59.753Z Compiling scroll_derive v0.13.1
19482026-03-18T21:53:59.908Z Compiling icu_provider v2.1.1
19492026-03-18T21:54:00.010Z Compiling openssl-macros v0.1.1
19502026-03-18T21:54:00.153Z Compiling bytes v1.11.1
19512026-03-18T21:54:00.310Z Compiling icu_normalizer v2.1.1
19522026-03-18T21:54:00.473Z Compiling icu_properties v2.1.2
19532026-03-18T21:54:00.530Z Compiling chrono v0.4.44
19542026-03-18T21:54:00.579Z Compiling serde_tokenstream v0.2.3
19552026-03-18T21:54:00.806Z Compiling tokio v1.49.0
19562026-03-18T21:54:01.464Z Compiling http v1.4.0
19572026-03-18T21:54:01.844Z Compiling idna_adapter v1.2.1
19582026-03-18T21:54:02.013Z Compiling idna v1.1.0
19592026-03-18T21:54:02.036Z Compiling der v0.7.10
19602026-03-18T21:54:02.036Z Compiling regex v1.12.3
19612026-03-18T21:54:02.343Z Compiling ppv-lite86 v0.2.21
19622026-03-18T21:54:02.457Z Compiling url v2.5.8
19632026-03-18T21:54:02.568Z Compiling darling_macro v0.21.3
19642026-03-18T21:54:02.604Z Compiling zerocopy-derive v0.7.35
19652026-03-18T21:54:02.992Z Compiling salsa20 v0.10.2
19662026-03-18T21:54:03.180Z Compiling pbkdf2 v0.12.2
19672026-03-18T21:54:03.205Z Compiling tracing v0.1.44
19682026-03-18T21:54:03.231Z Compiling darling v0.21.3
19692026-03-18T21:54:03.379Z Compiling spki v0.7.3
19702026-03-18T21:54:03.758Z Compiling cookie v0.18.1
19712026-03-18T21:54:03.828Z Compiling base64 v0.22.1
19722026-03-18T21:54:03.881Z Compiling camino v1.2.2
19732026-03-18T21:54:04.069Z Compiling scrypt v0.11.0
19742026-03-18T21:54:04.097Z Compiling rand_chacha v0.9.0
19752026-03-18T21:54:04.147Z Compiling aes v0.8.4
19762026-03-18T21:54:04.276Z Compiling cbc v0.1.2
19772026-03-18T21:54:04.802Z Compiling usdt-impl v0.5.0
19782026-03-18T21:54:04.920Z Compiling ref-cast v1.0.25
19792026-03-18T21:54:05.050Z Compiling usdt-impl v0.6.0
19802026-03-18T21:54:05.098Z Compiling paste v1.0.15
19812026-03-18T21:54:05.123Z Compiling winnow v0.7.14
19822026-03-18T21:54:05.369Z Compiling pkcs5 v0.7.1
19832026-03-18T21:54:05.523Z Compiling rand v0.9.2
19842026-03-18T21:54:05.704Z Compiling http-body v1.0.1
19852026-03-18T21:54:05.807Z Compiling scroll v0.13.0
19862026-03-18T21:54:05.921Z Compiling scroll v0.12.0
19872026-03-18T21:54:05.957Z Compiling toml_datetime v0.6.11
19882026-03-18T21:54:06.003Z Compiling tokio-util v0.7.18
19892026-03-18T21:54:06.047Z Compiling serde_spanned v0.6.9
19902026-03-18T21:54:06.244Z Compiling heapless v0.7.17
19912026-03-18T21:54:06.326Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-18T21:54:06.330Z Compiling signal-hook v0.3.18
19932026-03-18T21:54:06.464Z Compiling openssl-probe v0.2.1
19942026-03-18T21:54:06.529Z Compiling atomic-waker v1.1.2
19952026-03-18T21:54:06.554Z Compiling zstd-safe v7.2.4
19962026-03-18T21:54:06.579Z Compiling untrusted v0.7.1
19972026-03-18T21:54:06.829Z Compiling goblin v0.8.2
19982026-03-18T21:54:06.891Z Compiling goblin v0.10.5
19992026-03-18T21:54:07.015Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-18T21:54:07.189Z Compiling pkcs8 v0.10.2
20012026-03-18T21:54:07.379Z Compiling zerocopy v0.7.35
20022026-03-18T21:54:07.590Z Compiling ref-cast-impl v1.0.25
20032026-03-18T21:54:07.790Z Compiling darling_core v0.20.11
20042026-03-18T21:54:07.968Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-18T21:54:08.001Z Compiling memoffset v0.9.1
20062026-03-18T21:54:08.076Z Compiling litrs v1.0.0
20072026-03-18T21:54:08.182Z Compiling try-lock v0.2.5
20082026-03-18T21:54:08.229Z Compiling tower-layer v0.3.3
20092026-03-18T21:54:08.281Z Compiling tower-service v0.3.3
20102026-03-18T21:54:08.339Z Compiling winnow v0.5.40
20112026-03-18T21:54:08.417Z Compiling fastrand v2.3.0
20122026-03-18T21:54:08.703Z Compiling tinyvec_macros v0.1.1
20132026-03-18T21:54:08.755Z Compiling rustix v0.38.44
20142026-03-18T21:54:08.801Z Compiling tinyvec v1.10.0
20152026-03-18T21:54:08.824Z Compiling document-features v0.2.12
20162026-03-18T21:54:08.857Z Compiling want v0.3.1
20172026-03-18T21:54:08.880Z Compiling h2 v0.4.13
20182026-03-18T21:54:09.679Z Compiling dtrace-parser v0.2.0
20192026-03-18T21:54:09.708Z Compiling dtrace-parser v0.3.0
20202026-03-18T21:54:10.202Z Compiling toml_edit v0.19.15
20212026-03-18T21:54:10.325Z Compiling dof v0.3.0
20222026-03-18T21:54:10.580Z Compiling ipnet v2.11.0
20232026-03-18T21:54:10.628Z Compiling darling_macro v0.20.11
20242026-03-18T21:54:10.727Z Compiling dof v0.4.0
20252026-03-18T21:54:10.797Z Compiling async-trait v0.1.89
20262026-03-18T21:54:11.211Z Compiling daft-derive v0.1.5
20272026-03-18T21:54:11.253Z Compiling curve25519-dalek v4.1.3
20282026-03-18T21:54:11.332Z Compiling spin v0.9.8
20292026-03-18T21:54:11.355Z Compiling thread-id v4.2.2
20302026-03-18T21:54:11.488Z Compiling thread-id v5.1.0
20312026-03-18T21:54:11.584Z Compiling proc-macro-error-attr v1.0.4
20322026-03-18T21:54:11.607Z Compiling httpdate v1.0.3
20332026-03-18T21:54:11.630Z Compiling pin-utils v0.1.0
20342026-03-18T21:54:11.740Z Compiling num-bigint-dig v0.8.6
20352026-03-18T21:54:11.849Z Compiling smoltcp v0.9.1
20362026-03-18T21:54:12.027Z Compiling foreign-types-shared v0.1.1
20372026-03-18T21:54:12.153Z Compiling powerfmt v0.2.0
20382026-03-18T21:54:12.234Z Compiling cfg_aliases v0.2.1
20392026-03-18T21:54:12.237Z Compiling tempfile v3.25.0
20402026-03-18T21:54:12.284Z Compiling foreign-types v0.3.2
20412026-03-18T21:54:12.358Z Compiling nix v0.31.1
20422026-03-18T21:54:12.405Z Compiling deranged v0.5.8
20432026-03-18T21:54:12.709Z Compiling darling v0.20.11
20442026-03-18T21:54:13.020Z Compiling hyper v1.8.1
20452026-03-18T21:54:13.100Z Compiling ipnetwork v0.21.1
20462026-03-18T21:54:13.158Z Compiling strum_macros v0.26.4
20472026-03-18T21:54:13.411Z Compiling wait-timeout v0.2.1
20482026-03-18T21:54:13.462Z Compiling proc-macro-error v1.0.4
20492026-03-18T21:54:13.731Z Compiling quick-error v1.2.3
20502026-03-18T21:54:13.752Z Compiling siphasher v1.0.2
20512026-03-18T21:54:13.801Z Compiling bit-vec v0.8.0
20522026-03-18T21:54:13.832Z Compiling simd-adler32 v0.3.8
20532026-03-18T21:54:14.009Z Compiling num_threads v0.1.7
20542026-03-18T21:54:14.033Z Compiling unicode-segmentation v1.12.0
20552026-03-18T21:54:14.036Z Compiling utf8parse v0.2.2
20562026-03-18T21:54:14.185Z Compiling anstyle v1.0.13
20572026-03-18T21:54:14.489Z Compiling hyper-util v0.1.20
20582026-03-18T21:54:14.581Z Compiling anstyle-parse v0.2.7
20592026-03-18T21:54:14.759Z Compiling time v0.3.47
20602026-03-18T21:54:14.836Z Compiling bit-set v0.8.0
20612026-03-18T21:54:15.034Z Compiling rusty-fork v0.3.1
20622026-03-18T21:54:15.439Z Compiling crossbeam-epoch v0.9.18
20632026-03-18T21:54:15.502Z Compiling derive_builder_core v0.20.2
20642026-03-18T21:54:15.896Z Compiling unicode-normalization v0.1.25
20652026-03-18T21:54:16.538Z Compiling rustls-native-certs v0.8.3
20662026-03-18T21:54:16.800Z Compiling signature v2.2.0
20672026-03-18T21:54:16.887Z Compiling hubpack_derive v0.1.1
20682026-03-18T21:54:16.913Z Compiling strum_macros v0.27.2
20692026-03-18T21:54:16.937Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-18T21:54:16.965Z Compiling rand_xorshift v0.4.0
20712026-03-18T21:54:16.992Z Compiling sync_wrapper v1.0.2
20722026-03-18T21:54:17.018Z Compiling fs-err v3.3.0
20732026-03-18T21:54:17.060Z Compiling ahash v0.8.12
20742026-03-18T21:54:17.173Z Compiling object v0.37.3
20752026-03-18T21:54:17.220Z Compiling adler2 v2.0.1
20762026-03-18T21:54:17.288Z Compiling anstyle-query v1.1.5
20772026-03-18T21:54:17.402Z Compiling unicode-properties v0.1.4
20782026-03-18T21:54:17.441Z Compiling colorchoice v1.0.4
20792026-03-18T21:54:17.501Z Compiling is_terminal_polyfill v1.70.2
20802026-03-18T21:54:17.527Z Compiling unicode-bidi v0.3.18
20812026-03-18T21:54:17.606Z Compiling unarray v0.1.4
20822026-03-18T21:54:17.639Z Compiling anstream v0.6.21
20832026-03-18T21:54:17.743Z Compiling proptest v1.10.0
20842026-03-18T21:54:17.772Z Compiling miniz_oxide v0.8.9
20852026-03-18T21:54:18.044Z Compiling stringprep v0.1.5
20862026-03-18T21:54:18.552Z Compiling tower v0.5.3
20872026-03-18T21:54:18.735Z Compiling derive_builder_macro v0.20.2
20882026-03-18T21:54:19.075Z Compiling crossbeam-deque v0.8.6
20892026-03-18T21:54:19.128Z Compiling heck v0.4.1
20902026-03-18T21:54:19.212Z Compiling usdt-macro v0.6.0
20912026-03-18T21:54:19.318Z Compiling usdt-attr-macro v0.6.0
20922026-03-18T21:54:19.487Z Compiling http-body-util v0.1.3
20932026-03-18T21:54:19.556Z Compiling webpki-roots v1.0.6
20942026-03-18T21:54:19.819Z Compiling rand_chacha v0.3.1
20952026-03-18T21:54:19.853Z Compiling erased-serde v0.3.31
20962026-03-18T21:54:19.877Z Compiling md-5 v0.10.6
20972026-03-18T21:54:20.002Z Compiling num-integer v0.1.46
20982026-03-18T21:54:20.054Z Compiling hash32 v0.2.1
20992026-03-18T21:54:20.206Z Compiling vergen-lib v0.1.6
21002026-03-18T21:54:20.210Z Compiling ff v0.13.1
21012026-03-18T21:54:20.286Z Compiling zlib-rs v0.6.2
21022026-03-18T21:54:20.289Z Compiling psl-types v2.0.11
21032026-03-18T21:54:20.336Z Compiling ryu v1.0.23
21042026-03-18T21:54:20.336Z Compiling fallible-iterator v0.2.0
21052026-03-18T21:54:20.387Z Compiling base16ct v0.2.0
21062026-03-18T21:54:20.390Z Compiling iri-string v0.7.10
21072026-03-18T21:54:20.485Z Compiling publicsuffix v2.3.0
21082026-03-18T21:54:20.529Z Compiling num-iter v0.1.45
21092026-03-18T21:54:20.577Z Compiling sec1 v0.7.3
21102026-03-18T21:54:20.635Z Compiling newtype-uuid v1.3.2
21112026-03-18T21:54:20.661Z Compiling serde_urlencoded v0.7.1
21122026-03-18T21:54:20.704Z Compiling group v0.13.0
21132026-03-18T21:54:20.738Z Compiling postgres-protocol v0.6.10
21142026-03-18T21:54:21.001Z Compiling rand v0.8.5
21152026-03-18T21:54:21.198Z Compiling oxnet v0.1.4
21162026-03-18T21:54:21.424Z Compiling zone_cfg_derive v0.3.1
21172026-03-18T21:54:21.447Z Compiling derive_builder v0.20.2
21182026-03-18T21:54:21.472Z Compiling tokio-native-tls v0.3.1
21192026-03-18T21:54:21.700Z Compiling phf_shared v0.13.1
21202026-03-18T21:54:21.835Z Compiling lazy_static v1.5.0
21212026-03-18T21:54:21.884Z Compiling terminal_size v0.4.3
21222026-03-18T21:54:21.956Z Compiling serde_with_macros v3.17.0
21232026-03-18T21:54:22.031Z Compiling tower-http v0.6.8
21242026-03-18T21:54:22.034Z Compiling cargo-platform v0.1.9
21252026-03-18T21:54:22.034Z Compiling hkdf v0.12.4
21262026-03-18T21:54:22.130Z Compiling crypto-bigint v0.5.5
21272026-03-18T21:54:22.225Z Compiling enum-as-inner v0.6.1
21282026-03-18T21:54:22.228Z Compiling clap_derive v4.5.55
21292026-03-18T21:54:22.291Z Compiling serde_repr v0.1.20
21302026-03-18T21:54:22.313Z Compiling vergen v9.0.6
21312026-03-18T21:54:22.385Z Compiling managed v0.8.0
21322026-03-18T21:54:22.490Z Compiling bitflags v1.3.2
21332026-03-18T21:54:22.523Z Compiling libbz2-rs-sys v0.2.2
21342026-03-18T21:54:22.575Z Compiling foldhash v0.1.5
21352026-03-18T21:54:22.604Z Compiling clap_lex v1.0.0
21362026-03-18T21:54:22.802Z Compiling bumpalo v3.20.2
21372026-03-18T21:54:22.970Z Compiling unicode-width v0.2.0
21382026-03-18T21:54:22.993Z Compiling clap_builder v4.5.60
21392026-03-18T21:54:23.071Z Compiling zopfli v0.8.3
21402026-03-18T21:54:23.227Z Compiling flate2 v1.1.9
21412026-03-18T21:54:23.303Z Compiling console v0.16.2
21422026-03-18T21:54:23.342Z Compiling bzip2 v0.6.1
21432026-03-18T21:54:23.399Z Compiling hashbrown v0.15.5
21442026-03-18T21:54:23.507Z Compiling elliptic-curve v0.13.8
21452026-03-18T21:54:23.660Z Compiling cargo_metadata v0.19.2
21462026-03-18T21:54:23.904Z Compiling phf v0.13.1
21472026-03-18T21:54:24.014Z Compiling hyper-tls v0.6.0
21482026-03-18T21:54:24.127Z Compiling signal-hook-mio v0.2.5
21492026-03-18T21:54:24.174Z Compiling rayon v1.11.0
21502026-03-18T21:54:24.293Z Compiling daft v0.1.5
21512026-03-18T21:54:24.317Z Compiling cookie_store v0.22.1
21522026-03-18T21:54:24.433Z Compiling zstd v0.13.3
21532026-03-18T21:54:24.457Z Compiling postgres-types v0.2.12
21542026-03-18T21:54:24.560Z Compiling bzip2 v0.4.4
21552026-03-18T21:54:24.664Z Compiling strum v0.27.2
21562026-03-18T21:54:24.834Z Compiling hubpack v0.1.2
21572026-03-18T21:54:25.110Z Compiling ed25519 v2.2.3
21582026-03-18T21:54:25.134Z Compiling phf_shared v0.11.3
21592026-03-18T21:54:25.326Z Compiling pkcs1 v0.7.5
21602026-03-18T21:54:25.452Z Compiling hex v0.4.3
21612026-03-18T21:54:25.513Z Compiling serde-big-array v0.5.1
21622026-03-18T21:54:25.610Z Compiling rfc6979 v0.4.0
21632026-03-18T21:54:25.721Z Compiling bstr v1.12.1
21642026-03-18T21:54:25.851Z Compiling itertools v0.12.1
21652026-03-18T21:54:25.900Z Compiling float-cmp v0.10.0
21662026-03-18T21:54:25.903Z Compiling memmap2 v0.9.10
21672026-03-18T21:54:25.904Z Compiling env_filter v1.0.0
21682026-03-18T21:54:26.111Z Compiling encoding_rs v0.8.35
21692026-03-18T21:54:26.181Z Compiling unit-prefix v0.5.2
21702026-03-18T21:54:26.204Z Compiling fixedbitset v0.5.7
21712026-03-18T21:54:26.263Z Compiling normalize-line-endings v0.3.0
21722026-03-18T21:54:26.386Z Compiling fixedbitset v0.4.2
21732026-03-18T21:54:26.413Z Compiling new_debug_unreachable v1.0.6
21742026-03-18T21:54:26.458Z Compiling precomputed-hash v0.1.1
21752026-03-18T21:54:26.541Z Compiling rustc-hash v2.1.1
21762026-03-18T21:54:26.566Z Compiling mime v0.3.17
21772026-03-18T21:54:26.596Z Compiling jiff v0.2.21
21782026-03-18T21:54:26.616Z Compiling keccak v0.1.6
21792026-03-18T21:54:26.688Z Compiling static_assertions v1.1.0
21802026-03-18T21:54:26.717Z Compiling whoami v2.1.0
21812026-03-18T21:54:26.798Z Compiling toml_write v0.1.2
21822026-03-18T21:54:26.839Z Compiling data-encoding v2.10.0
21832026-03-18T21:54:26.898Z Compiling difflib v0.4.0
21842026-03-18T21:54:26.923Z Compiling predicates-core v1.0.10
21852026-03-18T21:54:26.980Z Compiling sha3 v0.10.8
21862026-03-18T21:54:27.048Z Compiling toml_edit v0.22.27
21872026-03-18T21:54:27.087Z Compiling tokio-postgres v0.7.16
21882026-03-18T21:54:27.197Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21892026-03-18T21:54:27.200Z Compiling iddqd v0.3.17
21902026-03-18T21:54:27.526Z Compiling zone v0.3.1
21912026-03-18T21:54:27.549Z Compiling hickory-proto v0.25.2
21922026-03-18T21:54:27.609Z Compiling predicates v3.1.4
21932026-03-18T21:54:27.921Z Compiling petgraph v0.6.5
21942026-03-18T21:54:27.945Z Compiling string_cache v0.8.9
21952026-03-18T21:54:28.248Z Compiling petgraph v0.8.3
21962026-03-18T21:54:28.403Z Compiling indicatif v0.18.4
21972026-03-18T21:54:28.752Z Compiling similar v2.7.0
21982026-03-18T21:54:29.402Z Compiling env_logger v0.11.9
21992026-03-18T21:54:29.740Z Compiling usdt v0.6.0
22002026-03-18T21:54:29.986Z Compiling serde_with v3.17.0
22012026-03-18T21:54:30.080Z Compiling ecdsa v0.16.9
22022026-03-18T21:54:30.241Z Compiling zip v4.6.1
22032026-03-18T21:54:30.436Z Compiling rsa v0.9.10
22042026-03-18T21:54:30.927Z Compiling ed25519-dalek v2.2.0
22052026-03-18T21:54:31.307Z Compiling clap v4.5.60
22062026-03-18T21:54:31.331Z Compiling crossterm v0.28.1
22072026-03-18T21:54:31.758Z Compiling zip v0.6.6
22082026-03-18T21:54:31.875Z Compiling strum v0.26.3
22092026-03-18T21:54:31.910Z Compiling toml v0.7.8
22102026-03-18T21:54:32.036Z Compiling tokio-stream v0.1.18
22112026-03-18T21:54:32.060Z Compiling buf-list v1.1.2
22122026-03-18T21:54:32.519Z Compiling x509-cert v0.2.5
22132026-03-18T21:54:32.545Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-18T21:54:32.691Z Compiling openapiv3 v2.2.0
22152026-03-18T21:54:32.864Z Compiling sha1 v0.10.6
22162026-03-18T21:54:32.970Z Compiling itertools v0.13.0
22172026-03-18T21:54:33.264Z Compiling peg-runtime v0.8.5
22182026-03-18T21:54:33.516Z Compiling lalrpop-util v0.19.12
22192026-03-18T21:54:49.000Z Compiling macaddr v1.0.1
22202026-03-18T21:54:49.116Z Compiling structmeta-derive v0.3.0
22212026-03-18T21:54:49.186Z Compiling itertools v0.14.0
22222026-03-18T21:54:49.533Z Compiling heapless v0.8.0
22232026-03-18T21:54:50.935Z Compiling ingot-macros v0.1.1
22242026-03-18T21:54:51.251Z Compiling structmeta v0.3.0
22252026-03-18T21:54:54.357Z Compiling rustls-webpki v0.103.9
22262026-03-18T21:54:56.316Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-18T21:54:57.232Z Compiling hash32 v0.3.1
22282026-03-18T21:54:57.452Z Compiling smoltcp v0.11.0
22292026-03-18T21:54:57.471Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-18T21:54:57.805Z Compiling proc-macro-crate v3.4.0
22312026-03-18T21:54:57.856Z Compiling ingot-types v0.1.2
22322026-03-18T21:54:57.914Z Compiling cobs v0.3.0
22332026-03-18T21:54:58.199Z Compiling rustls v0.22.4
22342026-03-18T21:54:58.254Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-18T21:54:58.278Z Compiling postcard v1.1.3
22362026-03-18T21:54:58.406Z Compiling ingot v0.1.1
22372026-03-18T21:54:58.430Z Compiling num_enum_derive v0.7.5
22382026-03-18T21:54:58.505Z Compiling proc-macro-crate v1.3.1
22392026-03-18T21:54:58.550Z Compiling rustls-webpki v0.102.8
22402026-03-18T21:54:58.717Z Compiling futures-executor v0.3.32
22412026-03-18T21:54:58.795Z Compiling foreign-types-macros v0.2.3
22422026-03-18T21:54:58.878Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-18T21:54:59.112Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-18T21:54:59.326Z Compiling tokio-rustls v0.26.4
22452026-03-18T21:54:59.383Z Compiling rustls-platform-verifier v0.6.2
22462026-03-18T21:54:59.425Z Compiling multer v3.1.0
22472026-03-18T21:54:59.482Z Compiling thread_local v1.1.9
22482026-03-18T21:54:59.562Z Compiling slog-async v2.8.0
22492026-03-18T21:54:59.668Z Compiling hyper-rustls v0.27.7
22502026-03-18T21:54:59.699Z Compiling foreign-types-shared v0.3.1
22512026-03-18T21:54:59.724Z Compiling cpufeatures v0.3.0
22522026-03-18T21:54:59.727Z Compiling typeid v1.0.3
22532026-03-18T21:54:59.845Z Compiling match_cfg v0.1.0
22542026-03-18T21:54:59.870Z Compiling chacha20 v0.10.0
22552026-03-18T21:54:59.904Z Compiling foreign-types v0.5.0
22562026-03-18T21:54:59.955Z Compiling hostname v0.3.1
22572026-03-18T21:54:59.981Z Compiling reqwest v0.12.28
22582026-03-18T21:55:00.009Z Compiling reqwest v0.13.2
22592026-03-18T21:55:00.037Z Compiling num_enum v0.7.5
22602026-03-18T21:55:00.209Z Compiling num_enum_derive v0.5.11
22612026-03-18T21:55:00.252Z Compiling futures v0.3.32
22622026-03-18T21:55:00.378Z Compiling derive-ex v0.1.8
22632026-03-18T21:55:00.433Z Compiling tabwriter v1.4.1
22642026-03-18T21:55:00.482Z Compiling slog-json v2.6.1
22652026-03-18T21:55:00.833Z Compiling crossbeam-channel v0.5.15
22662026-03-18T21:55:00.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-18T21:55:00.931Z Compiling async-stream-impl v0.3.6
22682026-03-18T21:55:01.485Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-18T21:55:01.522Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-18T21:55:01.561Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-18T21:55:01.601Z Compiling serde_spanned v1.0.4
22722026-03-18T21:55:01.717Z Compiling is-terminal v0.4.17
22732026-03-18T21:55:01.745Z Compiling cstr-argument v0.1.2
22742026-03-18T21:55:01.772Z Compiling dropshot v0.16.7
22752026-03-18T21:55:01.829Z Compiling toml_writer v1.0.6+spec-1.1.0
22762026-03-18T21:55:01.870Z Compiling term v1.2.1
22772026-03-18T21:55:01.984Z Compiling crucible-workspace-hack v0.1.0
22782026-03-18T21:55:02.040Z Compiling take_mut v0.2.2
22792026-03-18T21:55:02.044Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-18T21:55:02.144Z Compiling erased-serde v0.4.9
22812026-03-18T21:55:02.219Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-18T21:55:02.356Z Compiling slog-term v2.9.2
22832026-03-18T21:55:02.379Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22842026-03-18T21:55:02.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-18T21:55:02.527Z Compiling test-strategy v0.4.5
22862026-03-18T21:55:02.577Z Compiling async-stream v0.3.6
22872026-03-18T21:55:02.599Z Compiling num_enum v0.5.11
22882026-03-18T21:55:02.745Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-18T21:55:02.835Z Compiling slog-bunyan v2.5.0
22902026-03-18T21:55:02.931Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-18T21:55:03.085Z Compiling tokio-rustls v0.25.0
22922026-03-18T21:55:03.244Z Compiling rand v0.10.0
22932026-03-18T21:55:03.612Z Compiling parse-display-derive v0.10.0
22942026-03-18T21:55:03.666Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-18T21:55:03.790Z Compiling backon v1.6.0
22962026-03-18T21:55:03.821Z Compiling waitgroup v0.1.2
22972026-03-18T21:55:03.943Z Compiling dropshot_endpoint v0.16.7
22982026-03-18T21:55:03.969Z Compiling newtype-uuid-macros v0.1.0
22992026-03-18T21:55:03.989Z Compiling rustls-pemfile v2.2.0
23002026-03-18T21:55:04.044Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-18T21:55:04.140Z Compiling serde_path_to_error v0.1.20
23022026-03-18T21:55:04.164Z Compiling hostname v0.4.2
23032026-03-18T21:55:04.326Z Compiling instant v0.1.13
23042026-03-18T21:55:04.349Z Compiling libefi-sys v0.1.0
23052026-03-18T21:55:04.375Z Compiling colored v3.1.1
23062026-03-18T21:55:04.401Z Compiling debug-ignore v1.0.5
23072026-03-18T21:55:04.448Z Compiling backoff v0.4.0
23082026-03-18T21:55:04.535Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-18T21:55:04.565Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-18T21:55:04.654Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-18T21:55:04.804Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23122026-03-18T21:55:04.893Z Compiling camino-tempfile v1.4.1
23132026-03-18T21:55:04.934Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-18T21:55:04.985Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-18T21:55:05.283Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-18T21:55:05.371Z Compiling usdt-attr-macro v0.5.0
23172026-03-18T21:55:05.422Z Compiling usdt-macro v0.5.0
23182026-03-18T21:55:05.446Z Compiling secrecy v0.10.3
23192026-03-18T21:55:05.476Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-03-18T21:55:05.624Z Compiling parse-display v0.10.0
23212026-03-18T21:55:05.688Z Compiling bitfield-struct v0.6.2
23222026-03-18T21:55:06.003Z Compiling num-derive v0.4.2
23232026-03-18T21:55:06.321Z Compiling regress v0.10.5
23242026-03-18T21:55:06.346Z Compiling ordered-float v2.10.1
23252026-03-18T21:55:06.453Z Compiling blake3 v1.8.3
23262026-03-18T21:55:06.514Z Compiling memmap v0.7.0
23272026-03-18T21:55:06.745Z Compiling sigpipe v0.1.3
23282026-03-18T21:55:06.775Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292026-03-18T21:55:06.836Z Compiling glob v0.3.3
23302026-03-18T21:55:06.893Z Compiling usdt v0.5.0
23312026-03-18T21:55:07.087Z Compiling serde-value v0.7.0
23322026-03-18T21:55:07.203Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-18T21:55:07.240Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-18T21:55:07.305Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-18T21:55:07.345Z Compiling serde-untagged v0.1.9
23362026-03-18T21:55:07.488Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-18T21:55:07.725Z Compiling toml v0.8.23
23382026-03-18T21:55:07.840Z Compiling smf v0.2.3
23392026-03-18T21:55:07.890Z Compiling filetime v0.2.27
23402026-03-18T21:55:07.986Z Compiling same-file v1.0.6
23412026-03-18T21:55:08.012Z Compiling arrayvec v0.7.6
23422026-03-18T21:55:08.015Z Compiling whoami v1.6.1
23432026-03-18T21:55:08.095Z Compiling arrayref v0.3.9
23442026-03-18T21:55:08.178Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-18T21:55:08.214Z Compiling xattr v1.6.1
23462026-03-18T21:55:08.239Z Compiling unicode-xid v0.2.6
23472026-03-18T21:55:08.278Z Compiling constant_time_eq v0.4.2
23482026-03-18T21:55:08.307Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-18T21:55:08.332Z Compiling walkdir v2.5.0
23502026-03-18T21:55:08.355Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-18T21:55:08.439Z Compiling cargo-util-schemas v0.8.2
23522026-03-18T21:55:08.547Z Compiling tar v0.4.44
23532026-03-18T21:55:08.617Z Compiling tokio-dtrace v0.1.1
23542026-03-18T21:55:08.670Z Compiling gethostname v0.5.0
23552026-03-18T21:55:08.856Z Compiling cargo-platform v0.2.0
23562026-03-18T21:55:09.043Z Compiling topological-sort v0.2.2
23572026-03-18T21:55:09.131Z Compiling oxide-tokio-rt v0.1.3
23582026-03-18T21:55:09.180Z Compiling indent_write v2.2.0
23592026-03-18T21:55:09.264Z Compiling shell-words v1.1.1
23602026-03-18T21:55:09.287Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-18T21:55:10.087Z Compiling cargo_metadata v0.21.0
23622026-03-18T21:55:21.081Z Compiling progenitor-client v0.13.0
23632026-03-18T21:55:21.103Z Compiling progenitor-client v0.10.0
23642026-03-18T21:55:21.107Z Compiling omicron-zone-package v0.12.2
23652026-03-18T21:55:21.222Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-18T21:55:21.222Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-03-18T21:55:21.225Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-18T21:55:21.225Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-18T21:55:21.433Z Compiling progenitor-extras v0.1.1
23702026-03-18T21:55:21.728Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-18T21:55:31.338Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-18T21:55:32.626Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-18T21:55:41.156Z Finished `release` profile [optimized] target(s) in 1m 54s
23742026-03-18T21:55:41.345Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-18T21:55:41.422ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-18T21:55:41.425ZCreated new build target 'test' and set it as active
23772026-03-18T21:55:41.426Z
23782026-03-18T21:55:41.426Zreal 1:54.733830381
23792026-03-18T21:55:41.426Zuser 20:15.588088258
23802026-03-18T21:55:41.426Zsys 3:05.808147263
23812026-03-18T21:55:41.426Ztrap 0.531978916
23822026-03-18T21:55:41.426Ztflt 2.930881331
23832026-03-18T21:55:41.426Zdflt 3.647196405
23842026-03-18T21:55:41.426Zkflt 0.000613192
23852026-03-18T21:55:41.426Zlock 1:04:22.234163463
23862026-03-18T21:55:41.426Zslp 51:29.539672398
23872026-03-18T21:55:41.426Zlat 45.386612972
23882026-03-18T21:55:41.426Zstop 7:56.936481333
23892026-03-18T21:55:41.430Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-18T21:55:42.625Z Finished `release` profile [optimized] target(s) in 1.18s
23912026-03-18T21:55:42.696Z Running `target/release/omicron-package -t test package`
23922026-03-18T21:55:42.762ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-18T21:55:44.972Z Compiling regress v0.10.5
23942026-03-18T21:55:44.972Z Compiling heck v0.5.0
23952026-03-18T21:55:44.972Z Compiling unsafe-libyaml v0.2.11
23962026-03-18T21:55:44.972Z Compiling convert_case v0.4.0
23972026-03-18T21:55:44.984Z Compiling half v2.7.1
23982026-03-18T21:55:44.987Z Compiling ciborium-io v0.2.2
23992026-03-18T21:55:45.044Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-18T21:55:45.050Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-18T21:55:45.103Z Compiling prettyplease v0.2.37
24022026-03-18T21:55:45.133Z Compiling typify-impl v0.6.1
24032026-03-18T21:55:45.166Z Compiling universal-hash v0.5.1
24042026-03-18T21:55:45.169Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-18T21:55:45.169Z Compiling opaque-debug v0.3.1
24062026-03-18T21:55:45.169Z Compiling unicode-width v0.1.14
24072026-03-18T21:55:45.258Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-18T21:55:45.286Z Compiling chacha20 v0.9.1
24092026-03-18T21:55:45.289Z Compiling password-hash v0.5.0
24102026-03-18T21:55:45.389Z Compiling derive_more v0.99.20
24112026-03-18T21:55:45.422Z Compiling ciborium-ll v0.2.2
24122026-03-18T21:55:45.426Z Compiling poly1305 v0.8.0
24132026-03-18T21:55:45.450Z Compiling blake2 v0.10.6
24142026-03-18T21:55:45.515Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-18T21:55:45.651Z Compiling serde_yaml v0.9.34+deprecated
24162026-03-18T21:55:45.685Z Compiling ciborium v0.2.2
24172026-03-18T21:55:45.685Z Compiling aead v0.5.2
24182026-03-18T21:55:45.790Z Compiling is-terminal v0.4.17
24192026-03-18T21:55:45.843Z Compiling swrite v0.1.0
24202026-03-18T21:55:45.950Z Compiling chacha20poly1305 v0.10.1
24212026-03-18T21:55:46.005Z Compiling argon2 v0.5.3
24222026-03-18T21:55:46.005Z Compiling serde_spanned v1.0.4
24232026-03-18T21:55:46.169Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-18T21:55:46.249Z Compiling bytecount v0.6.9
24252026-03-18T21:55:46.280Z Compiling rustls v0.22.4
24262026-03-18T21:55:46.314Z Compiling rustls-webpki v0.102.8
24272026-03-18T21:55:46.355Z Compiling derive-where v1.6.0
24282026-03-18T21:55:46.486Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-18T21:55:46.519Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-18T21:55:46.550Z Compiling thread_local v1.1.9
24312026-03-18T21:55:46.597Z Compiling thiserror-no-std v2.0.2
24322026-03-18T21:55:46.630Z Compiling match_cfg v0.1.0
24332026-03-18T21:55:46.746Z Compiling vsss-rs v3.3.4
24342026-03-18T21:55:46.778Z Compiling hostname v0.3.1
24352026-03-18T21:55:47.003Z Compiling multer v3.1.0
24362026-03-18T21:55:47.047Z Compiling slog-async v2.8.0
24372026-03-18T21:55:47.096Z Compiling slog-json v2.6.1
24382026-03-18T21:55:47.126Z Compiling crossbeam-channel v0.5.15
24392026-03-18T21:55:47.155Z Compiling futures-executor v0.3.32
24402026-03-18T21:55:47.259Z Compiling term v1.2.1
24412026-03-18T21:55:47.344Z Compiling take_mut v0.2.2
24422026-03-18T21:55:47.385Z Compiling slog-bunyan v2.5.0
24432026-03-18T21:55:47.491Z Compiling futures v0.3.32
24442026-03-18T21:55:47.527Z Compiling dropshot v0.16.7
24452026-03-18T21:55:47.592Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-03-18T21:55:47.667Z Compiling slog-term v2.9.2
24472026-03-18T21:55:47.701Z Compiling async-stream v0.3.6
24482026-03-18T21:55:47.748Z Compiling progenitor-client v0.13.0
24492026-03-18T21:55:47.792Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-18T21:55:47.950Z Compiling waitgroup v0.1.2
24512026-03-18T21:55:47.981Z Compiling backon v1.6.0
24522026-03-18T21:55:48.014Z Compiling rustls-pemfile v2.2.0
24532026-03-18T21:55:48.049Z Compiling serde_path_to_error v0.1.20
24542026-03-18T21:55:48.091Z Compiling hostname v0.4.2
24552026-03-18T21:55:48.127Z Compiling instant v0.1.13
24562026-03-18T21:55:48.157Z Compiling debug-ignore v1.0.5
24572026-03-18T21:55:48.194Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-18T21:55:48.230Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24592026-03-18T21:55:48.264Z Compiling backoff v0.4.0
24602026-03-18T21:55:48.300Z Compiling progenitor-extras v0.1.1
24612026-03-18T21:55:48.334Z Compiling parse-display v0.10.0
24622026-03-18T21:55:48.338Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-18T21:55:48.338Z Compiling progenitor-client v0.10.0
24642026-03-18T21:55:48.338Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-18T21:55:48.434Z Compiling macaddr v1.0.1
24662026-03-18T21:55:48.499Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-18T21:55:48.542Z Compiling console v0.15.11
24682026-03-18T21:55:48.578Z Compiling newline-converter v0.3.0
24692026-03-18T21:55:48.611Z Compiling atomicwrites v0.4.4
24702026-03-18T21:55:48.652Z Compiling num-rational v0.4.2
24712026-03-18T21:55:48.713Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-18T21:55:48.829Z Compiling num-complex v0.4.6
24732026-03-18T21:55:48.922Z Compiling slog-dtrace v0.3.0
24742026-03-18T21:55:48.983Z Compiling async-recursion v1.1.1
24752026-03-18T21:55:49.017Z Compiling float-ord v0.3.2
24762026-03-18T21:55:49.201Z Compiling expectorate v1.2.0
24772026-03-18T21:55:49.315Z Compiling cancel-safe-futures v0.1.5
24782026-03-18T21:55:49.447Z Compiling tokio-rustls v0.25.0
24792026-03-18T21:55:49.480Z Compiling num v0.4.3
24802026-03-18T21:55:49.516Z Compiling owo-colors v4.3.0
24812026-03-18T21:55:49.621Z Compiling libsw-core v0.3.2
24822026-03-18T21:55:49.655Z Compiling resolv-conf v0.7.6
24832026-03-18T21:55:49.718Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-18T21:55:49.822Z Compiling libsw v3.5.0
24852026-03-18T21:55:49.887Z Compiling toml v0.8.23
24862026-03-18T21:55:49.955Z Compiling linear-map v1.2.0
24872026-03-18T21:55:50.061Z Compiling minimal-lexical v0.2.1
24882026-03-18T21:55:50.140Z Compiling linked-hash-map v0.5.6
24892026-03-18T21:55:50.285Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-18T21:55:50.300Z Compiling unicode-xid v0.2.6
24912026-03-18T21:55:50.432Z Compiling lru-cache v0.1.2
24922026-03-18T21:55:50.465Z Compiling nom v7.1.3
24932026-03-18T21:55:50.503Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-18T21:55:50.503Z Compiling globset v0.4.18
24952026-03-18T21:55:50.506Z Compiling hickory-proto v0.24.4
24962026-03-18T21:55:50.658Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-18T21:55:50.764Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-18T21:55:51.005Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-18T21:55:51.476Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-18T21:55:51.991Z Compiling typify-macro v0.6.1
25012026-03-18T21:55:52.311Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-18T21:55:52.412Z Compiling convert_case v0.10.0
25032026-03-18T21:55:52.857Z Compiling derive_more-impl v2.1.1
25042026-03-18T21:55:53.645Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-18T21:55:53.792Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-18T21:55:53.893Z Compiling hickory-resolver v0.24.4
25072026-03-18T21:55:53.983Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-18T21:55:54.105Z Compiling pin-project-internal v1.1.11
25092026-03-18T21:55:54.138Z Compiling typify v0.6.1
25102026-03-18T21:55:54.314Z Compiling progenitor-impl v0.13.0
25112026-03-18T21:55:55.516Z Compiling qorb v0.4.1
25122026-03-18T21:55:55.548Z Compiling pin-project v1.1.11
25132026-03-18T21:55:55.724Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-18T21:55:55.988Z Compiling derive_more v2.1.1
25152026-03-18T21:55:56.120Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-18T21:55:56.311Z Compiling pem v3.0.6
25172026-03-18T21:55:56.335Z Compiling snafu-derive v0.8.9
25182026-03-18T21:55:57.166Z Compiling termtree v0.5.1
25192026-03-18T21:55:57.202Z Compiling crossterm v0.29.0
25202026-03-18T21:55:57.427Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-18T21:55:57.457Z Compiling progenitor-macro v0.13.0
25222026-03-18T21:55:58.328Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-18T21:55:58.701Z Compiling snafu v0.8.9
25242026-03-18T21:55:59.448Z Compiling olpc-cjson v0.1.4
25252026-03-18T21:55:59.770Z Compiling phf_shared v0.12.1
25262026-03-18T21:56:00.017Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-18T21:56:00.104Z Compiling serde_plain v1.0.2
25282026-03-18T21:56:00.696Z Compiling csv-core v0.1.13
25292026-03-18T21:56:00.945Z Compiling vte v0.14.1
25302026-03-18T21:56:00.978Z Compiling highway v1.3.0
25312026-03-18T21:56:01.051Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-18T21:56:01.276Z Compiling chrono-tz v0.10.4
25332026-03-18T21:56:01.307Z Compiling typed-path v0.9.3
25342026-03-18T21:56:01.598Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-03-18T21:56:01.808Z Compiling strip-ansi-escapes v0.2.1
25362026-03-18T21:56:01.902Z Compiling csv v1.4.0
25372026-03-18T21:56:02.085Z Compiling phf v0.12.1
25382026-03-18T21:56:02.323Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-18T21:56:02.355Z Compiling const_format_proc_macros v0.2.34
25402026-03-18T21:56:02.525Z Compiling papergrid v0.11.0
25412026-03-18T21:56:02.714Z Compiling fd-lock v4.0.4
25422026-03-18T21:56:02.940Z Compiling tough v0.20.0
25432026-03-18T21:56:02.973Z Compiling peg-macros v0.8.5
25442026-03-18T21:56:03.183Z Compiling tabled_derive v0.7.0
25452026-03-18T21:56:03.403Z Compiling progenitor v0.13.0
25462026-03-18T21:56:03.433Z Compiling nu-ansi-term v0.50.3
25472026-03-18T21:56:04.107Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-18T21:56:04.501Z Compiling tabled v0.15.0
25492026-03-18T21:56:04.546Z Compiling reedline v0.40.0
25502026-03-18T21:56:04.619Z Compiling const_format v0.2.35
25512026-03-18T21:56:04.699Z Compiling peg v0.8.5
25522026-03-18T21:56:04.906Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-18T21:56:05.301Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-03-18T21:56:05.458Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-18T21:56:06.915Z Compiling bcs v0.1.6
25562026-03-18T21:56:07.218Z Compiling semver v0.1.20
25572026-03-18T21:56:07.487Z Compiling rustc_version v0.1.7
25582026-03-18T21:56:07.594Z Compiling base64 v0.21.7
25592026-03-18T21:56:07.803Z Compiling newtype_derive v0.1.6
25602026-03-18T21:56:08.072Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-18T21:56:08.292Z Compiling typify-impl v0.4.3
25622026-03-18T21:56:08.367Z Compiling unicode-linebreak v0.1.5
25632026-03-18T21:56:08.769Z Compiling smawk v0.3.2
25642026-03-18T21:56:08.989Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-18T21:56:09.025Z Compiling humantime v2.3.0
25662026-03-18T21:56:09.213Z Compiling textwrap v0.16.2
25672026-03-18T21:56:09.359Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-18T21:56:09.399Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-18T21:56:09.436Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-18T21:56:09.757Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-18T21:56:10.010Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-18T21:56:10.155Z Compiling steno v0.4.1
25732026-03-18T21:56:10.958Z Compiling utf-8 v0.7.6
25742026-03-18T21:56:11.287Z Compiling tagptr v0.2.0
25752026-03-18T21:56:11.538Z Compiling moka v0.12.13
25762026-03-18T21:56:12.026Z Compiling tungstenite v0.21.0
25772026-03-18T21:56:12.802Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-18T21:56:13.006Z Compiling tokio-tungstenite v0.21.0
25792026-03-18T21:56:13.267Z Compiling hickory-resolver v0.25.2
25802026-03-18T21:56:13.349Z Compiling typify-macro v0.4.3
25812026-03-18T21:56:13.492Z Compiling radium v0.7.0
25822026-03-18T21:56:13.907Z Compiling tap v1.0.1
25832026-03-18T21:56:14.016Z Compiling maybe-uninit v2.0.0
25842026-03-18T21:56:14.095Z Compiling wyz v0.5.1
25852026-03-18T21:56:14.469Z Compiling zerocopy-derive v0.6.6
25862026-03-18T21:56:14.734Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-03-18T21:56:14.790Z Compiling display-error-chain v0.2.2
25882026-03-18T21:56:14.833Z Compiling crc-catalog v2.4.0
25892026-03-18T21:56:15.004Z Compiling packed_struct v0.10.1
25902026-03-18T21:56:15.036Z Compiling funty v2.0.0
25912026-03-18T21:56:15.385Z Compiling typify v0.4.3
25922026-03-18T21:56:15.526Z Compiling zerocopy v0.6.6
25932026-03-18T21:56:15.572Z Compiling progenitor-impl v0.10.0
25942026-03-18T21:56:16.070Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25952026-03-18T21:56:16.326Z Compiling bitvec v1.0.1
25962026-03-18T21:56:17.822Z Compiling crc v3.4.0
25972026-03-18T21:56:18.455Z Compiling packed_struct_codegen v0.10.1
25982026-03-18T21:56:18.598Z Compiling progenitor-macro v0.10.0
25992026-03-18T21:56:18.847Z Compiling bitfield-macros v0.19.4
26002026-03-18T21:56:18.912Z Compiling indexmap v1.9.3
26012026-03-18T21:56:19.209Z Compiling nodrop v0.1.14
26022026-03-18T21:56:19.365Z Compiling array-init v0.0.4
26032026-03-18T21:56:19.803Z Compiling bitfield v0.19.4
26042026-03-18T21:56:20.067Z Compiling smallvec v0.6.14
26052026-03-18T21:56:20.251Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-18T21:56:20.422Z Compiling num-derive v0.3.3
26072026-03-18T21:56:20.464Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-18T21:56:20.987Z Compiling hashbrown v0.12.3
26092026-03-18T21:56:21.176Z Compiling proc-macro-error2 v2.0.1
26102026-03-18T21:56:21.239Z Compiling serde-hex v0.1.0
26112026-03-18T21:56:21.587Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-03-18T21:56:21.651Z Compiling libscf-sys v1.1.0
26132026-03-18T21:56:21.686Z Compiling ron v0.8.1
26142026-03-18T21:56:21.856Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-18T21:56:21.919Z Compiling hashbrown v0.13.2
26162026-03-18T21:56:22.061Z Compiling vergen-gitcl v1.0.8
26172026-03-18T21:56:22.358Z Compiling dirs-sys-next v0.1.2
26182026-03-18T21:56:22.525Z Compiling diesel_derives v2.3.7
26192026-03-18T21:56:22.712Z Compiling maplit v1.0.2
26202026-03-18T21:56:22.770Z Compiling crc-any v2.5.0
26212026-03-18T21:56:22.802Z Compiling crunchy v0.2.4
26222026-03-18T21:56:22.862Z Compiling glob v0.3.3
26232026-03-18T21:56:23.251Z Compiling object v0.30.4
26242026-03-18T21:56:23.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-18T21:56:23.326Z Compiling dirs-next v2.0.0
26262026-03-18T21:56:23.355Z Compiling clang-sys v1.8.1
26272026-03-18T21:56:23.560Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-18T21:56:23.837Z Compiling tabled_derive v0.11.0
26292026-03-18T21:56:23.868Z Compiling papergrid v0.17.0
26302026-03-18T21:56:24.122Z Compiling testing_table v0.3.0
26312026-03-18T21:56:24.153Z Compiling dsl_auto_type v0.2.0
26322026-03-18T21:56:24.308Z Compiling scheduled-thread-pool v0.2.7
26332026-03-18T21:56:24.447Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-18T21:56:24.546Z Compiling progenitor v0.10.0
26352026-03-18T21:56:24.676Z Compiling path-slash v0.1.5
26362026-03-18T21:56:24.730Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-18T21:56:24.764Z Compiling tiny-keccak v2.0.2
26382026-03-18T21:56:24.797Z Compiling r2d2 v0.8.10
26392026-03-18T21:56:24.929Z Compiling term v0.7.0
26402026-03-18T21:56:25.170Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-18T21:56:25.202Z Compiling arc-swap v1.8.2
26422026-03-18T21:56:25.260Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T21:56:25.317Z Compiling downcast-rs v2.0.2
26442026-03-18T21:56:25.485Z Compiling bit-vec v0.6.3
26452026-03-18T21:56:25.560Z Compiling tabled v0.20.0
26462026-03-18T21:56:25.639Z Compiling xshell-macros v0.2.7
26472026-03-18T21:56:25.710Z Compiling slog-scope v4.4.1
26482026-03-18T21:56:25.770Z Compiling bit-set v0.5.3
26492026-03-18T21:56:25.802Z Compiling ascii-canvas v3.0.0
26502026-03-18T21:56:26.143Z Compiling xshell v0.2.7
26512026-03-18T21:56:26.173Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-18T21:56:26.278Z Compiling itertools v0.10.5
26532026-03-18T21:56:26.333Z Compiling ena v0.14.4
26542026-03-18T21:56:26.652Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-18T21:56:26.765Z Compiling libloading v0.8.9
26562026-03-18T21:56:27.062Z Compiling bindgen v0.71.1
26572026-03-18T21:56:27.066Z Compiling diff v0.1.13
26582026-03-18T21:56:27.427Z Compiling unicase v2.9.0
26592026-03-18T21:56:27.458Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26602026-03-18T21:56:27.788Z Compiling regex-syntax v0.6.29
26612026-03-18T21:56:27.889Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-03-18T21:56:29.454Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-18T21:56:29.805Z Compiling lalrpop v0.19.12
26642026-03-18T21:56:30.473Z Compiling slog-stdlog v4.1.1
26652026-03-18T21:56:31.047Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-18T21:56:31.237Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-03-18T21:56:31.469Z Compiling diesel v2.3.7
26682026-03-18T21:56:31.995Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-03-18T21:56:32.252Z Compiling cexpr v0.6.0
26702026-03-18T21:56:32.284Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-18T21:56:32.472Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-18T21:56:32.560Z Compiling crc8 v0.1.1
26732026-03-18T21:56:32.737Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-18T21:56:32.740Z Compiling slog-envlogger v2.2.0
26752026-03-18T21:56:33.119Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-18T21:56:33.284Z Compiling headers-core v0.3.0
26772026-03-18T21:56:33.479Z Compiling libxml v0.3.3
26782026-03-18T21:56:33.914Z Compiling headers v0.4.1
26792026-03-18T21:56:33.944Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-18T21:56:34.298Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-18T21:56:34.577Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-18T21:56:35.174Z Compiling strum_macros v0.24.3
26832026-03-18T21:56:35.446Z Compiling indoc v1.0.9
26842026-03-18T21:56:35.811Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-18T21:56:36.030Z Compiling derive_builder v0.20.2
26862026-03-18T21:56:36.086Z Compiling oso-derive v0.27.3
26872026-03-18T21:56:36.118Z Compiling quick-xml v0.37.5
26882026-03-18T21:56:36.256Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-18T21:56:36.393Z Compiling openssl-probe v0.1.6
26902026-03-18T21:56:36.733Z Compiling half v1.8.3
26912026-03-18T21:56:36.824Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-03-18T21:56:36.907Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-03-18T21:56:36.974Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-03-18T21:56:37.331Z Compiling serde_cbor v0.11.2
26952026-03-18T21:56:37.757Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-18T21:56:38.022Z Compiling bb8 v0.8.6
26972026-03-18T21:56:38.054Z Compiling trait-variant v0.1.2
26982026-03-18T21:56:38.131Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-18T21:56:38.521Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-18T21:56:38.671Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-18T21:56:38.717Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-18T21:56:38.767Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-18T21:56:38.958Z Compiling fxhash v0.2.1
27042026-03-18T21:56:39.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-18T21:56:39.216Z Compiling kstat-rs v0.2.4
27062026-03-18T21:56:39.335Z Compiling libz-sys v1.1.24
27072026-03-18T21:56:39.411Z Compiling nonempty v0.12.0
27082026-03-18T21:56:39.586Z Compiling salty v0.3.0
27092026-03-18T21:56:39.588Z Compiling samael v0.0.19
27102026-03-18T21:56:39.711Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-18T21:56:39.979Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-18T21:56:40.023Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-18T21:56:40.248Z Compiling progenitor-impl v0.11.2
27142026-03-18T21:56:40.428Z Compiling darling_core v0.23.0
27152026-03-18T21:56:40.595Z Compiling nanorand v0.7.0
27162026-03-18T21:56:40.911Z Compiling fs-err v2.11.0
27172026-03-18T21:56:40.943Z Compiling polar-core v0.27.3
27182026-03-18T21:56:41.215Z Compiling parking_lot_core v0.8.6
27192026-03-18T21:56:41.381Z Compiling mime_guess v2.0.5
27202026-03-18T21:56:41.802Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-18T21:56:42.059Z Compiling flume v0.11.1
27222026-03-18T21:56:42.575Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-18T21:56:43.410Z Compiling progenitor-macro v0.11.2
27242026-03-18T21:56:43.594Z Compiling darling_macro v0.23.0
27252026-03-18T21:56:44.258Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-18T21:56:44.555Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-18T21:56:45.014Z Compiling progenitor-client v0.11.2
27282026-03-18T21:56:45.963Z Compiling git-stub v1.0.0
27292026-03-18T21:56:46.304Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-18T21:56:46.772Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-18T21:56:47.211Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-18T21:56:47.742Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-18T21:56:48.276Z Compiling instability v0.3.11
27342026-03-18T21:56:49.282Z Compiling progenitor v0.11.2
27352026-03-18T21:56:49.509Z Compiling git-stub-vcs v0.1.0
27362026-03-18T21:56:49.963Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-18T21:56:51.352Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-18T21:56:52.001Z Compiling darling v0.23.0
27392026-03-18T21:56:52.144Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-18T21:56:54.508Z Compiling oso v0.27.3
27412026-03-18T21:56:55.313Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-18T21:56:55.461Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-03-18T21:56:55.523Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-18T21:56:56.747Z Compiling async-bb8-diesel v0.2.1
27452026-03-18T21:56:57.010Z Compiling diesel-dtrace v0.5.0
27462026-03-18T21:56:57.043Z Compiling ignore v0.4.25
27472026-03-18T21:56:57.416Z Compiling primeorder v0.13.6
27482026-03-18T21:56:57.841Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-18T21:56:59.238Z Compiling castaway v0.2.4
27502026-03-18T21:56:59.356Z Compiling nibble_vec v0.1.0
27512026-03-18T21:56:59.433Z Compiling atty v0.2.14
27522026-03-18T21:56:59.605Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-18T21:56:59.631Z Compiling parse-size v1.1.0
27542026-03-18T21:56:59.786Z Compiling endian-type v0.1.2
27552026-03-18T21:56:59.906Z Compiling indoc v2.0.7
27562026-03-18T21:56:59.936Z Compiling http-range v0.1.5
27572026-03-18T21:57:00.025Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-03-18T21:57:00.352Z Compiling radix_trie v0.2.1
27592026-03-18T21:57:00.417Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-18T21:57:00.476Z Compiling compact_str v0.8.1
27612026-03-18T21:57:00.957Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-18T21:57:01.965Z Compiling globwalk v0.9.1
27632026-03-18T21:57:02.826Z Compiling p384 v0.13.1
27642026-03-18T21:57:02.908Z Compiling parking_lot v0.11.2
27652026-03-18T21:57:03.385Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-18T21:57:03.999Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-18T21:57:04.054Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-18T21:57:04.116Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-18T21:57:04.539Z Compiling predicates-tree v1.0.13
27702026-03-18T21:57:04.589Z Compiling unicode-truncate v1.1.0
27712026-03-18T21:57:04.847Z Compiling lru v0.12.5
27722026-03-18T21:57:05.111Z Compiling prefix-trie v0.7.0
27732026-03-18T21:57:05.146Z Compiling vergen-git2 v1.0.7
27742026-03-18T21:57:05.150Z Compiling cassowary v0.3.0
27752026-03-18T21:57:05.517Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-18T21:57:05.640Z Compiling ratatui v0.29.0
27772026-03-18T21:57:05.780Z Compiling hickory-server v0.25.2
27782026-03-18T21:57:05.809Z Compiling camino-tempfile-ext v0.3.3
27792026-03-18T21:57:06.640Z Compiling hyper-staticfile v0.10.1
27802026-03-18T21:57:06.668Z Compiling sled v0.34.7
27812026-03-18T21:57:08.177Z Compiling hickory-client v0.25.2
27822026-03-18T21:57:08.591Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-18T21:57:08.969Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-18T21:57:09.255Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-18T21:57:09.305Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-18T21:57:09.404Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-03-18T21:57:10.311Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-18T21:57:10.474Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-18T21:57:11.169Z Compiling rand_seeder v0.4.0
27902026-03-18T21:57:11.436Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-18T21:57:11.481Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-18T21:57:11.786Z Compiling lzma-sys v0.1.20
27932026-03-18T21:57:12.012Z Compiling corncobs v0.1.4
27942026-03-18T21:57:12.286Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-03-18T21:57:12.323Z Compiling rustls v0.21.12
27962026-03-18T21:57:12.497Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-18T21:57:12.694Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-03-18T21:57:12.726Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27992026-03-18T21:57:12.761Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-18T21:57:12.945Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-18T21:57:13.163Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-03-18T21:57:13.390Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-18T21:57:13.424Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-18T21:57:13.586Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-18T21:57:13.718Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-18T21:57:16.276Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-18T21:57:17.420Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-03-18T21:57:17.540Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-18T21:57:17.697Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-18T21:57:17.814Z Compiling cargo_toml v0.22.3
28112026-03-18T21:57:17.994Z Compiling rustls-webpki v0.101.7
28122026-03-18T21:57:19.429Z Compiling sct v0.7.1
28132026-03-18T21:57:19.777Z Compiling nix v0.29.0
28142026-03-18T21:57:19.890Z Compiling git2 v0.20.4
28152026-03-18T21:57:20.189Z Compiling secrecy v0.8.0
28162026-03-18T21:57:20.304Z Compiling void v1.0.2
28172026-03-18T21:57:20.480Z Compiling lzss v0.8.2
28182026-03-18T21:57:20.919Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-18T21:57:20.947Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-18T21:57:20.979Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-18T21:57:21.253Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-18T21:57:21.319Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-18T21:57:22.212Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28242026-03-18T21:57:22.294Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-18T21:57:23.524Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-18T21:57:23.555Z Compiling tungstenite v0.23.0
28272026-03-18T21:57:23.837Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-03-18T21:57:23.952Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-18T21:57:24.117Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-18T21:57:24.233Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-18T21:57:24.378Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-18T21:57:24.413Z Compiling nix v0.27.1
28332026-03-18T21:57:24.518Z Compiling serde_bytes v0.11.19
28342026-03-18T21:57:24.680Z Compiling tokio-tungstenite v0.23.1
28352026-03-18T21:57:24.991Z Compiling tokio-rustls v0.24.1
28362026-03-18T21:57:25.177Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-18T21:57:25.368Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-03-18T21:57:26.352Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-18T21:57:26.604Z Compiling ron v0.12.0
28402026-03-18T21:57:26.934Z Compiling xz2 v0.1.7
28412026-03-18T21:57:27.382Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-18T21:57:28.030Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-18T21:57:28.807Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-18T21:57:31.438Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28452026-03-18T21:57:31.773Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-18T21:57:33.194Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-18T21:57:34.560Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-18T21:57:34.896Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-18T21:57:35.162Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-18T21:57:35.814Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-18T21:57:36.379Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-03-18T21:57:36.657Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-18T21:57:38.194Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-18T21:57:39.194Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-18T21:57:40.148Z Compiling rustls-pemfile v1.0.4
28562026-03-18T21:57:40.660Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-18T21:57:41.457Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-18T21:57:42.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-18T21:57:42.673Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-18T21:57:43.060Z Compiling signal-hook-tokio v0.3.1
28612026-03-18T21:57:43.162Z Compiling twox-hash v2.1.2
28622026-03-18T21:57:43.211Z Compiling yasna v0.5.2
28632026-03-18T21:57:43.291Z Compiling is_ci v1.2.0
28642026-03-18T21:57:43.354Z Compiling base16ct v1.0.0
28652026-03-18T21:57:43.801Z Compiling supports-color v3.0.2
28662026-03-18T21:57:43.828Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-03-18T21:57:43.906Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28682026-03-18T21:57:44.055Z Compiling rcgen v0.12.1
28692026-03-18T21:57:44.098Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-18T21:57:45.133Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-18T21:57:45.480Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-18T21:57:46.065Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-03-18T21:57:48.013Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-18T21:57:49.456Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-18T21:57:49.614Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-18T21:57:49.663Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-18T21:57:51.824Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-18T21:57:52.109Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-18T21:57:52.204Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-18T21:57:52.387Z Compiling fatfs v0.3.6
28812026-03-18T21:57:52.582Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-18T21:57:53.940Z Compiling rtoolbox v0.0.3
28832026-03-18T21:57:54.301Z Compiling subprocess v0.2.15
28842026-03-18T21:57:54.482Z Compiling seq-macro v0.3.6
28852026-03-18T21:57:55.145Z Compiling assert_matches v1.5.0
28862026-03-18T21:57:55.283Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-18T21:57:55.886Z Compiling rpassword v7.4.0
28882026-03-18T21:57:56.310Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-18T21:57:57.064Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-18T21:57:57.654Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-18T21:57:57.795Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-18T21:58:02.916Z Compiling tui-tree-widget v0.23.1
28932026-03-18T21:58:02.991Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-18T21:58:02.991Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-18T21:58:02.991Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-18T21:58:02.991Z Compiling uzers v0.12.2
28972026-03-18T21:58:02.991Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-18T21:58:03.028Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-18T21:58:04.320Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-18T21:58:07.566Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-18T21:58:07.778Z Compiling support-bundle-viewer v0.1.2
29022026-03-18T21:58:10.183Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-18T21:58:10.279Z Compiling multimap v0.10.1
29042026-03-18T21:58:33.356Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-03-18T21:58:35.534Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-03-18T21:58:37.941Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-03-18T22:06:04.584Z Finished `release` profile [optimized] target(s) in 10m 21s
29082026-03-18T22:06:57.840Z
29092026-03-18T22:06:57.877Zreal 11:16.590303146
29102026-03-18T22:06:57.877Zuser 1:41:08.998662799
29112026-03-18T22:06:57.878Zsys 4:13.267171930
29122026-03-18T22:06:57.878Ztrap 2.288952162
29132026-03-18T22:06:57.878Ztflt 2.373559860
29142026-03-18T22:06:57.878Zdflt 18.100200814
29152026-03-18T22:06:57.878Zkflt 0.001087395
29162026-03-18T22:06:57.878Zlock 8:24:33.190730289
29172026-03-18T22:06:57.878Zslp 2:48:20.148605498
29182026-03-18T22:06:57.879Zlat 2:52.001466193
29192026-03-18T22:06:57.879Zstop 7:18.013567344
29202026-03-18T22:06:57.879Z+ mapfile -t packages
29212026-03-18T22:06:57.879Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-18T22:06:59.125Z Finished `release` profile [optimized] target(s) in 1.28s
29232026-03-18T22:06:59.192Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-18T22:06:59.378ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-18T22:06:59.550Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-18T22:06:59.976Z Compiling libc v0.2.180
29272026-03-18T22:06:59.976Z Compiling serde v1.0.228
29282026-03-18T22:06:59.993Z Compiling serde_core v1.0.228
29292026-03-18T22:07:00.102Z Compiling rustix v1.1.3
29302026-03-18T22:07:00.133Z Compiling serde_json v1.0.149
29312026-03-18T22:07:00.162Z Compiling bitflags v2.11.0
29322026-03-18T22:07:00.182Z Compiling num-traits v0.2.19
29332026-03-18T22:07:00.183Z Compiling syn v2.0.117
29342026-03-18T22:07:00.183Z Compiling smallvec v1.15.1
29352026-03-18T22:07:00.183Z Compiling hashbrown v0.16.1
29362026-03-18T22:07:00.246Z Compiling usdt-impl v0.5.0
29372026-03-18T22:07:00.263Z Compiling syn v1.0.109
29382026-03-18T22:07:00.263Z Compiling getrandom v0.4.1
29392026-03-18T22:07:00.263Z Compiling log v0.4.29
29402026-03-18T22:07:00.415Z Compiling percent-encoding v2.3.2
29412026-03-18T22:07:00.626Z Compiling form_urlencoded v1.2.2
29422026-03-18T22:07:00.779Z Compiling fs-err v3.3.0
29432026-03-18T22:07:00.796Z Compiling anyhow v1.0.102
29442026-03-18T22:07:00.800Z Compiling heck v0.4.1
29452026-03-18T22:07:00.841Z Compiling once_cell v1.21.3
29462026-03-18T22:07:01.023Z Compiling indexmap v2.13.0
29472026-03-18T22:07:01.156Z Compiling thread-id v4.2.2
29482026-03-18T22:07:01.191Z Compiling errno v0.3.14
29492026-03-18T22:07:01.242Z Compiling memmap v0.7.0
29502026-03-18T22:07:01.653Z Compiling ordered-float v2.10.1
29512026-03-18T22:07:02.309Z Compiling proc-macro-error v1.0.4
29522026-03-18T22:07:02.628Z Compiling tabled_derive v0.7.0
29532026-03-18T22:07:02.655Z Compiling terminal_size v0.4.3
29542026-03-18T22:07:02.655Z Compiling tempfile v3.25.0
29552026-03-18T22:07:02.778Z Compiling clap_builder v4.5.60
29562026-03-18T22:07:02.778Z Compiling textwrap v0.16.2
29572026-03-18T22:07:02.957Z Compiling camino-tempfile v1.4.1
29582026-03-18T22:07:03.484Z Compiling tabled v0.15.0
29592026-03-18T22:07:03.796Z Compiling synstructure v0.13.2
29602026-03-18T22:07:03.808Z Compiling pest_generator v2.8.6
29612026-03-18T22:07:04.315Z Compiling serde_derive v1.0.228
29622026-03-18T22:07:04.315Z Compiling zerofrom-derive v0.1.6
29632026-03-18T22:07:04.322Z Compiling yoke-derive v0.8.1
29642026-03-18T22:07:04.322Z Compiling zerovec-derive v0.11.2
29652026-03-18T22:07:04.322Z Compiling displaydoc v0.2.5
29662026-03-18T22:07:04.322Z Compiling thiserror-impl v1.0.69
29672026-03-18T22:07:04.322Z Compiling zerocopy-derive v0.7.35
29682026-03-18T22:07:04.322Z Compiling scroll_derive v0.12.1
29692026-03-18T22:07:04.324Z Compiling thiserror-impl v2.0.18
29702026-03-18T22:07:04.324Z Compiling clap_derive v4.5.55
29712026-03-18T22:07:04.498Z Compiling pest_derive v2.8.6
29722026-03-18T22:07:05.209Z Compiling scroll v0.12.0
29732026-03-18T22:07:05.466Z Compiling zerocopy v0.7.35
29742026-03-18T22:07:05.687Z Compiling goblin v0.8.2
29752026-03-18T22:07:05.790Z Compiling zerofrom v0.1.6
29762026-03-18T22:07:05.879Z Compiling thiserror v2.0.18
29772026-03-18T22:07:05.906Z Compiling thiserror v1.0.69
29782026-03-18T22:07:05.936Z Compiling yoke v0.8.1
29792026-03-18T22:07:06.026Z Compiling dtrace-parser v0.2.0
29802026-03-18T22:07:06.221Z Compiling zerovec v0.11.5
29812026-03-18T22:07:06.299Z Compiling zerotrie v0.2.3
29822026-03-18T22:07:06.604Z Compiling clap v4.5.60
29832026-03-18T22:07:07.059Z Compiling tinystr v0.8.2
29842026-03-18T22:07:07.356Z Compiling icu_locale_core v2.1.1
29852026-03-18T22:07:08.558Z Compiling potential_utf v0.1.4
29862026-03-18T22:07:08.743Z Compiling icu_collections v2.1.1
29872026-03-18T22:07:08.808Z Compiling icu_provider v2.1.1
29882026-03-18T22:07:08.958Z Compiling toml_datetime v0.6.11
29892026-03-18T22:07:09.043Z Compiling serde_spanned v0.6.9
29902026-03-18T22:07:09.229Z Compiling icu_normalizer v2.1.1
29912026-03-18T22:07:09.284Z Compiling icu_properties v2.1.2
29922026-03-18T22:07:09.346Z Compiling toml_edit v0.22.27
29932026-03-18T22:07:09.363Z Compiling dof v0.3.0
29942026-03-18T22:07:09.444Z Compiling serde-value v0.7.0
29952026-03-18T22:07:09.467Z Compiling cargo-platform v0.2.0
29962026-03-18T22:07:09.487Z Compiling macaddr v1.0.1
29972026-03-18T22:07:09.563Z Compiling serde_tokenstream v0.2.3
29982026-03-18T22:07:10.593Z Compiling idna_adapter v1.2.1
29992026-03-18T22:07:10.688Z Compiling usdt-macro v0.5.0
30002026-03-18T22:07:10.737Z Compiling usdt-attr-macro v0.5.0
30012026-03-18T22:07:10.758Z Compiling idna v1.1.0
30022026-03-18T22:07:11.185Z Compiling url v2.5.8
30032026-03-18T22:07:11.471Z Compiling usdt v0.5.0
30042026-03-18T22:07:11.567Z Compiling toml v0.8.23
30052026-03-18T22:07:12.186Z Compiling cargo-util-schemas v0.8.2
30062026-03-18T22:07:12.186Z Compiling cargo_toml v0.21.0
30072026-03-18T22:07:13.608Z Compiling cargo_metadata v0.21.0
30082026-03-18T22:07:17.779Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-18T22:07:21.835Z Finished `release` profile [optimized] target(s) in 22.57s
30102026-03-18T22:07:25.988Z
30112026-03-18T22:07:26.070Zreal 22.729119646
30122026-03-18T22:07:26.070Zuser 3:09.184930112
30132026-03-18T22:07:26.070Zsys 20.928748210
30142026-03-18T22:07:26.070Ztrap 0.087549517
30152026-03-18T22:07:26.070Ztflt 0.528626230
30162026-03-18T22:07:26.070Zdflt 1.866032845
30172026-03-18T22:07:26.070Zkflt 0.000055937
30182026-03-18T22:07:26.071Zlock 7:14.245053710
30192026-03-18T22:07:26.071Zslp 4:24.322852195
30202026-03-18T22:07:26.071Zlat 8.515760798
30212026-03-18T22:07:26.071Zstop 28.620753738
30222026-03-18T22:07:26.071Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-18T22:07:26.071Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-18T22:07:26.071Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-18T22:07:26.071Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-18T22:07:26.071Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-18T22:07:26.071Z Compiling regress v0.10.5
30282026-03-18T22:07:26.071Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-18T22:07:26.071Z Compiling serde_spanned v1.0.4
30302026-03-18T22:07:26.071Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-18T22:07:26.071Z Compiling newtype-uuid-macros v0.1.0
30322026-03-18T22:07:26.071Z Compiling structmeta-derive v0.3.0
30332026-03-18T22:07:26.071Z Compiling rustls v0.22.4
30342026-03-18T22:07:26.077Z Compiling rustls-webpki v0.102.8
30352026-03-18T22:07:26.077Z Compiling multer v3.1.0
30362026-03-18T22:07:26.077Z Compiling debug-ignore v1.0.5
30372026-03-18T22:07:26.077Z Compiling match_cfg v0.1.0
30382026-03-18T22:07:26.077Z Compiling progenitor-client v0.13.0
30392026-03-18T22:07:26.077Z Compiling slog-json v2.6.1
30402026-03-18T22:07:26.077Z Compiling async-stream-impl v0.3.6
30412026-03-18T22:07:26.077Z Compiling dropshot v0.16.7
30422026-03-18T22:07:26.091Z Compiling toml v0.9.12+spec-1.1.0
30432026-03-18T22:07:26.092Z Compiling hostname v0.3.1
30442026-03-18T22:07:26.092Z Compiling itertools v0.14.0
30452026-03-18T22:07:26.092Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-18T22:07:26.092Z Compiling waitgroup v0.1.2
30472026-03-18T22:07:26.092Z Compiling slog-bunyan v2.5.0
30482026-03-18T22:07:26.092Z Compiling rustls-pemfile v2.2.0
30492026-03-18T22:07:26.092Z Compiling dropshot_endpoint v0.16.7
30502026-03-18T22:07:26.092Z Compiling hostname v0.4.2
30512026-03-18T22:07:26.092Z Compiling serde_path_to_error v0.1.20
30522026-03-18T22:07:26.092Z Compiling macaddr v1.0.1
30532026-03-18T22:07:26.092Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-18T22:07:26.092Z Compiling progenitor-client v0.10.0
30552026-03-18T22:07:26.092Z Compiling instant v0.1.13
30562026-03-18T22:07:26.092Z Compiling backon v1.6.0
30572026-03-18T22:07:26.092Z Compiling backoff v0.4.0
30582026-03-18T22:07:26.092Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-18T22:07:26.092Z Compiling async-stream v0.3.6
30602026-03-18T22:07:26.092Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-18T22:07:26.092Z Compiling progenitor-extras v0.1.1
30622026-03-18T22:07:26.092Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-18T22:07:26.092Z Compiling unsafe-libyaml v0.2.11
30642026-03-18T22:07:26.092Z Compiling crucible-workspace-hack v0.1.0
30652026-03-18T22:07:26.092Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-18T22:07:26.092Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-03-18T22:07:26.092Z Compiling secrecy v0.10.3
30682026-03-18T22:07:26.092Z Compiling heapless v0.8.0
30692026-03-18T22:07:26.093Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-18T22:07:26.093Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-18T22:07:26.093Z Compiling structmeta v0.3.0
30722026-03-18T22:07:26.093Z Compiling hash32 v0.3.1
30732026-03-18T22:07:26.093Z Compiling smoltcp v0.11.0
30742026-03-18T22:07:26.093Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-18T22:07:26.093Z Compiling toml v0.8.23
30762026-03-18T22:07:26.093Z Compiling tabwriter v1.4.1
30772026-03-18T22:07:26.093Z Compiling cobs v0.3.0
30782026-03-18T22:07:26.093Z Compiling derive-ex v0.1.8
30792026-03-18T22:07:26.093Z Compiling parse-display-derive v0.10.0
30802026-03-18T22:07:26.093Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-18T22:07:26.093Z Compiling ingot-macros v0.1.1
30822026-03-18T22:07:26.093Z Compiling proc-macro-crate v3.4.0
30832026-03-18T22:07:26.093Z Compiling foreign-types-macros v0.2.3
30842026-03-18T22:07:26.093Z Compiling foreign-types-shared v0.3.1
30852026-03-18T22:07:26.093Z Compiling convert_case v0.4.0
30862026-03-18T22:07:26.093Z Compiling cpufeatures v0.3.0
30872026-03-18T22:07:26.093Z Compiling chacha20 v0.10.0
30882026-03-18T22:07:26.093Z Compiling postcard v1.1.3
30892026-03-18T22:07:26.240Z Compiling proc-macro-crate v1.3.1
30902026-03-18T22:07:26.244Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-18T22:07:26.331Z Compiling derive_more v0.99.20
30922026-03-18T22:07:26.359Z Compiling universal-hash v0.5.1
30932026-03-18T22:07:26.405Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30942026-03-18T22:07:26.439Z Compiling num_enum_derive v0.7.5
30952026-03-18T22:07:26.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T22:07:26.552Z Compiling cstr-argument v0.1.2
30972026-03-18T22:07:26.576Z Compiling opaque-debug v0.3.1
30982026-03-18T22:07:26.580Z Compiling foreign-types v0.5.0
30992026-03-18T22:07:26.694Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-03-18T22:07:26.726Z Compiling colored v3.1.1
31012026-03-18T22:07:26.786Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-03-18T22:07:26.840Z Compiling tokio-rustls v0.25.0
31032026-03-18T22:07:26.864Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-03-18T22:07:26.864Z Compiling rand v0.10.0
31052026-03-18T22:07:26.913Z Compiling num_enum_derive v0.5.11
31062026-03-18T22:07:26.993Z Compiling typify-impl v0.6.1
31072026-03-18T22:07:27.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-18T22:07:27.176Z Compiling half v2.7.1
31092026-03-18T22:07:27.257Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-18T22:07:27.562Z Compiling ciborium-io v0.2.2
31112026-03-18T22:07:27.633Z Compiling camino-tempfile v1.4.1
31122026-03-18T22:07:27.712Z Compiling ciborium-ll v0.2.2
31132026-03-18T22:07:27.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-18T22:07:27.889Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-18T22:07:27.917Z Compiling test-strategy v0.4.5
31162026-03-18T22:07:27.940Z Compiling parse-display v0.10.0
31172026-03-18T22:07:27.940Z Compiling num_enum v0.7.5
31182026-03-18T22:07:28.041Z Compiling ciborium v0.2.2
31192026-03-18T22:07:28.047Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-18T22:07:28.047Z Compiling smf v0.2.3
31212026-03-18T22:07:28.070Z Compiling aead v0.5.2
31222026-03-18T22:07:28.138Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-18T22:07:28.166Z Compiling num-derive v0.4.2
31242026-03-18T22:07:28.202Z Compiling sigpipe v0.1.3
31252026-03-18T22:07:28.325Z Compiling glob v0.3.3
31262026-03-18T22:07:28.352Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-18T22:07:28.380Z Compiling num_enum v0.5.11
31282026-03-18T22:07:28.383Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-18T22:07:28.449Z Compiling poly1305 v0.8.0
31302026-03-18T22:07:28.600Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-03-18T22:07:28.665Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-18T22:07:28.745Z Compiling chacha20 v0.9.1
31332026-03-18T22:07:28.745Z Compiling whoami v1.6.1
31342026-03-18T22:07:28.793Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-18T22:07:28.834Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-18T22:07:29.046Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-18T22:07:29.106Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-18T22:07:29.110Z Compiling num-rational v0.4.2
31392026-03-18T22:07:29.182Z Compiling password-hash v0.5.0
31402026-03-18T22:07:29.263Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-03-18T22:07:29.298Z Compiling blake2 v0.10.6
31422026-03-18T22:07:29.460Z Compiling num-complex v0.4.6
31432026-03-18T22:07:29.485Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-18T22:07:29.488Z Compiling prettyplease v0.2.37
31452026-03-18T22:07:29.539Z Compiling indent_write v2.2.0
31462026-03-18T22:07:29.640Z Compiling ingot-types v0.1.2
31472026-03-18T22:07:29.753Z Compiling argon2 v0.5.3
31482026-03-18T22:07:29.777Z Compiling chacha20poly1305 v0.10.1
31492026-03-18T22:07:29.848Z Compiling float-ord v0.3.2
31502026-03-18T22:07:30.018Z Compiling num v0.4.3
31512026-03-18T22:07:30.048Z Compiling gethostname v0.5.0
31522026-03-18T22:07:30.052Z Compiling usdt-macro v0.5.0
31532026-03-18T22:07:30.098Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31542026-03-18T22:07:30.098Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31552026-03-18T22:07:30.101Z Compiling usdt-attr-macro v0.5.0
31562026-03-18T22:07:30.101Z Compiling derive-where v1.6.0
31572026-03-18T22:07:30.201Z Compiling ingot v0.1.1
31582026-03-18T22:07:30.232Z Compiling memmap v0.7.0
31592026-03-18T22:07:30.257Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-18T22:07:30.566Z Compiling typify-impl v0.4.3
31612026-03-18T22:07:30.590Z Compiling atomicwrites v0.4.4
31622026-03-18T22:07:30.643Z Compiling cancel-safe-futures v0.1.5
31632026-03-18T22:07:30.754Z Compiling thiserror-no-std v2.0.2
31642026-03-18T22:07:30.877Z Compiling vsss-rs v3.3.4
31652026-03-18T22:07:30.903Z Compiling owo-colors v4.3.0
31662026-03-18T22:07:30.995Z Compiling libsw-core v0.3.2
31672026-03-18T22:07:31.027Z Compiling async-recursion v1.1.1
31682026-03-18T22:07:31.171Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-18T22:07:31.260Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-18T22:07:31.286Z Compiling usdt v0.5.0
31712026-03-18T22:07:31.405Z Compiling resolv-conf v0.7.6
31722026-03-18T22:07:31.478Z Compiling libsw v3.5.0
31732026-03-18T22:07:31.754Z Compiling libefi-sys v0.1.0
31742026-03-18T22:07:31.818Z Compiling linear-map v1.2.0
31752026-03-18T22:07:31.833Z Compiling newline-converter v0.3.0
31762026-03-18T22:07:31.921Z Compiling hickory-proto v0.24.4
31772026-03-18T22:07:32.002Z Compiling console v0.15.11
31782026-03-18T22:07:32.028Z Compiling bitfield-struct v0.6.2
31792026-03-18T22:07:32.082Z Compiling semver v0.1.20
31802026-03-18T22:07:32.118Z Compiling linked-hash-map v0.5.6
31812026-03-18T22:07:32.142Z Compiling pin-project-internal v1.1.11
31822026-03-18T22:07:32.195Z Compiling slog-dtrace v0.3.0
31832026-03-18T22:07:32.199Z Compiling minimal-lexical v0.2.1
31842026-03-18T22:07:32.401Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-03-18T22:07:32.441Z Compiling lru-cache v0.1.2
31862026-03-18T22:07:32.488Z Compiling expectorate v1.2.0
31872026-03-18T22:07:32.513Z Compiling rustc_version v0.1.7
31882026-03-18T22:07:32.566Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-18T22:07:32.609Z Compiling nom v7.1.3
31902026-03-18T22:07:32.696Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-18T22:07:32.720Z Compiling tokio-dtrace v0.1.1
31922026-03-18T22:07:32.744Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-18T22:07:32.847Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31942026-03-18T22:07:32.873Z Compiling newtype_derive v0.1.6
31952026-03-18T22:07:32.935Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-18T22:07:32.998Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-18T22:07:33.074Z Compiling phf_shared v0.12.1
31982026-03-18T22:07:33.106Z Compiling dropshot-api-manager-types v0.6.0
31992026-03-18T22:07:33.147Z Compiling pem v3.0.6
32002026-03-18T22:07:33.262Z Compiling snafu-derive v0.8.9
32012026-03-18T22:07:33.348Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-18T22:07:33.436Z Compiling csv-core v0.1.13
32032026-03-18T22:07:33.472Z Compiling highway v1.3.0
32042026-03-18T22:07:33.583Z Compiling xshell-macros v0.2.7
32052026-03-18T22:07:33.629Z Compiling same-file v1.0.6
32062026-03-18T22:07:33.736Z Compiling typify-macro v0.6.1
32072026-03-18T22:07:33.807Z Compiling chrono-tz v0.10.4
32082026-03-18T22:07:33.831Z Compiling pin-project v1.1.11
32092026-03-18T22:07:33.882Z Compiling walkdir v2.5.0
32102026-03-18T22:07:33.910Z Compiling csv v1.4.0
32112026-03-18T22:07:33.982Z Compiling const_format_proc_macros v0.2.34
32122026-03-18T22:07:34.025Z Compiling phf v0.12.1
32132026-03-18T22:07:34.132Z Compiling xshell v0.2.7
32142026-03-18T22:07:34.336Z Compiling oxide-tokio-rt v0.1.3
32152026-03-18T22:07:34.440Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-18T22:07:34.554Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-18T22:07:34.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-03-18T22:07:34.690Z Compiling globset v0.4.18
32192026-03-18T22:07:34.735Z Compiling olpc-cjson v0.1.4
32202026-03-18T22:07:34.761Z Compiling primeorder v0.13.6
32212026-03-18T22:07:34.841Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-18T22:07:34.868Z Compiling serde_plain v1.0.2
32232026-03-18T22:07:34.979Z Compiling hickory-resolver v0.24.4
32242026-03-18T22:07:35.059Z Compiling typed-path v0.9.3
32252026-03-18T22:07:35.143Z Compiling base64 v0.21.7
32262026-03-18T22:07:35.167Z Compiling const_format v0.2.35
32272026-03-18T22:07:35.193Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-18T22:07:35.546Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-18T22:07:35.679Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-18T22:07:35.704Z Compiling tabled_derive v0.7.0
32312026-03-18T22:07:35.732Z Compiling bcs v0.1.6
32322026-03-18T22:07:36.023Z Compiling snafu v0.8.9
32332026-03-18T22:07:36.203Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-18T22:07:36.256Z Compiling typify v0.6.1
32352026-03-18T22:07:36.365Z Compiling salty v0.3.0
32362026-03-18T22:07:36.413Z Compiling progenitor-impl v0.13.0
32372026-03-18T22:07:36.439Z Compiling tough v0.20.0
32382026-03-18T22:07:36.442Z Compiling termtree v0.5.1
32392026-03-18T22:07:36.555Z Compiling qorb v0.4.1
32402026-03-18T22:07:36.586Z Compiling radium v0.7.0
32412026-03-18T22:07:36.697Z Compiling textwrap v0.16.2
32422026-03-18T22:07:36.770Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-18T22:07:36.943Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-18T22:07:37.011Z Compiling steno v0.4.1
32452026-03-18T22:07:37.064Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-18T22:07:37.103Z Compiling tabled v0.15.0
32472026-03-18T22:07:37.234Z Compiling tap v1.0.1
32482026-03-18T22:07:37.260Z Compiling typify-macro v0.4.3
32492026-03-18T22:07:37.286Z Compiling utf-8 v0.7.6
32502026-03-18T22:07:37.392Z Compiling maybe-uninit v2.0.0
32512026-03-18T22:07:37.419Z Compiling humantime v2.3.0
32522026-03-18T22:07:37.422Z Compiling wyz v0.5.1
32532026-03-18T22:07:37.549Z Compiling tungstenite v0.21.0
32542026-03-18T22:07:37.754Z Compiling p384 v0.13.1
32552026-03-18T22:07:37.813Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-18T22:07:37.864Z Compiling arc-swap v1.8.2
32572026-03-18T22:07:37.889Z Compiling packed_struct v0.10.1
32582026-03-18T22:07:38.251Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-18T22:07:38.278Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-18T22:07:38.303Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-18T22:07:38.546Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-18T22:07:38.741Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-03-18T22:07:38.940Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-18T22:07:39.038Z Compiling tagptr v0.2.0
32652026-03-18T22:07:39.279Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-18T22:07:39.404Z Compiling funty v2.0.0
32672026-03-18T22:07:39.530Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32682026-03-18T22:07:39.587Z Compiling moka v0.12.13
32692026-03-18T22:07:39.690Z Compiling typify v0.4.3
32702026-03-18T22:07:39.858Z Compiling progenitor-impl v0.10.0
32712026-03-18T22:07:40.275Z Compiling progenitor-macro v0.13.0
32722026-03-18T22:07:40.339Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-03-18T22:07:40.497Z Compiling bitvec v1.0.1
32742026-03-18T22:07:40.598Z Compiling slog-scope v4.4.1
32752026-03-18T22:07:40.636Z Compiling tokio-tungstenite v0.21.0
32762026-03-18T22:07:40.721Z Compiling polyval v0.6.2
32772026-03-18T22:07:40.745Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-18T22:07:40.819Z Compiling packed_struct_codegen v0.10.1
32792026-03-18T22:07:40.981Z Compiling zerocopy-derive v0.6.6
32802026-03-18T22:07:41.061Z Compiling bitfield-macros v0.19.4
32812026-03-18T22:07:41.100Z Compiling proc-macro-error-attr2 v2.0.0
32822026-03-18T22:07:41.203Z Compiling indexmap v1.9.3
32832026-03-18T22:07:41.232Z Compiling nodrop v0.1.14
32842026-03-18T22:07:41.275Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-18T22:07:41.395Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-18T22:07:41.498Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-18T22:07:41.673Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-18T22:07:42.052Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32892026-03-18T22:07:42.096Z Compiling crc-catalog v2.4.0
32902026-03-18T22:07:42.214Z Compiling parking_lot_core v0.8.6
32912026-03-18T22:07:42.241Z Compiling zerocopy v0.6.6
32922026-03-18T22:07:42.270Z Compiling crc v3.4.0
32932026-03-18T22:07:42.368Z Compiling bitfield v0.19.4
32942026-03-18T22:07:42.401Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-03-18T22:07:42.600Z Compiling proc-macro-error2 v2.0.1
32962026-03-18T22:07:42.695Z Compiling array-init v0.0.4
32972026-03-18T22:07:42.753Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32982026-03-18T22:07:42.812Z Compiling ghash v0.5.1
32992026-03-18T22:07:42.838Z Compiling slog-stdlog v4.1.1
33002026-03-18T22:07:43.035Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33012026-03-18T22:07:43.066Z Compiling smallvec v0.6.14
33022026-03-18T22:07:43.159Z Compiling hickory-resolver v0.25.2
33032026-03-18T22:07:43.276Z Compiling git-stub v1.0.0
33042026-03-18T22:07:43.364Z Compiling ctr v0.9.2
33052026-03-18T22:07:43.390Z Compiling num-derive v0.3.3
33062026-03-18T22:07:43.416Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-18T22:07:43.665Z Compiling lzma-sys v0.1.20
33082026-03-18T22:07:43.691Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33092026-03-18T22:07:43.719Z Compiling progenitor-macro v0.10.0
33102026-03-18T22:07:43.851Z Compiling hashbrown v0.12.3
33112026-03-18T22:07:43.987Z Compiling unicase v2.9.0
33122026-03-18T22:07:44.015Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-03-18T22:07:44.082Z Compiling aes-gcm v0.10.3
33142026-03-18T22:07:44.116Z Compiling git-stub-vcs v0.1.0
33152026-03-18T22:07:44.268Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-03-18T22:07:44.296Z Compiling mime_guess v2.0.5
33172026-03-18T22:07:44.320Z Compiling serde-hex v0.1.0
33182026-03-18T22:07:44.369Z Compiling tabled_derive v0.11.0
33192026-03-18T22:07:44.504Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-03-18T22:07:44.563Z Compiling slog-envlogger v2.2.0
33212026-03-18T22:07:44.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-18T22:07:44.676Z Compiling libscf-sys v1.1.0
33232026-03-18T22:07:44.896Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33242026-03-18T22:07:45.106Z Compiling progenitor-impl v0.11.2
33252026-03-18T22:07:45.109Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-18T22:07:45.347Z Compiling ron v0.8.1
33272026-03-18T22:07:45.375Z Compiling papergrid v0.17.0
33282026-03-18T22:07:45.434Z Compiling cargo_toml v0.22.3
33292026-03-18T22:07:45.926Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-18T22:07:45.951Z Compiling hashbrown v0.13.2
33312026-03-18T22:07:46.091Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-18T22:07:46.707Z Compiling testing_table v0.3.0
33332026-03-18T22:07:46.733Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-18T22:07:46.821Z Compiling ssh-encoding v0.2.0
33352026-03-18T22:07:46.875Z Compiling blowfish v0.9.1
33362026-03-18T22:07:46.936Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-18T22:07:46.964Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-18T22:07:47.059Z Compiling nibble_vec v0.1.0
33392026-03-18T22:07:47.226Z Compiling crc-any v2.5.0
33402026-03-18T22:07:47.263Z Compiling endian-type v0.1.2
33412026-03-18T22:07:47.286Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-03-18T22:07:47.289Z Compiling corncobs v0.1.4
33432026-03-18T22:07:47.418Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-03-18T22:07:47.480Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-18T22:07:47.550Z Compiling radix_trie v0.2.1
33462026-03-18T22:07:47.607Z Compiling bcrypt-pbkdf v0.10.0
33472026-03-18T22:07:47.667Z Compiling ssh-cipher v0.2.0
33482026-03-18T22:07:47.730Z Compiling tabled v0.20.0
33492026-03-18T22:07:47.823Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-18T22:07:47.850Z Compiling progenitor v0.13.0
33512026-03-18T22:07:47.903Z Compiling object v0.30.4
33522026-03-18T22:07:48.003Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-18T22:07:48.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-18T22:07:48.081Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-18T22:07:48.084Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-18T22:07:48.436Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-18T22:07:48.511Z Compiling parking_lot v0.11.2
33582026-03-18T22:07:48.786Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-18T22:07:48.864Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-03-18T22:07:49.062Z Compiling progenitor-macro v0.11.2
33612026-03-18T22:07:49.088Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-18T22:07:49.251Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-18T22:07:49.560Z Compiling progenitor-client v0.11.2
33642026-03-18T22:07:49.614Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-18T22:07:49.763Z Compiling prefix-trie v0.7.0
33662026-03-18T22:07:49.836Z Compiling password-hash v0.4.2
33672026-03-18T22:07:49.880Z Compiling fxhash v0.2.1
33682026-03-18T22:07:49.993Z Compiling secrecy v0.8.0
33692026-03-18T22:07:50.084Z Compiling http-range v0.1.5
33702026-03-18T22:07:50.217Z Compiling half v1.8.3
33712026-03-18T22:07:50.323Z Compiling path-slash v0.1.5
33722026-03-18T22:07:50.368Z Compiling hickory-server v0.25.2
33732026-03-18T22:07:50.627Z Compiling serde_cbor v0.11.2
33742026-03-18T22:07:50.658Z Compiling pbkdf2 v0.11.0
33752026-03-18T22:07:50.680Z Compiling sled v0.34.7
33762026-03-18T22:07:50.963Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-03-18T22:07:51.149Z Compiling progenitor v0.10.0
33782026-03-18T22:07:51.201Z Compiling ron v0.12.0
33792026-03-18T22:07:51.231Z Compiling xz2 v0.1.7
33802026-03-18T22:07:51.366Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-18T22:07:51.510Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-18T22:07:51.572Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-18T22:07:52.320Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33842026-03-18T22:07:52.371Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-18T22:07:52.673Z Compiling ssh-key v0.6.7
33862026-03-18T22:07:52.754Z Compiling hickory-client v0.25.2
33872026-03-18T22:07:53.085Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-18T22:07:53.192Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-18T22:07:53.395Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33902026-03-18T22:07:53.470Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33912026-03-18T22:07:53.559Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-18T22:07:53.703Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-03-18T22:07:54.309Z Compiling p256 v0.13.2
33942026-03-18T22:07:54.392Z Compiling p521 v0.13.3
33952026-03-18T22:07:54.504Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-18T22:07:54.553Z Compiling yasna v0.5.2
33972026-03-18T22:07:54.847Z Compiling kstat-rs v0.2.4
33982026-03-18T22:07:55.137Z Compiling headers-core v0.3.0
33992026-03-18T22:07:55.273Z Compiling nanorand v0.7.0
34002026-03-18T22:07:55.300Z Compiling atty v0.2.14
34012026-03-18T22:07:55.414Z Compiling russh-cryptovec v0.7.3
34022026-03-18T22:07:55.512Z Compiling base16ct v1.0.0
34032026-03-18T22:07:55.555Z Compiling home v0.5.12
34042026-03-18T22:07:55.706Z Compiling crc8 v0.1.1
34052026-03-18T22:07:55.762Z Compiling md5 v0.7.0
34062026-03-18T22:07:55.818Z Compiling flume v0.11.1
34072026-03-18T22:07:55.849Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-18T22:07:55.849Z Compiling headers v0.4.1
34092026-03-18T22:07:55.914Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-03-18T22:07:55.926Z Compiling rcgen v0.12.1
34112026-03-18T22:07:55.965Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34122026-03-18T22:07:56.070Z Compiling russh-keys v0.45.0
34132026-03-18T22:07:56.094Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-03-18T22:07:56.177Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-18T22:07:56.293Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-18T22:07:56.535Z Compiling progenitor v0.11.2
34172026-03-18T22:07:56.678Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-03-18T22:07:56.772Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-18T22:07:56.872Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-18T22:07:56.916Z Compiling hyper-staticfile v0.10.1
34212026-03-18T22:07:57.023Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-18T22:07:57.206Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-18T22:07:57.660Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-03-18T22:07:57.670Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-18T22:07:57.791Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-18T22:07:58.496Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-18T22:07:58.535Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-18T22:07:58.536Z Compiling num-bigint v0.4.6
34292026-03-18T22:07:58.536Z Compiling des v0.8.1
34302026-03-18T22:07:58.536Z Compiling subprocess v0.2.15
34312026-03-18T22:07:58.536Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-18T22:07:58.536Z Compiling hex-literal v0.4.1
34332026-03-18T22:07:58.599Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-18T22:07:58.626Z Compiling display-error-chain v0.2.2
34352026-03-18T22:07:58.850Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-03-18T22:07:58.936Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-18T22:07:58.963Z Compiling colored v2.2.0
34382026-03-18T22:07:58.987Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-18T22:07:59.334Z Compiling socket2 v0.5.10
34402026-03-18T22:07:59.361Z Compiling internet-checksum v0.2.1
34412026-03-18T22:07:59.956Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-18T22:08:00.084Z Compiling russh v0.45.0
34432026-03-18T22:08:00.728Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-18T22:08:07.332Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-18T22:08:17.621Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-18T22:08:17.621Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-18T22:08:17.625Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-03-18T22:08:17.625Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-18T22:08:19.879Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-18T22:08:20.110Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-18T22:08:25.769Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-18T22:08:56.290Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-18T22:09:20.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34542026-03-18T22:09:21.115Z
34552026-03-18T22:09:21.118Zreal 1:59.066464142
34562026-03-18T22:09:21.118Zuser 11:41.365451778
34572026-03-18T22:09:21.118Zsys 2:05.260531725
34582026-03-18T22:09:21.118Ztrap 0.366563289
34592026-03-18T22:09:21.118Ztflt 0.519983649
34602026-03-18T22:09:21.118Zdflt 1.683819383
34612026-03-18T22:09:21.118Zkflt 0.000306499
34622026-03-18T22:09:21.118Zlock 40:42.404820131
34632026-03-18T22:09:21.118Zslp 26:19.753810067
34642026-03-18T22:09:21.118Zlat 45.503839194
34652026-03-18T22:09:21.118Zstop 4:00.319014287
34662026-03-18T22:09:21.118Z+ mkdir tests
34672026-03-18T22:09:21.121Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-18T22:09:21.124Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-18T22:09:21.154Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-18T22:09:21.177Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-18T22:09:21.201Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-18T22:09:21.224Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-18T22:09:21.463Z+ 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/*)
34742026-03-18T22:09:21.466Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34752026-03-18T22:11:00.907ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-18T22:11:00.907Za .github/buildomat/ci-env.sh 1K
34772026-03-18T22:11:00.907Za out/target/test 1K
34782026-03-18T22:11:00.907Za out/npuzone/npuzone 27402K
34792026-03-18T22:11:00.907Za package-manifest.toml 35K
34802026-03-18T22:11:00.907Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-18T22:11:00.907Za target/release/omicron-package 40561K
34822026-03-18T22:11:00.907Za target/release/xtask 11433K
34832026-03-18T22:11:00.907Za target/debug/bootstrap 335395K
34842026-03-18T22:11:00.907Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-18T22:11:00.907Za tests/commtest-24d786529c44a77c 32395K
34862026-03-18T22:11:00.907Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-18T22:11:00.907Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K
34882026-03-18T22:11:00.907Za out/clickhouse.tar.gz 301709K
34892026-03-18T22:11:00.907Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-18T22:11:00.907Za out/clickhouse_server.tar.gz 301708K
34912026-03-18T22:11:00.907Za out/cockroachdb.tar.gz 156534K
34922026-03-18T22:11:00.907Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-18T22:11:00.907Za out/crucible-utils.tar 17744K
34942026-03-18T22:11:00.907Za out/crucible-zone.tar.gz 53128K
34952026-03-18T22:11:00.907Za out/external-dns.tar.gz 43604K
34962026-03-18T22:11:00.907Za out/internal-dns.tar.gz 43604K
34972026-03-18T22:11:00.907Za out/mg-ddm-gz.tar 78377K
34982026-03-18T22:11:00.907Za out/nexus.tar.gz 209059K
34992026-03-18T22:11:00.907Za out/ntp.tar.gz 25418K
35002026-03-18T22:11:00.907Za out/omicron-gateway-softnpu.tar.gz 28226K
35012026-03-18T22:11:00.908Za out/omicron-sled-agent.tar 186543K
35022026-03-18T22:11:00.908Za out/overlay.tar.gz 3K
35032026-03-18T22:11:00.908Za out/oximeter.tar.gz 57439K
35042026-03-18T22:11:00.908Za out/oxlog.tar 3782K
35052026-03-18T22:11:00.908Za out/probe.tar.gz 3037K
35062026-03-18T22:11:00.908Za out/propolis-server.tar.gz 74633K
35072026-03-18T22:11:00.908Za out/pumpkind-gz.tar 26647K
35082026-03-18T22:11:00.908Za out/switch-softnpu.tar.gz 367870K
35092026-03-18T22:11:00.913Z
35102026-03-18T22:11:00.913Zreal 1:39.473522263
35112026-03-18T22:11:00.913Zuser 1:36.428920215
35122026-03-18T22:11:00.914Zsys 6.151652185
35132026-03-18T22:11:00.914Ztrap 0.007133626
35142026-03-18T22:11:00.914Ztflt 0.000000000
35152026-03-18T22:11:00.914Zdflt 0.000000000
35162026-03-18T22:11:00.914Zkflt 0.000000000
35172026-03-18T22:11:00.914Zlock 0.000000000
35182026-03-18T22:11:00.914Zslp 1:35.748905923
35192026-03-18T22:11:00.914Zlat 0.606049398
35202026-03-18T22:11:00.914Zstop 0.000176378
35212026-03-18T22:11:00.914Zprocess exited: duration 1465418 ms, exit code 0
 
35222026-03-18T22:11:00.932Zfound 1 output files
35232026-03-18T22:11:00.932Zuploading: /work/package.tar.gz (2319776428 bytes)
35242026-03-18T22:11:31.524Zuploaded: /work/package.tar.gz