01KP4C3S5W7AT1RECWEZMJJAAT: 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: 01KP4C44XGWCDNRSFAA1AD36Z6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-13T21:32:47.444Zjob assigned to worker 01KP4C4CN8SANENWVCCVR7SMCX [factory aws, i-0edfc7789c54f8d99] (queued for 53 s)
 
22026-04-13T21:32:54.861Zstarting task 0: "setup"
32026-04-13T21:32:54.866Z++ uname -s
42026-04-13T21:32:54.869Z+ kern=SunOS
52026-04-13T21:32:54.869Z+ build_user=build
62026-04-13T21:32:54.869Z+ build_uid=12345
72026-04-13T21:32:54.869Z+ work_dir=/work
82026-04-13T21:32:54.869Z+ input_dir=/input
92026-04-13T21:32:54.869Z+ [[ 0 == 12345 ]]
102026-04-13T21:32:54.869Z+ case "$kern" in
112026-04-13T21:32:54.869Z+ groupadd -g 12345 build
122026-04-13T21:32:54.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-13T21:32:56.880Z+ zfs create -o mountpoint=/work rpool/work
142026-04-13T21:32:56.946Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-13T21:32:56.949Z+ home_fs=zfs
162026-04-13T21:32:56.949Z+ [[ zfs == autofs ]]
172026-04-13T21:32:56.949Z+ mkdir -p /home/build
182026-04-13T21:32:56.952Z+ chown build:build /home/build /work
192026-04-13T21:32:58.952Z+ chmod 0700 /home/build /work
202026-04-13T21:32:58.956Zprocess exited: duration 4097 ms, exit code 0
 
212026-04-13T21:32:58.962Zstarting task 1: "rust-toolchain"
222026-04-13T21:32:58.969Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-13T21:32:58.969Z * rust toolchain channel = "1.94.0"
242026-04-13T21:32:58.969Z * rust toolchain profile = "default"
252026-04-13T21:32:58.969Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-13T21:32:58.969Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-13T21:32:58.969Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-13T21:32:58.972Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-13T21:32:58.972Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-13T21:32:59.100Zinfo: downloading installer
312026-04-13T21:33:00.643Zwarn: It looks like you have an existing installation of Rust at:
322026-04-13T21:33:00.643Zwarn: /opt/ooce/bin
332026-04-13T21:33:00.643Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-13T21:33:00.643Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-13T21:33:00.643Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-13T21:33:00.643Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-13T21:33:00.643Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-13T21:33:00.643Zerror: cannot install while Rust is installed
392026-04-13T21:33:00.643Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-13T21:33:00.643Zwarn: It looks like you have an existing rustup settings file at:
412026-04-13T21:33:00.643Zwarn: /home/build/.rustup/settings.toml
422026-04-13T21:33:00.643Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-13T21:33:00.643Zwarn: instead of the one inferred from the default host triple.
442026-04-13T21:33:00.683Zinfo: profile set to default
452026-04-13T21:33:00.683Zinfo: default host triple is x86_64-unknown-illumos
462026-04-13T21:33:00.686Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-13T21:33:00.829Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-13T21:33:00.833Zinfo: downloading 6 components
492026-04-13T21:33:15.345Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-13T21:33:15.345Z
512026-04-13T21:33:15.383Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-13T21:33:15.383Z
532026-04-13T21:33:15.383Z
542026-04-13T21:33:15.383ZRust is installed now. Great!
552026-04-13T21:33:15.383Z
562026-04-13T21:33:15.383ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-13T21:33:15.383Zenvironment variable. This has not been done automatically.
582026-04-13T21:33:15.383Z
592026-04-13T21:33:15.383ZTo configure your current shell, you need to source
602026-04-13T21:33:15.383Zthe corresponding env file under $HOME/.cargo.
612026-04-13T21:33:15.383Z
622026-04-13T21:33:15.387ZThis is usually done by running one of the following (note the leading DOT):
632026-04-13T21:33:15.387Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-13T21:33:15.387Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-13T21:33:15.387Zsource "~/.cargo/env.nu" # For nushell
662026-04-13T21:33:15.387Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-13T21:33:15.387Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-13T21:33:15.387Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-13T21:33:15.387Zwarn: no default linker (`cc`) was found in your PATH
702026-04-13T21:33:15.387Zwarn: many Rust crates require a system C toolchain to build
712026-04-13T21:33:15.488Z+ rustup --version
722026-04-13T21:33:15.495Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-13T21:33:15.499Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-13T21:33:15.518Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-13T21:33:15.522Z+ cargo --version
762026-04-13T21:33:15.530Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-13T21:33:15.533Z+ rustc --version
782026-04-13T21:33:15.555Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-13T21:33:15.559Zprocess exited: duration 16593 ms, exit code 0
 
802026-04-13T21:33:15.566Zstarting task 2: "authentication"
812026-04-13T21:33:15.584Zprocess exited: duration 18 ms, exit code 0
 
822026-04-13T21:33:15.591Zstarting task 3: "clone repository"
832026-04-13T21:33:15.595Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-13T21:33:15.598Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-13T21:33:15.744ZCloning into '/work/oxidecomputer/omicron'...
862026-04-13T21:33:26.479Z+ cd /work/oxidecomputer/omicron
872026-04-13T21:33:26.479Z+ git fetch origin 2de9271e912e9e63abd00d905268b2dc75bd9f23
882026-04-13T21:33:26.808ZFrom https://github.com/oxidecomputer/omicron
892026-04-13T21:33:26.808Z * branch 2de9271e912e9e63abd00d905268b2dc75bd9f23 -> FETCH_HEAD
902026-04-13T21:33:26.820Z+ [[ -n spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix ]]
912026-04-13T21:33:26.824Z++ git branch --show-current
922026-04-13T21:33:26.827Z+ current=main
932026-04-13T21:33:26.827Z+ [[ main != spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix ]]
942026-04-13T21:33:26.827Z+ git branch -f spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix 2de9271e912e9e63abd00d905268b2dc75bd9f23
952026-04-13T21:33:26.830Z+ git checkout -f spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix
962026-04-13T21:33:27.064ZSwitched to branch 'spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix'
972026-04-13T21:33:27.067Z+ git reset --hard 2de9271e912e9e63abd00d905268b2dc75bd9f23
982026-04-13T21:33:27.082ZHEAD is now at 2de9271e9 [jj-spr] initial version
992026-04-13T21:33:27.086Zprocess exited: duration 11491 ms, exit code 0
 
1002026-04-13T21:33:27.092Zstarting task 4: "build"
1012026-04-13T21:33:27.098Z+ source .github/buildomat/ci-env.sh
1022026-04-13T21:33:27.098Z++ export CARGO_TERM_COLOR=always
1032026-04-13T21:33:27.098Z++ CARGO_TERM_COLOR=always
1042026-04-13T21:33:27.098Z+ cargo --version
1052026-04-13T21:33:27.109Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-13T21:33:27.112Z+ rustc --version
1072026-04-13T21:33:27.133Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-13T21:33:27.136Z+ WORK=/work
1092026-04-13T21:33:27.136Z+ pfexec mkdir -p /work
1102026-04-13T21:33:27.139Z+ pfexec chown build /work
1112026-04-13T21:33:27.143Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-13T21:33:37.291Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-13T21:33:44.550Z Startup: Caching catalogs ... Done
1142026-04-13T21:33:49.865ZPlanning: Solver setup ... Done (3.912s)
1152026-04-13T21:33:49.891ZPlanning: Running solver ... Done (0.027s)
1162026-04-13T21:33:50.017ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-13T21:33:50.040ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-13T21:33:50.736ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-13T21:33:51.089ZPlanning: Package planning ... Done (0.353s)
1202026-04-13T21:33:51.118ZPlanning: Merging actions ... Done (0.028s)
1212026-04-13T21:33:51.312ZPlanning: Checking for conflicting actions ... Done (0.194s)
1222026-04-13T21:33:51.320ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-04-13T21:33:52.523ZPlanning: Evaluating mediators ... Done (1.203s)
1242026-04-13T21:33:52.530ZPlanning: Planning completed in 7.81 seconds
1252026-04-13T21:33:52.545Z Packages to install: 4
1262026-04-13T21:33:52.545Z Mediators to change: 2
1272026-04-13T21:33:52.545Z Services to change: 1
1282026-04-13T21:33:52.545Z Estimated space available: 155.35 GB
1292026-04-13T21:33:52.545ZEstimated space to be consumed: 1.85 GB
1302026-04-13T21:33:52.548Z Create boot environment: No
1312026-04-13T21:33:52.549ZCreate backup boot environment: No
1322026-04-13T21:33:52.549Z Rebuild boot archive: No
1332026-04-13T21:33:52.549Z
1342026-04-13T21:33:52.549ZChanged mediators:
1352026-04-13T21:33:52.549Z mediator clang:
1362026-04-13T21:33:52.549Z version: None -> 15 (system default)
1372026-04-13T21:33:52.549Z
1382026-04-13T21:33:52.549Z mediator llvm:
1392026-04-13T21:33:52.549Z version: 14 (system default) -> 15 (system default)
1402026-04-13T21:33:52.549Z
1412026-04-13T21:33:52.549ZChanged packages:
1422026-04-13T21:33:52.549Zhelios-dev
1432026-04-13T21:33:52.549Z developer/build-essential
1442026-04-13T21:33:52.549Z None -> 11-2.0
1452026-04-13T21:33:52.549Z library/libxmlsec1
1462026-04-13T21:33:52.549Z None -> 1.2.35-2.0
1472026-04-13T21:33:52.549Z ooce/developer/clang-15
1482026-04-13T21:33:52.549Z None -> 15.0.7-2.0
1492026-04-13T21:33:52.549Z ooce/developer/llvm-15
1502026-04-13T21:33:52.549Z None -> 15.0.7-2.0
1512026-04-13T21:33:52.549Z
1522026-04-13T21:33:52.549ZServices:
1532026-04-13T21:33:52.549Z restart_fmri:
1542026-04-13T21:33:52.549Z svc:/system/update-man-index:default
1552026-04-13T21:33:52.603Z
1562026-04-13T21:33:52.604ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-13T21:33:57.605ZDownload: 1191/3290 items 83.5/212.6MB 39% complete (18.7M/s)
1582026-04-13T21:34:02.605ZDownload: 3113/3290 items 133.9/212.6MB 63% complete (13.3M/s)
1592026-04-13T21:34:04.220ZDownload: Completed 212.60 MB in 11.61 seconds (18.3M/s)
1602026-04-13T21:34:05.925Z Actions: 1/3689 actions (Installing new actions)
1612026-04-13T21:34:09.304Z Actions: Completed 3689 actions in 3.39 seconds.
1622026-04-13T21:34:09.593Z Done (0.285s)
1632026-04-13T21:34:09.593Z Done (0.000s)
1642026-04-13T21:34:10.221Z Done (0.627s)
1652026-04-13T21:34:13.738Z Done (3.166s)
1662026-04-13T21:34:13.818Z Done (0.014s)
1672026-04-13T21:34:13.821Z Done (0.000s)
1682026-04-13T21:34:13.995Z Done (0.000s)
1692026-04-13T21:34:14.854ZPlanning: Evaluating mediator changes ... Done
1702026-04-13T21:34:14.961ZPlanning: Checking for conflicting actions ... Done
1712026-04-13T21:34:14.965ZPlanning: Consolidating action changes ... Done
1722026-04-13T21:34:15.119ZPlanning: Evaluating mediators ... Done
1732026-04-13T21:34:15.122ZPlanning: Planning completed in 0.27 seconds
1742026-04-13T21:34:15.140Z Mediators to change: 2
1752026-04-13T21:34:15.140Z Create boot environment: No
1762026-04-13T21:34:15.140ZCreate backup boot environment: No
1772026-04-13T21:34:15.182Z Done
1782026-04-13T21:34:15.182Z Done
1792026-04-13T21:34:15.793Z Done
1802026-04-13T21:34:18.375Z Done
1812026-04-13T21:34:18.448Z Done
1822026-04-13T21:34:18.452Z Done
1832026-04-13T21:34:18.586Z Done
1842026-04-13T21:34:18.983ZPlanning: Evaluating mediator changes ... Done
1852026-04-13T21:34:18.987ZPlanning: Merging actions ... Done
1862026-04-13T21:34:19.122ZPlanning: Checking for conflicting actions ... Done
1872026-04-13T21:34:19.126ZPlanning: Consolidating action changes ... Done
1882026-04-13T21:34:19.261ZPlanning: Evaluating mediators ... Done
1892026-04-13T21:34:19.289ZPlanning: Planning completed in 0.44 seconds
1902026-04-13T21:34:19.313Z Packages to change: 1
1912026-04-13T21:34:19.313Z Mediators to change: 1
1922026-04-13T21:34:19.313Z Services to change: 1
1932026-04-13T21:34:19.313Z Create boot environment: No
1942026-04-13T21:34:19.313ZCreate backup boot environment: Yes
1952026-04-13T21:34:21.709Z Actions: 1/6 actions (Updating modified actions)
1962026-04-13T21:34:21.723Z Actions: Completed 6 actions in 0.01 seconds.
1972026-04-13T21:34:21.726Z Done
1982026-04-13T21:34:21.726Z Done
1992026-04-13T21:34:21.866Z Done
2002026-04-13T21:34:24.530Z Done
2012026-04-13T21:34:24.602Z Done
2022026-04-13T21:34:24.605Z Done
2032026-04-13T21:34:24.747Z Done
2042026-04-13T21:34:25.049ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-13T21:34:25.049Zclang system 15 system
2062026-04-13T21:34:25.049Zcsh system system illumos
2072026-04-13T21:34:25.049Zctags system system illumos
2082026-04-13T21:34:25.049Zfile system system illumos
2092026-04-13T21:34:25.049Zgcc vendor 12 vendor
2102026-04-13T21:34:25.049Zgcc system 14 system
2112026-04-13T21:34:25.049Zgcc system 10 system
2122026-04-13T21:34:25.049Zgo system 1.20 system
2132026-04-13T21:34:25.049Zgo system 1.19 system
2142026-04-13T21:34:25.049Zllvm system 15 system
2152026-04-13T21:34:25.049Zllvm system 14 system
2162026-04-13T21:34:25.049Zmariadb system 10.6 system
2172026-04-13T21:34:25.049Zmta vendor vendor dma
2182026-04-13T21:34:25.049Zopenjdk system 17 system
2192026-04-13T21:34:25.049Zopenjdk system 11 system
2202026-04-13T21:34:25.049Zopenjdk system 1.8 system
2212026-04-13T21:34:25.049Zopenssl vendor 3 vendor
2222026-04-13T21:34:25.049Zperl system 5.36 system
2232026-04-13T21:34:25.049Zpostgresql system 15 system
2242026-04-13T21:34:25.049Zpostgresql system 13 system
2252026-04-13T21:34:25.050Zpython vendor 3 vendor
2262026-04-13T21:34:25.050Zpython system 2 system
2272026-04-13T21:34:25.050Zpython3 system 3.11 system
2282026-04-13T21:34:25.050Zruby system 3.0 system
2292026-04-13T21:34:25.050Zwords vendor vendor american-english
2302026-04-13T21:34:25.050Zwords system system australian-english
2312026-04-13T21:34:25.050Zwords system system british-english
2322026-04-13T21:34:25.050Zwords system system canadian-english
2332026-04-13T21:34:25.050Zwords system system french
2342026-04-13T21:34:25.050Zwords system system italian
2352026-04-13T21:34:25.050Zwords system system ngerman
2362026-04-13T21:34:25.050Zwords system system ogerman
2372026-04-13T21:34:25.050Zwords system system spanish
2382026-04-13T21:34:25.278ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-13T21:34:25.278Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-13T21:34:29.781ZFMRI IFO
2412026-04-13T21:34:29.781Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-13T21:34:29.781Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-13T21:34:29.781Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-13T21:34:29.781Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-13T21:34:29.781Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-13T21:34:29.781Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-13T21:34:29.781Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-04-13T21:34:29.781Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-04-13T21:34:29.781Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-04-13T21:34:29.781Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-04-13T21:34:29.781Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-04-13T21:34:29.781Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-04-13T21:34:29.781Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-04-13T21:34:29.781Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-04-13T21:34:29.781Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-04-13T21:34:29.781Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-04-13T21:34:30.938Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-04-13T21:34:31.301Z Updating crates.io index
2592026-04-13T21:34:31.305Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-04-13T21:34:31.792Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-04-13T21:34:32.088Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-04-13T21:34:32.454Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-04-13T21:34:34.330Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-04-13T21:34:34.799Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-04-13T21:34:36.150Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-04-13T21:34:36.838Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-04-13T21:34:37.258Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-04-13T21:34:37.997Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-04-13T21:34:38.361Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-04-13T21:34:38.682Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-04-13T21:34:39.014Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-04-13T21:34:40.056Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-04-13T21:34:40.640Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-04-13T21:34:40.979Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-04-13T21:34:41.259Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-04-13T21:34:41.649Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-04-13T21:34:42.015Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-04-13T21:34:42.240Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-04-13T21:34:42.493Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-04-13T21:34:42.917Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-04-13T21:34:43.425Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-04-13T21:34:43.904Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-04-13T21:34:44.148Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-04-13T21:34:44.461Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-04-13T21:34:45.596Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-04-13T21:34:46.164Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-13T21:34:46.683Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-04-13T21:34:47.168Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-04-13T21:34:47.451Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-04-13T21:34:47.814Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-04-13T21:34:48.180Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-04-13T21:34:48.475Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-04-13T21:34:48.955Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-04-13T21:34:49.221Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-04-13T21:34:49.471Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-04-13T21:34:49.881Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-04-13T21:35:01.364Z Downloading crates ...
2982026-04-13T21:35:01.429Z Downloaded serde_core v1.0.228
2992026-04-13T21:35:01.432Z Downloaded serde_spanned v0.6.9
3002026-04-13T21:35:01.432Z Downloaded icu_locale_core v2.1.1
3012026-04-13T21:35:01.435Z Downloaded autocfg v1.5.0
3022026-04-13T21:35:01.439Z Downloaded thiserror-impl v2.0.18
3032026-04-13T21:35:01.439Z Downloaded indexmap v2.13.0
3042026-04-13T21:35:01.442Z Downloaded anstyle-parse v0.2.7
3052026-04-13T21:35:01.445Z Downloaded heck v0.5.0
3062026-04-13T21:35:01.445Z Downloaded zerocopy-derive v0.7.35
3072026-04-13T21:35:01.448Z Downloaded getrandom v0.3.4
3082026-04-13T21:35:01.448Z Downloaded crypto-common v0.1.7
3092026-04-13T21:35:01.452Z Downloaded textwrap v0.16.2
3102026-04-13T21:35:01.452Z Downloaded usdt-macro v0.5.0
3112026-04-13T21:35:01.452Z Downloaded usdt-attr-macro v0.5.0
3122026-04-13T21:35:01.452Z Downloaded unicode-xid v0.2.6
3132026-04-13T21:35:01.455Z Downloaded icu_provider v2.1.1
3142026-04-13T21:35:01.455Z Downloaded utf8parse v0.2.2
3152026-04-13T21:35:01.455Z Downloaded anstyle-query v1.1.5
3162026-04-13T21:35:01.456Z Downloaded anstream v0.6.21
3172026-04-13T21:35:01.459Z Downloaded yoke-derive v0.8.1
3182026-04-13T21:35:01.459Z Downloaded yoke v0.8.1
3192026-04-13T21:35:01.459Z Downloaded toml_datetime v0.6.11
3202026-04-13T21:35:01.462Z Downloaded typeid v1.0.3
3212026-04-13T21:35:01.462Z Downloaded cpufeatures v0.2.17
3222026-04-13T21:35:01.462Z Downloaded toml_write v0.1.2
3232026-04-13T21:35:01.462Z Downloaded litemap v0.8.1
3242026-04-13T21:35:01.465Z Downloaded usdt v0.5.0
3252026-04-13T21:35:01.465Z Downloaded thread-id v4.2.2
3262026-04-13T21:35:01.468Z Downloaded smallvec v1.15.1
3272026-04-13T21:35:01.468Z Downloaded tempfile v3.25.0
3282026-04-13T21:35:01.472Z Downloaded memchr v2.8.0
3292026-04-13T21:35:01.472Z Downloaded zerofrom v0.1.6
3302026-04-13T21:35:01.475Z Downloaded fastrand v2.3.0
3312026-04-13T21:35:01.478Z Downloaded erased-serde v0.4.9
3322026-04-13T21:35:01.478Z Downloaded utf8_iter v1.0.4
3332026-04-13T21:35:01.482Z Downloaded thiserror v2.0.18
3342026-04-13T21:35:01.482Z Downloaded zerofrom-derive v0.1.6
3352026-04-13T21:35:01.485Z Downloaded proc-macro2 v1.0.106
3362026-04-13T21:35:01.485Z Downloaded unicode-linebreak v0.1.5
3372026-04-13T21:35:01.485Z Downloaded once_cell v1.21.3
3382026-04-13T21:35:01.489Z Downloaded zerovec-derive v0.11.2
3392026-04-13T21:35:01.489Z Downloaded tinystr v0.8.2
3402026-04-13T21:35:01.489Z Downloaded thiserror-impl v1.0.69
3412026-04-13T21:35:01.489Z Downloaded clap_derive v4.5.55
3422026-04-13T21:35:01.492Z Downloaded scroll_derive v0.12.1
3432026-04-13T21:35:01.492Z Downloaded zmij v1.0.21
3442026-04-13T21:35:01.492Z Downloaded usdt-impl v0.5.0
3452026-04-13T21:35:01.496Z Downloaded serde-value v0.7.0
3462026-04-13T21:35:01.496Z Downloaded bytecount v0.6.9
3472026-04-13T21:35:01.496Z Downloaded writeable v0.6.2
3482026-04-13T21:35:01.501Z Downloaded itoa v1.0.17
3492026-04-13T21:35:01.501Z Downloaded clap_lex v1.0.0
3502026-04-13T21:35:01.501Z Downloaded plain v0.2.3
3512026-04-13T21:35:01.501Z Downloaded version_check v0.9.5
3522026-04-13T21:35:01.501Z Downloaded proc-macro-error-attr v1.0.4
3532026-04-13T21:35:01.504Z Downloaded pretty-hex v0.4.1
3542026-04-13T21:35:01.504Z Downloaded terminal_size v0.4.3
3552026-04-13T21:35:01.504Z Downloaded equivalent v1.0.2
3562026-04-13T21:35:01.508Z Downloaded thiserror v1.0.69
3572026-04-13T21:35:01.511Z Downloaded ucd-trie v0.1.7
3582026-04-13T21:35:01.511Z Downloaded fs-err v3.3.0
3592026-04-13T21:35:01.511Z Downloaded is_terminal_polyfill v1.70.2
3602026-04-13T21:35:01.514Z Downloaded cfg-if v1.0.4
3612026-04-13T21:35:01.514Z Downloaded unicode-ident v1.0.24
3622026-04-13T21:35:01.517Z Downloaded percent-encoding v2.3.2
3632026-04-13T21:35:01.518Z Downloaded macaddr v1.0.1
3642026-04-13T21:35:01.521Z Downloaded heck v0.4.1
3652026-04-13T21:35:01.525Z Downloaded stable_deref_trait v1.2.1
3662026-04-13T21:35:01.526Z Downloaded dtrace-parser v0.2.0
3672026-04-13T21:35:01.526Z Downloaded toml v0.8.23
3682026-04-13T21:35:01.529Z Downloaded typenum v1.19.0
3692026-04-13T21:35:01.529Z Downloaded zerotrie v0.2.3
3702026-04-13T21:35:01.532Z Downloaded ordered-float v2.10.1
3712026-04-13T21:35:01.532Z Downloaded toml_edit v0.22.27
3722026-04-13T21:35:01.535Z Downloaded strsim v0.11.1
3732026-04-13T21:35:01.535Z Downloaded generic-array v0.14.7
3742026-04-13T21:35:01.535Z Downloaded form_urlencoded v1.2.2
3752026-04-13T21:35:01.535Z Downloaded colorchoice v1.0.4
3762026-04-13T21:35:01.538Z Downloaded serde-untagged v0.1.9
3772026-04-13T21:35:01.538Z Downloaded swrite v0.1.0
3782026-04-13T21:35:01.538Z Downloaded cargo-platform v0.2.0
3792026-04-13T21:35:01.542Z Downloaded memmap v0.7.0
3802026-04-13T21:35:01.542Z Downloaded url v2.5.8
3812026-04-13T21:35:01.545Z Downloaded block-buffer v0.10.4
3822026-04-13T21:35:01.545Z Downloaded scroll v0.12.0
3832026-04-13T21:35:01.545Z Downloaded smawk v0.3.2
3842026-04-13T21:35:01.545Z Downloaded byteorder v1.5.0
3852026-04-13T21:35:01.550Z Downloaded fnv v1.0.7
3862026-04-13T21:35:01.553Z Downloaded potential_utf v0.1.4
3872026-04-13T21:35:01.553Z Downloaded tabled_derive v0.7.0
3882026-04-13T21:35:01.557Z Downloaded zerovec v0.11.5
3892026-04-13T21:35:01.560Z Downloaded dof v0.3.0
3902026-04-13T21:35:01.560Z Downloaded errno v0.3.14
3912026-04-13T21:35:01.563Z Downloaded camino-tempfile v1.4.1
3922026-04-13T21:35:01.563Z Downloaded zerocopy v0.7.35
3932026-04-13T21:35:01.569Z Downloaded winnow v0.7.14
3942026-04-13T21:35:01.574Z Downloaded pest_generator v2.8.6
3952026-04-13T21:35:01.577Z Downloaded idna_adapter v1.2.1
3962026-04-13T21:35:01.578Z Downloaded icu_normalizer_data v2.1.1
3972026-04-13T21:35:01.578Z Downloaded unicode-width v0.2.0
3982026-04-13T21:35:01.581Z Downloaded unicode-width v0.1.14
3992026-04-13T21:35:01.584Z Downloaded sha2 v0.10.9
4002026-04-13T21:35:01.584Z Downloaded cargo_toml v0.21.0
4012026-04-13T21:35:01.587Z Downloaded digest v0.10.7
4022026-04-13T21:35:01.587Z Downloaded icu_collections v2.1.1
4032026-04-13T21:35:01.590Z Downloaded cargo_metadata v0.21.0
4042026-04-13T21:35:01.591Z Downloaded anstyle v1.0.13
4052026-04-13T21:35:01.591Z Downloaded semver v1.0.27
4062026-04-13T21:35:01.594Z Downloaded synstructure v0.13.2
4072026-04-13T21:35:01.594Z Downloaded proc-macro-error v1.0.4
4082026-04-13T21:35:01.594Z Downloaded displaydoc v0.2.5
4092026-04-13T21:35:01.597Z Downloaded anyhow v1.0.102
4102026-04-13T21:35:01.605Z Downloaded cargo-util-schemas v0.8.2
4112026-04-13T21:35:01.608Z Downloaded serde_tokenstream v0.2.3
4122026-04-13T21:35:01.608Z Downloaded pest_derive v2.8.6
4132026-04-13T21:35:01.611Z Downloaded log v0.4.29
4142026-04-13T21:35:01.614Z Downloaded quote v1.0.44
4152026-04-13T21:35:01.619Z Downloaded papergrid v0.11.0
4162026-04-13T21:35:01.622Z Downloaded num-traits v0.2.19
4172026-04-13T21:35:01.625Z Downloaded icu_properties v2.1.2
4182026-04-13T21:35:01.628Z Downloaded icu_normalizer v2.1.1
4192026-04-13T21:35:01.632Z Downloaded bitflags v2.11.0
4202026-04-13T21:35:01.635Z Downloaded clap v4.5.60
4212026-04-13T21:35:01.639Z Downloaded camino v1.2.2
4222026-04-13T21:35:01.645Z Downloaded serde_derive v1.0.228
4232026-04-13T21:35:01.652Z Downloaded pest_meta v2.8.6
4242026-04-13T21:35:01.660Z Downloaded idna v1.1.0
4252026-04-13T21:35:01.665Z Downloaded serde v1.0.228
4262026-04-13T21:35:01.686Z Downloaded pest v2.8.6
4272026-04-13T21:35:01.709Z Downloaded icu_properties_data v2.1.2
4282026-04-13T21:35:01.715Z Downloaded clap_builder v4.5.60
4292026-04-13T21:35:01.719Z Downloaded hashbrown v0.16.1
4302026-04-13T21:35:01.723Z Downloaded serde_json v1.0.149
4312026-04-13T21:35:01.726Z Downloaded goblin v0.8.2
4322026-04-13T21:35:01.730Z Downloaded tabled v0.15.0
4332026-04-13T21:35:01.738Z Downloaded syn v1.0.109
4342026-04-13T21:35:01.750Z Downloaded syn v2.0.117
4352026-04-13T21:35:01.765Z Downloaded rustix v1.1.3
4362026-04-13T21:35:01.788Z Downloaded libc v0.2.180
4372026-04-13T21:35:01.855Z Compiling proc-macro2 v1.0.106
4382026-04-13T21:35:01.859Z Compiling quote v1.0.44
4392026-04-13T21:35:01.859Z Compiling unicode-ident v1.0.24
4402026-04-13T21:35:01.859Z Compiling serde_core v1.0.228
4412026-04-13T21:35:01.859Z Compiling libc v0.2.180
4422026-04-13T21:35:01.859Z Compiling version_check v0.9.5
4432026-04-13T21:35:01.859Z Compiling stable_deref_trait v1.2.1
4442026-04-13T21:35:01.860Z Compiling serde v1.0.228
4452026-04-13T21:35:01.860Z Compiling memchr v2.8.0
4462026-04-13T21:35:01.860Z Compiling zmij v1.0.21
4472026-04-13T21:35:02.037Z Compiling autocfg v1.5.0
4482026-04-13T21:35:02.040Z Compiling itoa v1.0.17
4492026-04-13T21:35:02.052Z Compiling thiserror v1.0.69
4502026-04-13T21:35:02.055Z Compiling ucd-trie v0.1.7
4512026-04-13T21:35:02.055Z Compiling litemap v0.8.1
4522026-04-13T21:35:02.307Z Compiling writeable v0.6.2
4532026-04-13T21:35:02.324Z Compiling rustix v1.1.3
4542026-04-13T21:35:02.434Z Compiling icu_normalizer_data v2.1.1
4552026-04-13T21:35:02.455Z Compiling byteorder v1.5.0
4562026-04-13T21:35:02.473Z Compiling pest v2.8.6
4572026-04-13T21:35:02.516Z Compiling icu_properties_data v2.1.2
4582026-04-13T21:35:02.700Z Compiling serde_json v1.0.149
4592026-04-13T21:35:02.796Z Compiling bitflags v2.11.0
4602026-04-13T21:35:02.836Z Compiling num-traits v0.2.19
4612026-04-13T21:35:02.953Z Compiling hashbrown v0.16.1
4622026-04-13T21:35:03.085Z Compiling equivalent v1.0.2
4632026-04-13T21:35:03.103Z Compiling smallvec v1.15.1
4642026-04-13T21:35:03.125Z Compiling typeid v1.0.3
4652026-04-13T21:35:03.150Z Compiling usdt-impl v0.5.0
4662026-04-13T21:35:03.315Z Compiling proc-macro-error-attr v1.0.4
4672026-04-13T21:35:03.315Z Compiling syn v1.0.109
4682026-04-13T21:35:03.353Z Compiling toml_write v0.1.2
4692026-04-13T21:35:03.374Z Compiling erased-serde v0.4.9
4702026-04-13T21:35:03.415Z Compiling winnow v0.7.14
4712026-04-13T21:35:03.511Z Compiling proc-macro-error v1.0.4
4722026-04-13T21:35:03.572Z Compiling indexmap v2.13.0
4732026-04-13T21:35:03.611Z Compiling camino v1.2.2
4742026-04-13T21:35:03.615Z Compiling utf8_iter v1.0.4
4752026-04-13T21:35:03.650Z Compiling pest_meta v2.8.6
4762026-04-13T21:35:03.689Z Compiling plain v0.2.3
4772026-04-13T21:35:03.751Z Compiling errno v0.3.14
4782026-04-13T21:35:03.770Z Compiling thread-id v4.2.2
4792026-04-13T21:35:03.814Z Compiling percent-encoding v2.3.2
4802026-04-13T21:35:03.818Z Compiling log v0.4.29
4812026-04-13T21:35:03.856Z Compiling thiserror v2.0.18
4822026-04-13T21:35:03.860Z Compiling utf8parse v0.2.2
4832026-04-13T21:35:03.897Z Compiling getrandom v0.3.4
4842026-04-13T21:35:03.999Z Compiling form_urlencoded v1.2.2
4852026-04-13T21:35:04.038Z Compiling anstyle-parse v0.2.7
4862026-04-13T21:35:04.058Z Compiling ordered-float v2.10.1
4872026-04-13T21:35:04.099Z Compiling anstyle-query v1.1.5
4882026-04-13T21:35:04.160Z Compiling syn v2.0.117
4892026-04-13T21:35:04.232Z Compiling cfg-if v1.0.4
4902026-04-13T21:35:04.267Z Compiling colorchoice v1.0.4
4912026-04-13T21:35:04.288Z Compiling pretty-hex v0.4.1
4922026-04-13T21:35:04.347Z Compiling is_terminal_polyfill v1.70.2
4932026-04-13T21:35:04.350Z Compiling anstyle v1.0.13
4942026-04-13T21:35:04.427Z Compiling fs-err v3.3.0
4952026-04-13T21:35:04.470Z Compiling fastrand v2.3.0
4962026-04-13T21:35:04.491Z Compiling unicode-width v0.1.14
4972026-04-13T21:35:04.523Z Compiling heck v0.4.1
4982026-04-13T21:35:04.542Z Compiling bytecount v0.6.9
4992026-04-13T21:35:04.629Z Compiling anstream v0.6.21
5002026-04-13T21:35:04.675Z Compiling unicode-xid v0.2.6
5012026-04-13T21:35:04.814Z Compiling anyhow v1.0.102
5022026-04-13T21:35:04.838Z Compiling clap_lex v1.0.0
5032026-04-13T21:35:04.838Z Compiling strsim v0.11.1
5042026-04-13T21:35:04.876Z Compiling terminal_size v0.4.3
5052026-04-13T21:35:04.881Z Compiling fnv v1.0.7
5062026-04-13T21:35:04.916Z Compiling once_cell v1.21.3
5072026-04-13T21:35:05.060Z Compiling semver v1.0.27
5082026-04-13T21:35:05.084Z Compiling heck v0.5.0
5092026-04-13T21:35:05.126Z Compiling tempfile v3.25.0
5102026-04-13T21:35:05.150Z Compiling clap_builder v4.5.60
5112026-04-13T21:35:05.184Z Compiling papergrid v0.11.0
5122026-04-13T21:35:05.283Z Compiling memmap v0.7.0
5132026-04-13T21:35:05.361Z Compiling unicode-linebreak v0.1.5
5142026-04-13T21:35:05.394Z Compiling smawk v0.3.2
5152026-04-13T21:35:05.461Z Compiling serde-untagged v0.1.9
5162026-04-13T21:35:05.483Z Compiling unicode-width v0.2.0
5172026-04-13T21:35:05.544Z Compiling camino-tempfile v1.4.1
5182026-04-13T21:35:05.568Z Compiling swrite v0.1.0
5192026-04-13T21:35:05.606Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-04-13T21:35:05.755Z Compiling textwrap v0.16.2
5212026-04-13T21:35:06.040Z Compiling tabled_derive v0.7.0
5222026-04-13T21:35:06.744Z Compiling tabled v0.15.0
5232026-04-13T21:35:06.874Z Compiling synstructure v0.13.2
5242026-04-13T21:35:06.874Z Compiling pest_generator v2.8.6
5252026-04-13T21:35:07.405Z Compiling serde_derive v1.0.228
5262026-04-13T21:35:07.405Z Compiling zerofrom-derive v0.1.6
5272026-04-13T21:35:07.405Z Compiling yoke-derive v0.8.1
5282026-04-13T21:35:07.409Z Compiling zerovec-derive v0.11.2
5292026-04-13T21:35:07.409Z Compiling displaydoc v0.2.5
5302026-04-13T21:35:07.409Z Compiling thiserror-impl v1.0.69
5312026-04-13T21:35:07.409Z Compiling zerocopy-derive v0.7.35
5322026-04-13T21:35:07.409Z Compiling scroll_derive v0.12.1
5332026-04-13T21:35:07.409Z Compiling thiserror-impl v2.0.18
5342026-04-13T21:35:07.409Z Compiling clap_derive v4.5.55
5352026-04-13T21:35:07.522Z Compiling pest_derive v2.8.6
5362026-04-13T21:35:08.139Z Compiling scroll v0.12.0
5372026-04-13T21:35:08.221Z Compiling zerocopy v0.7.35
5382026-04-13T21:35:08.380Z Compiling goblin v0.8.2
5392026-04-13T21:35:08.399Z Compiling zerofrom v0.1.6
5402026-04-13T21:35:08.522Z Compiling yoke v0.8.1
5412026-04-13T21:35:08.688Z Compiling zerovec v0.11.5
5422026-04-13T21:35:08.688Z Compiling zerotrie v0.2.3
5432026-04-13T21:35:08.707Z Compiling dtrace-parser v0.2.0
5442026-04-13T21:35:08.867Z Compiling clap v4.5.60
5452026-04-13T21:35:09.123Z Compiling tinystr v0.8.2
5462026-04-13T21:35:09.123Z Compiling potential_utf v0.1.4
5472026-04-13T21:35:09.245Z Compiling icu_collections v2.1.1
5482026-04-13T21:35:09.299Z Compiling icu_locale_core v2.1.1
5492026-04-13T21:35:09.901Z Compiling icu_provider v2.1.1
5502026-04-13T21:35:10.109Z Compiling icu_normalizer v2.1.1
5512026-04-13T21:35:10.109Z Compiling icu_properties v2.1.2
5522026-04-13T21:35:10.128Z Compiling dof v0.3.0
5532026-04-13T21:35:10.132Z Compiling serde_tokenstream v0.2.3
5542026-04-13T21:35:10.147Z Compiling serde_spanned v0.6.9
5552026-04-13T21:35:10.150Z Compiling toml_datetime v0.6.11
5562026-04-13T21:35:10.150Z Compiling serde-value v0.7.0
5572026-04-13T21:35:10.150Z Compiling cargo-platform v0.2.0
5582026-04-13T21:35:10.150Z Compiling macaddr v1.0.1
5592026-04-13T21:35:10.453Z Compiling toml_edit v0.22.27
5602026-04-13T21:35:10.887Z Compiling usdt-attr-macro v0.5.0
5612026-04-13T21:35:10.887Z Compiling usdt-macro v0.5.0
5622026-04-13T21:35:10.986Z Compiling idna_adapter v1.2.1
5632026-04-13T21:35:11.099Z Compiling idna v1.1.0
5642026-04-13T21:35:11.381Z Compiling url v2.5.8
5652026-04-13T21:35:11.509Z Compiling usdt v0.5.0
5662026-04-13T21:35:11.748Z Compiling toml v0.8.23
5672026-04-13T21:35:12.086Z Compiling cargo-util-schemas v0.8.2
5682026-04-13T21:35:12.086Z Compiling cargo_toml v0.21.0
5692026-04-13T21:35:12.878Z Compiling cargo_metadata v0.21.0
5702026-04-13T21:35:13.817Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-04-13T21:35:15.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.20s
5722026-04-13T21:35:16.217Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-04-13T21:35:16.791Z Downloading crates ...
5742026-04-13T21:35:16.879Z Downloaded aead v0.5.2
5752026-04-13T21:35:16.888Z Downloaded arrayref v0.3.9
5762026-04-13T21:35:16.893Z Downloaded base16ct v0.2.0
5772026-04-13T21:35:16.896Z Downloaded cargo-platform v0.1.9
5782026-04-13T21:35:16.896Z Downloaded blake2 v0.10.6
5792026-04-13T21:35:16.904Z Downloaded async-recursion v1.1.1
5802026-04-13T21:35:16.907Z Downloaded adler2 v2.0.1
5812026-04-13T21:35:16.907Z Downloaded ciborium-ll v0.2.2
5822026-04-13T21:35:16.911Z Downloaded crossbeam-utils v0.8.21
5832026-04-13T21:35:16.914Z Downloaded document-features v0.2.12
5842026-04-13T21:35:16.914Z Downloaded bcrypt-pbkdf v0.10.0
5852026-04-13T21:35:16.914Z Downloaded atomic-waker v1.1.2
5862026-04-13T21:35:16.918Z Downloaded crucible-workspace-hack v0.1.0
5872026-04-13T21:35:16.918Z Downloaded derive-ex v0.1.8
5882026-04-13T21:35:16.921Z Downloaded bit-set v0.5.3
5892026-04-13T21:35:16.924Z Downloaded atomicwrites v0.4.4
5902026-04-13T21:35:16.924Z Downloaded async-stream v0.3.6
5912026-04-13T21:35:16.928Z Downloaded cmake v0.1.57
5922026-04-13T21:35:16.928Z Downloaded async-trait v0.1.89
5932026-04-13T21:35:16.934Z Downloaded dtrace-parser v0.3.0
5942026-04-13T21:35:16.934Z Downloaded dirs-next v2.0.0
5952026-04-13T21:35:16.938Z Downloaded bitfield v0.19.4
5962026-04-13T21:35:16.938Z Downloaded float-ord v0.3.2
5972026-04-13T21:35:16.938Z Downloaded block-padding v0.3.3
5982026-04-13T21:35:16.938Z Downloaded flagset v0.4.7
5992026-04-13T21:35:16.938Z Downloaded darling_macro v0.21.3
6002026-04-13T21:35:16.938Z Downloaded bitfield-struct v0.6.2
6012026-04-13T21:35:16.942Z Downloaded fd-lock v4.0.4
6022026-04-13T21:35:16.942Z Downloaded bitfield-macros v0.19.4
6032026-04-13T21:35:16.942Z Downloaded debug-ignore v1.0.5
6042026-04-13T21:35:16.945Z Downloaded assert_matches v1.5.0
6052026-04-13T21:35:16.945Z Downloaded async-stream-impl v0.3.6
6062026-04-13T21:35:16.945Z Downloaded ascii-canvas v3.0.0
6072026-04-13T21:35:16.945Z Downloaded compression-core v0.4.31
6082026-04-13T21:35:16.948Z Downloaded ciborium-io v0.2.2
6092026-04-13T21:35:16.948Z Downloaded csv-core v0.1.13
6102026-04-13T21:35:16.948Z Downloaded atty v0.2.14
6112026-04-13T21:35:16.951Z Downloaded convert_case v0.10.0
6122026-04-13T21:35:16.951Z Downloaded embedded-io v0.6.1
6132026-04-13T21:35:16.971Z Downloaded bcs v0.1.6
6142026-04-13T21:35:16.971Z Downloaded endian-type v0.1.2
6152026-04-13T21:35:16.971Z Downloaded downcast-rs v2.0.2
6162026-04-13T21:35:16.971Z Downloaded defmt-macros v1.0.1
6172026-04-13T21:35:16.971Z Downloaded bit-vec v0.8.0
6182026-04-13T21:35:16.971Z Downloaded diesel-dtrace v0.5.0
6192026-04-13T21:35:16.971Z Downloaded bb8 v0.8.6
6202026-04-13T21:35:16.971Z Downloaded daft v0.1.5
6212026-04-13T21:35:16.971Z Downloaded either v1.15.0
6222026-04-13T21:35:16.971Z Downloaded ctr v0.9.2
6232026-04-13T21:35:16.971Z Downloaded drift v0.1.3
6242026-04-13T21:35:16.972Z Downloaded darling v0.21.3
6252026-04-13T21:35:16.975Z Downloaded fallible-iterator v0.2.0
6262026-04-13T21:35:16.975Z Downloaded ecdsa v0.16.9
6272026-04-13T21:35:16.975Z Downloaded cpufeatures v0.3.0
6282026-04-13T21:35:16.975Z Downloaded convert_case v0.4.0
6292026-04-13T21:35:16.978Z Downloaded cfg_aliases v0.2.1
6302026-04-13T21:35:16.979Z Downloaded colored v2.2.0
6312026-04-13T21:35:16.979Z Downloaded find-msvc-tools v0.1.9
6322026-04-13T21:35:16.982Z Downloaded env_logger v0.11.9
6332026-04-13T21:35:16.982Z Downloaded display-error-chain v0.2.2
6342026-04-13T21:35:16.989Z Downloaded crc v3.4.0
6352026-04-13T21:35:16.990Z Downloaded cipher v0.4.4
6362026-04-13T21:35:16.990Z Downloaded derive_builder_macro v0.20.2
6372026-04-13T21:35:16.990Z Downloaded cassowary v0.3.0
6382026-04-13T21:35:16.995Z Downloaded crc32fast v1.5.0
6392026-04-13T21:35:16.995Z Downloaded dunce v1.0.5
6402026-04-13T21:35:16.995Z Downloaded defmt-parser v1.0.0
6412026-04-13T21:35:16.995Z Downloaded derive_builder_core v0.20.2
6422026-04-13T21:35:16.995Z Downloaded crc-catalog v2.4.0
6432026-04-13T21:35:16.995Z Downloaded chacha20 v0.10.0
6442026-04-13T21:35:16.995Z Downloaded darling_macro v0.20.11
6452026-04-13T21:35:17.002Z Downloaded curve25519-dalek-derive v0.1.1
6462026-04-13T21:35:17.002Z Downloaded embedded-io v0.4.0
6472026-04-13T21:35:17.002Z Downloaded defmt v0.3.100
6482026-04-13T21:35:17.002Z Downloaded crunchy v0.2.4
6492026-04-13T21:35:17.002Z Downloaded castaway v0.2.4
6502026-04-13T21:35:17.002Z Downloaded bit-set v0.8.0
6512026-04-13T21:35:17.002Z Downloaded array-init v0.0.4
6522026-04-13T21:35:17.005Z Downloaded base64ct v1.8.3
6532026-04-13T21:35:17.005Z Downloaded crc8 v0.1.1
6542026-04-13T21:35:17.005Z Downloaded foreign-types-macros v0.2.3
6552026-04-13T21:35:17.005Z Downloaded foreign-types v0.5.0
6562026-04-13T21:35:17.008Z Downloaded dyn-clone v1.0.20
6572026-04-13T21:35:17.008Z Downloaded difflib v0.4.0
6582026-04-13T21:35:17.008Z Downloaded dof v0.4.0
6592026-04-13T21:35:17.008Z Downloaded cobs v0.3.0
6602026-04-13T21:35:17.012Z Downloaded foreign-types-shared v0.3.1
6612026-04-13T21:35:17.012Z Downloaded funty v2.0.0
6622026-04-13T21:35:17.017Z Downloaded foreign-types-shared v0.1.1
6632026-04-13T21:35:17.017Z Downloaded futures-macro v0.3.32
6642026-04-13T21:35:17.017Z Downloaded futures-task v0.3.32
6652026-04-13T21:35:17.021Z Downloaded futures-core v0.3.32
6662026-04-13T21:35:17.021Z Downloaded env_filter v1.0.0
6672026-04-13T21:35:17.021Z Downloaded bitflags v1.3.2
6682026-04-13T21:35:17.021Z Downloaded backoff v0.4.0
6692026-04-13T21:35:17.028Z Downloaded data-encoding v2.10.0
6702026-04-13T21:35:17.029Z Downloaded der_derive v0.7.3
6712026-04-13T21:35:17.029Z Downloaded cstr-argument v0.1.2
6722026-04-13T21:35:17.029Z Downloaded buf-list v1.1.2
6732026-04-13T21:35:17.032Z Downloaded blowfish v0.9.1
6742026-04-13T21:35:17.032Z Downloaded fixedbitset v0.4.2
6752026-04-13T21:35:17.032Z Downloaded argon2 v0.5.3
6762026-04-13T21:35:17.032Z Downloaded foreign-types v0.3.2
6772026-04-13T21:35:17.032Z Downloaded float-cmp v0.10.0
6782026-04-13T21:35:17.033Z Downloaded dropshot-api-manager-types v0.6.0
6792026-04-13T21:35:17.033Z Downloaded futures-io v0.3.32
6802026-04-13T21:35:17.037Z Downloaded arrayvec v0.7.6
6812026-04-13T21:35:17.037Z Downloaded cfg_aliases v0.1.1
6822026-04-13T21:35:17.037Z Downloaded dirs-sys-next v0.1.2
6832026-04-13T21:35:17.037Z Downloaded enum-as-inner v0.6.1
6842026-04-13T21:35:17.048Z Downloaded diesel_table_macro_syntax v0.3.0
6852026-04-13T21:35:17.048Z Downloaded darling_macro v0.23.0
6862026-04-13T21:35:17.048Z Downloaded futures-sink v0.3.32
6872026-04-13T21:35:17.048Z Downloaded gethostname v0.5.0
6882026-04-13T21:35:17.048Z Downloaded cexpr v0.6.0
6892026-04-13T21:35:17.048Z Downloaded cbc v0.1.2
6902026-04-13T21:35:17.048Z Downloaded cargo_metadata v0.19.2
6912026-04-13T21:35:17.053Z Downloaded fxhash v0.2.1
6922026-04-13T21:35:17.053Z Downloaded hash32 v0.2.1
6932026-04-13T21:35:17.053Z Downloaded globwalk v0.9.1
6942026-04-13T21:35:17.053Z Downloaded git-stub v1.0.0
6952026-04-13T21:35:17.054Z Downloaded ghash v0.5.1
6962026-04-13T21:35:17.054Z Downloaded derive_more v0.99.20
6972026-04-13T21:35:17.061Z Downloaded dsl_auto_type v0.2.0
6982026-04-13T21:35:17.061Z Downloaded foldhash v0.2.0
6992026-04-13T21:35:17.061Z Downloaded critical-section v1.2.0
7002026-04-13T21:35:17.067Z Downloaded headers-core v0.3.0
7012026-04-13T21:35:17.067Z Downloaded bit-vec v0.6.3
7022026-04-13T21:35:17.067Z Downloaded constant_time_eq v0.4.2
7032026-04-13T21:35:17.067Z Downloaded camino-tempfile-ext v0.3.3
7042026-04-13T21:35:17.071Z Downloaded compression-codecs v0.4.37
7052026-04-13T21:35:17.071Z Downloaded hex v0.4.3
7062026-04-13T21:35:17.071Z Downloaded futures-executor v0.3.32
7072026-04-13T21:35:17.071Z Downloaded daft-derive v0.1.5
7082026-04-13T21:35:17.074Z Downloaded const_format_proc_macros v0.2.34
7092026-04-13T21:35:17.074Z Downloaded fixedbitset v0.5.7
7102026-04-13T21:35:17.078Z Downloaded byte-wrapper v0.1.0
7112026-04-13T21:35:17.078Z Downloaded ena v0.14.4
7122026-04-13T21:35:17.078Z Downloaded hostname v0.4.2
7132026-04-13T21:35:17.081Z Downloaded hostname v0.3.1
7142026-04-13T21:35:17.081Z Downloaded hex-literal v0.4.1
7152026-04-13T21:35:17.081Z Downloaded http-body v1.0.1
7162026-04-13T21:35:17.084Z Downloaded defmt v1.0.1
7172026-04-13T21:35:17.085Z Downloaded hubpack_derive v0.1.1
7182026-04-13T21:35:17.085Z Downloaded httpdate v1.0.3
7192026-04-13T21:35:17.088Z Downloaded fs_extra v1.3.0
7202026-04-13T21:35:17.088Z Downloaded fs-err v2.11.0
7212026-04-13T21:35:17.094Z Downloaded ciborium v0.2.2
7222026-04-13T21:35:17.094Z Downloaded indent_write v2.2.0
7232026-04-13T21:35:17.094Z Downloaded ident_case v1.0.1
7242026-04-13T21:35:17.094Z Downloaded bzip2 v0.4.4
7252026-04-13T21:35:17.098Z Downloaded const-oid v0.9.6
7262026-04-13T21:35:17.098Z Downloaded backon v1.6.0
7272026-04-13T21:35:17.098Z Downloaded http-range v0.1.5
7282026-04-13T21:35:17.098Z Downloaded home v0.5.12
7292026-04-13T21:35:17.105Z Downloaded arc-swap v1.8.2
7302026-04-13T21:35:17.105Z Downloaded diff v0.1.13
7312026-04-13T21:35:17.105Z Downloaded hyper-tls v0.6.0
7322026-04-13T21:35:17.105Z Downloaded deranged v0.5.8
7332026-04-13T21:35:17.115Z Downloaded colored v3.1.1
7342026-04-13T21:35:17.115Z Downloaded erased-serde v0.3.31
7352026-04-13T21:35:17.123Z Downloaded group v0.13.0
7362026-04-13T21:35:17.123Z Downloaded ff v0.13.1
7372026-04-13T21:35:17.124Z Downloaded hash32 v0.3.1
7382026-04-13T21:35:17.124Z Downloaded globset v0.4.18
7392026-04-13T21:35:17.124Z Downloaded git-stub-vcs v0.1.0
7402026-04-13T21:35:17.124Z Downloaded foldhash v0.1.5
7412026-04-13T21:35:17.124Z Downloaded inout v0.1.4
7422026-04-13T21:35:17.124Z Downloaded indoc v1.0.9
7432026-04-13T21:35:17.147Z Downloaded ed25519 v2.2.3
7442026-04-13T21:35:17.147Z Downloaded chacha20 v0.9.1
7452026-04-13T21:35:17.147Z Downloaded is_ci v1.2.0
7462026-04-13T21:35:17.147Z Downloaded instability v0.3.11
7472026-04-13T21:35:17.147Z Downloaded is-terminal v0.4.17
7482026-04-13T21:35:17.147Z Downloaded instant v0.1.13
7492026-04-13T21:35:17.147Z Downloaded darling_core v0.21.3
7502026-04-13T21:35:17.149Z Downloaded lazy_static v1.5.0
7512026-04-13T21:35:17.149Z Downloaded internet-checksum v0.2.1
7522026-04-13T21:35:17.149Z Downloaded darling v0.23.0
7532026-04-13T21:35:17.149Z Downloaded keccak v0.1.6
7542026-04-13T21:35:17.154Z Downloaded der v0.7.10
7552026-04-13T21:35:17.154Z Downloaded glob v0.3.3
7562026-04-13T21:35:17.154Z Downloaded lalrpop-util v0.19.12
7572026-04-13T21:35:17.154Z Downloaded kstat-rs v0.2.4
7582026-04-13T21:35:17.154Z Downloaded corncobs v0.1.4
7592026-04-13T21:35:17.155Z Downloaded cookie v0.18.1
7602026-04-13T21:35:17.155Z Downloaded bzip2 v0.6.1
7612026-04-13T21:35:17.155Z Downloaded console v0.16.2
7622026-04-13T21:35:17.155Z Downloaded console v0.15.11
7632026-04-13T21:35:17.155Z Downloaded clang-sys v1.8.1
7642026-04-13T21:35:17.155Z Downloaded libscf-sys v1.1.0
7652026-04-13T21:35:17.155Z Downloaded crossbeam-epoch v0.9.18
7662026-04-13T21:35:17.155Z Downloaded linked-hash-map v0.5.6
7672026-04-13T21:35:17.160Z Downloaded crossbeam-deque v0.8.6
7682026-04-13T21:35:17.160Z Downloaded http-body-util v0.1.3
7692026-04-13T21:35:17.160Z Downloaded highway v1.3.0
7702026-04-13T21:35:17.160Z Downloaded lzss v0.8.2
7712026-04-13T21:35:17.165Z Downloaded lru-slab v0.1.2
7722026-04-13T21:35:17.165Z Downloaded hyper-staticfile v0.10.1
7732026-04-13T21:35:17.165Z Downloaded humantime v2.3.0
7742026-04-13T21:35:17.165Z Downloaded impl-trait-for-tuples v0.2.3
7752026-04-13T21:35:17.172Z Downloaded maplit v1.0.2
7762026-04-13T21:35:17.172Z Downloaded lru-cache v0.1.2
7772026-04-13T21:35:17.172Z Downloaded cancel-safe-futures v0.1.5
7782026-04-13T21:35:17.172Z Downloaded md-5 v0.10.6
7792026-04-13T21:35:17.172Z Downloaded maybe-uninit v2.0.0
7802026-04-13T21:35:17.172Z Downloaded match_cfg v0.1.0
7812026-04-13T21:35:17.182Z Downloaded managed v0.8.0
7822026-04-13T21:35:17.182Z Downloaded hubpack v0.1.2
7832026-04-13T21:35:17.182Z Downloaded derive_builder v0.20.2
7842026-04-13T21:35:17.182Z Downloaded futures-channel v0.3.32
7852026-04-13T21:35:17.182Z Downloaded ahash v0.8.12
7862026-04-13T21:35:17.182Z Downloaded memoffset v0.9.1
7872026-04-13T21:35:17.188Z Downloaded mime v0.3.17
7882026-04-13T21:35:17.188Z Downloaded md5 v0.7.0
7892026-04-13T21:35:17.189Z Downloaded darling v0.20.11
7902026-04-13T21:35:17.189Z Downloaded filetime v0.2.27
7912026-04-13T21:35:17.189Z Downloaded indoc v2.0.7
7922026-04-13T21:35:17.197Z Downloaded cookie_store v0.22.1
7932026-04-13T21:35:17.197Z Downloaded async-bb8-diesel v0.2.1
7942026-04-13T21:35:17.197Z Downloaded multimap v0.10.1
7952026-04-13T21:35:17.197Z Downloaded ipnetwork v0.21.1
7962026-04-13T21:35:17.197Z Downloaded ingot-types v0.1.2
7972026-04-13T21:35:17.197Z Downloaded ingot v0.1.1
7982026-04-13T21:35:17.197Z Downloaded jobserver v0.1.34
7992026-04-13T21:35:17.202Z Downloaded allocator-api2 v0.2.21
8002026-04-13T21:35:17.202Z Downloaded new_debug_unreachable v1.0.6
8012026-04-13T21:35:17.202Z Downloaded nibble_vec v0.1.0
8022026-04-13T21:35:17.202Z Downloaded dropshot_endpoint v0.17.0
8032026-04-13T21:35:17.202Z Downloaded nonempty v0.12.0
8042026-04-13T21:35:17.206Z Downloaded newtype_derive v0.1.6
8052026-04-13T21:35:17.206Z Downloaded newline-converter v0.3.0
8062026-04-13T21:35:17.206Z Downloaded nodrop v0.1.14
8072026-04-13T21:35:17.206Z Downloaded num v0.4.3
8082026-04-13T21:35:17.207Z Downloaded num-conv v0.2.0
8092026-04-13T21:35:17.207Z Downloaded newtype-uuid-macros v0.1.0
8102026-04-13T21:35:17.210Z Downloaded ipnet v2.11.0
8112026-04-13T21:35:17.210Z Downloaded crypto-bigint v0.5.5
8122026-04-13T21:35:17.213Z Downloaded normalize-line-endings v0.3.0
8132026-04-13T21:35:17.216Z Downloaded getrandom v0.2.17
8142026-04-13T21:35:17.217Z Downloaded crc-any v2.5.0
8152026-04-13T21:35:17.220Z Downloaded num_enum_derive v0.5.11
8162026-04-13T21:35:17.223Z Downloaded lru v0.12.5
8172026-04-13T21:35:17.226Z Downloaded linear-map v1.2.0
8182026-04-13T21:35:17.226Z Downloaded libsw-core v0.3.2
8192026-04-13T21:35:17.226Z Downloaded num-derive v0.3.3
8202026-04-13T21:35:17.229Z Downloaded libsw v3.5.0
8212026-04-13T21:35:17.229Z Downloaded libefi-sys v0.1.0
8222026-04-13T21:35:17.232Z Downloaded hmac v0.12.1
8232026-04-13T21:35:17.232Z Downloaded derive-where v1.6.0
8242026-04-13T21:35:17.235Z Downloaded crossterm v0.29.0
8252026-04-13T21:35:17.238Z Downloaded num_threads v0.1.7
8262026-04-13T21:35:17.238Z Downloaded num-iter v0.1.45
8272026-04-13T21:35:17.241Z Downloaded lock_api v0.4.14
8282026-04-13T21:35:17.242Z Downloaded base64 v0.22.1
8292026-04-13T21:35:17.245Z Downloaded mime_guess v2.0.5
8302026-04-13T21:35:17.245Z Downloaded opaque-debug v0.3.1
8312026-04-13T21:35:17.245Z Downloaded openssl-macros v0.1.1
8322026-04-13T21:35:17.250Z Downloaded olpc-cjson v0.1.4
8332026-04-13T21:35:17.250Z Downloaded openssl-probe v0.1.6
8342026-04-13T21:35:17.250Z Downloaded iana-time-zone v0.1.65
8352026-04-13T21:35:17.250Z Downloaded packed_struct_codegen v0.10.1
8362026-04-13T21:35:17.253Z Downloaded half v2.7.1
8372026-04-13T21:35:17.253Z Downloaded half v1.8.3
8382026-04-13T21:35:17.256Z Downloaded base64 v0.21.7
8392026-04-13T21:35:17.256Z Downloaded ingot-macros v0.1.1
8402026-04-13T21:35:17.259Z Downloaded multer v3.1.0
8412026-04-13T21:35:17.259Z Downloaded newtype-uuid v1.3.2
8422026-04-13T21:35:17.259Z Downloaded getrandom v0.4.1
8432026-04-13T21:35:17.263Z Downloaded dropshot_endpoint v0.16.7
8442026-04-13T21:35:17.266Z Downloaded futures v0.3.32
8452026-04-13T21:35:17.269Z Downloaded openssl-probe v0.2.1
8462026-04-13T21:35:17.269Z Downloaded elliptic-curve v0.13.8
8472026-04-13T21:35:17.272Z Downloaded derive_more-impl v2.1.1
8482026-04-13T21:35:17.275Z Downloaded parse-size v1.1.0
8492026-04-13T21:35:17.275Z Downloaded des v0.8.1
8502026-04-13T21:35:17.279Z Downloaded native-tls v0.2.18
8512026-04-13T21:35:17.279Z Downloaded nanorand v0.7.0
8522026-04-13T21:35:17.282Z Downloaded compact_str v0.8.1
8532026-04-13T21:35:17.282Z Downloaded parse-display v0.10.0
8542026-04-13T21:35:17.285Z Downloaded const_format v0.2.35
8552026-04-13T21:35:17.288Z Downloaded pbkdf2 v0.12.2
8562026-04-13T21:35:17.288Z Downloaded crossbeam-channel v0.5.15
8572026-04-13T21:35:17.304Z Downloaded pin-utils v0.1.0
8582026-04-13T21:35:17.308Z Downloaded ar_archive_writer v0.5.1
8592026-04-13T21:35:17.308Z Downloaded phf_shared v0.13.1
8602026-04-13T21:35:17.311Z Downloaded phf_shared v0.12.1
8612026-04-13T21:35:17.311Z Downloaded phf_shared v0.11.3
8622026-04-13T21:35:17.311Z Downloaded peg-runtime v0.8.5
8632026-04-13T21:35:17.311Z Downloaded num_enum_derive v0.7.5
8642026-04-13T21:35:17.315Z Downloaded num_enum v0.7.5
8652026-04-13T21:35:17.318Z Downloaded precomputed-hash v0.1.1
8662026-04-13T21:35:17.318Z Downloaded num_enum v0.5.11
8672026-04-13T21:35:17.318Z Downloaded num-rational v0.4.2
8682026-04-13T21:35:17.321Z Downloaded predicates-tree v1.0.13
8692026-04-13T21:35:17.321Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-04-13T21:35:17.322Z Downloaded powerfmt v0.2.0
8712026-04-13T21:35:17.325Z Downloaded ignore v0.4.25
8722026-04-13T21:35:17.325Z Downloaded hyper-rustls v0.27.7
8732026-04-13T21:35:17.325Z Downloaded num-integer v0.1.46
8742026-04-13T21:35:17.328Z Downloaded num-derive v0.4.2
8752026-04-13T21:35:17.328Z Downloaded packed_struct v0.10.1
8762026-04-13T21:35:17.331Z Downloaded num-complex v0.4.6
8772026-04-13T21:35:17.331Z Downloaded nu-ansi-term v0.50.3
8782026-04-13T21:35:17.331Z Downloaded litrs v1.0.0
8792026-04-13T21:35:17.334Z Downloaded libloading v0.8.9
8802026-04-13T21:35:17.337Z Downloaded oxnet v0.1.4
8812026-04-13T21:35:17.337Z Downloaded darling_core v0.20.11
8822026-04-13T21:35:17.340Z Downloaded indexmap v1.9.3
8832026-04-13T21:35:17.343Z Downloaded password-hash v0.4.2
8842026-04-13T21:35:17.343Z Downloaded peg-macros v0.8.5
8852026-04-13T21:35:17.343Z Downloaded peg v0.8.5
8862026-04-13T21:35:17.347Z Downloaded password-hash v0.5.0
8872026-04-13T21:35:17.347Z Downloaded flume v0.11.1
8882026-04-13T21:35:17.353Z Downloaded progenitor-client v0.11.2
8892026-04-13T21:35:17.356Z Downloaded bytes v1.11.1
8902026-04-13T21:35:17.356Z Downloaded proc-macro-crate v3.4.0
8912026-04-13T21:35:17.356Z Downloaded proc-macro-crate v1.3.1
8922026-04-13T21:35:17.356Z Downloaded darling_core v0.23.0
8932026-04-13T21:35:17.367Z Downloaded phf v0.12.1
8942026-04-13T21:35:17.367Z Downloaded parse-display-derive v0.10.0
8952026-04-13T21:35:17.367Z Downloaded parking_lot_core v0.8.6
8962026-04-13T21:35:17.367Z Downloaded libbz2-rs-sys v0.2.2
8972026-04-13T21:35:17.367Z Downloaded bumpalo v3.20.2
8982026-04-13T21:35:17.367Z Downloaded phf v0.13.1
8992026-04-13T21:35:17.371Z Downloaded psl-types v2.0.11
9002026-04-13T21:35:17.371Z Downloaded progenitor-macro v0.10.0
9012026-04-13T21:35:17.371Z Downloaded paste v1.0.15
9022026-04-13T21:35:17.371Z Downloaded headers v0.4.1
9032026-04-13T21:35:17.375Z Downloaded radium v0.7.0
9042026-04-13T21:35:17.375Z Downloaded quick-error v1.2.3
9052026-04-13T21:35:17.375Z Downloaded async-compression v0.4.41
9062026-04-13T21:35:17.378Z Downloaded httparse v1.10.1
9072026-04-13T21:35:17.381Z Downloaded pin-project-lite v0.2.17
9082026-04-13T21:35:17.384Z Downloaded pin-project-internal v1.1.11
9092026-04-13T21:35:17.384Z Downloaded heapless v0.8.0
9102026-04-13T21:35:17.388Z Downloaded fatfs v0.3.6
9112026-04-13T21:35:17.388Z Downloaded predicates-core v1.0.10
9122026-04-13T21:35:17.391Z Downloaded ppv-lite86 v0.2.21
9132026-04-13T21:35:17.391Z Downloaded poly1305 v0.8.0
9142026-04-13T21:35:17.391Z Downloaded postgres-protocol v0.6.10
9152026-04-13T21:35:17.394Z Downloaded rand_chacha v0.3.1
9162026-04-13T21:35:17.394Z Downloaded memmap2 v0.9.10
9172026-04-13T21:35:17.397Z Downloaded predicates v3.1.4
9182026-04-13T21:35:17.397Z Downloaded polyval v0.6.2
9192026-04-13T21:35:17.400Z Downloaded pkg-config v0.3.32
9202026-04-13T21:35:17.400Z Downloaded pem v3.0.6
9212026-04-13T21:35:17.400Z Downloaded pbkdf2 v0.11.0
9222026-04-13T21:35:17.408Z Downloaded rand_xorshift v0.4.0
9232026-04-13T21:35:17.408Z Downloaded omicron-zone-package v0.12.2
9242026-04-13T21:35:17.408Z Downloaded flate2 v1.1.9
9252026-04-13T21:35:17.415Z Downloaded heapless v0.7.17
9262026-04-13T21:35:17.415Z Downloaded indicatif v0.18.4
9272026-04-13T21:35:17.428Z Downloaded oxide-tokio-rt v0.1.3
9282026-04-13T21:35:17.428Z Downloaded dropshot-api-manager v0.6.0
9292026-04-13T21:35:17.428Z Downloaded ref-cast-impl v1.0.25
9302026-04-13T21:35:17.428Z Downloaded rfc6979 v0.4.0
9312026-04-13T21:35:17.428Z Downloaded ref-cast v1.0.25
9322026-04-13T21:35:17.428Z Downloaded recursive-proc-macro-impl v0.1.1
9332026-04-13T21:35:17.429Z Downloaded recursive v0.1.1
9342026-04-13T21:35:17.429Z Downloaded progenitor-client v0.10.0
9352026-04-13T21:35:17.432Z Downloaded progenitor v0.10.0
9362026-04-13T21:35:17.432Z Downloaded parking_lot_core v0.9.12
9372026-04-13T21:35:17.432Z Downloaded progenitor-extras v0.1.1
9382026-04-13T21:35:17.432Z Downloaded progenitor-client v0.13.0
9392026-04-13T21:35:17.432Z Downloaded progenitor v0.11.2
9402026-04-13T21:35:17.432Z Downloaded parking_lot v0.12.5
9412026-04-13T21:35:17.432Z Downloaded owo-colors v4.3.0
9422026-04-13T21:35:17.432Z Downloaded hickory-resolver v0.24.4
9432026-04-13T21:35:17.436Z Downloaded rustc-hash v2.1.1
9442026-04-13T21:35:17.436Z Downloaded russh-cryptovec v0.7.3
9452026-04-13T21:35:17.436Z Downloaded progenitor-macro v0.11.2
9462026-04-13T21:35:17.436Z Downloaded cc v1.2.56
9472026-04-13T21:35:17.440Z Downloaded derive_more v2.1.1
9482026-04-13T21:35:17.443Z Downloaded rustc_version v0.1.7
9492026-04-13T21:35:17.446Z Downloaded rtoolbox v0.0.3
9502026-04-13T21:35:17.446Z Downloaded rustc_version v0.4.1
9512026-04-13T21:35:17.446Z Downloaded psm v0.1.30
9522026-04-13T21:35:17.450Z Downloaded progenitor-macro v0.13.0
9532026-04-13T21:35:17.450Z Downloaded parking_lot v0.11.2
9542026-04-13T21:35:17.453Z Downloaded r2d2 v0.8.10
9552026-04-13T21:35:17.453Z Downloaded pkcs8 v0.10.2
9562026-04-13T21:35:17.453Z Downloaded rand_chacha v0.9.0
9572026-04-13T21:35:17.457Z Downloaded pkcs5 v0.7.1
9582026-04-13T21:35:17.457Z Downloaded pkcs1 v0.7.5
9592026-04-13T21:35:17.460Z Downloaded postcard v1.1.3
9602026-04-13T21:35:17.460Z Downloaded ed25519-dalek v2.2.0
9612026-04-13T21:35:17.463Z Downloaded rand_seeder v0.4.0
9622026-04-13T21:35:17.463Z Downloaded rand_core v0.9.5
9632026-04-13T21:35:17.466Z Downloaded path-slash v0.1.5
9642026-04-13T21:35:17.466Z Downloaded chacha20poly1305 v0.10.1
9652026-04-13T21:35:17.470Z Downloaded aho-corasick v1.1.4
9662026-04-13T21:35:17.473Z Downloaded rand_core v0.6.4
9672026-04-13T21:35:17.473Z Downloaded salsa20 v0.10.2
9682026-04-13T21:35:17.473Z Downloaded postgres-types v0.2.12
9692026-04-13T21:35:17.476Z Downloaded same-file v1.0.6
9702026-04-13T21:35:17.476Z Downloaded papergrid v0.17.0
9712026-04-13T21:35:17.479Z Downloaded p256 v0.13.2
9722026-04-13T21:35:17.482Z Downloaded proc-macro-error2 v2.0.1
9732026-04-13T21:35:17.485Z Downloaded oso v0.27.3
9742026-04-13T21:35:17.485Z Downloaded primeorder v0.13.6
9752026-04-13T21:35:17.488Z Downloaded sapling-renderdag v0.1.0
9762026-04-13T21:35:17.488Z Downloaded miniz_oxide v0.8.9
9772026-04-13T21:35:17.488Z Downloaded scroll_derive v0.13.1
9782026-04-13T21:35:17.492Z Downloaded scheduled-thread-pool v0.2.7
9792026-04-13T21:35:17.492Z Downloaded scopeguard v1.2.0
9802026-04-13T21:35:17.492Z Downloaded progenitor v0.13.0
9812026-04-13T21:35:17.495Z Downloaded jiff-static v0.2.21
9822026-04-13T21:35:17.495Z Downloaded hashbrown v0.12.3
9832026-04-13T21:35:17.502Z Downloaded resolv-conf v0.7.6
9842026-04-13T21:35:17.509Z Downloaded seq-macro v0.3.6
9852026-04-13T21:35:17.509Z Downloaded scrypt v0.11.0
9862026-04-13T21:35:17.514Z Downloaded pem-rfc7468 v0.7.0
9872026-04-13T21:35:17.514Z Downloaded semver v0.1.20
9882026-04-13T21:35:17.514Z Downloaded secrecy v0.8.0
9892026-04-13T21:35:17.519Z Downloaded rustls-pemfile v1.0.4
9902026-04-13T21:35:17.522Z Downloaded serde_bytes v0.11.19
9912026-04-13T21:35:17.526Z Downloaded serde_urlencoded v0.7.1
9922026-04-13T21:35:17.529Z Downloaded serde_spanned v1.0.4
9932026-04-13T21:35:17.533Z Downloaded serde_repr v0.1.20
9942026-04-13T21:35:17.533Z Downloaded serde_plain v1.0.2
9952026-04-13T21:35:17.533Z Downloaded signal-hook-mio v0.2.5
9962026-04-13T21:35:17.536Z Downloaded rand_core v0.10.0
9972026-04-13T21:35:17.536Z Downloaded quinn-udp v0.5.14
9982026-04-13T21:35:17.536Z Downloaded rustls-native-certs v0.8.3
9992026-04-13T21:35:17.541Z Downloaded hickory-resolver v0.25.2
10002026-04-13T21:35:17.545Z Downloaded shell-words v1.1.1
10012026-04-13T21:35:17.545Z Downloaded sha1 v0.10.6
10022026-04-13T21:35:17.548Z Downloaded sigpipe v0.1.3
10032026-04-13T21:35:17.548Z Downloaded pin-project v1.1.11
10042026-04-13T21:35:17.555Z Downloaded rusty-fork v0.3.1
10052026-04-13T21:35:17.560Z Downloaded expectorate v1.2.0
10062026-04-13T21:35:17.560Z Downloaded prefix-trie v0.7.0
10072026-04-13T21:35:17.560Z Downloaded minimal-lexical v0.2.1
10082026-04-13T21:35:17.563Z Downloaded rustversion v1.0.22
10092026-04-13T21:35:17.566Z Downloaded diesel_derives v2.3.7
10102026-04-13T21:35:17.569Z Downloaded slog-envlogger v2.2.0
10112026-04-13T21:35:17.569Z Downloaded signal-hook-tokio v0.3.1
10122026-04-13T21:35:17.574Z Downloaded slog-bunyan v2.5.0
10132026-04-13T21:35:17.574Z Downloaded scroll v0.13.0
10142026-04-13T21:35:17.581Z Downloaded openssl-sys v0.9.111
10152026-04-13T21:35:17.584Z Downloaded aes v0.8.4
10162026-04-13T21:35:17.584Z Downloaded serde-big-array v0.5.1
10172026-04-13T21:35:17.584Z Downloaded progenitor-impl v0.11.2
10182026-04-13T21:35:17.587Z Downloaded ssh-cipher v0.2.0
10192026-04-13T21:35:17.587Z Downloaded secrecy v0.10.3
10202026-04-13T21:35:17.587Z Downloaded sct v0.7.1
10212026-04-13T21:35:17.590Z Downloaded hashbrown v0.13.2
10222026-04-13T21:35:17.593Z Downloaded schemars_derive v0.8.22
10232026-04-13T21:35:17.593Z Downloaded progenitor-impl v0.13.0
10242026-04-13T21:35:17.598Z Downloaded russh-keys v0.45.0
10252026-04-13T21:35:17.602Z Downloaded serde_derive_internals v0.29.1
10262026-04-13T21:35:17.612Z Downloaded ssh-encoding v0.2.0
10272026-04-13T21:35:17.612Z Downloaded sqlparser_derive v0.5.0
10282026-04-13T21:35:17.616Z Downloaded strum v0.26.3
10292026-04-13T21:35:17.616Z Downloaded hickory-server v0.25.2
10302026-04-13T21:35:17.616Z Downloaded serde_path_to_error v0.1.20
10312026-04-13T21:35:17.616Z Downloaded rustls-pki-types v1.14.0
10322026-04-13T21:35:17.616Z Downloaded http v1.4.0
10332026-04-13T21:35:17.623Z Downloaded rustls-pemfile v2.2.0
10342026-04-13T21:35:17.626Z Downloaded strum v0.27.2
10352026-04-13T21:35:17.626Z Downloaded structmeta v0.3.0
10362026-04-13T21:35:17.626Z Downloaded rcgen v0.12.1
10372026-04-13T21:35:17.630Z Downloaded prettyplease v0.2.37
10382026-04-13T21:35:17.630Z Downloaded pretty_assertions v1.4.1
10392026-04-13T21:35:17.637Z Downloaded simd-adler32 v0.3.8
10402026-04-13T21:35:17.637Z Downloaded hyper-util v0.1.20
10412026-04-13T21:35:17.637Z Downloaded crossterm v0.28.1
10422026-04-13T21:35:17.641Z Downloaded subtle v2.6.1
10432026-04-13T21:35:17.646Z Downloaded structmeta-derive v0.3.0
10442026-04-13T21:35:17.646Z Downloaded strip-ansi-escapes v0.2.1
10452026-04-13T21:35:17.647Z Downloaded smallvec v0.6.14
10462026-04-13T21:35:17.647Z Downloaded shlex v1.3.0
10472026-04-13T21:35:17.656Z Downloaded slog-async v2.8.0
10482026-04-13T21:35:17.656Z Downloaded ron v0.8.1
10492026-04-13T21:35:17.656Z Downloaded tabwriter v1.4.1
10502026-04-13T21:35:17.661Z Downloaded smf v0.2.3
10512026-04-13T21:35:17.661Z Downloaded tagptr v0.2.0
10522026-04-13T21:35:17.661Z Downloaded sync_wrapper v1.0.2
10532026-04-13T21:35:17.661Z Downloaded siphasher v1.0.2
10542026-04-13T21:35:17.661Z Downloaded take_mut v0.2.2
10552026-04-13T21:35:17.661Z Downloaded sync-ptr v0.1.4
10562026-04-13T21:35:17.662Z Downloaded supports-color v3.0.2
10572026-04-13T21:35:17.662Z Downloaded testing_table v0.3.0
10582026-04-13T21:35:17.662Z Downloaded termtree v0.5.1
10592026-04-13T21:35:17.669Z Downloaded signature v2.2.0
10602026-04-13T21:35:17.669Z Downloaded slab v0.4.12
10612026-04-13T21:35:17.669Z Downloaded signal-hook-registry v1.4.8
10622026-04-13T21:35:17.669Z Downloaded tabled_derive v0.11.0
10632026-04-13T21:35:17.669Z Downloaded serde-hex v0.1.0
10642026-04-13T21:35:17.679Z Downloaded progenitor-impl v0.10.0
10652026-04-13T21:35:17.680Z Downloaded itertools v0.10.5
10662026-04-13T21:35:17.680Z Downloaded sec1 v0.7.3
10672026-04-13T21:35:17.692Z Downloaded thread-id v5.1.0
10682026-04-13T21:35:17.692Z Downloaded thiserror-impl-no-std v2.0.2
10692026-04-13T21:35:17.692Z Downloaded stringprep v0.1.5
10702026-04-13T21:35:17.692Z Downloaded slog-scope v4.4.1
10712026-04-13T21:35:17.692Z Downloaded slog-term v2.9.2
10722026-04-13T21:35:17.692Z Downloaded slog-stdlog v4.1.1
10732026-04-13T21:35:17.692Z Downloaded slog-dtrace v0.3.0
10742026-04-13T21:35:17.692Z Downloaded serde_cbor v0.11.2
10752026-04-13T21:35:17.692Z Downloaded aes-gcm v0.10.3
10762026-04-13T21:35:17.692Z Downloaded snafu-derive v0.8.9
10772026-04-13T21:35:17.696Z Downloaded strum_macros v0.26.4
10782026-04-13T21:35:17.696Z Downloaded time-core v0.1.8
10792026-04-13T21:35:17.696Z Downloaded stacker v0.1.23
10802026-04-13T21:35:17.700Z Downloaded tinyvec_macros v0.1.1
10812026-04-13T21:35:17.700Z Downloaded ryu v1.0.23
10822026-04-13T21:35:17.700Z Downloaded spki v0.7.3
10832026-04-13T21:35:17.705Z Downloaded strum_macros v0.27.2
10842026-04-13T21:35:17.705Z Downloaded strum_macros v0.24.3
10852026-04-13T21:35:17.711Z Downloaded rustls-platform-verifier v0.6.2
10862026-04-13T21:35:17.726Z Downloaded oso-derive v0.27.3
10872026-04-13T21:35:17.726Z Downloaded sqlformat v0.3.5
10882026-04-13T21:35:17.726Z Downloaded slog-json v2.6.1
10892026-04-13T21:35:17.726Z Downloaded mio v1.1.1
10902026-04-13T21:35:17.734Z Downloaded serde_with_macros v3.17.0
10912026-04-13T21:35:17.734Z Downloaded hashbrown v0.15.5
10922026-04-13T21:35:17.734Z Downloaded nom v7.1.3
10932026-04-13T21:35:17.752Z Downloaded tap v1.0.1
10942026-04-13T21:35:17.753Z Downloaded support-bundle-viewer v0.1.2
10952026-04-13T21:35:17.753Z Downloaded thiserror-no-std v2.0.2
10962026-04-13T21:35:17.758Z Downloaded num-bigint v0.4.6
10972026-04-13T21:35:17.758Z Downloaded topological-sort v0.2.2
10982026-04-13T21:35:17.758Z Downloaded trait-variant v0.1.2
10992026-04-13T21:35:17.758Z Downloaded string_cache v0.8.9
11002026-04-13T21:35:17.758Z Downloaded termios v0.3.3
11012026-04-13T21:35:17.761Z Downloaded tower-layer v0.3.3
11022026-04-13T21:35:17.768Z Downloaded libxml v0.3.3
11032026-04-13T21:35:17.775Z Downloaded time-macros v0.2.27
11042026-04-13T21:35:17.775Z Downloaded publicsuffix v2.3.0
11052026-04-13T21:35:17.775Z Downloaded thread_local v1.1.9
11062026-04-13T21:35:17.775Z Downloaded quinn v0.11.9
11072026-04-13T21:35:17.775Z Downloaded try-lock v0.2.5
11082026-04-13T21:35:17.775Z Downloaded typify-macro v0.4.3
11092026-04-13T21:35:17.775Z Downloaded similar v2.7.0
11102026-04-13T21:35:17.780Z Downloaded spin v0.9.8
11112026-04-13T21:35:17.780Z Downloaded rayon-core v1.13.0
11122026-04-13T21:35:17.784Z Downloaded tiny-keccak v2.0.2
11132026-04-13T21:35:17.784Z Downloaded static_assertions v1.1.0
11142026-04-13T21:35:17.784Z Downloaded slog v2.8.2
11152026-04-13T21:35:17.787Z Downloaded tokio-macros v2.6.0
11162026-04-13T21:35:17.787Z Downloaded tokio-dtrace v0.1.1
11172026-04-13T21:35:17.791Z Downloaded tls_codec_derive v0.4.2
11182026-04-13T21:35:17.791Z Downloaded unarray v0.1.4
11192026-04-13T21:35:17.791Z Downloaded tower-service v0.3.3
11202026-04-13T21:35:17.791Z Downloaded typify-macro v0.6.1
11212026-04-13T21:35:17.795Z Downloaded unit-prefix v0.5.2
11222026-04-13T21:35:17.795Z Downloaded tokio-native-tls v0.3.1
11232026-04-13T21:35:17.804Z Downloaded signal-hook v0.3.18
11242026-04-13T21:35:17.804Z Downloaded tokio-rustls v0.25.0
11252026-04-13T21:35:17.804Z Downloaded iri-string v0.7.10
11262026-04-13T21:35:17.811Z Downloaded tokio-tungstenite v0.21.0
11272026-04-13T21:35:17.811Z Downloaded tokio-tungstenite v0.23.1
11282026-04-13T21:35:17.816Z Downloaded schemars v0.8.22
11292026-04-13T21:35:17.824Z Downloaded utf-8 v0.7.6
11302026-04-13T21:35:17.824Z Downloaded usdt v0.6.0
11312026-04-13T21:35:17.824Z Downloaded usdt-macro v0.6.0
11322026-04-13T21:35:17.824Z Downloaded usdt-attr-macro v0.6.0
11332026-04-13T21:35:17.824Z Downloaded untrusted v0.9.0
11342026-04-13T21:35:17.830Z Downloaded untrusted v0.7.1
11352026-04-13T21:35:17.830Z Downloaded num-bigint-dig v0.8.6
11362026-04-13T21:35:17.830Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-04-13T21:35:17.830Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-04-13T21:35:17.831Z Downloaded universal-hash v0.5.1
11392026-04-13T21:35:17.835Z Downloaded term v1.2.1
11402026-04-13T21:35:17.835Z Downloaded term v0.7.0
11412026-04-13T21:35:17.835Z Downloaded wait-timeout v0.2.1
11422026-04-13T21:35:17.835Z Downloaded void v1.0.2
11432026-04-13T21:35:17.835Z Downloaded toml_writer v1.0.6+spec-1.1.0
11442026-04-13T21:35:17.839Z Downloaded schemars v0.9.0
11452026-04-13T21:35:17.844Z Downloaded qorb v0.4.1
11462026-04-13T21:35:17.850Z Downloaded socket2 v0.6.2
11472026-04-13T21:35:17.850Z Downloaded iddqd v0.3.17
11482026-04-13T21:35:17.854Z Downloaded tls_codec v0.4.2
11492026-04-13T21:35:17.854Z Downloaded waitgroup v0.1.2
11502026-04-13T21:35:17.854Z Downloaded rsa v0.9.10
11512026-04-13T21:35:17.859Z Downloaded tui-tree-widget v0.23.1
11522026-04-13T21:35:17.859Z Downloaded futures-util v0.3.32
11532026-04-13T21:35:17.864Z Downloaded rustls-webpki v0.103.9
11542026-04-13T21:35:17.867Z Downloaded unicode-truncate v1.1.0
11552026-04-13T21:35:17.867Z Downloaded itertools v0.13.0
11562026-04-13T21:35:17.872Z Downloaded want v0.3.1
11572026-04-13T21:35:17.875Z Downloaded unicase v2.9.0
11582026-04-13T21:35:17.875Z Downloaded tokio-rustls v0.24.1
11592026-04-13T21:35:17.875Z Downloaded subprocess v0.2.15
11602026-04-13T21:35:17.885Z Downloaded tokio-stream v0.1.18
11612026-04-13T21:35:17.888Z Downloaded samael v0.0.19
11622026-04-13T21:35:17.895Z Downloaded xattr v1.6.1
11632026-04-13T21:35:17.895Z Downloaded usdt-impl v0.6.0
11642026-04-13T21:35:17.901Z Downloaded test-strategy v0.4.5
11652026-04-13T21:35:17.901Z Downloaded blake3 v1.8.3
11662026-04-13T21:35:17.912Z Downloaded zeroize_derive v1.4.3
11672026-04-13T21:35:17.912Z Downloaded xshell-macros v0.2.7
11682026-04-13T21:35:17.912Z Downloaded vergen-lib v0.1.6
11692026-04-13T21:35:17.912Z Downloaded vergen-gitcl v1.0.8
11702026-04-13T21:35:17.912Z Downloaded socket2 v0.5.10
11712026-04-13T21:35:17.917Z Downloaded itertools v0.12.1
11722026-04-13T21:35:17.917Z Downloaded rand v0.10.0
11732026-04-13T21:35:17.917Z Downloaded vsss-rs v3.3.4
11742026-04-13T21:35:17.917Z Downloaded zone_cfg_derive v0.3.1
11752026-04-13T21:35:17.921Z Downloaded toml_parser v1.0.9+spec-1.1.0
11762026-04-13T21:35:17.921Z Downloaded zone v0.3.1
11772026-04-13T21:35:17.927Z Downloaded rand v0.9.2
11782026-04-13T21:35:17.927Z Downloaded walkdir v2.5.0
11792026-04-13T21:35:17.927Z Downloaded tracing-attributes v0.1.31
11802026-04-13T21:35:17.927Z Downloaded hyper v1.8.1
11812026-04-13T21:35:17.935Z Downloaded hkdf v0.12.4
11822026-04-13T21:35:17.938Z Downloaded twox-hash v2.1.2
11832026-04-13T21:35:17.942Z Downloaded whoami v1.6.1
11842026-04-13T21:35:17.945Z Downloaded itertools v0.14.0
11852026-04-13T21:35:17.948Z Downloaded tinyvec v1.10.0
11862026-04-13T21:35:17.948Z Downloaded schemars v1.2.1
11872026-04-13T21:35:17.956Z Downloaded xshell v0.2.7
11882026-04-13T21:35:17.961Z Downloaded wyz v0.5.1
11892026-04-13T21:35:17.961Z Downloaded unicode-properties v0.1.4
11902026-04-13T21:35:17.962Z Downloaded toml v0.7.8
11912026-04-13T21:35:17.969Z Downloaded tokio-rustls v0.26.4
11922026-04-13T21:35:17.969Z Downloaded p521 v0.13.3
11932026-04-13T21:35:17.970Z Downloaded toml v0.9.12+spec-1.1.0
11942026-04-13T21:35:17.970Z Downloaded whoami v2.1.0
11952026-04-13T21:35:17.981Z Downloaded h2 v0.4.13
11962026-04-13T21:35:17.981Z Downloaded zeroize v1.8.2
11972026-04-13T21:35:17.981Z Downloaded vergen v9.0.6
11982026-04-13T21:35:17.981Z Downloaded snafu v0.8.9
11992026-04-13T21:35:17.991Z Downloaded uzers v0.12.2
12002026-04-13T21:35:17.991Z Downloaded zstd-safe v7.2.4
12012026-04-13T21:35:17.992Z Downloaded toml v1.0.6+spec-1.1.0
12022026-04-13T21:35:17.992Z Downloaded vergen-git2 v1.0.7
12032026-04-13T21:35:18.002Z Downloaded bitvec v1.0.1
12042026-04-13T21:35:18.002Z Downloaded unicode-bidi v0.3.18
12052026-04-13T21:35:18.002Z Downloaded steno v0.4.1
12062026-04-13T21:35:18.006Z Downloaded serde_yaml v0.9.34+deprecated
12072026-04-13T21:35:18.006Z Downloaded libm v0.2.16
12082026-04-13T21:35:18.010Z Downloaded rpassword v7.4.0
12092026-04-13T21:35:18.013Z Downloaded typify v0.6.1
12102026-04-13T21:35:18.018Z Downloaded rustyline v14.0.0
12112026-04-13T21:35:18.018Z Downloaded zerocopy v0.6.6
12122026-04-13T21:35:18.024Z Downloaded unsafe-libyaml v0.2.11
12132026-04-13T21:35:18.024Z Downloaded tar v0.4.45
12142026-04-13T21:35:18.031Z Downloaded russh v0.45.0
12152026-04-13T21:35:18.031Z Downloaded tracing-core v0.1.36
12162026-04-13T21:35:18.031Z Downloaded aws-lc-rs v1.16.0
12172026-04-13T21:35:18.035Z Downloaded zstd v0.13.3
12182026-04-13T21:35:18.047Z Downloaded yasna v0.5.2
12192026-04-13T21:35:18.047Z Downloaded typify v0.4.3
12202026-04-13T21:35:18.047Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-04-13T21:35:18.055Z Downloaded ssh-key v0.6.7
12222026-04-13T21:35:18.055Z Downloaded vte v0.14.1
12232026-04-13T21:35:18.059Z Downloaded bindgen v0.71.1
12242026-04-13T21:35:18.059Z Downloaded tungstenite v0.23.0
12252026-04-13T21:35:18.064Z Downloaded tungstenite v0.21.0
12262026-04-13T21:35:18.065Z Downloaded uuid v1.23.0
12272026-04-13T21:35:18.090Z Downloaded chrono v0.4.44
12282026-04-13T21:35:18.095Z Downloaded regex v1.12.3
12292026-04-13T21:35:18.101Z Downloaded reedline v0.40.0
12302026-04-13T21:35:18.111Z Downloaded rand v0.8.5
12312026-04-13T21:35:18.111Z Downloaded tokio-postgres v0.7.16
12322026-04-13T21:35:18.118Z Downloaded zopfli v0.8.3
12332026-04-13T21:35:18.127Z Downloaded reqwest v0.13.2
12342026-04-13T21:35:18.127Z Downloaded yansi v1.0.1
12352026-04-13T21:35:18.127Z Downloaded unicode_categories v0.1.1
12362026-04-13T21:35:18.131Z Downloaded lalrpop v0.19.12
12372026-04-13T21:35:18.141Z Downloaded zip v0.6.6
12382026-04-13T21:35:18.144Z Downloaded quick-xml v0.37.5
12392026-04-13T21:35:18.156Z Downloaded git2 v0.20.4
12402026-04-13T21:35:18.161Z Downloaded portable-atomic v1.13.1
12412026-04-13T21:35:18.164Z Downloaded rustls-webpki v0.101.7
12422026-04-13T21:35:18.171Z Downloaded p384 v0.13.1
12432026-04-13T21:35:18.175Z Downloaded toml_edit v0.19.15
12442026-04-13T21:35:18.192Z Downloaded rayon v1.11.0
12452026-04-13T21:35:18.198Z Downloaded tower v0.5.3
12462026-04-13T21:35:18.199Z Downloaded tower-http v0.6.8
12472026-04-13T21:35:18.202Z Downloaded unicode-segmentation v1.12.0
12482026-04-13T21:35:18.202Z Downloaded x509-cert v0.2.5
12492026-04-13T21:35:18.206Z Downloaded typed-path v0.9.3
12502026-04-13T21:35:18.209Z Downloaded goblin v0.10.5
12512026-04-13T21:35:18.212Z Downloaded petname v2.0.2
12522026-04-13T21:35:18.216Z Downloaded salty v0.3.0
12532026-04-13T21:35:18.222Z Downloaded reqwest v0.12.28
12542026-04-13T21:35:18.225Z Downloaded zip v4.6.1
12552026-04-13T21:35:18.238Z Downloaded zerocopy-derive v0.8.40
12562026-04-13T21:35:18.243Z Downloaded tough v0.20.0
12572026-04-13T21:35:18.247Z Downloaded proptest v1.10.0
12582026-04-13T21:35:18.261Z Downloaded object v0.30.4
12592026-04-13T21:35:18.266Z Downloaded serde_with v3.17.0
12602026-04-13T21:35:18.266Z Downloaded unicode-normalization v0.1.25
12612026-04-13T21:35:18.270Z Downloaded rustls-webpki v0.102.8
12622026-04-13T21:35:18.281Z Downloaded tokio-util v0.7.18
12632026-04-13T21:35:18.288Z Downloaded moka v0.12.13
12642026-04-13T21:35:18.293Z Downloaded curve25519-dalek v4.1.3
12652026-04-13T21:35:18.300Z Downloaded winnow v0.5.40
12662026-04-13T21:35:18.306Z Downloaded quinn-proto v0.11.13
12672026-04-13T21:35:18.310Z Downloaded polar-core v0.27.3
12682026-04-13T21:35:18.317Z Downloaded bstr v1.12.1
12692026-04-13T21:35:18.327Z Downloaded radix_trie v0.2.1
12702026-04-13T21:35:18.338Z Downloaded winnow v0.6.26
12712026-04-13T21:35:18.343Z Downloaded nix v0.29.0
12722026-04-13T21:35:18.350Z Downloaded openssl v0.10.75
12732026-04-13T21:35:18.360Z Downloaded time v0.3.47
12742026-04-13T21:35:18.366Z Downloaded nix v0.28.0
12752026-04-13T21:35:18.369Z Downloaded nix v0.27.1
12762026-04-13T21:35:18.376Z Downloaded smoltcp v0.9.1
12772026-04-13T21:35:18.389Z Downloaded regex-syntax v0.6.29
12782026-04-13T21:35:18.393Z Downloaded zlib-rs v0.6.2
12792026-04-13T21:35:18.397Z Downloaded rustls v0.21.12
12802026-04-13T21:35:18.410Z Downloaded tabled v0.20.0
12812026-04-13T21:35:18.413Z Downloaded vcpkg v0.2.15
12822026-04-13T21:35:18.435Z Downloaded webpki-roots v1.0.6
12832026-04-13T21:35:18.442Z Downloaded nix v0.31.1
12842026-04-13T21:35:18.453Z Downloaded object v0.37.3
12852026-04-13T21:35:18.457Z Downloaded hickory-proto v0.24.4
12862026-04-13T21:35:18.467Z Downloaded zerocopy v0.8.40
12872026-04-13T21:35:18.471Z Downloaded dropshot v0.16.7
12882026-04-13T21:35:18.479Z Downloaded smoltcp v0.11.0
12892026-04-13T21:35:18.487Z Downloaded dropshot v0.17.0
12902026-04-13T21:35:18.504Z Downloaded rustls v0.23.37
12912026-04-13T21:35:18.507Z Downloaded regex-syntax v0.8.10
12922026-04-13T21:35:18.518Z Downloaded openapiv3 v2.2.0
12932026-04-13T21:35:18.522Z Downloaded regress v0.10.5
12942026-04-13T21:35:18.525Z Downloaded diesel v2.3.7
12952026-04-13T21:35:18.534Z Downloaded hickory-proto v0.25.2
12962026-04-13T21:35:18.552Z Downloaded rustix v0.38.44
12972026-04-13T21:35:18.564Z Downloaded rustls v0.22.4
12982026-04-13T21:35:18.598Z Downloaded sqlparser v0.61.0
12992026-04-13T21:35:18.605Z Downloaded sled v0.34.7
13002026-04-13T21:35:18.606Z Downloaded typify-impl v0.6.1
13012026-04-13T21:35:18.620Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-04-13T21:35:18.633Z Downloaded typify-impl v0.4.3
13032026-04-13T21:35:18.644Z Downloaded zerocopy-derive v0.6.6
13042026-04-13T21:35:18.648Z Downloaded tracing v0.1.44
13052026-04-13T21:35:18.659Z Downloaded regex-automata v0.4.14
13062026-04-13T21:35:18.668Z Downloaded chrono-tz v0.10.4
13072026-04-13T21:35:18.678Z Downloaded ratatui v0.29.0
13082026-04-13T21:35:18.698Z Downloaded petgraph v0.6.5
13092026-04-13T21:35:18.709Z Downloaded jiff v0.2.21
13102026-04-13T21:35:18.730Z Downloaded libz-sys v1.1.24
13112026-04-13T21:35:18.745Z Downloaded petgraph v0.8.3
13122026-04-13T21:35:18.749Z Downloaded sha3 v0.10.8
13132026-04-13T21:35:18.752Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-04-13T21:35:18.763Z Downloaded csv v1.4.0
13152026-04-13T21:35:18.798Z Downloaded tokio v1.50.0
13162026-04-13T21:35:18.887Z Downloaded encoding_rs v0.8.35
13172026-04-13T21:35:18.909Z Downloaded ring v0.17.14
13182026-04-13T21:35:18.933Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-04-13T21:35:19.392Z Downloaded aws-lc-sys v0.37.1
13202026-04-13T21:35:19.648Z Compiling syn v2.0.117
13212026-04-13T21:35:19.660Z Compiling libc v0.2.180
13222026-04-13T21:35:19.660Z Compiling serde v1.0.228
13232026-04-13T21:35:19.660Z Compiling log v0.4.29
13242026-04-13T21:35:19.660Z Compiling shlex v1.3.0
13252026-04-13T21:35:19.660Z Compiling find-msvc-tools v0.1.9
13262026-04-13T21:35:19.660Z Compiling smallvec v1.15.1
13272026-04-13T21:35:19.660Z Compiling typenum v1.19.0
13282026-04-13T21:35:19.661Z Compiling subtle v2.6.1
13292026-04-13T21:35:19.661Z Compiling scopeguard v1.2.0
13302026-04-13T21:35:19.661Z Compiling generic-array v0.14.7
13312026-04-13T21:35:19.661Z Compiling const-oid v0.9.6
13322026-04-13T21:35:19.661Z Compiling portable-atomic v1.13.1
13332026-04-13T21:35:19.661Z Compiling zerocopy v0.8.40
13342026-04-13T21:35:19.661Z Compiling critical-section v1.2.0
13352026-04-13T21:35:19.661Z Compiling serde_json v1.0.149
13362026-04-13T21:35:19.972Z Compiling lock_api v0.4.14
13372026-04-13T21:35:20.035Z Compiling pin-project-lite v0.2.17
13382026-04-13T21:35:20.042Z Compiling parking_lot_core v0.9.12
13392026-04-13T21:35:20.147Z Compiling pkg-config v0.3.32
13402026-04-13T21:35:20.164Z Compiling bitflags v2.11.0
13412026-04-13T21:35:20.183Z Compiling libm v0.2.16
13422026-04-13T21:35:20.222Z Compiling num-traits v0.2.19
13432026-04-13T21:35:20.268Z Compiling futures-core v0.3.32
13442026-04-13T21:35:20.284Z Compiling percent-encoding v2.3.2
13452026-04-13T21:35:20.352Z Compiling allocator-api2 v0.2.21
13462026-04-13T21:35:20.385Z Compiling getrandom v0.3.4
13472026-04-13T21:35:20.420Z Compiling cpufeatures v0.2.17
13482026-04-13T21:35:20.453Z Compiling futures-sink v0.3.32
13492026-04-13T21:35:20.470Z Compiling foldhash v0.2.0
13502026-04-13T21:35:20.502Z Compiling futures-task v0.3.32
13512026-04-13T21:35:20.535Z Compiling slab v0.4.12
13522026-04-13T21:35:20.535Z Compiling futures-io v0.3.32
13532026-04-13T21:35:20.580Z Compiling futures-channel v0.3.32
13542026-04-13T21:35:20.694Z Compiling hashbrown v0.16.1
13552026-04-13T21:35:20.711Z Compiling rustversion v1.0.22
13562026-04-13T21:35:20.730Z Compiling form_urlencoded v1.2.2
13572026-04-13T21:35:20.733Z Compiling ident_case v1.0.1
13582026-04-13T21:35:20.747Z Compiling getrandom v0.4.1
13592026-04-13T21:35:20.764Z Compiling fs_extra v1.3.0
13602026-04-13T21:35:20.793Z Compiling base64ct v1.8.3
13612026-04-13T21:35:20.800Z Compiling dunce v1.0.5
13622026-04-13T21:35:20.850Z Compiling getrandom v0.2.17
13632026-04-13T21:35:20.897Z Compiling jobserver v0.1.34
13642026-04-13T21:35:20.912Z Compiling errno v0.3.14
13652026-04-13T21:35:20.933Z Compiling mio v1.1.1
13662026-04-13T21:35:20.952Z Compiling socket2 v0.6.2
13672026-04-13T21:35:21.093Z Compiling rand_core v0.6.4
13682026-04-13T21:35:21.111Z Compiling once_cell v1.21.3
13692026-04-13T21:35:21.128Z Compiling signal-hook-registry v1.4.8
13702026-04-13T21:35:21.143Z Compiling cc v1.2.56
13712026-04-13T21:35:21.147Z Compiling pem-rfc7468 v0.7.0
13722026-04-13T21:35:21.191Z Compiling parking_lot v0.12.5
13732026-04-13T21:35:21.290Z Compiling indexmap v2.13.0
13742026-04-13T21:35:21.343Z Compiling flagset v0.4.7
13752026-04-13T21:35:21.360Z Compiling rand_core v0.10.0
13762026-04-13T21:35:21.379Z Compiling rustix v1.1.3
13772026-04-13T21:35:21.382Z Compiling iana-time-zone v0.1.65
13782026-04-13T21:35:21.432Z Compiling rand_core v0.9.5
13792026-04-13T21:35:21.451Z Compiling rustc_version v0.4.1
13802026-04-13T21:35:21.478Z Compiling vcpkg v0.2.15
13812026-04-13T21:35:21.499Z Compiling aws-lc-rs v1.16.0
13822026-04-13T21:35:21.521Z Compiling regex-syntax v0.8.10
13832026-04-13T21:35:21.586Z Compiling tracing-core v0.1.36
13842026-04-13T21:35:21.630Z Compiling untrusted v0.7.1
13852026-04-13T21:35:21.647Z Compiling schemars v0.8.22
13862026-04-13T21:35:21.776Z Compiling uuid v1.23.0
13872026-04-13T21:35:21.795Z Compiling untrusted v0.9.0
13882026-04-13T21:35:21.841Z Compiling base64 v0.22.1
13892026-04-13T21:35:21.857Z Compiling openssl-probe v0.2.1
13902026-04-13T21:35:21.857Z Compiling httparse v1.10.1
13912026-04-13T21:35:21.875Z Compiling rustls v0.23.37
13922026-04-13T21:35:21.926Z Compiling dyn-clone v1.0.20
13932026-04-13T21:35:21.943Z Compiling try-lock v0.2.5
13942026-04-13T21:35:21.960Z Compiling cmake v0.1.57
13952026-04-13T21:35:22.032Z Compiling atomic-waker v1.1.2
13962026-04-13T21:35:22.072Z Compiling tower-layer v0.3.3
13972026-04-13T21:35:22.090Z Compiling tower-service v0.3.3
13982026-04-13T21:35:22.107Z Compiling tinyvec_macros v0.1.1
13992026-04-13T21:35:22.110Z Compiling want v0.3.1
14002026-04-13T21:35:22.154Z Compiling spin v0.9.8
14012026-04-13T21:35:22.190Z Compiling tinyvec v1.10.0
14022026-04-13T21:35:22.205Z Compiling aho-corasick v1.1.4
14032026-04-13T21:35:22.209Z Compiling openssl v0.10.75
14042026-04-13T21:35:22.242Z Compiling powerfmt v0.2.0
14052026-04-13T21:35:22.246Z Compiling num-conv v0.2.0
14062026-04-13T21:35:22.273Z Compiling pin-utils v0.1.0
14072026-04-13T21:35:22.321Z Compiling crc32fast v1.5.0
14082026-04-13T21:35:22.340Z Compiling time-core v0.1.8
14092026-04-13T21:35:22.373Z Compiling foreign-types-shared v0.1.1
14102026-04-13T21:35:22.393Z Compiling httpdate v1.0.3
14112026-04-13T21:35:22.414Z Compiling deranged v0.5.8
14122026-04-13T21:35:22.430Z Compiling wait-timeout v0.2.1
14132026-04-13T21:35:22.474Z Compiling foreign-types v0.3.2
14142026-04-13T21:35:22.494Z Compiling socket2 v0.5.10
14152026-04-13T21:35:22.511Z Compiling simd-adler32 v0.3.8
14162026-04-13T21:35:22.515Z Compiling time-macros v0.2.27
14172026-04-13T21:35:22.548Z Compiling bit-vec v0.8.0
14182026-04-13T21:35:22.566Z Compiling crossbeam-utils v0.8.21
14192026-04-13T21:35:22.583Z Compiling syn v1.0.109
14202026-04-13T21:35:22.691Z Compiling quick-error v1.2.3
14212026-04-13T21:35:22.723Z Compiling usdt-impl v0.6.0
14222026-04-13T21:35:22.739Z Compiling native-tls v0.2.18
14232026-04-13T21:35:22.765Z Compiling num_threads v0.1.7
14242026-04-13T21:35:22.823Z Compiling siphasher v1.0.2
14252026-04-13T21:35:22.856Z Compiling bit-set v0.8.0
14262026-04-13T21:35:22.892Z Compiling unicode-normalization v0.1.25
14272026-04-13T21:35:22.926Z Compiling aws-lc-sys v0.37.1
14282026-04-13T21:35:22.944Z Compiling ring v0.17.14
14292026-04-13T21:35:22.975Z Compiling openssl-sys v0.9.111
14302026-04-13T21:35:22.992Z Compiling synstructure v0.13.2
14312026-04-13T21:35:22.996Z Compiling serde_derive_internals v0.29.1
14322026-04-13T21:35:22.996Z Compiling pest_generator v2.8.6
14332026-04-13T21:35:23.041Z Compiling darling_core v0.20.11
14342026-04-13T21:35:23.060Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14352026-04-13T21:35:23.167Z Compiling tempfile v3.25.0
14362026-04-13T21:35:23.437Z Compiling regex-automata v0.4.14
14372026-04-13T21:35:23.455Z Compiling rusty-fork v0.3.1
14382026-04-13T21:35:23.533Z Compiling darling_core v0.21.3
14392026-04-13T21:35:23.649Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-04-13T21:35:23.697Z Compiling slog v2.8.2
14412026-04-13T21:35:23.713Z Compiling time v0.3.47
14422026-04-13T21:35:23.800Z Compiling heapless v0.7.17
14432026-04-13T21:35:23.815Z Compiling rand_xorshift v0.4.0
14442026-04-13T21:35:23.910Z Compiling thread-id v5.1.0
14452026-04-13T21:35:23.964Z Compiling sync_wrapper v1.0.2
14462026-04-13T21:35:23.981Z Compiling cookie v0.18.1
14472026-04-13T21:35:24.007Z Compiling unarray v0.1.4
14482026-04-13T21:35:24.025Z Compiling zstd-safe v7.2.4
14492026-04-13T21:35:24.103Z Compiling adler2 v2.0.1
14502026-04-13T21:35:24.106Z Compiling anyhow v1.0.102
14512026-04-13T21:35:24.106Z Compiling paste v1.0.15
14522026-04-13T21:35:24.155Z Compiling unicode-bidi v0.3.18
14532026-04-13T21:35:24.158Z Compiling unicode-properties v0.1.4
14542026-04-13T21:35:24.192Z Compiling signal-hook v0.3.18
14552026-04-13T21:35:24.256Z Compiling miniz_oxide v0.8.9
14562026-04-13T21:35:24.506Z Compiling stringprep v0.1.5
14572026-04-13T21:35:24.655Z Compiling num-integer v0.1.46
14582026-04-13T21:35:24.758Z Compiling vergen-lib v0.1.6
14592026-04-13T21:35:24.774Z Compiling curve25519-dalek v4.1.3
14602026-04-13T21:35:24.817Z Compiling serde_derive v1.0.228
14612026-04-13T21:35:24.953Z Compiling zeroize_derive v1.4.3
14622026-04-13T21:35:24.971Z Compiling zerofrom-derive v0.1.6
14632026-04-13T21:35:25.016Z Compiling yoke-derive v0.8.1
14642026-04-13T21:35:25.034Z Compiling zerocopy-derive v0.8.40
14652026-04-13T21:35:25.051Z Compiling zerovec-derive v0.11.2
14662026-04-13T21:35:25.147Z Compiling displaydoc v0.2.5
14672026-04-13T21:35:25.164Z Compiling tokio-macros v2.6.0
14682026-04-13T21:35:25.384Z Compiling futures-macro v0.3.32
14692026-04-13T21:35:25.471Z Compiling der_derive v0.7.3
14702026-04-13T21:35:25.657Z Compiling zeroize v1.8.2
14712026-04-13T21:35:25.979Z Compiling thiserror-impl v2.0.18
14722026-04-13T21:35:26.000Z Compiling rustls-pki-types v1.14.0
14732026-04-13T21:35:26.219Z Compiling tracing-attributes v0.1.31
14742026-04-13T21:35:26.275Z Compiling pest_derive v2.8.6
14752026-04-13T21:35:26.303Z Compiling futures-util v0.3.32
14762026-04-13T21:35:26.317Z Compiling scroll_derive v0.13.1
14772026-04-13T21:35:26.490Z Compiling crypto-common v0.1.7
14782026-04-13T21:35:26.512Z Compiling block-buffer v0.10.4
14792026-04-13T21:35:26.527Z Compiling zerofrom v0.1.6
14802026-04-13T21:35:26.545Z Compiling block-padding v0.3.3
14812026-04-13T21:35:26.663Z Compiling yoke v0.8.1
14822026-04-13T21:35:26.678Z Compiling digest v0.10.7
14832026-04-13T21:35:26.713Z Compiling inout v0.1.4
14842026-04-13T21:35:26.732Z Compiling der v0.7.10
14852026-04-13T21:35:26.764Z Compiling schemars_derive v0.8.22
14862026-04-13T21:35:26.884Z Compiling zerovec v0.11.5
14872026-04-13T21:35:26.916Z Compiling zerotrie v0.2.3
14882026-04-13T21:35:26.961Z Compiling hmac v0.12.1
14892026-04-13T21:35:27.140Z Compiling sha2 v0.10.9
14902026-04-13T21:35:27.192Z Compiling cipher v0.4.4
14912026-04-13T21:35:27.247Z Compiling pbkdf2 v0.12.2
14922026-04-13T21:35:27.386Z Compiling tinystr v0.8.2
14932026-04-13T21:35:27.408Z Compiling potential_utf v0.1.4
14942026-04-13T21:35:27.408Z Compiling thiserror v2.0.18
14952026-04-13T21:35:27.479Z Compiling salsa20 v0.10.2
14962026-04-13T21:35:27.552Z Compiling icu_collections v2.1.1
14972026-04-13T21:35:27.601Z Compiling icu_locale_core v2.1.1
14982026-04-13T21:35:27.621Z Compiling spki v0.7.3
14992026-04-13T21:35:27.638Z Compiling scrypt v0.11.0
15002026-04-13T21:35:27.642Z Compiling cbc v0.1.2
15012026-04-13T21:35:27.782Z Compiling aes v0.8.4
15022026-04-13T21:35:27.816Z Compiling tracing v0.1.44
15032026-04-13T21:35:27.859Z Compiling scroll v0.13.0
15042026-04-13T21:35:27.935Z Compiling darling_macro v0.20.11
15052026-04-13T21:35:28.003Z Compiling openssl-macros v0.1.1
15062026-04-13T21:35:28.064Z Compiling dtrace-parser v0.3.0
15072026-04-13T21:35:28.100Z Compiling goblin v0.10.5
15082026-04-13T21:35:28.128Z Compiling signature v2.2.0
15092026-04-13T21:35:28.153Z Compiling rustls-native-certs v0.8.3
15102026-04-13T21:35:28.343Z Compiling icu_provider v2.1.1
15112026-04-13T21:35:28.470Z Compiling bytes v1.11.1
15122026-04-13T21:35:28.487Z Compiling chrono v0.4.44
15132026-04-13T21:35:28.504Z Compiling pkcs5 v0.7.1
15142026-04-13T21:35:28.534Z Compiling ipnet v2.11.0
15152026-04-13T21:35:28.539Z Compiling darling v0.20.11
15162026-04-13T21:35:28.571Z Compiling thiserror-impl v1.0.69
15172026-04-13T21:35:28.653Z Compiling icu_normalizer v2.1.1
15182026-04-13T21:35:28.676Z Compiling icu_properties v2.1.2
15192026-04-13T21:35:28.693Z Compiling derive_builder_core v0.20.2
15202026-04-13T21:35:28.866Z Compiling pkcs8 v0.10.2
15212026-04-13T21:35:28.883Z Compiling scroll_derive v0.12.1
15222026-04-13T21:35:29.009Z Compiling tokio v1.50.0
15232026-04-13T21:35:29.062Z Compiling http v1.4.0
15242026-04-13T21:35:29.111Z Compiling toml_datetime v0.6.11
15252026-04-13T21:35:29.206Z Compiling serde_tokenstream v0.2.3
15262026-04-13T21:35:29.221Z Compiling erased-serde v0.3.31
15272026-04-13T21:35:29.404Z Compiling serde_spanned v0.6.9
15282026-04-13T21:35:29.552Z Compiling idna_adapter v1.2.1
15292026-04-13T21:35:29.577Z Compiling ppv-lite86 v0.2.21
15302026-04-13T21:35:29.595Z Compiling scroll v0.12.0
15312026-04-13T21:35:29.612Z Compiling derive_builder_macro v0.20.2
15322026-04-13T21:35:29.711Z Compiling md-5 v0.10.6
15332026-04-13T21:35:29.765Z Compiling idna v1.1.0
15342026-04-13T21:35:29.768Z Compiling http-body v1.0.1
15352026-04-13T21:35:29.853Z Compiling webpki-roots v1.0.6
15362026-04-13T21:35:29.901Z Compiling http-body-util v0.1.3
15372026-04-13T21:35:29.918Z Compiling darling_macro v0.21.3
15382026-04-13T21:35:29.936Z Compiling rand_chacha v0.9.0
15392026-04-13T21:35:29.953Z Compiling thiserror v1.0.69
15402026-04-13T21:35:29.956Z Compiling rand_chacha v0.3.1
15412026-04-13T21:35:29.988Z Compiling zerocopy-derive v0.7.35
15422026-04-13T21:35:30.005Z Compiling ff v0.13.1
15432026-04-13T21:35:30.009Z Compiling hash32 v0.2.1
15442026-04-13T21:35:30.082Z Compiling memoffset v0.9.1
15452026-04-13T21:35:30.085Z Compiling ref-cast v1.0.25
15462026-04-13T21:35:30.168Z Compiling url v2.5.8
15472026-04-13T21:35:30.185Z Compiling rand v0.9.2
15482026-04-13T21:35:30.200Z Compiling num-bigint-dig v0.8.6
15492026-04-13T21:35:30.244Z Compiling litrs v1.0.0
15502026-04-13T21:35:30.312Z Compiling ryu v1.0.23
15512026-04-13T21:35:30.428Z Compiling iri-string v0.7.10
15522026-04-13T21:35:30.444Z Compiling fallible-iterator v0.2.0
15532026-04-13T21:35:30.458Z Compiling smoltcp v0.9.1
15542026-04-13T21:35:30.498Z Compiling cfg_aliases v0.2.1
15552026-04-13T21:35:30.519Z Compiling rustix v0.38.44
15562026-04-13T21:35:30.588Z Compiling zlib-rs v0.6.2
15572026-04-13T21:35:30.778Z Compiling proptest v1.10.0
15582026-04-13T21:35:30.831Z Compiling base16ct v0.2.0
15592026-04-13T21:35:30.847Z Compiling psl-types v2.0.11
15602026-04-13T21:35:30.907Z Compiling dof v0.4.0
15612026-04-13T21:35:30.930Z Compiling zerocopy v0.7.35
15622026-04-13T21:35:31.020Z Compiling sec1 v0.7.3
15632026-04-13T21:35:31.036Z Compiling publicsuffix v2.3.0
15642026-04-13T21:35:31.113Z Compiling document-features v0.2.12
15652026-04-13T21:35:31.148Z Compiling postgres-protocol v0.6.10
15662026-04-13T21:35:31.163Z Compiling nix v0.31.1
15672026-04-13T21:35:31.233Z Compiling darling v0.21.3
15682026-04-13T21:35:31.301Z Compiling serde_urlencoded v0.7.1
15692026-04-13T21:35:31.385Z Compiling derive_builder v0.20.2
15702026-04-13T21:35:31.485Z Compiling ipnetwork v0.21.1
15712026-04-13T21:35:31.521Z Compiling rand v0.8.5
15722026-04-13T21:35:31.579Z Compiling group v0.13.0
15732026-04-13T21:35:31.595Z Compiling goblin v0.8.2
15742026-04-13T21:35:31.751Z Compiling oxnet v0.1.4
15752026-04-13T21:35:31.786Z Compiling hubpack_derive v0.1.1
15762026-04-13T21:35:31.926Z Compiling cargo-platform v0.1.9
15772026-04-13T21:35:31.998Z Compiling hkdf v0.12.4
15782026-04-13T21:35:32.044Z Compiling crypto-bigint v0.5.5
15792026-04-13T21:35:32.061Z Compiling regex v1.12.3
15802026-04-13T21:35:32.213Z Compiling num-iter v0.1.45
15812026-04-13T21:35:32.232Z Compiling async-trait v0.1.89
15822026-04-13T21:35:32.246Z Compiling ref-cast-impl v1.0.25
15832026-04-13T21:35:32.249Z Compiling daft-derive v0.1.5
15842026-04-13T21:35:32.281Z Compiling curve25519-dalek-derive v0.1.1
15852026-04-13T21:35:32.358Z Compiling strum_macros v0.27.2
15862026-04-13T21:35:32.544Z Compiling terminal_size v0.4.3
15872026-04-13T21:35:32.702Z Compiling phf_shared v0.13.1
15882026-04-13T21:35:32.755Z Compiling lazy_static v1.5.0
15892026-04-13T21:35:32.771Z Compiling vergen v9.0.6
15902026-04-13T21:35:32.814Z Compiling tokio-util v0.7.18
15912026-04-13T21:35:32.832Z Compiling tower v0.5.3
15922026-04-13T21:35:32.872Z Compiling tokio-native-tls v0.3.1
15932026-04-13T21:35:32.974Z Compiling fs-err v3.3.0
15942026-04-13T21:35:32.977Z Compiling ahash v0.8.12
15952026-04-13T21:35:32.977Z Compiling foldhash v0.1.5
15962026-04-13T21:35:33.024Z Compiling managed v0.8.0
15972026-04-13T21:35:33.039Z Compiling object v0.37.3
15982026-04-13T21:35:33.068Z Compiling libbz2-rs-sys v0.2.2
15992026-04-13T21:35:33.199Z Compiling newtype-uuid v1.3.2
16002026-04-13T21:35:33.217Z Compiling bitflags v1.3.2
16012026-04-13T21:35:33.230Z Compiling unicode-segmentation v1.12.0
16022026-04-13T21:35:33.254Z Compiling tower-http v0.6.8
16032026-04-13T21:35:33.302Z Compiling winnow v0.5.40
16042026-04-13T21:35:33.320Z Compiling bumpalo v3.20.2
16052026-04-13T21:35:33.408Z Compiling daft v0.1.5
16062026-04-13T21:35:33.556Z Compiling h2 v0.4.13
16072026-04-13T21:35:33.602Z Compiling flate2 v1.1.9
16082026-04-13T21:35:33.649Z Compiling zopfli v0.8.3
16092026-04-13T21:35:33.695Z Compiling bzip2 v0.6.1
16102026-04-13T21:35:33.785Z Compiling clap_builder v4.5.60
16112026-04-13T21:35:33.825Z Compiling hashbrown v0.15.5
16122026-04-13T21:35:33.896Z Compiling dof v0.3.0
16132026-04-13T21:35:33.921Z Compiling elliptic-curve v0.13.8
16142026-04-13T21:35:34.034Z Compiling phf v0.13.1
16152026-04-13T21:35:34.279Z Compiling signal-hook-mio v0.2.5
16162026-04-13T21:35:34.409Z Compiling cargo_metadata v0.19.2
16172026-04-13T21:35:34.412Z Compiling usdt-attr-macro v0.6.0
16182026-04-13T21:35:34.445Z Compiling usdt-macro v0.6.0
16192026-04-13T21:35:34.448Z Compiling strum v0.27.2
16202026-04-13T21:35:34.478Z Compiling cookie_store v0.22.1
16212026-04-13T21:35:34.624Z Compiling hubpack v0.1.2
16222026-04-13T21:35:34.691Z Compiling bzip2 v0.4.4
16232026-04-13T21:35:34.851Z Compiling toml_edit v0.19.15
16242026-04-13T21:35:34.902Z Compiling postgres-types v0.2.12
16252026-04-13T21:35:34.936Z Compiling serde_with_macros v3.17.0
16262026-04-13T21:35:34.952Z Compiling zstd v0.13.3
16272026-04-13T21:35:35.237Z Compiling dtrace-parser v0.2.0
16282026-04-13T21:35:35.255Z Compiling pkcs1 v0.7.5
16292026-04-13T21:35:35.255Z Compiling ed25519 v2.2.3
16302026-04-13T21:35:35.333Z Compiling hex v0.4.3
16312026-04-13T21:35:35.333Z Compiling serde-big-array v0.5.1
16322026-04-13T21:35:35.510Z Compiling rfc6979 v0.4.0
16332026-04-13T21:35:35.527Z Compiling bstr v1.12.1
16342026-04-13T21:35:35.650Z Compiling strum_macros v0.26.4
16352026-04-13T21:35:35.666Z Compiling enum-as-inner v0.6.1
16362026-04-13T21:35:35.697Z Compiling serde_repr v0.1.20
16372026-04-13T21:35:35.854Z Compiling clap_derive v4.5.55
16382026-04-13T21:35:36.041Z Compiling phf_shared v0.11.3
16392026-04-13T21:35:36.157Z Compiling float-cmp v0.10.0
16402026-04-13T21:35:36.184Z Compiling thread-id v4.2.2
16412026-04-13T21:35:36.225Z Compiling memmap2 v0.9.10
16422026-04-13T21:35:36.243Z Compiling env_filter v1.0.0
16432026-04-13T21:35:36.259Z Compiling encoding_rs v0.8.35
16442026-04-13T21:35:36.262Z Compiling precomputed-hash v0.1.1
16452026-04-13T21:35:36.293Z Compiling mime v0.3.17
16462026-04-13T21:35:36.296Z Compiling difflib v0.4.0
16472026-04-13T21:35:36.333Z Compiling predicates-core v1.0.10
16482026-04-13T21:35:36.389Z Compiling either v1.15.0
16492026-04-13T21:35:36.475Z Compiling keccak v0.1.6
16502026-04-13T21:35:36.541Z Compiling rustc-hash v2.1.1
16512026-04-13T21:35:36.584Z Compiling static_assertions v1.1.0
16522026-04-13T21:35:36.612Z Compiling fixedbitset v0.5.7
16532026-04-13T21:35:36.626Z Compiling jiff v0.2.21
16542026-04-13T21:35:36.679Z Compiling hyper v1.8.1
16552026-04-13T21:35:36.697Z Compiling normalize-line-endings v0.3.0
16562026-04-13T21:35:36.815Z Compiling fixedbitset v0.4.2
16572026-04-13T21:35:36.915Z Compiling new_debug_unreachable v1.0.6
16582026-04-13T21:35:36.939Z Compiling data-encoding v2.10.0
16592026-04-13T21:35:36.954Z Compiling whoami v2.1.0
16602026-04-13T21:35:37.007Z Compiling string_cache v0.8.9
16612026-04-13T21:35:37.060Z Compiling petgraph v0.6.5
16622026-04-13T21:35:37.134Z Compiling toml_edit v0.22.27
16632026-04-13T21:35:37.262Z Compiling hickory-proto v0.25.2
16642026-04-13T21:35:37.323Z Compiling tokio-postgres v0.7.16
16652026-04-13T21:35:37.366Z Compiling petgraph v0.8.3
16662026-04-13T21:35:37.519Z Compiling strum v0.26.3
16672026-04-13T21:35:37.630Z Compiling predicates v3.1.4
16682026-04-13T21:35:37.678Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692026-04-13T21:35:37.694Z Compiling iddqd v0.3.17
16702026-04-13T21:35:37.715Z Compiling sha3 v0.10.8
16712026-04-13T21:35:37.728Z Compiling clap v4.5.60
16722026-04-13T21:35:37.832Z Compiling hyper-util v0.1.20
16732026-04-13T21:35:37.884Z Compiling itertools v0.13.0
16742026-04-13T21:35:38.206Z Compiling env_logger v0.11.9
16752026-04-13T21:35:38.322Z Compiling usdt v0.6.0
16762026-04-13T21:35:38.338Z Compiling toml v0.7.8
16772026-04-13T21:35:38.592Z Compiling usdt-impl v0.5.0
16782026-04-13T21:35:38.610Z Compiling serde_with v3.17.0
16792026-04-13T21:35:38.625Z Compiling similar v2.7.0
16802026-04-13T21:35:38.875Z Compiling crossterm v0.28.1
16812026-04-13T21:35:38.971Z Compiling ecdsa v0.16.9
16822026-04-13T21:35:39.143Z Compiling rsa v0.9.10
16832026-04-13T21:35:39.235Z Compiling hyper-tls v0.6.0
16842026-04-13T21:35:39.360Z Compiling zip v4.6.1
16852026-04-13T21:35:39.382Z Compiling ed25519-dalek v2.2.0
16862026-04-13T21:35:39.611Z Compiling zip v0.6.6
16872026-04-13T21:35:39.969Z Compiling heck v0.4.1
16882026-04-13T21:35:40.006Z Compiling tokio-stream v0.1.18
16892026-04-13T21:35:40.112Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-04-13T21:35:40.209Z Compiling buf-list v1.1.2
16912026-04-13T21:35:40.227Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-04-13T21:35:40.231Z Compiling openapiv3 v2.2.0
16932026-04-13T21:35:40.277Z Compiling x509-cert v0.2.5
16942026-04-13T21:35:40.420Z Compiling sha1 v0.10.6
16952026-04-13T21:35:40.437Z Compiling crossbeam-epoch v0.9.18
16962026-04-13T21:35:40.500Z Compiling toml_datetime v0.7.5+spec-1.1.0
16972026-04-13T21:35:40.523Z Compiling lalrpop-util v0.19.12
16982026-04-13T21:35:40.554Z Compiling peg-runtime v0.8.5
16992026-04-13T21:35:40.587Z Compiling thread_local v1.1.9
17002026-04-13T21:35:40.680Z Compiling slog-async v2.8.0
17012026-04-13T21:35:40.748Z Compiling futures-executor v0.3.32
17022026-04-13T21:35:40.793Z Compiling crossbeam-channel v0.5.15
17032026-04-13T21:35:40.808Z Compiling filetime v0.2.27
17042026-04-13T21:35:40.828Z Compiling is-terminal v0.4.17
17052026-04-13T21:35:40.874Z Compiling term v1.2.1
17062026-04-13T21:35:40.891Z Compiling xattr v1.6.1
17072026-04-13T21:35:40.947Z Compiling take_mut v0.2.2
17082026-04-13T21:35:40.964Z Compiling futures v0.3.32
17092026-04-13T21:35:41.027Z Compiling tar v0.4.45
17102026-04-13T21:35:41.239Z Compiling slog-term v2.9.2
17112026-04-13T21:35:56.315Z Compiling rustls-webpki v0.103.9
17122026-04-13T21:35:59.180Z Compiling tokio-rustls v0.26.4
17132026-04-13T21:35:59.180Z Compiling rustls-platform-verifier v0.6.2
17142026-04-13T21:35:59.386Z Compiling hyper-rustls v0.27.7
17152026-04-13T21:35:59.592Z Compiling reqwest v0.13.2
17162026-04-13T21:35:59.592Z Compiling reqwest v0.12.28
17172026-04-13T21:36:01.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17182026-04-13T21:36:01.849Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17192026-04-13T21:36:04.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.38s
17202026-04-13T21:36:04.831Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17212026-04-13T21:36:04.892ZApr 13 21:36:04.093 INFO Starting download, target: DendriteStub
17222026-04-13T21:36:04.892ZApr 13 21:36:04.093 INFO Starting download, target: Cockroach
17232026-04-13T21:36:04.892ZApr 13 21:36:04.093 INFO Starting download, target: Console
17242026-04-13T21:36:04.892ZApr 13 21:36:04.093 INFO Starting download, target: Clickhouse
17252026-04-13T21:36:04.892ZApr 13 21:36:04.093 INFO Starting download, target: MaghemiteMgd
17262026-04-13T21:36:04.892ZApr 13 21:36:04.093 INFO Starting download, target: TransceiverControl
17272026-04-13T21:36:04.896ZApr 13 21:36:04.094 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-04-13T21:36:04.896ZApr 13 21:36:04.094 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-04-13T21:36:04.896ZApr 13 21:36:04.094 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-04-13T21:36:04.896ZApr 13 21:36:04.094 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-04-13T21:36:04.896ZApr 13 21:36:04.094 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-04-13T21:36:04.896ZApr 13 21:36:04.094 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-04-13T21:36:05.340ZApr 13 21:36:04.540 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-04-13T21:36:05.546ZApr 13 21:36:04.746 INFO Download complete, target: TransceiverControl
17352026-04-13T21:36:05.958ZApr 13 21:36:05.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-04-13T21:36:06.203ZApr 13 21:36:05.397 INFO Download complete, target: Console
17372026-04-13T21:36:06.786ZApr 13 21:36:05.986 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-04-13T21:36:07.019ZApr 13 21:36:06.218 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-04-13T21:36:07.042ZApr 13 21:36:06.240 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-04-13T21:36:07.578ZApr 13 21:36:06.779 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-04-13T21:36:07.579ZApr 13 21:36:06.779 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-04-13T21:36:09.101ZApr 13 21:36:08.296 INFO Download complete, target: DendriteStub
17432026-04-13T21:36:09.344ZApr 13 21:36:08.544 INFO Download complete, target: MaghemiteMgd
17442026-04-13T21:36:12.370ZApr 13 21:36:11.568 INFO Checking that binary works, target: Cockroach
17452026-04-13T21:36:12.503ZApr 13 21:36:11.698 INFO Download complete, target: Cockroach
17462026-04-13T21:36:14.024ZApr 13 21:36:13.224 INFO Checking that binary works, target: Clickhouse
17472026-04-13T21:36:14.127ZApr 13 21:36:13.327 INFO Download complete, target: Clickhouse
17482026-04-13T21:36:14.133ZAll prerequisites installed successfully
17492026-04-13T21:36:14.136Z
17502026-04-13T21:36:14.136Zreal 2:46.964834462
17512026-04-13T21:36:14.136Zuser 7:21.165171658
17522026-04-13T21:36:14.136Zsys 1:50.577811383
17532026-04-13T21:36:14.136Ztrap 0.267929344
17542026-04-13T21:36:14.136Ztflt 1.803742833
17552026-04-13T21:36:14.136Zdflt 2.415853149
17562026-04-13T21:36:14.136Zkflt 0.051027967
17572026-04-13T21:36:14.136Zlock 22:53.594734591
17582026-04-13T21:36:14.136Zslp 19:51.355822274
17592026-04-13T21:36:14.136Zlat 24.658158550
17602026-04-13T21:36:14.137Zstop 3:11.205084458
17612026-04-13T21:36:14.137Z+ ptime -m cargo xtask download softnpu
17622026-04-13T21:36:14.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17632026-04-13T21:36:14.706Z Running `target/debug/xtask download softnpu`
17642026-04-13T21:36:15.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17652026-04-13T21:36:15.545Z Running `target/debug/xtask-downloader softnpu`
17662026-04-13T21:36:15.589ZApr 13 21:36:14.788 INFO Starting download, target: Softnpu
17672026-04-13T21:36:15.593ZApr 13 21:36:14.789 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17682026-04-13T21:36:16.126ZApr 13 21:36:15.325 INFO Download complete, target: Softnpu
17692026-04-13T21:36:16.129Z
17702026-04-13T21:36:16.130Zreal 1.989689721
17712026-04-13T21:36:16.130Zuser 1.324672778
17722026-04-13T21:36:16.130Zsys 0.679090941
17732026-04-13T21:36:16.130Ztrap 0.000830033
17742026-04-13T21:36:16.130Ztflt 0.000329741
17752026-04-13T21:36:16.130Zdflt 0.000153283
17762026-04-13T21:36:16.130Zkflt 0.000000000
17772026-04-13T21:36:16.130Zlock 9.918495803
17782026-04-13T21:36:16.130Zslp 0.370659244
17792026-04-13T21:36:16.130Zlat 0.090815678
17802026-04-13T21:36:16.130Zstop 0.000188351
17812026-04-13T21:36:16.133Z+ export CARGO_INCREMENTAL=0
17822026-04-13T21:36:16.133Z+ CARGO_INCREMENTAL=0
17832026-04-13T21:36:16.133Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17842026-04-13T21:36:17.038Z Compiling proc-macro2 v1.0.106
17852026-04-13T21:36:17.038Z Compiling quote v1.0.44
17862026-04-13T21:36:17.038Z Compiling unicode-ident v1.0.24
17872026-04-13T21:36:17.042Z Compiling libc v0.2.180
17882026-04-13T21:36:17.042Z Compiling serde_core v1.0.228
17892026-04-13T21:36:17.042Z Compiling serde v1.0.228
17902026-04-13T21:36:17.042Z Compiling cfg-if v1.0.4
17912026-04-13T21:36:17.042Z Compiling version_check v0.9.5
17922026-04-13T21:36:17.042Z Compiling find-msvc-tools v0.1.9
17932026-04-13T21:36:17.042Z Compiling shlex v1.3.0
17942026-04-13T21:36:17.184Z Compiling typenum v1.19.0
17952026-04-13T21:36:17.198Z Compiling autocfg v1.5.0
17962026-04-13T21:36:17.201Z Compiling zmij v1.0.21
17972026-04-13T21:36:17.201Z Compiling serde_json v1.0.149
17982026-04-13T21:36:17.201Z Compiling portable-atomic v1.13.1
17992026-04-13T21:36:17.383Z Compiling memchr v2.8.0
18002026-04-13T21:36:17.403Z Compiling zerocopy v0.8.40
18012026-04-13T21:36:17.475Z Compiling generic-array v0.14.7
18022026-04-13T21:36:17.495Z Compiling libm v0.2.16
18032026-04-13T21:36:17.529Z Compiling smallvec v1.15.1
18042026-04-13T21:36:17.690Z Compiling icu_normalizer_data v2.1.1
18052026-04-13T21:36:17.694Z Compiling parking_lot_core v0.9.12
18062026-04-13T21:36:17.694Z Compiling icu_properties_data v2.1.2
18072026-04-13T21:36:17.740Z Compiling itoa v1.0.17
18082026-04-13T21:36:17.743Z Compiling log v0.4.29
18092026-04-13T21:36:17.747Z Compiling num-traits v0.2.19
18102026-04-13T21:36:17.869Z Compiling stable_deref_trait v1.2.1
18112026-04-13T21:36:17.873Z Compiling pkg-config v0.3.32
18122026-04-13T21:36:17.922Z Compiling getrandom v0.4.1
18132026-04-13T21:36:17.953Z Compiling subtle v2.6.1
18142026-04-13T21:36:18.097Z Compiling getrandom v0.3.4
18152026-04-13T21:36:18.178Z Compiling scopeguard v1.2.0
18162026-04-13T21:36:18.222Z Compiling jobserver v0.1.34
18172026-04-13T21:36:18.280Z Compiling getrandom v0.2.17
18182026-04-13T21:36:18.297Z Compiling lock_api v0.4.14
18192026-04-13T21:36:18.387Z Compiling errno v0.3.14
18202026-04-13T21:36:18.427Z Compiling percent-encoding v2.3.2
18212026-04-13T21:36:18.443Z Compiling rand_core v0.6.4
18222026-04-13T21:36:18.482Z Compiling cc v1.2.56
18232026-04-13T21:36:18.523Z Compiling litemap v0.8.1
18242026-04-13T21:36:18.562Z Compiling syn v2.0.117
18252026-04-13T21:36:18.580Z Compiling writeable v0.6.2
18262026-04-13T21:36:18.612Z Compiling thiserror v2.0.18
18272026-04-13T21:36:18.615Z Compiling fnv v1.0.7
18282026-04-13T21:36:18.736Z Compiling pin-project-lite v0.2.17
18292026-04-13T21:36:18.796Z Compiling critical-section v1.2.0
18302026-04-13T21:36:18.847Z Compiling equivalent v1.0.2
18312026-04-13T21:36:18.876Z Compiling allocator-api2 v0.2.21
18322026-04-13T21:36:18.892Z Compiling rustversion v1.0.22
18332026-04-13T21:36:18.927Z Compiling schemars v0.8.22
18342026-04-13T21:36:19.009Z Compiling utf8_iter v1.0.4
18352026-04-13T21:36:19.012Z Compiling foldhash v0.2.0
18362026-04-13T21:36:19.160Z Compiling dunce v1.0.5
18372026-04-13T21:36:19.176Z Compiling fs_extra v1.3.0
18382026-04-13T21:36:19.225Z Compiling form_urlencoded v1.2.2
18392026-04-13T21:36:19.283Z Compiling cmake v0.1.57
18402026-04-13T21:36:19.348Z Compiling hashbrown v0.16.1
18412026-04-13T21:36:19.368Z Compiling once_cell v1.21.3
18422026-04-13T21:36:19.421Z Compiling const-oid v0.9.6
18432026-04-13T21:36:19.496Z Compiling semver v1.0.27
18442026-04-13T21:36:19.662Z Compiling bitflags v2.11.0
18452026-04-13T21:36:19.697Z Compiling signal-hook-registry v1.4.8
18462026-04-13T21:36:19.818Z Compiling rustix v1.1.3
18472026-04-13T21:36:19.833Z Compiling socket2 v0.6.2
18482026-04-13T21:36:19.858Z Compiling mio v1.1.1
18492026-04-13T21:36:19.881Z Compiling ring v0.17.14
18502026-04-13T21:36:19.939Z Compiling aws-lc-sys v0.37.1
18512026-04-13T21:36:19.956Z Compiling indexmap v2.13.0
18522026-04-13T21:36:19.986Z Compiling parking_lot v0.12.5
18532026-04-13T21:36:20.104Z Compiling aws-lc-rs v1.16.0
18542026-04-13T21:36:20.119Z Compiling rand_core v0.10.0
18552026-04-13T21:36:20.163Z Compiling strsim v0.11.1
18562026-04-13T21:36:20.183Z Compiling thiserror v1.0.69
18572026-04-13T21:36:20.205Z Compiling futures-core v0.3.32
18582026-04-13T21:36:20.333Z Compiling httparse v1.10.1
18592026-04-13T21:36:20.399Z Compiling ucd-trie v0.1.7
18602026-04-13T21:36:20.416Z Compiling byteorder v1.5.0
18612026-04-13T21:36:20.613Z Compiling pest v2.8.6
18622026-04-13T21:36:20.630Z Compiling syn v1.0.109
18632026-04-13T21:36:20.666Z Compiling iana-time-zone v0.1.65
18642026-04-13T21:36:20.682Z Compiling vcpkg v0.2.15
18652026-04-13T21:36:20.686Z Compiling ident_case v1.0.1
18662026-04-13T21:36:20.714Z Compiling heck v0.5.0
18672026-04-13T21:36:20.751Z Compiling uuid v1.23.0
18682026-04-13T21:36:20.773Z Compiling cpufeatures v0.2.17
18692026-04-13T21:36:20.869Z Compiling regex-syntax v0.8.10
18702026-04-13T21:36:21.086Z Compiling rustc_version v0.4.1
18712026-04-13T21:36:21.189Z Compiling rustls v0.23.37
18722026-04-13T21:36:21.235Z Compiling futures-sink v0.3.32
18732026-04-13T21:36:21.261Z Compiling openssl-sys v0.9.111
18742026-04-13T21:36:21.365Z Compiling futures-channel v0.3.32
18752026-04-13T21:36:21.434Z Compiling futures-task v0.3.32
18762026-04-13T21:36:21.437Z Compiling slab v0.4.12
18772026-04-13T21:36:21.437Z Compiling futures-io v0.3.32
18782026-04-13T21:36:21.479Z Compiling synstructure v0.13.2
18792026-04-13T21:36:21.505Z Compiling serde_derive_internals v0.29.1
18802026-04-13T21:36:21.687Z Compiling pest_meta v2.8.6
18812026-04-13T21:36:21.690Z Compiling dyn-clone v1.0.20
18822026-04-13T21:36:21.720Z Compiling plain v0.2.3
18832026-04-13T21:36:21.796Z Compiling aho-corasick v1.1.4
18842026-04-13T21:36:21.881Z Compiling crossbeam-utils v0.8.21
18852026-04-13T21:36:21.897Z Compiling time-core v0.1.8
18862026-04-13T21:36:21.900Z Compiling num-conv v0.2.0
18872026-04-13T21:36:22.023Z Compiling openssl v0.10.75
18882026-04-13T21:36:22.088Z Compiling time-macros v0.2.27
18892026-04-13T21:36:22.193Z Compiling pretty-hex v0.4.1
18902026-04-13T21:36:22.245Z Compiling base64 v0.22.1
18912026-04-13T21:36:22.279Z Compiling pest_generator v2.8.6
18922026-04-13T21:36:22.357Z Compiling anyhow v1.0.102
18932026-04-13T21:36:22.361Z Compiling base64ct v1.8.3
18942026-04-13T21:36:22.395Z Compiling crc32fast v1.5.0
18952026-04-13T21:36:22.410Z Compiling darling_core v0.21.3
18962026-04-13T21:36:22.429Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18972026-04-13T21:36:22.545Z Compiling native-tls v0.2.18
18982026-04-13T21:36:22.690Z Compiling regex-automata v0.4.14
18992026-04-13T21:36:22.694Z Compiling pem-rfc7468 v0.7.0
19002026-04-13T21:36:22.724Z Compiling flagset v0.4.7
19012026-04-13T21:36:22.760Z Compiling serde_derive v1.0.228
19022026-04-13T21:36:22.777Z Compiling zeroize_derive v1.4.3
19032026-04-13T21:36:22.792Z Compiling zerofrom-derive v0.1.6
19042026-04-13T21:36:22.832Z Compiling yoke-derive v0.8.1
19052026-04-13T21:36:22.885Z Compiling zerovec-derive v0.11.2
19062026-04-13T21:36:22.933Z Compiling displaydoc v0.2.5
19072026-04-13T21:36:22.949Z Compiling zerocopy-derive v0.8.40
19082026-04-13T21:36:22.970Z Compiling tokio-macros v2.6.0
19092026-04-13T21:36:22.994Z Compiling futures-macro v0.3.32
19102026-04-13T21:36:23.010Z Compiling thiserror-impl v2.0.18
19112026-04-13T21:36:23.082Z Compiling schemars_derive v0.8.22
19122026-04-13T21:36:23.215Z Compiling der_derive v0.7.3
19132026-04-13T21:36:23.412Z Compiling zeroize v1.8.2
19142026-04-13T21:36:23.709Z Compiling tracing-attributes v0.1.31
19152026-04-13T21:36:23.786Z Compiling thiserror-impl v1.0.69
19162026-04-13T21:36:23.818Z Compiling pest_derive v2.8.6
19172026-04-13T21:36:23.943Z Compiling zerofrom v0.1.6
19182026-04-13T21:36:24.103Z Compiling yoke v0.8.1
19192026-04-13T21:36:24.168Z Compiling futures-util v0.3.32
19202026-04-13T21:36:24.225Z Compiling crypto-common v0.1.7
19212026-04-13T21:36:24.266Z Compiling block-buffer v0.10.4
19222026-04-13T21:36:24.316Z Compiling block-padding v0.3.3
19232026-04-13T21:36:24.382Z Compiling zerovec v0.11.5
19242026-04-13T21:36:24.399Z Compiling zerotrie v0.2.3
19252026-04-13T21:36:24.496Z Compiling digest v0.10.7
19262026-04-13T21:36:24.769Z Compiling inout v0.1.4
19272026-04-13T21:36:24.785Z Compiling rustls-pki-types v1.14.0
19282026-04-13T21:36:24.871Z Compiling hmac v0.12.1
19292026-04-13T21:36:24.894Z Compiling sha2 v0.10.9
19302026-04-13T21:36:24.918Z Compiling cipher v0.4.4
19312026-04-13T21:36:24.956Z Compiling tinystr v0.8.2
19322026-04-13T21:36:24.973Z Compiling potential_utf v0.1.4
19332026-04-13T21:36:24.976Z Compiling scroll_derive v0.12.1
19342026-04-13T21:36:25.061Z Compiling scroll_derive v0.13.1
19352026-04-13T21:36:25.180Z Compiling icu_locale_core v2.1.1
19362026-04-13T21:36:25.196Z Compiling icu_collections v2.1.1
19372026-04-13T21:36:25.449Z Compiling openssl-macros v0.1.1
19382026-04-13T21:36:25.679Z Compiling regex v1.12.3
19392026-04-13T21:36:25.697Z Compiling darling_macro v0.21.3
19402026-04-13T21:36:25.864Z Compiling icu_provider v2.1.1
19412026-04-13T21:36:25.887Z Compiling der v0.7.10
19422026-04-13T21:36:26.070Z Compiling bytes v1.11.1
19432026-04-13T21:36:26.106Z Compiling chrono v0.4.44
19442026-04-13T21:36:26.141Z Compiling icu_properties v2.1.2
19452026-04-13T21:36:26.190Z Compiling icu_normalizer v2.1.1
19462026-04-13T21:36:26.207Z Compiling serde_tokenstream v0.2.3
19472026-04-13T21:36:26.210Z Compiling zerocopy-derive v0.7.35
19482026-04-13T21:36:26.533Z Compiling rand_core v0.9.5
19492026-04-13T21:36:26.723Z Compiling tokio v1.50.0
19502026-04-13T21:36:26.785Z Compiling http v1.4.0
19512026-04-13T21:36:27.035Z Compiling idna_adapter v1.2.1
19522026-04-13T21:36:27.061Z Compiling slog v2.8.2
19532026-04-13T21:36:27.064Z Compiling tracing-core v0.1.36
19542026-04-13T21:36:27.201Z Compiling idna v1.1.0
19552026-04-13T21:36:27.294Z Compiling untrusted v0.9.0
19562026-04-13T21:36:27.523Z Compiling ppv-lite86 v0.2.21
19572026-04-13T21:36:27.620Z Compiling url v2.5.8
19582026-04-13T21:36:27.643Z Compiling tracing v0.1.44
19592026-04-13T21:36:27.722Z Compiling spki v0.7.3
19602026-04-13T21:36:27.869Z Compiling darling v0.21.3
19612026-04-13T21:36:27.973Z Compiling salsa20 v0.10.2
19622026-04-13T21:36:28.006Z Compiling pbkdf2 v0.12.2
19632026-04-13T21:36:28.165Z Compiling cookie v0.18.1
19642026-04-13T21:36:28.361Z Compiling camino v1.2.2
19652026-04-13T21:36:28.398Z Compiling scrypt v0.11.0
19662026-04-13T21:36:28.534Z Compiling rand_chacha v0.9.0
19672026-04-13T21:36:28.627Z Compiling aes v0.8.4
19682026-04-13T21:36:28.659Z Compiling cbc v0.1.2
19692026-04-13T21:36:29.131Z Compiling usdt-impl v0.5.0
19702026-04-13T21:36:29.297Z Compiling usdt-impl v0.6.0
19712026-04-13T21:36:29.332Z Compiling winnow v0.7.14
19722026-04-13T21:36:29.414Z Compiling ref-cast v1.0.25
19732026-04-13T21:36:29.550Z Compiling either v1.15.0
19742026-04-13T21:36:29.567Z Compiling paste v1.0.15
19752026-04-13T21:36:29.730Z Compiling pkcs5 v0.7.1
19762026-04-13T21:36:29.784Z Compiling rand v0.9.2
19772026-04-13T21:36:29.812Z Compiling http-body v1.0.1
19782026-04-13T21:36:29.919Z Compiling serde_spanned v0.6.9
19792026-04-13T21:36:29.994Z Compiling toml_datetime v0.6.11
19802026-04-13T21:36:30.019Z Compiling scroll v0.13.0
19812026-04-13T21:36:30.087Z Compiling scroll v0.12.0
19822026-04-13T21:36:30.313Z Compiling heapless v0.7.17
19832026-04-13T21:36:30.383Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-04-13T21:36:30.387Z Compiling openssl-probe v0.2.1
19852026-04-13T21:36:30.490Z Compiling tokio-util v0.7.18
19862026-04-13T21:36:30.505Z Compiling untrusted v0.7.1
19872026-04-13T21:36:30.585Z Compiling atomic-waker v1.1.2
19882026-04-13T21:36:30.602Z Compiling signal-hook v0.3.18
19892026-04-13T21:36:30.657Z Compiling zstd-safe v7.2.4
19902026-04-13T21:36:30.702Z Compiling toml_parser v1.0.9+spec-1.1.0
19912026-04-13T21:36:30.834Z Compiling goblin v0.8.2
19922026-04-13T21:36:30.851Z Compiling goblin v0.10.5
19932026-04-13T21:36:30.893Z Compiling pkcs8 v0.10.2
19942026-04-13T21:36:31.282Z Compiling zerocopy v0.7.35
19952026-04-13T21:36:31.297Z Compiling ref-cast-impl v1.0.25
19962026-04-13T21:36:31.464Z Compiling darling_core v0.20.11
19972026-04-13T21:36:31.539Z Compiling curve25519-dalek v4.1.3
19982026-04-13T21:36:31.728Z Compiling toml_datetime v0.7.5+spec-1.1.0
19992026-04-13T21:36:31.841Z Compiling memoffset v0.9.1
20002026-04-13T21:36:31.857Z Compiling tinyvec_macros v0.1.1
20012026-04-13T21:36:32.059Z Compiling tower-layer v0.3.3
20022026-04-13T21:36:32.120Z Compiling try-lock v0.2.5
20032026-04-13T21:36:32.164Z Compiling tower-service v0.3.3
20042026-04-13T21:36:32.283Z Compiling rustix v0.38.44
20052026-04-13T21:36:32.429Z Compiling winnow v0.5.40
20062026-04-13T21:36:32.462Z Compiling litrs v1.0.0
20072026-04-13T21:36:32.559Z Compiling fastrand v2.3.0
20082026-04-13T21:36:32.823Z Compiling h2 v0.4.13
20092026-04-13T21:36:32.918Z Compiling want v0.3.1
20102026-04-13T21:36:32.938Z Compiling document-features v0.2.12
20112026-04-13T21:36:33.061Z Compiling dof v0.3.0
20122026-04-13T21:36:33.314Z Compiling tinyvec v1.10.0
20132026-04-13T21:36:33.424Z Compiling darling_macro v0.20.11
20142026-04-13T21:36:33.689Z Compiling dof v0.4.0
20152026-04-13T21:36:33.707Z Compiling toml_edit v0.19.15
20162026-04-13T21:36:33.800Z Compiling dtrace-parser v0.2.0
20172026-04-13T21:36:33.901Z Compiling ipnet v2.11.0
20182026-04-13T21:36:34.018Z Compiling dtrace-parser v0.3.0
20192026-04-13T21:36:34.375Z Compiling daft-derive v0.1.5
20202026-04-13T21:36:34.391Z Compiling async-trait v0.1.89
20212026-04-13T21:36:34.445Z Compiling spin v0.9.8
20222026-04-13T21:36:34.460Z Compiling thread-id v4.2.2
20232026-04-13T21:36:34.566Z Compiling thread-id v5.1.0
20242026-04-13T21:36:34.585Z Compiling num-bigint-dig v0.8.6
20252026-04-13T21:36:34.603Z Compiling cfg_aliases v0.2.1
20262026-04-13T21:36:34.673Z Compiling httpdate v1.0.3
20272026-04-13T21:36:34.676Z Compiling pin-utils v0.1.0
20282026-04-13T21:36:34.804Z Compiling smoltcp v0.9.1
20292026-04-13T21:36:34.867Z Compiling foreign-types-shared v0.1.1
20302026-04-13T21:36:34.886Z Compiling powerfmt v0.2.0
20312026-04-13T21:36:34.980Z Compiling foreign-types v0.3.2
20322026-04-13T21:36:34.996Z Compiling tempfile v3.25.0
20332026-04-13T21:36:35.046Z Compiling nix v0.31.1
20342026-04-13T21:36:35.072Z Compiling deranged v0.5.8
20352026-04-13T21:36:35.342Z Compiling darling v0.20.11
20362026-04-13T21:36:35.436Z Compiling ipnetwork v0.21.1
20372026-04-13T21:36:35.673Z Compiling curve25519-dalek-derive v0.1.1
20382026-04-13T21:36:35.677Z Compiling strum_macros v0.26.4
20392026-04-13T21:36:35.921Z Compiling hyper v1.8.1
20402026-04-13T21:36:36.030Z Compiling socket2 v0.5.10
20412026-04-13T21:36:36.047Z Compiling wait-timeout v0.2.1
20422026-04-13T21:36:36.304Z Compiling bit-vec v0.8.0
20432026-04-13T21:36:36.320Z Compiling num_threads v0.1.7
20442026-04-13T21:36:36.435Z Compiling utf8parse v0.2.2
20452026-04-13T21:36:36.464Z Compiling anstyle v1.0.13
20462026-04-13T21:36:36.577Z Compiling siphasher v1.0.2
20472026-04-13T21:36:36.788Z Compiling quick-error v1.2.3
20482026-04-13T21:36:36.803Z Compiling simd-adler32 v0.3.8
20492026-04-13T21:36:36.819Z Compiling time v0.3.47
20502026-04-13T21:36:36.916Z Compiling rusty-fork v0.3.1
20512026-04-13T21:36:37.051Z Compiling hyper-util v0.1.20
20522026-04-13T21:36:37.067Z Compiling anstyle-parse v0.2.7
20532026-04-13T21:36:37.153Z Compiling bit-set v0.8.0
20542026-04-13T21:36:37.384Z Compiling derive_builder_core v0.20.2
20552026-04-13T21:36:37.422Z Compiling unicode-normalization v0.1.25
20562026-04-13T21:36:37.946Z Compiling rustls-native-certs v0.8.3
20572026-04-13T21:36:38.216Z Compiling rand_xorshift v0.4.0
20582026-04-13T21:36:38.219Z Compiling signature v2.2.0
20592026-04-13T21:36:38.388Z Compiling hubpack_derive v0.1.1
20602026-04-13T21:36:38.409Z Compiling strum_macros v0.27.2
20612026-04-13T21:36:38.568Z Compiling sync_wrapper v1.0.2
20622026-04-13T21:36:38.709Z Compiling fs-err v3.3.0
20632026-04-13T21:36:38.744Z Compiling ahash v0.8.12
20642026-04-13T21:36:38.779Z Compiling unarray v0.1.4
20652026-04-13T21:36:38.858Z Compiling unicode-segmentation v1.12.0
20662026-04-13T21:36:38.921Z Compiling is_terminal_polyfill v1.70.2
20672026-04-13T21:36:38.937Z Compiling anstyle-query v1.1.5
20682026-04-13T21:36:38.967Z Compiling unicode-properties v0.1.4
20692026-04-13T21:36:38.988Z Compiling unicode-bidi v0.3.18
20702026-04-13T21:36:39.040Z Compiling colorchoice v1.0.4
20712026-04-13T21:36:39.069Z Compiling object v0.37.3
20722026-04-13T21:36:39.186Z Compiling adler2 v2.0.1
20732026-04-13T21:36:39.214Z Compiling anstream v0.6.21
20742026-04-13T21:36:39.253Z Compiling proptest v1.10.0
20752026-04-13T21:36:39.356Z Compiling miniz_oxide v0.8.9
20762026-04-13T21:36:39.381Z Compiling stringprep v0.1.5
20772026-04-13T21:36:39.546Z Compiling tower v0.5.3
20782026-04-13T21:36:39.820Z Compiling derive_builder_macro v0.20.2
20792026-04-13T21:36:40.040Z Compiling usdt-macro v0.6.0
20802026-04-13T21:36:40.117Z Compiling usdt-attr-macro v0.6.0
20812026-04-13T21:36:40.463Z Compiling http-body-util v0.1.3
20822026-04-13T21:36:40.785Z Compiling webpki-roots v1.0.6
20832026-04-13T21:36:40.821Z Compiling rand_chacha v0.3.1
20842026-04-13T21:36:40.873Z Compiling erased-serde v0.3.31
20852026-04-13T21:36:40.892Z Compiling md-5 v0.10.6
20862026-04-13T21:36:40.943Z Compiling num-integer v0.1.46
20872026-04-13T21:36:41.062Z Compiling hash32 v0.2.1
20882026-04-13T21:36:41.079Z Compiling vergen-lib v0.1.6
20892026-04-13T21:36:41.110Z Compiling ff v0.13.1
20902026-04-13T21:36:41.172Z Compiling ryu v1.0.23
20912026-04-13T21:36:41.212Z Compiling zlib-rs v0.6.2
20922026-04-13T21:36:41.216Z Compiling iri-string v0.7.10
20932026-04-13T21:36:41.263Z Compiling fallible-iterator v0.2.0
20942026-04-13T21:36:41.295Z Compiling psl-types v2.0.11
20952026-04-13T21:36:41.414Z Compiling base16ct v0.2.0
20962026-04-13T21:36:41.431Z Compiling serde_urlencoded v0.7.1
20972026-04-13T21:36:41.450Z Compiling publicsuffix v2.3.0
20982026-04-13T21:36:41.532Z Compiling newtype-uuid v1.3.2
20992026-04-13T21:36:41.569Z Compiling sec1 v0.7.3
21002026-04-13T21:36:41.585Z Compiling postgres-protocol v0.6.10
21012026-04-13T21:36:41.601Z Compiling group v0.13.0
21022026-04-13T21:36:41.802Z Compiling num-iter v0.1.45
21032026-04-13T21:36:41.868Z Compiling rand v0.8.5
21042026-04-13T21:36:41.972Z Compiling oxnet v0.1.4
21052026-04-13T21:36:42.112Z Compiling derive_builder v0.20.2
21062026-04-13T21:36:42.130Z Compiling tokio-native-tls v0.3.1
21072026-04-13T21:36:42.198Z Compiling heck v0.4.1
21082026-04-13T21:36:42.248Z Compiling phf_shared v0.13.1
21092026-04-13T21:36:42.346Z Compiling lazy_static v1.5.0
21102026-04-13T21:36:42.391Z Compiling tower-http v0.6.8
21112026-04-13T21:36:42.495Z Compiling terminal_size v0.4.3
21122026-04-13T21:36:42.512Z Compiling serde_with_macros v3.17.0
21132026-04-13T21:36:42.533Z Compiling cargo-platform v0.1.9
21142026-04-13T21:36:42.536Z Compiling hkdf v0.12.4
21152026-04-13T21:36:42.551Z Compiling crypto-bigint v0.5.5
21162026-04-13T21:36:42.554Z Compiling serde_repr v0.1.20
21172026-04-13T21:36:42.645Z Compiling enum-as-inner v0.6.1
21182026-04-13T21:36:42.663Z Compiling clap_derive v4.5.55
21192026-04-13T21:36:42.751Z Compiling vergen v9.0.6
21202026-04-13T21:36:42.773Z Compiling bitflags v1.3.2
21212026-04-13T21:36:42.806Z Compiling bumpalo v3.20.2
21222026-04-13T21:36:42.835Z Compiling foldhash v0.1.5
21232026-04-13T21:36:42.886Z Compiling libbz2-rs-sys v0.2.2
21242026-04-13T21:36:42.974Z Compiling managed v0.8.0
21252026-04-13T21:36:43.017Z Compiling clap_lex v1.0.0
21262026-04-13T21:36:43.215Z Compiling clap_builder v4.5.60
21272026-04-13T21:36:43.231Z Compiling flate2 v1.1.9
21282026-04-13T21:36:43.353Z Compiling bzip2 v0.6.1
21292026-04-13T21:36:43.491Z Compiling elliptic-curve v0.13.8
21302026-04-13T21:36:43.508Z Compiling zopfli v0.8.3
21312026-04-13T21:36:43.546Z Compiling hashbrown v0.15.5
21322026-04-13T21:36:43.652Z Compiling cargo_metadata v0.19.2
21332026-04-13T21:36:44.004Z Compiling phf v0.13.1
21342026-04-13T21:36:44.077Z Compiling zstd v0.13.3
21352026-04-13T21:36:44.092Z Compiling hyper-tls v0.6.0
21362026-04-13T21:36:44.111Z Compiling signal-hook-mio v0.2.5
21372026-04-13T21:36:44.153Z Compiling daft v0.1.5
21382026-04-13T21:36:44.253Z Compiling cookie_store v0.22.1
21392026-04-13T21:36:44.284Z Compiling postgres-types v0.2.12
21402026-04-13T21:36:44.364Z Compiling bzip2 v0.4.4
21412026-04-13T21:36:44.399Z Compiling strum v0.27.2
21422026-04-13T21:36:44.576Z Compiling hubpack v0.1.2
21432026-04-13T21:36:44.598Z Compiling ed25519 v2.2.3
21442026-04-13T21:36:44.656Z Compiling phf_shared v0.11.3
21452026-04-13T21:36:44.819Z Compiling crossbeam-epoch v0.9.18
21462026-04-13T21:36:44.874Z Compiling pkcs1 v0.7.5
21472026-04-13T21:36:44.925Z Compiling hex v0.4.3
21482026-04-13T21:36:44.957Z Compiling serde-big-array v0.5.1
21492026-04-13T21:36:45.134Z Compiling rfc6979 v0.4.0
21502026-04-13T21:36:45.163Z Compiling bstr v1.12.1
21512026-04-13T21:36:45.285Z Compiling float-cmp v0.10.0
21522026-04-13T21:36:45.302Z Compiling memmap2 v0.9.10
21532026-04-13T21:36:45.305Z Compiling env_filter v1.0.0
21542026-04-13T21:36:45.363Z Compiling encoding_rs v0.8.35
21552026-04-13T21:36:45.412Z Compiling new_debug_unreachable v1.0.6
21562026-04-13T21:36:45.453Z Compiling precomputed-hash v0.1.1
21572026-04-13T21:36:45.470Z Compiling data-encoding v2.10.0
21582026-04-13T21:36:45.506Z Compiling jiff v0.2.21
21592026-04-13T21:36:45.536Z Compiling normalize-line-endings v0.3.0
21602026-04-13T21:36:45.568Z Compiling fixedbitset v0.5.7
21612026-04-13T21:36:45.607Z Compiling toml_write v0.1.2
21622026-04-13T21:36:45.610Z Compiling fixedbitset v0.4.2
21632026-04-13T21:36:45.640Z Compiling static_assertions v1.1.0
21642026-04-13T21:36:45.735Z Compiling mime v0.3.17
21652026-04-13T21:36:45.789Z Compiling keccak v0.1.6
21662026-04-13T21:36:45.821Z Compiling difflib v0.4.0
21672026-04-13T21:36:45.838Z Compiling predicates-core v1.0.10
21682026-04-13T21:36:45.855Z Compiling whoami v2.1.0
21692026-04-13T21:36:45.963Z Compiling rustc-hash v2.1.1
21702026-04-13T21:36:46.002Z Compiling sha3 v0.10.8
21712026-04-13T21:36:46.019Z Compiling toml_edit v0.22.27
21722026-04-13T21:36:46.038Z Compiling petgraph v0.8.3
21732026-04-13T21:36:46.114Z Compiling tokio-postgres v0.7.16
21742026-04-13T21:36:46.222Z Compiling iddqd v0.3.17
21752026-04-13T21:36:46.292Z Compiling predicates v3.1.4
21762026-04-13T21:36:46.450Z Compiling petgraph v0.6.5
21772026-04-13T21:36:46.654Z Compiling hickory-proto v0.25.2
21782026-04-13T21:36:46.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21792026-04-13T21:36:46.896Z Compiling similar v2.7.0
21802026-04-13T21:36:47.332Z Compiling string_cache v0.8.9
21812026-04-13T21:36:47.577Z Compiling env_logger v0.11.9
21822026-04-13T21:36:47.642Z Compiling usdt v0.6.0
21832026-04-13T21:36:48.029Z Compiling ecdsa v0.16.9
21842026-04-13T21:36:48.225Z Compiling zip v4.6.1
21852026-04-13T21:36:48.293Z Compiling serde_with v3.17.0
21862026-04-13T21:36:48.365Z Compiling rsa v0.9.10
21872026-04-13T21:36:48.447Z Compiling ed25519-dalek v2.2.0
21882026-04-13T21:36:48.756Z Compiling clap v4.5.60
21892026-04-13T21:36:49.141Z Compiling crossterm v0.28.1
21902026-04-13T21:36:49.287Z Compiling zip v0.6.6
21912026-04-13T21:36:49.673Z Compiling strum v0.26.3
21922026-04-13T21:36:49.784Z Compiling toml v0.7.8
21932026-04-13T21:36:49.839Z Compiling tokio-stream v0.1.18
21942026-04-13T21:36:49.842Z Compiling buf-list v1.1.2
21952026-04-13T21:36:49.871Z Compiling itertools v0.13.0
21962026-04-13T21:36:50.073Z Compiling x509-cert v0.2.5
21972026-04-13T21:36:50.151Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21982026-04-13T21:36:50.382Z Compiling openapiv3 v2.2.0
21992026-04-13T21:36:50.487Z Compiling sha1 v0.10.6
22002026-04-13T21:36:51.141Z Compiling lalrpop-util v0.19.12
22012026-04-13T21:36:51.171Z Compiling peg-runtime v0.8.5
22022026-04-13T21:37:07.945Z Compiling macaddr v1.0.1
22032026-04-13T21:37:07.981Z Compiling structmeta-derive v0.3.0
22042026-04-13T21:37:08.107Z Compiling crucible-workspace-hack v0.1.0
22052026-04-13T21:37:08.200Z Compiling rayon-core v1.13.0
22062026-04-13T21:37:08.281Z Compiling itertools v0.14.0
22072026-04-13T21:37:08.348Z Compiling secrecy v0.10.3
22082026-04-13T21:37:08.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-04-13T21:37:08.521Z Compiling heapless v0.8.0
22102026-04-13T21:37:08.538Z Compiling rustls v0.22.4
22112026-04-13T21:37:08.875Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-04-13T21:37:08.903Z Compiling crossbeam-deque v0.8.6
22132026-04-13T21:37:09.017Z Compiling structmeta v0.3.0
22142026-04-13T21:37:09.042Z Compiling toml_edit v0.23.10+spec-1.0.0
22152026-04-13T21:37:09.061Z Compiling rustls-webpki v0.102.8
22162026-04-13T21:37:09.083Z Compiling futures-executor v0.3.32
22172026-04-13T21:37:09.162Z Compiling hash32 v0.3.1
22182026-04-13T21:37:09.207Z Compiling multer v3.1.0
22192026-04-13T21:37:09.264Z Compiling thread_local v1.1.9
22202026-04-13T21:37:09.323Z Compiling smoltcp v0.11.0
22212026-04-13T21:37:09.378Z Compiling unicode-width v0.2.0
22222026-04-13T21:37:09.463Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-04-13T21:37:09.481Z Compiling slog-async v2.8.0
22242026-04-13T21:37:09.516Z Compiling match_cfg v0.1.0
22252026-04-13T21:37:09.611Z Compiling hostname v0.3.1
22262026-04-13T21:37:09.628Z Compiling ingot-macros v0.1.1
22272026-04-13T21:37:09.664Z Compiling proc-macro-crate v3.4.0
22282026-04-13T21:37:09.765Z Compiling futures v0.3.32
22292026-04-13T21:37:09.781Z Compiling derive-ex v0.1.8
22302026-04-13T21:37:09.864Z Compiling slog-json v2.6.1
22312026-04-13T21:37:09.880Z Compiling crossbeam-channel v0.5.15
22322026-04-13T21:37:10.044Z Compiling half v2.7.1
22332026-04-13T21:37:10.136Z Compiling rustls-webpki v0.103.9
22342026-04-13T21:37:10.153Z Compiling newtype-uuid-macros v0.1.0
22352026-04-13T21:37:10.279Z Compiling thiserror-impl-no-std v2.0.2
22362026-04-13T21:37:10.432Z Compiling cobs v0.3.0
22372026-04-13T21:37:10.502Z Compiling universal-hash v0.5.1
22382026-04-13T21:37:10.604Z Compiling async-stream-impl v0.3.6
22392026-04-13T21:37:10.739Z Compiling serde_spanned v1.0.4
22402026-04-13T21:37:10.901Z Compiling is-terminal v0.4.17
22412026-04-13T21:37:10.933Z Compiling proc-macro-error-attr v1.0.4
22422026-04-13T21:37:10.950Z Compiling dropshot v0.16.7
22432026-04-13T21:37:10.973Z Compiling convert_case v0.4.0
22442026-04-13T21:37:11.035Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-04-13T21:37:11.178Z Compiling take_mut v0.2.2
22462026-04-13T21:37:11.212Z Compiling term v1.2.1
22472026-04-13T21:37:11.311Z Compiling ciborium-io v0.2.2
22482026-04-13T21:37:11.329Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22492026-04-13T21:37:11.345Z Compiling opaque-debug v0.3.1
22502026-04-13T21:37:11.348Z Compiling derive_more v0.99.20
22512026-04-13T21:37:11.377Z Compiling test-strategy v0.4.5
22522026-04-13T21:37:11.381Z Compiling thiserror-no-std v2.0.2
22532026-04-13T21:37:11.452Z Compiling ciborium-ll v0.2.2
22542026-04-13T21:37:11.520Z Compiling poly1305 v0.8.0
22552026-04-13T21:37:11.572Z Compiling slog-term v2.9.2
22562026-04-13T21:37:11.606Z Compiling toml v0.9.12+spec-1.1.0
22572026-04-13T21:37:11.746Z Compiling tokio-rustls v0.25.0
22582026-04-13T21:37:12.028Z Compiling async-stream v0.3.6
22592026-04-13T21:37:12.250Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-04-13T21:37:12.266Z Compiling postcard v1.1.3
22612026-04-13T21:37:12.318Z Compiling ingot-types v0.1.2
22622026-04-13T21:37:12.693Z Compiling num_enum_derive v0.7.5
22632026-04-13T21:37:12.710Z Compiling slog-bunyan v2.5.0
22642026-04-13T21:37:12.729Z Compiling ingot v0.1.1
22652026-04-13T21:37:12.844Z Compiling parse-display-derive v0.10.0
22662026-04-13T21:37:12.924Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-04-13T21:37:13.052Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-04-13T21:37:13.192Z Compiling proc-macro-crate v1.3.1
22692026-04-13T21:37:13.313Z Compiling backon v1.6.0
22702026-04-13T21:37:13.492Z Compiling waitgroup v0.1.2
22712026-04-13T21:37:13.559Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-04-13T21:37:13.600Z Compiling password-hash v0.5.0
22732026-04-13T21:37:13.616Z Compiling dropshot_endpoint v0.16.7
22742026-04-13T21:37:13.676Z Compiling chacha20 v0.9.1
22752026-04-13T21:37:13.692Z Compiling rustls-pemfile v2.2.0
22762026-04-13T21:37:13.967Z Compiling tokio-rustls v0.26.4
22772026-04-13T21:37:14.001Z Compiling rustls-platform-verifier v0.6.2
22782026-04-13T21:37:14.017Z Compiling blake2 v0.10.6
22792026-04-13T21:37:14.053Z Compiling aead v0.5.2
22802026-04-13T21:37:14.244Z Compiling hyper-rustls v0.27.7
22812026-04-13T21:37:14.277Z Compiling foreign-types-macros v0.2.3
22822026-04-13T21:37:14.293Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22832026-04-13T21:37:14.384Z Compiling serde_path_to_error v0.1.20
22842026-04-13T21:37:14.552Z Compiling reqwest v0.12.28
22852026-04-13T21:37:14.571Z Compiling reqwest v0.13.2
22862026-04-13T21:37:14.630Z Compiling hostname v0.4.2
22872026-04-13T21:37:14.646Z Compiling proc-macro-error v1.0.4
22882026-04-13T21:37:14.740Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22892026-04-13T21:37:14.768Z Compiling instant v0.1.13
22902026-04-13T21:37:14.843Z Compiling cpufeatures v0.3.0
22912026-04-13T21:37:14.886Z Compiling typeid v1.0.3
22922026-04-13T21:37:14.902Z Compiling debug-ignore v1.0.5
22932026-04-13T21:37:14.928Z Compiling foreign-types-shared v0.3.1
22942026-04-13T21:37:14.944Z Compiling chacha20 v0.10.0
22952026-04-13T21:37:15.042Z Compiling foreign-types v0.5.0
22962026-04-13T21:37:15.061Z Compiling backoff v0.4.0
22972026-04-13T21:37:15.076Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22982026-04-13T21:37:15.095Z Compiling parse-display v0.10.0
22992026-04-13T21:37:15.112Z Compiling argon2 v0.5.3
23002026-04-13T21:37:15.150Z Compiling chacha20poly1305 v0.10.1
23012026-04-13T21:37:15.249Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-04-13T21:37:15.295Z Compiling num_enum v0.7.5
23032026-04-13T21:37:15.323Z Compiling num_enum_derive v0.5.11
23042026-04-13T21:37:15.339Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-04-13T21:37:15.474Z Compiling ciborium v0.2.2
23062026-04-13T21:37:15.762Z Compiling vsss-rs v3.3.4
23072026-04-13T21:37:15.873Z Compiling tabwriter v1.4.1
23082026-04-13T21:37:16.027Z Compiling byte-wrapper v0.1.0
23092026-04-13T21:37:16.142Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-04-13T21:37:16.163Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-04-13T21:37:16.273Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-04-13T21:37:16.311Z Compiling regress v0.10.5
23132026-04-13T21:37:16.353Z Compiling cstr-argument v0.1.2
23142026-04-13T21:37:16.555Z Compiling erased-serde v0.4.9
23152026-04-13T21:37:16.615Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-04-13T21:37:16.804Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-04-13T21:37:16.869Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-04-13T21:37:16.885Z Compiling num_enum v0.5.11
23192026-04-13T21:37:16.963Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-04-13T21:37:17.034Z Compiling rand v0.10.0
23212026-04-13T21:37:17.136Z Compiling rayon v1.11.0
23222026-04-13T21:37:17.222Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-04-13T21:37:17.238Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-04-13T21:37:17.299Z Compiling colored v3.1.1
23252026-04-13T21:37:17.315Z Compiling libefi-sys v0.1.0
23262026-04-13T21:37:17.357Z Compiling indent_write v2.2.0
23272026-04-13T21:37:17.548Z Compiling zone_cfg_derive v0.3.1
23282026-04-13T21:37:17.564Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-04-13T21:37:17.603Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-04-13T21:37:17.865Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-04-13T21:37:17.890Z Compiling camino-tempfile v1.4.1
23322026-04-13T21:37:18.013Z Compiling itertools v0.12.1
23332026-04-13T21:37:18.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23342026-04-13T21:37:18.117Z Compiling usdt-macro v0.5.0
23352026-04-13T21:37:18.185Z Compiling usdt-attr-macro v0.5.0
23362026-04-13T21:37:18.203Z Compiling num-derive v0.4.2
23372026-04-13T21:37:18.222Z Compiling bitfield-struct v0.6.2
23382026-04-13T21:37:18.307Z Compiling blake3 v1.8.3
23392026-04-13T21:37:18.390Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23402026-04-13T21:37:18.690Z Compiling ordered-float v2.10.1
23412026-04-13T21:37:18.828Z Compiling sigpipe v0.1.3
23422026-04-13T21:37:18.855Z Compiling memmap v0.7.0
23432026-04-13T21:37:18.871Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-04-13T21:37:18.944Z Compiling swrite v0.1.0
23452026-04-13T21:37:18.947Z Compiling glob v0.3.3
23462026-04-13T21:37:19.006Z Compiling usdt v0.5.0
23472026-04-13T21:37:19.092Z Compiling serde-value v0.7.0
23482026-04-13T21:37:19.128Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23492026-04-13T21:37:19.132Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-04-13T21:37:19.171Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23512026-04-13T21:37:19.328Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-04-13T21:37:19.530Z Compiling zone v0.3.1
23532026-04-13T21:37:19.547Z Compiling serde-untagged v0.1.9
23542026-04-13T21:37:19.666Z Compiling toml v0.8.23
23552026-04-13T21:37:19.702Z Compiling smf v0.2.3
23562026-04-13T21:37:19.855Z Compiling filetime v0.2.27
23572026-04-13T21:37:19.873Z Compiling whoami v1.6.1
23582026-04-13T21:37:19.923Z Compiling unicode-xid v0.2.6
23592026-04-13T21:37:19.948Z Compiling arrayref v0.3.9
23602026-04-13T21:37:20.008Z Compiling arrayvec v0.7.6
23612026-04-13T21:37:20.051Z Compiling constant_time_eq v0.4.2
23622026-04-13T21:37:20.095Z Compiling xattr v1.6.1
23632026-04-13T21:37:20.109Z Compiling same-file v1.0.6
23642026-04-13T21:37:20.168Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-04-13T21:37:20.273Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-04-13T21:37:20.289Z Compiling walkdir v2.5.0
23672026-04-13T21:37:20.289Z Compiling tar v0.4.45
23682026-04-13T21:37:20.324Z Compiling cargo-util-schemas v0.8.2
23692026-04-13T21:37:20.359Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-04-13T21:37:20.629Z Compiling tokio-dtrace v0.1.1
23712026-04-13T21:37:20.900Z Compiling console v0.16.2
23722026-04-13T21:37:20.982Z Compiling gethostname v0.5.0
23732026-04-13T21:37:20.982Z Compiling cargo-platform v0.2.0
23742026-04-13T21:37:21.064Z Compiling topological-sort v0.2.2
23752026-04-13T21:37:21.118Z Compiling unit-prefix v0.5.2
23762026-04-13T21:37:21.134Z Compiling oxide-tokio-rt v0.1.3
23772026-04-13T21:37:21.149Z Compiling shell-words v1.1.1
23782026-04-13T21:37:21.260Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-13T21:37:21.428Z Compiling indicatif v0.18.4
23802026-04-13T21:37:21.563Z Compiling cargo_metadata v0.21.0
23812026-04-13T21:37:30.692Z Compiling progenitor-client v0.13.0
23822026-04-13T21:37:30.719Z Compiling progenitor-client v0.10.0
23832026-04-13T21:37:30.722Z Compiling omicron-zone-package v0.12.2
23842026-04-13T21:37:30.821Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-04-13T21:37:30.825Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-04-13T21:37:30.857Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-04-13T21:37:31.146Z Compiling progenitor-extras v0.1.1
23882026-04-13T21:37:31.199Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-04-13T21:37:31.223Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-04-13T21:37:31.239Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23912026-04-13T21:37:31.426Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-04-13T21:37:31.582Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-04-13T21:37:31.718Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-04-13T21:37:36.589Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-04-13T21:37:43.320Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-04-13T21:37:46.399Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-04-13T21:37:47.387Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-04-13T21:37:56.053Z Finished `release` profile [optimized] target(s) in 1m 39s
23992026-04-13T21:37:56.210Z Running `target/release/omicron-package -t test target create -p dev`
24002026-04-13T21:37:56.276ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-04-13T21:37:56.280ZCreated new build target 'test' and set it as active
24022026-04-13T21:37:56.283Z
24032026-04-13T21:37:56.283Zreal 1:40.131538239
24042026-04-13T21:37:56.284Zuser 16:30.360975761
24052026-04-13T21:37:56.284Zsys 2:41.877849489
24062026-04-13T21:37:56.284Ztrap 0.457182246
24072026-04-13T21:37:56.284Ztflt 3.123210551
24082026-04-13T21:37:56.284Zdflt 3.828169810
24092026-04-13T21:37:56.284Zkflt 0.000594584
24102026-04-13T21:37:56.284Zlock 52:27.266389874
24112026-04-13T21:37:56.284Zslp 42:27.363184825
24122026-04-13T21:37:56.284Zlat 50.419703347
24132026-04-13T21:37:56.284Zstop 5:35.898988167
24142026-04-13T21:37:56.284Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-04-13T21:37:57.169Z Finished `release` profile [optimized] target(s) in 0.87s
24162026-04-13T21:37:57.246Z Running `target/release/omicron-package -t test package`
24172026-04-13T21:37:57.305ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-04-13T21:37:58.708Z Compiling regress v0.10.5
24192026-04-13T21:37:58.708Z Compiling heck v0.5.0
24202026-04-13T21:37:58.929Z Compiling unsafe-libyaml v0.2.11
24212026-04-13T21:37:58.948Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-04-13T21:37:58.978Z Compiling unicode-width v0.1.14
24232026-04-13T21:37:58.982Z Compiling is-terminal v0.4.17
24242026-04-13T21:37:59.020Z Compiling prettyplease v0.2.37
24252026-04-13T21:37:59.020Z Compiling bytecount v0.6.9
24262026-04-13T21:37:59.024Z Compiling rustls v0.22.4
24272026-04-13T21:37:59.024Z Compiling rustls-webpki v0.102.8
24282026-04-13T21:37:59.024Z Compiling derive-where v1.6.0
24292026-04-13T21:37:59.065Z Compiling thread_local v1.1.9
24302026-04-13T21:37:59.069Z Compiling match_cfg v0.1.0
24312026-04-13T21:37:59.106Z Compiling multer v3.1.0
24322026-04-13T21:37:59.109Z Compiling slog-async v2.8.0
24332026-04-13T21:37:59.146Z Compiling typify-impl v0.6.1
24342026-04-13T21:37:59.149Z Compiling crossbeam-channel v0.5.15
24352026-04-13T21:37:59.167Z Compiling slog-json v2.6.1
24362026-04-13T21:37:59.258Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-04-13T21:37:59.279Z Compiling hostname v0.3.1
24382026-04-13T21:37:59.282Z Compiling futures-executor v0.3.32
24392026-04-13T21:37:59.337Z Compiling serde_spanned v1.0.4
24402026-04-13T21:37:59.362Z Compiling take_mut v0.2.2
24412026-04-13T21:37:59.409Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-04-13T21:37:59.428Z Compiling term v1.2.1
24432026-04-13T21:37:59.487Z Compiling serde_yaml v0.9.34+deprecated
24442026-04-13T21:37:59.535Z Compiling futures v0.3.32
24452026-04-13T21:37:59.541Z Compiling slog-bunyan v2.5.0
24462026-04-13T21:37:59.643Z Compiling toml v0.9.12+spec-1.1.0
24472026-04-13T21:37:59.689Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-04-13T21:37:59.690Z Compiling dropshot v0.16.7
24492026-04-13T21:37:59.693Z Compiling async-stream v0.3.6
24502026-04-13T21:37:59.757Z Compiling slog-term v2.9.2
24512026-04-13T21:37:59.788Z Compiling progenitor-client v0.13.0
24522026-04-13T21:37:59.816Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-04-13T21:37:59.854Z Compiling waitgroup v0.1.2
24542026-04-13T21:37:59.921Z Compiling backon v1.6.0
24552026-04-13T21:37:59.964Z Compiling rustls-pemfile v2.2.0
24562026-04-13T21:38:00.014Z Compiling hostname v0.4.2
24572026-04-13T21:38:00.035Z Compiling serde_path_to_error v0.1.20
24582026-04-13T21:38:00.059Z Compiling instant v0.1.13
24592026-04-13T21:38:00.113Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-04-13T21:38:00.137Z Compiling debug-ignore v1.0.5
24612026-04-13T21:38:00.162Z Compiling backoff v0.4.0
24622026-04-13T21:38:00.186Z Compiling progenitor-extras v0.1.1
24632026-04-13T21:38:00.189Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-04-13T21:38:00.233Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-04-13T21:38:00.281Z Compiling parse-display v0.10.0
24662026-04-13T21:38:00.304Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-04-13T21:38:00.308Z Compiling progenitor-client v0.10.0
24682026-04-13T21:38:00.354Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-04-13T21:38:00.427Z Compiling macaddr v1.0.1
24702026-04-13T21:38:00.530Z Compiling console v0.15.11
24712026-04-13T21:38:00.571Z Compiling num-rational v0.4.2
24722026-04-13T21:38:00.686Z Compiling num-complex v0.4.6
24732026-04-13T21:38:00.799Z Compiling slog-dtrace v0.3.0
24742026-04-13T21:38:00.824Z Compiling newline-converter v0.3.0
24752026-04-13T21:38:00.897Z Compiling atomicwrites v0.4.4
24762026-04-13T21:38:00.942Z Compiling async-recursion v1.1.1
24772026-04-13T21:38:00.996Z Compiling cancel-safe-futures v0.1.5
24782026-04-13T21:38:01.111Z Compiling num v0.4.3
24792026-04-13T21:38:01.203Z Compiling owo-colors v4.3.0
24802026-04-13T21:38:01.206Z Compiling float-ord v0.3.2
24812026-04-13T21:38:01.251Z Compiling expectorate v1.2.0
24822026-04-13T21:38:01.342Z Compiling libsw-core v0.3.2
24832026-04-13T21:38:01.372Z Compiling tokio-rustls v0.25.0
24842026-04-13T21:38:01.396Z Compiling resolv-conf v0.7.6
24852026-04-13T21:38:01.578Z Compiling libsw v3.5.0
24862026-04-13T21:38:01.581Z Compiling toml v0.8.23
24872026-04-13T21:38:01.581Z Compiling linear-map v1.2.0
24882026-04-13T21:38:01.664Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-04-13T21:38:01.730Z Compiling minimal-lexical v0.2.1
24902026-04-13T21:38:01.803Z Compiling linked-hash-map v0.5.6
24912026-04-13T21:38:01.852Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-04-13T21:38:01.898Z Compiling unicode-xid v0.2.6
24932026-04-13T21:38:01.922Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-04-13T21:38:01.985Z Compiling nom v7.1.3
24952026-04-13T21:38:02.017Z Compiling lru-cache v0.1.2
24962026-04-13T21:38:02.039Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-04-13T21:38:02.062Z Compiling globset v0.4.18
24982026-04-13T21:38:02.083Z Compiling hickory-proto v0.24.4
24992026-04-13T21:38:02.197Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-04-13T21:38:02.219Z Compiling convert_case v0.10.0
25012026-04-13T21:38:02.455Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-04-13T21:38:02.536Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-04-13T21:38:02.642Z Compiling derive_more-impl v2.1.1
25042026-04-13T21:38:03.411Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-04-13T21:38:03.436Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25062026-04-13T21:38:03.488Z Compiling pin-project-internal v1.1.11
25072026-04-13T21:38:03.513Z Compiling derive_more v2.1.1
25082026-04-13T21:38:03.630Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25092026-04-13T21:38:03.674Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-04-13T21:38:03.835Z Compiling pem v3.0.6
25112026-04-13T21:38:03.867Z Compiling typify-macro v0.6.1
25122026-04-13T21:38:04.549Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-04-13T21:38:04.595Z Compiling hickory-resolver v0.24.4
25142026-04-13T21:38:04.830Z Compiling pin-project v1.1.11
25152026-04-13T21:38:04.879Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-04-13T21:38:04.973Z Compiling snafu-derive v0.8.9
25172026-04-13T21:38:05.114Z Compiling termtree v0.5.1
25182026-04-13T21:38:05.338Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-04-13T21:38:05.471Z Compiling typify v0.6.1
25202026-04-13T21:38:05.628Z Compiling progenitor-impl v0.13.0
25212026-04-13T21:38:06.007Z Compiling qorb v0.4.1
25222026-04-13T21:38:06.312Z Compiling crossterm v0.29.0
25232026-04-13T21:38:06.670Z Compiling snafu v0.8.9
25242026-04-13T21:38:06.696Z Compiling phf_shared v0.12.1
25252026-04-13T21:38:06.955Z Compiling olpc-cjson v0.1.4
25262026-04-13T21:38:07.235Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-04-13T21:38:07.298Z Compiling serde_plain v1.0.2
25282026-04-13T21:38:07.616Z Compiling vte v0.14.1
25292026-04-13T21:38:07.761Z Compiling csv-core v0.1.13
25302026-04-13T21:38:07.832Z Compiling progenitor-macro v0.13.0
25312026-04-13T21:38:07.882Z Compiling typed-path v0.9.3
25322026-04-13T21:38:08.047Z Compiling chrono-tz v0.10.4
25332026-04-13T21:38:08.120Z Compiling highway v1.3.0
25342026-04-13T21:38:08.219Z Compiling csv v1.4.0
25352026-04-13T21:38:08.330Z Compiling strip-ansi-escapes v0.2.1
25362026-04-13T21:38:08.883Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-04-13T21:38:08.906Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-04-13T21:38:09.194Z Compiling tough v0.20.0
25392026-04-13T21:38:09.310Z Compiling phf v0.12.1
25402026-04-13T21:38:09.534Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-04-13T21:38:10.004Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-04-13T21:38:10.646Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-04-13T21:38:10.877Z Compiling const_format_proc_macros v0.2.34
25442026-04-13T21:38:10.965Z Compiling papergrid v0.11.0
25452026-04-13T21:38:11.277Z Compiling tabled_derive v0.7.0
25462026-04-13T21:38:11.394Z Compiling fd-lock v4.0.4
25472026-04-13T21:38:11.576Z Compiling peg-macros v0.8.5
25482026-04-13T21:38:11.979Z Compiling progenitor v0.13.0
25492026-04-13T21:38:12.034Z Compiling nu-ansi-term v0.50.3
25502026-04-13T21:38:12.172Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-04-13T21:38:12.197Z Compiling tabled v0.15.0
25522026-04-13T21:38:12.859Z Compiling peg v0.8.5
25532026-04-13T21:38:12.955Z Compiling reedline v0.40.0
25542026-04-13T21:38:13.286Z Compiling const_format v0.2.35
25552026-04-13T21:38:13.881Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-04-13T21:38:14.593Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-04-13T21:38:14.688Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-04-13T21:38:14.887Z Compiling bcs v0.1.6
25592026-04-13T21:38:15.031Z Compiling semver v0.1.20
25602026-04-13T21:38:15.350Z Compiling rustc_version v0.1.7
25612026-04-13T21:38:15.372Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-04-13T21:38:15.590Z Compiling newtype_derive v0.1.6
25632026-04-13T21:38:15.630Z Compiling unicode-linebreak v0.1.5
25642026-04-13T21:38:15.825Z Compiling smawk v0.3.2
25652026-04-13T21:38:15.955Z Compiling humantime v2.3.0
25662026-04-13T21:38:16.058Z Compiling textwrap v0.16.2
25672026-04-13T21:38:16.395Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25682026-04-13T21:38:16.626Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-04-13T21:38:16.743Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-04-13T21:38:17.049Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-04-13T21:38:17.591Z Compiling dropshot-api-manager-types v0.6.0
25722026-04-13T21:38:17.674Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-04-13T21:38:17.936Z Compiling base64 v0.21.7
25742026-04-13T21:38:18.116Z Compiling steno v0.4.1
25752026-04-13T21:38:18.527Z Compiling utf-8 v0.7.6
25762026-04-13T21:38:18.660Z Compiling tagptr v0.2.0
25772026-04-13T21:38:18.779Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-04-13T21:38:18.862Z Compiling moka v0.12.13
25792026-04-13T21:38:18.883Z Compiling tungstenite v0.21.0
25802026-04-13T21:38:18.965Z Compiling radium v0.7.0
25812026-04-13T21:38:19.016Z Compiling tap v1.0.1
25822026-04-13T21:38:19.170Z Compiling maybe-uninit v2.0.0
25832026-04-13T21:38:19.553Z Compiling tokio-tungstenite v0.21.0
25842026-04-13T21:38:19.574Z Compiling wyz v0.5.1
25852026-04-13T21:38:19.827Z Compiling zerocopy-derive v0.6.6
25862026-04-13T21:38:19.945Z Compiling funty v2.0.0
25872026-04-13T21:38:20.030Z Compiling hickory-resolver v0.25.2
25882026-04-13T21:38:20.130Z Compiling crc-catalog v2.4.0
25892026-04-13T21:38:20.179Z Compiling packed_struct v0.10.1
25902026-04-13T21:38:20.265Z Compiling display-error-chain v0.2.2
25912026-04-13T21:38:20.466Z Compiling bitvec v1.0.1
25922026-04-13T21:38:20.524Z Compiling crc v3.4.0
25932026-04-13T21:38:20.675Z Compiling zerocopy v0.6.6
25942026-04-13T21:38:20.755Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25952026-04-13T21:38:20.971Z Compiling packed_struct_codegen v0.10.1
25962026-04-13T21:38:21.045Z Compiling bitfield-macros v0.19.4
25972026-04-13T21:38:21.071Z Compiling indexmap v1.9.3
25982026-04-13T21:38:21.120Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25992026-04-13T21:38:21.351Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-04-13T21:38:21.779Z Compiling nodrop v0.1.14
26012026-04-13T21:38:21.916Z Compiling array-init v0.0.4
26022026-04-13T21:38:21.999Z Compiling bitfield v0.19.4
26032026-04-13T21:38:22.375Z Compiling smallvec v0.6.14
26042026-04-13T21:38:22.403Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26052026-04-13T21:38:22.427Z Compiling num-derive v0.3.3
26062026-04-13T21:38:22.654Z Compiling proc-macro-error-attr2 v2.0.0
26072026-04-13T21:38:22.832Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-04-13T21:38:23.074Z Compiling hashbrown v0.12.3
26092026-04-13T21:38:23.308Z Compiling proc-macro-error2 v2.0.1
26102026-04-13T21:38:23.344Z Compiling libscf-sys v1.1.0
26112026-04-13T21:38:23.545Z Compiling serde-hex v0.1.0
26122026-04-13T21:38:23.726Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-04-13T21:38:23.870Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-04-13T21:38:24.122Z Compiling ron v0.8.1
26152026-04-13T21:38:24.191Z Compiling typify-impl v0.4.3
26162026-04-13T21:38:24.744Z Compiling hashbrown v0.13.2
26172026-04-13T21:38:25.194Z Compiling vergen-gitcl v1.0.8
26182026-04-13T21:38:25.395Z Compiling dirs-sys-next v0.1.2
26192026-04-13T21:38:25.431Z Compiling maplit v1.0.2
26202026-04-13T21:38:25.471Z Compiling crc-any v2.5.0
26212026-04-13T21:38:25.577Z Compiling crunchy v0.2.4
26222026-04-13T21:38:25.599Z Compiling glob v0.3.3
26232026-04-13T21:38:25.677Z Compiling diesel_derives v2.3.7
26242026-04-13T21:38:25.715Z Compiling dirs-next v2.0.0
26252026-04-13T21:38:25.927Z Compiling object v0.30.4
26262026-04-13T21:38:25.973Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-04-13T21:38:25.977Z Compiling clang-sys v1.8.1
26282026-04-13T21:38:25.995Z Compiling tabled_derive v0.11.0
26292026-04-13T21:38:26.019Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-13T21:38:26.388Z Compiling papergrid v0.17.0
26312026-04-13T21:38:26.517Z Compiling testing_table v0.3.0
26322026-04-13T21:38:26.568Z Compiling dsl_auto_type v0.2.0
26332026-04-13T21:38:26.660Z Compiling scheduled-thread-pool v0.2.7
26342026-04-13T21:38:26.730Z Compiling diesel_table_macro_syntax v0.3.0
26352026-04-13T21:38:26.766Z Compiling path-slash v0.1.5
26362026-04-13T21:38:26.956Z Compiling tiny-keccak v2.0.2
26372026-04-13T21:38:26.960Z Compiling r2d2 v0.8.10
26382026-04-13T21:38:27.190Z Compiling term v0.7.0
26392026-04-13T21:38:27.241Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-04-13T21:38:27.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-13T21:38:27.287Z Compiling xshell-macros v0.2.7
26422026-04-13T21:38:27.509Z Compiling downcast-rs v2.0.2
26432026-04-13T21:38:27.595Z Compiling tabled v0.20.0
26442026-04-13T21:38:27.658Z Compiling bit-vec v0.6.3
26452026-04-13T21:38:27.690Z Compiling typify-macro v0.4.3
26462026-04-13T21:38:27.690Z Compiling xshell v0.2.7
26472026-04-13T21:38:27.804Z Compiling ascii-canvas v3.0.0
26482026-04-13T21:38:27.887Z Compiling bit-set v0.5.3
26492026-04-13T21:38:28.082Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-13T21:38:28.104Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-13T21:38:28.167Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-04-13T21:38:28.573Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-04-13T21:38:28.657Z Compiling itertools v0.10.5
26542026-04-13T21:38:29.035Z Compiling ena v0.14.4
26552026-04-13T21:38:29.057Z Compiling libloading v0.8.9
26562026-04-13T21:38:29.233Z Compiling regex-syntax v0.6.29
26572026-04-13T21:38:29.286Z Compiling diff v0.1.13
26582026-04-13T21:38:29.307Z Compiling unicase v2.9.0
26592026-04-13T21:38:29.601Z Compiling bindgen v0.71.1
26602026-04-13T21:38:29.922Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-04-13T21:38:30.796Z Compiling lalrpop v0.19.12
26622026-04-13T21:38:31.137Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-04-13T21:38:31.209Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-04-13T21:38:31.811Z Compiling cexpr v0.6.0
26652026-04-13T21:38:31.887Z Compiling diesel v2.3.7
26662026-04-13T21:38:32.146Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-04-13T21:38:32.169Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-04-13T21:38:32.226Z Compiling crc8 v0.1.1
26692026-04-13T21:38:32.375Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-04-13T21:38:32.434Z Compiling typify v0.4.3
26712026-04-13T21:38:32.458Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-04-13T21:38:32.461Z Compiling headers-core v0.3.0
26732026-04-13T21:38:32.531Z Compiling libxml v0.3.3
26742026-04-13T21:38:32.583Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-04-13T21:38:32.651Z Compiling headers v0.4.1
26762026-04-13T21:38:32.845Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-04-13T21:38:32.890Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-04-13T21:38:33.136Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-04-13T21:38:33.622Z Compiling strum_macros v0.24.3
26802026-04-13T21:38:34.058Z Compiling indoc v1.0.9
26812026-04-13T21:38:34.508Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-04-13T21:38:34.531Z Compiling derive_builder v0.20.2
26832026-04-13T21:38:34.557Z Compiling oso-derive v0.27.3
26842026-04-13T21:38:34.630Z Compiling quick-xml v0.37.5
26852026-04-13T21:38:34.725Z Compiling impl-trait-for-tuples v0.2.3
26862026-04-13T21:38:34.789Z Compiling openssl-probe v0.1.6
26872026-04-13T21:38:34.931Z Compiling half v1.8.3
26882026-04-13T21:38:35.136Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-04-13T21:38:35.167Z Compiling serde_cbor v0.11.2
26902026-04-13T21:38:35.461Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-04-13T21:38:35.559Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-04-13T21:38:35.876Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-04-13T21:38:36.072Z Compiling bb8 v0.8.6
26942026-04-13T21:38:36.106Z Compiling trait-variant v0.1.2
26952026-04-13T21:38:36.222Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-04-13T21:38:36.292Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26972026-04-13T21:38:36.464Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-04-13T21:38:36.658Z Compiling fxhash v0.2.1
26992026-04-13T21:38:36.705Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27002026-04-13T21:38:36.732Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-04-13T21:38:36.886Z Compiling progenitor-impl v0.10.0
27022026-04-13T21:38:36.923Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-04-13T21:38:37.021Z Compiling kstat-rs v0.2.4
27042026-04-13T21:38:37.059Z Compiling samael v0.0.19
27052026-04-13T21:38:37.370Z Compiling libz-sys v1.1.24
27062026-04-13T21:38:37.452Z Compiling salty v0.3.0
27072026-04-13T21:38:37.519Z Compiling nonempty v0.12.0
27082026-04-13T21:38:37.783Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-04-13T21:38:38.199Z Compiling progenitor-impl v0.11.2
27102026-04-13T21:38:38.367Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-04-13T21:38:38.392Z Compiling polar-core v0.27.3
27122026-04-13T21:38:38.455Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27132026-04-13T21:38:38.570Z Compiling darling_core v0.23.0
27142026-04-13T21:38:39.032Z Compiling progenitor-macro v0.10.0
27152026-04-13T21:38:40.467Z Compiling nanorand v0.7.0
27162026-04-13T21:38:40.734Z Compiling arc-swap v1.8.2
27172026-04-13T21:38:40.805Z Compiling fs-err v2.11.0
27182026-04-13T21:38:40.847Z Compiling parking_lot_core v0.8.6
27192026-04-13T21:38:41.168Z Compiling slog-scope v4.4.1
27202026-04-13T21:38:41.252Z Compiling darling_macro v0.23.0
27212026-04-13T21:38:41.277Z Compiling mime_guess v2.0.5
27222026-04-13T21:38:41.623Z Compiling flume v0.11.1
27232026-04-13T21:38:41.766Z Compiling progenitor-macro v0.11.2
27242026-04-13T21:38:41.803Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27252026-04-13T21:38:42.034Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-04-13T21:38:43.122Z Compiling progenitor v0.10.0
27272026-04-13T21:38:43.325Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-04-13T21:38:43.937Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-04-13T21:38:44.184Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-04-13T21:38:45.657Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-04-13T21:38:45.836Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-04-13T21:38:46.251Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-04-13T21:38:47.466Z Compiling oso v0.27.3
27342026-04-13T21:38:47.938Z Compiling progenitor-client v0.11.2
27352026-04-13T21:38:48.744Z Compiling git-stub v1.0.0
27362026-04-13T21:38:50.774Z Compiling diesel-dtrace v0.5.0
27372026-04-13T21:38:51.124Z Compiling async-bb8-diesel v0.2.1
27382026-04-13T21:38:51.149Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-04-13T21:38:51.580Z Compiling instability v0.3.11
27402026-04-13T21:38:51.855Z Compiling git-stub-vcs v0.1.0
27412026-04-13T21:38:51.913Z Compiling progenitor v0.11.2
27422026-04-13T21:38:52.101Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-04-13T21:38:52.230Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27442026-04-13T21:38:52.691Z Compiling darling v0.23.0
27452026-04-13T21:38:52.716Z Compiling slog-stdlog v4.1.1
27462026-04-13T21:38:53.380Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27472026-04-13T21:38:53.636Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-04-13T21:38:53.971Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-04-13T21:38:54.574Z Compiling ignore v0.4.25
27502026-04-13T21:38:55.321Z Compiling primeorder v0.13.6
27512026-04-13T21:38:55.548Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-04-13T21:38:55.639Z Compiling castaway v0.2.4
27532026-04-13T21:38:55.811Z Compiling atty v0.2.14
27542026-04-13T21:38:55.973Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-13T21:38:56.247Z Compiling parse-size v1.1.0
27562026-04-13T21:38:56.475Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-04-13T21:38:56.647Z Compiling http-range v0.1.5
27582026-04-13T21:38:56.720Z Compiling indoc v2.0.7
27592026-04-13T21:38:56.936Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-04-13T21:38:56.974Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-04-13T21:38:57.070Z Compiling compact_str v0.8.1
27622026-04-13T21:38:58.223Z Compiling p384 v0.13.1
27632026-04-13T21:38:59.161Z Compiling globwalk v0.9.1
27642026-04-13T21:38:59.587Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-04-13T21:38:59.730Z Compiling parking_lot v0.11.2
27662026-04-13T21:38:59.796Z Compiling slog-envlogger v2.2.0
27672026-04-13T21:38:59.882Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-04-13T21:39:00.195Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-04-13T21:39:00.355Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-04-13T21:39:00.413Z Compiling predicates-tree v1.0.13
27712026-04-13T21:39:00.631Z Compiling unicode-truncate v1.1.0
27722026-04-13T21:39:00.674Z Compiling lru v0.12.5
27732026-04-13T21:39:00.859Z Compiling prefix-trie v0.7.0
27742026-04-13T21:39:00.880Z Compiling rand_seeder v0.4.0
27752026-04-13T21:39:00.903Z Compiling vergen-git2 v1.0.7
27762026-04-13T21:39:00.923Z Compiling cassowary v0.3.0
27772026-04-13T21:39:00.997Z Compiling compression-core v0.4.31
27782026-04-13T21:39:01.146Z Compiling compression-codecs v0.4.37
27792026-04-13T21:39:01.198Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-04-13T21:39:01.228Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27812026-04-13T21:39:01.270Z Compiling hickory-server v0.25.2
27822026-04-13T21:39:01.386Z Compiling ratatui v0.29.0
27832026-04-13T21:39:01.431Z Compiling camino-tempfile-ext v0.3.3
27842026-04-13T21:39:01.604Z Compiling hyper-staticfile v0.10.1
27852026-04-13T21:39:02.101Z Compiling sled v0.34.7
27862026-04-13T21:39:02.855Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-04-13T21:39:02.887Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-04-13T21:39:03.545Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-04-13T21:39:03.601Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-04-13T21:39:04.054Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-04-13T21:39:04.423Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-04-13T21:39:04.892Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-04-13T21:39:05.275Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-04-13T21:39:05.443Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-04-13T21:39:05.697Z Compiling toml_datetime v1.0.0+spec-1.1.0
27962026-04-13T21:39:05.748Z Compiling dropshot v0.17.0
27972026-04-13T21:39:05.991Z Compiling corncobs v0.1.4
27982026-04-13T21:39:06.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-04-13T21:39:06.246Z Compiling rustls v0.21.12
28002026-04-13T21:39:06.326Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-13T21:39:06.465Z Compiling toml v1.0.6+spec-1.1.0
28022026-04-13T21:39:06.509Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-04-13T21:39:06.570Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-04-13T21:39:06.622Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-04-13T21:39:07.057Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-04-13T21:39:07.173Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-04-13T21:39:07.282Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-04-13T21:39:07.764Z Compiling async-compression v0.4.41
28092026-04-13T21:39:08.274Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-04-13T21:39:10.033Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-04-13T21:39:10.348Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-04-13T21:39:10.413Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-13T21:39:10.619Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-04-13T21:39:10.647Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-04-13T21:39:10.858Z Compiling sct v0.7.1
28162026-04-13T21:39:10.889Z Compiling rustls-webpki v0.101.7
28172026-04-13T21:39:11.149Z Compiling nix v0.29.0
28182026-04-13T21:39:11.374Z Compiling secrecy v0.8.0
28192026-04-13T21:39:11.549Z Compiling dropshot_endpoint v0.17.0
28202026-04-13T21:39:11.575Z Compiling void v1.0.2
28212026-04-13T21:39:11.731Z Compiling lzss v0.8.2
28222026-04-13T21:39:12.537Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-04-13T21:39:12.686Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-04-13T21:39:13.419Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-04-13T21:39:13.490Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-04-13T21:39:14.290Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-04-13T21:39:15.039Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-04-13T21:39:15.190Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-04-13T21:39:15.444Z Compiling tungstenite v0.23.0
28302026-04-13T21:39:15.507Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-04-13T21:39:15.743Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-04-13T21:39:15.964Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-04-13T21:39:15.988Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-04-13T21:39:16.018Z Compiling nix v0.27.1
28352026-04-13T21:39:16.202Z Compiling serde_bytes v0.11.19
28362026-04-13T21:39:16.291Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-04-13T21:39:16.513Z Compiling tokio-tungstenite v0.23.1
28382026-04-13T21:39:16.718Z Compiling git2 v0.20.4
28392026-04-13T21:39:16.906Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-04-13T21:39:17.269Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-04-13T21:39:17.453Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-04-13T21:39:17.826Z Compiling tokio-rustls v0.24.1
28432026-04-13T21:39:18.161Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-04-13T21:39:19.879Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28452026-04-13T21:39:20.300Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-13T21:39:22.424Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-04-13T21:39:22.497Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28482026-04-13T21:39:22.934Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-04-13T21:39:23.335Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-04-13T21:39:23.629Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-04-13T21:39:25.028Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-13T21:39:25.488Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-04-13T21:39:25.804Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-04-13T21:39:26.778Z Compiling rustls-pemfile v1.0.4
28552026-04-13T21:39:27.218Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-04-13T21:39:27.831Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-04-13T21:39:28.030Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-04-13T21:39:28.404Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-04-13T21:39:29.862Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-04-13T21:39:30.506Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-04-13T21:39:30.913Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28622026-04-13T21:39:30.991Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28632026-04-13T21:39:31.248Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28642026-04-13T21:39:31.272Z Compiling signal-hook-tokio v0.3.1
28652026-04-13T21:39:31.303Z Compiling twox-hash v2.1.2
28662026-04-13T21:39:31.478Z Compiling yasna v0.5.2
28672026-04-13T21:39:31.599Z Compiling is_ci v1.2.0
28682026-04-13T21:39:31.764Z Compiling supports-color v3.0.2
28692026-04-13T21:39:31.845Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-04-13T21:39:31.948Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-04-13T21:39:32.071Z Compiling rcgen v0.12.1
28722026-04-13T21:39:32.130Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-04-13T21:39:32.714Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28742026-04-13T21:39:33.013Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28752026-04-13T21:39:34.614Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28762026-04-13T21:39:35.608Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-04-13T21:39:35.778Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28782026-04-13T21:39:36.473Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28792026-04-13T21:39:36.552Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-04-13T21:39:37.307Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-04-13T21:39:37.403Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-04-13T21:39:37.563Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-04-13T21:39:37.649Z Compiling fatfs v0.3.6
28842026-04-13T21:39:37.791Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-04-13T21:39:37.921Z Compiling rtoolbox v0.0.3
28862026-04-13T21:39:38.211Z Compiling subprocess v0.2.15
28872026-04-13T21:39:38.919Z Compiling seq-macro v0.3.6
28882026-04-13T21:39:39.427Z Compiling assert_matches v1.5.0
28892026-04-13T21:39:39.545Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-04-13T21:39:39.728Z Compiling rpassword v7.4.0
28912026-04-13T21:39:40.088Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-04-13T21:39:40.412Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-04-13T21:39:40.509Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-04-13T21:39:40.647Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-04-13T21:39:41.536Z Compiling tui-tree-widget v0.23.1
28962026-04-13T21:39:41.826Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-04-13T21:39:42.915Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-04-13T21:39:43.079Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-04-13T21:39:43.459Z Compiling uzers v0.12.2
29002026-04-13T21:39:44.196Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-04-13T21:39:44.629Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-04-13T21:39:45.742Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-04-13T21:39:46.335Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-04-13T21:39:48.720Z Compiling support-bundle-viewer v0.1.2
29052026-04-13T21:39:49.237Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-04-13T21:39:50.642Z Compiling multimap v0.10.1
29072026-04-13T21:39:58.902Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-04-13T21:40:07.941Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29092026-04-13T21:40:10.255Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29102026-04-13T21:40:10.362Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29112026-04-13T21:47:08.858Z Finished `release` profile [optimized] target(s) in 9m 11s
29122026-04-13T21:47:54.390Z
29132026-04-13T21:47:54.390Zreal 9:58.004394522
29142026-04-13T21:47:54.394Zuser 1:19:08.842905848
29152026-04-13T21:47:54.394Zsys 3:34.468494066
29162026-04-13T21:47:54.394Ztrap 1.767981073
29172026-04-13T21:47:54.394Ztflt 2.293293307
29182026-04-13T21:47:54.394Zdflt 16.191549383
29192026-04-13T21:47:54.394Zkflt 0.026988545
29202026-04-13T21:47:54.394Zlock 7:29:34.706276560
29212026-04-13T21:47:54.394Zslp 2:17:44.575435314
29222026-04-13T21:47:54.394Zlat 2:30.783193121
29232026-04-13T21:47:54.394Zstop 5:23.130812864
29242026-04-13T21:47:54.394Z+ mapfile -t packages
29252026-04-13T21:47:54.394Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29262026-04-13T21:47:55.345Z Finished `release` profile [optimized] target(s) in 0.94s
29272026-04-13T21:47:55.429Z Running `target/release/omicron-package -t test list-outputs`
29282026-04-13T21:47:55.476ZLogging to: /work/oxidecomputer/omicron/out/LOG
29292026-04-13T21:47:55.480Z+ ptime -m cargo build --locked --release -p xtask
29302026-04-13T21:47:56.020Z Compiling libc v0.2.180
29312026-04-13T21:47:56.020Z Compiling serde v1.0.228
29322026-04-13T21:47:56.025Z Compiling serde_core v1.0.228
29332026-04-13T21:47:56.025Z Compiling rustix v1.1.3
29342026-04-13T21:47:56.130Z Compiling serde_json v1.0.149
29352026-04-13T21:47:56.134Z Compiling bitflags v2.11.0
29362026-04-13T21:47:56.166Z Compiling num-traits v0.2.19
29372026-04-13T21:47:56.176Z Compiling syn v2.0.117
29382026-04-13T21:47:56.187Z Compiling smallvec v1.15.1
29392026-04-13T21:47:56.190Z Compiling hashbrown v0.16.1
29402026-04-13T21:47:56.219Z Compiling usdt-impl v0.5.0
29412026-04-13T21:47:56.230Z Compiling syn v1.0.109
29422026-04-13T21:47:56.244Z Compiling getrandom v0.3.4
29432026-04-13T21:47:56.244Z Compiling log v0.4.29
29442026-04-13T21:47:56.379Z Compiling percent-encoding v2.3.2
29452026-04-13T21:47:56.537Z Compiling form_urlencoded v1.2.2
29462026-04-13T21:47:56.617Z Compiling fs-err v3.3.0
29472026-04-13T21:47:56.621Z Compiling heck v0.4.1
29482026-04-13T21:47:56.653Z Compiling once_cell v1.21.3
29492026-04-13T21:47:56.657Z Compiling anyhow v1.0.102
29502026-04-13T21:47:56.794Z Compiling indexmap v2.13.0
29512026-04-13T21:47:56.863Z Compiling errno v0.3.14
29522026-04-13T21:47:56.863Z Compiling thread-id v4.2.2
29532026-04-13T21:47:56.930Z Compiling memmap v0.7.0
29542026-04-13T21:47:57.209Z Compiling ordered-float v2.10.1
29552026-04-13T21:47:57.724Z Compiling proc-macro-error v1.0.4
29562026-04-13T21:47:57.888Z Compiling terminal_size v0.4.3
29572026-04-13T21:47:57.888Z Compiling tempfile v3.25.0
29582026-04-13T21:47:57.971Z Compiling tabled_derive v0.7.0
29592026-04-13T21:47:57.993Z Compiling clap_builder v4.5.60
29602026-04-13T21:47:57.993Z Compiling textwrap v0.16.2
29612026-04-13T21:47:58.123Z Compiling camino-tempfile v1.4.1
29622026-04-13T21:47:58.649Z Compiling tabled v0.15.0
29632026-04-13T21:47:58.706Z Compiling synstructure v0.13.2
29642026-04-13T21:47:58.706Z Compiling pest_generator v2.8.6
29652026-04-13T21:47:59.111Z Compiling serde_derive v1.0.228
29662026-04-13T21:47:59.111Z Compiling zerovec-derive v0.11.2
29672026-04-13T21:47:59.114Z Compiling displaydoc v0.2.5
29682026-04-13T21:47:59.114Z Compiling thiserror-impl v1.0.69
29692026-04-13T21:47:59.114Z Compiling zerocopy-derive v0.7.35
29702026-04-13T21:47:59.122Z Compiling scroll_derive v0.12.1
29712026-04-13T21:47:59.125Z Compiling thiserror-impl v2.0.18
29722026-04-13T21:47:59.146Z Compiling zerofrom-derive v0.1.6
29732026-04-13T21:47:59.157Z Compiling yoke-derive v0.8.1
29742026-04-13T21:47:59.229Z Compiling pest_derive v2.8.6
29752026-04-13T21:47:59.697Z Compiling clap_derive v4.5.55
29762026-04-13T21:47:59.795Z Compiling scroll v0.12.0
29772026-04-13T21:47:59.948Z Compiling zerocopy v0.7.35
29782026-04-13T21:48:00.171Z Compiling goblin v0.8.2
29792026-04-13T21:48:00.319Z Compiling zerofrom v0.1.6
29802026-04-13T21:48:00.362Z Compiling thiserror v1.0.69
29812026-04-13T21:48:00.469Z Compiling yoke v0.8.1
29822026-04-13T21:48:00.488Z Compiling dtrace-parser v0.2.0
29832026-04-13T21:48:00.540Z Compiling thiserror v2.0.18
29842026-04-13T21:48:00.668Z Compiling zerovec v0.11.5
29852026-04-13T21:48:00.683Z Compiling zerotrie v0.2.3
29862026-04-13T21:48:01.298Z Compiling tinystr v0.8.2
29872026-04-13T21:48:01.375Z Compiling potential_utf v0.1.4
29882026-04-13T21:48:01.539Z Compiling icu_locale_core v2.1.1
29892026-04-13T21:48:01.584Z Compiling icu_collections v2.1.1
29902026-04-13T21:48:02.343Z Compiling icu_provider v2.1.1
29912026-04-13T21:48:02.458Z Compiling serde_spanned v0.6.9
29922026-04-13T21:48:02.524Z Compiling toml_datetime v0.6.11
29932026-04-13T21:48:02.634Z Compiling icu_properties v2.1.2
29942026-04-13T21:48:02.672Z Compiling icu_normalizer v2.1.1
29952026-04-13T21:48:02.702Z Compiling dof v0.3.0
29962026-04-13T21:48:02.725Z Compiling toml_edit v0.22.27
29972026-04-13T21:48:02.755Z Compiling serde_tokenstream v0.2.3
29982026-04-13T21:48:02.790Z Compiling serde-value v0.7.0
29992026-04-13T21:48:02.813Z Compiling cargo-platform v0.2.0
30002026-04-13T21:48:02.878Z Compiling macaddr v1.0.1
30012026-04-13T21:48:02.924Z Compiling clap v4.5.60
30022026-04-13T21:48:03.524Z Compiling idna_adapter v1.2.1
30032026-04-13T21:48:03.575Z Compiling usdt-attr-macro v0.5.0
30042026-04-13T21:48:03.609Z Compiling usdt-macro v0.5.0
30052026-04-13T21:48:03.645Z Compiling idna v1.1.0
30062026-04-13T21:48:04.129Z Compiling url v2.5.8
30072026-04-13T21:48:04.239Z Compiling usdt v0.5.0
30082026-04-13T21:48:04.317Z Compiling toml v0.8.23
30092026-04-13T21:48:04.795Z Compiling cargo-util-schemas v0.8.2
30102026-04-13T21:48:04.813Z Compiling cargo_toml v0.21.0
30112026-04-13T21:48:05.827Z Compiling cargo_metadata v0.21.0
30122026-04-13T21:48:08.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-04-13T21:48:11.993Z Finished `release` profile [optimized] target(s) in 16.50s
30142026-04-13T21:48:12.158Z
30152026-04-13T21:48:12.162Zreal 16.640190113
30162026-04-13T21:48:12.162Zuser 2:22.637520001
30172026-04-13T21:48:12.162Zsys 17.277996842
30182026-04-13T21:48:12.162Ztrap 0.088901595
30192026-04-13T21:48:12.162Ztflt 0.470004066
30202026-04-13T21:48:12.162Zdflt 1.513172263
30212026-04-13T21:48:12.162Zkflt 0.000044212
30222026-04-13T21:48:12.162Zlock 5:25.943987507
30232026-04-13T21:48:12.162Zslp 3:33.310340938
30242026-04-13T21:48:12.162Zlat 6.679133727
30252026-04-13T21:48:12.162Zstop 19.054269921
30262026-04-13T21:48:12.162Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-04-13T21:48:12.162Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-04-13T21:48:12.162Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-04-13T21:48:12.162Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-04-13T21:48:12.162Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30312026-04-13T21:48:13.095Z Compiling regress v0.10.5
30322026-04-13T21:48:13.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-04-13T21:48:13.238Z Compiling newtype-uuid-macros v0.1.0
30342026-04-13T21:48:13.242Z Compiling rustls v0.22.4
30352026-04-13T21:48:13.242Z Compiling progenitor-client v0.13.0
30362026-04-13T21:48:13.242Z Compiling rustls-webpki v0.102.8
30372026-04-13T21:48:13.242Z Compiling structmeta-derive v0.3.0
30382026-04-13T21:48:13.242Z Compiling serde_spanned v1.0.4
30392026-04-13T21:48:13.242Z Compiling multer v3.1.0
30402026-04-13T21:48:13.242Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-04-13T21:48:13.242Z Compiling debug-ignore v1.0.5
30422026-04-13T21:48:13.261Z Compiling match_cfg v0.1.0
30432026-04-13T21:48:13.261Z Compiling slog-json v2.6.1
30442026-04-13T21:48:13.261Z Compiling async-stream-impl v0.3.6
30452026-04-13T21:48:13.264Z Compiling waitgroup v0.1.2
30462026-04-13T21:48:13.264Z Compiling rustls-pemfile v2.2.0
30472026-04-13T21:48:13.486Z Compiling hostname v0.3.1
30482026-04-13T21:48:13.504Z Compiling hostname v0.4.2
30492026-04-13T21:48:13.523Z Compiling serde_path_to_error v0.1.20
30502026-04-13T21:48:13.528Z Compiling itertools v0.14.0
30512026-04-13T21:48:13.593Z Compiling dropshot v0.16.7
30522026-04-13T21:48:13.596Z Compiling toml v0.9.12+spec-1.1.0
30532026-04-13T21:48:13.644Z Compiling slog-bunyan v2.5.0
30542026-04-13T21:48:13.681Z Compiling dropshot_endpoint v0.16.7
30552026-04-13T21:48:13.756Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-04-13T21:48:13.756Z Compiling macaddr v1.0.1
30572026-04-13T21:48:13.809Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-04-13T21:48:13.809Z Compiling instant v0.1.13
30592026-04-13T21:48:13.907Z Compiling progenitor-client v0.10.0
30602026-04-13T21:48:13.928Z Compiling backon v1.6.0
30612026-04-13T21:48:13.947Z Compiling async-stream v0.3.6
30622026-04-13T21:48:13.966Z Compiling backoff v0.4.0
30632026-04-13T21:48:13.969Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-04-13T21:48:14.022Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-04-13T21:48:14.078Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-04-13T21:48:14.154Z Compiling progenitor-extras v0.1.1
30672026-04-13T21:48:14.170Z Compiling universal-hash v0.5.1
30682026-04-13T21:48:14.202Z Compiling opaque-debug v0.3.1
30692026-04-13T21:48:14.221Z Compiling half v2.7.1
30702026-04-13T21:48:14.246Z Compiling ciborium-io v0.2.2
30712026-04-13T21:48:14.264Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-04-13T21:48:14.264Z Compiling crucible-workspace-hack v0.1.0
30732026-04-13T21:48:14.297Z Compiling convert_case v0.4.0
30742026-04-13T21:48:14.330Z Compiling aead v0.5.2
30752026-04-13T21:48:14.366Z Compiling secrecy v0.10.3
30762026-04-13T21:48:14.424Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-04-13T21:48:14.441Z Compiling unsafe-libyaml v0.2.11
30782026-04-13T21:48:14.456Z Compiling poly1305 v0.8.0
30792026-04-13T21:48:14.515Z Compiling ciborium-ll v0.2.2
30802026-04-13T21:48:14.564Z Compiling chacha20 v0.9.1
30812026-04-13T21:48:14.583Z Compiling structmeta v0.3.0
30822026-04-13T21:48:14.587Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-04-13T21:48:14.640Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-04-13T21:48:14.694Z Compiling ciborium v0.2.2
30852026-04-13T21:48:14.711Z Compiling derive_more v0.99.20
30862026-04-13T21:48:14.728Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30872026-04-13T21:48:14.758Z Compiling typify-impl v0.6.1
30882026-04-13T21:48:14.842Z Compiling derive-ex v0.1.8
30892026-04-13T21:48:14.861Z Compiling parse-display-derive v0.10.0
30902026-04-13T21:48:14.865Z Compiling thiserror-impl-no-std v2.0.2
30912026-04-13T21:48:14.946Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-04-13T21:48:14.972Z Compiling serde_yaml v0.9.34+deprecated
30932026-04-13T21:48:15.000Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-04-13T21:48:15.088Z Compiling byte-wrapper v0.1.0
30952026-04-13T21:48:15.139Z Compiling password-hash v0.5.0
30962026-04-13T21:48:15.219Z Compiling blake2 v0.10.6
30972026-04-13T21:48:15.245Z Compiling chacha20poly1305 v0.10.1
30982026-04-13T21:48:15.297Z Compiling indent_write v2.2.0
30992026-04-13T21:48:15.431Z Compiling heapless v0.8.0
31002026-04-13T21:48:15.464Z Compiling ingot-macros v0.1.1
31012026-04-13T21:48:15.482Z Compiling toml_edit v0.23.10+spec-1.0.0
31022026-04-13T21:48:15.511Z Compiling argon2 v0.5.3
31032026-04-13T21:48:15.573Z Compiling hash32 v0.3.1
31042026-04-13T21:48:15.749Z Compiling tokio-rustls v0.25.0
31052026-04-13T21:48:15.813Z Compiling smoltcp v0.11.0
31062026-04-13T21:48:16.009Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-04-13T21:48:16.127Z Compiling thiserror-no-std v2.0.2
31082026-04-13T21:48:16.211Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-04-13T21:48:16.259Z Compiling vsss-rs v3.3.4
31102026-04-13T21:48:16.367Z Compiling proc-macro-crate v3.4.0
31112026-04-13T21:48:16.483Z Compiling tabwriter v1.4.1
31122026-04-13T21:48:16.530Z Compiling cobs v0.3.0
31132026-04-13T21:48:16.606Z Compiling test-strategy v0.4.5
31142026-04-13T21:48:16.657Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-04-13T21:48:16.673Z Compiling parse-display v0.10.0
31162026-04-13T21:48:16.761Z Compiling postcard v1.1.3
31172026-04-13T21:48:16.779Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-04-13T21:48:16.782Z Compiling proc-macro-error v1.0.4
31192026-04-13T21:48:16.917Z Compiling proc-macro-crate v1.3.1
31202026-04-13T21:48:16.932Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-04-13T21:48:16.971Z Compiling num_enum_derive v0.7.5
31222026-04-13T21:48:17.015Z Compiling foreign-types-macros v0.2.3
31232026-04-13T21:48:17.146Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31242026-04-13T21:48:17.149Z Compiling cpufeatures v0.3.0
31252026-04-13T21:48:17.254Z Compiling rayon-core v1.13.0
31262026-04-13T21:48:17.271Z Compiling foreign-types-shared v0.3.1
31272026-04-13T21:48:17.337Z Compiling colored v3.1.1
31282026-04-13T21:48:17.362Z Compiling chacha20 v0.10.0
31292026-04-13T21:48:17.382Z Compiling num_enum_derive v0.5.11
31302026-04-13T21:48:17.433Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-04-13T21:48:17.504Z Compiling crossbeam-deque v0.8.6
31322026-04-13T21:48:17.569Z Compiling num-rational v0.4.2
31332026-04-13T21:48:17.611Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-04-13T21:48:17.632Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-04-13T21:48:17.676Z Compiling foreign-types v0.5.0
31362026-04-13T21:48:17.722Z Compiling num-complex v0.4.6
31372026-04-13T21:48:17.742Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-04-13T21:48:17.761Z Compiling cstr-argument v0.1.2
31392026-04-13T21:48:17.783Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-04-13T21:48:17.952Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-04-13T21:48:18.036Z Compiling rand v0.10.0
31422026-04-13T21:48:18.102Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-04-13T21:48:18.119Z Compiling num_enum v0.7.5
31442026-04-13T21:48:18.152Z Compiling num v0.4.3
31452026-04-13T21:48:18.193Z Compiling toml v0.8.23
31462026-04-13T21:48:18.219Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31472026-04-13T21:48:18.245Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31482026-04-13T21:48:18.262Z Compiling camino-tempfile v1.4.1
31492026-04-13T21:48:18.265Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-04-13T21:48:18.265Z Compiling float-ord v0.3.2
31512026-04-13T21:48:18.313Z Compiling rayon v1.11.0
31522026-04-13T21:48:18.443Z Compiling zone_cfg_derive v0.3.1
31532026-04-13T21:48:18.491Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-04-13T21:48:18.509Z Compiling ingot-types v0.1.2
31552026-04-13T21:48:18.531Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-04-13T21:48:18.550Z Compiling num_enum v0.5.11
31572026-04-13T21:48:18.594Z Compiling itertools v0.12.1
31582026-04-13T21:48:18.613Z Compiling num-derive v0.4.2
31592026-04-13T21:48:18.663Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-04-13T21:48:18.703Z Compiling sigpipe v0.1.3
31612026-04-13T21:48:18.763Z Compiling glob v0.3.3
31622026-04-13T21:48:18.766Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-04-13T21:48:18.819Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31642026-04-13T21:48:18.837Z Compiling smf v0.2.3
31652026-04-13T21:48:18.858Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31662026-04-13T21:48:18.954Z Compiling ingot v0.1.1
31672026-04-13T21:48:19.024Z Compiling prettyplease v0.2.37
31682026-04-13T21:48:19.048Z Compiling whoami v1.6.1
31692026-04-13T21:48:19.083Z Compiling gethostname v0.5.0
31702026-04-13T21:48:19.150Z Compiling usdt-attr-macro v0.5.0
31712026-04-13T21:48:19.195Z Compiling usdt-macro v0.5.0
31722026-04-13T21:48:19.232Z Compiling memmap v0.7.0
31732026-04-13T21:48:19.289Z Compiling atomicwrites v0.4.4
31742026-04-13T21:48:19.371Z Compiling derive-where v1.6.0
31752026-04-13T21:48:19.387Z Compiling typify-macro v0.6.1
31762026-04-13T21:48:19.408Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-04-13T21:48:19.452Z Compiling cancel-safe-futures v0.1.5
31782026-04-13T21:48:19.518Z Compiling resolv-conf v0.7.6
31792026-04-13T21:48:19.571Z Compiling owo-colors v4.3.0
31802026-04-13T21:48:19.617Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31812026-04-13T21:48:19.729Z Compiling libsw-core v0.3.2
31822026-04-13T21:48:19.866Z Compiling zone v0.3.1
31832026-04-13T21:48:19.905Z Compiling async-recursion v1.1.1
31842026-04-13T21:48:19.936Z Compiling libsw v3.5.0
31852026-04-13T21:48:19.953Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-04-13T21:48:20.039Z Compiling usdt v0.5.0
31872026-04-13T21:48:20.147Z Compiling libefi-sys v0.1.0
31882026-04-13T21:48:20.163Z Compiling linear-map v1.2.0
31892026-04-13T21:48:20.234Z Compiling console v0.15.11
31902026-04-13T21:48:20.368Z Compiling hickory-proto v0.24.4
31912026-04-13T21:48:20.386Z Compiling newline-converter v0.3.0
31922026-04-13T21:48:20.390Z Compiling bitfield-struct v0.6.2
31932026-04-13T21:48:20.442Z Compiling linked-hash-map v0.5.6
31942026-04-13T21:48:20.514Z Compiling semver v0.1.20
31952026-04-13T21:48:20.577Z Compiling expectorate v1.2.0
31962026-04-13T21:48:20.593Z Compiling tokio-dtrace v0.1.1
31972026-04-13T21:48:20.619Z Compiling lru-cache v0.1.2
31982026-04-13T21:48:20.659Z Compiling dropshot-api-manager-types v0.6.0
31992026-04-13T21:48:20.764Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32002026-04-13T21:48:20.781Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32012026-04-13T21:48:20.784Z Compiling rustc_version v0.1.7
32022026-04-13T21:48:20.802Z Compiling pin-project-internal v1.1.11
32032026-04-13T21:48:20.840Z Compiling slog-dtrace v0.3.0
32042026-04-13T21:48:20.855Z Compiling minimal-lexical v0.2.1
32052026-04-13T21:48:20.871Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-04-13T21:48:20.895Z Compiling oxide-tokio-rt v0.1.3
32072026-04-13T21:48:20.965Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-04-13T21:48:20.982Z Compiling typify-impl v0.4.3
32092026-04-13T21:48:21.010Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-04-13T21:48:21.074Z Compiling newtype_derive v0.1.6
32112026-04-13T21:48:21.128Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-13T21:48:21.212Z Compiling nom v7.1.3
32132026-04-13T21:48:21.215Z Compiling phf_shared v0.12.1
32142026-04-13T21:48:21.250Z Compiling typify v0.6.1
32152026-04-13T21:48:21.269Z Compiling snafu-derive v0.8.9
32162026-04-13T21:48:21.285Z Compiling pem v3.0.6
32172026-04-13T21:48:21.376Z Compiling progenitor-impl v0.13.0
32182026-04-13T21:48:21.395Z Compiling csv-core v0.1.13
32192026-04-13T21:48:21.438Z Compiling highway v1.3.0
32202026-04-13T21:48:21.503Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-04-13T21:48:21.520Z Compiling same-file v1.0.6
32222026-04-13T21:48:21.625Z Compiling xshell-macros v0.2.7
32232026-04-13T21:48:21.667Z Compiling chrono-tz v0.10.4
32242026-04-13T21:48:21.684Z Compiling const_format_proc_macros v0.2.34
32252026-04-13T21:48:21.849Z Compiling walkdir v2.5.0
32262026-04-13T21:48:21.909Z Compiling csv v1.4.0
32272026-04-13T21:48:21.988Z Compiling phf v0.12.1
32282026-04-13T21:48:22.049Z Compiling xshell v0.2.7
32292026-04-13T21:48:22.075Z Compiling pin-project v1.1.11
32302026-04-13T21:48:22.170Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32312026-04-13T21:48:22.204Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-04-13T21:48:22.221Z Compiling globset v0.4.18
32332026-04-13T21:48:22.261Z Compiling olpc-cjson v0.1.4
32342026-04-13T21:48:22.354Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32352026-04-13T21:48:22.466Z Compiling primeorder v0.13.6
32362026-04-13T21:48:22.493Z Compiling serde_plain v1.0.2
32372026-04-13T21:48:22.571Z Compiling hickory-resolver v0.24.4
32382026-04-13T21:48:22.599Z Compiling typed-path v0.9.3
32392026-04-13T21:48:22.618Z Compiling const_format v0.2.35
32402026-04-13T21:48:22.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-04-13T21:48:22.736Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-04-13T21:48:22.881Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-04-13T21:48:22.966Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-04-13T21:48:22.983Z Compiling tabled_derive v0.7.0
32452026-04-13T21:48:23.230Z Compiling bcs v0.1.6
32462026-04-13T21:48:23.341Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32472026-04-13T21:48:23.540Z Compiling snafu v0.8.9
32482026-04-13T21:48:23.558Z Compiling termtree v0.5.1
32492026-04-13T21:48:23.589Z Compiling radium v0.7.0
32502026-04-13T21:48:23.627Z Compiling salty v0.3.0
32512026-04-13T21:48:23.719Z Compiling qorb v0.4.1
32522026-04-13T21:48:23.754Z Compiling textwrap v0.16.2
32532026-04-13T21:48:23.898Z Compiling tough v0.20.0
32542026-04-13T21:48:23.934Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32552026-04-13T21:48:23.950Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-04-13T21:48:23.968Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-04-13T21:48:24.055Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-04-13T21:48:24.129Z Compiling progenitor-macro v0.13.0
32592026-04-13T21:48:24.234Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-04-13T21:48:24.279Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-04-13T21:48:24.296Z Compiling tabled v0.15.0
32622026-04-13T21:48:24.467Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-04-13T21:48:24.566Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-04-13T21:48:24.569Z Compiling steno v0.4.1
32652026-04-13T21:48:24.600Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32662026-04-13T21:48:24.778Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-04-13T21:48:24.818Z Compiling maybe-uninit v2.0.0
32682026-04-13T21:48:24.919Z Compiling base64 v0.21.7
32692026-04-13T21:48:24.947Z Compiling tap v1.0.1
32702026-04-13T21:48:25.101Z Compiling tagptr v0.2.0
32712026-04-13T21:48:25.143Z Compiling humantime v2.3.0
32722026-04-13T21:48:25.279Z Compiling moka v0.12.13
32732026-04-13T21:48:25.362Z Compiling wyz v0.5.1
32742026-04-13T21:48:25.671Z Compiling typify-macro v0.4.3
32752026-04-13T21:48:25.696Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-04-13T21:48:25.833Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-04-13T21:48:25.853Z Compiling p384 v0.13.1
32782026-04-13T21:48:25.964Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32792026-04-13T21:48:26.042Z Compiling parking_lot_core v0.8.6
32802026-04-13T21:48:26.096Z Compiling packed_struct v0.10.1
32812026-04-13T21:48:26.203Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-04-13T21:48:26.317Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-04-13T21:48:26.372Z Compiling funty v2.0.0
32842026-04-13T21:48:26.485Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-04-13T21:48:26.502Z Compiling hickory-resolver v0.25.2
32862026-04-13T21:48:26.637Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-04-13T21:48:26.699Z Compiling polyval v0.6.2
32882026-04-13T21:48:26.970Z Compiling bitvec v1.0.1
32892026-04-13T21:48:27.012Z Compiling git-stub v1.0.0
32902026-04-13T21:48:27.029Z Compiling packed_struct_codegen v0.10.1
32912026-04-13T21:48:27.197Z Compiling zerocopy-derive v0.6.6
32922026-04-13T21:48:27.248Z Compiling bitfield-macros v0.19.4
32932026-04-13T21:48:27.321Z Compiling proc-macro-error-attr2 v2.0.0
32942026-04-13T21:48:27.531Z Compiling typify v0.4.3
32952026-04-13T21:48:27.575Z Compiling indexmap v1.9.3
32962026-04-13T21:48:27.677Z Compiling crc-catalog v2.4.0
32972026-04-13T21:48:27.738Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-04-13T21:48:27.774Z Compiling nodrop v0.1.14
32992026-04-13T21:48:27.812Z Compiling utf-8 v0.7.6
33002026-04-13T21:48:27.829Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-13T21:48:27.883Z Compiling array-init v0.0.4
33022026-04-13T21:48:27.911Z Compiling crc v3.4.0
33032026-04-13T21:48:28.004Z Compiling tungstenite v0.21.0
33042026-04-13T21:48:28.035Z Compiling proc-macro-error2 v2.0.1
33052026-04-13T21:48:28.053Z Compiling bitfield v0.19.4
33062026-04-13T21:48:28.101Z Compiling git-stub-vcs v0.1.0
33072026-04-13T21:48:28.116Z Compiling ghash v0.5.1
33082026-04-13T21:48:28.135Z Compiling zerocopy v0.6.6
33092026-04-13T21:48:28.155Z Compiling smallvec v0.6.14
33102026-04-13T21:48:28.221Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-04-13T21:48:28.290Z Compiling ctr v0.9.2
33122026-04-13T21:48:28.408Z Compiling num-derive v0.3.3
33132026-04-13T21:48:28.412Z Compiling unicase v2.9.0
33142026-04-13T21:48:28.491Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-04-13T21:48:28.510Z Compiling hashbrown v0.12.3
33162026-04-13T21:48:28.513Z Compiling compression-core v0.4.31
33172026-04-13T21:48:28.547Z Compiling tokio-tungstenite v0.21.0
33182026-04-13T21:48:28.565Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33192026-04-13T21:48:28.600Z Compiling parking_lot v0.11.2
33202026-04-13T21:48:28.674Z Compiling mime_guess v2.0.5
33212026-04-13T21:48:28.741Z Compiling compression-codecs v0.4.37
33222026-04-13T21:48:28.765Z Compiling aes-gcm v0.10.3
33232026-04-13T21:48:28.899Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-04-13T21:48:28.933Z Compiling tabled_derive v0.11.0
33252026-04-13T21:48:29.026Z Compiling serde-hex v0.1.0
33262026-04-13T21:48:29.060Z Compiling progenitor-impl v0.10.0
33272026-04-13T21:48:29.079Z Compiling progenitor-impl v0.11.2
33282026-04-13T21:48:29.132Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-04-13T21:48:29.264Z Compiling ron v0.8.1
33302026-04-13T21:48:29.284Z Compiling papergrid v0.17.0
33312026-04-13T21:48:29.299Z Compiling testing_table v0.3.0
33322026-04-13T21:48:29.374Z Compiling libscf-sys v1.1.0
33332026-04-13T21:48:29.391Z Compiling progenitor v0.13.0
33342026-04-13T21:48:29.428Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-04-13T21:48:29.496Z Compiling hashbrown v0.13.2
33362026-04-13T21:48:29.552Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33372026-04-13T21:48:29.572Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-04-13T21:48:29.712Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33392026-04-13T21:48:29.741Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-13T21:48:29.758Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-04-13T21:48:30.029Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-04-13T21:48:30.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33432026-04-13T21:48:30.238Z Compiling prefix-trie v0.7.0
33442026-04-13T21:48:30.256Z Compiling blowfish v0.9.1
33452026-04-13T21:48:30.287Z Compiling ssh-encoding v0.2.0
33462026-04-13T21:48:30.316Z Compiling fxhash v0.2.1
33472026-04-13T21:48:30.503Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-04-13T21:48:30.542Z Compiling toml_datetime v1.0.0+spec-1.1.0
33492026-04-13T21:48:30.582Z Compiling dropshot v0.17.0
33502026-04-13T21:48:30.668Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-04-13T21:48:30.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-04-13T21:48:30.880Z Compiling crc-any v2.5.0
33532026-04-13T21:48:30.900Z Compiling corncobs v0.1.4
33542026-04-13T21:48:30.918Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-04-13T21:48:31.070Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-04-13T21:48:31.088Z Compiling toml v1.0.6+spec-1.1.0
33572026-04-13T21:48:31.109Z Compiling hickory-server v0.25.2
33582026-04-13T21:48:31.125Z Compiling ssh-cipher v0.2.0
33592026-04-13T21:48:31.196Z Compiling sled v0.34.7
33602026-04-13T21:48:31.199Z Compiling bcrypt-pbkdf v0.10.0
33612026-04-13T21:48:31.271Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-04-13T21:48:31.313Z Compiling tabled v0.20.0
33632026-04-13T21:48:31.602Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-04-13T21:48:31.622Z Compiling object v0.30.4
33652026-04-13T21:48:31.827Z Compiling progenitor-macro v0.11.2
33662026-04-13T21:48:31.849Z Compiling progenitor-macro v0.10.0
33672026-04-13T21:48:31.866Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-04-13T21:48:32.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-04-13T21:48:32.535Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33702026-04-13T21:48:32.622Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-04-13T21:48:32.966Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-04-13T21:48:33.066Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-04-13T21:48:33.137Z Compiling async-compression v0.4.41
33742026-04-13T21:48:33.243Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-13T21:48:33.497Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-04-13T21:48:33.625Z Compiling progenitor-client v0.11.2
33772026-04-13T21:48:33.777Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-04-13T21:48:33.886Z Compiling password-hash v0.4.2
33792026-04-13T21:48:33.991Z Compiling dropshot_endpoint v0.17.0
33802026-04-13T21:48:34.011Z Compiling secrecy v0.8.0
33812026-04-13T21:48:34.198Z Compiling http-range v0.1.5
33822026-04-13T21:48:34.296Z Compiling half v1.8.3
33832026-04-13T21:48:34.314Z Compiling path-slash v0.1.5
33842026-04-13T21:48:34.492Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-04-13T21:48:34.605Z Compiling serde_cbor v0.11.2
33862026-04-13T21:48:34.620Z Compiling pbkdf2 v0.11.0
33872026-04-13T21:48:34.874Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-04-13T21:48:35.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-04-13T21:48:35.071Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-04-13T21:48:35.234Z Compiling ssh-key v0.6.7
33912026-04-13T21:48:35.613Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33922026-04-13T21:48:35.788Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-04-13T21:48:36.008Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33942026-04-13T21:48:36.078Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-04-13T21:48:36.147Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-04-13T21:48:36.352Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-04-13T21:48:36.707Z Compiling p521 v0.13.3
33982026-04-13T21:48:36.864Z Compiling p256 v0.13.2
33992026-04-13T21:48:36.891Z Compiling yasna v0.5.2
34002026-04-13T21:48:36.949Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34012026-04-13T21:48:36.968Z Compiling kstat-rs v0.2.4
34022026-04-13T21:48:37.011Z Compiling progenitor v0.11.2
34032026-04-13T21:48:37.029Z Compiling headers-core v0.3.0
34042026-04-13T21:48:37.102Z Compiling nanorand v0.7.0
34052026-04-13T21:48:37.144Z Compiling progenitor v0.10.0
34062026-04-13T21:48:37.168Z Compiling atty v0.2.14
34072026-04-13T21:48:37.186Z Compiling russh-cryptovec v0.7.3
34082026-04-13T21:48:37.204Z Compiling home v0.5.12
34092026-04-13T21:48:37.276Z Compiling md5 v0.7.0
34102026-04-13T21:48:37.308Z Compiling crc8 v0.1.1
34112026-04-13T21:48:37.326Z Compiling flume v0.11.1
34122026-04-13T21:48:37.345Z Compiling rcgen v0.12.1
34132026-04-13T21:48:37.375Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34142026-04-13T21:48:37.407Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34152026-04-13T21:48:37.425Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34162026-04-13T21:48:37.459Z Compiling russh-keys v0.45.0
34172026-04-13T21:48:37.589Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34182026-04-13T21:48:37.613Z Compiling headers v0.4.1
34192026-04-13T21:48:37.688Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-04-13T21:48:37.711Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-04-13T21:48:37.922Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-04-13T21:48:38.011Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34232026-04-13T21:48:38.112Z Compiling hyper-staticfile v0.10.1
34242026-04-13T21:48:38.139Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-04-13T21:48:38.182Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34262026-04-13T21:48:38.271Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-04-13T21:48:38.428Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282026-04-13T21:48:38.466Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34292026-04-13T21:48:38.551Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-04-13T21:48:38.660Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-04-13T21:48:38.737Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34322026-04-13T21:48:38.772Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34332026-04-13T21:48:38.861Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-04-13T21:48:38.992Z Compiling num-bigint v0.4.6
34352026-04-13T21:48:39.050Z Compiling des v0.8.1
34362026-04-13T21:48:39.069Z Compiling subprocess v0.2.15
34372026-04-13T21:48:39.085Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-04-13T21:48:39.150Z Compiling display-error-chain v0.2.2
34392026-04-13T21:48:39.169Z Compiling hex-literal v0.4.1
34402026-04-13T21:48:39.276Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-04-13T21:48:39.313Z Compiling colored v2.2.0
34422026-04-13T21:48:39.334Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34432026-04-13T21:48:39.543Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34442026-04-13T21:48:39.603Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34452026-04-13T21:48:39.620Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-04-13T21:48:39.701Z Compiling internet-checksum v0.2.1
34472026-04-13T21:48:40.337Z Compiling russh v0.45.0
34482026-04-13T21:48:42.252Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34492026-04-13T21:48:42.963Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34502026-04-13T21:48:43.444Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34512026-04-13T21:48:43.692Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34522026-04-13T21:48:51.592Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-04-13T21:48:51.592Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-04-13T21:48:51.592Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34552026-04-13T21:48:51.595Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34562026-04-13T21:48:53.315Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34572026-04-13T21:48:53.348Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34582026-04-13T21:48:57.529Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-04-13T21:49:17.449Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602026-04-13T21:49:36.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34612026-04-13T21:49:36.455Z
34622026-04-13T21:49:36.458Zreal 1:24.221808013
34632026-04-13T21:49:36.458Zuser 8:18.282426170
34642026-04-13T21:49:36.458Zsys 1:43.917833559
34652026-04-13T21:49:36.458Ztrap 0.264767039
34662026-04-13T21:49:36.458Ztflt 0.588098542
34672026-04-13T21:49:36.458Zdflt 1.653348357
34682026-04-13T21:49:36.458Zkflt 0.000265106
34692026-04-13T21:49:36.458Zlock 29:35.030814213
34702026-04-13T21:49:36.458Zslp 19:15.802381978
34712026-04-13T21:49:36.458Zlat 40.326133438
34722026-04-13T21:49:36.458Zstop 2:56.407604002
34732026-04-13T21:49:36.458Z+ mkdir tests
34742026-04-13T21:49:36.461Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-04-13T21:49:36.461Z+ xargs -I '{}' -t cp '{}' tests/
34762026-04-13T21:49:36.488Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3ae9d2d9cd915e43 tests/
34772026-04-13T21:49:36.509Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4e4446bbfc0c727a tests/
34782026-04-13T21:49:36.530Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f9b9857c4f9be48a tests/
34792026-04-13T21:49:36.551Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d8030e991969d063 tests/
34802026-04-13T21:49:36.778Z+ 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/*)
34812026-04-13T21:49:36.782Z+ 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-4e4446bbfc0c727a tests/commtest-f9b9857c4f9be48a tests/dhcp_server-3ae9d2d9cd915e43 tests/end_to_end_tests-d8030e991969d063 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
34822026-04-13T21:51:03.240ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-04-13T21:51:03.240Za .github/buildomat/ci-env.sh 1K
34842026-04-13T21:51:03.240Za out/target/test 1K
34852026-04-13T21:51:03.240Za out/npuzone/npuzone 27402K
34862026-04-13T21:51:03.240Za package-manifest.toml 35K
34872026-04-13T21:51:03.240Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-04-13T21:51:03.240Za target/release/omicron-package 45696K
34892026-04-13T21:51:03.240Za target/release/xtask 11433K
34902026-04-13T21:51:03.240Za target/debug/bootstrap 340141K
34912026-04-13T21:51:03.240Za tests/bootstrap-4e4446bbfc0c727a 31310K
34922026-04-13T21:51:03.240Za tests/commtest-f9b9857c4f9be48a 32395K
34932026-04-13T21:51:03.240Za tests/dhcp_server-3ae9d2d9cd915e43 31310K
34942026-04-13T21:51:03.240Za tests/end_to_end_tests-d8030e991969d063 382570K
34952026-04-13T21:51:03.240Za out/clickhouse.tar.gz 323153K
34962026-04-13T21:51:03.240Za out/clickhouse_keeper.tar.gz 307116K
34972026-04-13T21:51:03.240Za out/clickhouse_server.tar.gz 323152K
34982026-04-13T21:51:03.240Za out/cockroachdb.tar.gz 165440K
34992026-04-13T21:51:03.240Za out/crucible-pantry-zone.tar.gz 44513K
35002026-04-13T21:51:03.240Za out/crucible-utils.tar 17744K
35012026-04-13T21:51:03.240Za out/crucible-zone.tar.gz 58651K
35022026-04-13T21:51:03.240Za out/external-dns.tar.gz 51731K
35032026-04-13T21:51:03.240Za out/internal-dns.tar.gz 51731K
35042026-04-13T21:51:03.240Za out/mg-ddm-gz.tar 78377K
35052026-04-13T21:51:03.240Za out/nexus.tar.gz 217758K
35062026-04-13T21:51:03.240Za out/ntp.tar.gz 32981K
35072026-04-13T21:51:03.240Za out/omicron-gateway-softnpu.tar.gz 29157K
35082026-04-13T21:51:03.241Za out/omicron-sled-agent.tar 205674K
35092026-04-13T21:51:03.241Za out/overlay.tar.gz 3K
35102026-04-13T21:51:03.241Za out/oximeter.tar.gz 68865K
35112026-04-13T21:51:03.241Za out/oxlog.tar 3782K
35122026-04-13T21:51:03.241Za out/probe.tar.gz 3037K
35132026-04-13T21:51:03.241Za out/propolis-server.tar.gz 38727K
35142026-04-13T21:51:03.241Za out/pumpkind-gz.tar 26647K
35152026-04-13T21:51:03.241Za out/switch-softnpu.tar.gz 384948K
35162026-04-13T21:51:03.245Z
35172026-04-13T21:51:03.245Zreal 1:26.446979120
35182026-04-13T21:51:03.245Zuser 1:23.708500717
35192026-04-13T21:51:03.245Zsys 4.470552632
35202026-04-13T21:51:03.245Ztrap 0.007224376
35212026-04-13T21:51:03.245Ztflt 0.000000000
35222026-04-13T21:51:03.245Zdflt 0.000000000
35232026-04-13T21:51:03.245Zkflt 0.000000000
35242026-04-13T21:51:03.245Zlock 0.000000000
35252026-04-13T21:51:03.245Zslp 1:23.699217370
35262026-04-13T21:51:03.245Zlat 1.004071930
35272026-04-13T21:51:03.245Zstop 0.000225108
35282026-04-13T21:51:03.245Zprocess exited: duration 1056001 ms, exit code 0
 
35292026-04-13T21:51:03.261Zfound 1 output files
35302026-04-13T21:51:03.261Zuploading: /work/package.tar.gz (2437887443 bytes)
35312026-04-13T21:51:29.397Zuploaded: /work/package.tar.gz