01KN7VZ9P0NG5XM568C7F4P483: 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: 01KN7VZP0JVZ6ETTEY6X8Y9FJM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-02T21:58:32.750Zjob assigned to worker 01KN837QG8YFAJK8YP2J7EB6DN [factory aws, i-05492684d4984483d] (queued for 2 h 7 m 26 s)
 
22026-04-02T21:58:40.108Zstarting task 0: "setup"
32026-04-02T21:58:40.113Z++ uname -s
42026-04-02T21:58:40.116Z+ kern=SunOS
52026-04-02T21:58:40.116Z+ build_user=build
62026-04-02T21:58:40.116Z+ build_uid=12345
72026-04-02T21:58:40.116Z+ work_dir=/work
82026-04-02T21:58:40.116Z+ input_dir=/input
92026-04-02T21:58:40.116Z+ [[ 0 == 12345 ]]
102026-04-02T21:58:40.116Z+ case "$kern" in
112026-04-02T21:58:40.116Z+ groupadd -g 12345 build
122026-04-02T21:58:40.119Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-02T21:58:42.128Z+ zfs create -o mountpoint=/work rpool/work
142026-04-02T21:58:42.241Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-02T21:58:42.244Z+ home_fs=zfs
162026-04-02T21:58:42.244Z+ [[ zfs == autofs ]]
172026-04-02T21:58:42.244Z+ mkdir -p /home/build
182026-04-02T21:58:42.247Z+ chown build:build /home/build /work
192026-04-02T21:58:44.247Z+ chmod 0700 /home/build /work
202026-04-02T21:58:44.251Zprocess exited: duration 4146 ms, exit code 0
 
212026-04-02T21:58:44.257Zstarting task 1: "rust-toolchain"
222026-04-02T21:58:44.264Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-02T21:58:44.264Z * rust toolchain channel = "1.94.0"
242026-04-02T21:58:44.264Z * rust toolchain profile = "default"
252026-04-02T21:58:44.264Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-02T21:58:44.264Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-02T21:58:44.264Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-02T21:58:44.267Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-02T21:58:44.267Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-02T21:58:44.352Zinfo: downloading installer
312026-04-02T21:58:45.733Zwarn: It looks like you have an existing installation of Rust at:
322026-04-02T21:58:45.733Zwarn: /opt/ooce/bin
332026-04-02T21:58:45.733Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-02T21:58:45.733Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-02T21:58:45.733Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-02T21:58:45.733Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-02T21:58:45.733Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-02T21:58:45.733Zerror: cannot install while Rust is installed
392026-04-02T21:58:45.733Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-02T21:58:45.733Zwarn: It looks like you have an existing rustup settings file at:
412026-04-02T21:58:45.733Zwarn: /home/build/.rustup/settings.toml
422026-04-02T21:58:45.733Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-02T21:58:45.733Zwarn: instead of the one inferred from the default host triple.
442026-04-02T21:58:45.747Zinfo: profile set to default
452026-04-02T21:58:45.747Zinfo: default host triple is x86_64-unknown-illumos
462026-04-02T21:58:45.750Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-02T21:58:45.896Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-02T21:58:45.899Zinfo: downloading 6 components
492026-04-02T21:59:00.513Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-02T21:59:00.513Z
512026-04-02T21:59:00.543Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-02T21:59:00.543Z
532026-04-02T21:59:00.543Z
542026-04-02T21:59:00.543ZRust is installed now. Great!
552026-04-02T21:59:00.546Z
562026-04-02T21:59:00.546ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-02T21:59:00.546Zenvironment variable. This has not been done automatically.
582026-04-02T21:59:00.546Z
592026-04-02T21:59:00.546ZTo configure your current shell, you need to source
602026-04-02T21:59:00.546Zthe corresponding env file under $HOME/.cargo.
612026-04-02T21:59:00.546Z
622026-04-02T21:59:00.546ZThis is usually done by running one of the following (note the leading DOT):
632026-04-02T21:59:00.546Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-02T21:59:00.546Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-02T21:59:00.546Zsource "~/.cargo/env.nu" # For nushell
662026-04-02T21:59:00.546Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-02T21:59:00.546Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-02T21:59:00.546Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-02T21:59:00.546Zwarn: no default linker (`cc`) was found in your PATH
702026-04-02T21:59:00.546Zwarn: many Rust crates require a system C toolchain to build
712026-04-02T21:59:00.644Z+ rustup --version
722026-04-02T21:59:00.650Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-02T21:59:00.653Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-02T21:59:00.670Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-02T21:59:00.673Z+ cargo --version
762026-04-02T21:59:00.682Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-02T21:59:00.685Z+ rustc --version
782026-04-02T21:59:00.705Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-02T21:59:00.708Zprocess exited: duration 16449 ms, exit code 0
 
802026-04-02T21:59:00.714Zstarting task 2: "authentication"
812026-04-02T21:59:00.731Zprocess exited: duration 17 ms, exit code 0
 
822026-04-02T21:59:00.737Zstarting task 3: "clone repository"
832026-04-02T21:59:00.742Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-02T21:59:00.744Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-02T21:59:00.778ZCloning into '/work/oxidecomputer/omicron'...
862026-04-02T21:59:10.932Z+ cd /work/oxidecomputer/omicron
872026-04-02T21:59:10.932Z+ git fetch origin c620b0291ec29a340cb213b3621b0300685a9f92
882026-04-02T21:59:11.252ZFrom https://github.com/oxidecomputer/omicron
892026-04-02T21:59:11.252Z * branch c620b0291ec29a340cb213b3621b0300685a9f92 -> FETCH_HEAD
902026-04-02T21:59:11.266Z+ [[ -n subnet-pool-utilization ]]
912026-04-02T21:59:11.269Z++ git branch --show-current
922026-04-02T21:59:11.270Z+ current=main
932026-04-02T21:59:11.270Z+ [[ main != subnet-pool-utilization ]]
942026-04-02T21:59:11.270Z+ git branch -f subnet-pool-utilization c620b0291ec29a340cb213b3621b0300685a9f92
952026-04-02T21:59:11.273Z+ git checkout -f subnet-pool-utilization
962026-04-02T21:59:11.524ZSwitched to branch 'subnet-pool-utilization'
972026-04-02T21:59:11.527Z+ git reset --hard c620b0291ec29a340cb213b3621b0300685a9f92
982026-04-02T21:59:11.543ZHEAD is now at c620b0291 do subnet pool calc in sql
992026-04-02T21:59:11.546Zprocess exited: duration 10806 ms, exit code 0
 
1002026-04-02T21:59:11.552Zstarting task 4: "build"
1012026-04-02T21:59:11.557Z+ source .github/buildomat/ci-env.sh
1022026-04-02T21:59:11.560Z++ export CARGO_TERM_COLOR=always
1032026-04-02T21:59:11.560Z++ CARGO_TERM_COLOR=always
1042026-04-02T21:59:11.560Z+ cargo --version
1052026-04-02T21:59:11.567Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-02T21:59:11.570Z+ rustc --version
1072026-04-02T21:59:11.591Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-02T21:59:11.594Z+ WORK=/work
1092026-04-02T21:59:11.594Z+ pfexec mkdir -p /work
1102026-04-02T21:59:11.597Z+ pfexec chown build /work
1112026-04-02T21:59:11.600Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-02T21:59:20.265Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-02T21:59:27.743Z Startup: Caching catalogs ... Done
1142026-04-02T21:59:32.039ZPlanning: Solver setup ... Done (3.099s)
1152026-04-02T21:59:32.059ZPlanning: Running solver ... Done (0.020s)
1162026-04-02T21:59:32.181ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-02T21:59:32.192ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-02T21:59:32.284ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-02T21:59:32.316ZPlanning: Package planning ... Done (0.032s)
1202026-04-02T21:59:32.344ZPlanning: Merging actions ... Done (0.028s)
1212026-04-02T21:59:32.531ZPlanning: Checking for conflicting actions ... Done (0.188s)
1222026-04-02T21:59:32.539ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-02T21:59:33.801ZPlanning: Evaluating mediators ... Done (1.262s)
1242026-04-02T21:59:33.807ZPlanning: Planning completed in 5.90 seconds
1252026-04-02T21:59:33.821Z Packages to install: 4
1262026-04-02T21:59:33.824Z Mediators to change: 2
1272026-04-02T21:59:33.824Z Services to change: 1
1282026-04-02T21:59:33.824Z Estimated space available: 155.35 GB
1292026-04-02T21:59:33.824ZEstimated space to be consumed: 1.84 GB
1302026-04-02T21:59:33.824Z Create boot environment: No
1312026-04-02T21:59:33.824ZCreate backup boot environment: No
1322026-04-02T21:59:33.824Z Rebuild boot archive: No
1332026-04-02T21:59:33.824Z
1342026-04-02T21:59:33.824ZChanged mediators:
1352026-04-02T21:59:33.824Z mediator clang:
1362026-04-02T21:59:33.824Z version: None -> 15 (system default)
1372026-04-02T21:59:33.824Z
1382026-04-02T21:59:33.824Z mediator llvm:
1392026-04-02T21:59:33.824Z version: 14 (system default) -> 15 (system default)
1402026-04-02T21:59:33.824Z
1412026-04-02T21:59:33.824ZChanged packages:
1422026-04-02T21:59:33.824Zhelios-dev
1432026-04-02T21:59:33.824Z developer/build-essential
1442026-04-02T21:59:33.824Z None -> 11-2.0
1452026-04-02T21:59:33.824Z library/libxmlsec1
1462026-04-02T21:59:33.824Z None -> 1.2.35-2.0
1472026-04-02T21:59:33.824Z ooce/developer/clang-15
1482026-04-02T21:59:33.824Z None -> 15.0.7-2.0
1492026-04-02T21:59:33.824Z ooce/developer/llvm-15
1502026-04-02T21:59:33.824Z None -> 15.0.7-2.0
1512026-04-02T21:59:33.824Z
1522026-04-02T21:59:33.824ZServices:
1532026-04-02T21:59:33.825Z restart_fmri:
1542026-04-02T21:59:33.825Z svc:/system/update-man-index:default
1552026-04-02T21:59:33.866Z
1562026-04-02T21:59:33.866ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-02T21:59:38.867ZDownload: 1317/3290 items 107.2/212.6MB 50% complete (21.4M/s)
1582026-04-02T21:59:44.442ZDownload: 3242/3290 items 203.0/212.6MB 95% complete (20.8M/s)
1592026-04-02T21:59:50.086ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (20.4M/s)
1602026-04-02T21:59:51.403ZDownload: Completed 212.60 MB in 17.54 seconds (12.1M/s)
1612026-04-02T21:59:51.532Z Actions: 1/3689 actions (Installing new actions)
1622026-04-02T21:59:54.771Z Actions: Completed 3689 actions in 3.24 seconds.
1632026-04-02T21:59:55.054Z Done (0.280s)
1642026-04-02T21:59:55.055Z Done (0.000s)
1652026-04-02T21:59:55.676Z Done (0.620s)
1662026-04-02T21:59:59.156Z Done (3.140s)
1672026-04-02T21:59:59.240Z Done (0.016s)
1682026-04-02T21:59:59.243Z Done (0.000s)
1692026-04-02T21:59:59.483Z Done (0.000s)
1702026-04-02T22:00:00.319ZPlanning: Evaluating mediator changes ... Done
1712026-04-02T22:00:00.424ZPlanning: Checking for conflicting actions ... Done
1722026-04-02T22:00:00.427ZPlanning: Consolidating action changes ... Done
1732026-04-02T22:00:00.585ZPlanning: Evaluating mediators ... Done
1742026-04-02T22:00:00.588ZPlanning: Planning completed in 0.26 seconds
1752026-04-02T22:00:00.604Z Mediators to change: 2
1762026-04-02T22:00:00.604Z Create boot environment: No
1772026-04-02T22:00:00.604ZCreate backup boot environment: No
1782026-04-02T22:00:00.691Z Done
1792026-04-02T22:00:00.691Z Done
1802026-04-02T22:00:01.321Z Done
1812026-04-02T22:00:03.843Z Done
1822026-04-02T22:00:03.915Z Done
1832026-04-02T22:00:03.918Z Done
1842026-04-02T22:00:04.054Z Done
1852026-04-02T22:00:04.452ZPlanning: Evaluating mediator changes ... Done
1862026-04-02T22:00:04.455ZPlanning: Merging actions ... Done
1872026-04-02T22:00:04.592ZPlanning: Checking for conflicting actions ... Done
1882026-04-02T22:00:04.596ZPlanning: Consolidating action changes ... Done
1892026-04-02T22:00:04.733ZPlanning: Evaluating mediators ... Done
1902026-04-02T22:00:04.761ZPlanning: Planning completed in 0.45 seconds
1912026-04-02T22:00:04.786Z Packages to change: 1
1922026-04-02T22:00:04.786Z Mediators to change: 1
1932026-04-02T22:00:04.786Z Services to change: 1
1942026-04-02T22:00:04.786Z Create boot environment: No
1952026-04-02T22:00:04.786ZCreate backup boot environment: Yes
1962026-04-02T22:00:07.184Z Actions: 1/6 actions (Updating modified actions)
1972026-04-02T22:00:07.187Z Actions: Completed 6 actions in 0.00 seconds.
1982026-04-02T22:00:07.187Z Done
1992026-04-02T22:00:07.187Z Done
2002026-04-02T22:00:07.322Z Done
2012026-04-02T22:00:09.775Z Done
2022026-04-02T22:00:09.850Z Done
2032026-04-02T22:00:09.853Z Done
2042026-04-02T22:00:10.004Z Done
2052026-04-02T22:00:10.298ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-02T22:00:10.298Zclang system 15 system
2072026-04-02T22:00:10.298Zcsh system system illumos
2082026-04-02T22:00:10.298Zctags system system illumos
2092026-04-02T22:00:10.298Zfile system system illumos
2102026-04-02T22:00:10.298Zgcc vendor 12 vendor
2112026-04-02T22:00:10.298Zgcc system 14 system
2122026-04-02T22:00:10.298Zgcc system 10 system
2132026-04-02T22:00:10.298Zgo system 1.20 system
2142026-04-02T22:00:10.298Zgo system 1.19 system
2152026-04-02T22:00:10.298Zllvm system 15 system
2162026-04-02T22:00:10.298Zllvm system 14 system
2172026-04-02T22:00:10.298Zmariadb system 10.6 system
2182026-04-02T22:00:10.298Zmta vendor vendor dma
2192026-04-02T22:00:10.298Zopenjdk system 17 system
2202026-04-02T22:00:10.298Zopenjdk system 11 system
2212026-04-02T22:00:10.298Zopenjdk system 1.8 system
2222026-04-02T22:00:10.298Zopenssl vendor 3 vendor
2232026-04-02T22:00:10.298Zperl system 5.36 system
2242026-04-02T22:00:10.299Zpostgresql system 15 system
2252026-04-02T22:00:10.299Zpostgresql system 13 system
2262026-04-02T22:00:10.299Zpython vendor 3 vendor
2272026-04-02T22:00:10.299Zpython system 2 system
2282026-04-02T22:00:10.299Zpython3 system 3.11 system
2292026-04-02T22:00:10.299Zruby system 3.0 system
2302026-04-02T22:00:10.299Zwords vendor vendor american-english
2312026-04-02T22:00:10.299Zwords system system australian-english
2322026-04-02T22:00:10.299Zwords system system british-english
2332026-04-02T22:00:10.299Zwords system system canadian-english
2342026-04-02T22:00:10.299Zwords system system french
2352026-04-02T22:00:10.299Zwords system system italian
2362026-04-02T22:00:10.299Zwords system system ngerman
2372026-04-02T22:00:10.299Zwords system system ogerman
2382026-04-02T22:00:10.299Zwords system system spanish
2392026-04-02T22:00:10.531ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-02T22:00:10.531Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-02T22:00:14.826ZFMRI IFO
2422026-04-02T22:00:14.826Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-02T22:00:14.826Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-02T22:00:14.826Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-02T22:00:14.826Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-02T22:00:14.826Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-02T22:00:14.826Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-02T22:00:14.826Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-04-02T22:00:14.826Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-02T22:00:14.826Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-02T22:00:14.826Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-02T22:00:14.826Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-02T22:00:14.826Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-02T22:00:14.826Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-02T22:00:14.826Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-02T22:00:14.826Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-02T22:00:14.826Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-02T22:00:15.932Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-02T22:00:16.209Z Updating crates.io index
2602026-04-02T22:00:16.213Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-02T22:00:16.507Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-02T22:00:17.328Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-02T22:00:17.990Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-04-02T22:00:18.602Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-02T22:00:19.281Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-04-02T22:00:20.688Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-04-02T22:00:22.042Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-04-02T22:00:22.979Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-04-02T22:00:23.200Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-04-02T22:00:23.848Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-04-02T22:00:24.314Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-04-02T22:00:24.766Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-04-02T22:00:25.087Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-02T22:00:26.029Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-04-02T22:00:26.550Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-02T22:00:26.887Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-02T22:00:27.157Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-02T22:00:27.682Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-02T22:00:27.932Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-02T22:00:28.184Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-02T22:00:28.421Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-02T22:00:28.820Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-02T22:00:29.184Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-02T22:00:29.760Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-02T22:00:30.103Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-02T22:00:30.406Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-02T22:00:30.690Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-02T22:00:31.825Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-04-02T22:00:32.608Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-02T22:00:33.264Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-02T22:00:33.535Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-02T22:00:33.882Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-02T22:00:34.274Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-02T22:00:34.587Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-02T22:00:35.083Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-02T22:00:35.350Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-02T22:00:35.611Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-02T22:00:35.958Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-02T22:00:47.590Z Downloading crates ...
3002026-04-02T22:00:47.647Z Downloaded potential_utf v0.1.4
3012026-04-02T22:00:47.658Z Downloaded num-traits v0.2.19
3022026-04-02T22:00:47.660Z Downloaded serde-value v0.7.0
3032026-04-02T22:00:47.663Z Downloaded textwrap v0.16.2
3042026-04-02T22:00:47.663Z Downloaded thread-id v4.2.2
3052026-04-02T22:00:47.666Z Downloaded form_urlencoded v1.2.2
3062026-04-02T22:00:47.666Z Downloaded yoke v0.8.1
3072026-04-02T22:00:47.666Z Downloaded synstructure v0.13.2
3082026-04-02T22:00:47.670Z Downloaded dof v0.3.0
3092026-04-02T22:00:47.670Z Downloaded block-buffer v0.10.4
3102026-04-02T22:00:47.670Z Downloaded icu_properties v2.1.2
3112026-04-02T22:00:47.673Z Downloaded yoke-derive v0.8.1
3122026-04-02T22:00:47.673Z Downloaded crypto-common v0.1.7
3132026-04-02T22:00:47.673Z Downloaded clap_derive v4.5.55
3142026-04-02T22:00:47.676Z Downloaded byteorder v1.5.0
3152026-04-02T22:00:47.676Z Downloaded version_check v0.9.5
3162026-04-02T22:00:47.680Z Downloaded typeid v1.0.3
3172026-04-02T22:00:47.680Z Downloaded unicode-linebreak v0.1.5
3182026-04-02T22:00:47.680Z Downloaded erased-serde v0.4.9
3192026-04-02T22:00:47.680Z Downloaded usdt-macro v0.5.0
3202026-04-02T22:00:47.683Z Downloaded usdt v0.5.0
3212026-04-02T22:00:47.683Z Downloaded toml_write v0.1.2
3222026-04-02T22:00:47.683Z Downloaded camino v1.2.2
3232026-04-02T22:00:47.683Z Downloaded autocfg v1.5.0
3242026-04-02T22:00:47.688Z Downloaded clap_lex v1.0.0
3252026-04-02T22:00:47.688Z Downloaded anstyle-query v1.1.5
3262026-04-02T22:00:47.691Z Downloaded utf8parse v0.2.2
3272026-04-02T22:00:47.691Z Downloaded unicode-xid v0.2.6
3282026-04-02T22:00:47.691Z Downloaded equivalent v1.0.2
3292026-04-02T22:00:47.693Z Downloaded cargo_metadata v0.21.0
3302026-04-02T22:00:47.696Z Downloaded usdt-attr-macro v0.5.0
3312026-04-02T22:00:47.696Z Downloaded zerofrom v0.1.6
3322026-04-02T22:00:47.696Z Downloaded digest v0.10.7
3332026-04-02T22:00:47.696Z Downloaded bytecount v0.6.9
3342026-04-02T22:00:47.699Z Downloaded anstyle-parse v0.2.7
3352026-04-02T22:00:47.699Z Downloaded getrandom v0.4.1
3362026-04-02T22:00:47.702Z Downloaded anstyle v1.0.13
3372026-04-02T22:00:47.702Z Downloaded dtrace-parser v0.2.0
3382026-04-02T22:00:47.702Z Downloaded thiserror-impl v2.0.18
3392026-04-02T22:00:47.702Z Downloaded thiserror v2.0.18
3402026-04-02T22:00:47.705Z Downloaded zerovec-derive v0.11.2
3412026-04-02T22:00:47.708Z Downloaded cfg-if v1.0.4
3422026-04-02T22:00:47.708Z Downloaded toml_datetime v0.6.11
3432026-04-02T22:00:47.708Z Downloaded colorchoice v1.0.4
3442026-04-02T22:00:47.710Z Downloaded clap v4.5.60
3452026-04-02T22:00:47.713Z Downloaded tinystr v0.8.2
3462026-04-02T22:00:47.716Z Downloaded displaydoc v0.2.5
3472026-04-02T22:00:47.716Z Downloaded writeable v0.6.2
3482026-04-02T22:00:47.719Z Downloaded thiserror-impl v1.0.69
3492026-04-02T22:00:47.719Z Downloaded anstream v0.6.21
3502026-04-02T22:00:47.719Z Downloaded thiserror v1.0.69
3512026-04-02T22:00:47.722Z Downloaded zmij v1.0.21
3522026-04-02T22:00:47.725Z Downloaded usdt-impl v0.5.0
3532026-04-02T22:00:47.725Z Downloaded ucd-trie v0.1.7
3542026-04-02T22:00:47.725Z Downloaded toml v0.8.23
3552026-04-02T22:00:47.728Z Downloaded fastrand v2.3.0
3562026-04-02T22:00:47.728Z Downloaded zerocopy-derive v0.7.35
3572026-04-02T22:00:47.731Z Downloaded generic-array v0.14.7
3582026-04-02T22:00:47.731Z Downloaded zerofrom-derive v0.1.6
3592026-04-02T22:00:47.731Z Downloaded utf8_iter v1.0.4
3602026-04-02T22:00:47.734Z Downloaded cpufeatures v0.2.17
3612026-04-02T22:00:47.734Z Downloaded camino-tempfile v1.4.1
3622026-04-02T22:00:47.734Z Downloaded url v2.5.8
3632026-04-02T22:00:47.737Z Downloaded swrite v0.1.0
3642026-04-02T22:00:47.737Z Downloaded cargo-util-schemas v0.8.2
3652026-04-02T22:00:47.737Z Downloaded anyhow v1.0.102
3662026-04-02T22:00:47.740Z Downloaded memmap v0.7.0
3672026-04-02T22:00:47.744Z Downloaded tabled_derive v0.7.0
3682026-04-02T22:00:47.744Z Downloaded smawk v0.3.2
3692026-04-02T22:00:47.744Z Downloaded errno v0.3.14
3702026-04-02T22:00:47.744Z Downloaded unicode-ident v1.0.24
3712026-04-02T22:00:47.747Z Downloaded zerotrie v0.2.3
3722026-04-02T22:00:47.747Z Downloaded pretty-hex v0.4.1
3732026-04-02T22:00:47.747Z Downloaded heck v0.5.0
3742026-04-02T22:00:47.747Z Downloaded fnv v1.0.7
3752026-04-02T22:00:47.750Z Downloaded toml_edit v0.22.27
3762026-04-02T22:00:47.750Z Downloaded stable_deref_trait v1.2.1
3772026-04-02T22:00:47.750Z Downloaded cargo-platform v0.2.0
3782026-04-02T22:00:47.755Z Downloaded scroll_derive v0.12.1
3792026-04-02T22:00:47.755Z Downloaded typenum v1.19.0
3802026-04-02T22:00:47.755Z Downloaded proc-macro-error-attr v1.0.4
3812026-04-02T22:00:47.757Z Downloaded itoa v1.0.17
3822026-04-02T22:00:47.758Z Downloaded percent-encoding v2.3.2
3832026-04-02T22:00:47.762Z Downloaded serde_spanned v0.6.9
3842026-04-02T22:00:47.765Z Downloaded zerovec v0.11.5
3852026-04-02T22:00:47.768Z Downloaded fs-err v3.3.0
3862026-04-02T22:00:47.768Z Downloaded heck v0.4.1
3872026-04-02T22:00:47.773Z Downloaded zerocopy v0.7.35
3882026-04-02T22:00:47.782Z Downloaded idna_adapter v1.2.1
3892026-04-02T22:00:47.785Z Downloaded ordered-float v2.10.1
3902026-04-02T22:00:47.785Z Downloaded winnow v0.7.14
3912026-04-02T22:00:47.788Z Downloaded unicode-width v0.2.0
3922026-04-02T22:00:47.790Z Downloaded strsim v0.11.1
3932026-04-02T22:00:47.794Z Downloaded terminal_size v0.4.3
3942026-04-02T22:00:47.794Z Downloaded unicode-width v0.1.14
3952026-04-02T22:00:47.799Z Downloaded macaddr v1.0.1
3962026-04-02T22:00:47.799Z Downloaded plain v0.2.3
3972026-04-02T22:00:47.799Z Downloaded is_terminal_polyfill v1.70.2
3982026-04-02T22:00:47.804Z Downloaded proc-macro-error v1.0.4
3992026-04-02T22:00:47.819Z Downloaded smallvec v1.15.1
4002026-04-02T22:00:47.822Z Downloaded semver v1.0.27
4012026-04-02T22:00:47.825Z Downloaded pest_derive v2.8.6
4022026-04-02T22:00:47.836Z Downloaded quote v1.0.44
4032026-04-02T22:00:47.839Z Downloaded sha2 v0.10.9
4042026-04-02T22:00:47.843Z Downloaded serde-untagged v0.1.9
4052026-04-02T22:00:47.846Z Downloaded serde_tokenstream v0.2.3
4062026-04-02T22:00:47.846Z Downloaded scroll v0.12.0
4072026-04-02T22:00:47.850Z Downloaded pest_generator v2.8.6
4082026-04-02T22:00:47.854Z Downloaded once_cell v1.21.3
4092026-04-02T22:00:47.861Z Downloaded cargo_toml v0.21.0
4102026-04-02T22:00:47.873Z Downloaded litemap v0.8.1
4112026-04-02T22:00:47.876Z Downloaded tempfile v3.25.0
4122026-04-02T22:00:47.887Z Downloaded papergrid v0.11.0
4132026-04-02T22:00:47.890Z Downloaded icu_provider v2.1.1
4142026-04-02T22:00:47.892Z Downloaded icu_locale_core v2.1.1
4152026-04-02T22:00:47.897Z Downloaded bitflags v2.11.0
4162026-04-02T22:00:47.900Z Downloaded log v0.4.29
4172026-04-02T22:00:47.902Z Downloaded serde_core v1.0.228
4182026-04-02T22:00:47.917Z Downloaded proc-macro2 v1.0.106
4192026-04-02T22:00:47.928Z Downloaded pest_meta v2.8.6
4202026-04-02T22:00:47.932Z Downloaded icu_normalizer v2.1.1
4212026-04-02T22:00:47.932Z Downloaded icu_normalizer_data v2.1.1
4222026-04-02T22:00:47.932Z Downloaded serde v1.0.228
4232026-04-02T22:00:47.935Z Downloaded serde_derive v1.0.228
4242026-04-02T22:00:47.937Z Downloaded icu_collections v2.1.1
4252026-04-02T22:00:47.956Z Downloaded memchr v2.8.0
4262026-04-02T22:00:47.976Z Downloaded indexmap v2.13.0
4272026-04-02T22:00:47.993Z Downloaded pest v2.8.6
4282026-04-02T22:00:47.999Z Downloaded serde_json v1.0.149
4292026-04-02T22:00:48.002Z Downloaded hashbrown v0.16.1
4302026-04-02T22:00:48.010Z Downloaded icu_properties_data v2.1.2
4312026-04-02T22:00:48.015Z Downloaded idna v1.1.0
4322026-04-02T22:00:48.018Z Downloaded clap_builder v4.5.60
4332026-04-02T22:00:48.031Z Downloaded goblin v0.8.2
4342026-04-02T22:00:48.044Z Downloaded tabled v0.15.0
4352026-04-02T22:00:48.058Z Downloaded syn v1.0.109
4362026-04-02T22:00:48.063Z Downloaded syn v2.0.117
4372026-04-02T22:00:48.082Z Downloaded rustix v1.1.3
4382026-04-02T22:00:48.113Z Downloaded libc v0.2.180
4392026-04-02T22:00:48.178Z Compiling proc-macro2 v1.0.106
4402026-04-02T22:00:48.178Z Compiling quote v1.0.44
4412026-04-02T22:00:48.178Z Compiling unicode-ident v1.0.24
4422026-04-02T22:00:48.181Z Compiling serde_core v1.0.228
4432026-04-02T22:00:48.181Z Compiling libc v0.2.180
4442026-04-02T22:00:48.181Z Compiling version_check v0.9.5
4452026-04-02T22:00:48.181Z Compiling memchr v2.8.0
4462026-04-02T22:00:48.181Z Compiling stable_deref_trait v1.2.1
4472026-04-02T22:00:48.181Z Compiling serde v1.0.228
4482026-04-02T22:00:48.181Z Compiling zmij v1.0.21
4492026-04-02T22:00:48.181Z Compiling ucd-trie v0.1.7
4502026-04-02T22:00:48.181Z Compiling itoa v1.0.17
4512026-04-02T22:00:48.362Z Compiling autocfg v1.5.0
4522026-04-02T22:00:48.376Z Compiling thiserror v1.0.69
4532026-04-02T22:00:48.380Z Compiling writeable v0.6.2
4542026-04-02T22:00:48.612Z Compiling litemap v0.8.1
4552026-04-02T22:00:48.615Z Compiling icu_properties_data v2.1.2
4562026-04-02T22:00:48.684Z Compiling icu_normalizer_data v2.1.1
4572026-04-02T22:00:48.831Z Compiling byteorder v1.5.0
4582026-04-02T22:00:48.871Z Compiling rustix v1.1.3
4592026-04-02T22:00:48.874Z Compiling bitflags v2.11.0
4602026-04-02T22:00:48.874Z Compiling serde_json v1.0.149
4612026-04-02T22:00:48.962Z Compiling pest v2.8.6
4622026-04-02T22:00:48.979Z Compiling num-traits v0.2.19
4632026-04-02T22:00:49.131Z Compiling hashbrown v0.16.1
4642026-04-02T22:00:49.160Z Compiling equivalent v1.0.2
4652026-04-02T22:00:49.164Z Compiling typeid v1.0.3
4662026-04-02T22:00:49.388Z Compiling smallvec v1.15.1
4672026-04-02T22:00:49.399Z Compiling usdt-impl v0.5.0
4682026-04-02T22:00:49.399Z Compiling proc-macro-error-attr v1.0.4
4692026-04-02T22:00:49.399Z Compiling toml_write v0.1.2
4702026-04-02T22:00:49.399Z Compiling erased-serde v0.4.9
4712026-04-02T22:00:49.452Z Compiling winnow v0.7.14
4722026-04-02T22:00:49.507Z Compiling errno v0.3.14
4732026-04-02T22:00:49.570Z Compiling thread-id v4.2.2
4742026-04-02T22:00:49.588Z Compiling syn v1.0.109
4752026-04-02T22:00:49.643Z Compiling proc-macro-error v1.0.4
4762026-04-02T22:00:49.681Z Compiling utf8parse v0.2.2
4772026-04-02T22:00:49.699Z Compiling utf8_iter v1.0.4
4782026-04-02T22:00:49.735Z Compiling getrandom v0.4.1
4792026-04-02T22:00:49.809Z Compiling indexmap v2.13.0
4802026-04-02T22:00:49.830Z Compiling plain v0.2.3
4812026-04-02T22:00:49.830Z Compiling camino v1.2.2
4822026-04-02T22:00:49.867Z Compiling thiserror v2.0.18
4832026-04-02T22:00:49.871Z Compiling log v0.4.29
4842026-04-02T22:00:49.931Z Compiling percent-encoding v2.3.2
4852026-04-02T22:00:50.038Z Compiling anstyle-parse v0.2.7
4862026-04-02T22:00:50.135Z Compiling pest_meta v2.8.6
4872026-04-02T22:00:50.150Z Compiling form_urlencoded v1.2.2
4882026-04-02T22:00:50.167Z Compiling syn v2.0.117
4892026-04-02T22:00:50.234Z Compiling ordered-float v2.10.1
4902026-04-02T22:00:50.328Z Compiling colorchoice v1.0.4
4912026-04-02T22:00:50.348Z Compiling cfg-if v1.0.4
4922026-04-02T22:00:50.371Z Compiling anstyle-query v1.1.5
4932026-04-02T22:00:50.377Z Compiling is_terminal_polyfill v1.70.2
4942026-04-02T22:00:50.438Z Compiling anstyle v1.0.13
4952026-04-02T22:00:50.475Z Compiling pretty-hex v0.4.1
4962026-04-02T22:00:50.516Z Compiling fs-err v3.3.0
4972026-04-02T22:00:50.519Z Compiling clap_lex v1.0.0
4982026-04-02T22:00:50.573Z Compiling heck v0.4.1
4992026-04-02T22:00:50.645Z Compiling anstream v0.6.21
5002026-04-02T22:00:50.702Z Compiling terminal_size v0.4.3
5012026-04-02T22:00:50.723Z Compiling unicode-width v0.1.14
5022026-04-02T22:00:50.730Z Compiling fastrand v2.3.0
5032026-04-02T22:00:50.762Z Compiling anyhow v1.0.102
5042026-04-02T22:00:50.772Z Compiling once_cell v1.21.3
5052026-04-02T22:00:50.957Z Compiling semver v1.0.27
5062026-04-02T22:00:50.977Z Compiling unicode-xid v0.2.6
5072026-04-02T22:00:50.999Z Compiling strsim v0.11.1
5082026-04-02T22:00:51.020Z Compiling bytecount v0.6.9
5092026-04-02T22:00:51.058Z Compiling fnv v1.0.7
5102026-04-02T22:00:51.061Z Compiling heck v0.5.0
5112026-04-02T22:00:51.128Z Compiling tempfile v3.25.0
5122026-04-02T22:00:51.179Z Compiling papergrid v0.11.0
5132026-04-02T22:00:51.199Z Compiling clap_builder v4.5.60
5142026-04-02T22:00:51.288Z Compiling serde-untagged v0.1.9
5152026-04-02T22:00:51.323Z Compiling memmap v0.7.0
5162026-04-02T22:00:51.342Z Compiling unicode-width v0.2.0
5172026-04-02T22:00:51.345Z Compiling smawk v0.3.2
5182026-04-02T22:00:51.381Z Compiling unicode-linebreak v0.1.5
5192026-04-02T22:00:51.419Z Compiling camino-tempfile v1.4.1
5202026-04-02T22:00:51.543Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-02T22:00:51.578Z Compiling swrite v0.1.0
5222026-04-02T22:00:51.652Z Compiling textwrap v0.16.2
5232026-04-02T22:00:51.981Z Compiling tabled_derive v0.7.0
5242026-04-02T22:00:52.663Z Compiling tabled v0.15.0
5252026-04-02T22:00:52.747Z Compiling synstructure v0.13.2
5262026-04-02T22:00:52.747Z Compiling pest_generator v2.8.6
5272026-04-02T22:00:53.328Z Compiling serde_derive v1.0.228
5282026-04-02T22:00:53.328Z Compiling zerofrom-derive v0.1.6
5292026-04-02T22:00:53.331Z Compiling yoke-derive v0.8.1
5302026-04-02T22:00:53.331Z Compiling zerovec-derive v0.11.2
5312026-04-02T22:00:53.331Z Compiling displaydoc v0.2.5
5322026-04-02T22:00:53.331Z Compiling thiserror-impl v1.0.69
5332026-04-02T22:00:53.331Z Compiling zerocopy-derive v0.7.35
5342026-04-02T22:00:53.331Z Compiling pest_derive v2.8.6
5352026-04-02T22:00:53.331Z Compiling scroll_derive v0.12.1
5362026-04-02T22:00:53.331Z Compiling thiserror-impl v2.0.18
5372026-04-02T22:00:53.331Z Compiling clap_derive v4.5.55
5382026-04-02T22:00:53.952Z Compiling scroll v0.12.0
5392026-04-02T22:00:54.157Z Compiling zerocopy v0.7.35
5402026-04-02T22:00:54.178Z Compiling goblin v0.8.2
5412026-04-02T22:00:54.436Z Compiling zerofrom v0.1.6
5422026-04-02T22:00:54.533Z Compiling dtrace-parser v0.2.0
5432026-04-02T22:00:54.550Z Compiling yoke v0.8.1
5442026-04-02T22:00:54.706Z Compiling zerovec v0.11.5
5452026-04-02T22:00:54.706Z Compiling zerotrie v0.2.3
5462026-04-02T22:00:54.815Z Compiling clap v4.5.60
5472026-04-02T22:00:55.158Z Compiling tinystr v0.8.2
5482026-04-02T22:00:55.158Z Compiling potential_utf v0.1.4
5492026-04-02T22:00:55.292Z Compiling icu_collections v2.1.1
5502026-04-02T22:00:55.313Z Compiling icu_locale_core v2.1.1
5512026-04-02T22:00:55.863Z Compiling toml_datetime v0.6.11
5522026-04-02T22:00:55.863Z Compiling serde_spanned v0.6.9
5532026-04-02T22:00:55.863Z Compiling serde-value v0.7.0
5542026-04-02T22:00:55.866Z Compiling cargo-platform v0.2.0
5552026-04-02T22:00:55.866Z Compiling macaddr v1.0.1
5562026-04-02T22:00:55.882Z Compiling dof v0.3.0
5572026-04-02T22:00:55.882Z Compiling serde_tokenstream v0.2.3
5582026-04-02T22:00:55.938Z Compiling icu_provider v2.1.1
5592026-04-02T22:00:56.129Z Compiling toml_edit v0.22.27
5602026-04-02T22:00:56.239Z Compiling icu_properties v2.1.2
5612026-04-02T22:00:56.243Z Compiling icu_normalizer v2.1.1
5622026-04-02T22:00:56.677Z Compiling usdt-attr-macro v0.5.0
5632026-04-02T22:00:56.677Z Compiling usdt-macro v0.5.0
5642026-04-02T22:00:57.047Z Compiling idna_adapter v1.2.1
5652026-04-02T22:00:57.158Z Compiling idna v1.1.0
5662026-04-02T22:00:57.255Z Compiling usdt v0.5.0
5672026-04-02T22:00:57.349Z Compiling toml v0.8.23
5682026-04-02T22:00:57.407Z Compiling url v2.5.8
5692026-04-02T22:00:57.688Z Compiling cargo_toml v0.21.0
5702026-04-02T22:00:57.805Z Compiling cargo-util-schemas v0.8.2
5712026-04-02T22:00:58.577Z Compiling cargo_metadata v0.21.0
5722026-04-02T22:00:59.501Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-02T22:01:01.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.88s
5742026-04-02T22:01:01.881Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-02T22:01:02.450Z Downloading crates ...
5762026-04-02T22:01:02.548Z Downloaded byte-wrapper v0.1.0
5772026-04-02T22:01:02.554Z Downloaded cookie_store v0.22.1
5782026-04-02T22:01:02.565Z Downloaded crc8 v0.1.1
5792026-04-02T22:01:02.573Z Downloaded display-error-chain v0.2.2
5802026-04-02T22:01:02.576Z Downloaded daft v0.1.5
5812026-04-02T22:01:02.579Z Downloaded critical-section v1.2.0
5822026-04-02T22:01:02.579Z Downloaded float-ord v0.3.2
5832026-04-02T22:01:02.586Z Downloaded des v0.8.1
5842026-04-02T22:01:02.590Z Downloaded darling v0.23.0
5852026-04-02T22:01:02.595Z Downloaded foldhash v0.2.0
5862026-04-02T22:01:02.597Z Downloaded defmt v0.3.100
5872026-04-02T22:01:02.598Z Downloaded darling v0.20.11
5882026-04-02T22:01:02.600Z Downloaded debug-ignore v1.0.5
5892026-04-02T22:01:02.604Z Downloaded dropshot-api-manager v0.6.0
5902026-04-02T22:01:02.606Z Downloaded derive_builder_macro v0.20.2
5912026-04-02T22:01:02.609Z Downloaded darling_macro v0.23.0
5922026-04-02T22:01:02.609Z Downloaded darling v0.21.3
5932026-04-02T22:01:02.612Z Downloaded block-padding v0.3.3
5942026-04-02T22:01:02.612Z Downloaded defmt-parser v1.0.0
5952026-04-02T22:01:02.616Z Downloaded filetime v0.2.27
5962026-04-02T22:01:02.619Z Downloaded der_derive v0.7.3
5972026-04-02T22:01:02.619Z Downloaded ciborium-io v0.2.2
5982026-04-02T22:01:02.622Z Downloaded cargo-platform v0.1.9
5992026-04-02T22:01:02.625Z Downloaded bit-set v0.8.0
6002026-04-02T22:01:02.627Z Downloaded defmt v1.0.1
6012026-04-02T22:01:02.630Z Downloaded dirs-sys-next v0.1.2
6022026-04-02T22:01:02.630Z Downloaded cobs v0.3.0
6032026-04-02T22:01:02.630Z Downloaded array-init v0.0.4
6042026-04-02T22:01:02.633Z Downloaded derive_builder_core v0.20.2
6052026-04-02T22:01:02.633Z Downloaded deranged v0.5.8
6062026-04-02T22:01:02.633Z Downloaded crc-catalog v2.4.0
6072026-04-02T22:01:02.636Z Downloaded async-stream-impl v0.3.6
6082026-04-02T22:01:02.636Z Downloaded convert_case v0.10.0
6092026-04-02T22:01:02.636Z Downloaded buf-list v1.1.2
6102026-04-02T22:01:02.640Z Downloaded adler2 v2.0.1
6112026-04-02T22:01:02.643Z Downloaded bit-vec v0.8.0
6122026-04-02T22:01:02.643Z Downloaded camino-tempfile-ext v0.3.3
6132026-04-02T22:01:02.645Z Downloaded foreign-types v0.5.0
6142026-04-02T22:01:02.645Z Downloaded foreign-types v0.3.2
6152026-04-02T22:01:02.645Z Downloaded dsl_auto_type v0.2.0
6162026-04-02T22:01:02.648Z Downloaded dof v0.4.0
6172026-04-02T22:01:02.648Z Downloaded console v0.15.11
6182026-04-02T22:01:02.651Z Downloaded cbc v0.1.2
6192026-04-02T22:01:02.651Z Downloaded colored v2.2.0
6202026-04-02T22:01:02.654Z Downloaded enum-as-inner v0.6.1
6212026-04-02T22:01:02.654Z Downloaded fallible-iterator v0.2.0
6222026-04-02T22:01:02.654Z Downloaded embedded-io v0.6.1
6232026-04-02T22:01:02.842Z Downloaded document-features v0.2.12
6242026-04-02T22:01:02.842Z Downloaded chacha20 v0.10.0
6252026-04-02T22:01:02.851Z Downloaded darling_macro v0.21.3
6262026-04-02T22:01:02.852Z Downloaded cstr-argument v0.1.2
6272026-04-02T22:01:02.852Z Downloaded chacha20 v0.9.1
6282026-04-02T22:01:02.852Z Downloaded darling_macro v0.20.11
6292026-04-02T22:01:02.852Z Downloaded darling_core v0.23.0
6302026-04-02T22:01:02.852Z Downloaded dyn-clone v1.0.20
6312026-04-02T22:01:02.852Z Downloaded dtrace-parser v0.3.0
6322026-04-02T22:01:02.852Z Downloaded crc-any v2.5.0
6332026-04-02T22:01:02.852Z Downloaded cexpr v0.6.0
6342026-04-02T22:01:02.852Z Downloaded backon v1.6.0
6352026-04-02T22:01:02.852Z Downloaded dunce v1.0.5
6362026-04-02T22:01:02.852Z Downloaded crunchy v0.2.4
6372026-04-02T22:01:02.852Z Downloaded embedded-io v0.4.0
6382026-04-02T22:01:02.852Z Downloaded downcast-rs v2.0.2
6392026-04-02T22:01:02.852Z Downloaded arc-swap v1.8.2
6402026-04-02T22:01:02.852Z Downloaded float-cmp v0.10.0
6412026-04-02T22:01:02.852Z Downloaded cargo_toml v0.22.3
6422026-04-02T22:01:02.852Z Downloaded bytes v1.11.1
6432026-04-02T22:01:02.852Z Downloaded fixedbitset v0.4.2
6442026-04-02T22:01:02.852Z Downloaded dropshot-api-manager-types v0.6.0
6452026-04-02T22:01:02.852Z Downloaded foldhash v0.1.5
6462026-04-02T22:01:02.852Z Downloaded atomicwrites v0.4.4
6472026-04-02T22:01:02.852Z Downloaded compact_str v0.8.1
6482026-04-02T22:01:02.852Z Downloaded cassowary v0.3.0
6492026-04-02T22:01:02.852Z Downloaded chacha20poly1305 v0.10.1
6502026-04-02T22:01:02.852Z Downloaded ff v0.13.1
6512026-04-02T22:01:02.852Z Downloaded assert_matches v1.5.0
6522026-04-02T22:01:02.852Z Downloaded atomic-waker v1.1.2
6532026-04-02T22:01:02.852Z Downloaded crc v3.4.0
6542026-04-02T22:01:02.852Z Downloaded cfg_aliases v0.1.1
6552026-04-02T22:01:02.852Z Downloaded castaway v0.2.4
6562026-04-02T22:01:02.852Z Downloaded foreign-types-macros v0.2.3
6572026-04-02T22:01:02.852Z Downloaded cfg_aliases v0.2.1
6582026-04-02T22:01:02.852Z Downloaded flagset v0.4.7
6592026-04-02T22:01:02.852Z Downloaded base16ct v1.0.0
6602026-04-02T22:01:02.852Z Downloaded fd-lock v4.0.4
6612026-04-02T22:01:02.852Z Downloaded endian-type v0.1.2
6622026-04-02T22:01:02.852Z Downloaded dirs-next v2.0.0
6632026-04-02T22:01:02.852Z Downloaded bcrypt-pbkdf v0.10.0
6642026-04-02T22:01:02.853Z Downloaded diesel_table_macro_syntax v0.3.0
6652026-04-02T22:01:02.853Z Downloaded crucible-workspace-hack v0.1.0
6662026-04-02T22:01:02.853Z Downloaded env_filter v1.0.0
6672026-04-02T22:01:02.853Z Downloaded async-trait v0.1.89
6682026-04-02T22:01:02.853Z Downloaded difflib v0.4.0
6692026-04-02T22:01:02.853Z Downloaded cmake v0.1.57
6702026-04-02T22:01:02.853Z Downloaded futures-core v0.3.32
6712026-04-02T22:01:02.853Z Downloaded futures-sink v0.3.32
6722026-04-02T22:01:02.853Z Downloaded funty v2.0.0
6732026-04-02T22:01:02.853Z Downloaded argon2 v0.5.3
6742026-04-02T22:01:02.853Z Downloaded futures-task v0.3.32
6752026-04-02T22:01:02.853Z Downloaded bitfield-struct v0.6.2
6762026-04-02T22:01:02.853Z Downloaded ciborium-ll v0.2.2
6772026-04-02T22:01:02.853Z Downloaded bit-set v0.5.3
6782026-04-02T22:01:02.853Z Downloaded futures-io v0.3.32
6792026-04-02T22:01:02.853Z Downloaded arrayref v0.3.9
6802026-04-02T22:01:02.853Z Downloaded git-stub v1.0.0
6812026-04-02T22:01:02.853Z Downloaded colored v3.1.1
6822026-04-02T22:01:02.853Z Downloaded aead v0.5.2
6832026-04-02T22:01:02.853Z Downloaded fxhash v0.2.1
6842026-04-02T22:01:02.853Z Downloaded cipher v0.4.4
6852026-04-02T22:01:02.853Z Downloaded atty v0.2.14
6862026-04-02T22:01:02.853Z Downloaded diesel-dtrace v0.5.0
6872026-04-02T22:01:02.853Z Downloaded csv-core v0.1.13
6882026-04-02T22:01:02.853Z Downloaded fixedbitset v0.5.7
6892026-04-02T22:01:02.853Z Downloaded daft-derive v0.1.5
6902026-04-02T22:01:02.853Z Downloaded foreign-types-shared v0.1.1
6912026-04-02T22:01:02.853Z Downloaded ahash v0.8.12
6922026-04-02T22:01:02.853Z Downloaded ctr v0.9.2
6932026-04-02T22:01:02.853Z Downloaded bitflags v1.3.2
6942026-04-02T22:01:02.853Z Downloaded gethostname v0.5.0
6952026-04-02T22:01:02.853Z Downloaded corncobs v0.1.4
6962026-04-02T22:01:02.853Z Downloaded ena v0.14.4
6972026-04-02T22:01:02.853Z Downloaded const-oid v0.9.6
6982026-04-02T22:01:02.853Z Downloaded elliptic-curve v0.13.8
6992026-04-02T22:01:02.853Z Downloaded constant_time_eq v0.4.2
7002026-04-02T22:01:02.853Z Downloaded bcs v0.1.6
7012026-04-02T22:01:02.853Z Downloaded bzip2 v0.4.4
7022026-04-02T22:01:02.853Z Downloaded convert_case v0.4.0
7032026-04-02T22:01:02.854Z Downloaded ed25519 v2.2.3
7042026-04-02T22:01:02.854Z Downloaded dropshot_endpoint v0.16.7
7052026-04-02T22:01:02.854Z Downloaded hostname v0.3.1
7062026-04-02T22:01:02.854Z Downloaded derive_builder v0.20.2
7072026-04-02T22:01:02.854Z Downloaded http-range v0.1.5
7082026-04-02T22:01:02.854Z Downloaded hex v0.4.3
7092026-04-02T22:01:02.854Z Downloaded blowfish v0.9.1
7102026-04-02T22:01:02.854Z Downloaded foreign-types-shared v0.3.1
7112026-04-02T22:01:02.854Z Downloaded home v0.5.12
7122026-04-02T22:01:02.854Z Downloaded hubpack_derive v0.1.1
7132026-04-02T22:01:02.854Z Downloaded hubpack v0.1.2
7142026-04-02T22:01:02.854Z Downloaded async-stream v0.3.6
7152026-04-02T22:01:02.854Z Downloaded bb8 v0.8.6
7162026-04-02T22:01:02.854Z Downloaded backoff v0.4.0
7172026-04-02T22:01:02.854Z Downloaded derive-ex v0.1.8
7182026-04-02T22:01:02.854Z Downloaded hash32 v0.2.1
7192026-04-02T22:01:02.854Z Downloaded data-encoding v2.10.0
7202026-04-02T22:01:02.854Z Downloaded cargo_metadata v0.19.2
7212026-04-02T22:01:02.854Z Downloaded ecdsa v0.16.9
7222026-04-02T22:01:02.854Z Downloaded defmt-macros v1.0.1
7232026-04-02T22:01:02.854Z Downloaded cpufeatures v0.3.0
7242026-04-02T22:01:02.854Z Downloaded hostname v0.4.2
7252026-04-02T22:01:02.860Z Downloaded httpdate v1.0.3
7262026-04-02T22:01:02.860Z Downloaded http-body v1.0.1
7272026-04-02T22:01:02.860Z Downloaded env_logger v0.11.9
7282026-04-02T22:01:02.860Z Downloaded hyper-tls v0.6.0
7292026-04-02T22:01:02.860Z Downloaded headers-core v0.3.0
7302026-04-02T22:01:02.860Z Downloaded globwalk v0.9.1
7312026-04-02T22:01:02.860Z Downloaded fs_extra v1.3.0
7322026-04-02T22:01:02.860Z Downloaded fs-err v2.11.0
7332026-04-02T22:01:02.861Z Downloaded erased-serde v0.3.31
7342026-04-02T22:01:02.861Z Downloaded hash32 v0.3.1
7352026-04-02T22:01:02.861Z Downloaded curve25519-dalek-derive v0.1.1
7362026-04-02T22:01:02.861Z Downloaded async-recursion v1.1.1
7372026-04-02T22:01:02.861Z Downloaded futures-macro v0.3.32
7382026-04-02T22:01:02.861Z Downloaded either v1.15.0
7392026-04-02T22:01:02.861Z Downloaded futures-executor v0.3.32
7402026-04-02T22:01:02.861Z Downloaded cookie v0.18.1
7412026-04-02T22:01:02.861Z Downloaded crc32fast v1.5.0
7422026-04-02T22:01:02.861Z Downloaded bitfield-macros v0.19.4
7432026-04-02T22:01:02.861Z Downloaded async-bb8-diesel v0.2.1
7442026-04-02T22:01:02.861Z Downloaded arrayvec v0.7.6
7452026-04-02T22:01:02.862Z Downloaded indent_write v2.2.0
7462026-04-02T22:01:02.862Z Downloaded ident_case v1.0.1
7472026-04-02T22:01:02.862Z Downloaded ascii-canvas v3.0.0
7482026-04-02T22:01:02.862Z Downloaded base16ct v0.2.0
7492026-04-02T22:01:02.862Z Downloaded instability v0.3.11
7502026-04-02T22:01:02.862Z Downloaded indoc v1.0.9
7512026-04-02T22:01:02.862Z Downloaded hex-literal v0.4.1
7522026-04-02T22:01:02.862Z Downloaded ghash v0.5.1
7532026-04-02T22:01:02.862Z Downloaded is-terminal v0.4.17
7542026-04-02T22:01:02.862Z Downloaded derive_more v2.1.1
7552026-04-02T22:01:02.862Z Downloaded const_format_proc_macros v0.2.34
7562026-04-02T22:01:02.862Z Downloaded inout v0.1.4
7572026-04-02T22:01:02.862Z Downloaded find-msvc-tools v0.1.9
7582026-04-02T22:01:02.862Z Downloaded internet-checksum v0.2.1
7592026-04-02T22:01:02.862Z Downloaded console v0.16.2
7602026-04-02T22:01:02.862Z Downloaded instant v0.1.13
7612026-04-02T22:01:02.862Z Downloaded cancel-safe-futures v0.1.5
7622026-04-02T22:01:02.862Z Downloaded bitfield v0.19.4
7632026-04-02T22:01:02.862Z Downloaded is_ci v1.2.0
7642026-04-02T22:01:02.863Z Downloaded bit-vec v0.6.3
7652026-04-02T22:01:02.863Z Downloaded base64ct v1.8.3
7662026-04-02T22:01:02.869Z Downloaded darling_core v0.20.11
7672026-04-02T22:01:02.869Z Downloaded lazy_static v1.5.0
7682026-04-02T22:01:02.869Z Downloaded highway v1.3.0
7692026-04-02T22:01:02.873Z Downloaded group v0.13.0
7702026-04-02T22:01:02.876Z Downloaded keccak v0.1.6
7712026-04-02T22:01:02.877Z Downloaded lalrpop-util v0.19.12
7722026-04-02T22:01:02.877Z Downloaded lzss v0.8.2
7732026-04-02T22:01:02.880Z Downloaded kstat-rs v0.2.4
7742026-04-02T22:01:02.880Z Downloaded ingot v0.1.1
7752026-04-02T22:01:02.880Z Downloaded linked-hash-map v0.5.6
7762026-04-02T22:01:02.883Z Downloaded indoc v2.0.7
7772026-04-02T22:01:02.886Z Downloaded maybe-uninit v2.0.0
7782026-04-02T22:01:02.886Z Downloaded hyper-staticfile v0.10.1
7792026-04-02T22:01:02.889Z Downloaded ingot-types v0.1.2
7802026-04-02T22:01:02.889Z Downloaded drift v0.1.3
7812026-04-02T22:01:02.891Z Downloaded md5 v0.7.0
7822026-04-02T22:01:02.891Z Downloaded lru-slab v0.1.2
7832026-04-02T22:01:02.896Z Downloaded maplit v1.0.2
7842026-04-02T22:01:02.896Z Downloaded crossbeam-deque v0.8.6
7852026-04-02T22:01:02.896Z Downloaded libscf-sys v1.1.0
7862026-04-02T22:01:02.896Z Downloaded managed v0.8.0
7872026-04-02T22:01:02.899Z Downloaded newtype-uuid-macros v0.1.0
7882026-04-02T22:01:02.899Z Downloaded lru v0.12.5
7892026-04-02T22:01:02.899Z Downloaded md-5 v0.10.6
7902026-04-02T22:01:02.899Z Downloaded humantime v2.3.0
7912026-04-02T22:01:02.902Z Downloaded ciborium v0.2.2
7922026-04-02T22:01:02.902Z Downloaded futures-channel v0.3.32
7932026-04-02T22:01:02.906Z Downloaded getrandom v0.2.17
7942026-04-02T22:01:02.909Z Downloaded globset v0.4.18
7952026-04-02T22:01:02.909Z Downloaded clang-sys v1.8.1
7962026-04-02T22:01:02.909Z Downloaded multimap v0.10.1
7972026-04-02T22:01:02.912Z Downloaded match_cfg v0.1.0
7982026-04-02T22:01:02.912Z Downloaded impl-trait-for-tuples v0.2.3
7992026-04-02T22:01:02.915Z Downloaded http-body-util v0.1.3
8002026-04-02T22:01:02.915Z Downloaded glob v0.3.3
8012026-04-02T22:01:02.915Z Downloaded git-stub-vcs v0.1.0
8022026-04-02T22:01:02.918Z Downloaded diff v0.1.13
8032026-04-02T22:01:02.918Z Downloaded memoffset v0.9.1
8042026-04-02T22:01:02.921Z Downloaded normalize-line-endings v0.3.0
8052026-04-02T22:01:02.921Z Downloaded mime v0.3.17
8062026-04-02T22:01:02.921Z Downloaded derive_more-impl v2.1.1
8072026-04-02T22:01:02.924Z Downloaded nodrop v0.1.14
8082026-04-02T22:01:02.926Z Downloaded nibble_vec v0.1.0
8092026-04-02T22:01:02.926Z Downloaded num-derive v0.4.2
8102026-04-02T22:01:02.929Z Downloaded ipnet v2.11.0
8112026-04-02T22:01:02.929Z Downloaded half v1.8.3
8122026-04-02T22:01:02.929Z Downloaded der v0.7.10
8132026-04-02T22:01:02.932Z Downloaded ipnetwork v0.21.1
8142026-04-02T22:01:02.935Z Downloaded blake2 v0.10.6
8152026-04-02T22:01:02.935Z Downloaded num v0.4.3
8162026-04-02T22:01:02.938Z Downloaded num-iter v0.1.45
8172026-04-02T22:01:02.938Z Downloaded newtype_derive v0.1.6
8182026-04-02T22:01:02.938Z Downloaded newline-converter v0.3.0
8192026-04-02T22:01:02.941Z Downloaded num_threads v0.1.7
8202026-04-02T22:01:02.944Z Downloaded openssl-probe v0.2.1
8212026-04-02T22:01:02.944Z Downloaded olpc-cjson v0.1.4
8222026-04-02T22:01:02.944Z Downloaded num-conv v0.2.0
8232026-04-02T22:01:02.947Z Downloaded new_debug_unreachable v1.0.6
8242026-04-02T22:01:02.947Z Downloaded hickory-client v0.25.2
8252026-04-02T22:01:02.950Z Downloaded bzip2 v0.6.1
8262026-04-02T22:01:02.950Z Downloaded iana-time-zone v0.1.65
8272026-04-02T22:01:02.965Z Downloaded openssl-probe v0.1.6
8282026-04-02T22:01:02.968Z Downloaded oso-derive v0.27.3
8292026-04-02T22:01:02.968Z Downloaded multer v3.1.0
8302026-04-02T22:01:02.968Z Downloaded openssl-macros v0.1.1
8312026-04-02T22:01:02.971Z Downloaded opaque-debug v0.3.1
8322026-04-02T22:01:02.971Z Downloaded num-derive v0.3.3
8332026-04-02T22:01:02.971Z Downloaded native-tls v0.2.18
8342026-04-02T22:01:02.974Z Downloaded lru-cache v0.1.2
8352026-04-02T22:01:02.974Z Downloaded packed_struct_codegen v0.10.1
8362026-04-02T22:01:02.974Z Downloaded libloading v0.8.9
8372026-04-02T22:01:02.977Z Downloaded linear-map v1.2.0
8382026-04-02T22:01:02.977Z Downloaded derive-where v1.6.0
8392026-04-02T22:01:02.980Z Downloaded crossbeam-utils v0.8.21
8402026-04-02T22:01:02.983Z Downloaded const_format v0.2.35
8412026-04-02T22:01:02.985Z Downloaded base64 v0.21.7
8422026-04-02T22:01:02.985Z Downloaded getrandom v0.3.4
8432026-04-02T22:01:02.989Z Downloaded parse-size v1.1.0
8442026-04-02T22:01:02.989Z Downloaded nonempty v0.12.0
8452026-04-02T22:01:02.989Z Downloaded newtype-uuid v1.3.2
8462026-04-02T22:01:02.993Z Downloaded nanorand v0.7.0
8472026-04-02T22:01:02.993Z Downloaded libsw-core v0.3.2
8482026-04-02T22:01:02.996Z Downloaded crossbeam-epoch v0.9.18
8492026-04-02T22:01:02.996Z Downloaded ingot-macros v0.1.1
8502026-04-02T22:01:03.000Z Downloaded allocator-api2 v0.2.21
8512026-04-02T22:01:03.000Z Downloaded derive_more v0.99.20
8522026-04-02T22:01:03.003Z Downloaded libsw v3.5.0
8532026-04-02T22:01:03.003Z Downloaded libefi-sys v0.1.0
8542026-04-02T22:01:03.003Z Downloaded jobserver v0.1.34
8552026-04-02T22:01:03.006Z Downloaded httparse v1.10.1
8562026-04-02T22:01:03.006Z Downloaded hmac v0.12.1
8572026-04-02T22:01:03.009Z Downloaded pbkdf2 v0.11.0
8582026-04-02T22:01:03.012Z Downloaded phf_shared v0.11.3
8592026-04-02T22:01:03.012Z Downloaded phf_shared v0.12.1
8602026-04-02T22:01:03.012Z Downloaded darling_core v0.21.3
8612026-04-02T22:01:03.015Z Downloaded path-slash v0.1.5
8622026-04-02T22:01:03.018Z Downloaded phf_shared v0.13.1
8632026-04-02T22:01:03.018Z Downloaded parse-display v0.10.0
8642026-04-02T22:01:03.021Z Downloaded hyper-rustls v0.27.7
8652026-04-02T22:01:03.021Z Downloaded pbkdf2 v0.12.2
8662026-04-02T22:01:03.021Z Downloaded bumpalo v3.20.2
8672026-04-02T22:01:03.024Z Downloaded peg-runtime v0.8.5
8682026-04-02T22:01:03.024Z Downloaded ar_archive_writer v0.5.1
8692026-04-02T22:01:03.027Z Downloaded pin-utils v0.1.0
8702026-04-02T22:01:03.027Z Downloaded num-integer v0.1.46
8712026-04-02T22:01:03.029Z Downloaded num-complex v0.4.6
8722026-04-02T22:01:03.034Z Downloaded half v2.7.1
8732026-04-02T22:01:03.037Z Downloaded num_enum_derive v0.7.5
8742026-04-02T22:01:03.042Z Downloaded owo-colors v4.3.0
8752026-04-02T22:01:03.045Z Downloaded num_enum_derive v0.5.11
8762026-04-02T22:01:03.045Z Downloaded num_enum v0.7.5
8772026-04-02T22:01:03.048Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-04-02T22:01:03.051Z Downloaded predicates-core v1.0.10
8792026-04-02T22:01:03.051Z Downloaded num_enum v0.5.11
8802026-04-02T22:01:03.054Z Downloaded progenitor-client v0.10.0
8812026-04-02T22:01:03.059Z Downloaded precomputed-hash v0.1.1
8822026-04-02T22:01:03.059Z Downloaded indexmap v1.9.3
8832026-04-02T22:01:03.059Z Downloaded powerfmt v0.2.0
8842026-04-02T22:01:03.062Z Downloaded num-rational v0.4.2
8852026-04-02T22:01:03.062Z Downloaded proc-macro-crate v3.4.0
8862026-04-02T22:01:03.062Z Downloaded progenitor-client v0.11.2
8872026-04-02T22:01:03.065Z Downloaded proc-macro-crate v1.3.1
8882026-04-02T22:01:03.065Z Downloaded paste v1.0.15
8892026-04-02T22:01:03.068Z Downloaded password-hash v0.4.2
8902026-04-02T22:01:03.068Z Downloaded parse-display-derive v0.10.0
8912026-04-02T22:01:03.068Z Downloaded oxnet v0.1.4
8922026-04-02T22:01:03.071Z Downloaded flume v0.11.1
8932026-04-02T22:01:03.073Z Downloaded fatfs v0.3.6
8942026-04-02T22:01:03.073Z Downloaded base64 v0.22.1
8952026-04-02T22:01:03.076Z Downloaded nu-ansi-term v0.50.3
8962026-04-02T22:01:03.079Z Downloaded phf v0.12.1
8972026-04-02T22:01:03.079Z Downloaded oxide-tokio-rt v0.1.3
8982026-04-02T22:01:03.082Z Downloaded litrs v1.0.0
8992026-04-02T22:01:03.082Z Downloaded headers v0.4.1
9002026-04-02T22:01:03.086Z Downloaded predicates-tree v1.0.13
9012026-04-02T22:01:03.092Z Downloaded crossbeam-channel v0.5.15
9022026-04-02T22:01:03.098Z Downloaded indicatif v0.18.4
9032026-04-02T22:01:03.098Z Downloaded mime_guess v2.0.5
9042026-04-02T22:01:03.098Z Downloaded parking_lot_core v0.8.6
9052026-04-02T22:01:03.102Z Downloaded pin-project-internal v1.1.11
9062026-04-02T22:01:03.102Z Downloaded quick-error v1.2.3
9072026-04-02T22:01:03.102Z Downloaded password-hash v0.5.0
9082026-04-02T22:01:03.102Z Downloaded polyval v0.6.2
9092026-04-02T22:01:03.102Z Downloaded memmap2 v0.9.10
9102026-04-02T22:01:03.104Z Downloaded libbz2-rs-sys v0.2.2
9112026-04-02T22:01:03.104Z Downloaded ignore v0.4.25
9122026-04-02T22:01:03.107Z Downloaded rand_chacha v0.3.1
9132026-04-02T22:01:03.107Z Downloaded progenitor-macro v0.13.0
9142026-04-02T22:01:03.110Z Downloaded postgres-protocol v0.6.10
9152026-04-02T22:01:03.110Z Downloaded progenitor-macro v0.11.2
9162026-04-02T22:01:03.110Z Downloaded pkg-config v0.3.32
9172026-04-02T22:01:03.113Z Downloaded peg-macros v0.8.5
9182026-04-02T22:01:03.113Z Downloaded psl-types v2.0.11
9192026-04-02T22:01:03.116Z Downloaded peg v0.8.5
9202026-04-02T22:01:03.118Z Downloaded radium v0.7.0
9212026-04-02T22:01:03.118Z Downloaded ed25519-dalek v2.2.0
9222026-04-02T22:01:03.121Z Downloaded rand_xorshift v0.4.0
9232026-04-02T22:01:03.121Z Downloaded crypto-bigint v0.5.5
9242026-04-02T22:01:03.125Z Downloaded packed_struct v0.10.1
9252026-04-02T22:01:03.127Z Downloaded aho-corasick v1.1.4
9262026-04-02T22:01:03.130Z Downloaded parking_lot_core v0.9.12
9272026-04-02T22:01:03.133Z Downloaded diesel_derives v2.3.7
9282026-04-02T22:01:03.136Z Downloaded ref-cast v1.0.25
9292026-04-02T22:01:03.139Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-04-02T22:01:03.139Z Downloaded recursive v0.1.1
9312026-04-02T22:01:03.139Z Downloaded progenitor-client v0.13.0
9322026-04-02T22:01:03.139Z Downloaded progenitor v0.10.0
9332026-04-02T22:01:03.141Z Downloaded ref-cast-impl v1.0.25
9342026-04-02T22:01:03.142Z Downloaded proc-macro-error2 v2.0.1
9352026-04-02T22:01:03.144Z Downloaded poly1305 v0.8.0
9362026-04-02T22:01:03.144Z Downloaded pkcs8 v0.10.2
9372026-04-02T22:01:03.147Z Downloaded cc v1.2.56
9382026-04-02T22:01:03.150Z Downloaded parking_lot v0.12.5
9392026-04-02T22:01:03.150Z Downloaded hickory-resolver v0.25.2
9402026-04-02T22:01:03.153Z Downloaded heapless v0.8.0
9412026-04-02T22:01:03.155Z Downloaded futures v0.3.32
9422026-04-02T22:01:03.159Z Downloaded progenitor-macro v0.10.0
9432026-04-02T22:01:03.159Z Downloaded progenitor-extras v0.1.1
9442026-04-02T22:01:03.162Z Downloaded rtoolbox v0.0.3
9452026-04-02T22:01:03.162Z Downloaded parking_lot v0.11.2
9462026-04-02T22:01:03.162Z Downloaded predicates v3.1.4
9472026-04-02T22:01:03.165Z Downloaded rfc6979 v0.4.0
9482026-04-02T22:01:03.165Z Downloaded pem-rfc7468 v0.7.0
9492026-04-02T22:01:03.168Z Downloaded primeorder v0.13.6
9502026-04-02T22:01:03.168Z Downloaded lock_api v0.4.14
9512026-04-02T22:01:03.171Z Downloaded oso v0.27.3
9522026-04-02T22:01:03.176Z Downloaded rand_core v0.9.5
9532026-04-02T22:01:03.179Z Downloaded rand_core v0.6.4
9542026-04-02T22:01:03.179Z Downloaded rand_chacha v0.9.0
9552026-04-02T22:01:03.182Z Downloaded rustc_version v0.4.1
9562026-04-02T22:01:03.182Z Downloaded rustc_version v0.1.7
9572026-04-02T22:01:03.182Z Downloaded rustc-hash v2.1.1
9582026-04-02T22:01:03.185Z Downloaded russh-cryptovec v0.7.3
9592026-04-02T22:01:03.188Z Downloaded rand_seeder v0.4.0
9602026-04-02T22:01:03.188Z Downloaded flate2 v1.1.9
9612026-04-02T22:01:03.193Z Downloaded phf v0.13.1
9622026-04-02T22:01:03.196Z Downloaded pem v3.0.6
9632026-04-02T22:01:03.198Z Downloaded psm v0.1.30
9642026-04-02T22:01:03.201Z Downloaded rand_core v0.10.0
9652026-04-02T22:01:03.201Z Downloaded r2d2 v0.8.10
9662026-04-02T22:01:03.204Z Downloaded progenitor v0.13.0
9672026-04-02T22:01:03.207Z Downloaded aes v0.8.4
9682026-04-02T22:01:03.210Z Downloaded progenitor v0.11.2
9692026-04-02T22:01:03.216Z Downloaded hickory-resolver v0.24.4
9702026-04-02T22:01:03.216Z Downloaded scopeguard v1.2.0
9712026-04-02T22:01:03.216Z Downloaded sapling-renderdag v0.1.0
9722026-04-02T22:01:03.219Z Downloaded resolv-conf v0.7.6
9732026-04-02T22:01:03.222Z Downloaded heapless v0.7.17
9742026-04-02T22:01:03.227Z Downloaded pin-project-lite v0.2.17
9752026-04-02T22:01:03.229Z Downloaded secrecy v0.10.3
9762026-04-02T22:01:03.232Z Downloaded secrecy v0.8.0
9772026-04-02T22:01:03.232Z Downloaded scrypt v0.11.0
9782026-04-02T22:01:03.233Z Downloaded postcard v1.1.3
9792026-04-02T22:01:03.235Z Downloaded pkcs5 v0.7.1
9802026-04-02T22:01:03.241Z Downloaded same-file v1.0.6
9812026-04-02T22:01:03.241Z Downloaded salsa20 v0.10.2
9822026-04-02T22:01:03.241Z Downloaded pkcs1 v0.7.5
9832026-04-02T22:01:03.244Z Downloaded scroll_derive v0.13.1
9842026-04-02T22:01:03.244Z Downloaded ppv-lite86 v0.2.21
9852026-04-02T22:01:03.244Z Downloaded p256 v0.13.2
9862026-04-02T22:01:03.244Z Downloaded scheduled-thread-pool v0.2.7
9872026-04-02T22:01:03.247Z Downloaded rustls-pemfile v1.0.4
9882026-04-02T22:01:03.247Z Downloaded omicron-zone-package v0.12.2
9892026-04-02T22:01:03.250Z Downloaded serde_spanned v1.0.4
9902026-04-02T22:01:03.253Z Downloaded shell-words v1.1.1
9912026-04-02T22:01:03.253Z Downloaded sha1 v0.10.6
9922026-04-02T22:01:03.253Z Downloaded serde_plain v1.0.2
9932026-04-02T22:01:03.258Z Downloaded postgres-types v0.2.12
9942026-04-02T22:01:03.264Z Downloaded semver v0.1.20
9952026-04-02T22:01:03.267Z Downloaded openssl-sys v0.9.111
9962026-04-02T22:01:03.270Z Downloaded serde-big-array v0.5.1
9972026-04-02T22:01:03.270Z Downloaded rustls-pemfile v2.2.0
9982026-04-02T22:01:03.273Z Downloaded rustversion v1.0.22
9992026-04-02T22:01:03.273Z Downloaded signal-hook-tokio v0.3.1
10002026-04-02T22:01:03.276Z Downloaded hyper-util v0.1.20
10012026-04-02T22:01:03.280Z Downloaded miniz_oxide v0.8.9
10022026-04-02T22:01:03.280Z Downloaded expectorate v1.2.0
10032026-04-02T22:01:03.309Z Downloaded serde_bytes v0.11.19
10042026-04-02T22:01:03.312Z Downloaded serde_repr v0.1.20
10052026-04-02T22:01:03.312Z Downloaded sigpipe v0.1.3
10062026-04-02T22:01:03.312Z Downloaded signature v2.2.0
10072026-04-02T22:01:03.312Z Downloaded rustls-native-certs v0.8.3
10082026-04-02T22:01:03.312Z Downloaded scroll v0.13.0
10092026-04-02T22:01:03.312Z Downloaded progenitor-impl v0.11.2
10102026-04-02T22:01:03.313Z Downloaded progenitor-impl v0.10.0
10112026-04-02T22:01:03.313Z Downloaded hashbrown v0.12.3
10122026-04-02T22:01:03.313Z Downloaded quinn-udp v0.5.14
10132026-04-02T22:01:03.313Z Downloaded slog-envlogger v2.2.0
10142026-04-02T22:01:03.313Z Downloaded slog-bunyan v2.5.0
10152026-04-02T22:01:03.313Z Downloaded signal-hook-mio v0.2.5
10162026-04-02T22:01:03.313Z Downloaded siphasher v1.0.2
10172026-04-02T22:01:03.316Z Downloaded schemars_derive v0.8.22
10182026-04-02T22:01:03.326Z Downloaded rusty-fork v0.3.1
10192026-04-02T22:01:03.329Z Downloaded serde_path_to_error v0.1.20
10202026-04-02T22:01:03.339Z Downloaded serde_urlencoded v0.7.1
10212026-04-02T22:01:03.343Z Downloaded sqlparser_derive v0.5.0
10222026-04-02T22:01:03.343Z Downloaded prefix-trie v0.7.0
10232026-04-02T22:01:03.343Z Downloaded signal-hook-registry v1.4.8
10242026-04-02T22:01:03.343Z Downloaded shlex v1.3.0
10252026-04-02T22:01:03.343Z Downloaded http v1.4.0
10262026-04-02T22:01:03.346Z Downloaded papergrid v0.17.0
10272026-04-02T22:01:03.351Z Downloaded prettyplease v0.2.37
10282026-04-02T22:01:03.356Z Downloaded seq-macro v0.3.6
10292026-04-02T22:01:03.356Z Downloaded sec1 v0.7.3
10302026-04-02T22:01:03.356Z Downloaded sct v0.7.1
10312026-04-02T22:01:03.363Z Downloaded serde-hex v0.1.0
10322026-04-02T22:01:03.368Z Downloaded simd-adler32 v0.3.8
10332026-04-02T22:01:03.371Z Downloaded subtle v2.6.1
10342026-04-02T22:01:03.371Z Downloaded ssh-encoding v0.2.0
10352026-04-02T22:01:03.374Z Downloaded ssh-cipher v0.2.0
10362026-04-02T22:01:03.374Z Downloaded structmeta-derive v0.3.0
10372026-04-02T22:01:03.374Z Downloaded strip-ansi-escapes v0.2.1
10382026-04-02T22:01:03.377Z Downloaded progenitor-impl v0.13.0
10392026-04-02T22:01:03.382Z Downloaded slog-term v2.9.2
10402026-04-02T22:01:03.382Z Downloaded strum v0.26.3
10412026-04-02T22:01:03.382Z Downloaded supports-color v3.0.2
10422026-04-02T22:01:03.382Z Downloaded serde_derive_internals v0.29.1
10432026-04-02T22:01:03.382Z Downloaded hickory-server v0.25.2
10442026-04-02T22:01:03.385Z Downloaded take_mut v0.2.2
10452026-04-02T22:01:03.385Z Downloaded jiff-static v0.2.21
10462026-04-02T22:01:03.388Z Downloaded slog-scope v4.4.1
10472026-04-02T22:01:03.388Z Downloaded slog-json v2.6.1
10482026-04-02T22:01:03.391Z Downloaded slog-dtrace v0.3.0
10492026-04-02T22:01:03.391Z Downloaded slog-async v2.8.0
10502026-04-02T22:01:03.395Z Downloaded russh-keys v0.45.0
10512026-04-02T22:01:03.398Z Downloaded structmeta v0.3.0
10522026-04-02T22:01:03.399Z Downloaded serde_cbor v0.11.2
10532026-04-02T22:01:03.403Z Downloaded rustls-pki-types v1.14.0
10542026-04-02T22:01:03.403Z Downloaded serde_with_macros v3.17.0
10552026-04-02T22:01:03.406Z Downloaded tap v1.0.1
10562026-04-02T22:01:03.406Z Downloaded tagptr v0.2.0
10572026-04-02T22:01:03.406Z Downloaded tabled_derive v0.11.0
10582026-04-02T22:01:03.406Z Downloaded tabwriter v1.4.1
10592026-04-02T22:01:03.410Z Downloaded slab v0.4.12
10602026-04-02T22:01:03.411Z Downloaded pin-project v1.1.11
10612026-04-02T22:01:03.414Z Downloaded sqlformat v0.3.5
10622026-04-02T22:01:03.417Z Downloaded bitvec v1.0.1
10632026-04-02T22:01:03.423Z Downloaded testing_table v0.3.0
10642026-04-02T22:01:03.426Z Downloaded stacker v0.1.23
10652026-04-02T22:01:03.426Z Downloaded termtree v0.5.1
10662026-04-02T22:01:03.426Z Downloaded sync_wrapper v1.0.2
10672026-04-02T22:01:03.429Z Downloaded rayon-core v1.13.0
10682026-04-02T22:01:03.429Z Downloaded crossterm v0.28.1
10692026-04-02T22:01:03.433Z Downloaded strum_macros v0.27.2
10702026-04-02T22:01:03.436Z Downloaded static_assertions v1.1.0
10712026-04-02T22:01:03.436Z Downloaded thread-id v5.1.0
10722026-04-02T22:01:03.438Z Downloaded time-core v0.1.8
10732026-04-02T22:01:03.439Z Downloaded pretty_assertions v1.4.1
10742026-04-02T22:01:03.439Z Downloaded smf v0.2.3
10752026-04-02T22:01:03.442Z Downloaded rcgen v0.12.1
10762026-04-02T22:01:03.442Z Downloaded hashbrown v0.13.2
10772026-04-02T22:01:03.444Z Downloaded snafu-derive v0.8.9
10782026-04-02T22:01:03.445Z Downloaded publicsuffix v2.3.0
10792026-04-02T22:01:03.447Z Downloaded hashbrown v0.15.5
10802026-04-02T22:01:03.450Z Downloaded support-bundle-viewer v0.1.2
10812026-04-02T22:01:03.450Z Downloaded tinyvec_macros v0.1.1
10822026-04-02T22:01:03.453Z Downloaded minimal-lexical v0.2.1
10832026-04-02T22:01:03.456Z Downloaded aes-gcm v0.10.3
10842026-04-02T22:01:03.456Z Downloaded ron v0.8.1
10852026-04-02T22:01:03.460Z Downloaded strum v0.27.2
10862026-04-02T22:01:03.466Z Downloaded stringprep v0.1.5
10872026-04-02T22:01:03.466Z Downloaded string_cache v0.8.9
10882026-04-02T22:01:03.466Z Downloaded sync-ptr v0.1.4
10892026-04-02T22:01:03.469Z Downloaded rand v0.8.5
10902026-04-02T22:01:03.469Z Downloaded num-bigint v0.4.6
10912026-04-02T22:01:03.473Z Downloaded iddqd v0.3.17
10922026-04-02T22:01:03.475Z Downloaded spin v0.9.8
10932026-04-02T22:01:03.481Z Downloaded strum_macros v0.26.4
10942026-04-02T22:01:03.487Z Downloaded thiserror-impl-no-std v2.0.2
10952026-04-02T22:01:03.495Z Downloaded thread_local v1.1.9
10962026-04-02T22:01:03.498Z Downloaded libxml v0.3.3
10972026-04-02T22:01:03.501Z Downloaded similar v2.7.0
10982026-04-02T22:01:03.504Z Downloaded try-lock v0.2.5
10992026-04-02T22:01:03.507Z Downloaded slog v2.8.2
11002026-04-02T22:01:03.507Z Downloaded thiserror-no-std v2.0.2
11012026-04-02T22:01:03.510Z Downloaded rsa v0.9.10
11022026-04-02T22:01:03.513Z Downloaded termios v0.3.3
11032026-04-02T22:01:03.513Z Downloaded crossterm v0.29.0
11042026-04-02T22:01:03.517Z Downloaded smallvec v0.6.14
11052026-04-02T22:01:03.520Z Downloaded slog-stdlog v4.1.1
11062026-04-02T22:01:03.520Z Downloaded schemars v0.8.22
11072026-04-02T22:01:03.526Z Downloaded trait-variant v0.1.2
11082026-04-02T22:01:03.529Z Downloaded tls_codec_derive v0.4.2
11092026-04-02T22:01:03.529Z Downloaded tiny-keccak v2.0.2
11102026-04-02T22:01:03.532Z Downloaded tower-layer v0.3.3
11112026-04-02T22:01:03.537Z Downloaded serde_yaml v0.9.34+deprecated
11122026-04-02T22:01:03.540Z Downloaded spki v0.7.3
11132026-04-02T22:01:03.540Z Downloaded mio v1.1.1
11142026-04-02T22:01:03.543Z Downloaded tokio-dtrace v0.1.1
11152026-04-02T22:01:03.543Z Downloaded term v0.7.0
11162026-04-02T22:01:03.546Z Downloaded unarray v0.1.4
11172026-04-02T22:01:03.546Z Downloaded typify-macro v0.6.1
11182026-04-02T22:01:03.549Z Downloaded typify-macro v0.4.3
11192026-04-02T22:01:03.549Z Downloaded tls_codec v0.4.2
11202026-04-02T22:01:03.549Z Downloaded strum_macros v0.24.3
11212026-04-02T22:01:03.552Z Downloaded signal-hook v0.3.18
11222026-04-02T22:01:03.552Z Downloaded socket2 v0.6.2
11232026-04-02T22:01:03.555Z Downloaded socket2 v0.5.10
11242026-04-02T22:01:03.555Z Downloaded tokio-native-tls v0.3.1
11252026-04-02T22:01:03.558Z Downloaded quinn v0.11.9
11262026-04-02T22:01:03.558Z Downloaded tokio-macros v2.6.0
11272026-04-02T22:01:03.561Z Downloaded itertools v0.13.0
11282026-04-02T22:01:03.568Z Downloaded usdt-attr-macro v0.6.0
11292026-04-02T22:01:03.568Z Downloaded tokio-rustls v0.25.0
11302026-04-02T22:01:03.573Z Downloaded rustls-platform-verifier v0.6.2
11312026-04-02T22:01:03.573Z Downloaded universal-hash v0.5.1
11322026-04-02T22:01:03.573Z Downloaded nom v7.1.3
11332026-04-02T22:01:03.576Z Downloaded unit-prefix v0.5.2
11342026-04-02T22:01:03.576Z Downloaded untrusted v0.7.1
11352026-04-02T22:01:03.576Z Downloaded tokio-tungstenite v0.23.1
11362026-04-02T22:01:03.576Z Downloaded tokio-tungstenite v0.21.0
11372026-04-02T22:01:03.576Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-04-02T22:01:03.579Z Downloaded usdt-macro v0.6.0
11392026-04-02T22:01:03.579Z Downloaded usdt v0.6.0
11402026-04-02T22:01:03.579Z Downloaded untrusted v0.9.0
11412026-04-02T22:01:03.582Z Downloaded utf-8 v0.7.6
11422026-04-02T22:01:03.582Z Downloaded chrono v0.4.44
11432026-04-02T22:01:03.584Z Downloaded time-macros v0.2.27
11442026-04-02T22:01:03.591Z Downloaded ryu v1.0.23
11452026-04-02T22:01:03.595Z Downloaded itertools v0.10.5
11462026-04-02T22:01:03.595Z Downloaded topological-sort v0.2.2
11472026-04-02T22:01:03.602Z Downloaded void v1.0.2
11482026-04-02T22:01:03.609Z Downloaded wait-timeout v0.2.1
11492026-04-02T22:01:03.609Z Downloaded want v0.3.1
11502026-04-02T22:01:03.609Z Downloaded waitgroup v0.1.2
11512026-04-02T22:01:03.609Z Downloaded tokio-rustls v0.24.1
11522026-04-02T22:01:03.613Z Downloaded russh v0.45.0
11532026-04-02T22:01:03.613Z Downloaded term v1.2.1
11542026-04-02T22:01:03.613Z Downloaded num-bigint-dig v0.8.6
11552026-04-02T22:01:03.616Z Downloaded snafu v0.8.9
11562026-04-02T22:01:03.619Z Downloaded tui-tree-widget v0.23.1
11572026-04-02T22:01:03.619Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-04-02T22:01:03.622Z Downloaded unicase v2.9.0
11592026-04-02T22:01:03.627Z Downloaded tokio-rustls v0.26.4
11602026-04-02T22:01:03.633Z Downloaded p521 v0.13.3
11612026-04-02T22:01:03.635Z Downloaded test-strategy v0.4.5
11622026-04-02T22:01:03.638Z Downloaded xattr v1.6.1
11632026-04-02T22:01:03.641Z Downloaded xshell-macros v0.2.7
11642026-04-02T22:01:03.644Z Downloaded itertools v0.12.1
11652026-04-02T22:01:03.647Z Downloaded qorb v0.4.1
11662026-04-02T22:01:03.651Z Downloaded unicode-truncate v1.1.0
11672026-04-02T22:01:03.654Z Downloaded uzers v0.12.2
11682026-04-02T22:01:03.654Z Downloaded tokio-stream v0.1.18
11692026-04-02T22:01:03.657Z Downloaded vergen-gitcl v1.0.8
11702026-04-02T22:01:03.660Z Downloaded tower-service v0.3.3
11712026-04-02T22:01:03.660Z Downloaded zeroize_derive v1.4.3
11722026-04-02T22:01:03.660Z Downloaded rand v0.9.2
11732026-04-02T22:01:03.664Z Downloaded subprocess v0.2.15
11742026-04-02T22:01:03.668Z Downloaded rustls-webpki v0.103.9
11752026-04-02T22:01:03.671Z Downloaded zone_cfg_derive v0.3.1
11762026-04-02T22:01:03.674Z Downloaded tracing-attributes v0.1.31
11772026-04-02T22:01:03.678Z Downloaded usdt-impl v0.6.0
11782026-04-02T22:01:03.679Z Downloaded vsss-rs v3.3.4
11792026-04-02T22:01:03.686Z Downloaded rand v0.10.0
11802026-04-02T22:01:03.690Z Downloaded vergen-lib v0.1.6
11812026-04-02T22:01:03.690Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-04-02T22:01:03.699Z Downloaded samael v0.0.19
11832026-04-02T22:01:03.699Z Downloaded whoami v1.6.1
11842026-04-02T22:01:03.706Z Downloaded schemars v0.9.0
11852026-04-02T22:01:03.707Z Downloaded wyz v0.5.1
11862026-04-02T22:01:03.709Z Downloaded whoami v2.1.0
11872026-04-02T22:01:03.709Z Downloaded tinyvec v1.10.0
11882026-04-02T22:01:03.709Z Downloaded hyper v1.8.1
11892026-04-02T22:01:03.709Z Downloaded xz2 v0.1.7
11902026-04-02T22:01:03.712Z Downloaded twox-hash v2.1.2
11912026-04-02T22:01:03.712Z Downloaded xshell v0.2.7
11922026-04-02T22:01:03.715Z Downloaded toml v0.9.12+spec-1.1.0
11932026-04-02T22:01:03.718Z Downloaded vergen v9.0.6
11942026-04-02T22:01:03.718Z Downloaded toml v0.7.8
11952026-04-02T22:01:03.721Z Downloaded iri-string v0.7.10
11962026-04-02T22:01:03.723Z Downloaded tracing-core v0.1.36
11972026-04-02T22:01:03.804Z Downloaded steno v0.4.1
11982026-04-02T22:01:03.804Z Downloaded tungstenite v0.21.0
11992026-04-02T22:01:03.804Z Downloaded walkdir v2.5.0
12002026-04-02T22:01:03.804Z Downloaded zone v0.3.1
12012026-04-02T22:01:03.804Z Downloaded zeroize v1.8.2
12022026-04-02T22:01:03.804Z Downloaded itertools v0.14.0
12032026-04-02T22:01:03.804Z Downloaded libm v0.2.16
12042026-04-02T22:01:03.804Z Downloaded unicode-properties v0.1.4
12052026-04-02T22:01:03.804Z Downloaded zstd-safe v7.2.4
12062026-04-02T22:01:03.804Z Downloaded unicode-bidi v0.3.18
12072026-04-02T22:01:03.804Z Downloaded zstd v0.13.3
12082026-04-02T22:01:03.804Z Downloaded typify v0.4.3
12092026-04-02T22:01:03.804Z Downloaded schemars v1.2.1
12102026-04-02T22:01:03.804Z Downloaded unsafe-libyaml v0.2.11
12112026-04-02T22:01:03.805Z Downloaded futures-util v0.3.32
12122026-04-02T22:01:03.805Z Downloaded vergen-git2 v1.0.7
12132026-04-02T22:01:03.805Z Downloaded uuid v1.21.0
12142026-04-02T22:01:03.805Z Downloaded aws-lc-rs v1.16.0
12152026-04-02T22:01:03.805Z Downloaded blake3 v1.8.3
12162026-04-02T22:01:03.805Z Downloaded typify v0.6.1
12172026-04-02T22:01:03.805Z Downloaded rustyline v14.0.0
12182026-04-02T22:01:03.805Z Downloaded zerocopy v0.6.6
12192026-04-02T22:01:03.808Z Downloaded bindgen v0.71.1
12202026-04-02T22:01:03.808Z Downloaded tar v0.4.45
12212026-04-02T22:01:03.814Z Downloaded vte v0.14.1
12222026-04-02T22:01:03.821Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-04-02T22:01:03.829Z Downloaded git2 v0.20.4
12242026-04-02T22:01:03.837Z Downloaded zopfli v0.8.3
12252026-04-02T22:01:03.842Z Downloaded tokio-postgres v0.7.16
12262026-04-02T22:01:03.842Z Downloaded ron v0.12.0
12272026-04-02T22:01:03.846Z Downloaded yasna v0.5.2
12282026-04-02T22:01:03.849Z Downloaded rpassword v7.4.0
12292026-04-02T22:01:03.849Z Downloaded p384 v0.13.1
12302026-04-02T22:01:03.853Z Downloaded hkdf v0.12.4
12312026-04-02T22:01:03.853Z Downloaded h2 v0.4.13
12322026-04-02T22:01:03.857Z Downloaded reedline v0.40.0
12332026-04-02T22:01:03.861Z Downloaded rayon v1.11.0
12342026-04-02T22:01:03.871Z Downloaded toml_edit v0.19.15
12352026-04-02T22:01:03.881Z Downloaded tungstenite v0.23.0
12362026-04-02T22:01:03.884Z Downloaded quick-xml v0.37.5
12372026-04-02T22:01:03.887Z Downloaded bstr v1.12.1
12382026-04-02T22:01:03.891Z Downloaded portable-atomic v1.13.1
12392026-04-02T22:01:03.896Z Downloaded yansi v1.0.1
12402026-04-02T22:01:03.898Z Downloaded ssh-key v0.6.7
12412026-04-02T22:01:03.901Z Downloaded moka v0.12.13
12422026-04-02T22:01:03.908Z Downloaded zip v0.6.6
12432026-04-02T22:01:03.913Z Downloaded typed-path v0.9.3
12442026-04-02T22:01:03.918Z Downloaded regex v1.12.3
12452026-04-02T22:01:03.933Z Downloaded rustls-webpki v0.101.7
12462026-04-02T22:01:03.942Z Downloaded reqwest v0.13.2
12472026-04-02T22:01:03.947Z Downloaded unicode_categories v0.1.1
12482026-04-02T22:01:03.947Z Downloaded salty v0.3.0
12492026-04-02T22:01:03.947Z Downloaded unicode-segmentation v1.12.0
12502026-04-02T22:01:03.953Z Downloaded petname v2.0.2
12512026-04-02T22:01:03.962Z Downloaded tower v0.5.3
12522026-04-02T22:01:03.967Z Downloaded rustls-webpki v0.102.8
12532026-04-02T22:01:03.978Z Downloaded zerocopy-derive v0.8.40
12542026-04-02T22:01:03.984Z Downloaded x509-cert v0.2.5
12552026-04-02T22:01:03.986Z Downloaded reqwest v0.12.28
12562026-04-02T22:01:03.990Z Downloaded tower-http v0.6.8
12572026-04-02T22:01:03.995Z Downloaded serde_with v3.17.0
12582026-04-02T22:01:04.002Z Downloaded unicode-normalization v0.1.25
12592026-04-02T22:01:04.005Z Downloaded object v0.30.4
12602026-04-02T22:01:04.010Z Downloaded lalrpop v0.19.12
12612026-04-02T22:01:04.020Z Downloaded goblin v0.10.5
12622026-04-02T22:01:04.024Z Downloaded tough v0.20.0
12632026-04-02T22:01:04.027Z Downloaded nix v0.27.1
12642026-04-02T22:01:04.031Z Downloaded radix_trie v0.2.1
12652026-04-02T22:01:04.043Z Downloaded proptest v1.10.0
12662026-04-02T22:01:04.048Z Downloaded tokio-util v0.7.18
12672026-04-02T22:01:04.053Z Downloaded openssl v0.10.75
12682026-04-02T22:01:04.059Z Downloaded winnow v0.6.26
12692026-04-02T22:01:04.082Z Downloaded winnow v0.5.40
12702026-04-02T22:01:04.087Z Downloaded zip v4.6.1
12712026-04-02T22:01:04.090Z Downloaded tabled v0.20.0
12722026-04-02T22:01:04.120Z Downloaded nix v0.29.0
12732026-04-02T22:01:04.127Z Downloaded quinn-proto v0.11.13
12742026-04-02T22:01:04.131Z Downloaded object v0.37.3
12752026-04-02T22:01:04.138Z Downloaded polar-core v0.27.3
12762026-04-02T22:01:04.143Z Downloaded nix v0.28.0
12772026-04-02T22:01:04.162Z Downloaded zlib-rs v0.6.2
12782026-04-02T22:01:04.181Z Downloaded time v0.3.47
12792026-04-02T22:01:04.199Z Downloaded regex-syntax v0.8.10
12802026-04-02T22:01:04.203Z Downloaded zerocopy v0.8.40
12812026-04-02T22:01:04.208Z Downloaded regex-syntax v0.6.29
12822026-04-02T22:01:04.213Z Downloaded curve25519-dalek v4.1.3
12832026-04-02T22:01:04.216Z Downloaded rustls v0.21.12
12842026-04-02T22:01:04.223Z Downloaded openapiv3 v2.2.0
12852026-04-02T22:01:04.232Z Downloaded vcpkg v0.2.15
12862026-04-02T22:01:04.253Z Downloaded smoltcp v0.9.1
12872026-04-02T22:01:04.268Z Downloaded rustix v0.38.44
12882026-04-02T22:01:04.272Z Downloaded webpki-roots v1.0.6
12892026-04-02T22:01:04.275Z Downloaded smoltcp v0.11.0
12902026-04-02T22:01:04.280Z Downloaded nix v0.31.1
12912026-04-02T22:01:04.287Z Downloaded dropshot v0.16.7
12922026-04-02T22:01:04.308Z Downloaded rustls v0.23.37
12932026-04-02T22:01:04.315Z Downloaded regress v0.10.5
12942026-04-02T22:01:04.327Z Downloaded rustls v0.22.4
12952026-04-02T22:01:04.344Z Downloaded hickory-proto v0.25.2
12962026-04-02T22:01:04.344Z Downloaded sqlparser v0.61.0
12972026-04-02T22:01:04.349Z Downloaded diesel v2.3.7
12982026-04-02T22:01:04.356Z Downloaded hickory-proto v0.24.4
12992026-04-02T22:01:04.364Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-04-02T22:01:04.377Z Downloaded tracing v0.1.44
13012026-04-02T22:01:04.397Z Downloaded ratatui v0.29.0
13022026-04-02T22:01:04.421Z Downloaded sled v0.34.7
13032026-04-02T22:01:04.427Z Downloaded zerocopy-derive v0.6.6
13042026-04-02T22:01:04.434Z Downloaded typify-impl v0.6.1
13052026-04-02T22:01:04.443Z Downloaded typify-impl v0.4.3
13062026-04-02T22:01:04.452Z Downloaded chrono-tz v0.10.4
13072026-04-02T22:01:04.474Z Downloaded lzma-sys v0.1.20
13082026-04-02T22:01:04.487Z Downloaded regex-automata v0.4.14
13092026-04-02T22:01:04.496Z Downloaded jiff v0.2.21
13102026-04-02T22:01:04.507Z Downloaded petgraph v0.6.5
13112026-04-02T22:01:04.517Z Downloaded petgraph v0.8.3
13122026-04-02T22:01:04.532Z Downloaded sha3 v0.10.8
13132026-04-02T22:01:04.547Z Downloaded csv v1.4.0
13142026-04-02T22:01:04.558Z Downloaded tokio v1.49.0
13152026-04-02T22:01:04.581Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-04-02T22:01:04.591Z Downloaded libz-sys v1.1.24
13172026-04-02T22:01:04.657Z Downloaded encoding_rs v0.8.35
13182026-04-02T22:01:04.675Z Downloaded ring v0.17.14
13192026-04-02T22:01:04.717Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-04-02T22:01:05.279Z Downloaded aws-lc-sys v0.37.1
13212026-04-02T22:01:05.499Z Compiling libc v0.2.180
13222026-04-02T22:01:05.502Z Compiling serde v1.0.228
13232026-04-02T22:01:05.503Z Compiling log v0.4.29
13242026-04-02T22:01:05.503Z Compiling shlex v1.3.0
13252026-04-02T22:01:05.503Z Compiling find-msvc-tools v0.1.9
13262026-04-02T22:01:05.503Z Compiling smallvec v1.15.1
13272026-04-02T22:01:05.503Z Compiling typenum v1.19.0
13282026-04-02T22:01:05.639Z Compiling subtle v2.6.1
13292026-04-02T22:01:05.695Z Compiling generic-array v0.14.7
13302026-04-02T22:01:05.699Z Compiling scopeguard v1.2.0
13312026-04-02T22:01:05.711Z Compiling portable-atomic v1.13.1
13322026-04-02T22:01:05.765Z Compiling const-oid v0.9.6
13332026-04-02T22:01:05.768Z Compiling critical-section v1.2.0
13342026-04-02T22:01:05.780Z Compiling syn v2.0.117
13352026-04-02T22:01:05.794Z Compiling zerocopy v0.8.40
13362026-04-02T22:01:05.820Z Compiling lock_api v0.4.14
13372026-04-02T22:01:05.853Z Compiling serde_json v1.0.149
13382026-04-02T22:01:05.866Z Compiling parking_lot_core v0.9.12
13392026-04-02T22:01:05.882Z Compiling pin-project-lite v0.2.17
13402026-04-02T22:01:05.896Z Compiling pkg-config v0.3.32
13412026-04-02T22:01:05.909Z Compiling bitflags v2.11.0
13422026-04-02T22:01:05.947Z Compiling libm v0.2.16
13432026-04-02T22:01:05.947Z Compiling num-traits v0.2.19
13442026-04-02T22:01:06.004Z Compiling futures-core v0.3.32
13452026-04-02T22:01:06.035Z Compiling percent-encoding v2.3.2
13462026-04-02T22:01:06.052Z Compiling allocator-api2 v0.2.21
13472026-04-02T22:01:06.074Z Compiling futures-sink v0.3.32
13482026-04-02T22:01:06.177Z Compiling foldhash v0.2.0
13492026-04-02T22:01:06.190Z Compiling cpufeatures v0.2.17
13502026-04-02T22:01:06.194Z Compiling futures-channel v0.3.32
13512026-04-02T22:01:06.238Z Compiling slab v0.4.12
13522026-04-02T22:01:06.257Z Compiling futures-io v0.3.32
13532026-04-02T22:01:06.303Z Compiling getrandom v0.4.1
13542026-04-02T22:01:06.329Z Compiling futures-task v0.3.32
13552026-04-02T22:01:06.370Z Compiling getrandom v0.3.4
13562026-04-02T22:01:06.415Z Compiling hashbrown v0.16.1
13572026-04-02T22:01:06.430Z Compiling rustversion v1.0.22
13582026-04-02T22:01:06.444Z Compiling rand_core v0.10.0
13592026-04-02T22:01:06.458Z Compiling form_urlencoded v1.2.2
13602026-04-02T22:01:06.472Z Compiling fs_extra v1.3.0
13612026-04-02T22:01:06.511Z Compiling base64ct v1.8.3
13622026-04-02T22:01:06.525Z Compiling dunce v1.0.5
13632026-04-02T22:01:06.554Z Compiling ident_case v1.0.1
13642026-04-02T22:01:06.629Z Compiling getrandom v0.2.17
13652026-04-02T22:01:06.644Z Compiling jobserver v0.1.34
13662026-04-02T22:01:06.661Z Compiling errno v0.3.14
13672026-04-02T22:01:06.694Z Compiling mio v1.1.1
13682026-04-02T22:01:06.708Z Compiling socket2 v0.6.2
13692026-04-02T22:01:06.792Z Compiling rand_core v0.6.4
13702026-04-02T22:01:06.807Z Compiling once_cell v1.21.3
13712026-04-02T22:01:06.810Z Compiling signal-hook-registry v1.4.8
13722026-04-02T22:01:06.886Z Compiling cc v1.2.56
13732026-04-02T22:01:06.901Z Compiling parking_lot v0.12.5
13742026-04-02T22:01:06.998Z Compiling indexmap v2.13.0
13752026-04-02T22:01:07.039Z Compiling pem-rfc7468 v0.7.0
13762026-04-02T22:01:07.056Z Compiling flagset v0.4.7
13772026-04-02T22:01:07.059Z Compiling rustix v1.1.3
13782026-04-02T22:01:07.105Z Compiling iana-time-zone v0.1.65
13792026-04-02T22:01:07.119Z Compiling uuid v1.21.0
13802026-04-02T22:01:07.133Z Compiling rustc_version v0.4.1
13812026-04-02T22:01:07.200Z Compiling vcpkg v0.2.15
13822026-04-02T22:01:07.215Z Compiling regex-syntax v0.8.10
13832026-04-02T22:01:07.309Z Compiling aws-lc-rs v1.16.0
13842026-04-02T22:01:07.331Z Compiling rand_core v0.9.5
13852026-04-02T22:01:07.347Z Compiling tracing-core v0.1.36
13862026-04-02T22:01:07.368Z Compiling crossbeam-utils v0.8.21
13872026-04-02T22:01:07.433Z Compiling syn v1.0.109
13882026-04-02T22:01:07.505Z Compiling untrusted v0.7.1
13892026-04-02T22:01:07.556Z Compiling base64 v0.22.1
13902026-04-02T22:01:07.580Z Compiling untrusted v0.9.0
13912026-04-02T22:01:07.664Z Compiling cmake v0.1.57
13922026-04-02T22:01:07.680Z Compiling openssl-probe v0.2.1
13932026-04-02T22:01:07.693Z Compiling schemars v0.8.22
13942026-04-02T22:01:07.714Z Compiling httparse v1.10.1
13952026-04-02T22:01:07.747Z Compiling dyn-clone v1.0.20
13962026-04-02T22:01:07.847Z Compiling tower-layer v0.3.3
13972026-04-02T22:01:07.863Z Compiling rustls v0.23.37
13982026-04-02T22:01:07.881Z Compiling atomic-waker v1.1.2
13992026-04-02T22:01:07.896Z Compiling tinyvec_macros v0.1.1
14002026-04-02T22:01:07.912Z Compiling tower-service v0.3.3
14012026-04-02T22:01:07.916Z Compiling try-lock v0.2.5
14022026-04-02T22:01:07.981Z Compiling tinyvec v1.10.0
14032026-04-02T22:01:07.997Z Compiling spin v0.9.8
14042026-04-02T22:01:08.000Z Compiling aho-corasick v1.1.4
14052026-04-02T22:01:08.024Z Compiling foreign-types-shared v0.1.1
14062026-04-02T22:01:08.039Z Compiling want v0.3.1
14072026-04-02T22:01:08.044Z Compiling time-core v0.1.8
14082026-04-02T22:01:08.069Z Compiling openssl v0.10.75
14092026-04-02T22:01:08.072Z Compiling powerfmt v0.2.0
14102026-04-02T22:01:08.101Z Compiling num-conv v0.2.0
14112026-04-02T22:01:08.131Z Compiling httpdate v1.0.3
14122026-04-02T22:01:08.221Z Compiling crc32fast v1.5.0
14132026-04-02T22:01:08.236Z Compiling pin-utils v0.1.0
14142026-04-02T22:01:08.236Z Compiling deranged v0.5.8
14152026-04-02T22:01:08.270Z Compiling time-macros v0.2.27
14162026-04-02T22:01:08.301Z Compiling foreign-types v0.3.2
14172026-04-02T22:01:08.316Z Compiling wait-timeout v0.2.1
14182026-04-02T22:01:08.331Z Compiling bit-vec v0.8.0
14192026-04-02T22:01:08.352Z Compiling simd-adler32 v0.3.8
14202026-04-02T22:01:08.367Z Compiling usdt-impl v0.6.0
14212026-04-02T22:01:08.511Z Compiling native-tls v0.2.18
14222026-04-02T22:01:08.522Z Compiling siphasher v1.0.2
14232026-04-02T22:01:08.522Z Compiling num_threads v0.1.7
14242026-04-02T22:01:08.579Z Compiling aws-lc-sys v0.37.1
14252026-04-02T22:01:08.613Z Compiling ring v0.17.14
14262026-04-02T22:01:08.628Z Compiling openssl-sys v0.9.111
14272026-04-02T22:01:08.631Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-04-02T22:01:08.660Z Compiling either v1.15.0
14292026-04-02T22:01:08.663Z Compiling quick-error v1.2.3
14302026-04-02T22:01:08.663Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-04-02T22:01:08.738Z Compiling synstructure v0.13.2
14322026-04-02T22:01:08.810Z Compiling pest_generator v2.8.6
14332026-04-02T22:01:08.878Z Compiling serde_derive_internals v0.29.1
14342026-04-02T22:01:08.896Z Compiling darling_core v0.20.11
14352026-04-02T22:01:09.013Z Compiling regex-automata v0.4.14
14362026-04-02T22:01:09.032Z Compiling tempfile v3.25.0
14372026-04-02T22:01:09.292Z Compiling rusty-fork v0.3.1
14382026-04-02T22:01:09.405Z Compiling darling_core v0.21.3
14392026-04-02T22:01:09.420Z Compiling time v0.3.47
14402026-04-02T22:01:09.436Z Compiling bit-set v0.8.0
14412026-04-02T22:01:09.523Z Compiling unicode-normalization v0.1.25
14422026-04-02T22:01:09.616Z Compiling crossbeam-epoch v0.9.18
14432026-04-02T22:01:09.633Z Compiling slog v2.8.2
14442026-04-02T22:01:09.674Z Compiling rand_xorshift v0.4.0
14452026-04-02T22:01:09.796Z Compiling heapless v0.7.17
14462026-04-02T22:01:09.812Z Compiling thread-id v5.1.0
14472026-04-02T22:01:09.846Z Compiling sync_wrapper v1.0.2
14482026-04-02T22:01:09.861Z Compiling cookie v0.18.1
14492026-04-02T22:01:09.890Z Compiling rayon-core v1.13.0
14502026-04-02T22:01:09.956Z Compiling zstd-safe v7.2.4
14512026-04-02T22:01:09.988Z Compiling anyhow v1.0.102
14522026-04-02T22:01:10.004Z Compiling unarray v0.1.4
14532026-04-02T22:01:10.047Z Compiling adler2 v2.0.1
14542026-04-02T22:01:10.070Z Compiling unicode-bidi v0.3.18
14552026-04-02T22:01:10.098Z Compiling paste v1.0.15
14562026-04-02T22:01:10.128Z Compiling signal-hook v0.3.18
14572026-04-02T22:01:10.130Z Compiling unicode-properties v0.1.4
14582026-04-02T22:01:10.176Z Compiling unicode-segmentation v1.12.0
14592026-04-02T22:01:10.195Z Compiling miniz_oxide v0.8.9
14602026-04-02T22:01:10.428Z Compiling stringprep v0.1.5
14612026-04-02T22:01:10.462Z Compiling crossbeam-deque v0.8.6
14622026-04-02T22:01:10.505Z Compiling serde_derive v1.0.228
14632026-04-02T22:01:10.560Z Compiling zeroize_derive v1.4.3
14642026-04-02T22:01:10.585Z Compiling zerofrom-derive v0.1.6
14652026-04-02T22:01:10.648Z Compiling yoke-derive v0.8.1
14662026-04-02T22:01:10.673Z Compiling zerocopy-derive v0.8.40
14672026-04-02T22:01:10.841Z Compiling zerovec-derive v0.11.2
14682026-04-02T22:01:10.903Z Compiling displaydoc v0.2.5
14692026-04-02T22:01:11.122Z Compiling tokio-macros v2.6.0
14702026-04-02T22:01:11.231Z Compiling zeroize v1.8.2
14712026-04-02T22:01:11.253Z Compiling futures-macro v0.3.32
14722026-04-02T22:01:11.297Z Compiling der_derive v0.7.3
14732026-04-02T22:01:11.688Z Compiling thiserror-impl v2.0.18
14742026-04-02T22:01:11.865Z Compiling rustls-pki-types v1.14.0
14752026-04-02T22:01:11.883Z Compiling tracing-attributes v0.1.31
14762026-04-02T22:01:11.997Z Compiling crypto-common v0.1.7
14772026-04-02T22:01:12.011Z Compiling block-buffer v0.10.4
14782026-04-02T22:01:12.042Z Compiling block-padding v0.3.3
14792026-04-02T22:01:12.064Z Compiling pest_derive v2.8.6
14802026-04-02T22:01:12.076Z Compiling zerofrom v0.1.6
14812026-04-02T22:01:12.127Z Compiling futures-util v0.3.32
14822026-04-02T22:01:12.165Z Compiling digest v0.10.7
14832026-04-02T22:01:12.206Z Compiling yoke v0.8.1
14842026-04-02T22:01:12.222Z Compiling inout v0.1.4
14852026-04-02T22:01:12.251Z Compiling scroll_derive v0.13.1
14862026-04-02T22:01:12.327Z Compiling der v0.7.10
14872026-04-02T22:01:12.352Z Compiling schemars_derive v0.8.22
14882026-04-02T22:01:12.408Z Compiling zerovec v0.11.5
14892026-04-02T22:01:12.421Z Compiling zerotrie v0.2.3
14902026-04-02T22:01:12.438Z Compiling hmac v0.12.1
14912026-04-02T22:01:12.528Z Compiling sha2 v0.10.9
14922026-04-02T22:01:12.612Z Compiling cipher v0.4.4
14932026-04-02T22:01:12.825Z Compiling pbkdf2 v0.12.2
14942026-04-02T22:01:12.870Z Compiling tinystr v0.8.2
14952026-04-02T22:01:12.899Z Compiling potential_utf v0.1.4
14962026-04-02T22:01:12.917Z Compiling salsa20 v0.10.2
14972026-04-02T22:01:13.078Z Compiling icu_locale_core v2.1.1
14982026-04-02T22:01:13.095Z Compiling icu_collections v2.1.1
14992026-04-02T22:01:13.109Z Compiling scrypt v0.11.0
15002026-04-02T22:01:13.118Z Compiling cbc v0.1.2
15012026-04-02T22:01:13.140Z Compiling thiserror v2.0.18
15022026-04-02T22:01:13.216Z Compiling spki v0.7.3
15032026-04-02T22:01:13.263Z Compiling aes v0.8.4
15042026-04-02T22:01:13.281Z Compiling tracing v0.1.44
15052026-04-02T22:01:13.311Z Compiling scroll v0.13.0
15062026-04-02T22:01:13.390Z Compiling darling_macro v0.20.11
15072026-04-02T22:01:13.435Z Compiling openssl-macros v0.1.1
15082026-04-02T22:01:13.565Z Compiling goblin v0.10.5
15092026-04-02T22:01:13.580Z Compiling thiserror-impl v1.0.69
15102026-04-02T22:01:13.596Z Compiling dtrace-parser v0.3.0
15112026-04-02T22:01:13.599Z Compiling signature v2.2.0
15122026-04-02T22:01:13.656Z Compiling pkcs5 v0.7.1
15132026-04-02T22:01:13.810Z Compiling icu_provider v2.1.1
15142026-04-02T22:01:13.905Z Compiling darling v0.20.11
15152026-04-02T22:01:13.920Z Compiling rustls-native-certs v0.8.3
15162026-04-02T22:01:14.002Z Compiling bytes v1.11.1
15172026-04-02T22:01:14.018Z Compiling chrono v0.4.44
15182026-04-02T22:01:14.077Z Compiling icu_normalizer v2.1.1
15192026-04-02T22:01:14.126Z Compiling icu_properties v2.1.2
15202026-04-02T22:01:14.173Z Compiling pkcs8 v0.10.2
15212026-04-02T22:01:14.225Z Compiling ipnet v2.11.0
15222026-04-02T22:01:14.340Z Compiling derive_builder_core v0.20.2
15232026-04-02T22:01:14.361Z Compiling scroll_derive v0.12.1
15242026-04-02T22:01:14.414Z Compiling erased-serde v0.3.31
15252026-04-02T22:01:14.498Z Compiling tokio v1.49.0
15262026-04-02T22:01:14.616Z Compiling http v1.4.0
15272026-04-02T22:01:14.619Z Compiling toml_datetime v0.6.11
15282026-04-02T22:01:14.736Z Compiling serde_spanned v0.6.9
15292026-04-02T22:01:14.895Z Compiling thiserror v1.0.69
15302026-04-02T22:01:14.900Z Compiling serde_tokenstream v0.2.3
15312026-04-02T22:01:14.900Z Compiling md-5 v0.10.6
15322026-04-02T22:01:14.932Z Compiling webpki-roots v1.0.6
15332026-04-02T22:01:15.035Z Compiling idna_adapter v1.2.1
15342026-04-02T22:01:15.076Z Compiling ppv-lite86 v0.2.21
15352026-04-02T22:01:15.091Z Compiling scroll v0.12.0
15362026-04-02T22:01:15.106Z Compiling darling_macro v0.21.3
15372026-04-02T22:01:15.157Z Compiling idna v1.1.0
15382026-04-02T22:01:15.202Z Compiling zerocopy-derive v0.7.35
15392026-04-02T22:01:15.278Z Compiling num-integer v0.1.46
15402026-04-02T22:01:15.295Z Compiling derive_builder_macro v0.20.2
15412026-04-02T22:01:15.295Z Compiling vergen-lib v0.1.6
15422026-04-02T22:01:15.320Z Compiling http-body v1.0.1
15432026-04-02T22:01:15.377Z Compiling rand_chacha v0.9.0
15442026-04-02T22:01:15.415Z Compiling rand_chacha v0.3.1
15452026-04-02T22:01:15.492Z Compiling url v2.5.8
15462026-04-02T22:01:15.495Z Compiling http-body-util v0.1.3
15472026-04-02T22:01:15.522Z Compiling curve25519-dalek v4.1.3
15482026-04-02T22:01:15.631Z Compiling rand v0.9.2
15492026-04-02T22:01:15.634Z Compiling ff v0.13.1
15502026-04-02T22:01:15.662Z Compiling hash32 v0.2.1
15512026-04-02T22:01:15.846Z Compiling memoffset v0.9.1
15522026-04-02T22:01:15.861Z Compiling rustix v0.38.44
15532026-04-02T22:01:15.862Z Compiling psl-types v2.0.11
15542026-04-02T22:01:15.862Z Compiling cfg_aliases v0.2.1
15552026-04-02T22:01:15.895Z Compiling zlib-rs v0.6.2
15562026-04-02T22:01:15.908Z Compiling fallible-iterator v0.2.0
15572026-04-02T22:01:15.933Z Compiling base16ct v0.2.0
15582026-04-02T22:01:15.947Z Compiling ref-cast v1.0.25
15592026-04-02T22:01:15.986Z Compiling num-bigint-dig v0.8.6
15602026-04-02T22:01:16.134Z Compiling iri-string v0.7.10
15612026-04-02T22:01:16.147Z Compiling litrs v1.0.0
15622026-04-02T22:01:16.182Z Compiling smoltcp v0.9.1
15632026-04-02T22:01:16.199Z Compiling ryu v1.0.23
15642026-04-02T22:01:16.226Z Compiling proptest v1.10.0
15652026-04-02T22:01:16.272Z Compiling postgres-protocol v0.6.10
15662026-04-02T22:01:16.321Z Compiling dof v0.4.0
15672026-04-02T22:01:16.341Z Compiling serde_urlencoded v0.7.1
15682026-04-02T22:01:16.454Z Compiling zerocopy v0.7.35
15692026-04-02T22:01:16.485Z Compiling sec1 v0.7.3
15702026-04-02T22:01:16.564Z Compiling publicsuffix v2.3.0
15712026-04-02T22:01:16.607Z Compiling nix v0.31.1
15722026-04-02T22:01:16.681Z Compiling document-features v0.2.12
15732026-04-02T22:01:16.785Z Compiling derive_builder v0.20.2
15742026-04-02T22:01:16.859Z Compiling ipnetwork v0.21.1
15752026-04-02T22:01:16.875Z Compiling group v0.13.0
15762026-04-02T22:01:16.932Z Compiling rand v0.8.5
15772026-04-02T22:01:16.971Z Compiling darling v0.21.3
15782026-04-02T22:01:17.025Z Compiling num-iter v0.1.45
15792026-04-02T22:01:17.069Z Compiling goblin v0.8.2
15802026-04-02T22:01:17.167Z Compiling oxnet v0.1.4
15812026-04-02T22:01:17.246Z Compiling cargo-platform v0.1.9
15822026-04-02T22:01:17.285Z Compiling hkdf v0.12.4
15832026-04-02T22:01:17.300Z Compiling hubpack_derive v0.1.1
15842026-04-02T22:01:17.348Z Compiling crypto-bigint v0.5.5
15852026-04-02T22:01:17.472Z Compiling regex v1.12.3
15862026-04-02T22:01:17.619Z Compiling async-trait v0.1.89
15872026-04-02T22:01:17.659Z Compiling daft-derive v0.1.5
15882026-04-02T22:01:17.693Z Compiling curve25519-dalek-derive v0.1.1
15892026-04-02T22:01:17.782Z Compiling ref-cast-impl v1.0.25
15902026-04-02T22:01:17.802Z Compiling strum_macros v0.27.2
15912026-04-02T22:01:18.043Z Compiling heck v0.4.1
15922026-04-02T22:01:18.088Z Compiling proc-macro-error v1.0.4
15932026-04-02T22:01:18.129Z Compiling terminal_size v0.4.3
15942026-04-02T22:01:18.207Z Compiling phf_shared v0.13.1
15952026-04-02T22:01:18.232Z Compiling tokio-util v0.7.18
15962026-04-02T22:01:18.288Z Compiling tower v0.5.3
15972026-04-02T22:01:18.365Z Compiling tokio-native-tls v0.3.1
15982026-04-02T22:01:18.381Z Compiling lazy_static v1.5.0
15992026-04-02T22:01:18.401Z Compiling vergen v9.0.6
16002026-04-02T22:01:18.417Z Compiling fs-err v3.3.0
16012026-04-02T22:01:18.471Z Compiling ahash v0.8.12
16022026-04-02T22:01:18.487Z Compiling foldhash v0.1.5
16032026-04-02T22:01:18.487Z Compiling winnow v0.5.40
16042026-04-02T22:01:18.556Z Compiling newtype-uuid v1.3.2
16052026-04-02T22:01:18.605Z Compiling object v0.37.3
16062026-04-02T22:01:18.625Z Compiling bitflags v1.3.2
16072026-04-02T22:01:18.681Z Compiling bumpalo v3.20.2
16082026-04-02T22:01:18.698Z Compiling tower-http v0.6.8
16092026-04-02T22:01:18.701Z Compiling libbz2-rs-sys v0.2.2
16102026-04-02T22:01:18.726Z Compiling flate2 v1.1.9
16112026-04-02T22:01:18.792Z Compiling managed v0.8.0
16122026-04-02T22:01:18.901Z Compiling console v0.16.2
16132026-04-02T22:01:18.947Z Compiling h2 v0.4.13
16142026-04-02T22:01:18.971Z Compiling zopfli v0.8.3
16152026-04-02T22:01:19.106Z Compiling daft v0.1.5
16162026-04-02T22:01:19.162Z Compiling bzip2 v0.6.1
16172026-04-02T22:01:19.291Z Compiling dof v0.3.0
16182026-04-02T22:01:19.308Z Compiling hashbrown v0.15.5
16192026-04-02T22:01:19.411Z Compiling clap_builder v4.5.60
16202026-04-02T22:01:19.443Z Compiling phf v0.13.1
16212026-04-02T22:01:19.621Z Compiling elliptic-curve v0.13.8
16222026-04-02T22:01:19.637Z Compiling signal-hook-mio v0.2.5
16232026-04-02T22:01:19.655Z Compiling zone_cfg_derive v0.3.1
16242026-04-02T22:01:19.789Z Compiling toml_edit v0.19.15
16252026-04-02T22:01:19.805Z Compiling strum v0.27.2
16262026-04-02T22:01:19.855Z Compiling cargo_metadata v0.19.2
16272026-04-02T22:01:19.890Z Compiling rayon v1.11.0
16282026-04-02T22:01:20.007Z Compiling usdt-macro v0.6.0
16292026-04-02T22:01:20.022Z Compiling usdt-attr-macro v0.6.0
16302026-04-02T22:01:20.113Z Compiling cookie_store v0.22.1
16312026-04-02T22:01:20.248Z Compiling hubpack v0.1.2
16322026-04-02T22:01:20.379Z Compiling bzip2 v0.4.4
16332026-04-02T22:01:20.487Z Compiling serde_with_macros v3.17.0
16342026-04-02T22:01:20.541Z Compiling zstd v0.13.3
16352026-04-02T22:01:20.628Z Compiling postgres-types v0.2.12
16362026-04-02T22:01:20.853Z Compiling dtrace-parser v0.2.0
16372026-04-02T22:01:20.853Z Compiling ed25519 v2.2.3
16382026-04-02T22:01:20.861Z Compiling pkcs1 v0.7.5
16392026-04-02T22:01:20.876Z Compiling serde-big-array v0.5.1
16402026-04-02T22:01:21.040Z Compiling hex v0.4.3
16412026-04-02T22:01:21.216Z Compiling rfc6979 v0.4.0
16422026-04-02T22:01:21.275Z Compiling bstr v1.12.1
16432026-04-02T22:01:21.290Z Compiling serde_repr v0.1.20
16442026-04-02T22:01:21.338Z Compiling clap_derive v4.5.55
16452026-04-02T22:01:21.364Z Compiling strum_macros v0.26.4
16462026-04-02T22:01:21.585Z Compiling enum-as-inner v0.6.1
16472026-04-02T22:01:21.672Z Compiling itertools v0.12.1
16482026-04-02T22:01:21.708Z Compiling phf_shared v0.11.3
16492026-04-02T22:01:21.759Z Compiling float-cmp v0.10.0
16502026-04-02T22:01:21.853Z Compiling thread-id v4.2.2
16512026-04-02T22:01:21.856Z Compiling memmap2 v0.9.10
16522026-04-02T22:01:21.921Z Compiling env_filter v1.0.0
16532026-04-02T22:01:21.936Z Compiling encoding_rs v0.8.35
16542026-04-02T22:01:21.955Z Compiling whoami v2.1.0
16552026-04-02T22:01:21.969Z Compiling normalize-line-endings v0.3.0
16562026-04-02T22:01:22.083Z Compiling hyper v1.8.1
16572026-04-02T22:01:22.114Z Compiling mime v0.3.17
16582026-04-02T22:01:22.137Z Compiling data-encoding v2.10.0
16592026-04-02T22:01:22.250Z Compiling static_assertions v1.1.0
16602026-04-02T22:01:22.338Z Compiling fixedbitset v0.5.7
16612026-04-02T22:01:22.357Z Compiling predicates-core v1.0.10
16622026-04-02T22:01:22.397Z Compiling fixedbitset v0.4.2
16632026-04-02T22:01:22.509Z Compiling jiff v0.2.21
16642026-04-02T22:01:22.558Z Compiling new_debug_unreachable v1.0.6
16652026-04-02T22:01:22.589Z Compiling keccak v0.1.6
16662026-04-02T22:01:22.604Z Compiling precomputed-hash v0.1.1
16672026-04-02T22:01:22.637Z Compiling difflib v0.4.0
16682026-04-02T22:01:22.652Z Compiling rustc-hash v2.1.1
16692026-04-02T22:01:22.667Z Compiling unit-prefix v0.5.2
16702026-04-02T22:01:22.710Z Compiling string_cache v0.8.9
16712026-04-02T22:01:22.792Z Compiling indicatif v0.18.4
16722026-04-02T22:01:22.835Z Compiling zone v0.3.1
16732026-04-02T22:01:22.870Z Compiling predicates v3.1.4
16742026-04-02T22:01:22.942Z Compiling iddqd v0.3.17
16752026-04-02T22:01:22.961Z Compiling sha3 v0.10.8
16762026-04-02T22:01:23.054Z Compiling petgraph v0.6.5
16772026-04-02T22:01:23.195Z Compiling hyper-util v0.1.20
16782026-04-02T22:01:23.218Z Compiling strum v0.26.3
16792026-04-02T22:01:23.231Z Compiling clap v4.5.60
16802026-04-02T22:01:23.327Z Compiling petgraph v0.8.3
16812026-04-02T22:01:23.366Z Compiling hickory-proto v0.25.2
16822026-04-02T22:01:23.423Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-04-02T22:01:23.438Z Compiling tokio-postgres v0.7.16
16842026-04-02T22:01:23.527Z Compiling toml_edit v0.22.27
16852026-04-02T22:01:23.549Z Compiling env_logger v0.11.9
16862026-04-02T22:01:23.565Z Compiling usdt v0.6.0
16872026-04-02T22:01:23.647Z Compiling usdt-impl v0.5.0
16882026-04-02T22:01:23.699Z Compiling similar v2.7.0
16892026-04-02T22:01:23.897Z Compiling serde_with v3.17.0
16902026-04-02T22:01:23.924Z Compiling crossterm v0.28.1
16912026-04-02T22:01:24.101Z Compiling ecdsa v0.16.9
16922026-04-02T22:01:24.262Z Compiling toml v0.7.8
16932026-04-02T22:01:24.508Z Compiling rsa v0.9.10
16942026-04-02T22:01:24.546Z Compiling hyper-tls v0.6.0
16952026-04-02T22:01:24.578Z Compiling ed25519-dalek v2.2.0
16962026-04-02T22:01:24.928Z Compiling zip v0.6.6
16972026-04-02T22:01:25.170Z Compiling zip v4.6.1
16982026-04-02T22:01:25.307Z Compiling tokio-stream v0.1.18
16992026-04-02T22:01:25.529Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-04-02T22:01:25.545Z Compiling buf-list v1.1.2
17012026-04-02T22:01:25.614Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-04-02T22:01:25.689Z Compiling openapiv3 v2.2.0
17032026-04-02T22:01:25.716Z Compiling x509-cert v0.2.5
17042026-04-02T22:01:25.819Z Compiling sha1 v0.10.6
17052026-04-02T22:01:25.851Z Compiling itertools v0.13.0
17062026-04-02T22:01:25.942Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-04-02T22:01:26.065Z Compiling lalrpop-util v0.19.12
17082026-04-02T22:01:26.179Z Compiling peg-runtime v0.8.5
17092026-04-02T22:01:26.211Z Compiling thread_local v1.1.9
17102026-04-02T22:01:26.248Z Compiling slog-async v2.8.0
17112026-04-02T22:01:26.266Z Compiling futures-executor v0.3.32
17122026-04-02T22:01:26.289Z Compiling crossbeam-channel v0.5.15
17132026-04-02T22:01:26.320Z Compiling filetime v0.2.27
17142026-04-02T22:01:26.376Z Compiling is-terminal v0.4.17
17152026-04-02T22:01:26.490Z Compiling xattr v1.6.1
17162026-04-02T22:01:26.506Z Compiling term v1.2.1
17172026-04-02T22:01:26.509Z Compiling take_mut v0.2.2
17182026-04-02T22:01:26.534Z Compiling futures v0.3.32
17192026-04-02T22:01:26.633Z Compiling tar v0.4.45
17202026-04-02T22:01:26.968Z Compiling slog-term v2.9.2
17212026-04-02T22:01:41.806Z Compiling rustls-webpki v0.103.9
17222026-04-02T22:01:44.553Z Compiling tokio-rustls v0.26.4
17232026-04-02T22:01:44.553Z Compiling rustls-platform-verifier v0.6.2
17242026-04-02T22:01:44.749Z Compiling hyper-rustls v0.27.7
17252026-04-02T22:01:44.945Z Compiling reqwest v0.12.28
17262026-04-02T22:01:44.945Z Compiling reqwest v0.13.2
17272026-04-02T22:01:46.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-04-02T22:01:47.145Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-04-02T22:01:50.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.98s
17302026-04-02T22:01:50.101Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-04-02T22:01:50.157ZApr 02 22:01:49.626 INFO Starting download, target: Clickhouse
17322026-04-02T22:01:50.157ZApr 02 22:01:49.627 INFO Starting download, target: Cockroach
17332026-04-02T22:01:50.157ZApr 02 22:01:49.627 INFO Starting download, target: Console
17342026-04-02T22:01:50.160ZApr 02 22:01:49.627 INFO Starting download, target: DendriteStub
17352026-04-02T22:01:50.160ZApr 02 22:01:49.627 INFO Starting download, target: MaghemiteMgd
17362026-04-02T22:01:50.160ZApr 02 22:01:49.627 INFO Starting download, target: TransceiverControl
17372026-04-02T22:01:50.160ZApr 02 22:01:49.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-02T22:01:50.160ZApr 02 22:01:49.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-04-02T22:01:50.160ZApr 02 22:01:49.627 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-02T22:01:50.161ZApr 02 22:01:49.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-04-02T22:01:50.161ZApr 02 22:01:49.627 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-04-02T22:01:50.161ZApr 02 22:01:49.627 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-04-02T22:01:50.742ZApr 02 22:01:50.210 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-04-02T22:01:50.951ZApr 02 22:01:50.419 INFO Download complete, target: TransceiverControl
17452026-04-02T22:01:51.397ZApr 02 22:01:50.855 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-04-02T22:01:51.619ZApr 02 22:01:51.087 INFO Download complete, target: Console
17472026-04-02T22:01:51.804ZApr 02 22:01:51.272 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-04-02T22:01:51.910ZApr 02 22:01:51.379 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-04-02T22:01:52.499ZApr 02 22:01:51.968 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-04-02T22:01:52.499ZApr 02 22:01:51.969 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-04-02T22:01:52.959ZApr 02 22:01:52.297 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-04-02T22:01:54.134ZApr 02 22:01:53.601 INFO Download complete, target: DendriteStub
17532026-04-02T22:01:54.259ZApr 02 22:01:53.727 INFO Download complete, target: MaghemiteMgd
17542026-04-02T22:01:57.311ZApr 02 22:01:56.779 INFO Checking that binary works, target: Cockroach
17552026-04-02T22:01:57.419ZApr 02 22:01:56.888 INFO Download complete, target: Cockroach
17562026-04-02T22:01:59.662ZApr 02 22:01:59.130 INFO Checking that binary works, target: Clickhouse
17572026-04-02T22:01:59.754ZApr 02 22:01:59.223 INFO Download complete, target: Clickhouse
17582026-04-02T22:01:59.761ZAll prerequisites installed successfully
17592026-04-02T22:01:59.766Z
17602026-04-02T22:01:59.766Zreal 2:48.141867658
17612026-04-02T22:01:59.766Zuser 7:17.947421877
17622026-04-02T22:01:59.766Zsys 1:44.156386334
17632026-04-02T22:01:59.766Ztrap 0.266523867
17642026-04-02T22:01:59.766Ztflt 1.226049180
17652026-04-02T22:01:59.766Zdflt 1.634788818
17662026-04-02T22:01:59.766Zkflt 0.026149834
17672026-04-02T22:01:59.766Zlock 22:55.716969808
17682026-04-02T22:01:59.766Zslp 19:35.181442304
17692026-04-02T22:01:59.766Zlat 24.780354550
17702026-04-02T22:01:59.767Zstop 2:58.559983892
17712026-04-02T22:01:59.767Z+ ptime -m cargo xtask download softnpu
17722026-04-02T22:02:00.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17732026-04-02T22:02:00.313Z Running `target/debug/xtask download softnpu`
17742026-04-02T22:02:01.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17752026-04-02T22:02:01.149Z Running `target/debug/xtask-downloader softnpu`
17762026-04-02T22:02:01.192ZApr 02 22:02:00.660 INFO Starting download, target: Softnpu
17772026-04-02T22:02:01.196ZApr 02 22:02:00.661 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-04-02T22:02:02.000ZApr 02 22:02:01.399 INFO Download complete, target: Softnpu
17792026-04-02T22:02:02.011Z
17802026-04-02T22:02:02.011Zreal 2.166305832
17812026-04-02T22:02:02.011Zuser 1.296286637
17822026-04-02T22:02:02.011Zsys 0.648142602
17832026-04-02T22:02:02.011Ztrap 0.000814861
17842026-04-02T22:02:02.011Ztflt 0.000087768
17852026-04-02T22:02:02.011Zdflt 0.000380094
17862026-04-02T22:02:02.011Zkflt 0.000000000
17872026-04-02T22:02:02.011Zlock 13.554910868
17882026-04-02T22:02:02.012Zslp 0.582802830
17892026-04-02T22:02:02.012Zlat 0.078076603
17902026-04-02T22:02:02.012Zstop 0.000187369
17912026-04-02T22:02:02.012Z+ export CARGO_INCREMENTAL=0
17922026-04-02T22:02:02.012Z+ CARGO_INCREMENTAL=0
17932026-04-02T22:02:02.012Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-04-02T22:02:02.825Z Compiling proc-macro2 v1.0.106
17952026-04-02T22:02:02.825Z Compiling quote v1.0.44
17962026-04-02T22:02:02.825Z Compiling unicode-ident v1.0.24
17972026-04-02T22:02:02.825Z Compiling libc v0.2.180
17982026-04-02T22:02:02.825Z Compiling serde_core v1.0.228
17992026-04-02T22:02:02.825Z Compiling serde v1.0.228
18002026-04-02T22:02:02.828Z Compiling cfg-if v1.0.4
18012026-04-02T22:02:02.828Z Compiling version_check v0.9.5
18022026-04-02T22:02:02.828Z Compiling shlex v1.3.0
18032026-04-02T22:02:02.828Z Compiling find-msvc-tools v0.1.9
18042026-04-02T22:02:02.828Z Compiling typenum v1.19.0
18052026-04-02T22:02:02.965Z Compiling portable-atomic v1.13.1
18062026-04-02T22:02:02.973Z Compiling memchr v2.8.0
18072026-04-02T22:02:02.973Z Compiling autocfg v1.5.0
18082026-04-02T22:02:02.973Z Compiling zmij v1.0.21
18092026-04-02T22:02:03.062Z Compiling serde_json v1.0.149
18102026-04-02T22:02:03.150Z Compiling zerocopy v0.8.40
18112026-04-02T22:02:03.276Z Compiling parking_lot_core v0.9.12
18122026-04-02T22:02:03.282Z Compiling generic-array v0.14.7
18132026-04-02T22:02:03.282Z Compiling libm v0.2.16
18142026-04-02T22:02:03.367Z Compiling smallvec v1.15.1
18152026-04-02T22:02:03.398Z Compiling icu_properties_data v2.1.2
18162026-04-02T22:02:03.417Z Compiling icu_normalizer_data v2.1.1
18172026-04-02T22:02:03.432Z Compiling num-traits v0.2.19
18182026-04-02T22:02:03.513Z Compiling itoa v1.0.17
18192026-04-02T22:02:03.547Z Compiling log v0.4.29
18202026-04-02T22:02:03.614Z Compiling getrandom v0.4.1
18212026-04-02T22:02:03.645Z Compiling pkg-config v0.3.32
18222026-04-02T22:02:03.694Z Compiling stable_deref_trait v1.2.1
18232026-04-02T22:02:03.740Z Compiling scopeguard v1.2.0
18242026-04-02T22:02:03.800Z Compiling subtle v2.6.1
18252026-04-02T22:02:03.885Z Compiling thiserror v2.0.18
18262026-04-02T22:02:03.900Z Compiling lock_api v0.4.14
18272026-04-02T22:02:03.929Z Compiling fnv v1.0.7
18282026-04-02T22:02:04.025Z Compiling getrandom v0.3.4
18292026-04-02T22:02:04.035Z Compiling pin-project-lite v0.2.17
18302026-04-02T22:02:04.152Z Compiling jobserver v0.1.34
18312026-04-02T22:02:04.172Z Compiling getrandom v0.2.17
18322026-04-02T22:02:04.361Z Compiling errno v0.3.14
18332026-04-02T22:02:04.371Z Compiling syn v2.0.117
18342026-04-02T22:02:04.380Z Compiling rand_core v0.6.4
18352026-04-02T22:02:04.380Z Compiling critical-section v1.2.0
18362026-04-02T22:02:04.414Z Compiling cc v1.2.56
18372026-04-02T22:02:04.518Z Compiling once_cell v1.21.3
18382026-04-02T22:02:04.552Z Compiling equivalent v1.0.2
18392026-04-02T22:02:04.556Z Compiling rustversion v1.0.22
18402026-04-02T22:02:04.556Z Compiling allocator-api2 v0.2.21
18412026-04-02T22:02:04.686Z Compiling percent-encoding v2.3.2
18422026-04-02T22:02:04.686Z Compiling dunce v1.0.5
18432026-04-02T22:02:04.719Z Compiling writeable v0.6.2
18442026-04-02T22:02:04.751Z Compiling fs_extra v1.3.0
18452026-04-02T22:02:04.769Z Compiling litemap v0.8.1
18462026-04-02T22:02:04.819Z Compiling foldhash v0.2.0
18472026-04-02T22:02:04.955Z Compiling const-oid v0.9.6
18482026-04-02T22:02:04.987Z Compiling hashbrown v0.16.1
18492026-04-02T22:02:05.017Z Compiling signal-hook-registry v1.4.8
18502026-04-02T22:02:05.068Z Compiling rustix v1.1.3
18512026-04-02T22:02:05.072Z Compiling socket2 v0.6.2
18522026-04-02T22:02:05.072Z Compiling mio v1.1.1
18532026-04-02T22:02:05.144Z Compiling schemars v0.8.22
18542026-04-02T22:02:05.148Z Compiling utf8_iter v1.0.4
18552026-04-02T22:02:05.177Z Compiling cmake v0.1.57
18562026-04-02T22:02:05.391Z Compiling semver v1.0.27
18572026-04-02T22:02:05.466Z Compiling parking_lot v0.12.5
18582026-04-02T22:02:05.564Z Compiling bitflags v2.11.0
18592026-04-02T22:02:05.582Z Compiling indexmap v2.13.0
18602026-04-02T22:02:05.632Z Compiling aws-lc-rs v1.16.0
18612026-04-02T22:02:05.671Z Compiling rand_core v0.10.0
18622026-04-02T22:02:05.715Z Compiling form_urlencoded v1.2.2
18632026-04-02T22:02:05.772Z Compiling ring v0.17.14
18642026-04-02T22:02:05.789Z Compiling aws-lc-sys v0.37.1
18652026-04-02T22:02:05.854Z Compiling futures-core v0.3.32
18662026-04-02T22:02:05.869Z Compiling strsim v0.11.1
18672026-04-02T22:02:06.021Z Compiling ucd-trie v0.1.7
18682026-04-02T22:02:06.042Z Compiling thiserror v1.0.69
18692026-04-02T22:02:06.235Z Compiling byteorder v1.5.0
18702026-04-02T22:02:06.269Z Compiling httparse v1.10.1
18712026-04-02T22:02:06.286Z Compiling pest v2.8.6
18722026-04-02T22:02:06.367Z Compiling ident_case v1.0.1
18732026-04-02T22:02:06.401Z Compiling vcpkg v0.2.15
18742026-04-02T22:02:06.422Z Compiling heck v0.5.0
18752026-04-02T22:02:06.503Z Compiling syn v1.0.109
18762026-04-02T22:02:06.554Z Compiling crossbeam-utils v0.8.21
18772026-04-02T22:02:06.559Z Compiling regex-syntax v0.8.10
18782026-04-02T22:02:06.718Z Compiling rustls v0.23.37
18792026-04-02T22:02:06.829Z Compiling futures-sink v0.3.32
18802026-04-02T22:02:06.833Z Compiling rustc_version v0.4.1
18812026-04-02T22:02:06.905Z Compiling futures-task v0.3.32
18822026-04-02T22:02:06.908Z Compiling futures-io v0.3.32
18832026-04-02T22:02:06.940Z Compiling slab v0.4.12
18842026-04-02T22:02:06.943Z Compiling cpufeatures v0.2.17
18852026-04-02T22:02:06.988Z Compiling openssl-sys v0.9.111
18862026-04-02T22:02:06.993Z Compiling futures-channel v0.3.32
18872026-04-02T22:02:07.098Z Compiling plain v0.2.3
18882026-04-02T22:02:07.114Z Compiling iana-time-zone v0.1.65
18892026-04-02T22:02:07.251Z Compiling synstructure v0.13.2
18902026-04-02T22:02:07.261Z Compiling serde_derive_internals v0.29.1
18912026-04-02T22:02:07.261Z Compiling uuid v1.21.0
18922026-04-02T22:02:07.261Z Compiling aho-corasick v1.1.4
18932026-04-02T22:02:07.286Z Compiling num-conv v0.2.0
18942026-04-02T22:02:07.391Z Compiling pest_meta v2.8.6
18952026-04-02T22:02:07.408Z Compiling time-core v0.1.8
18962026-04-02T22:02:07.572Z Compiling time-macros v0.2.27
18972026-04-02T22:02:07.777Z Compiling pretty-hex v0.4.1
18982026-04-02T22:02:07.819Z Compiling openssl v0.10.75
18992026-04-02T22:02:07.956Z Compiling either v1.15.0
19002026-04-02T22:02:08.026Z Compiling pest_generator v2.8.6
19012026-04-02T22:02:08.069Z Compiling regex-automata v0.4.14
19022026-04-02T22:02:08.086Z Compiling crc32fast v1.5.0
19032026-04-02T22:02:08.101Z Compiling anyhow v1.0.102
19042026-04-02T22:02:08.117Z Compiling base64ct v1.8.3
19052026-04-02T22:02:08.180Z Compiling darling_core v0.21.3
19062026-04-02T22:02:08.197Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19072026-04-02T22:02:08.280Z Compiling flagset v0.4.7
19082026-04-02T22:02:08.370Z Compiling pem-rfc7468 v0.7.0
19092026-04-02T22:02:08.388Z Compiling serde_derive v1.0.228
19102026-04-02T22:02:08.413Z Compiling zeroize_derive v1.4.3
19112026-04-02T22:02:08.431Z Compiling zerofrom-derive v0.1.6
19122026-04-02T22:02:08.435Z Compiling yoke-derive v0.8.1
19132026-04-02T22:02:08.461Z Compiling zerovec-derive v0.11.2
19142026-04-02T22:02:08.541Z Compiling displaydoc v0.2.5
19152026-04-02T22:02:08.591Z Compiling zerocopy-derive v0.8.40
19162026-04-02T22:02:08.607Z Compiling tokio-macros v2.6.0
19172026-04-02T22:02:08.640Z Compiling futures-macro v0.3.32
19182026-04-02T22:02:08.657Z Compiling thiserror-impl v2.0.18
19192026-04-02T22:02:08.673Z Compiling tracing-attributes v0.1.31
19202026-04-02T22:02:08.689Z Compiling der_derive v0.7.3
19212026-04-02T22:02:09.021Z Compiling zeroize v1.8.2
19222026-04-02T22:02:09.309Z Compiling schemars_derive v0.8.22
19232026-04-02T22:02:09.456Z Compiling thiserror-impl v1.0.69
19242026-04-02T22:02:09.472Z Compiling pest_derive v2.8.6
19252026-04-02T22:02:09.521Z Compiling futures-util v0.3.32
19262026-04-02T22:02:09.604Z Compiling zerofrom v0.1.6
19272026-04-02T22:02:09.773Z Compiling yoke v0.8.1
19282026-04-02T22:02:09.862Z Compiling crypto-common v0.1.7
19292026-04-02T22:02:09.880Z Compiling block-buffer v0.10.4
19302026-04-02T22:02:09.960Z Compiling zerovec v0.11.5
19312026-04-02T22:02:09.975Z Compiling zerotrie v0.2.3
19322026-04-02T22:02:10.055Z Compiling digest v0.10.7
19332026-04-02T22:02:10.299Z Compiling hmac v0.12.1
19342026-04-02T22:02:10.317Z Compiling block-padding v0.3.3
19352026-04-02T22:02:10.363Z Compiling sha2 v0.10.9
19362026-04-02T22:02:10.435Z Compiling rustls-pki-types v1.14.0
19372026-04-02T22:02:10.459Z Compiling inout v0.1.4
19382026-04-02T22:02:10.462Z Compiling scroll_derive v0.12.1
19392026-04-02T22:02:10.492Z Compiling tinystr v0.8.2
19402026-04-02T22:02:10.495Z Compiling potential_utf v0.1.4
19412026-04-02T22:02:10.595Z Compiling cipher v0.4.4
19422026-04-02T22:02:10.630Z Compiling icu_collections v2.1.1
19432026-04-02T22:02:10.672Z Compiling scroll_derive v0.13.1
19442026-04-02T22:02:10.748Z Compiling icu_locale_core v2.1.1
19452026-04-02T22:02:10.797Z Compiling openssl-macros v0.1.1
19462026-04-02T22:02:10.847Z Compiling native-tls v0.2.18
19472026-04-02T22:02:11.090Z Compiling darling_macro v0.21.3
19482026-04-02T22:02:11.140Z Compiling regex v1.12.3
19492026-04-02T22:02:11.381Z Compiling der v0.7.10
19502026-04-02T22:02:11.441Z Compiling icu_provider v2.1.1
19512026-04-02T22:02:11.488Z Compiling zerocopy-derive v0.7.35
19522026-04-02T22:02:11.561Z Compiling bytes v1.11.1
19532026-04-02T22:02:11.616Z Compiling chrono v0.4.44
19542026-04-02T22:02:11.633Z Compiling serde_tokenstream v0.2.3
19552026-04-02T22:02:11.653Z Compiling rand_core v0.9.5
19562026-04-02T22:02:11.746Z Compiling icu_properties v2.1.2
19572026-04-02T22:02:11.973Z Compiling icu_normalizer v2.1.1
19582026-04-02T22:02:12.155Z Compiling tokio v1.49.0
19592026-04-02T22:02:12.271Z Compiling http v1.4.0
19602026-04-02T22:02:12.472Z Compiling slog v2.8.2
19612026-04-02T22:02:12.525Z Compiling tracing-core v0.1.36
19622026-04-02T22:02:12.709Z Compiling idna_adapter v1.2.1
19632026-04-02T22:02:12.747Z Compiling rayon-core v1.13.0
19642026-04-02T22:02:12.865Z Compiling idna v1.1.0
19652026-04-02T22:02:12.950Z Compiling ppv-lite86 v0.2.21
19662026-04-02T22:02:13.110Z Compiling dyn-clone v1.0.20
19672026-04-02T22:02:13.199Z Compiling url v2.5.8
19682026-04-02T22:02:13.243Z Compiling untrusted v0.9.0
19692026-04-02T22:02:13.278Z Compiling tracing v0.1.44
19702026-04-02T22:02:13.312Z Compiling spki v0.7.3
19712026-04-02T22:02:13.395Z Compiling darling v0.21.3
19722026-04-02T22:02:13.524Z Compiling salsa20 v0.10.2
19732026-04-02T22:02:13.545Z Compiling pbkdf2 v0.12.2
19742026-04-02T22:02:13.717Z Compiling cookie v0.18.1
19752026-04-02T22:02:13.897Z Compiling base64 v0.22.1
19762026-04-02T22:02:13.971Z Compiling camino v1.2.2
19772026-04-02T22:02:14.217Z Compiling scrypt v0.11.0
19782026-04-02T22:02:14.249Z Compiling rand_chacha v0.9.0
19792026-04-02T22:02:14.280Z Compiling aes v0.8.4
19802026-04-02T22:02:14.422Z Compiling cbc v0.1.2
19812026-04-02T22:02:14.883Z Compiling usdt-impl v0.5.0
19822026-04-02T22:02:14.928Z Compiling winnow v0.7.14
19832026-04-02T22:02:14.944Z Compiling ref-cast v1.0.25
19842026-04-02T22:02:15.120Z Compiling paste v1.0.15
19852026-04-02T22:02:15.134Z Compiling usdt-impl v0.6.0
19862026-04-02T22:02:15.316Z Compiling pkcs5 v0.7.1
19872026-04-02T22:02:15.371Z Compiling rand v0.9.2
19882026-04-02T22:02:15.459Z Compiling http-body v1.0.1
19892026-04-02T22:02:15.669Z Compiling serde_spanned v0.6.9
19902026-04-02T22:02:15.700Z Compiling toml_datetime v0.6.11
19912026-04-02T22:02:15.730Z Compiling scroll v0.13.0
19922026-04-02T22:02:15.755Z Compiling scroll v0.12.0
19932026-04-02T22:02:15.811Z Compiling heapless v0.7.17
19942026-04-02T22:02:15.828Z Compiling tokio-util v0.7.18
19952026-04-02T22:02:15.953Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-04-02T22:02:16.020Z Compiling atomic-waker v1.1.2
19972026-04-02T22:02:16.036Z Compiling signal-hook v0.3.18
19982026-04-02T22:02:16.103Z Compiling untrusted v0.7.1
19992026-04-02T22:02:16.121Z Compiling openssl-probe v0.2.1
20002026-04-02T22:02:16.239Z Compiling zstd-safe v7.2.4
20012026-04-02T22:02:16.272Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-04-02T22:02:16.395Z Compiling goblin v0.8.2
20032026-04-02T22:02:16.398Z Compiling goblin v0.10.5
20042026-04-02T22:02:16.531Z Compiling pkcs8 v0.10.2
20052026-04-02T22:02:16.830Z Compiling zerocopy v0.7.35
20062026-04-02T22:02:16.857Z Compiling ref-cast-impl v1.0.25
20072026-04-02T22:02:16.916Z Compiling darling_core v0.20.11
20082026-04-02T22:02:17.218Z Compiling toml_datetime v0.7.5+spec-1.1.0
20092026-04-02T22:02:17.230Z Compiling memoffset v0.9.1
20102026-04-02T22:02:17.230Z Compiling try-lock v0.2.5
20112026-04-02T22:02:17.343Z Compiling tinyvec_macros v0.1.1
20122026-04-02T22:02:17.415Z Compiling rustix v0.38.44
20132026-04-02T22:02:17.419Z Compiling tower-layer v0.3.3
20142026-04-02T22:02:17.464Z Compiling tower-service v0.3.3
20152026-04-02T22:02:17.467Z Compiling winnow v0.5.40
20162026-04-02T22:02:17.571Z Compiling fastrand v2.3.0
20172026-04-02T22:02:17.843Z Compiling litrs v1.0.0
20182026-04-02T22:02:17.987Z Compiling want v0.3.1
20192026-04-02T22:02:18.022Z Compiling h2 v0.4.13
20202026-04-02T22:02:18.069Z Compiling tinyvec v1.10.0
20212026-04-02T22:02:18.307Z Compiling document-features v0.2.12
20222026-04-02T22:02:18.582Z Compiling dof v0.3.0
20232026-04-02T22:02:18.829Z Compiling toml_edit v0.19.15
20242026-04-02T22:02:18.860Z Compiling darling_macro v0.20.11
20252026-04-02T22:02:19.062Z Compiling dof v0.4.0
20262026-04-02T22:02:19.228Z Compiling dtrace-parser v0.2.0
20272026-04-02T22:02:19.334Z Compiling ipnet v2.11.0
20282026-04-02T22:02:19.398Z Compiling dtrace-parser v0.3.0
20292026-04-02T22:02:19.492Z Compiling daft-derive v0.1.5
20302026-04-02T22:02:19.836Z Compiling async-trait v0.1.89
20312026-04-02T22:02:19.864Z Compiling curve25519-dalek v4.1.3
20322026-04-02T22:02:20.067Z Compiling spin v0.9.8
20332026-04-02T22:02:20.120Z Compiling thread-id v5.1.0
20342026-04-02T22:02:20.145Z Compiling thread-id v4.2.2
20352026-04-02T22:02:20.184Z Compiling proc-macro-error-attr v1.0.4
20362026-04-02T22:02:20.201Z Compiling pin-utils v0.1.0
20372026-04-02T22:02:20.205Z Compiling smoltcp v0.9.1
20382026-04-02T22:02:20.233Z Compiling foreign-types-shared v0.1.1
20392026-04-02T22:02:20.250Z Compiling httpdate v1.0.3
20402026-04-02T22:02:20.308Z Compiling cfg_aliases v0.2.1
20412026-04-02T22:02:20.508Z Compiling powerfmt v0.2.0
20422026-04-02T22:02:20.540Z Compiling num-bigint-dig v0.8.6
20432026-04-02T22:02:20.557Z Compiling tempfile v3.25.0
20442026-04-02T22:02:20.575Z Compiling nix v0.31.1
20452026-04-02T22:02:20.608Z Compiling foreign-types v0.3.2
20462026-04-02T22:02:20.697Z Compiling deranged v0.5.8
20472026-04-02T22:02:20.796Z Compiling darling v0.20.11
20482026-04-02T22:02:21.021Z Compiling hyper v1.8.1
20492026-04-02T22:02:21.189Z Compiling ipnetwork v0.21.1
20502026-04-02T22:02:21.240Z Compiling strum_macros v0.26.4
20512026-04-02T22:02:21.408Z Compiling wait-timeout v0.2.1
20522026-04-02T22:02:21.566Z Compiling proc-macro-error v1.0.4
20532026-04-02T22:02:21.666Z Compiling siphasher v1.0.2
20542026-04-02T22:02:21.749Z Compiling bit-vec v0.8.0
20552026-04-02T22:02:21.765Z Compiling quick-error v1.2.3
20562026-04-02T22:02:21.794Z Compiling unicode-segmentation v1.12.0
20572026-04-02T22:02:21.811Z Compiling anstyle v1.0.13
20582026-04-02T22:02:21.890Z Compiling num_threads v0.1.7
20592026-04-02T22:02:21.905Z Compiling simd-adler32 v0.3.8
20602026-04-02T22:02:21.962Z Compiling utf8parse v0.2.2
20612026-04-02T22:02:21.997Z Compiling time v0.3.47
20622026-04-02T22:02:22.012Z Compiling bit-set v0.8.0
20632026-04-02T22:02:22.089Z Compiling hyper-util v0.1.20
20642026-04-02T22:02:22.147Z Compiling anstyle-parse v0.2.7
20652026-04-02T22:02:22.195Z Compiling rusty-fork v0.3.1
20662026-04-02T22:02:22.800Z Compiling crossbeam-epoch v0.9.18
20672026-04-02T22:02:22.803Z Compiling derive_builder_core v0.20.2
20682026-04-02T22:02:23.191Z Compiling unicode-normalization v0.1.25
20692026-04-02T22:02:23.498Z Compiling rustls-native-certs v0.8.3
20702026-04-02T22:02:23.767Z Compiling rand_xorshift v0.4.0
20712026-04-02T22:02:23.783Z Compiling hubpack_derive v0.1.1
20722026-04-02T22:02:23.800Z Compiling signature v2.2.0
20732026-04-02T22:02:23.929Z Compiling strum_macros v0.27.2
20742026-04-02T22:02:23.961Z Compiling curve25519-dalek-derive v0.1.1
20752026-04-02T22:02:24.184Z Compiling sync_wrapper v1.0.2
20762026-04-02T22:02:24.247Z Compiling fs-err v3.3.0
20772026-04-02T22:02:24.312Z Compiling ahash v0.8.12
20782026-04-02T22:02:24.367Z Compiling unicode-bidi v0.3.18
20792026-04-02T22:02:24.422Z Compiling adler2 v2.0.1
20802026-04-02T22:02:24.488Z Compiling colorchoice v1.0.4
20812026-04-02T22:02:24.574Z Compiling unicode-properties v0.1.4
20822026-04-02T22:02:24.590Z Compiling unarray v0.1.4
20832026-04-02T22:02:24.606Z Compiling is_terminal_polyfill v1.70.2
20842026-04-02T22:02:24.624Z Compiling anstyle-query v1.1.5
20852026-04-02T22:02:24.677Z Compiling object v0.37.3
20862026-04-02T22:02:24.720Z Compiling anstream v0.6.21
20872026-04-02T22:02:24.724Z Compiling proptest v1.10.0
20882026-04-02T22:02:24.806Z Compiling stringprep v0.1.5
20892026-04-02T22:02:24.873Z Compiling miniz_oxide v0.8.9
20902026-04-02T22:02:25.028Z Compiling tower v0.5.3
20912026-04-02T22:02:25.198Z Compiling derive_builder_macro v0.20.2
20922026-04-02T22:02:25.433Z Compiling crossbeam-deque v0.8.6
20932026-04-02T22:02:25.520Z Compiling heck v0.4.1
20942026-04-02T22:02:25.557Z Compiling usdt-attr-macro v0.6.0
20952026-04-02T22:02:25.652Z Compiling usdt-macro v0.6.0
20962026-04-02T22:02:25.901Z Compiling http-body-util v0.1.3
20972026-04-02T22:02:26.198Z Compiling webpki-roots v1.0.6
20982026-04-02T22:02:26.346Z Compiling rand_chacha v0.3.1
20992026-04-02T22:02:26.397Z Compiling erased-serde v0.3.31
21002026-04-02T22:02:26.414Z Compiling md-5 v0.10.6
21012026-04-02T22:02:26.467Z Compiling num-integer v0.1.46
21022026-04-02T22:02:26.470Z Compiling hash32 v0.2.1
21032026-04-02T22:02:26.516Z Compiling vergen-lib v0.1.6
21042026-04-02T22:02:26.534Z Compiling ff v0.13.1
21052026-04-02T22:02:26.583Z Compiling ryu v1.0.23
21062026-04-02T22:02:26.615Z Compiling zlib-rs v0.6.2
21072026-04-02T22:02:26.671Z Compiling base16ct v0.2.0
21082026-04-02T22:02:26.689Z Compiling iri-string v0.7.10
21092026-04-02T22:02:26.718Z Compiling psl-types v2.0.11
21102026-04-02T22:02:26.738Z Compiling fallible-iterator v0.2.0
21112026-04-02T22:02:26.796Z Compiling num-iter v0.1.45
21122026-04-02T22:02:26.826Z Compiling publicsuffix v2.3.0
21132026-04-02T22:02:26.842Z Compiling sec1 v0.7.3
21142026-04-02T22:02:26.873Z Compiling newtype-uuid v1.3.2
21152026-04-02T22:02:26.876Z Compiling serde_urlencoded v0.7.1
21162026-04-02T22:02:27.016Z Compiling group v0.13.0
21172026-04-02T22:02:27.051Z Compiling postgres-protocol v0.6.10
21182026-04-02T22:02:27.149Z Compiling rand v0.8.5
21192026-04-02T22:02:27.318Z Compiling oxnet v0.1.4
21202026-04-02T22:02:27.563Z Compiling zone_cfg_derive v0.3.1
21212026-04-02T22:02:27.586Z Compiling derive_builder v0.20.2
21222026-04-02T22:02:27.690Z Compiling tokio-native-tls v0.3.1
21232026-04-02T22:02:27.837Z Compiling phf_shared v0.13.1
21242026-04-02T22:02:27.837Z Compiling lazy_static v1.5.0
21252026-04-02T22:02:27.837Z Compiling tower-http v0.6.8
21262026-04-02T22:02:27.929Z Compiling terminal_size v0.4.3
21272026-04-02T22:02:27.945Z Compiling serde_with_macros v3.17.0
21282026-04-02T22:02:27.998Z Compiling cargo-platform v0.1.9
21292026-04-02T22:02:28.044Z Compiling hkdf v0.12.4
21302026-04-02T22:02:28.079Z Compiling crypto-bigint v0.5.5
21312026-04-02T22:02:28.094Z Compiling clap_derive v4.5.55
21322026-04-02T22:02:28.154Z Compiling enum-as-inner v0.6.1
21332026-04-02T22:02:28.170Z Compiling serde_repr v0.1.20
21342026-04-02T22:02:28.187Z Compiling vergen v9.0.6
21352026-04-02T22:02:28.253Z Compiling foldhash v0.1.5
21362026-04-02T22:02:28.269Z Compiling managed v0.8.0
21372026-04-02T22:02:28.381Z Compiling clap_lex v1.0.0
21382026-04-02T22:02:28.436Z Compiling bumpalo v3.20.2
21392026-04-02T22:02:28.451Z Compiling libbz2-rs-sys v0.2.2
21402026-04-02T22:02:28.617Z Compiling flate2 v1.1.9
21412026-04-02T22:02:28.669Z Compiling bitflags v1.3.2
21422026-04-02T22:02:28.693Z Compiling unicode-width v0.2.0
21432026-04-02T22:02:28.770Z Compiling zopfli v0.8.3
21442026-04-02T22:02:28.839Z Compiling clap_builder v4.5.60
21452026-04-02T22:02:28.884Z Compiling bzip2 v0.6.1
21462026-04-02T22:02:28.992Z Compiling elliptic-curve v0.13.8
21472026-04-02T22:02:28.996Z Compiling console v0.16.2
21482026-04-02T22:02:29.041Z Compiling hashbrown v0.15.5
21492026-04-02T22:02:29.093Z Compiling cargo_metadata v0.19.2
21502026-04-02T22:02:29.141Z Compiling zstd v0.13.3
21512026-04-02T22:02:29.497Z Compiling phf v0.13.1
21522026-04-02T22:02:29.548Z Compiling hyper-tls v0.6.0
21532026-04-02T22:02:29.685Z Compiling signal-hook-mio v0.2.5
21542026-04-02T22:02:29.700Z Compiling rayon v1.11.0
21552026-04-02T22:02:29.721Z Compiling daft v0.1.5
21562026-04-02T22:02:29.735Z Compiling cookie_store v0.22.1
21572026-04-02T22:02:29.782Z Compiling postgres-types v0.2.12
21582026-04-02T22:02:29.798Z Compiling bzip2 v0.4.4
21592026-04-02T22:02:29.887Z Compiling strum v0.27.2
21602026-04-02T22:02:30.063Z Compiling hubpack v0.1.2
21612026-04-02T22:02:30.082Z Compiling ed25519 v2.2.3
21622026-04-02T22:02:30.298Z Compiling phf_shared v0.11.3
21632026-04-02T22:02:30.385Z Compiling pkcs1 v0.7.5
21642026-04-02T22:02:30.478Z Compiling hex v0.4.3
21652026-04-02T22:02:30.496Z Compiling serde-big-array v0.5.1
21662026-04-02T22:02:30.607Z Compiling rfc6979 v0.4.0
21672026-04-02T22:02:30.666Z Compiling bstr v1.12.1
21682026-04-02T22:02:30.776Z Compiling itertools v0.12.1
21692026-04-02T22:02:30.794Z Compiling float-cmp v0.10.0
21702026-04-02T22:02:30.818Z Compiling memmap2 v0.9.10
21712026-04-02T22:02:30.885Z Compiling env_filter v1.0.0
21722026-04-02T22:02:30.958Z Compiling encoding_rs v0.8.35
21732026-04-02T22:02:31.012Z Compiling mime v0.3.17
21742026-04-02T22:02:31.050Z Compiling keccak v0.1.6
21752026-04-02T22:02:31.175Z Compiling rustc-hash v2.1.1
21762026-04-02T22:02:31.194Z Compiling normalize-line-endings v0.3.0
21772026-04-02T22:02:31.213Z Compiling fixedbitset v0.4.2
21782026-04-02T22:02:31.252Z Compiling predicates-core v1.0.10
21792026-04-02T22:02:31.272Z Compiling data-encoding v2.10.0
21802026-04-02T22:02:31.288Z Compiling new_debug_unreachable v1.0.6
21812026-04-02T22:02:31.294Z Compiling jiff v0.2.21
21822026-04-02T22:02:31.377Z Compiling unit-prefix v0.5.2
21832026-04-02T22:02:31.442Z Compiling whoami v2.1.0
21842026-04-02T22:02:31.577Z Compiling difflib v0.4.0
21852026-04-02T22:02:31.585Z Compiling fixedbitset v0.5.7
21862026-04-02T22:02:31.585Z Compiling toml_write v0.1.2
21872026-04-02T22:02:31.777Z Compiling static_assertions v1.1.0
21882026-04-02T22:02:31.794Z Compiling precomputed-hash v0.1.1
21892026-04-02T22:02:31.797Z Compiling toml_edit v0.22.27
21902026-04-02T22:02:31.797Z Compiling petgraph v0.8.3
21912026-04-02T22:02:31.843Z Compiling predicates v3.1.4
21922026-04-02T22:02:31.885Z Compiling string_cache v0.8.9
21932026-04-02T22:02:31.901Z Compiling zone v0.3.1
21942026-04-02T22:02:31.904Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21952026-04-02T22:02:31.975Z Compiling tokio-postgres v0.7.16
21962026-04-02T22:02:32.083Z Compiling hickory-proto v0.25.2
21972026-04-02T22:02:32.120Z Compiling indicatif v0.18.4
21982026-04-02T22:02:32.525Z Compiling petgraph v0.6.5
21992026-04-02T22:02:32.858Z Compiling iddqd v0.3.17
22002026-04-02T22:02:32.880Z Compiling sha3 v0.10.8
22012026-04-02T22:02:33.160Z Compiling similar v2.7.0
22022026-04-02T22:02:33.703Z Compiling env_logger v0.11.9
22032026-04-02T22:02:33.920Z Compiling zip v4.6.1
22042026-04-02T22:02:33.966Z Compiling usdt v0.6.0
22052026-04-02T22:02:34.149Z Compiling ecdsa v0.16.9
22062026-04-02T22:02:34.218Z Compiling serde_with v3.17.0
22072026-04-02T22:02:34.441Z Compiling rsa v0.9.10
22082026-04-02T22:02:34.573Z Compiling clap v4.5.60
22092026-04-02T22:02:34.610Z Compiling ed25519-dalek v2.2.0
22102026-04-02T22:02:34.681Z Compiling crossterm v0.28.1
22112026-04-02T22:02:35.192Z Compiling zip v0.6.6
22122026-04-02T22:02:35.224Z Compiling strum v0.26.3
22132026-04-02T22:02:35.239Z Compiling toml v0.7.8
22142026-04-02T22:02:35.373Z Compiling tokio-stream v0.1.18
22152026-04-02T22:02:35.575Z Compiling buf-list v1.1.2
22162026-04-02T22:02:35.806Z Compiling x509-cert v0.2.5
22172026-04-02T22:02:35.824Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-04-02T22:02:35.860Z Compiling openapiv3 v2.2.0
22192026-04-02T22:02:35.865Z Compiling sha1 v0.10.6
22202026-04-02T22:02:36.123Z Compiling itertools v0.13.0
22212026-04-02T22:02:36.222Z Compiling peg-runtime v0.8.5
22222026-04-02T22:02:36.357Z Compiling lalrpop-util v0.19.12
22232026-04-02T22:02:48.242Z Compiling macaddr v1.0.1
22242026-04-02T22:02:48.520Z Compiling structmeta-derive v0.3.0
22252026-04-02T22:02:48.537Z Compiling itertools v0.14.0
22262026-04-02T22:02:48.977Z Compiling heapless v0.8.0
22272026-04-02T22:02:49.620Z Compiling structmeta v0.3.0
22282026-04-02T22:02:49.783Z Compiling ingot-macros v0.1.1
22292026-04-02T22:02:54.148Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-04-02T22:02:54.412Z Compiling rustls-webpki v0.103.9
22312026-04-02T22:02:55.078Z Compiling hash32 v0.3.1
22322026-04-02T22:02:55.132Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-04-02T22:02:55.236Z Compiling smoltcp v0.11.0
22342026-04-02T22:02:55.359Z Compiling proc-macro-crate v3.4.0
22352026-04-02T22:02:55.392Z Compiling ingot-types v0.1.2
22362026-04-02T22:02:55.414Z Compiling cobs v0.3.0
22372026-04-02T22:02:55.460Z Compiling rustls v0.22.4
22382026-04-02T22:02:55.596Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22392026-04-02T22:02:55.680Z Compiling postcard v1.1.3
22402026-04-02T22:02:55.703Z Compiling proc-macro-crate v1.3.1
22412026-04-02T22:02:55.777Z Compiling rustls-webpki v0.102.8
22422026-04-02T22:02:55.803Z Compiling num_enum_derive v0.7.5
22432026-04-02T22:02:55.843Z Compiling ingot v0.1.1
22442026-04-02T22:02:55.847Z Compiling futures-executor v0.3.32
22452026-04-02T22:02:55.877Z Compiling foreign-types-macros v0.2.3
22462026-04-02T22:02:56.057Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-04-02T22:02:56.111Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-04-02T22:02:56.131Z Compiling multer v3.1.0
22492026-04-02T22:02:56.152Z Compiling thread_local v1.1.9
22502026-04-02T22:02:56.325Z Compiling match_cfg v0.1.0
22512026-04-02T22:02:56.351Z Compiling slog-async v2.8.0
22522026-04-02T22:02:56.368Z Compiling cpufeatures v0.3.0
22532026-04-02T22:02:56.462Z Compiling typeid v1.0.3
22542026-04-02T22:02:56.478Z Compiling foreign-types-shared v0.3.1
22552026-04-02T22:02:56.496Z Compiling chacha20 v0.10.0
22562026-04-02T22:02:56.500Z Compiling hostname v0.3.1
22572026-04-02T22:02:56.586Z Compiling foreign-types v0.5.0
22582026-04-02T22:02:56.704Z Compiling num_enum_derive v0.5.11
22592026-04-02T22:02:56.722Z Compiling futures v0.3.32
22602026-04-02T22:02:56.747Z Compiling num_enum v0.7.5
22612026-04-02T22:02:56.824Z Compiling derive-ex v0.1.8
22622026-04-02T22:02:56.827Z Compiling tabwriter v1.4.1
22632026-04-02T22:02:56.895Z Compiling slog-json v2.6.1
22642026-04-02T22:02:56.933Z Compiling crossbeam-channel v0.5.15
22652026-04-02T22:02:56.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22662026-04-02T22:02:57.158Z Compiling async-stream-impl v0.3.6
22672026-04-02T22:02:57.276Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682026-04-02T22:02:57.394Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-04-02T22:02:57.611Z Compiling serde_spanned v1.0.4
22702026-04-02T22:02:57.627Z Compiling is-terminal v0.4.17
22712026-04-02T22:02:57.655Z Compiling cstr-argument v0.1.2
22722026-04-02T22:02:57.689Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-04-02T22:02:57.738Z Compiling dropshot v0.16.7
22742026-04-02T22:02:57.753Z Compiling toml_writer v1.0.6+spec-1.1.0
22752026-04-02T22:02:57.800Z Compiling erased-serde v0.4.9
22762026-04-02T22:02:57.852Z Compiling crucible-workspace-hack v0.1.0
22772026-04-02T22:02:57.867Z Compiling take_mut v0.2.2
22782026-04-02T22:02:57.964Z Compiling tokio-rustls v0.26.4
22792026-04-02T22:02:58.027Z Compiling rustls-platform-verifier v0.6.2
22802026-04-02T22:02:58.057Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-04-02T22:02:58.073Z Compiling term v1.2.1
22822026-04-02T22:02:58.223Z Compiling hyper-rustls v0.27.7
22832026-04-02T22:02:58.255Z Compiling toml v0.9.12+spec-1.1.0
22842026-04-02T22:02:58.271Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-04-02T22:02:58.311Z Compiling async-stream v0.3.6
22862026-04-02T22:02:58.358Z Compiling test-strategy v0.4.5
22872026-04-02T22:02:58.528Z Compiling reqwest v0.13.2
22882026-04-02T22:02:58.557Z Compiling reqwest v0.12.28
22892026-04-02T22:02:58.577Z Compiling slog-term v2.9.2
22902026-04-02T22:02:58.716Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22912026-04-02T22:02:58.884Z Compiling tokio-rustls v0.25.0
22922026-04-02T22:02:59.006Z Compiling num_enum v0.5.11
22932026-04-02T22:02:59.153Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22942026-04-02T22:02:59.156Z Compiling slog-bunyan v2.5.0
22952026-04-02T22:02:59.303Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22962026-04-02T22:02:59.407Z Compiling rand v0.10.0
22972026-04-02T22:02:59.496Z Compiling parse-display-derive v0.10.0
22982026-04-02T22:02:59.514Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22992026-04-02T22:02:59.579Z Compiling backon v1.6.0
23002026-04-02T22:02:59.595Z Compiling waitgroup v0.1.2
23012026-04-02T22:02:59.693Z Compiling newtype-uuid-macros v0.1.0
23022026-04-02T22:02:59.773Z Compiling dropshot_endpoint v0.16.7
23032026-04-02T22:02:59.789Z Compiling rustls-pemfile v2.2.0
23042026-04-02T22:02:59.869Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23052026-04-02T22:02:59.869Z Compiling serde_path_to_error v0.1.20
23062026-04-02T22:02:59.905Z Compiling hostname v0.4.2
23072026-04-02T22:02:59.919Z Compiling instant v0.1.13
23082026-04-02T22:03:00.063Z Compiling libefi-sys v0.1.0
23092026-04-02T22:03:00.096Z Compiling colored v3.1.1
23102026-04-02T22:03:00.111Z Compiling debug-ignore v1.0.5
23112026-04-02T22:03:00.239Z Compiling backoff v0.4.0
23122026-04-02T22:03:00.255Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23132026-04-02T22:03:00.426Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-04-02T22:03:00.446Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-04-02T22:03:00.489Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23162026-04-02T22:03:00.731Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23172026-04-02T22:03:00.795Z Compiling camino-tempfile v1.4.1
23182026-04-02T22:03:00.880Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-04-02T22:03:00.974Z Compiling usdt-attr-macro v0.5.0
23202026-04-02T22:03:00.988Z Compiling parse-display v0.10.0
23212026-04-02T22:03:01.211Z Compiling usdt-macro v0.5.0
23222026-04-02T22:03:01.704Z Compiling secrecy v0.10.3
23232026-04-02T22:03:01.759Z Compiling bitfield-struct v0.6.2
23242026-04-02T22:03:01.813Z Compiling num-derive v0.4.2
23252026-04-02T22:03:01.877Z Compiling regress v0.10.5
23262026-04-02T22:03:01.897Z Compiling ordered-float v2.10.1
23272026-04-02T22:03:01.914Z Compiling blake3 v1.8.3
23282026-04-02T22:03:01.997Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23292026-04-02T22:03:02.201Z Compiling sigpipe v0.1.3
23302026-04-02T22:03:02.240Z Compiling memmap v0.7.0
23312026-04-02T22:03:02.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-04-02T22:03:02.317Z Compiling glob v0.3.3
23332026-04-02T22:03:02.368Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342026-04-02T22:03:02.398Z Compiling usdt v0.5.0
23352026-04-02T22:03:02.413Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-04-02T22:03:02.472Z Compiling serde-value v0.7.0
23372026-04-02T22:03:02.495Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-04-02T22:03:02.532Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-04-02T22:03:02.548Z Compiling serde-untagged v0.1.9
23402026-04-02T22:03:02.718Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23412026-04-02T22:03:02.839Z Compiling toml v0.8.23
23422026-04-02T22:03:02.920Z Compiling smf v0.2.3
23432026-04-02T22:03:02.936Z Compiling filetime v0.2.27
23442026-04-02T22:03:03.004Z Compiling xattr v1.6.1
23452026-04-02T22:03:03.050Z Compiling same-file v1.0.6
23462026-04-02T22:03:03.170Z Compiling arrayvec v0.7.6
23472026-04-02T22:03:03.170Z Compiling unicode-xid v0.2.6
23482026-04-02T22:03:03.222Z Compiling constant_time_eq v0.4.2
23492026-04-02T22:03:03.249Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-04-02T22:03:03.252Z Compiling whoami v1.6.1
23512026-04-02T22:03:03.305Z Compiling arrayref v0.3.9
23522026-04-02T22:03:03.332Z Compiling cargo-util-schemas v0.8.2
23532026-04-02T22:03:03.358Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-04-02T22:03:03.423Z Compiling walkdir v2.5.0
23552026-04-02T22:03:03.441Z Compiling tar v0.4.45
23562026-04-02T22:03:03.445Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572026-04-02T22:03:03.705Z Compiling tokio-dtrace v0.1.1
23582026-04-02T22:03:03.725Z Compiling gethostname v0.5.0
23592026-04-02T22:03:03.884Z Compiling cargo-platform v0.2.0
23602026-04-02T22:03:03.902Z Compiling topological-sort v0.2.2
23612026-04-02T22:03:04.030Z Compiling oxide-tokio-rt v0.1.3
23622026-04-02T22:03:04.057Z Compiling indent_write v2.2.0
23632026-04-02T22:03:04.077Z Compiling shell-words v1.1.1
23642026-04-02T22:03:04.093Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23652026-04-02T22:03:04.563Z Compiling cargo_metadata v0.21.0
23662026-04-02T22:03:13.623Z Compiling progenitor-client v0.13.0
23672026-04-02T22:03:13.694Z Compiling progenitor-client v0.10.0
23682026-04-02T22:03:13.694Z Compiling omicron-zone-package v0.12.2
23692026-04-02T22:03:13.791Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23702026-04-02T22:03:13.818Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-04-02T22:03:14.114Z Compiling progenitor-extras v0.1.1
23722026-04-02T22:03:14.132Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-04-02T22:03:14.200Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23742026-04-02T22:03:14.381Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23752026-04-02T22:03:21.311Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23762026-04-02T22:03:22.265Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23772026-04-02T22:03:28.500Z Finished `release` profile [optimized] target(s) in 1m 26s
23782026-04-02T22:03:28.652Z Running `target/release/omicron-package -t test target create -p dev`
23792026-04-02T22:03:28.712ZLogging to: /work/oxidecomputer/omicron/out/LOG
23802026-04-02T22:03:28.716ZCreated new build target 'test' and set it as active
23812026-04-02T22:03:28.716Z
23822026-04-02T22:03:28.716Zreal 1:26.769992304
23832026-04-02T22:03:28.716Zuser 15:07.478711977
23842026-04-02T22:03:28.716Zsys 2:27.640887478
23852026-04-02T22:03:28.716Ztrap 0.427940821
23862026-04-02T22:03:28.716Ztflt 2.691708787
23872026-04-02T22:03:28.716Zdflt 3.223550293
23882026-04-02T22:03:28.716Zkflt 0.000488665
23892026-04-02T22:03:28.716Zlock 47:32.528597157
23902026-04-02T22:03:28.716Zslp 39:39.936193688
23912026-04-02T22:03:28.716Zlat 42.572484986
23922026-04-02T22:03:28.716Zstop 5:17.617927968
23932026-04-02T22:03:28.720Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23942026-04-02T22:03:29.592Z Finished `release` profile [optimized] target(s) in 0.86s
23952026-04-02T22:03:29.673Z Running `target/release/omicron-package -t test package`
23962026-04-02T22:03:29.733ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-04-02T22:03:31.146Z Compiling regress v0.10.5
23982026-04-02T22:03:31.147Z Compiling heck v0.5.0
23992026-04-02T22:03:31.147Z Compiling unsafe-libyaml v0.2.11
24002026-04-02T22:03:31.150Z Compiling convert_case v0.4.0
24012026-04-02T22:03:31.419Z Compiling half v2.7.1
24022026-04-02T22:03:31.419Z Compiling ciborium-io v0.2.2
24032026-04-02T22:03:31.458Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24042026-04-02T22:03:31.458Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24052026-04-02T22:03:31.461Z Compiling universal-hash v0.5.1
24062026-04-02T22:03:31.496Z Compiling thiserror-impl-no-std v2.0.2
24072026-04-02T22:03:31.540Z Compiling typify-impl v0.6.1
24082026-04-02T22:03:31.558Z Compiling opaque-debug v0.3.1
24092026-04-02T22:03:31.561Z Compiling prettyplease v0.2.37
24102026-04-02T22:03:31.562Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-04-02T22:03:31.618Z Compiling byte-wrapper v0.1.0
24122026-04-02T22:03:31.641Z Compiling chacha20 v0.9.1
24132026-04-02T22:03:31.644Z Compiling password-hash v0.5.0
24142026-04-02T22:03:31.683Z Compiling poly1305 v0.8.0
24152026-04-02T22:03:31.687Z Compiling derive_more v0.99.20
24162026-04-02T22:03:31.687Z Compiling blake2 v0.10.6
24172026-04-02T22:03:31.797Z Compiling ciborium-ll v0.2.2
24182026-04-02T22:03:31.817Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24192026-04-02T22:03:31.911Z Compiling serde_yaml v0.9.34+deprecated
24202026-04-02T22:03:31.931Z Compiling aead v0.5.2
24212026-04-02T22:03:32.014Z Compiling ciborium v0.2.2
24222026-04-02T22:03:32.082Z Compiling swrite v0.1.0
24232026-04-02T22:03:32.194Z Compiling unicode-width v0.1.14
24242026-04-02T22:03:32.216Z Compiling chacha20poly1305 v0.10.1
24252026-04-02T22:03:32.242Z Compiling argon2 v0.5.3
24262026-04-02T22:03:32.337Z Compiling is-terminal v0.4.17
24272026-04-02T22:03:32.389Z Compiling serde_spanned v1.0.4
24282026-04-02T22:03:32.460Z Compiling toml_writer v1.0.6+spec-1.1.0
24292026-04-02T22:03:32.526Z Compiling bytecount v0.6.9
24302026-04-02T22:03:32.547Z Compiling thiserror-no-std v2.0.2
24312026-04-02T22:03:32.565Z Compiling rustls v0.22.4
24322026-04-02T22:03:32.589Z Compiling rustls-webpki v0.102.8
24332026-04-02T22:03:32.592Z Compiling derive-where v1.6.0
24342026-04-02T22:03:32.635Z Compiling vsss-rs v3.3.4
24352026-04-02T22:03:32.658Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24362026-04-02T22:03:32.684Z Compiling toml v0.9.12+spec-1.1.0
24372026-04-02T22:03:32.713Z Compiling thread_local v1.1.9
24382026-04-02T22:03:32.736Z Compiling match_cfg v0.1.0
24392026-04-02T22:03:32.832Z Compiling hostname v0.3.1
24402026-04-02T22:03:32.978Z Compiling multer v3.1.0
24412026-04-02T22:03:32.998Z Compiling slog-async v2.8.0
24422026-04-02T22:03:33.021Z Compiling slog-json v2.6.1
24432026-04-02T22:03:33.067Z Compiling crossbeam-channel v0.5.15
24442026-04-02T22:03:33.070Z Compiling futures-executor v0.3.32
24452026-04-02T22:03:33.186Z Compiling take_mut v0.2.2
24462026-04-02T22:03:33.258Z Compiling term v1.2.1
24472026-04-02T22:03:33.281Z Compiling futures v0.3.32
24482026-04-02T22:03:33.303Z Compiling slog-bunyan v2.5.0
24492026-04-02T22:03:33.355Z Compiling dropshot v0.16.7
24502026-04-02T22:03:33.386Z Compiling async-stream v0.3.6
24512026-04-02T22:03:33.407Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-04-02T22:03:33.425Z Compiling progenitor-client v0.13.0
24532026-04-02T22:03:33.545Z Compiling slog-term v2.9.2
24542026-04-02T22:03:33.566Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-04-02T22:03:33.585Z Compiling waitgroup v0.1.2
24562026-04-02T22:03:33.744Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24572026-04-02T22:03:33.768Z Compiling backon v1.6.0
24582026-04-02T22:03:33.772Z Compiling rustls-pemfile v2.2.0
24592026-04-02T22:03:33.816Z Compiling serde_path_to_error v0.1.20
24602026-04-02T22:03:33.819Z Compiling hostname v0.4.2
24612026-04-02T22:03:33.860Z Compiling instant v0.1.13
24622026-04-02T22:03:33.863Z Compiling debug-ignore v1.0.5
24632026-04-02T22:03:33.904Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-04-02T22:03:33.908Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24652026-04-02T22:03:33.908Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-04-02T22:03:33.965Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24672026-04-02T22:03:33.994Z Compiling backoff v0.4.0
24682026-04-02T22:03:34.016Z Compiling progenitor-extras v0.1.1
24692026-04-02T22:03:34.019Z Compiling parse-display v0.10.0
24702026-04-02T22:03:34.019Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-04-02T22:03:34.019Z Compiling progenitor-client v0.10.0
24722026-04-02T22:03:34.104Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-04-02T22:03:34.146Z Compiling macaddr v1.0.1
24742026-04-02T22:03:34.180Z Compiling console v0.15.11
24752026-04-02T22:03:34.202Z Compiling newline-converter v0.3.0
24762026-04-02T22:03:34.225Z Compiling atomicwrites v0.4.4
24772026-04-02T22:03:34.320Z Compiling num-rational v0.4.2
24782026-04-02T22:03:34.366Z Compiling num-complex v0.4.6
24792026-04-02T22:03:34.438Z Compiling slog-dtrace v0.3.0
24802026-04-02T22:03:35.472Z Compiling async-recursion v1.1.1
24812026-04-02T22:03:35.476Z Compiling float-ord v0.3.2
24822026-04-02T22:03:35.476Z Compiling expectorate v1.2.0
24832026-04-02T22:03:35.476Z Compiling owo-colors v4.3.0
24842026-04-02T22:03:35.476Z Compiling num v0.4.3
24852026-04-02T22:03:35.476Z Compiling tokio-rustls v0.25.0
24862026-04-02T22:03:35.476Z Compiling cancel-safe-futures v0.1.5
24872026-04-02T22:03:35.476Z Compiling libsw-core v0.3.2
24882026-04-02T22:03:35.476Z Compiling resolv-conf v0.7.6
24892026-04-02T22:03:35.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-04-02T22:03:35.476Z Compiling libsw v3.5.0
24912026-04-02T22:03:35.476Z Compiling toml v0.8.23
24922026-04-02T22:03:35.477Z Compiling linear-map v1.2.0
24932026-04-02T22:03:35.477Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24942026-04-02T22:03:35.477Z Compiling linked-hash-map v0.5.6
24952026-04-02T22:03:35.481Z Compiling minimal-lexical v0.2.1
24962026-04-02T22:03:35.585Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-04-02T22:03:35.628Z Compiling lru-cache v0.1.2
24982026-04-02T22:03:35.650Z Compiling unicode-xid v0.2.6
24992026-04-02T22:03:35.653Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-04-02T22:03:35.755Z Compiling nom v7.1.3
25012026-04-02T22:03:35.758Z Compiling globset v0.4.18
25022026-04-02T22:03:35.805Z Compiling hickory-proto v0.24.4
25032026-04-02T22:03:35.827Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-04-02T22:03:35.949Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-04-02T22:03:36.176Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-04-02T22:03:36.370Z Compiling typify-macro v0.6.1
25072026-04-02T22:03:37.147Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-04-02T22:03:37.237Z Compiling convert_case v0.10.0
25092026-04-02T22:03:37.537Z Compiling derive_more-impl v2.1.1
25102026-04-02T22:03:37.886Z Compiling typify v0.6.1
25112026-04-02T22:03:38.018Z Compiling progenitor-impl v0.13.0
25122026-04-02T22:03:38.327Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-04-02T22:03:38.444Z Compiling hickory-resolver v0.24.4
25142026-04-02T22:03:38.619Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-04-02T22:03:38.871Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25162026-04-02T22:03:39.018Z Compiling pin-project-internal v1.1.11
25172026-04-02T22:03:39.616Z Compiling qorb v0.4.1
25182026-04-02T22:03:39.639Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-04-02T22:03:39.867Z Compiling derive_more v2.1.1
25202026-04-02T22:03:39.982Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25212026-04-02T22:03:40.169Z Compiling pin-project v1.1.11
25222026-04-02T22:03:40.182Z Compiling pem v3.0.6
25232026-04-02T22:03:40.194Z Compiling snafu-derive v0.8.9
25242026-04-02T22:03:40.214Z Compiling progenitor-macro v0.13.0
25252026-04-02T22:03:40.896Z Compiling termtree v0.5.1
25262026-04-02T22:03:41.099Z Compiling crossterm v0.29.0
25272026-04-02T22:03:41.397Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-04-02T22:03:41.710Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-04-02T22:03:41.901Z Compiling snafu v0.8.9
25302026-04-02T22:03:42.522Z Compiling olpc-cjson v0.1.4
25312026-04-02T22:03:42.771Z Compiling phf_shared v0.12.1
25322026-04-02T22:03:42.975Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-04-02T22:03:43.068Z Compiling serde_plain v1.0.2
25342026-04-02T22:03:43.517Z Compiling vte v0.14.1
25352026-04-02T22:03:43.608Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-04-02T22:03:43.770Z Compiling csv-core v0.1.13
25372026-04-02T22:03:43.976Z Compiling typed-path v0.9.3
25382026-04-02T22:03:44.026Z Compiling highway v1.3.0
25392026-04-02T22:03:44.215Z Compiling chrono-tz v0.10.4
25402026-04-02T22:03:44.239Z Compiling csv v1.4.0
25412026-04-02T22:03:44.299Z Compiling progenitor v0.13.0
25422026-04-02T22:03:44.465Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-04-02T22:03:44.540Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-04-02T22:03:44.742Z Compiling strip-ansi-escapes v0.2.1
25452026-04-02T22:03:44.767Z Compiling phf v0.12.1
25462026-04-02T22:03:44.801Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-04-02T22:03:44.824Z Compiling const_format_proc_macros v0.2.34
25482026-04-02T22:03:44.982Z Compiling papergrid v0.11.0
25492026-04-02T22:03:45.267Z Compiling tough v0.20.0
25502026-04-02T22:03:45.289Z Compiling fd-lock v4.0.4
25512026-04-02T22:03:45.311Z Compiling peg-macros v0.8.5
25522026-04-02T22:03:45.453Z Compiling tabled_derive v0.7.0
25532026-04-02T22:03:46.382Z Compiling nu-ansi-term v0.50.3
25542026-04-02T22:03:46.545Z Compiling peg v0.8.5
25552026-04-02T22:03:46.655Z Compiling reedline v0.40.0
25562026-04-02T22:03:46.727Z Compiling tabled v0.15.0
25572026-04-02T22:03:46.882Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-04-02T22:03:46.907Z Compiling const_format v0.2.35
25592026-04-02T22:03:46.986Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25602026-04-02T22:03:47.396Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25612026-04-02T22:03:48.415Z Compiling bcs v0.1.6
25622026-04-02T22:03:48.437Z Compiling semver v0.1.20
25632026-04-02T22:03:48.724Z Compiling base64 v0.21.7
25642026-04-02T22:03:48.861Z Compiling rustc_version v0.1.7
25652026-04-02T22:03:49.095Z Compiling newtype_derive v0.1.6
25662026-04-02T22:03:49.271Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-04-02T22:03:49.328Z Compiling humantime v2.3.0
25682026-04-02T22:03:49.531Z Compiling unicode-linebreak v0.1.5
25692026-04-02T22:03:49.635Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-04-02T22:03:49.830Z Compiling smawk v0.3.2
25712026-04-02T22:03:49.925Z Compiling dropshot-api-manager-types v0.6.0
25722026-04-02T22:03:49.949Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-04-02T22:03:50.025Z Compiling textwrap v0.16.2
25742026-04-02T22:03:50.236Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-04-02T22:03:50.367Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25762026-04-02T22:03:50.548Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25772026-04-02T22:03:50.621Z Compiling steno v0.4.1
25782026-04-02T22:03:50.648Z Compiling utf-8 v0.7.6
25792026-04-02T22:03:51.018Z Compiling tagptr v0.2.0
25802026-04-02T22:03:51.073Z Compiling moka v0.12.13
25812026-04-02T22:03:51.093Z Compiling tungstenite v0.21.0
25822026-04-02T22:03:51.149Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-04-02T22:03:51.651Z Compiling radium v0.7.0
25842026-04-02T22:03:51.748Z Compiling tokio-tungstenite v0.21.0
25852026-04-02T22:03:51.874Z Compiling typify-impl v0.4.3
25862026-04-02T22:03:51.989Z Compiling maybe-uninit v2.0.0
25872026-04-02T22:03:52.198Z Compiling hickory-resolver v0.25.2
25882026-04-02T22:03:52.284Z Compiling tap v1.0.1
25892026-04-02T22:03:52.429Z Compiling wyz v0.5.1
25902026-04-02T22:03:52.643Z Compiling zerocopy-derive v0.6.6
25912026-04-02T22:03:52.668Z Compiling funty v2.0.0
25922026-04-02T22:03:53.239Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-04-02T22:03:53.257Z Compiling packed_struct v0.10.1
25942026-04-02T22:03:53.422Z Compiling display-error-chain v0.2.2
25952026-04-02T22:03:53.544Z Compiling crc-catalog v2.4.0
25962026-04-02T22:03:53.616Z Compiling zerocopy v0.6.6
25972026-04-02T22:03:53.652Z Compiling crc v3.4.0
25982026-04-02T22:03:53.670Z Compiling bitvec v1.0.1
25992026-04-02T22:03:53.995Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26002026-04-02T22:03:54.196Z Compiling packed_struct_codegen v0.10.1
26012026-04-02T22:03:54.721Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-04-02T22:03:55.211Z Compiling bitfield-macros v0.19.4
26032026-04-02T22:03:55.334Z Compiling typify-macro v0.4.3
26042026-04-02T22:03:55.487Z Compiling indexmap v1.9.3
26052026-04-02T22:03:55.741Z Compiling nodrop v0.1.14
26062026-04-02T22:03:55.874Z Compiling array-init v0.0.4
26072026-04-02T22:03:55.920Z Compiling bitfield v0.19.4
26082026-04-02T22:03:56.250Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-04-02T22:03:56.811Z Compiling smallvec v0.6.14
26102026-04-02T22:03:56.978Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26112026-04-02T22:03:57.107Z Compiling num-derive v0.3.3
26122026-04-02T22:03:57.372Z Compiling proc-macro-error-attr2 v2.0.0
26132026-04-02T22:03:57.779Z Compiling hashbrown v0.12.3
26142026-04-02T22:03:57.844Z Compiling proc-macro-error2 v2.0.1
26152026-04-02T22:03:57.966Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-04-02T22:03:58.004Z Compiling libscf-sys v1.1.0
26172026-04-02T22:03:58.172Z Compiling serde-hex v0.1.0
26182026-04-02T22:03:58.196Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-04-02T22:03:58.438Z Compiling ron v0.8.1
26202026-04-02T22:03:58.650Z Compiling hashbrown v0.13.2
26212026-04-02T22:03:58.741Z Compiling vergen-gitcl v1.0.8
26222026-04-02T22:03:58.899Z Compiling dirs-sys-next v0.1.2
26232026-04-02T22:03:58.962Z Compiling crunchy v0.2.4
26242026-04-02T22:03:59.106Z Compiling diesel_derives v2.3.7
26252026-04-02T22:03:59.175Z Compiling glob v0.3.3
26262026-04-02T22:03:59.250Z Compiling crc-any v2.5.0
26272026-04-02T22:03:59.272Z Compiling maplit v1.0.2
26282026-04-02T22:03:59.402Z Compiling object v0.30.4
26292026-04-02T22:03:59.423Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-04-02T22:03:59.529Z Compiling dirs-next v2.0.0
26312026-04-02T22:03:59.564Z Compiling clang-sys v1.8.1
26322026-04-02T22:03:59.704Z Compiling tabled_derive v0.11.0
26332026-04-02T22:03:59.732Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-04-02T22:03:59.811Z Compiling typify v0.4.3
26352026-04-02T22:03:59.951Z Compiling papergrid v0.17.0
26362026-04-02T22:03:59.972Z Compiling testing_table v0.3.0
26372026-04-02T22:04:00.109Z Compiling dsl_auto_type v0.2.0
26382026-04-02T22:04:00.298Z Compiling scheduled-thread-pool v0.2.7
26392026-04-02T22:04:00.425Z Compiling diesel_table_macro_syntax v0.3.0
26402026-04-02T22:04:00.446Z Compiling tiny-keccak v2.0.2
26412026-04-02T22:04:00.654Z Compiling path-slash v0.1.5
26422026-04-02T22:04:00.725Z Compiling r2d2 v0.8.10
26432026-04-02T22:04:00.837Z Compiling term v0.7.0
26442026-04-02T22:04:00.966Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-04-02T22:04:01.023Z Compiling arc-swap v1.8.2
26462026-04-02T22:04:01.128Z Compiling tabled v0.20.0
26472026-04-02T22:04:01.150Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-04-02T22:04:01.318Z Compiling bit-vec v0.6.3
26492026-04-02T22:04:01.353Z Compiling downcast-rs v2.0.2
26502026-04-02T22:04:01.383Z Compiling xshell-macros v0.2.7
26512026-04-02T22:04:01.475Z Compiling slog-scope v4.4.1
26522026-04-02T22:04:01.496Z Compiling ascii-canvas v3.0.0
26532026-04-02T22:04:01.561Z Compiling bit-set v0.5.3
26542026-04-02T22:04:01.770Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-04-02T22:04:01.794Z Compiling xshell v0.2.7
26562026-04-02T22:04:01.938Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-04-02T22:04:02.002Z Compiling itertools v0.10.5
26582026-04-02T22:04:02.256Z Compiling ena v0.14.4
26592026-04-02T22:04:02.386Z Compiling libloading v0.8.9
26602026-04-02T22:04:02.492Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-04-02T22:04:02.610Z Compiling bindgen v0.71.1
26622026-04-02T22:04:02.918Z Compiling regex-syntax v0.6.29
26632026-04-02T22:04:03.086Z Compiling diff v0.1.13
26642026-04-02T22:04:03.103Z Compiling unicase v2.9.0
26652026-04-02T22:04:03.415Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-04-02T22:04:04.237Z Compiling slog-stdlog v4.1.1
26672026-04-02T22:04:04.623Z Compiling lalrpop v0.19.12
26682026-04-02T22:04:04.720Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-04-02T22:04:04.856Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-04-02T22:04:05.357Z Compiling diesel v2.3.7
26712026-04-02T22:04:05.511Z Compiling cexpr v0.6.0
26722026-04-02T22:04:05.598Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-04-02T22:04:05.665Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-04-02T22:04:05.820Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-04-02T22:04:05.851Z Compiling crc8 v0.1.1
26762026-04-02T22:04:06.058Z Compiling slog-envlogger v2.2.0
26772026-04-02T22:04:06.279Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-04-02T22:04:06.282Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-04-02T22:04:06.462Z Compiling headers-core v0.3.0
26802026-04-02T22:04:06.627Z Compiling libxml v0.3.3
26812026-04-02T22:04:06.840Z Compiling headers v0.4.1
26822026-04-02T22:04:06.927Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-04-02T22:04:07.233Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-04-02T22:04:07.463Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-04-02T22:04:07.931Z Compiling strum_macros v0.24.3
26862026-04-02T22:04:08.143Z Compiling indoc v1.0.9
26872026-04-02T22:04:08.498Z Compiling progenitor-impl v0.10.0
26882026-04-02T22:04:08.638Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-04-02T22:04:08.659Z Compiling derive_builder v0.20.2
26902026-04-02T22:04:08.853Z Compiling oso-derive v0.27.3
26912026-04-02T22:04:08.875Z Compiling quick-xml v0.37.5
26922026-04-02T22:04:08.917Z Compiling impl-trait-for-tuples v0.2.3
26932026-04-02T22:04:09.191Z Compiling half v1.8.3
26942026-04-02T22:04:09.363Z Compiling openssl-probe v0.1.6
26952026-04-02T22:04:09.657Z Compiling serde_cbor v0.11.2
26962026-04-02T22:04:09.702Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-04-02T22:04:10.213Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-04-02T22:04:10.271Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26992026-04-02T22:04:10.426Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27002026-04-02T22:04:10.645Z Compiling samael v0.0.19
27012026-04-02T22:04:10.666Z Compiling bb8 v0.8.6
27022026-04-02T22:04:10.694Z Compiling progenitor-macro v0.10.0
27032026-04-02T22:04:10.705Z Compiling trait-variant v0.1.2
27042026-04-02T22:04:11.119Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-04-02T22:04:11.299Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-04-02T22:04:11.579Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27072026-04-02T22:04:11.699Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-04-02T22:04:11.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-04-02T22:04:12.133Z Compiling polar-core v0.27.3
27102026-04-02T22:04:12.153Z Compiling fxhash v0.2.1
27112026-04-02T22:04:12.177Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27122026-04-02T22:04:12.302Z Compiling kstat-rs v0.2.4
27132026-04-02T22:04:12.325Z Compiling libz-sys v1.1.24
27142026-04-02T22:04:12.472Z Compiling nonempty v0.12.0
27152026-04-02T22:04:12.700Z Compiling salty v0.3.0
27162026-04-02T22:04:12.788Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-04-02T22:04:13.008Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-04-02T22:04:13.091Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27192026-04-02T22:04:13.117Z Compiling progenitor-impl v0.11.2
27202026-04-02T22:04:13.362Z Compiling darling_core v0.23.0
27212026-04-02T22:04:14.706Z Compiling progenitor v0.10.0
27222026-04-02T22:04:14.898Z Compiling nanorand v0.7.0
27232026-04-02T22:04:15.268Z Compiling fs-err v2.11.0
27242026-04-02T22:04:15.291Z Compiling parking_lot_core v0.8.6
27252026-04-02T22:04:15.513Z Compiling darling_macro v0.23.0
27262026-04-02T22:04:15.551Z Compiling mime_guess v2.0.5
27272026-04-02T22:04:15.623Z Compiling progenitor-macro v0.11.2
27282026-04-02T22:04:15.647Z Compiling flume v0.11.1
27292026-04-02T22:04:16.053Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-04-02T22:04:16.056Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-04-02T22:04:16.096Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-04-02T22:04:17.224Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27332026-04-02T22:04:17.571Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-04-02T22:04:19.016Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-04-02T22:04:20.685Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-04-02T22:04:21.211Z Compiling oso v0.27.3
27372026-04-02T22:04:21.276Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27382026-04-02T22:04:22.705Z Compiling diesel-dtrace v0.5.0
27392026-04-02T22:04:23.033Z Compiling async-bb8-diesel v0.2.1
27402026-04-02T22:04:23.624Z Compiling progenitor-client v0.11.2
27412026-04-02T22:04:24.053Z Compiling git-stub v1.0.0
27422026-04-02T22:04:24.173Z Compiling libgit2-sys v0.18.3+1.9.2
27432026-04-02T22:04:24.226Z Compiling instability v0.3.11
27442026-04-02T22:04:24.331Z Compiling git-stub-vcs v0.1.0
27452026-04-02T22:04:24.510Z Compiling progenitor v0.11.2
27462026-04-02T22:04:24.688Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-04-02T22:04:24.710Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27482026-04-02T22:04:24.877Z Compiling darling v0.23.0
27492026-04-02T22:04:25.851Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27502026-04-02T22:04:25.936Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-04-02T22:04:26.016Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-04-02T22:04:26.801Z Compiling ignore v0.4.25
27532026-04-02T22:04:27.177Z Compiling primeorder v0.13.6
27542026-04-02T22:04:27.494Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-02T22:04:27.656Z Compiling castaway v0.2.4
27562026-04-02T22:04:27.810Z Compiling nibble_vec v0.1.0
27572026-04-02T22:04:28.007Z Compiling atty v0.2.14
27582026-04-02T22:04:28.167Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-02T22:04:28.407Z Compiling indoc v2.0.7
27602026-04-02T22:04:28.643Z Compiling parse-size v1.1.0
27612026-04-02T22:04:28.846Z Compiling endian-type v0.1.2
27622026-04-02T22:04:28.869Z Compiling http-range v0.1.5
27632026-04-02T22:04:28.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-04-02T22:04:29.027Z Compiling radix_trie v0.2.1
27652026-04-02T22:04:29.157Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-04-02T22:04:29.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-04-02T22:04:29.505Z Compiling compact_str v0.8.1
27682026-04-02T22:04:30.663Z Compiling globwalk v0.9.1
27692026-04-02T22:04:30.717Z Compiling p384 v0.13.1
27702026-04-02T22:04:31.339Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-04-02T22:04:31.869Z Compiling parking_lot v0.11.2
27722026-04-02T22:04:32.594Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-04-02T22:04:32.663Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27742026-04-02T22:04:32.791Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-04-02T22:04:32.817Z Compiling predicates-tree v1.0.13
27762026-04-02T22:04:33.077Z Compiling unicode-truncate v1.1.0
27772026-04-02T22:04:33.128Z Compiling lru v0.12.5
27782026-04-02T22:04:33.276Z Compiling prefix-trie v0.7.0
27792026-04-02T22:04:33.298Z Compiling vergen-git2 v1.0.7
27802026-04-02T22:04:33.348Z Compiling cassowary v0.3.0
27812026-04-02T22:04:33.578Z Compiling camino-tempfile-ext v0.3.3
27822026-04-02T22:04:33.606Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-04-02T22:04:33.768Z Compiling hickory-server v0.25.2
27842026-04-02T22:04:34.233Z Compiling ratatui v0.29.0
27852026-04-02T22:04:34.616Z Compiling hyper-staticfile v0.10.1
27862026-04-02T22:04:34.647Z Compiling sled v0.34.7
27872026-04-02T22:04:35.726Z Compiling hickory-client v0.25.2
27882026-04-02T22:04:35.978Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-04-02T22:04:36.161Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-04-02T22:04:36.371Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-02T22:04:36.604Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-04-02T22:04:36.650Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-04-02T22:04:37.210Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-04-02T22:04:37.503Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-04-02T22:04:37.886Z Compiling rand_seeder v0.4.0
27962026-04-02T22:04:38.050Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-04-02T22:04:38.149Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-04-02T22:04:38.234Z Compiling lzma-sys v0.1.20
27992026-04-02T22:04:38.306Z Compiling rustls v0.21.12
28002026-04-02T22:04:38.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-04-02T22:04:38.620Z Compiling corncobs v0.1.4
28022026-04-02T22:04:38.740Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-04-02T22:04:38.795Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-04-02T22:04:38.834Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-04-02T22:04:38.873Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-04-02T22:04:39.141Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28072026-04-02T22:04:39.253Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-04-02T22:04:39.430Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-04-02T22:04:39.520Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-04-02T22:04:40.363Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-04-02T22:04:40.444Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-02T22:04:42.703Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-04-02T22:04:42.725Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-04-02T22:04:42.942Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-04-02T22:04:42.965Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-04-02T22:04:43.170Z Compiling cargo_toml v0.22.3
28172026-04-02T22:04:43.191Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-04-02T22:04:43.419Z Compiling rustls-webpki v0.101.7
28192026-04-02T22:04:44.293Z Compiling sct v0.7.1
28202026-04-02T22:04:44.603Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28212026-04-02T22:04:44.803Z Compiling nix v0.29.0
28222026-04-02T22:04:45.114Z Compiling secrecy v0.8.0
28232026-04-02T22:04:45.194Z Compiling void v1.0.2
28242026-04-02T22:04:45.305Z Compiling lzss v0.8.2
28252026-04-02T22:04:45.347Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28262026-04-02T22:04:45.496Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28272026-04-02T22:04:45.678Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-02T22:04:45.766Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-04-02T22:04:46.280Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-04-02T22:04:46.302Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-04-02T22:04:46.737Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-04-02T22:04:46.779Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-04-02T22:04:47.314Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-04-02T22:04:47.457Z Compiling tungstenite v0.23.0
28352026-04-02T22:04:47.558Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-04-02T22:04:47.782Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372026-04-02T22:04:48.009Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-04-02T22:04:48.236Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-04-02T22:04:48.333Z Compiling nix v0.27.1
28402026-04-02T22:04:48.364Z Compiling serde_bytes v0.11.19
28412026-04-02T22:04:48.519Z Compiling tokio-tungstenite v0.23.1
28422026-04-02T22:04:48.728Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-02T22:04:48.896Z Compiling tokio-rustls v0.24.1
28442026-04-02T22:04:49.186Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-04-02T22:04:49.525Z Compiling git2 v0.20.4
28462026-04-02T22:04:49.552Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-04-02T22:04:49.804Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-04-02T22:04:50.590Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-04-02T22:04:51.427Z Compiling xz2 v0.1.7
28502026-04-02T22:04:52.077Z Compiling ron v0.12.0
28512026-04-02T22:04:52.609Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-02T22:04:52.788Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-04-02T22:04:53.844Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-04-02T22:04:54.697Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-04-02T22:04:55.637Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28562026-04-02T22:04:55.868Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28572026-04-02T22:04:56.024Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-04-02T22:04:56.725Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28592026-04-02T22:04:57.026Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28602026-04-02T22:04:57.678Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28612026-04-02T22:04:58.664Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-04-02T22:04:58.755Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-04-02T22:04:59.706Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-04-02T22:05:00.157Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-04-02T22:05:00.821Z Compiling rustls-pemfile v1.0.4
28662026-04-02T22:05:01.237Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-04-02T22:05:02.552Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-04-02T22:05:02.847Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692026-04-02T22:05:03.002Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-04-02T22:05:03.125Z Compiling signal-hook-tokio v0.3.1
28712026-04-02T22:05:03.219Z Compiling yasna v0.5.2
28722026-04-02T22:05:03.318Z Compiling twox-hash v2.1.2
28732026-04-02T22:05:03.382Z Compiling base16ct v1.0.0
28742026-04-02T22:05:03.629Z Compiling is_ci v1.2.0
28752026-04-02T22:05:03.847Z Compiling rcgen v0.12.1
28762026-04-02T22:05:03.874Z Compiling supports-color v3.0.2
28772026-04-02T22:05:04.013Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28782026-04-02T22:05:04.099Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28792026-04-02T22:05:04.165Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-04-02T22:05:04.834Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28812026-04-02T22:05:05.094Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28822026-04-02T22:05:05.219Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-04-02T22:05:06.885Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-04-02T22:05:07.270Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-04-02T22:05:07.755Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-04-02T22:05:08.344Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28872026-04-02T22:05:08.661Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-04-02T22:05:08.891Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28892026-04-02T22:05:09.118Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28902026-04-02T22:05:09.341Z Compiling fatfs v0.3.6
28912026-04-02T22:05:10.003Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28922026-04-02T22:05:10.580Z Compiling subprocess v0.2.15
28932026-04-02T22:05:11.719Z Compiling rtoolbox v0.0.3
28942026-04-02T22:05:12.009Z Compiling assert_matches v1.5.0
28952026-04-02T22:05:12.120Z Compiling seq-macro v0.3.6
28962026-04-02T22:05:12.616Z Compiling rpassword v7.4.0
28972026-04-02T22:05:12.796Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-04-02T22:05:12.900Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-04-02T22:05:13.739Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29002026-04-02T22:05:14.200Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-04-02T22:05:14.909Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-04-02T22:05:15.031Z Compiling tui-tree-widget v0.23.1
29032026-04-02T22:05:15.055Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042026-04-02T22:05:15.319Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-04-02T22:05:15.864Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29062026-04-02T22:05:16.601Z Compiling uzers v0.12.2
29072026-04-02T22:05:17.930Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-04-02T22:05:18.092Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29092026-04-02T22:05:19.220Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29102026-04-02T22:05:21.895Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29112026-04-02T22:05:22.058Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-04-02T22:05:24.265Z Compiling support-bundle-viewer v0.1.2
29132026-04-02T22:05:24.955Z Compiling multimap v0.10.1
29142026-04-02T22:05:30.175Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29152026-04-02T22:05:41.979Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29162026-04-02T22:05:44.758Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29172026-04-02T22:11:03.747Z Finished `release` profile [optimized] target(s) in 7m 33s
29182026-04-02T22:11:46.932Z
29192026-04-02T22:11:46.966Zreal 8:18.138564215
29202026-04-02T22:11:46.967Zuser 1:16:50.319143271
29212026-04-02T22:11:46.967Zsys 3:25.185229864
29222026-04-02T22:11:46.967Ztrap 1.790649889
29232026-04-02T22:11:46.967Ztflt 2.453614053
29242026-04-02T22:11:46.967Zdflt 15.766299153
29252026-04-02T22:11:46.967Zkflt 0.004542623
29262026-04-02T22:11:46.967Zlock 6:27:34.426566101
29272026-04-02T22:11:46.967Zslp 2:12:16.268158086
29282026-04-02T22:11:46.967Zlat 2:34.202881043
29292026-04-02T22:11:46.967Zstop 5:23.010720194
29302026-04-02T22:11:46.967Z+ mapfile -t packages
29312026-04-02T22:11:46.967Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29322026-04-02T22:11:47.898Z Finished `release` profile [optimized] target(s) in 0.94s
29332026-04-02T22:11:47.969Z Running `target/release/omicron-package -t test list-outputs`
29342026-04-02T22:11:48.042ZLogging to: /work/oxidecomputer/omicron/out/LOG
29352026-04-02T22:11:48.059Z+ ptime -m cargo build --locked --release -p xtask
29362026-04-02T22:11:48.772Z Compiling libc v0.2.180
29372026-04-02T22:11:48.772Z Compiling serde v1.0.228
29382026-04-02T22:11:48.810Z Compiling serde_core v1.0.228
29392026-04-02T22:11:48.810Z Compiling rustix v1.1.3
29402026-04-02T22:11:48.810Z Compiling serde_json v1.0.149
29412026-04-02T22:11:48.810Z Compiling bitflags v2.11.0
29422026-04-02T22:11:48.811Z Compiling num-traits v0.2.19
29432026-04-02T22:11:48.811Z Compiling syn v2.0.117
29442026-04-02T22:11:48.811Z Compiling hashbrown v0.16.1
29452026-04-02T22:11:48.811Z Compiling smallvec v1.15.1
29462026-04-02T22:11:48.811Z Compiling usdt-impl v0.5.0
29472026-04-02T22:11:48.845Z Compiling syn v1.0.109
29482026-04-02T22:11:48.845Z Compiling percent-encoding v2.3.2
29492026-04-02T22:11:48.845Z Compiling log v0.4.29
29502026-04-02T22:11:48.928Z Compiling getrandom v0.4.1
29512026-04-02T22:11:49.038Z Compiling form_urlencoded v1.2.2
29522026-04-02T22:11:49.164Z Compiling fs-err v3.3.0
29532026-04-02T22:11:49.177Z Compiling anyhow v1.0.102
29542026-04-02T22:11:49.186Z Compiling once_cell v1.21.3
29552026-04-02T22:11:49.186Z Compiling heck v0.4.1
29562026-04-02T22:11:49.352Z Compiling indexmap v2.13.0
29572026-04-02T22:11:49.429Z Compiling errno v0.3.14
29582026-04-02T22:11:49.430Z Compiling thread-id v4.2.2
29592026-04-02T22:11:49.542Z Compiling memmap v0.7.0
29602026-04-02T22:11:49.725Z Compiling ordered-float v2.10.1
29612026-04-02T22:11:50.281Z Compiling proc-macro-error v1.0.4
29622026-04-02T22:11:50.419Z Compiling terminal_size v0.4.3
29632026-04-02T22:11:50.420Z Compiling tempfile v3.25.0
29642026-04-02T22:11:50.522Z Compiling clap_builder v4.5.60
29652026-04-02T22:11:50.522Z Compiling textwrap v0.16.2
29662026-04-02T22:11:50.551Z Compiling tabled_derive v0.7.0
29672026-04-02T22:11:50.658Z Compiling camino-tempfile v1.4.1
29682026-04-02T22:11:51.191Z Compiling tabled v0.15.0
29692026-04-02T22:11:51.256Z Compiling synstructure v0.13.2
29702026-04-02T22:11:51.256Z Compiling pest_generator v2.8.6
29712026-04-02T22:11:51.637Z Compiling serde_derive v1.0.228
29722026-04-02T22:11:51.637Z Compiling zerovec-derive v0.11.2
29732026-04-02T22:11:51.643Z Compiling displaydoc v0.2.5
29742026-04-02T22:11:51.643Z Compiling thiserror-impl v1.0.69
29752026-04-02T22:11:51.643Z Compiling zerocopy-derive v0.7.35
29762026-04-02T22:11:51.643Z Compiling scroll_derive v0.12.1
29772026-04-02T22:11:51.643Z Compiling thiserror-impl v2.0.18
29782026-04-02T22:11:51.643Z Compiling clap_derive v4.5.55
29792026-04-02T22:11:51.694Z Compiling zerofrom-derive v0.1.6
29802026-04-02T22:11:51.802Z Compiling yoke-derive v0.8.1
29812026-04-02T22:11:52.322Z Compiling pest_derive v2.8.6
29822026-04-02T22:11:52.383Z Compiling scroll v0.12.0
29832026-04-02T22:11:52.462Z Compiling zerocopy v0.7.35
29842026-04-02T22:11:52.720Z Compiling goblin v0.8.2
29852026-04-02T22:11:52.768Z Compiling thiserror v1.0.69
29862026-04-02T22:11:52.870Z Compiling zerofrom v0.1.6
29872026-04-02T22:11:52.889Z Compiling dtrace-parser v0.2.0
29882026-04-02T22:11:52.903Z Compiling thiserror v2.0.18
29892026-04-02T22:11:53.023Z Compiling yoke v0.8.1
29902026-04-02T22:11:53.260Z Compiling zerovec v0.11.5
29912026-04-02T22:11:53.273Z Compiling zerotrie v0.2.3
29922026-04-02T22:11:53.358Z Compiling clap v4.5.60
29932026-04-02T22:11:53.868Z Compiling tinystr v0.8.2
29942026-04-02T22:11:54.080Z Compiling icu_locale_core v2.1.1
29952026-04-02T22:11:54.909Z Compiling potential_utf v0.1.4
29962026-04-02T22:11:54.948Z Compiling icu_provider v2.1.1
29972026-04-02T22:11:54.965Z Compiling serde_spanned v0.6.9
29982026-04-02T22:11:54.966Z Compiling toml_datetime v0.6.11
29992026-04-02T22:11:55.029Z Compiling icu_collections v2.1.1
30002026-04-02T22:11:55.085Z Compiling serde-value v0.7.0
30012026-04-02T22:11:55.109Z Compiling cargo-platform v0.2.0
30022026-04-02T22:11:55.293Z Compiling toml_edit v0.22.27
30032026-04-02T22:11:55.347Z Compiling dof v0.3.0
30042026-04-02T22:11:55.390Z Compiling icu_properties v2.1.2
30052026-04-02T22:11:55.467Z Compiling icu_normalizer v2.1.1
30062026-04-02T22:11:55.681Z Compiling serde_tokenstream v0.2.3
30072026-04-02T22:11:55.725Z Compiling macaddr v1.0.1
30082026-04-02T22:11:56.145Z Compiling usdt-attr-macro v0.5.0
30092026-04-02T22:11:56.167Z Compiling usdt-macro v0.5.0
30102026-04-02T22:11:56.615Z Compiling idna_adapter v1.2.1
30112026-04-02T22:11:56.685Z Compiling idna v1.1.0
30122026-04-02T22:11:57.072Z Compiling usdt v0.5.0
30132026-04-02T22:11:57.109Z Compiling url v2.5.8
30142026-04-02T22:11:57.109Z Compiling toml v0.8.23
30152026-04-02T22:11:57.304Z Compiling cargo_toml v0.21.0
30162026-04-02T22:11:57.354Z Compiling cargo-util-schemas v0.8.2
30172026-04-02T22:11:58.407Z Compiling cargo_metadata v0.21.0
30182026-04-02T22:12:02.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-04-02T22:12:04.441Z Finished `release` profile [optimized] target(s) in 16.41s
30202026-04-02T22:12:04.631Z
30212026-04-02T22:12:04.631Zreal 16.549468479
30222026-04-02T22:12:04.631Zuser 2:22.200184176
30232026-04-02T22:12:04.691Zsys 16.956770747
30242026-04-02T22:12:04.691Ztrap 0.090947695
30252026-04-02T22:12:04.691Ztflt 0.563254093
30262026-04-02T22:12:04.691Zdflt 1.523920736
30272026-04-02T22:12:04.691Zkflt 0.000089659
30282026-04-02T22:12:04.691Zlock 5:15.335597194
30292026-04-02T22:12:04.691Zslp 3:25.035989706
30302026-04-02T22:12:04.691Zlat 6.822055518
30312026-04-02T22:12:04.691Zstop 19.205661099
30322026-04-02T22:12:04.691Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-04-02T22:12:04.691Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-04-02T22:12:04.691Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-04-02T22:12:04.691Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-04-02T22:12:04.691Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-04-02T22:12:05.553Z Compiling regress v0.10.5
30382026-04-02T22:12:05.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-04-02T22:12:05.566Z Compiling serde_spanned v1.0.4
30402026-04-02T22:12:05.566Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-04-02T22:12:05.699Z Compiling newtype-uuid-macros v0.1.0
30422026-04-02T22:12:05.721Z Compiling progenitor-client v0.13.0
30432026-04-02T22:12:05.722Z Compiling structmeta-derive v0.3.0
30442026-04-02T22:12:05.722Z Compiling rustls v0.22.4
30452026-04-02T22:12:05.722Z Compiling rustls-webpki v0.102.8
30462026-04-02T22:12:05.722Z Compiling multer v3.1.0
30472026-04-02T22:12:05.732Z Compiling match_cfg v0.1.0
30482026-04-02T22:12:05.732Z Compiling debug-ignore v1.0.5
30492026-04-02T22:12:05.732Z Compiling slog-json v2.6.1
30502026-04-02T22:12:05.732Z Compiling async-stream-impl v0.3.6
30512026-04-02T22:12:05.757Z Compiling dropshot v0.16.7
30522026-04-02T22:12:05.757Z Compiling itertools v0.14.0
30532026-04-02T22:12:05.984Z Compiling hostname v0.3.1
30542026-04-02T22:12:05.993Z Compiling waitgroup v0.1.2
30552026-04-02T22:12:05.993Z Compiling rustls-pemfile v2.2.0
30562026-04-02T22:12:06.044Z Compiling dropshot_endpoint v0.16.7
30572026-04-02T22:12:06.086Z Compiling toml v0.9.12+spec-1.1.0
30582026-04-02T22:12:06.120Z Compiling slog-bunyan v2.5.0
30592026-04-02T22:12:06.173Z Compiling hostname v0.4.2
30602026-04-02T22:12:06.190Z Compiling serde_path_to_error v0.1.20
30612026-04-02T22:12:06.237Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-04-02T22:12:06.287Z Compiling macaddr v1.0.1
30632026-04-02T22:12:06.317Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-04-02T22:12:06.338Z Compiling progenitor-client v0.10.0
30652026-04-02T22:12:06.373Z Compiling instant v0.1.13
30662026-04-02T22:12:06.413Z Compiling async-stream v0.3.6
30672026-04-02T22:12:06.459Z Compiling backon v1.6.0
30682026-04-02T22:12:06.498Z Compiling backoff v0.4.0
30692026-04-02T22:12:06.532Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30702026-04-02T22:12:06.540Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30712026-04-02T22:12:06.572Z Compiling crucible-workspace-hack v0.1.0
30722026-04-02T22:12:06.609Z Compiling unsafe-libyaml v0.2.11
30732026-04-02T22:12:06.655Z Compiling progenitor-extras v0.1.1
30742026-04-02T22:12:06.675Z Compiling toml_edit v0.23.10+spec-1.0.0
30752026-04-02T22:12:06.692Z Compiling secrecy v0.10.3
30762026-04-02T22:12:06.729Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30772026-04-02T22:12:06.747Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30782026-04-02T22:12:06.767Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-04-02T22:12:06.874Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-04-02T22:12:06.898Z Compiling heapless v0.8.0
30812026-04-02T22:12:06.924Z Compiling hash32 v0.3.1
30822026-04-02T22:12:06.941Z Compiling smoltcp v0.11.0
30832026-04-02T22:12:06.999Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30842026-04-02T22:12:07.008Z Compiling toml v0.8.23
30852026-04-02T22:12:07.031Z Compiling structmeta v0.3.0
30862026-04-02T22:12:07.108Z Compiling tabwriter v1.4.1
30872026-04-02T22:12:07.159Z Compiling serde_yaml v0.9.34+deprecated
30882026-04-02T22:12:07.246Z Compiling proc-macro-crate v3.4.0
30892026-04-02T22:12:07.263Z Compiling ingot-macros v0.1.1
30902026-04-02T22:12:07.282Z Compiling derive-ex v0.1.8
30912026-04-02T22:12:07.310Z Compiling parse-display-derive v0.10.0
30922026-04-02T22:12:07.367Z Compiling cobs v0.3.0
30932026-04-02T22:12:07.383Z Compiling foreign-types-macros v0.2.3
30942026-04-02T22:12:07.399Z Compiling convert_case v0.4.0
30952026-04-02T22:12:07.418Z Compiling cpufeatures v0.3.0
30962026-04-02T22:12:07.452Z Compiling foreign-types-shared v0.3.1
30972026-04-02T22:12:07.514Z Compiling postcard v1.1.3
30982026-04-02T22:12:07.568Z Compiling chacha20 v0.10.0
30992026-04-02T22:12:07.651Z Compiling typify-impl v0.6.1
31002026-04-02T22:12:07.763Z Compiling proc-macro-crate v1.3.1
31012026-04-02T22:12:07.802Z Compiling derive_more v0.99.20
31022026-04-02T22:12:07.828Z Compiling num_enum_derive v0.7.5
31032026-04-02T22:12:07.868Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-04-02T22:12:07.887Z Compiling universal-hash v0.5.1
31052026-04-02T22:12:07.890Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-04-02T22:12:07.924Z Compiling cstr-argument v0.1.2
31072026-04-02T22:12:08.013Z Compiling tokio-rustls v0.25.0
31082026-04-02T22:12:08.052Z Compiling foreign-types v0.5.0
31092026-04-02T22:12:08.103Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-04-02T22:12:08.154Z Compiling opaque-debug v0.3.1
31112026-04-02T22:12:08.199Z Compiling colored v3.1.1
31122026-04-02T22:12:08.243Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-04-02T22:12:08.268Z Compiling num_enum_derive v0.5.11
31142026-04-02T22:12:08.332Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-04-02T22:12:08.409Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-04-02T22:12:08.479Z Compiling rand v0.10.0
31172026-04-02T22:12:08.482Z Compiling half v2.7.1
31182026-04-02T22:12:08.588Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-04-02T22:12:08.659Z Compiling ciborium-io v0.2.2
31202026-04-02T22:12:08.681Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31212026-04-02T22:12:08.779Z Compiling ciborium-ll v0.2.2
31222026-04-02T22:12:08.823Z Compiling camino-tempfile v1.4.1
31232026-04-02T22:12:08.844Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-04-02T22:12:08.961Z Compiling num_enum v0.7.5
31252026-04-02T22:12:09.033Z Compiling ciborium v0.2.2
31262026-04-02T22:12:09.051Z Compiling test-strategy v0.4.5
31272026-04-02T22:12:09.070Z Compiling parse-display v0.10.0
31282026-04-02T22:12:09.090Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-04-02T22:12:09.093Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31302026-04-02T22:12:09.127Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31312026-04-02T22:12:09.127Z Compiling smf v0.2.3
31322026-04-02T22:12:09.243Z Compiling aead v0.5.2
31332026-04-02T22:12:09.325Z Compiling num-derive v0.4.2
31342026-04-02T22:12:09.369Z Compiling num_enum v0.5.11
31352026-04-02T22:12:09.386Z Compiling sigpipe v0.1.3
31362026-04-02T22:12:09.404Z Compiling glob v0.3.3
31372026-04-02T22:12:09.423Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31382026-04-02T22:12:09.482Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31392026-04-02T22:12:09.537Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-04-02T22:12:09.554Z Compiling poly1305 v0.8.0
31412026-04-02T22:12:09.606Z Compiling chacha20 v0.9.1
31422026-04-02T22:12:09.640Z Compiling whoami v1.6.1
31432026-04-02T22:12:09.703Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-04-02T22:12:09.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31452026-04-02T22:12:09.785Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31462026-04-02T22:12:09.879Z Compiling thiserror-impl-no-std v2.0.2
31472026-04-02T22:12:09.897Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31482026-04-02T22:12:09.897Z Compiling byte-wrapper v0.1.0
31492026-04-02T22:12:09.964Z Compiling password-hash v0.5.0
31502026-04-02T22:12:10.027Z Compiling blake2 v0.10.6
31512026-04-02T22:12:10.157Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31522026-04-02T22:12:10.225Z Compiling ingot-types v0.1.2
31532026-04-02T22:12:10.245Z Compiling indent_write v2.2.0
31542026-04-02T22:12:10.311Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-04-02T22:12:10.325Z Compiling argon2 v0.5.3
31562026-04-02T22:12:10.330Z Compiling chacha20poly1305 v0.10.1
31572026-04-02T22:12:10.361Z Compiling num-rational v0.4.2
31582026-04-02T22:12:10.427Z Compiling num-complex v0.4.6
31592026-04-02T22:12:10.436Z Compiling prettyplease v0.2.37
31602026-04-02T22:12:10.499Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31612026-04-02T22:12:10.532Z Compiling float-ord v0.3.2
31622026-04-02T22:12:10.634Z Compiling ingot v0.1.1
31632026-04-02T22:12:10.665Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31642026-04-02T22:12:10.681Z Compiling gethostname v0.5.0
31652026-04-02T22:12:10.720Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-04-02T22:12:10.730Z Compiling usdt-attr-macro v0.5.0
31672026-04-02T22:12:10.842Z Compiling num v0.4.3
31682026-04-02T22:12:10.859Z Compiling usdt-macro v0.5.0
31692026-04-02T22:12:10.884Z Compiling derive-where v1.6.0
31702026-04-02T22:12:10.933Z Compiling memmap v0.7.0
31712026-04-02T22:12:10.993Z Compiling atomicwrites v0.4.4
31722026-04-02T22:12:11.022Z Compiling cancel-safe-futures v0.1.5
31732026-04-02T22:12:11.122Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31742026-04-02T22:12:11.151Z Compiling thiserror-no-std v2.0.2
31752026-04-02T22:12:11.219Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-04-02T22:12:11.262Z Compiling vsss-rs v3.3.4
31772026-04-02T22:12:11.279Z Compiling owo-colors v4.3.0
31782026-04-02T22:12:11.320Z Compiling libsw-core v0.3.2
31792026-04-02T22:12:11.385Z Compiling async-recursion v1.1.1
31802026-04-02T22:12:11.525Z Compiling resolv-conf v0.7.6
31812026-04-02T22:12:11.562Z Compiling libsw v3.5.0
31822026-04-02T22:12:11.648Z Compiling typify-impl v0.4.3
31832026-04-02T22:12:11.664Z Compiling usdt v0.5.0
31842026-04-02T22:12:11.773Z Compiling libefi-sys v0.1.0
31852026-04-02T22:12:11.908Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31862026-04-02T22:12:11.951Z Compiling linear-map v1.2.0
31872026-04-02T22:12:11.969Z Compiling hickory-proto v0.24.4
31882026-04-02T22:12:11.987Z Compiling newline-converter v0.3.0
31892026-04-02T22:12:12.034Z Compiling console v0.15.11
31902026-04-02T22:12:12.037Z Compiling bitfield-struct v0.6.2
31912026-04-02T22:12:12.099Z Compiling linked-hash-map v0.5.6
31922026-04-02T22:12:12.129Z Compiling semver v0.1.20
31932026-04-02T22:12:12.241Z Compiling typify-macro v0.6.1
31942026-04-02T22:12:12.289Z Compiling lru-cache v0.1.2
31952026-04-02T22:12:12.307Z Compiling pin-project-internal v1.1.11
31962026-04-02T22:12:12.327Z Compiling rustc_version v0.1.7
31972026-04-02T22:12:12.383Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31982026-04-02T22:12:12.443Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-04-02T22:12:12.446Z Compiling expectorate v1.2.0
32002026-04-02T22:12:12.488Z Compiling slog-dtrace v0.3.0
32012026-04-02T22:12:12.589Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32022026-04-02T22:12:12.607Z Compiling minimal-lexical v0.2.1
32032026-04-02T22:12:12.652Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-04-02T22:12:12.671Z Compiling newtype_derive v0.1.6
32052026-04-02T22:12:12.724Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-04-02T22:12:12.743Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-02T22:12:12.782Z Compiling tokio-dtrace v0.1.1
32082026-04-02T22:12:12.828Z Compiling nom v7.1.3
32092026-04-02T22:12:12.852Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-04-02T22:12:12.904Z Compiling phf_shared v0.12.1
32112026-04-02T22:12:12.920Z Compiling dropshot-api-manager-types v0.6.0
32122026-04-02T22:12:12.965Z Compiling pem v3.0.6
32132026-04-02T22:12:13.066Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-04-02T22:12:13.083Z Compiling snafu-derive v0.8.9
32152026-04-02T22:12:13.110Z Compiling csv-core v0.1.13
32162026-04-02T22:12:13.333Z Compiling base64 v0.21.7
32172026-04-02T22:12:13.397Z Compiling chrono-tz v0.10.4
32182026-04-02T22:12:13.428Z Compiling same-file v1.0.6
32192026-04-02T22:12:13.480Z Compiling xshell-macros v0.2.7
32202026-04-02T22:12:13.497Z Compiling pin-project v1.1.11
32212026-04-02T22:12:13.547Z Compiling highway v1.3.0
32222026-04-02T22:12:13.626Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32232026-04-02T22:12:13.629Z Compiling walkdir v2.5.0
32242026-04-02T22:12:13.658Z Compiling const_format_proc_macros v0.2.34
32252026-04-02T22:12:13.683Z Compiling csv v1.4.0
32262026-04-02T22:12:13.701Z Compiling phf v0.12.1
32272026-04-02T22:12:13.782Z Compiling oxide-tokio-rt v0.1.3
32282026-04-02T22:12:13.904Z Compiling xshell v0.2.7
32292026-04-02T22:12:13.949Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-04-02T22:12:13.990Z Compiling globset v0.4.18
32312026-04-02T22:12:14.092Z Compiling hickory-resolver v0.24.4
32322026-04-02T22:12:14.111Z Compiling typify v0.6.1
32332026-04-02T22:12:14.114Z Compiling olpc-cjson v0.1.4
32342026-04-02T22:12:14.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-04-02T22:12:14.253Z Compiling progenitor-impl v0.13.0
32362026-04-02T22:12:14.271Z Compiling primeorder v0.13.6
32372026-04-02T22:12:14.302Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32382026-04-02T22:12:14.322Z Compiling serde_plain v1.0.2
32392026-04-02T22:12:14.442Z Compiling typed-path v0.9.3
32402026-04-02T22:12:14.538Z Compiling const_format v0.2.35
32412026-04-02T22:12:14.592Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-04-02T22:12:14.750Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-04-02T22:12:14.771Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-04-02T22:12:14.792Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-04-02T22:12:14.916Z Compiling tabled_derive v0.7.0
32462026-04-02T22:12:14.993Z Compiling bcs v0.1.6
32472026-04-02T22:12:15.115Z Compiling snafu v0.8.9
32482026-04-02T22:12:15.249Z Compiling qorb v0.4.1
32492026-04-02T22:12:15.337Z Compiling utf-8 v0.7.6
32502026-04-02T22:12:15.369Z Compiling radium v0.7.0
32512026-04-02T22:12:15.446Z Compiling tough v0.20.0
32522026-04-02T22:12:15.516Z Compiling termtree v0.5.1
32532026-04-02T22:12:15.552Z Compiling salty v0.3.0
32542026-04-02T22:12:15.669Z Compiling textwrap v0.16.2
32552026-04-02T22:12:15.726Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-04-02T22:12:15.744Z Compiling tungstenite v0.21.0
32572026-04-02T22:12:15.747Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-04-02T22:12:15.849Z Compiling steno v0.4.1
32592026-04-02T22:12:15.945Z Compiling tabled v0.15.0
32602026-04-02T22:12:15.963Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-04-02T22:12:15.993Z Compiling humantime v2.3.0
32622026-04-02T22:12:16.133Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32632026-04-02T22:12:16.181Z Compiling typify-macro v0.4.3
32642026-04-02T22:12:16.198Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-04-02T22:12:16.277Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-04-02T22:12:16.300Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32672026-04-02T22:12:16.398Z Compiling tap v1.0.1
32682026-04-02T22:12:16.542Z Compiling maybe-uninit v2.0.0
32692026-04-02T22:12:16.624Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32702026-04-02T22:12:16.763Z Compiling wyz v0.5.1
32712026-04-02T22:12:16.789Z Compiling tokio-tungstenite v0.21.0
32722026-04-02T22:12:16.870Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-04-02T22:12:17.022Z Compiling progenitor-macro v0.13.0
32742026-04-02T22:12:17.063Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-04-02T22:12:17.367Z Compiling p384 v0.13.1
32762026-04-02T22:12:17.426Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32772026-04-02T22:12:17.582Z Compiling arc-swap v1.8.2
32782026-04-02T22:12:17.687Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-04-02T22:12:17.939Z Compiling tagptr v0.2.0
32802026-04-02T22:12:17.965Z Compiling packed_struct v0.10.1
32812026-04-02T22:12:17.975Z Compiling funty v2.0.0
32822026-04-02T22:12:17.978Z Compiling slog-scope v4.4.1
32832026-04-02T22:12:18.011Z Compiling typify v0.4.3
32842026-04-02T22:12:18.120Z Compiling moka v0.12.13
32852026-04-02T22:12:18.139Z Compiling progenitor-impl v0.10.0
32862026-04-02T22:12:18.158Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-04-02T22:12:18.274Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-04-02T22:12:18.291Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-04-02T22:12:18.335Z Compiling bitvec v1.0.1
32902026-04-02T22:12:18.412Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-04-02T22:12:18.448Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-04-02T22:12:18.607Z Compiling polyval v0.6.2
32932026-04-02T22:12:18.871Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-04-02T22:12:18.938Z Compiling packed_struct_codegen v0.10.1
32952026-04-02T22:12:19.243Z Compiling zerocopy-derive v0.6.6
32962026-04-02T22:12:19.271Z Compiling bitfield-macros v0.19.4
32972026-04-02T22:12:19.329Z Compiling proc-macro-error-attr2 v2.0.0
32982026-04-02T22:12:19.493Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32992026-04-02T22:12:19.523Z Compiling indexmap v1.9.3
33002026-04-02T22:12:19.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-02T22:12:19.811Z Compiling crc-catalog v2.4.0
33022026-04-02T22:12:19.829Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-04-02T22:12:19.837Z Compiling parking_lot_core v0.8.6
33042026-04-02T22:12:19.942Z Compiling nodrop v0.1.14
33052026-04-02T22:12:20.032Z Compiling crc v3.4.0
33062026-04-02T22:12:20.051Z Compiling array-init v0.0.4
33072026-04-02T22:12:20.073Z Compiling proc-macro-error2 v2.0.1
33082026-04-02T22:12:20.145Z Compiling bitfield v0.19.4
33092026-04-02T22:12:20.164Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-04-02T22:12:20.212Z Compiling zerocopy v0.6.6
33112026-04-02T22:12:20.252Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-04-02T22:12:20.270Z Compiling hickory-resolver v0.25.2
33132026-04-02T22:12:20.288Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33142026-04-02T22:12:20.435Z Compiling ghash v0.5.1
33152026-04-02T22:12:20.454Z Compiling smallvec v0.6.14
33162026-04-02T22:12:20.471Z Compiling slog-stdlog v4.1.1
33172026-04-02T22:12:20.492Z Compiling git-stub v1.0.0
33182026-04-02T22:12:20.607Z Compiling num-derive v0.3.3
33192026-04-02T22:12:20.618Z Compiling ctr v0.9.2
33202026-04-02T22:12:20.700Z Compiling lzma-sys v0.1.20
33212026-04-02T22:12:20.726Z Compiling unicase v2.9.0
33222026-04-02T22:12:20.793Z Compiling hashbrown v0.12.3
33232026-04-02T22:12:20.847Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33242026-04-02T22:12:20.863Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-04-02T22:12:20.916Z Compiling progenitor-macro v0.10.0
33262026-04-02T22:12:20.974Z Compiling mime_guess v2.0.5
33272026-04-02T22:12:21.101Z Compiling aes-gcm v0.10.3
33282026-04-02T22:12:21.182Z Compiling git-stub-vcs v0.1.0
33292026-04-02T22:12:21.200Z Compiling serde-hex v0.1.0
33302026-04-02T22:12:21.308Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-04-02T22:12:21.328Z Compiling slog-envlogger v2.2.0
33322026-04-02T22:12:21.548Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-04-02T22:12:21.557Z Compiling libscf-sys v1.1.0
33342026-04-02T22:12:21.566Z Compiling tabled_derive v0.11.0
33352026-04-02T22:12:21.677Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-04-02T22:12:21.723Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-04-02T22:12:21.747Z Compiling progenitor-impl v0.11.2
33382026-04-02T22:12:21.764Z Compiling ron v0.8.1
33392026-04-02T22:12:21.917Z Compiling papergrid v0.17.0
33402026-04-02T22:12:21.939Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33412026-04-02T22:12:22.199Z Compiling progenitor v0.13.0
33422026-04-02T22:12:22.218Z Compiling cargo_toml v0.22.3
33432026-04-02T22:12:22.260Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-04-02T22:12:22.296Z Compiling hashbrown v0.13.2
33452026-04-02T22:12:22.379Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-04-02T22:12:22.446Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-04-02T22:12:22.783Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-04-02T22:12:22.810Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-04-02T22:12:22.831Z Compiling testing_table v0.3.0
33502026-04-02T22:12:22.857Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33512026-04-02T22:12:23.002Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33522026-04-02T22:12:23.029Z Compiling ssh-encoding v0.2.0
33532026-04-02T22:12:23.225Z Compiling blowfish v0.9.1
33542026-04-02T22:12:23.244Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-04-02T22:12:23.263Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-04-02T22:12:23.289Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-04-02T22:12:23.315Z Compiling nibble_vec v0.1.0
33582026-04-02T22:12:23.506Z Compiling endian-type v0.1.2
33592026-04-02T22:12:23.523Z Compiling corncobs v0.1.4
33602026-04-02T22:12:23.549Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-04-02T22:12:23.610Z Compiling crc-any v2.5.0
33622026-04-02T22:12:23.675Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-04-02T22:12:23.692Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-04-02T22:12:23.723Z Compiling radix_trie v0.2.1
33652026-04-02T22:12:23.824Z Compiling bcrypt-pbkdf v0.10.0
33662026-04-02T22:12:23.886Z Compiling ssh-cipher v0.2.0
33672026-04-02T22:12:23.909Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-04-02T22:12:24.053Z Compiling tabled v0.20.0
33692026-04-02T22:12:24.123Z Compiling object v0.30.4
33702026-04-02T22:12:24.195Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-04-02T22:12:24.445Z Compiling progenitor-macro v0.11.2
33722026-04-02T22:12:24.602Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-04-02T22:12:24.619Z Compiling parking_lot v0.11.2
33742026-04-02T22:12:24.924Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-04-02T22:12:25.044Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-04-02T22:12:25.061Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33772026-04-02T22:12:25.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33782026-04-02T22:12:25.310Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33792026-04-02T22:12:25.686Z Compiling progenitor-client v0.11.2
33802026-04-02T22:12:25.802Z Compiling prefix-trie v0.7.0
33812026-04-02T22:12:25.805Z Compiling password-hash v0.4.2
33822026-04-02T22:12:25.913Z Compiling fxhash v0.2.1
33832026-04-02T22:12:26.016Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33842026-04-02T22:12:26.034Z Compiling secrecy v0.8.0
33852026-04-02T22:12:26.066Z Compiling path-slash v0.1.5
33862026-04-02T22:12:26.084Z Compiling progenitor v0.10.0
33872026-04-02T22:12:26.102Z Compiling half v1.8.3
33882026-04-02T22:12:26.122Z Compiling http-range v0.1.5
33892026-04-02T22:12:26.142Z Compiling pbkdf2 v0.11.0
33902026-04-02T22:12:26.220Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33912026-04-02T22:12:26.247Z Compiling hickory-server v0.25.2
33922026-04-02T22:12:26.250Z Compiling sled v0.34.7
33932026-04-02T22:12:26.348Z Compiling serde_cbor v0.11.2
33942026-04-02T22:12:26.369Z Compiling xz2 v0.1.7
33952026-04-02T22:12:26.394Z Compiling ron v0.12.0
33962026-04-02T22:12:26.574Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33972026-04-02T22:12:26.884Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-04-02T22:12:26.981Z Compiling ssh-key v0.6.7
33992026-04-02T22:12:27.191Z Compiling hickory-client v0.25.2
34002026-04-02T22:12:27.390Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34012026-04-02T22:12:27.590Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34022026-04-02T22:12:27.609Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34032026-04-02T22:12:27.891Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-04-02T22:12:28.065Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-04-02T22:12:28.124Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34062026-04-02T22:12:28.174Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-04-02T22:12:28.510Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-04-02T22:12:28.550Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-04-02T22:12:28.691Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34102026-04-02T22:12:28.830Z Compiling p256 v0.13.2
34112026-04-02T22:12:28.848Z Compiling p521 v0.13.3
34122026-04-02T22:12:28.931Z Compiling yasna v0.5.2
34132026-04-02T22:12:29.080Z Compiling kstat-rs v0.2.4
34142026-04-02T22:12:29.242Z Compiling headers-core v0.3.0
34152026-04-02T22:12:29.346Z Compiling nanorand v0.7.0
34162026-04-02T22:12:29.397Z Compiling russh-cryptovec v0.7.3
34172026-04-02T22:12:29.416Z Compiling atty v0.2.14
34182026-04-02T22:12:29.498Z Compiling progenitor v0.11.2
34192026-04-02T22:12:29.552Z Compiling md5 v0.7.0
34202026-04-02T22:12:29.616Z Compiling base16ct v1.0.0
34212026-04-02T22:12:29.654Z Compiling crc8 v0.1.1
34222026-04-02T22:12:29.683Z Compiling home v0.5.12
34232026-04-02T22:12:29.712Z Compiling flume v0.11.1
34242026-04-02T22:12:29.725Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34252026-04-02T22:12:29.801Z Compiling russh-keys v0.45.0
34262026-04-02T22:12:29.819Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-04-02T22:12:29.843Z Compiling rcgen v0.12.1
34282026-04-02T22:12:29.860Z Compiling headers v0.4.1
34292026-04-02T22:12:29.897Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-04-02T22:12:29.912Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-04-02T22:12:29.995Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34322026-04-02T22:12:30.032Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-04-02T22:12:30.049Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34342026-04-02T22:12:30.385Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-04-02T22:12:30.453Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-04-02T22:12:30.661Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34372026-04-02T22:12:30.745Z Compiling hyper-staticfile v0.10.1
34382026-04-02T22:12:30.768Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-04-02T22:12:30.963Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34402026-04-02T22:12:31.149Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34412026-04-02T22:12:31.169Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-04-02T22:12:31.293Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-04-02T22:12:31.312Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-04-02T22:12:31.419Z Compiling num-bigint v0.4.6
34452026-04-02T22:12:31.455Z Compiling des v0.8.1
34462026-04-02T22:12:31.628Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34472026-04-02T22:12:31.682Z Compiling subprocess v0.2.15
34482026-04-02T22:12:31.765Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-04-02T22:12:31.785Z Compiling hex-literal v0.4.1
34502026-04-02T22:12:31.931Z Compiling display-error-chain v0.2.2
34512026-04-02T22:12:32.055Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-04-02T22:12:32.092Z Compiling colored v2.2.0
34532026-04-02T22:12:32.110Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-04-02T22:12:32.219Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34552026-04-02T22:12:32.378Z Compiling socket2 v0.5.10
34562026-04-02T22:12:32.422Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-04-02T22:12:32.460Z Compiling internet-checksum v0.2.1
34582026-04-02T22:12:32.634Z Compiling russh v0.45.0
34592026-04-02T22:12:33.164Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-04-02T22:12:37.696Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34612026-04-02T22:12:45.000Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-04-02T22:12:45.000Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34632026-04-02T22:12:45.000Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-04-02T22:12:45.005Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-04-02T22:12:46.676Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-04-02T22:12:46.753Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-04-02T22:12:50.907Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34682026-04-02T22:13:10.554Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34692026-04-02T22:13:28.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34702026-04-02T22:13:28.808Z
34712026-04-02T22:13:28.813Zreal 1:24.102719532
34722026-04-02T22:13:28.813Zuser 8:14.298756436
34732026-04-02T22:13:28.813Zsys 1:40.964212661
34742026-04-02T22:13:28.813Ztrap 0.258758708
34752026-04-02T22:13:28.813Ztflt 0.485371936
34762026-04-02T22:13:28.813Zdflt 1.242909002
34772026-04-02T22:13:28.813Zkflt 0.000390798
34782026-04-02T22:13:28.813Zlock 29:48.407280433
34792026-04-02T22:13:28.813Zslp 19:25.876804027
34802026-04-02T22:13:28.813Zlat 42.817850900
34812026-04-02T22:13:28.813Zstop 2:53.322246577
34822026-04-02T22:13:28.813Z+ mkdir tests
34832026-04-02T22:13:28.813Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34842026-04-02T22:13:28.813Z+ xargs -I '{}' -t cp '{}' tests/
34852026-04-02T22:13:28.817Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4778aadbf0ae1902 tests/
34862026-04-02T22:13:28.846Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6680eae4c009a7d9 tests/
34872026-04-02T22:13:28.875Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-25396ffce347eb8f tests/
34882026-04-02T22:13:28.906Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b3735c398284e87 tests/
34892026-04-02T22:13:29.152Z+ 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/*)
34902026-04-02T22:13:29.160Z+ 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-6680eae4c009a7d9 tests/commtest-25396ffce347eb8f tests/dhcp_server-4778aadbf0ae1902 tests/end_to_end_tests-8b3735c398284e87 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
34912026-04-02T22:14:50.559ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34922026-04-02T22:14:50.559Za .github/buildomat/ci-env.sh 1K
34932026-04-02T22:14:50.559Za out/target/test 1K
34942026-04-02T22:14:50.559Za out/npuzone/npuzone 27402K
34952026-04-02T22:14:50.559Za package-manifest.toml 35K
34962026-04-02T22:14:50.559Za smf/sled-agent/non-gimlet/config.toml 6K
34972026-04-02T22:14:50.559Za target/release/omicron-package 40564K
34982026-04-02T22:14:50.559Za target/release/xtask 11433K
34992026-04-02T22:14:50.559Za target/debug/bootstrap 338327K
35002026-04-02T22:14:50.559Za tests/bootstrap-6680eae4c009a7d9 31310K
35012026-04-02T22:14:50.559Za tests/commtest-25396ffce347eb8f 32395K
35022026-04-02T22:14:50.559Za tests/dhcp_server-4778aadbf0ae1902 31310K
35032026-04-02T22:14:50.559Za tests/end_to_end_tests-8b3735c398284e87 380549K
35042026-04-02T22:14:50.559Za out/clickhouse.tar.gz 301708K
35052026-04-02T22:14:50.559Za out/clickhouse_keeper.tar.gz 287174K
35062026-04-02T22:14:50.559Za out/clickhouse_server.tar.gz 301707K
35072026-04-02T22:14:50.559Za out/cockroachdb.tar.gz 154193K
35082026-04-02T22:14:50.559Za out/crucible-pantry-zone.tar.gz 38996K
35092026-04-02T22:14:50.559Za out/crucible-utils.tar 17744K
35102026-04-02T22:14:50.559Za out/crucible-zone.tar.gz 53134K
35112026-04-02T22:14:50.559Za out/external-dns.tar.gz 43601K
35122026-04-02T22:14:50.559Za out/internal-dns.tar.gz 43601K
35132026-04-02T22:14:50.559Za out/mg-ddm-gz.tar 78377K
35142026-04-02T22:14:50.560Za out/nexus.tar.gz 213910K
35152026-04-02T22:14:50.560Za out/ntp.tar.gz 25426K
35162026-04-02T22:14:50.560Za out/omicron-gateway-softnpu.tar.gz 28443K
35172026-04-02T22:14:50.560Za out/omicron-sled-agent.tar 188025K
35182026-04-02T22:14:50.560Za out/overlay.tar.gz 3K
35192026-04-02T22:14:50.560Za out/oximeter.tar.gz 58100K
35202026-04-02T22:14:50.560Za out/oxlog.tar 3782K
35212026-04-02T22:14:50.560Za out/probe.tar.gz 3037K
35222026-04-02T22:14:50.560Za out/propolis-server.tar.gz 33249K
35232026-04-02T22:14:50.560Za out/pumpkind-gz.tar 26647K
35242026-04-02T22:14:50.560Za out/switch-softnpu.tar.gz 370131K
35252026-04-02T22:14:50.563Z
35262026-04-02T22:14:50.563Zreal 1:21.398296465
35272026-04-02T22:14:50.564Zuser 1:18.868122073
35282026-04-02T22:14:50.564Zsys 4.201574692
35292026-04-02T22:14:50.564Ztrap 0.007837191
35302026-04-02T22:14:50.564Ztflt 0.000000000
35312026-04-02T22:14:50.564Zdflt 0.000000000
35322026-04-02T22:14:50.564Zkflt 0.000000000
35332026-04-02T22:14:50.564Zlock 0.000000000
35342026-04-02T22:14:50.564Zslp 1:18.794920279
35352026-04-02T22:14:50.564Zlat 0.919498133
35362026-04-02T22:14:50.564Zstop 0.000260338
35372026-04-02T22:14:50.564Zprocess exited: duration 938929 ms, exit code 0
 
35382026-04-02T22:14:50.579Zfound 1 output files
35392026-04-02T22:14:50.583Zuploading: /work/package.tar.gz (2285032901 bytes)
35402026-04-02T22:15:16.161Zuploaded: /work/package.tar.gz