01KN0Q3KY165Z9F1EPTFG013KB: 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: 01KN0Q476QMT96NZNA1KPJ3C82

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-31T01:12:17.513Zjob assigned to worker 01KN0Q4BCMTK0JBG5X6WPE4J6E [factory aws, i-030de1f930f48dc51] (queued for 46 s)
 
22026-03-31T01:12:24.725Zstarting task 0: "setup"
32026-03-31T01:12:24.730Z++ uname -s
42026-03-31T01:12:24.733Z+ kern=SunOS
52026-03-31T01:12:24.733Z+ build_user=build
62026-03-31T01:12:24.733Z+ build_uid=12345
72026-03-31T01:12:24.734Z+ work_dir=/work
82026-03-31T01:12:24.734Z+ input_dir=/input
92026-03-31T01:12:24.734Z+ [[ 0 == 12345 ]]
102026-03-31T01:12:24.734Z+ case "$kern" in
112026-03-31T01:12:24.734Z+ groupadd -g 12345 build
122026-03-31T01:12:24.737Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-31T01:12:26.744Z+ zfs create -o mountpoint=/work rpool/work
142026-03-31T01:12:26.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-31T01:12:26.872Z+ home_fs=zfs
162026-03-31T01:12:26.872Z+ [[ zfs == autofs ]]
172026-03-31T01:12:26.872Z+ mkdir -p /home/build
182026-03-31T01:12:26.875Z+ chown build:build /home/build /work
192026-03-31T01:12:28.875Z+ chmod 0700 /home/build /work
202026-03-31T01:12:28.879Zprocess exited: duration 4156 ms, exit code 0
 
212026-03-31T01:12:28.885Zstarting task 1: "rust-toolchain"
222026-03-31T01:12:28.891Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-31T01:12:28.891Z * rust toolchain channel = "1.94.0"
242026-03-31T01:12:28.891Z * rust toolchain profile = "default"
252026-03-31T01:12:28.891Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-31T01:12:28.891Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-31T01:12:28.891Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-31T01:12:28.894Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-31T01:12:28.894Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-31T01:12:29.055Zinfo: downloading installer
312026-03-31T01:12:31.007Zwarn: It looks like you have an existing installation of Rust at:
322026-03-31T01:12:31.007Zwarn: /opt/ooce/bin
332026-03-31T01:12:31.007Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-31T01:12:31.007Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-31T01:12:31.007Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-31T01:12:31.007Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-31T01:12:31.008Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-31T01:12:31.008Zerror: cannot install while Rust is installed
392026-03-31T01:12:31.008Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-31T01:12:31.008Zwarn: It looks like you have an existing rustup settings file at:
412026-03-31T01:12:31.008Zwarn: /home/build/.rustup/settings.toml
422026-03-31T01:12:31.008Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-31T01:12:31.008Zwarn: instead of the one inferred from the default host triple.
442026-03-31T01:12:31.021Zinfo: profile set to default
452026-03-31T01:12:31.021Zinfo: default host triple is x86_64-unknown-illumos
462026-03-31T01:12:31.024Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-31T01:12:31.200Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-31T01:12:31.203Zinfo: downloading 6 components
492026-03-31T01:12:48.160Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-31T01:12:48.160Z
512026-03-31T01:12:48.190Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-31T01:12:48.190Z
532026-03-31T01:12:48.190Z
542026-03-31T01:12:48.190ZRust is installed now. Great!
552026-03-31T01:12:48.190Z
562026-03-31T01:12:48.190ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-31T01:12:48.190Zenvironment variable. This has not been done automatically.
582026-03-31T01:12:48.190Z
592026-03-31T01:12:48.191ZTo configure your current shell, you need to source
602026-03-31T01:12:48.191Zthe corresponding env file under $HOME/.cargo.
612026-03-31T01:12:48.191Z
622026-03-31T01:12:48.191ZThis is usually done by running one of the following (note the leading DOT):
632026-03-31T01:12:48.191Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-31T01:12:48.191Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-31T01:12:48.191Zsource "~/.cargo/env.nu" # For nushell
662026-03-31T01:12:48.191Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-31T01:12:48.191Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-31T01:12:48.191Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-31T01:12:48.195Zwarn: no default linker (`cc`) was found in your PATH
702026-03-31T01:12:48.195Zwarn: many Rust crates require a system C toolchain to build
712026-03-31T01:12:48.295Z+ rustup --version
722026-03-31T01:12:48.302Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-31T01:12:48.302Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-31T01:12:48.329Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-31T01:12:48.332Z+ cargo --version
762026-03-31T01:12:48.337Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-31T01:12:48.338Z+ rustc --version
782026-03-31T01:12:48.358Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-31T01:12:48.367Zprocess exited: duration 19474 ms, exit code 0
 
802026-03-31T01:12:48.440Zstarting task 2: "authentication"
812026-03-31T01:12:48.460Zprocess exited: duration 20 ms, exit code 0
 
822026-03-31T01:12:48.471Zstarting task 3: "clone repository"
832026-03-31T01:12:48.476Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-31T01:12:48.486Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-31T01:12:48.521ZCloning into '/work/oxidecomputer/omicron'...
862026-03-31T01:13:02.953Z+ cd /work/oxidecomputer/omicron
872026-03-31T01:13:02.953Z+ git fetch origin 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
882026-03-31T01:13:02.992ZFrom https://github.com/oxidecomputer/omicron
892026-03-31T01:13:02.992Z * branch 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d -> FETCH_HEAD
902026-03-31T01:13:02.992Z+ [[ -n dropshot-gzip-support ]]
912026-03-31T01:13:02.992Z++ git branch --show-current
922026-03-31T01:13:02.992Z+ current=main
932026-03-31T01:13:02.993Z+ [[ main != dropshot-gzip-support ]]
942026-03-31T01:13:02.993Z+ git branch -f dropshot-gzip-support 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
952026-03-31T01:13:02.993Z+ git checkout -f dropshot-gzip-support
962026-03-31T01:13:02.993ZSwitched to branch 'dropshot-gzip-support'
972026-03-31T01:13:02.993Z+ git reset --hard 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
982026-03-31T01:13:02.993ZHEAD is now at 875d8cf46 hakari
992026-03-31T01:13:02.993Zprocess exited: duration 11996 ms, exit code 0
 
1002026-03-31T01:13:03.014Zstarting task 4: "build"
1012026-03-31T01:13:03.019Z+ source .github/buildomat/ci-env.sh
1022026-03-31T01:13:03.019Z++ export CARGO_TERM_COLOR=always
1032026-03-31T01:13:03.019Z++ CARGO_TERM_COLOR=always
1042026-03-31T01:13:03.021Z+ cargo --version
1052026-03-31T01:13:03.030Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-31T01:13:03.043Z+ rustc --version
1072026-03-31T01:13:03.055Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-31T01:13:03.059Z+ WORK=/work
1092026-03-31T01:13:03.059Z+ pfexec mkdir -p /work
1102026-03-31T01:13:03.062Z+ pfexec chown build /work
1112026-03-31T01:13:03.062Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-31T01:13:11.488Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-31T01:13:18.263Z Startup: Caching catalogs ... Done
1142026-03-31T01:13:22.440ZPlanning: Solver setup ... Done (2.809s)
1152026-03-31T01:13:22.457ZPlanning: Running solver ... Done (0.018s)
1162026-03-31T01:13:22.598ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-31T01:13:22.614ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-31T01:13:22.735ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-31T01:13:22.759ZPlanning: Package planning ... Done (0.032s)
1202026-03-31T01:13:22.759ZPlanning: Merging actions ... Done (0.028s)
1212026-03-31T01:13:22.918ZPlanning: Checking for conflicting actions ... Done (0.181s)
1222026-03-31T01:13:22.924ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-31T01:13:23.797ZPlanning: Evaluating mediators ... Done (0.873s)
1242026-03-31T01:13:23.803ZPlanning: Planning completed in 5.37 seconds
1252026-03-31T01:13:23.815Z Packages to install: 4
1262026-03-31T01:13:23.815Z Mediators to change: 2
1272026-03-31T01:13:23.815Z Services to change: 1
1282026-03-31T01:13:23.816Z Estimated space available: 155.35 GB
1292026-03-31T01:13:23.816ZEstimated space to be consumed: 1.84 GB
1302026-03-31T01:13:23.820Z Create boot environment: No
1312026-03-31T01:13:23.820ZCreate backup boot environment: No
1322026-03-31T01:13:23.820Z Rebuild boot archive: No
1332026-03-31T01:13:23.820Z
1342026-03-31T01:13:23.820ZChanged mediators:
1352026-03-31T01:13:23.820Z mediator clang:
1362026-03-31T01:13:23.820Z version: None -> 15 (system default)
1372026-03-31T01:13:23.820Z
1382026-03-31T01:13:23.820Z mediator llvm:
1392026-03-31T01:13:23.820Z version: 14 (system default) -> 15 (system default)
1402026-03-31T01:13:23.820Z
1412026-03-31T01:13:23.820ZChanged packages:
1422026-03-31T01:13:23.821Zhelios-dev
1432026-03-31T01:13:23.821Z developer/build-essential
1442026-03-31T01:13:23.821Z None -> 11-2.0
1452026-03-31T01:13:23.821Z library/libxmlsec1
1462026-03-31T01:13:23.821Z None -> 1.2.35-2.0
1472026-03-31T01:13:23.821Z ooce/developer/clang-15
1482026-03-31T01:13:23.821Z None -> 15.0.7-2.0
1492026-03-31T01:13:23.821Z ooce/developer/llvm-15
1502026-03-31T01:13:23.821Z None -> 15.0.7-2.0
1512026-03-31T01:13:23.821Z
1522026-03-31T01:13:23.821ZServices:
1532026-03-31T01:13:23.821Z restart_fmri:
1542026-03-31T01:13:23.821Z svc:/system/update-man-index:default
1552026-03-31T01:13:23.861Z
1562026-03-31T01:13:23.861ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-31T01:13:29.582ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (18.3M/s)
1582026-03-31T01:13:34.583ZDownload: 2471/3290 items 119.9/212.6MB 56% complete (11.9M/s)
1592026-03-31T01:13:41.323ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (18.4M/s)
1602026-03-31T01:13:42.062ZDownload: Completed 212.60 MB in 18.20 seconds (11.7M/s)
1612026-03-31T01:13:42.203Z Actions: 1/3689 actions (Installing new actions)
1622026-03-31T01:13:45.444Z Actions: Completed 3689 actions in 3.24 seconds.
1632026-03-31T01:13:46.041Z Done (0.590s)
1642026-03-31T01:13:46.041Z Done (0.000s)
1652026-03-31T01:13:46.653Z Done (0.612s)
1662026-03-31T01:13:49.880Z Done (2.893s)
1672026-03-31T01:13:49.963Z Done (0.013s)
1682026-03-31T01:13:49.969Z Done (0.000s)
1692026-03-31T01:13:50.242Z Done (0.000s)
1702026-03-31T01:13:51.063ZPlanning: Evaluating mediator changes ... Done
1712026-03-31T01:13:51.171ZPlanning: Checking for conflicting actions ... Done
1722026-03-31T01:13:51.174ZPlanning: Consolidating action changes ... Done
1732026-03-31T01:13:51.329ZPlanning: Evaluating mediators ... Done
1742026-03-31T01:13:51.332ZPlanning: Planning completed in 0.27 seconds
1752026-03-31T01:13:51.353Z Mediators to change: 2
1762026-03-31T01:13:51.353Z Create boot environment: No
1772026-03-31T01:13:51.353ZCreate backup boot environment: No
1782026-03-31T01:13:51.435Z Done
1792026-03-31T01:13:51.435Z Done
1802026-03-31T01:13:52.045Z Done
1812026-03-31T01:13:54.554Z Done
1822026-03-31T01:13:54.623Z Done
1832026-03-31T01:13:54.627Z Done
1842026-03-31T01:13:54.759Z Done
1852026-03-31T01:13:55.160ZPlanning: Evaluating mediator changes ... Done
1862026-03-31T01:13:55.164ZPlanning: Merging actions ... Done
1872026-03-31T01:13:55.300ZPlanning: Checking for conflicting actions ... Done
1882026-03-31T01:13:55.303ZPlanning: Consolidating action changes ... Done
1892026-03-31T01:13:55.439ZPlanning: Evaluating mediators ... Done
1902026-03-31T01:13:55.467ZPlanning: Planning completed in 0.45 seconds
1912026-03-31T01:13:55.489Z Packages to change: 1
1922026-03-31T01:13:55.489Z Mediators to change: 1
1932026-03-31T01:13:55.489Z Services to change: 1
1942026-03-31T01:13:55.489Z Create boot environment: No
1952026-03-31T01:13:55.489ZCreate backup boot environment: Yes
1962026-03-31T01:13:57.904Z Actions: 1/6 actions (Updating modified actions)
1972026-03-31T01:13:57.907Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-31T01:13:57.907Z Done
1992026-03-31T01:13:57.907Z Done
2002026-03-31T01:13:58.042Z Done
2012026-03-31T01:14:00.514Z Done
2022026-03-31T01:14:00.593Z Done
2032026-03-31T01:14:00.596Z Done
2042026-03-31T01:14:00.739Z Done
2052026-03-31T01:14:01.025ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-31T01:14:01.025Zclang system 15 system
2072026-03-31T01:14:01.025Zcsh system system illumos
2082026-03-31T01:14:01.025Zctags system system illumos
2092026-03-31T01:14:01.025Zfile system system illumos
2102026-03-31T01:14:01.026Zgcc vendor 12 vendor
2112026-03-31T01:14:01.026Zgcc system 14 system
2122026-03-31T01:14:01.026Zgcc system 10 system
2132026-03-31T01:14:01.026Zgo system 1.20 system
2142026-03-31T01:14:01.026Zgo system 1.19 system
2152026-03-31T01:14:01.026Zllvm system 15 system
2162026-03-31T01:14:01.026Zllvm system 14 system
2172026-03-31T01:14:01.026Zmariadb system 10.6 system
2182026-03-31T01:14:01.026Zmta vendor vendor dma
2192026-03-31T01:14:01.026Zopenjdk system 17 system
2202026-03-31T01:14:01.026Zopenjdk system 11 system
2212026-03-31T01:14:01.026Zopenjdk system 1.8 system
2222026-03-31T01:14:01.026Zopenssl vendor 3 vendor
2232026-03-31T01:14:01.026Zperl system 5.36 system
2242026-03-31T01:14:01.026Zpostgresql system 15 system
2252026-03-31T01:14:01.026Zpostgresql system 13 system
2262026-03-31T01:14:01.026Zpython vendor 3 vendor
2272026-03-31T01:14:01.026Zpython system 2 system
2282026-03-31T01:14:01.026Zpython3 system 3.11 system
2292026-03-31T01:14:01.026Zruby system 3.0 system
2302026-03-31T01:14:01.026Zwords vendor vendor american-english
2312026-03-31T01:14:01.026Zwords system system australian-english
2322026-03-31T01:14:01.026Zwords system system british-english
2332026-03-31T01:14:01.026Zwords system system canadian-english
2342026-03-31T01:14:01.026Zwords system system french
2352026-03-31T01:14:01.027Zwords system system italian
2362026-03-31T01:14:01.027Zwords system system ngerman
2372026-03-31T01:14:01.027Zwords system system ogerman
2382026-03-31T01:14:01.027Zwords system system spanish
2392026-03-31T01:14:01.253ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-31T01:14:01.253Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-31T01:14:05.547ZFMRI IFO
2422026-03-31T01:14:05.547Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-31T01:14:05.547Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-31T01:14:05.547Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-31T01:14:05.547Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-31T01:14:05.548Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-31T01:14:05.548Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-31T01:14:05.548Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-31T01:14:05.548Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-31T01:14:05.548Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-31T01:14:05.548Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-31T01:14:05.548Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-31T01:14:05.548Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-31T01:14:05.548Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-31T01:14:05.548Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-31T01:14:05.548Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-31T01:14:05.548Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-31T01:14:06.642Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-31T01:14:06.914Z Updating crates.io index
2602026-03-31T01:14:06.917Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-31T01:14:07.439Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-31T01:14:07.832Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-31T01:14:13.268Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-31T01:14:14.035Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-31T01:14:14.621Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-31T01:14:16.133Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-31T01:14:17.581Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-31T01:14:18.271Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-31T01:14:18.688Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-31T01:14:19.325Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-31T01:14:19.585Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-31T01:14:20.017Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-31T01:14:20.473Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-31T01:14:21.335Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-31T01:14:22.129Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-31T01:14:22.710Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-31T01:14:23.023Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-31T01:14:23.380Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-31T01:14:23.696Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-31T01:14:23.912Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-31T01:14:24.163Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-31T01:14:24.571Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-31T01:14:24.978Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-31T01:14:25.589Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-31T01:14:25.967Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-31T01:14:26.479Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-31T01:14:27.595Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-31T01:14:28.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-31T01:14:28.849Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-31T01:14:29.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-31T01:14:29.493Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-31T01:14:30.367Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-31T01:14:30.829Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-31T01:14:31.097Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-31T01:14:31.345Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-31T01:14:31.649Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-31T01:14:31.999Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-31T01:14:44.270Z Downloading crates ...
2992026-03-31T01:14:44.328Z Downloaded anstyle v1.0.13
3002026-03-31T01:14:44.336Z Downloaded bitflags v2.11.0
3012026-03-31T01:14:44.336Z Downloaded plain v0.2.3
3022026-03-31T01:14:44.336Z Downloaded heck v0.5.0
3032026-03-31T01:14:44.336Z Downloaded cfg-if v1.0.4
3042026-03-31T01:14:44.336Z Downloaded errno v0.3.14
3052026-03-31T01:14:44.336Z Downloaded idna_adapter v1.2.1
3062026-03-31T01:14:44.336Z Downloaded percent-encoding v2.3.2
3072026-03-31T01:14:44.346Z Downloaded memmap v0.7.0
3082026-03-31T01:14:44.346Z Downloaded unicode-linebreak v0.1.5
3092026-03-31T01:14:44.346Z Downloaded zerovec-derive v0.11.2
3102026-03-31T01:14:44.346Z Downloaded generic-array v0.14.7
3112026-03-31T01:14:44.360Z Downloaded displaydoc v0.2.5
3122026-03-31T01:14:44.361Z Downloaded usdt v0.5.0
3132026-03-31T01:14:44.361Z Downloaded textwrap v0.16.2
3142026-03-31T01:14:44.374Z Downloaded zerofrom-derive v0.1.6
3152026-03-31T01:14:44.374Z Downloaded camino-tempfile v1.4.1
3162026-03-31T01:14:44.374Z Downloaded smawk v0.3.2
3172026-03-31T01:14:44.374Z Downloaded serde-untagged v0.1.9
3182026-03-31T01:14:44.374Z Downloaded cargo-platform v0.2.0
3192026-03-31T01:14:44.374Z Downloaded tempfile v3.25.0
3202026-03-31T01:14:44.374Z Downloaded version_check v0.9.5
3212026-03-31T01:14:44.374Z Downloaded proc-macro2 v1.0.106
3222026-03-31T01:14:44.374Z Downloaded zmij v1.0.21
3232026-03-31T01:14:44.374Z Downloaded thread-id v4.2.2
3242026-03-31T01:14:44.374Z Downloaded thiserror-impl v1.0.69
3252026-03-31T01:14:44.375Z Downloaded icu_properties v2.1.2
3262026-03-31T01:14:44.375Z Downloaded bytecount v0.6.9
3272026-03-31T01:14:44.386Z Downloaded thiserror-impl v2.0.18
3282026-03-31T01:14:44.387Z Downloaded cpufeatures v0.2.17
3292026-03-31T01:14:44.387Z Downloaded usdt-macro v0.5.0
3302026-03-31T01:14:44.387Z Downloaded typeid v1.0.3
3312026-03-31T01:14:44.387Z Downloaded crypto-common v0.1.7
3322026-03-31T01:14:44.387Z Downloaded form_urlencoded v1.2.2
3332026-03-31T01:14:44.399Z Downloaded utf8parse v0.2.2
3342026-03-31T01:14:44.399Z Downloaded yoke-derive v0.8.1
3352026-03-31T01:14:44.399Z Downloaded fastrand v2.3.0
3362026-03-31T01:14:44.399Z Downloaded scroll_derive v0.12.1
3372026-03-31T01:14:44.399Z Downloaded potential_utf v0.1.4
3382026-03-31T01:14:44.399Z Downloaded toml_write v0.1.2
3392026-03-31T01:14:44.421Z Downloaded usdt-impl v0.5.0
3402026-03-31T01:14:44.421Z Downloaded ucd-trie v0.1.7
3412026-03-31T01:14:44.421Z Downloaded heck v0.4.1
3422026-03-31T01:14:44.421Z Downloaded clap_lex v1.0.0
3432026-03-31T01:14:44.421Z Downloaded serde-value v0.7.0
3442026-03-31T01:14:44.422Z Downloaded unicode-xid v0.2.6
3452026-03-31T01:14:44.422Z Downloaded zerofrom v0.1.6
3462026-03-31T01:14:44.422Z Downloaded utf8_iter v1.0.4
3472026-03-31T01:14:44.422Z Downloaded fnv v1.0.7
3482026-03-31T01:14:44.422Z Downloaded usdt-attr-macro v0.5.0
3492026-03-31T01:14:44.422Z Downloaded stable_deref_trait v1.2.1
3502026-03-31T01:14:44.422Z Downloaded zerotrie v0.2.3
3512026-03-31T01:14:44.422Z Downloaded colorchoice v1.0.4
3522026-03-31T01:14:44.422Z Downloaded typenum v1.19.0
3532026-03-31T01:14:44.422Z Downloaded proc-macro-error-attr v1.0.4
3542026-03-31T01:14:44.422Z Downloaded pretty-hex v0.4.1
3552026-03-31T01:14:44.422Z Downloaded tabled_derive v0.7.0
3562026-03-31T01:14:44.422Z Downloaded itoa v1.0.17
3572026-03-31T01:14:44.422Z Downloaded is_terminal_polyfill v1.70.2
3582026-03-31T01:14:44.422Z Downloaded macaddr v1.0.1
3592026-03-31T01:14:44.422Z Downloaded ordered-float v2.10.1
3602026-03-31T01:14:44.423Z Downloaded toml_datetime v0.6.11
3612026-03-31T01:14:44.423Z Downloaded tinystr v0.8.2
3622026-03-31T01:14:44.429Z Downloaded equivalent v1.0.2
3632026-03-31T01:14:44.429Z Downloaded synstructure v0.13.2
3642026-03-31T01:14:44.429Z Downloaded digest v0.10.7
3652026-03-31T01:14:44.440Z Downloaded zerocopy-derive v0.7.35
3662026-03-31T01:14:44.440Z Downloaded yoke v0.8.1
3672026-03-31T01:14:44.440Z Downloaded thiserror v2.0.18
3682026-03-31T01:14:44.445Z Downloaded dof v0.3.0
3692026-03-31T01:14:44.445Z Downloaded toml_edit v0.22.27
3702026-03-31T01:14:44.445Z Downloaded serde_spanned v0.6.9
3712026-03-31T01:14:44.445Z Downloaded strsim v0.11.1
3722026-03-31T01:14:44.445Z Downloaded writeable v0.6.2
3732026-03-31T01:14:44.445Z Downloaded block-buffer v0.10.4
3742026-03-31T01:14:44.445Z Downloaded thiserror v1.0.69
3752026-03-31T01:14:44.449Z Downloaded url v2.5.8
3762026-03-31T01:14:44.449Z Downloaded unicode-ident v1.0.24
3772026-03-31T01:14:44.449Z Downloaded toml v0.8.23
3782026-03-31T01:14:44.449Z Downloaded terminal_size v0.4.3
3792026-03-31T01:14:44.455Z Downloaded dtrace-parser v0.2.0
3802026-03-31T01:14:44.458Z Downloaded zerovec v0.11.5
3812026-03-31T01:14:44.459Z Downloaded autocfg v1.5.0
3822026-03-31T01:14:44.459Z Downloaded anstyle-query v1.1.5
3832026-03-31T01:14:44.470Z Downloaded swrite v0.1.0
3842026-03-31T01:14:44.470Z Downloaded cargo_metadata v0.21.0
3852026-03-31T01:14:44.470Z Downloaded quote v1.0.44
3862026-03-31T01:14:44.476Z Downloaded zerocopy v0.7.35
3872026-03-31T01:14:44.476Z Downloaded winnow v0.7.14
3882026-03-31T01:14:44.481Z Downloaded smallvec v1.15.1
3892026-03-31T01:14:44.481Z Downloaded anyhow v1.0.102
3902026-03-31T01:14:44.481Z Downloaded sha2 v0.10.9
3912026-03-31T01:14:44.487Z Downloaded cargo_toml v0.21.0
3922026-03-31T01:14:44.488Z Downloaded scroll v0.12.0
3932026-03-31T01:14:44.488Z Downloaded byteorder v1.5.0
3942026-03-31T01:14:44.488Z Downloaded anstream v0.6.21
3952026-03-31T01:14:44.488Z Downloaded serde_tokenstream v0.2.3
3962026-03-31T01:14:44.488Z Downloaded icu_collections v2.1.1
3972026-03-31T01:14:44.493Z Downloaded unicode-width v0.2.0
3982026-03-31T01:14:44.493Z Downloaded erased-serde v0.4.9
3992026-03-31T01:14:44.505Z Downloaded anstyle-parse v0.2.7
4002026-03-31T01:14:44.505Z Downloaded unicode-width v0.1.14
4012026-03-31T01:14:44.505Z Downloaded pest_derive v2.8.6
4022026-03-31T01:14:44.516Z Downloaded proc-macro-error v1.0.4
4032026-03-31T01:14:44.516Z Downloaded litemap v0.8.1
4042026-03-31T01:14:44.516Z Downloaded clap_derive v4.5.55
4052026-03-31T01:14:44.516Z Downloaded fs-err v3.3.0
4062026-03-31T01:14:44.517Z Downloaded camino v1.2.2
4072026-03-31T01:14:44.520Z Downloaded pest_generator v2.8.6
4082026-03-31T01:14:44.520Z Downloaded clap v4.5.60
4092026-03-31T01:14:44.520Z Downloaded serde_json v1.0.149
4102026-03-31T01:14:44.520Z Downloaded once_cell v1.21.3
4112026-03-31T01:14:44.527Z Downloaded cargo-util-schemas v0.8.2
4122026-03-31T01:14:44.535Z Downloaded semver v1.0.27
4132026-03-31T01:14:44.535Z Downloaded serde_core v1.0.228
4142026-03-31T01:14:44.542Z Downloaded serde_derive v1.0.228
4152026-03-31T01:14:44.542Z Downloaded num-traits v0.2.19
4162026-03-31T01:14:44.543Z Downloaded memchr v2.8.0
4172026-03-31T01:14:44.561Z Downloaded log v0.4.29
4182026-03-31T01:14:44.561Z Downloaded icu_provider v2.1.1
4192026-03-31T01:14:44.562Z Downloaded pest_meta v2.8.6
4202026-03-31T01:14:44.562Z Downloaded getrandom v0.4.1
4212026-03-31T01:14:44.562Z Downloaded icu_normalizer v2.1.1
4222026-03-31T01:14:44.582Z Downloaded icu_normalizer_data v2.1.1
4232026-03-31T01:14:44.583Z Downloaded papergrid v0.11.0
4242026-03-31T01:14:44.583Z Downloaded icu_locale_core v2.1.1
4252026-03-31T01:14:44.597Z Downloaded serde v1.0.228
4262026-03-31T01:14:44.610Z Downloaded indexmap v2.13.0
4272026-03-31T01:14:44.617Z Downloaded pest v2.8.6
4282026-03-31T01:14:44.631Z Downloaded idna v1.1.0
4292026-03-31T01:14:44.637Z Downloaded hashbrown v0.16.1
4302026-03-31T01:14:44.637Z Downloaded icu_properties_data v2.1.2
4312026-03-31T01:14:44.663Z Downloaded syn v1.0.109
4322026-03-31T01:14:44.667Z Downloaded goblin v0.8.2
4332026-03-31T01:14:44.667Z Downloaded tabled v0.15.0
4342026-03-31T01:14:44.667Z Downloaded clap_builder v4.5.60
4352026-03-31T01:14:44.672Z Downloaded syn v2.0.117
4362026-03-31T01:14:44.688Z Downloaded rustix v1.1.3
4372026-03-31T01:14:44.708Z Downloaded libc v0.2.180
4382026-03-31T01:14:44.777Z Compiling proc-macro2 v1.0.106
4392026-03-31T01:14:44.777Z Compiling quote v1.0.44
4402026-03-31T01:14:44.777Z Compiling unicode-ident v1.0.24
4412026-03-31T01:14:44.781Z Compiling serde_core v1.0.228
4422026-03-31T01:14:44.781Z Compiling libc v0.2.180
4432026-03-31T01:14:44.781Z Compiling version_check v0.9.5
4442026-03-31T01:14:44.781Z Compiling serde v1.0.228
4452026-03-31T01:14:44.781Z Compiling stable_deref_trait v1.2.1
4462026-03-31T01:14:44.781Z Compiling memchr v2.8.0
4472026-03-31T01:14:44.781Z Compiling zmij v1.0.21
4482026-03-31T01:14:44.781Z Compiling autocfg v1.5.0
4492026-03-31T01:14:44.967Z Compiling itoa v1.0.17
4502026-03-31T01:14:44.971Z Compiling thiserror v1.0.69
4512026-03-31T01:14:44.971Z Compiling ucd-trie v0.1.7
4522026-03-31T01:14:44.972Z Compiling litemap v0.8.1
4532026-03-31T01:14:45.196Z Compiling writeable v0.6.2
4542026-03-31T01:14:45.230Z Compiling icu_properties_data v2.1.2
4552026-03-31T01:14:45.231Z Compiling icu_normalizer_data v2.1.1
4562026-03-31T01:14:45.392Z Compiling rustix v1.1.3
4572026-03-31T01:14:45.452Z Compiling byteorder v1.5.0
4582026-03-31T01:14:45.477Z Compiling serde_json v1.0.149
4592026-03-31T01:14:45.513Z Compiling bitflags v2.11.0
4602026-03-31T01:14:45.581Z Compiling pest v2.8.6
4612026-03-31T01:14:45.705Z Compiling num-traits v0.2.19
4622026-03-31T01:14:45.714Z Compiling typeid v1.0.3
4632026-03-31T01:14:45.818Z Compiling smallvec v1.15.1
4642026-03-31T01:14:45.858Z Compiling equivalent v1.0.2
4652026-03-31T01:14:45.899Z Compiling hashbrown v0.16.1
4662026-03-31T01:14:45.950Z Compiling proc-macro-error-attr v1.0.4
4672026-03-31T01:14:45.959Z Compiling usdt-impl v0.5.0
4682026-03-31T01:14:45.989Z Compiling syn v1.0.109
4692026-03-31T01:14:45.989Z Compiling erased-serde v0.4.9
4702026-03-31T01:14:46.000Z Compiling toml_write v0.1.2
4712026-03-31T01:14:46.063Z Compiling winnow v0.7.14
4722026-03-31T01:14:46.154Z Compiling proc-macro-error v1.0.4
4732026-03-31T01:14:46.167Z Compiling plain v0.2.3
4742026-03-31T01:14:46.176Z Compiling errno v0.3.14
4752026-03-31T01:14:46.186Z Compiling thread-id v4.2.2
4762026-03-31T01:14:46.322Z Compiling percent-encoding v2.3.2
4772026-03-31T01:14:46.378Z Compiling camino v1.2.2
4782026-03-31T01:14:46.378Z Compiling utf8parse v0.2.2
4792026-03-31T01:14:46.383Z Compiling log v0.4.29
4802026-03-31T01:14:46.462Z Compiling syn v2.0.117
4812026-03-31T01:14:46.462Z Compiling indexmap v2.13.0
4822026-03-31T01:14:46.493Z Compiling thiserror v2.0.18
4832026-03-31T01:14:46.523Z Compiling utf8_iter v1.0.4
4842026-03-31T01:14:46.541Z Compiling getrandom v0.4.1
4852026-03-31T01:14:46.572Z Compiling anstyle-parse v0.2.7
4862026-03-31T01:14:46.629Z Compiling form_urlencoded v1.2.2
4872026-03-31T01:14:46.764Z Compiling pest_meta v2.8.6
4882026-03-31T01:14:46.849Z Compiling ordered-float v2.10.1
4892026-03-31T01:14:46.864Z Compiling is_terminal_polyfill v1.70.2
4902026-03-31T01:14:46.958Z Compiling anstyle v1.0.13
4912026-03-31T01:14:46.982Z Compiling colorchoice v1.0.4
4922026-03-31T01:14:46.997Z Compiling cfg-if v1.0.4
4932026-03-31T01:14:47.003Z Compiling anstyle-query v1.1.5
4942026-03-31T01:14:47.033Z Compiling pretty-hex v0.4.1
4952026-03-31T01:14:47.130Z Compiling fs-err v3.3.0
4962026-03-31T01:14:47.144Z Compiling clap_lex v1.0.0
4972026-03-31T01:14:47.168Z Compiling anstream v0.6.21
4982026-03-31T01:14:47.176Z Compiling bytecount v0.6.9
4992026-03-31T01:14:47.205Z Compiling terminal_size v0.4.3
5002026-03-31T01:14:47.234Z Compiling fnv v1.0.7
5012026-03-31T01:14:47.362Z Compiling semver v1.0.27
5022026-03-31T01:14:47.367Z Compiling heck v0.4.1
5032026-03-31T01:14:47.397Z Compiling fastrand v2.3.0
5042026-03-31T01:14:47.402Z Compiling heck v0.5.0
5052026-03-31T01:14:47.432Z Compiling strsim v0.11.1
5062026-03-31T01:14:47.505Z Compiling once_cell v1.21.3
5072026-03-31T01:14:47.630Z Compiling unicode-xid v0.2.6
5082026-03-31T01:14:47.642Z Compiling unicode-width v0.1.14
5092026-03-31T01:14:47.648Z Compiling anyhow v1.0.102
5102026-03-31T01:14:47.676Z Compiling clap_builder v4.5.60
5112026-03-31T01:14:47.701Z Compiling serde-untagged v0.1.9
5122026-03-31T01:14:47.743Z Compiling tempfile v3.25.0
5132026-03-31T01:14:47.787Z Compiling memmap v0.7.0
5142026-03-31T01:14:47.799Z Compiling unicode-width v0.2.0
5152026-03-31T01:14:47.803Z Compiling smawk v0.3.2
5162026-03-31T01:14:47.888Z Compiling papergrid v0.11.0
5172026-03-31T01:14:47.936Z Compiling unicode-linebreak v0.1.5
5182026-03-31T01:14:47.966Z Compiling camino-tempfile v1.4.1
5192026-03-31T01:14:48.057Z Compiling swrite v0.1.0
5202026-03-31T01:14:48.075Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-31T01:14:48.143Z Compiling textwrap v0.16.2
5222026-03-31T01:14:48.412Z Compiling tabled_derive v0.7.0
5232026-03-31T01:14:49.047Z Compiling synstructure v0.13.2
5242026-03-31T01:14:49.047Z Compiling pest_generator v2.8.6
5252026-03-31T01:14:49.169Z Compiling tabled v0.15.0
5262026-03-31T01:14:49.504Z Compiling serde_derive v1.0.228
5272026-03-31T01:14:49.504Z Compiling zerofrom-derive v0.1.6
5282026-03-31T01:14:49.510Z Compiling yoke-derive v0.8.1
5292026-03-31T01:14:49.510Z Compiling zerovec-derive v0.11.2
5302026-03-31T01:14:49.510Z Compiling displaydoc v0.2.5
5312026-03-31T01:14:49.510Z Compiling thiserror-impl v1.0.69
5322026-03-31T01:14:49.510Z Compiling zerocopy-derive v0.7.35
5332026-03-31T01:14:49.607Z Compiling scroll_derive v0.12.1
5342026-03-31T01:14:49.612Z Compiling thiserror-impl v2.0.18
5352026-03-31T01:14:49.612Z Compiling pest_derive v2.8.6
5362026-03-31T01:14:49.665Z Compiling clap_derive v4.5.55
5372026-03-31T01:14:50.314Z Compiling zerocopy v0.7.35
5382026-03-31T01:14:50.351Z Compiling scroll v0.12.0
5392026-03-31T01:14:50.577Z Compiling goblin v0.8.2
5402026-03-31T01:14:50.616Z Compiling zerofrom v0.1.6
5412026-03-31T01:14:50.687Z Compiling dtrace-parser v0.2.0
5422026-03-31T01:14:50.726Z Compiling yoke v0.8.1
5432026-03-31T01:14:50.899Z Compiling zerovec v0.11.5
5442026-03-31T01:14:50.899Z Compiling zerotrie v0.2.3
5452026-03-31T01:14:51.071Z Compiling clap v4.5.60
5462026-03-31T01:14:51.298Z Compiling tinystr v0.8.2
5472026-03-31T01:14:51.299Z Compiling potential_utf v0.1.4
5482026-03-31T01:14:51.423Z Compiling icu_collections v2.1.1
5492026-03-31T01:14:51.451Z Compiling icu_locale_core v2.1.1
5502026-03-31T01:14:52.010Z Compiling icu_provider v2.1.1
5512026-03-31T01:14:52.245Z Compiling toml_datetime v0.6.11
5522026-03-31T01:14:52.245Z Compiling serde_spanned v0.6.9
5532026-03-31T01:14:52.353Z Compiling serde-value v0.7.0
5542026-03-31T01:14:52.353Z Compiling cargo-platform v0.2.0
5552026-03-31T01:14:52.353Z Compiling macaddr v1.0.1
5562026-03-31T01:14:52.353Z Compiling dof v0.3.0
5572026-03-31T01:14:52.353Z Compiling serde_tokenstream v0.2.3
5582026-03-31T01:14:52.353Z Compiling icu_properties v2.1.2
5592026-03-31T01:14:52.353Z Compiling icu_normalizer v2.1.1
5602026-03-31T01:14:52.470Z Compiling toml_edit v0.22.27
5612026-03-31T01:14:52.862Z Compiling usdt-attr-macro v0.5.0
5622026-03-31T01:14:52.862Z Compiling usdt-macro v0.5.0
5632026-03-31T01:14:53.069Z Compiling idna_adapter v1.2.1
5642026-03-31T01:14:53.174Z Compiling idna v1.1.0
5652026-03-31T01:14:53.438Z Compiling url v2.5.8
5662026-03-31T01:14:53.459Z Compiling usdt v0.5.0
5672026-03-31T01:14:53.587Z Compiling toml v0.8.23
5682026-03-31T01:14:53.872Z Compiling cargo-util-schemas v0.8.2
5692026-03-31T01:14:53.872Z Compiling cargo_toml v0.21.0
5702026-03-31T01:14:54.645Z Compiling cargo_metadata v0.21.0
5712026-03-31T01:14:55.562Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-31T01:14:57.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.23s
5732026-03-31T01:14:58.001Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-31T01:14:58.515Z Downloading crates ...
5752026-03-31T01:15:02.688Z Downloaded atomic-waker v1.1.2
5762026-03-31T01:15:02.714Z Downloaded async-stream-impl v0.3.6
5772026-03-31T01:15:02.714Z Downloaded base64 v0.21.7
5782026-03-31T01:15:02.714Z Downloaded aead v0.5.2
5792026-03-31T01:15:02.714Z Downloaded bb8 v0.8.6
5802026-03-31T01:15:02.714Z Downloaded adler2 v2.0.1
5812026-03-31T01:15:02.714Z Downloaded async-trait v0.1.89
5822026-03-31T01:15:02.714Z Downloaded crucible-workspace-hack v0.1.0
5832026-03-31T01:15:02.714Z Downloaded crunchy v0.2.4
5842026-03-31T01:15:02.715Z Downloaded crypto-bigint v0.5.5
5852026-03-31T01:15:02.715Z Downloaded crc-catalog v2.4.0
5862026-03-31T01:15:02.715Z Downloaded crc32fast v1.5.0
5872026-03-31T01:15:02.715Z Downloaded crc-any v2.5.0
5882026-03-31T01:15:02.715Z Downloaded async-recursion v1.1.1
5892026-03-31T01:15:02.715Z Downloaded curve25519-dalek v4.1.3
5902026-03-31T01:15:02.715Z Downloaded cstr-argument v0.1.2
5912026-03-31T01:15:02.715Z Downloaded cipher v0.4.4
5922026-03-31T01:15:02.715Z Downloaded downcast-rs v2.0.2
5932026-03-31T01:15:02.715Z Downloaded defmt v1.0.1
5942026-03-31T01:15:02.715Z Downloaded derive_builder v0.20.2
5952026-03-31T01:15:02.716Z Downloaded console v0.16.2
5962026-03-31T01:15:02.716Z Downloaded ciborium v0.2.2
5972026-03-31T01:15:02.716Z Downloaded async-stream v0.3.6
5982026-03-31T01:15:02.716Z Downloaded bit-set v0.8.0
5992026-03-31T01:15:02.716Z Downloaded difflib v0.4.0
6002026-03-31T01:15:02.716Z Downloaded defmt v0.3.100
6012026-03-31T01:15:02.716Z Downloaded derive-where v1.6.0
6022026-03-31T01:15:02.716Z Downloaded arrayref v0.3.9
6032026-03-31T01:15:02.716Z Downloaded darling_macro v0.20.11
6042026-03-31T01:15:02.716Z Downloaded crossbeam-channel v0.5.15
6052026-03-31T01:15:02.716Z Downloaded castaway v0.2.4
6062026-03-31T01:15:02.716Z Downloaded endian-type v0.1.2
6072026-03-31T01:15:02.716Z Downloaded dirs-next v2.0.0
6082026-03-31T01:15:02.716Z Downloaded cassowary v0.3.0
6092026-03-31T01:15:02.717Z Downloaded cobs v0.3.0
6102026-03-31T01:15:02.717Z Downloaded foldhash v0.2.0
6112026-03-31T01:15:02.717Z Downloaded cargo-platform v0.3.2
6122026-03-31T01:15:02.717Z Downloaded dtrace-parser v0.3.0
6132026-03-31T01:15:02.717Z Downloaded compression-core v0.4.31
6142026-03-31T01:15:02.717Z Downloaded debug-ignore v1.0.5
6152026-03-31T01:15:02.717Z Downloaded bitfield-struct v0.6.2
6162026-03-31T01:15:02.717Z Downloaded dunce v1.0.5
6172026-03-31T01:15:02.717Z Downloaded base16ct v1.0.0
6182026-03-31T01:15:02.717Z Downloaded ascii-canvas v3.0.0
6192026-03-31T01:15:02.717Z Downloaded assert_matches v1.5.0
6202026-03-31T01:15:02.717Z Downloaded document-features v0.2.12
6212026-03-31T01:15:02.717Z Downloaded bitfield-macros v0.19.4
6222026-03-31T01:15:02.717Z Downloaded cargo_metadata v0.23.1
6232026-03-31T01:15:02.717Z Downloaded float-ord v0.3.2
6242026-03-31T01:15:02.717Z Downloaded fd-lock v4.0.4
6252026-03-31T01:15:02.717Z Downloaded foreign-types v0.5.0
6262026-03-31T01:15:02.717Z Downloaded cexpr v0.6.0
6272026-03-31T01:15:02.717Z Downloaded display-error-chain v0.2.2
6282026-03-31T01:15:02.717Z Downloaded futures-io v0.3.32
6292026-03-31T01:15:02.717Z Downloaded embedded-io v0.6.1
6302026-03-31T01:15:02.717Z Downloaded crc v3.4.0
6312026-03-31T01:15:02.717Z Downloaded cpufeatures v0.3.0
6322026-03-31T01:15:02.718Z Downloaded dirs-sys-next v0.1.2
6332026-03-31T01:15:02.718Z Downloaded ciborium-io v0.2.2
6342026-03-31T01:15:02.718Z Downloaded bcrypt-pbkdf v0.10.0
6352026-03-31T01:15:02.718Z Downloaded fallible-iterator v0.2.0
6362026-03-31T01:15:02.718Z Downloaded atomicwrites v0.4.4
6372026-03-31T01:15:02.718Z Downloaded darling_macro v0.21.3
6382026-03-31T01:15:02.718Z Downloaded crc8 v0.1.1
6392026-03-31T01:15:02.718Z Downloaded env_logger v0.11.9
6402026-03-31T01:15:02.718Z Downloaded block-padding v0.3.3
6412026-03-31T01:15:02.718Z Downloaded array-init v0.0.4
6422026-03-31T01:15:02.718Z Downloaded darling_macro v0.23.0
6432026-03-31T01:15:02.718Z Downloaded float-cmp v0.10.0
6442026-03-31T01:15:02.718Z Downloaded enum-as-inner v0.6.1
6452026-03-31T01:15:02.718Z Downloaded dsl_auto_type v0.2.0
6462026-03-31T01:15:02.718Z Downloaded curve25519-dalek-derive v0.1.1
6472026-03-31T01:15:02.719Z Downloaded foreign-types-macros v0.2.3
6482026-03-31T01:15:02.719Z Downloaded ciborium-ll v0.2.2
6492026-03-31T01:15:02.719Z Downloaded defmt-parser v1.0.0
6502026-03-31T01:15:02.719Z Downloaded cfg_aliases v0.2.1
6512026-03-31T01:15:02.719Z Downloaded dyn-clone v1.0.20
6522026-03-31T01:15:02.719Z Downloaded foreign-types-shared v0.3.1
6532026-03-31T01:15:02.719Z Downloaded dof v0.4.0
6542026-03-31T01:15:02.719Z Downloaded cfg_aliases v0.1.1
6552026-03-31T01:15:02.719Z Downloaded dropshot-api-manager-types v0.7.0
6562026-03-31T01:15:02.719Z Downloaded bit-set v0.5.3
6572026-03-31T01:15:02.719Z Downloaded atty v0.2.14
6582026-03-31T01:15:02.719Z Downloaded foreign-types v0.3.2
6592026-03-31T01:15:02.719Z Downloaded derive_builder_macro v0.20.2
6602026-03-31T01:15:02.719Z Downloaded foreign-types-shared v0.1.1
6612026-03-31T01:15:02.719Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-03-31T01:15:02.719Z Downloaded flagset v0.4.7
6632026-03-31T01:15:02.719Z Downloaded bzip2 v0.6.1
6642026-03-31T01:15:02.719Z Downloaded fixedbitset v0.4.2
6652026-03-31T01:15:02.719Z Downloaded env_filter v1.0.0
6662026-03-31T01:15:02.719Z Downloaded der_derive v0.7.3
6672026-03-31T01:15:02.719Z Downloaded embedded-io v0.4.0
6682026-03-31T01:15:02.720Z Downloaded convert_case v0.4.0
6692026-03-31T01:15:02.720Z Downloaded ed25519 v2.2.3
6702026-03-31T01:15:02.720Z Downloaded darling_core v0.23.0
6712026-03-31T01:15:02.720Z Downloaded futures-core v0.3.32
6722026-03-31T01:15:02.720Z Downloaded funty v2.0.0
6732026-03-31T01:15:02.720Z Downloaded bitflags v1.3.2
6742026-03-31T01:15:02.720Z Downloaded bcs v0.1.6
6752026-03-31T01:15:02.720Z Downloaded derive_builder_core v0.20.2
6762026-03-31T01:15:02.860Z Downloaded ghash v0.5.1
6772026-03-31T01:15:02.861Z Downloaded fxhash v0.2.1
6782026-03-31T01:15:02.861Z Downloaded futures-task v0.3.32
6792026-03-31T01:15:02.861Z Downloaded futures-sink v0.3.32
6802026-03-31T01:15:02.861Z Downloaded gethostname v0.5.0
6812026-03-31T01:15:02.861Z Downloaded git-stub v1.0.0
6822026-03-31T01:15:02.861Z Downloaded daft-derive v0.1.5
6832026-03-31T01:15:02.861Z Downloaded hex-literal v0.4.1
6842026-03-31T01:15:02.861Z Downloaded headers-core v0.3.0
6852026-03-31T01:15:02.861Z Downloaded hash32 v0.2.1
6862026-03-31T01:15:02.861Z Downloaded globwalk v0.9.1
6872026-03-31T01:15:02.861Z Downloaded crossbeam-deque v0.8.6
6882026-03-31T01:15:02.861Z Downloaded hostname v0.3.1
6892026-03-31T01:15:02.861Z Downloaded hex v0.4.3
6902026-03-31T01:15:02.861Z Downloaded hubpack_derive v0.1.1
6912026-03-31T01:15:02.861Z Downloaded base16ct v0.2.0
6922026-03-31T01:15:02.861Z Downloaded home v0.5.12
6932026-03-31T01:15:02.861Z Downloaded critical-section v1.2.0
6942026-03-31T01:15:02.861Z Downloaded fixedbitset v0.5.7
6952026-03-31T01:15:02.862Z Downloaded data-encoding v2.10.0
6962026-03-31T01:15:02.862Z Downloaded base64ct v1.8.3
6972026-03-31T01:15:02.862Z Downloaded constant_time_eq v0.4.2
6982026-03-31T01:15:02.862Z Downloaded const_format_proc_macros v0.2.34
6992026-03-31T01:15:02.862Z Downloaded compression-codecs v0.4.37
7002026-03-31T01:15:02.862Z Downloaded argon2 v0.5.3
7012026-03-31T01:15:02.862Z Downloaded foldhash v0.1.5
7022026-03-31T01:15:02.862Z Downloaded bit-vec v0.8.0
7032026-03-31T01:15:02.862Z Downloaded bit-vec v0.6.3
7042026-03-31T01:15:02.862Z Downloaded find-msvc-tools v0.1.9
7052026-03-31T01:15:02.862Z Downloaded either v1.15.0
7062026-03-31T01:15:02.862Z Downloaded drift v0.1.3
7072026-03-31T01:15:02.862Z Downloaded fs-err v2.11.0
7082026-03-31T01:15:02.862Z Downloaded defmt-macros v1.0.1
7092026-03-31T01:15:02.862Z Downloaded ff v0.13.1
7102026-03-31T01:15:02.862Z Downloaded erased-serde v0.3.31
7112026-03-31T01:15:02.862Z Downloaded bitfield v0.19.4
7122026-03-31T01:15:02.862Z Downloaded backoff v0.4.0
7132026-03-31T01:15:02.862Z Downloaded http-range v0.1.5
7142026-03-31T01:15:02.862Z Downloaded deranged v0.5.8
7152026-03-31T01:15:02.862Z Downloaded derive-ex v0.1.8
7162026-03-31T01:15:02.862Z Downloaded corncobs v0.1.4
7172026-03-31T01:15:02.862Z Downloaded cbc v0.1.2
7182026-03-31T01:15:02.862Z Downloaded hubpack v0.1.2
7192026-03-31T01:15:02.862Z Downloaded crossbeam-epoch v0.9.18
7202026-03-31T01:15:02.862Z Downloaded derive_more v0.99.20
7212026-03-31T01:15:02.862Z Downloaded cc v1.2.56
7222026-03-31T01:15:02.862Z Downloaded clang-sys v1.8.1
7232026-03-31T01:15:02.862Z Downloaded indoc v1.0.9
7242026-03-31T01:15:02.862Z Downloaded hash32 v0.3.1
7252026-03-31T01:15:02.863Z Downloaded group v0.13.0
7262026-03-31T01:15:02.863Z Downloaded glob v0.3.3
7272026-03-31T01:15:02.863Z Downloaded cookie_store v0.22.1
7282026-03-31T01:15:02.863Z Downloaded byte-wrapper v0.1.0
7292026-03-31T01:15:02.864Z Downloaded instability v0.3.11
7302026-03-31T01:15:02.864Z Downloaded http-body v1.0.1
7312026-03-31T01:15:02.864Z Downloaded fs_extra v1.3.0
7322026-03-31T01:15:02.864Z Downloaded git-stub-vcs v0.1.0
7332026-03-31T01:15:02.864Z Downloaded futures-macro v0.3.32
7342026-03-31T01:15:02.864Z Downloaded futures-executor v0.3.32
7352026-03-31T01:15:02.864Z Downloaded is_ci v1.2.0
7362026-03-31T01:15:02.864Z Downloaded is-terminal v0.4.17
7372026-03-31T01:15:02.864Z Downloaded indent_write v2.2.0
7382026-03-31T01:15:02.864Z Downloaded ident_case v1.0.1
7392026-03-31T01:15:02.864Z Downloaded internet-checksum v0.2.1
7402026-03-31T01:15:02.864Z Downloaded lalrpop-util v0.19.12
7412026-03-31T01:15:02.864Z Downloaded cargo_toml v0.22.3
7422026-03-31T01:15:02.864Z Downloaded colored v3.1.1
7432026-03-31T01:15:02.864Z Downloaded inout v0.1.4
7442026-03-31T01:15:02.864Z Downloaded des v0.8.1
7452026-03-31T01:15:02.864Z Downloaded der v0.7.10
7462026-03-31T01:15:02.864Z Downloaded bzip2 v0.4.4
7472026-03-31T01:15:02.864Z Downloaded daft v0.1.5
7482026-03-31T01:15:02.864Z Downloaded diff v0.1.13
7492026-03-31T01:15:02.864Z Downloaded csv-core v0.1.13
7502026-03-31T01:15:02.864Z Downloaded buf-list v1.1.2
7512026-03-31T01:15:02.864Z Downloaded cancel-safe-futures v0.1.5
7522026-03-31T01:15:02.864Z Downloaded ena v0.14.4
7532026-03-31T01:15:02.864Z Downloaded blake2 v0.10.6
7542026-03-31T01:15:02.864Z Downloaded colored v2.2.0
7552026-03-31T01:15:02.865Z Downloaded cmake v0.1.57
7562026-03-31T01:15:02.865Z Downloaded chacha20 v0.10.0
7572026-03-31T01:15:02.865Z Downloaded lazy_static v1.5.0
7582026-03-31T01:15:02.865Z Downloaded darling v0.21.3
7592026-03-31T01:15:02.865Z Downloaded convert_case v0.10.0
7602026-03-31T01:15:02.865Z Downloaded console v0.15.11
7612026-03-31T01:15:02.865Z Downloaded libscf-sys v1.1.0
7622026-03-31T01:15:02.865Z Downloaded highway v1.3.0
7632026-03-31T01:15:02.865Z Downloaded backon v1.6.0
7642026-03-31T01:15:02.865Z Downloaded kstat-rs v0.2.4
7652026-03-31T01:15:02.865Z Downloaded hyper-staticfile v0.10.1
7662026-03-31T01:15:02.865Z Downloaded hyper-tls v0.6.0
7672026-03-31T01:15:02.865Z Downloaded darling v0.23.0
7682026-03-31T01:15:02.865Z Downloaded linked-hash-map v0.5.6
7692026-03-31T01:15:02.865Z Downloaded lru-slab v0.1.2
7702026-03-31T01:15:02.865Z Downloaded chacha20 v0.9.1
7712026-03-31T01:15:02.865Z Downloaded lru v0.12.5
7722026-03-31T01:15:02.865Z Downloaded lru-cache v0.1.2
7732026-03-31T01:15:02.865Z Downloaded memoffset v0.9.1
7742026-03-31T01:15:02.865Z Downloaded const-oid v0.9.6
7752026-03-31T01:15:02.865Z Downloaded multimap v0.10.1
7762026-03-31T01:15:02.935Z Downloaded md5 v0.7.0
7772026-03-31T01:15:02.935Z Downloaded humantime v2.3.0
7782026-03-31T01:15:02.935Z Downloaded darling v0.20.11
7792026-03-31T01:15:02.936Z Downloaded getrandom v0.2.17
7802026-03-31T01:15:02.936Z Downloaded maybe-uninit v2.0.0
7812026-03-31T01:15:02.936Z Downloaded maplit v1.0.2
7822026-03-31T01:15:02.936Z Downloaded hickory-client v0.25.2
7832026-03-31T01:15:02.936Z Downloaded managed v0.8.0
7842026-03-31T01:15:02.936Z Downloaded hmac v0.12.1
7852026-03-31T01:15:02.937Z Downloaded keccak v0.1.6
7862026-03-31T01:15:02.937Z Downloaded ipnetwork v0.21.1
7872026-03-31T01:15:02.937Z Downloaded instant v0.1.13
7882026-03-31T01:15:02.937Z Downloaded newline-converter v0.3.0
7892026-03-31T01:15:02.937Z Downloaded new_debug_unreachable v1.0.6
7902026-03-31T01:15:02.937Z Downloaded newtype_derive v0.1.6
7912026-03-31T01:15:02.937Z Downloaded nibble_vec v0.1.0
7922026-03-31T01:15:02.937Z Downloaded indoc v2.0.7
7932026-03-31T01:15:02.937Z Downloaded mime v0.3.17
7942026-03-31T01:15:02.937Z Downloaded impl-trait-for-tuples v0.2.3
7952026-03-31T01:15:02.937Z Downloaded globset v0.4.18
7962026-03-31T01:15:02.937Z Downloaded crossbeam-utils v0.8.21
7972026-03-31T01:15:02.938Z Downloaded ipnet v2.11.0
7982026-03-31T01:15:02.938Z Downloaded dropshot_endpoint v0.17.0
7992026-03-31T01:15:02.938Z Downloaded nodrop v0.1.14
8002026-03-31T01:15:02.938Z Downloaded newtype-uuid-macros v0.1.0
8012026-03-31T01:15:02.938Z Downloaded fatfs v0.3.6
8022026-03-31T01:15:02.938Z Downloaded ingot v0.1.1
8032026-03-31T01:15:02.938Z Downloaded lzss v0.8.2
8042026-03-31T01:15:02.938Z Downloaded normalize-line-endings v0.3.0
8052026-03-31T01:15:02.938Z Downloaded num_enum_derive v0.5.11
8062026-03-31T01:15:02.938Z Downloaded num-iter v0.1.45
8072026-03-31T01:15:02.938Z Downloaded num-derive v0.3.3
8082026-03-31T01:15:02.938Z Downloaded num v0.4.3
8092026-03-31T01:15:02.938Z Downloaded half v1.8.3
8102026-03-31T01:15:02.938Z Downloaded futures-channel v0.3.32
8112026-03-31T01:15:02.939Z Downloaded darling_core v0.21.3
8122026-03-31T01:15:02.939Z Downloaded jobserver v0.1.34
8132026-03-31T01:15:02.939Z Downloaded num-conv v0.2.0
8142026-03-31T01:15:02.939Z Downloaded libloading v0.8.9
8152026-03-31T01:15:02.939Z Downloaded ingot-types v0.1.2
8162026-03-31T01:15:02.939Z Downloaded num-derive v0.4.2
8172026-03-31T01:15:02.939Z Downloaded async-bb8-diesel v0.2.1
8182026-03-31T01:15:02.939Z Downloaded cookie v0.18.1
8192026-03-31T01:15:02.939Z Downloaded arrayvec v0.7.6
8202026-03-31T01:15:02.939Z Downloaded libsw-core v0.3.2
8212026-03-31T01:15:02.939Z Downloaded md-5 v0.10.6
8222026-03-31T01:15:02.939Z Downloaded opaque-debug v0.3.1
8232026-03-31T01:15:02.940Z Downloaded http-body-util v0.1.3
8242026-03-31T01:15:02.940Z Downloaded olpc-cjson v0.1.4
8252026-03-31T01:15:02.940Z Downloaded num_threads v0.1.7
8262026-03-31T01:15:02.940Z Downloaded linear-map v1.2.0
8272026-03-31T01:15:02.940Z Downloaded openssl-probe v0.2.1
8282026-03-31T01:15:02.940Z Downloaded openssl-probe v0.1.6
8292026-03-31T01:15:02.940Z Downloaded const_format v0.2.35
8302026-03-31T01:15:02.940Z Downloaded chacha20poly1305 v0.10.1
8312026-03-31T01:15:02.940Z Downloaded allocator-api2 v0.2.21
8322026-03-31T01:15:02.940Z Downloaded openssl-macros v0.1.1
8332026-03-31T01:15:02.940Z Downloaded getrandom v0.3.4
8342026-03-31T01:15:02.940Z Downloaded ahash v0.8.12
8352026-03-31T01:15:02.940Z Downloaded lock_api v0.4.14
8362026-03-31T01:15:02.940Z Downloaded oso-derive v0.27.3
8372026-03-31T01:15:02.940Z Downloaded multer v3.1.0
8382026-03-31T01:15:02.941Z Downloaded match_cfg v0.1.0
8392026-03-31T01:15:02.941Z Downloaded libsw v3.5.0
8402026-03-31T01:15:02.941Z Downloaded packed_struct_codegen v0.10.1
8412026-03-31T01:15:02.941Z Downloaded iana-time-zone v0.1.65
8422026-03-31T01:15:02.941Z Downloaded httpdate v1.0.3
8432026-03-31T01:15:02.941Z Downloaded path-slash v0.1.5
8442026-03-31T01:15:02.941Z Downloaded parse-size v1.1.0
8452026-03-31T01:15:02.941Z Downloaded parse-display v0.10.0
8462026-03-31T01:15:02.941Z Downloaded hostname v0.4.2
8472026-03-31T01:15:02.941Z Downloaded camino-tempfile-ext v0.3.3
8482026-03-31T01:15:02.941Z Downloaded half v2.7.1
8492026-03-31T01:15:02.941Z Downloaded blowfish v0.9.1
8502026-03-31T01:15:02.941Z Downloaded ecdsa v0.16.9
8512026-03-31T01:15:02.941Z Downloaded diesel-dtrace v0.5.0
8522026-03-31T01:15:02.941Z Downloaded ingot-macros v0.1.1
8532026-03-31T01:15:02.941Z Downloaded ctr v0.9.2
8542026-03-31T01:15:02.941Z Downloaded elliptic-curve v0.13.8
8552026-03-31T01:15:02.941Z Downloaded nonempty v0.12.0
8562026-03-31T01:15:02.941Z Downloaded newtype-uuid v1.3.2
8572026-03-31T01:15:02.941Z Downloaded nanorand v0.7.0
8582026-03-31T01:15:02.941Z Downloaded native-tls v0.2.18
8592026-03-31T01:15:02.941Z Downloaded mime_guess v2.0.5
8602026-03-31T01:15:02.941Z Downloaded peg-runtime v0.8.5
8612026-03-31T01:15:02.941Z Downloaded pbkdf2 v0.11.0
8622026-03-31T01:15:02.941Z Downloaded darling_core v0.20.11
8632026-03-31T01:15:02.942Z Downloaded num-rational v0.4.2
8642026-03-31T01:15:02.942Z Downloaded arc-swap v1.8.2
8652026-03-31T01:15:02.942Z Downloaded num-integer v0.1.46
8662026-03-31T01:15:02.942Z Downloaded num-complex v0.4.6
8672026-03-31T01:15:02.942Z Downloaded futures v0.3.32
8682026-03-31T01:15:02.942Z Downloaded phf_shared v0.12.1
8692026-03-31T01:15:02.942Z Downloaded phf_shared v0.11.3
8702026-03-31T01:15:02.942Z Downloaded num_enum_derive v0.7.5
8712026-03-31T01:15:02.942Z Downloaded num_enum v0.5.11
8722026-03-31T01:15:02.942Z Downloaded memmap2 v0.9.10
8732026-03-31T01:15:02.942Z Downloaded pin-utils v0.1.0
8742026-03-31T01:15:02.942Z Downloaded libefi-sys v0.1.0
8752026-03-31T01:15:02.942Z Downloaded flume v0.11.1
8762026-03-31T01:15:02.973Z Downloaded base64 v0.22.1
8772026-03-31T01:15:02.973Z Downloaded proc-macro-crate v3.4.0
8782026-03-31T01:15:02.974Z Downloaded predicates-tree v1.0.13
8792026-03-31T01:15:02.974Z Downloaded packed_struct v0.10.1
8802026-03-31T01:15:02.974Z Downloaded oxnet v0.1.4
8812026-03-31T01:15:02.974Z Downloaded oxide-tokio-rt v0.1.3
8822026-03-31T01:15:02.974Z Downloaded owo-colors v4.3.0
8832026-03-31T01:15:02.974Z Downloaded indexmap v1.9.3
8842026-03-31T01:15:02.974Z Downloaded litrs v1.0.0
8852026-03-31T01:15:02.974Z Downloaded httparse v1.10.1
8862026-03-31T01:15:02.974Z Downloaded headers v0.4.1
8872026-03-31T01:15:02.974Z Downloaded progenitor-client v0.10.0
8882026-03-31T01:15:02.974Z Downloaded crossterm v0.28.1
8892026-03-31T01:15:02.974Z Downloaded proc-macro-crate v1.3.1
8902026-03-31T01:15:02.974Z Downloaded password-hash v0.4.2
8912026-03-31T01:15:02.974Z Downloaded parse-display-derive v0.10.0
8922026-03-31T01:15:02.974Z Downloaded hyper-rustls v0.27.7
8932026-03-31T01:15:02.974Z Downloaded ed25519-dalek v2.2.0
8942026-03-31T01:15:02.974Z Downloaded parking_lot_core v0.8.6
8952026-03-31T01:15:02.974Z Downloaded predicates-core v1.0.10
8962026-03-31T01:15:02.974Z Downloaded precomputed-hash v0.1.1
8972026-03-31T01:15:02.975Z Downloaded powerfmt v0.2.0
8982026-03-31T01:15:02.975Z Downloaded filetime v0.2.27
8992026-03-31T01:15:02.975Z Downloaded peg-macros v0.8.5
9002026-03-31T01:15:02.975Z Downloaded pbkdf2 v0.12.2
9012026-03-31T01:15:02.975Z Downloaded num_enum v0.7.5
9022026-03-31T01:15:02.976Z Downloaded psl-types v2.0.11
9032026-03-31T01:15:02.976Z Downloaded progenitor-macro v0.11.2
9042026-03-31T01:15:02.976Z Downloaded progenitor-client v0.11.2
9052026-03-31T01:15:02.976Z Downloaded progenitor-macro v0.10.0
9062026-03-31T01:15:02.976Z Downloaded peg v0.8.5
9072026-03-31T01:15:02.976Z Downloaded quick-error v1.2.3
9082026-03-31T01:15:02.976Z Downloaded paste v1.0.15
9092026-03-31T01:15:02.976Z Downloaded radium v0.7.0
9102026-03-31T01:15:02.976Z Downloaded pem-rfc7468 v0.7.0
9112026-03-31T01:15:02.976Z Downloaded password-hash v0.5.0
9122026-03-31T01:15:02.976Z Downloaded nu-ansi-term v0.50.3
9132026-03-31T01:15:02.976Z Downloaded pkg-config v0.3.32
9142026-03-31T01:15:02.976Z Downloaded compact_str v0.8.1
9152026-03-31T01:15:02.976Z Downloaded ar_archive_writer v0.5.1
9162026-03-31T01:15:02.976Z Downloaded bytes v1.11.1
9172026-03-31T01:15:02.977Z Downloaded pin-project-lite v0.2.17
9182026-03-31T01:15:02.977Z Downloaded pkcs8 v0.10.2
9192026-03-31T01:15:02.977Z Downloaded phf_shared v0.13.1
9202026-03-31T01:15:02.977Z Downloaded predicates v3.1.4
9212026-03-31T01:15:02.977Z Downloaded postgres-protocol v0.6.10
9222026-03-31T01:15:02.977Z Downloaded rand_chacha v0.3.1
9232026-03-31T01:15:02.977Z Downloaded phf v0.13.1
9242026-03-31T01:15:02.977Z Downloaded recursive-proc-macro-impl v0.1.1
9252026-03-31T01:15:02.977Z Downloaded recursive v0.1.1
9262026-03-31T01:15:02.977Z Downloaded async-compression v0.4.41
9272026-03-31T01:15:02.977Z Downloaded ignore v0.4.25
9282026-03-31T01:15:02.977Z Downloaded polyval v0.6.2
9292026-03-31T01:15:02.977Z Downloaded rand_xorshift v0.4.0
9302026-03-31T01:15:02.977Z Downloaded progenitor v0.13.0
9312026-03-31T01:15:02.977Z Downloaded rfc6979 v0.4.0
9322026-03-31T01:15:02.980Z Downloaded proc-macro-error-attr2 v2.0.0
9332026-03-31T01:15:02.980Z Downloaded poly1305 v0.8.0
9342026-03-31T01:15:02.980Z Downloaded hickory-resolver v0.25.2
9352026-03-31T01:15:02.980Z Downloaded ppv-lite86 v0.2.21
9362026-03-31T01:15:02.980Z Downloaded progenitor-extras v0.1.1
9372026-03-31T01:15:02.980Z Downloaded progenitor-client v0.13.0
9382026-03-31T01:15:02.980Z Downloaded flate2 v1.1.9
9392026-03-31T01:15:02.980Z Downloaded expectorate v1.2.0
9402026-03-31T01:15:02.980Z Downloaded primeorder v0.13.6
9412026-03-31T01:15:02.980Z Downloaded derive_more v2.1.1
9422026-03-31T01:15:02.980Z Downloaded rustc_version v0.4.1
9432026-03-31T01:15:02.980Z Downloaded ref-cast-impl v1.0.25
9442026-03-31T01:15:02.980Z Downloaded ref-cast v1.0.25
9452026-03-31T01:15:02.980Z Downloaded proc-macro-error2 v2.0.1
9462026-03-31T01:15:02.981Z Downloaded rustc-hash v2.1.1
9472026-03-31T01:15:02.981Z Downloaded russh-cryptovec v0.7.3
9482026-03-31T01:15:02.981Z Downloaded parking_lot_core v0.9.12
9492026-03-31T01:15:02.981Z Downloaded indicatif v0.18.4
9502026-03-31T01:15:02.981Z Downloaded heapless v0.8.0
9512026-03-31T01:15:02.981Z Downloaded rand_chacha v0.9.0
9522026-03-31T01:15:02.981Z Downloaded progenitor v0.11.2
9532026-03-31T01:15:02.981Z Downloaded pkcs1 v0.7.5
9542026-03-31T01:15:02.981Z Downloaded progenitor-macro v0.13.0
9552026-03-31T01:15:02.981Z Downloaded progenitor v0.10.0
9562026-03-31T01:15:02.981Z Downloaded phf v0.12.1
9572026-03-31T01:15:02.981Z Downloaded psm v0.1.30
9582026-03-31T01:15:02.981Z Downloaded postgres-types v0.2.12
9592026-03-31T01:15:02.981Z Downloaded postcard v1.1.3
9602026-03-31T01:15:02.981Z Downloaded rtoolbox v0.0.3
9612026-03-31T01:15:02.981Z Downloaded pkcs5 v0.7.1
9622026-03-31T01:15:02.981Z Downloaded rustc_version v0.1.7
9632026-03-31T01:15:02.981Z Downloaded oso v0.27.3
9642026-03-31T01:15:02.981Z Downloaded pem v3.0.6
9652026-03-31T01:15:02.981Z Downloaded parking_lot v0.12.5
9662026-03-31T01:15:02.981Z Downloaded heapless v0.7.17
9672026-03-31T01:15:02.981Z Downloaded resolv-conf v0.7.6
9682026-03-31T01:15:02.982Z Downloaded rand_core v0.10.0
9692026-03-31T01:15:02.982Z Downloaded r2d2 v0.8.10
9702026-03-31T01:15:02.982Z Downloaded hickory-server v0.25.2
9712026-03-31T01:15:02.982Z Downloaded salsa20 v0.10.2
9722026-03-31T01:15:02.982Z Downloaded hickory-resolver v0.24.4
9732026-03-31T01:15:02.982Z Downloaded diesel_derives v2.3.7
9742026-03-31T01:15:02.982Z Downloaded rand_core v0.6.4
9752026-03-31T01:15:02.982Z Downloaded rand_core v0.9.5
9762026-03-31T01:15:03.022Z Downloaded dropshot-api-manager v0.7.0
9772026-03-31T01:15:03.022Z Downloaded scheduled-thread-pool v0.2.7
9782026-03-31T01:15:03.022Z Downloaded sapling-renderdag v0.1.0
9792026-03-31T01:15:03.022Z Downloaded aes v0.8.4
9802026-03-31T01:15:03.022Z Downloaded secrecy v0.10.3
9812026-03-31T01:15:03.022Z Downloaded scroll_derive v0.13.1
9822026-03-31T01:15:03.022Z Downloaded rand_seeder v0.4.0
9832026-03-31T01:15:03.022Z Downloaded derive_more-impl v2.1.1
9842026-03-31T01:15:03.022Z Downloaded quinn-udp v0.5.14
9852026-03-31T01:15:03.022Z Downloaded parking_lot v0.11.2
9862026-03-31T01:15:03.022Z Downloaded papergrid v0.17.0
9872026-03-31T01:15:03.022Z Downloaded serde_bytes v0.11.19
9882026-03-31T01:15:03.023Z Downloaded serde-big-array v0.5.1
9892026-03-31T01:15:03.023Z Downloaded serde_spanned v1.0.4
9902026-03-31T01:15:03.023Z Downloaded scrypt v0.11.0
9912026-03-31T01:15:03.023Z Downloaded scopeguard v1.2.0
9922026-03-31T01:15:03.023Z Downloaded serde_repr v0.1.20
9932026-03-31T01:15:03.023Z Downloaded shell-words v1.1.1
9942026-03-31T01:15:03.023Z Downloaded serde_urlencoded v0.7.1
9952026-03-31T01:15:03.023Z Downloaded seq-macro v0.3.6
9962026-03-31T01:15:03.023Z Downloaded serde_plain v1.0.2
9972026-03-31T01:15:03.023Z Downloaded rustls-pemfile v1.0.4
9982026-03-31T01:15:03.023Z Downloaded secrecy v0.8.0
9992026-03-31T01:15:03.023Z Downloaded same-file v1.0.6
10002026-03-31T01:15:03.023Z Downloaded p256 v0.13.2
10012026-03-31T01:15:03.023Z Downloaded miniz_oxide v0.8.9
10022026-03-31T01:15:03.023Z Downloaded aes-gcm v0.10.3
10032026-03-31T01:15:03.023Z Downloaded prefix-trie v0.7.0
10042026-03-31T01:15:03.023Z Downloaded rustls-pemfile v2.2.0
10052026-03-31T01:15:03.023Z Downloaded rustls-native-certs v0.8.3
10062026-03-31T01:15:03.023Z Downloaded omicron-zone-package v0.12.2
10072026-03-31T01:15:03.023Z Downloaded pin-project-internal v1.1.11
10082026-03-31T01:15:03.024Z Downloaded jiff-static v0.2.21
10092026-03-31T01:15:03.024Z Downloaded rustversion v1.0.22
10102026-03-31T01:15:03.024Z Downloaded bumpalo v3.20.2
10112026-03-31T01:15:03.024Z Downloaded libbz2-rs-sys v0.2.2
10122026-03-31T01:15:03.024Z Downloaded signal-hook-tokio v0.3.1
10132026-03-31T01:15:03.024Z Downloaded signal-hook-mio v0.2.5
10142026-03-31T01:15:03.024Z Downloaded rusty-fork v0.3.1
10152026-03-31T01:15:03.024Z Downloaded pin-project v1.1.11
10162026-03-31T01:15:03.024Z Downloaded sigpipe v0.1.3
10172026-03-31T01:15:03.024Z Downloaded siphasher v1.0.2
10182026-03-31T01:15:03.024Z Downloaded signature v2.2.0
10192026-03-31T01:15:03.024Z Downloaded scroll v0.13.0
10202026-03-31T01:15:03.024Z Downloaded http v1.4.0
10212026-03-31T01:15:03.024Z Downloaded progenitor-impl v0.11.2
10222026-03-31T01:15:03.024Z Downloaded slog-envlogger v2.2.0
10232026-03-31T01:15:03.024Z Downloaded slog-bunyan v2.5.0
10242026-03-31T01:15:03.024Z Downloaded sha1 v0.10.6
10252026-03-31T01:15:03.025Z Downloaded serde_path_to_error v0.1.20
10262026-03-31T01:15:03.025Z Downloaded serde_derive_internals v0.29.1
10272026-03-31T01:15:03.025Z Downloaded serde-hex v0.1.0
10282026-03-31T01:15:03.025Z Downloaded sqlparser_derive v0.5.0
10292026-03-31T01:15:03.025Z Downloaded rustls-pki-types v1.14.0
10302026-03-31T01:15:03.025Z Downloaded semver v0.1.20
10312026-03-31T01:15:03.025Z Downloaded sec1 v0.7.3
10322026-03-31T01:15:03.025Z Downloaded sct v0.7.1
10332026-03-31T01:15:03.025Z Downloaded openssl-sys v0.9.111
10342026-03-31T01:15:03.025Z Downloaded ssh-encoding v0.2.0
10352026-03-31T01:15:03.025Z Downloaded strip-ansi-escapes v0.2.1
10362026-03-31T01:15:03.026Z Downloaded signal-hook-registry v1.4.8
10372026-03-31T01:15:03.026Z Downloaded hashbrown v0.13.2
10382026-03-31T01:15:03.026Z Downloaded structmeta-derive v0.3.0
10392026-03-31T01:15:03.026Z Downloaded strum v0.26.3
10402026-03-31T01:15:03.026Z Downloaded sync_wrapper v1.0.2
10412026-03-31T01:15:03.026Z Downloaded sync-ptr v0.1.4
10422026-03-31T01:15:03.026Z Downloaded strum v0.27.2
10432026-03-31T01:15:03.026Z Downloaded simd-adler32 v0.3.8
10442026-03-31T01:15:03.026Z Downloaded slab v0.4.12
10452026-03-31T01:15:03.026Z Downloaded subtle v2.6.1
10462026-03-31T01:15:03.026Z Downloaded structmeta v0.3.0
10472026-03-31T01:15:03.026Z Downloaded itertools v0.10.5
10482026-03-31T01:15:03.026Z Downloaded tabled_derive v0.11.0
10492026-03-31T01:15:03.026Z Downloaded testing_table v0.3.0
10502026-03-31T01:15:03.026Z Downloaded slog-scope v4.4.1
10512026-03-31T01:15:03.027Z Downloaded smallvec v0.6.14
10522026-03-31T01:15:03.027Z Downloaded slog-term v2.9.2
10532026-03-31T01:15:03.027Z Downloaded slog-json v2.6.1
10542026-03-31T01:15:03.027Z Downloaded tap v1.0.1
10552026-03-31T01:15:03.027Z Downloaded tagptr v0.2.0
10562026-03-31T01:15:03.027Z Downloaded russh-keys v0.45.0
10572026-03-31T01:15:03.027Z Downloaded supports-color v3.0.2
10582026-03-31T01:15:03.027Z Downloaded ron v0.8.1
10592026-03-31T01:15:03.027Z Downloaded tabwriter v1.4.1
10602026-03-31T01:15:03.027Z Downloaded ssh-cipher v0.2.0
10612026-03-31T01:15:03.027Z Downloaded time-core v0.1.8
10622026-03-31T01:15:03.027Z Downloaded thread-id v5.1.0
10632026-03-31T01:15:03.027Z Downloaded thiserror-impl-no-std v2.0.2
10642026-03-31T01:15:03.027Z Downloaded smf v0.2.3
10652026-03-31T01:15:03.028Z Downloaded rcgen v0.12.1
10662026-03-31T01:15:03.028Z Downloaded hyper-util v0.1.20
10672026-03-31T01:15:03.028Z Downloaded termtree v0.5.1
10682026-03-31T01:15:03.028Z Downloaded slog-stdlog v4.1.1
10692026-03-31T01:15:03.028Z Downloaded rayon-core v1.13.0
10702026-03-31T01:15:03.028Z Downloaded slog-dtrace v0.3.0
10712026-03-31T01:15:03.028Z Downloaded slog-async v2.8.0
10722026-03-31T01:15:03.028Z Downloaded pretty_assertions v1.4.1
10732026-03-31T01:15:03.028Z Downloaded prettyplease v0.2.37
10742026-03-31T01:15:03.028Z Downloaded tinyvec_macros v0.1.1
10752026-03-31T01:15:03.028Z Downloaded static_assertions v1.1.0
10762026-03-31T01:15:03.049Z Downloaded serde_cbor v0.11.2
10772026-03-31T01:15:03.049Z Downloaded stacker v0.1.23
10782026-03-31T01:15:03.050Z Downloaded sqlformat v0.3.5
10792026-03-31T01:15:03.050Z Downloaded spki v0.7.3
10802026-03-31T01:15:03.050Z Downloaded schemars_derive v0.8.22
10812026-03-31T01:15:03.050Z Downloaded mio v1.1.1
10822026-03-31T01:15:03.050Z Downloaded strum_macros v0.24.3
10832026-03-31T01:15:03.050Z Downloaded schemars v0.8.22
10842026-03-31T01:15:03.050Z Downloaded ryu v1.0.23
10852026-03-31T01:15:03.050Z Downloaded crossterm v0.29.0
10862026-03-31T01:15:03.050Z Downloaded take_mut v0.2.2
10872026-03-31T01:15:03.050Z Downloaded progenitor-impl v0.13.0
10882026-03-31T01:15:03.050Z Downloaded serde_with_macros v3.17.0
10892026-03-31T01:15:03.050Z Downloaded hashbrown v0.12.3
10902026-03-31T01:15:03.050Z Downloaded string_cache v0.8.9
10912026-03-31T01:15:03.050Z Downloaded progenitor-impl v0.10.0
10922026-03-31T01:15:03.050Z Downloaded qorb v0.4.1
10932026-03-31T01:15:03.050Z Downloaded snafu-derive v0.8.9
10942026-03-31T01:15:03.051Z Downloaded shlex v1.3.0
10952026-03-31T01:15:03.051Z Downloaded num-bigint v0.4.6
10962026-03-31T01:15:03.051Z Downloaded thiserror-no-std v2.0.2
10972026-03-31T01:15:03.051Z Downloaded stringprep v0.1.5
10982026-03-31T01:15:03.051Z Downloaded rand v0.8.5
10992026-03-31T01:15:03.051Z Downloaded libxml v0.3.3
11002026-03-31T01:15:03.051Z Downloaded thread_local v1.1.9
11012026-03-31T01:15:03.051Z Downloaded support-bundle-viewer v0.1.2
11022026-03-31T01:15:03.051Z Downloaded strum_macros v0.26.4
11032026-03-31T01:15:03.051Z Downloaded topological-sort v0.2.2
11042026-03-31T01:15:03.051Z Downloaded iddqd v0.3.17
11052026-03-31T01:15:03.051Z Downloaded tower-service v0.3.3
11062026-03-31T01:15:03.051Z Downloaded termios v0.3.3
11072026-03-31T01:15:03.051Z Downloaded rustls-platform-verifier v0.6.2
11082026-03-31T01:15:03.051Z Downloaded signal-hook v0.3.18
11092026-03-31T01:15:03.051Z Downloaded tokio-native-tls v0.3.1
11102026-03-31T01:15:03.051Z Downloaded try-lock v0.2.5
11112026-03-31T01:15:03.051Z Downloaded trait-variant v0.1.2
11122026-03-31T01:15:03.051Z Downloaded tls_codec v0.4.2
11132026-03-31T01:15:03.051Z Downloaded tls_codec_derive v0.4.2
11142026-03-31T01:15:03.052Z Downloaded unarray v0.1.4
11152026-03-31T01:15:03.052Z Downloaded typify-macro v0.4.3
11162026-03-31T01:15:03.052Z Downloaded tower-layer v0.3.3
11172026-03-31T01:15:03.053Z Downloaded time-macros v0.2.27
11182026-03-31T01:15:03.053Z Downloaded typify-macro v0.6.1
11192026-03-31T01:15:03.053Z Downloaded strum_macros v0.27.2
11202026-03-31T01:15:03.053Z Downloaded tiny-keccak v2.0.2
11212026-03-31T01:15:03.053Z Downloaded nom v7.1.3
11222026-03-31T01:15:03.053Z Downloaded minimal-lexical v0.2.1
11232026-03-31T01:15:03.053Z Downloaded term v1.2.1
11242026-03-31T01:15:03.053Z Downloaded quinn v0.11.9
11252026-03-31T01:15:03.053Z Downloaded itertools v0.12.1
11262026-03-31T01:15:03.053Z Downloaded tokio-rustls v0.25.0
11272026-03-31T01:15:03.053Z Downloaded tokio-macros v2.6.0
11282026-03-31T01:15:03.053Z Downloaded tokio-dtrace v0.1.1
11292026-03-31T01:15:03.053Z Downloaded unicode-truncate v1.1.0
11302026-03-31T01:15:03.054Z Downloaded universal-hash v0.5.1
11312026-03-31T01:15:03.054Z Downloaded rsa v0.9.10
11322026-03-31T01:15:03.054Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-03-31T01:15:03.054Z Downloaded socket2 v0.6.2
11342026-03-31T01:15:03.054Z Downloaded publicsuffix v2.3.0
11352026-03-31T01:15:03.054Z Downloaded untrusted v0.7.1
11362026-03-31T01:15:03.054Z Downloaded tokio-tungstenite v0.23.1
11372026-03-31T01:15:03.054Z Downloaded unit-prefix v0.5.2
11382026-03-31T01:15:03.054Z Downloaded hyper v1.8.1
11392026-03-31T01:15:03.054Z Downloaded socket2 v0.5.10
11402026-03-31T01:15:03.055Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-03-31T01:15:03.055Z Downloaded tokio-tungstenite v0.21.0
11422026-03-31T01:15:03.055Z Downloaded usdt-macro v0.6.0
11432026-03-31T01:15:03.055Z Downloaded usdt v0.6.0
11442026-03-31T01:15:03.055Z Downloaded usdt-attr-macro v0.6.0
11452026-03-31T01:15:03.055Z Downloaded untrusted v0.9.0
11462026-03-31T01:15:03.055Z Downloaded waitgroup v0.1.2
11472026-03-31T01:15:03.055Z Downloaded term v0.7.0
11482026-03-31T01:15:03.055Z Downloaded futures-util v0.3.32
11492026-03-31T01:15:03.055Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11502026-03-31T01:15:03.055Z Downloaded similar v2.7.0
11512026-03-31T01:15:03.055Z Downloaded itertools v0.14.0
11522026-03-31T01:15:03.055Z Downloaded want v0.3.1
11532026-03-31T01:15:03.055Z Downloaded utf-8 v0.7.6
11542026-03-31T01:15:03.055Z Downloaded schemars v0.9.0
11552026-03-31T01:15:03.055Z Downloaded void v1.0.2
11562026-03-31T01:15:03.055Z Downloaded tokio-stream v0.1.18
11572026-03-31T01:15:03.055Z Downloaded spin v0.9.8
11582026-03-31T01:15:03.055Z Downloaded itertools v0.13.0
11592026-03-31T01:15:03.055Z Downloaded wait-timeout v0.2.1
11602026-03-31T01:15:03.055Z Downloaded tokio-rustls v0.26.4
11612026-03-31T01:15:03.055Z Downloaded tokio-rustls v0.24.1
11622026-03-31T01:15:03.055Z Downloaded xshell-macros v0.2.7
11632026-03-31T01:15:03.055Z Downloaded xattr v1.6.1
11642026-03-31T01:15:03.056Z Downloaded test-strategy v0.4.5
11652026-03-31T01:15:03.056Z Downloaded num-bigint-dig v0.8.6
11662026-03-31T01:15:03.056Z Downloaded serde_yaml v0.9.34+deprecated
11672026-03-31T01:15:03.056Z Downloaded slog v2.8.2
11682026-03-31T01:15:03.056Z Downloaded uzers v0.12.2
11692026-03-31T01:15:03.056Z Downloaded subprocess v0.2.15
11702026-03-31T01:15:03.056Z Downloaded vergen-lib v0.1.6
11712026-03-31T01:15:03.056Z Downloaded vergen-gitcl v1.0.8
11722026-03-31T01:15:03.056Z Downloaded zone v0.3.1
11732026-03-31T01:15:03.056Z Downloaded aho-corasick v1.1.4
11742026-03-31T01:15:03.056Z Downloaded zeroize_derive v1.4.3
11752026-03-31T01:15:03.056Z Downloaded rand v0.9.2
11762026-03-31T01:15:03.074Z Downloaded vergen-lib v9.1.0
11772026-03-31T01:15:03.074Z Downloaded p521 v0.13.3
11782026-03-31T01:15:03.074Z Downloaded toml_parser v1.0.9+spec-1.1.0
11792026-03-31T01:15:03.074Z Downloaded h2 v0.4.13
11802026-03-31T01:15:03.075Z Downloaded tracing-attributes v0.1.31
11812026-03-31T01:15:03.075Z Downloaded walkdir v2.5.0
11822026-03-31T01:15:03.075Z Downloaded tui-tree-widget v0.23.1
11832026-03-31T01:15:03.075Z Downloaded zone_cfg_derive v0.3.1
11842026-03-31T01:15:03.075Z Downloaded rustls-webpki v0.103.9
11852026-03-31T01:15:03.075Z Downloaded whoami v2.1.0
11862026-03-31T01:15:03.075Z Downloaded twox-hash v2.1.2
11872026-03-31T01:15:03.075Z Downloaded schemars v1.2.1
11882026-03-31T01:15:03.075Z Downloaded toml v0.7.8
11892026-03-31T01:15:03.076Z Downloaded vsss-rs v3.3.4
11902026-03-31T01:15:03.076Z Downloaded wyz v0.5.1
11912026-03-31T01:15:03.076Z Downloaded snafu v0.8.9
11922026-03-31T01:15:03.076Z Downloaded iri-string v0.7.10
11932026-03-31T01:15:03.076Z Downloaded russh v0.45.0
11942026-03-31T01:15:03.076Z Downloaded vergen-git2 v9.1.0
11952026-03-31T01:15:03.076Z Downloaded tar v0.4.45
11962026-03-31T01:15:03.076Z Downloaded unicase v2.9.0
11972026-03-31T01:15:03.076Z Downloaded hkdf v0.12.4
11982026-03-31T01:15:03.076Z Downloaded zeroize v1.8.2
11992026-03-31T01:15:03.078Z Downloaded xshell v0.2.7
12002026-03-31T01:15:03.078Z Downloaded hashbrown v0.15.5
12012026-03-31T01:15:03.078Z Downloaded zstd-safe v7.2.4
12022026-03-31T01:15:03.078Z Downloaded unicode-properties v0.1.4
12032026-03-31T01:15:03.078Z Downloaded steno v0.4.1
12042026-03-31T01:15:03.078Z Downloaded usdt-impl v0.6.0
12052026-03-31T01:15:03.078Z Downloaded toml v1.0.6+spec-1.1.0
12062026-03-31T01:15:03.078Z Downloaded tracing-core v0.1.36
12072026-03-31T01:15:03.078Z Downloaded rand v0.10.0
12082026-03-31T01:15:03.078Z Downloaded samael v0.0.19
12092026-03-31T01:15:03.079Z Downloaded whoami v1.6.1
12102026-03-31T01:15:03.080Z Downloaded rustyline v14.0.0
12112026-03-31T01:15:03.080Z Downloaded tinyvec v1.10.0
12122026-03-31T01:15:03.080Z Downloaded chrono v0.4.44
12132026-03-31T01:15:03.080Z Downloaded vergen v9.1.0
12142026-03-31T01:15:03.080Z Downloaded typify v0.4.3
12152026-03-31T01:15:03.080Z Downloaded unsafe-libyaml v0.2.11
12162026-03-31T01:15:03.080Z Downloaded tungstenite v0.23.0
12172026-03-31T01:15:03.080Z Downloaded ron v0.12.0
12182026-03-31T01:15:03.080Z Downloaded yasna v0.5.2
12192026-03-31T01:15:03.080Z Downloaded typify v0.6.1
12202026-03-31T01:15:03.080Z Downloaded zerocopy v0.6.6
12212026-03-31T01:15:03.080Z Downloaded xz2 v0.1.7
12222026-03-31T01:15:03.080Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-03-31T01:15:03.080Z Downloaded blake3 v1.8.3
12242026-03-31T01:15:03.080Z Downloaded ssh-key v0.6.7
12252026-03-31T01:15:03.081Z Downloaded tungstenite v0.21.0
12262026-03-31T01:15:03.081Z Downloaded tokio-postgres v0.7.16
12272026-03-31T01:15:03.081Z Downloaded toml v0.9.12+spec-1.1.0
12282026-03-31T01:15:03.081Z Downloaded zstd v0.13.3
12292026-03-31T01:15:03.081Z Downloaded unicode-bidi v0.3.18
12302026-03-31T01:15:03.081Z Downloaded rpassword v7.4.0
12312026-03-31T01:15:03.081Z Downloaded libm v0.2.16
12322026-03-31T01:15:03.081Z Downloaded zopfli v0.8.3
12332026-03-31T01:15:03.081Z Downloaded unicode_categories v0.1.1
12342026-03-31T01:15:03.081Z Downloaded toml_edit v0.19.15
12352026-03-31T01:15:03.081Z Downloaded reedline v0.40.0
12362026-03-31T01:15:03.081Z Downloaded uuid v1.23.0
12372026-03-31T01:15:03.081Z Downloaded regex v1.12.3
12382026-03-31T01:15:03.081Z Downloaded typed-path v0.9.3
12392026-03-31T01:15:03.081Z Downloaded bindgen v0.71.1
12402026-03-31T01:15:03.081Z Downloaded yansi v1.0.1
12412026-03-31T01:15:03.081Z Downloaded vte v0.14.1
12422026-03-31T01:15:03.081Z Downloaded tower v0.5.3
12432026-03-31T01:15:03.081Z Downloaded p384 v0.13.1
12442026-03-31T01:15:03.081Z Downloaded zip v0.6.6
12452026-03-31T01:15:03.081Z Downloaded moka v0.12.13
12462026-03-31T01:15:03.082Z Downloaded reqwest v0.13.2
12472026-03-31T01:15:03.082Z Downloaded bitvec v1.0.1
12482026-03-31T01:15:03.082Z Downloaded x509-cert v0.2.5
12492026-03-31T01:15:03.082Z Downloaded portable-atomic v1.13.1
12502026-03-31T01:15:03.082Z Downloaded aws-lc-rs v1.16.0
12512026-03-31T01:15:03.082Z Downloaded quick-xml v0.37.5
12522026-03-31T01:15:03.082Z Downloaded git2 v0.20.4
12532026-03-31T01:15:03.082Z Downloaded reqwest v0.12.28
12542026-03-31T01:15:03.082Z Downloaded zerocopy-derive v0.8.40
12552026-03-31T01:15:03.082Z Downloaded unicode-segmentation v1.12.0
12562026-03-31T01:15:03.082Z Downloaded lalrpop v0.19.12
12572026-03-31T01:15:03.082Z Downloaded rayon v1.11.0
12582026-03-31T01:15:03.082Z Downloaded tough v0.20.0
12592026-03-31T01:15:03.082Z Downloaded petname v2.0.2
12602026-03-31T01:15:03.082Z Downloaded zip v4.6.1
12612026-03-31T01:15:03.082Z Downloaded unicode-normalization v0.1.25
12622026-03-31T01:15:03.082Z Downloaded salty v0.3.0
12632026-03-31T01:15:03.082Z Downloaded tokio-util v0.7.18
12642026-03-31T01:15:03.082Z Downloaded rustls-webpki v0.101.7
12652026-03-31T01:15:03.082Z Downloaded tower-http v0.6.8
12662026-03-31T01:15:03.082Z Downloaded serde_with v3.17.0
12672026-03-31T01:15:03.082Z Downloaded proptest v1.10.0
12682026-03-31T01:15:03.082Z Downloaded goblin v0.10.5
12692026-03-31T01:15:03.082Z Downloaded nix v0.27.1
12702026-03-31T01:15:03.082Z Downloaded rustls-webpki v0.102.8
12712026-03-31T01:15:03.082Z Downloaded winnow v0.6.26
12722026-03-31T01:15:03.082Z Downloaded radix_trie v0.2.1
12732026-03-31T01:15:03.082Z Downloaded winnow v0.5.40
12742026-03-31T01:15:03.082Z Downloaded quinn-proto v0.11.13
12752026-03-31T01:15:03.082Z Downloaded object v0.30.4
12762026-03-31T01:15:03.100Z Downloaded openssl v0.10.75
12772026-03-31T01:15:03.100Z Downloaded polar-core v0.27.3
12782026-03-31T01:15:03.100Z Downloaded tabled v0.20.0
12792026-03-31T01:15:03.100Z Downloaded rustls v0.21.12
12802026-03-31T01:15:03.100Z Downloaded regex-syntax v0.6.29
12812026-03-31T01:15:03.100Z Downloaded bstr v1.12.1
12822026-03-31T01:15:03.100Z Downloaded nix v0.28.0
12832026-03-31T01:15:03.100Z Downloaded smoltcp v0.9.1
12842026-03-31T01:15:03.100Z Downloaded time v0.3.47
12852026-03-31T01:15:03.104Z Downloaded nix v0.31.1
12862026-03-31T01:15:03.104Z Downloaded hickory-proto v0.24.4
12872026-03-31T01:15:03.104Z Downloaded zlib-rs v0.6.2
12882026-03-31T01:15:03.104Z Downloaded vcpkg v0.2.15
12892026-03-31T01:15:03.104Z Downloaded webpki-roots v1.0.6
12902026-03-31T01:15:03.104Z Downloaded openapiv3 v2.2.0
12912026-03-31T01:15:03.104Z Downloaded object v0.37.3
12922026-03-31T01:15:03.104Z Downloaded regress v0.10.5
12932026-03-31T01:15:03.104Z Downloaded smoltcp v0.11.0
12942026-03-31T01:15:03.104Z Downloaded zerocopy v0.8.40
12952026-03-31T01:15:03.104Z Downloaded diesel v2.3.7
12962026-03-31T01:15:03.105Z Downloaded regex-syntax v0.8.10
12972026-03-31T01:15:03.105Z Downloaded rustls v0.23.37
12982026-03-31T01:15:03.105Z Downloaded rustix v0.38.44
12992026-03-31T01:15:03.105Z Downloaded hickory-proto v0.25.2
13002026-03-31T01:15:03.105Z Downloaded chrono-tz v0.10.4
13012026-03-31T01:15:03.105Z Downloaded rustls v0.22.4
13022026-03-31T01:15:03.105Z Downloaded ratatui v0.29.0
13032026-03-31T01:15:03.105Z Downloaded dropshot v0.17.0
13042026-03-31T01:15:03.105Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-03-31T01:15:03.105Z Downloaded sqlparser v0.61.0
13062026-03-31T01:15:03.105Z Downloaded petgraph v0.6.5
13072026-03-31T01:15:03.105Z Downloaded sled v0.34.7
13082026-03-31T01:15:03.105Z Downloaded tracing v0.1.44
13092026-03-31T01:15:03.105Z Downloaded typify-impl v0.6.1
13102026-03-31T01:15:03.105Z Downloaded typify-impl v0.4.3
13112026-03-31T01:15:03.106Z Downloaded libz-sys v1.1.24
13122026-03-31T01:15:03.106Z Downloaded zerocopy-derive v0.6.6
13132026-03-31T01:15:03.106Z Downloaded regex-automata v0.4.14
13142026-03-31T01:15:03.106Z Downloaded lzma-sys v0.1.20
13152026-03-31T01:15:03.106Z Downloaded jiff v0.2.21
13162026-03-31T01:15:03.106Z Downloaded petgraph v0.8.3
13172026-03-31T01:15:03.106Z Downloaded csv v1.4.0
13182026-03-31T01:15:03.106Z Downloaded ring v0.17.14
13192026-03-31T01:15:03.106Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-03-31T01:15:03.106Z Downloaded tokio v1.50.0
13212026-03-31T01:15:03.106Z Downloaded sha3 v0.10.8
13222026-03-31T01:15:03.106Z Downloaded encoding_rs v0.8.35
13232026-03-31T01:15:03.106Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-03-31T01:15:03.546Z Downloaded aws-lc-sys v0.37.1
13252026-03-31T01:15:03.801Z Compiling libc v0.2.180
13262026-03-31T01:15:03.801Z Compiling serde v1.0.228
13272026-03-31T01:15:03.807Z Compiling log v0.4.29
13282026-03-31T01:15:03.807Z Compiling find-msvc-tools v0.1.9
13292026-03-31T01:15:03.807Z Compiling shlex v1.3.0
13302026-03-31T01:15:03.807Z Compiling smallvec v1.15.1
13312026-03-31T01:15:03.807Z Compiling typenum v1.19.0
13322026-03-31T01:15:03.807Z Compiling subtle v2.6.1
13332026-03-31T01:15:03.807Z Compiling generic-array v0.14.7
13342026-03-31T01:15:03.807Z Compiling scopeguard v1.2.0
13352026-03-31T01:15:03.923Z Compiling portable-atomic v1.13.1
13362026-03-31T01:15:03.968Z Compiling const-oid v0.9.6
13372026-03-31T01:15:03.981Z Compiling critical-section v1.2.0
13382026-03-31T01:15:03.994Z Compiling syn v2.0.117
13392026-03-31T01:15:04.009Z Compiling zerocopy v0.8.40
13402026-03-31T01:15:04.069Z Compiling pin-project-lite v0.2.17
13412026-03-31T01:15:04.111Z Compiling serde_json v1.0.149
13422026-03-31T01:15:04.125Z Compiling parking_lot_core v0.9.12
13432026-03-31T01:15:04.140Z Compiling pkg-config v0.3.32
13442026-03-31T01:15:04.156Z Compiling lock_api v0.4.14
13452026-03-31T01:15:04.174Z Compiling bitflags v2.11.0
13462026-03-31T01:15:04.200Z Compiling libm v0.2.16
13472026-03-31T01:15:04.223Z Compiling num-traits v0.2.19
13482026-03-31T01:15:04.323Z Compiling futures-core v0.3.32
13492026-03-31T01:15:04.340Z Compiling percent-encoding v2.3.2
13502026-03-31T01:15:04.374Z Compiling allocator-api2 v0.2.21
13512026-03-31T01:15:04.424Z Compiling cpufeatures v0.2.17
13522026-03-31T01:15:04.468Z Compiling futures-sink v0.3.32
13532026-03-31T01:15:04.546Z Compiling foldhash v0.2.0
13542026-03-31T01:15:04.574Z Compiling getrandom v0.4.1
13552026-03-31T01:15:04.587Z Compiling futures-io v0.3.32
13562026-03-31T01:15:04.592Z Compiling futures-channel v0.3.32
13572026-03-31T01:15:04.617Z Compiling futures-task v0.3.32
13582026-03-31T01:15:04.631Z Compiling slab v0.4.12
13592026-03-31T01:15:04.692Z Compiling rand_core v0.10.0
13602026-03-31T01:15:04.735Z Compiling hashbrown v0.16.1
13612026-03-31T01:15:04.747Z Compiling getrandom v0.3.4
13622026-03-31T01:15:04.767Z Compiling rustversion v1.0.22
13632026-03-31T01:15:04.772Z Compiling form_urlencoded v1.2.2
13642026-03-31T01:15:04.795Z Compiling base64ct v1.8.3
13652026-03-31T01:15:04.820Z Compiling fs_extra v1.3.0
13662026-03-31T01:15:04.835Z Compiling dunce v1.0.5
13672026-03-31T01:15:04.857Z Compiling ident_case v1.0.1
13682026-03-31T01:15:04.874Z Compiling flagset v0.4.7
13692026-03-31T01:15:04.944Z Compiling getrandom v0.2.17
13702026-03-31T01:15:04.959Z Compiling jobserver v0.1.34
13712026-03-31T01:15:04.975Z Compiling errno v0.3.14
13722026-03-31T01:15:05.014Z Compiling mio v1.1.1
13732026-03-31T01:15:05.032Z Compiling socket2 v0.6.2
13742026-03-31T01:15:05.101Z Compiling rand_core v0.6.4
13752026-03-31T01:15:05.119Z Compiling once_cell v1.21.3
13762026-03-31T01:15:05.122Z Compiling signal-hook-registry v1.4.8
13772026-03-31T01:15:05.190Z Compiling cc v1.2.56
13782026-03-31T01:15:05.207Z Compiling parking_lot v0.12.5
13792026-03-31T01:15:05.300Z Compiling indexmap v2.13.0
13802026-03-31T01:15:05.332Z Compiling pem-rfc7468 v0.7.0
13812026-03-31T01:15:05.355Z Compiling iana-time-zone v0.1.65
13822026-03-31T01:15:05.370Z Compiling rustix v1.1.3
13832026-03-31T01:15:05.391Z Compiling uuid v1.23.0
13842026-03-31T01:15:05.406Z Compiling rustc_version v0.4.1
13852026-03-31T01:15:05.450Z Compiling regex-syntax v0.8.10
13862026-03-31T01:15:05.506Z Compiling aws-lc-rs v1.16.0
13872026-03-31T01:15:05.567Z Compiling vcpkg v0.2.15
13882026-03-31T01:15:05.585Z Compiling tracing-core v0.1.36
13892026-03-31T01:15:05.602Z Compiling crossbeam-utils v0.8.21
13902026-03-31T01:15:05.694Z Compiling rand_core v0.9.5
13912026-03-31T01:15:05.786Z Compiling schemars v0.8.22
13922026-03-31T01:15:05.804Z Compiling httparse v1.10.1
13932026-03-31T01:15:05.837Z Compiling openssl-probe v0.2.1
13942026-03-31T01:15:05.856Z Compiling untrusted v0.9.0
13952026-03-31T01:15:05.871Z Compiling base64 v0.22.1
13962026-03-31T01:15:05.940Z Compiling cmake v0.1.57
13972026-03-31T01:15:06.003Z Compiling untrusted v0.7.1
13982026-03-31T01:15:06.180Z Compiling syn v1.0.109
13992026-03-31T01:15:06.205Z Compiling tower-layer v0.3.3
14002026-03-31T01:15:06.205Z Compiling tinyvec_macros v0.1.1
14012026-03-31T01:15:06.205Z Compiling rustls v0.23.37
14022026-03-31T01:15:06.205Z Compiling dyn-clone v1.0.20
14032026-03-31T01:15:06.205Z Compiling try-lock v0.2.5
14042026-03-31T01:15:06.205Z Compiling atomic-waker v1.1.2
14052026-03-31T01:15:06.210Z Compiling tower-service v0.3.3
14062026-03-31T01:15:06.236Z Compiling tinyvec v1.10.0
14072026-03-31T01:15:06.240Z Compiling spin v0.9.8
14082026-03-31T01:15:06.347Z Compiling want v0.3.1
14092026-03-31T01:15:06.352Z Compiling aho-corasick v1.1.4
14102026-03-31T01:15:06.352Z Compiling httpdate v1.0.3
14112026-03-31T01:15:06.361Z Compiling pin-utils v0.1.0
14122026-03-31T01:15:06.361Z Compiling crc32fast v1.5.0
14132026-03-31T01:15:06.387Z Compiling num-conv v0.2.0
14142026-03-31T01:15:06.393Z Compiling openssl v0.10.75
14152026-03-31T01:15:06.443Z Compiling powerfmt v0.2.0
14162026-03-31T01:15:06.478Z Compiling time-core v0.1.8
14172026-03-31T01:15:06.495Z Compiling foreign-types-shared v0.1.1
14182026-03-31T01:15:06.541Z Compiling wait-timeout v0.2.1
14192026-03-31T01:15:06.582Z Compiling foreign-types v0.3.2
14202026-03-31T01:15:06.599Z Compiling deranged v0.5.8
14212026-03-31T01:15:06.614Z Compiling native-tls v0.2.18
14222026-03-31T01:15:06.617Z Compiling simd-adler32 v0.3.8
14232026-03-31T01:15:06.618Z Compiling num_threads v0.1.7
14242026-03-31T01:15:06.663Z Compiling time-macros v0.2.27
14252026-03-31T01:15:06.677Z Compiling either v1.15.0
14262026-03-31T01:15:06.681Z Compiling bit-vec v0.8.0
14272026-03-31T01:15:06.723Z Compiling quick-error v1.2.3
14282026-03-31T01:15:06.746Z Compiling siphasher v1.0.2
14292026-03-31T01:15:06.764Z Compiling usdt-impl v0.6.0
14302026-03-31T01:15:06.787Z Compiling aws-lc-sys v0.37.1
14312026-03-31T01:15:06.826Z Compiling ring v0.17.14
14322026-03-31T01:15:06.842Z Compiling synstructure v0.13.2
14332026-03-31T01:15:06.856Z Compiling openssl-sys v0.9.111
14342026-03-31T01:15:06.905Z Compiling serde_derive_internals v0.29.1
14352026-03-31T01:15:06.920Z Compiling pest_generator v2.8.6
14362026-03-31T01:15:06.955Z Compiling darling_core v0.20.11
14372026-03-31T01:15:06.972Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-03-31T01:15:06.997Z Compiling tempfile v3.25.0
14392026-03-31T01:15:07.278Z Compiling regex-automata v0.4.14
14402026-03-31T01:15:07.417Z Compiling rusty-fork v0.3.1
14412026-03-31T01:15:07.501Z Compiling bit-set v0.8.0
14422026-03-31T01:15:07.615Z Compiling darling_core v0.21.3
14432026-03-31T01:15:07.703Z Compiling bzip2-sys v0.1.13+1.0.8
14442026-03-31T01:15:07.756Z Compiling unicode-normalization v0.1.25
14452026-03-31T01:15:07.776Z Compiling time v0.3.47
14462026-03-31T01:15:07.846Z Compiling crossbeam-epoch v0.9.18
14472026-03-31T01:15:07.862Z Compiling rand_xorshift v0.4.0
14482026-03-31T01:15:07.921Z Compiling slog v2.8.2
14492026-03-31T01:15:08.009Z Compiling heapless v0.7.17
14502026-03-31T01:15:08.051Z Compiling thread-id v5.1.0
14512026-03-31T01:15:08.089Z Compiling sync_wrapper v1.0.2
14522026-03-31T01:15:08.133Z Compiling cookie v0.18.1
14532026-03-31T01:15:08.150Z Compiling unicode-properties v0.1.4
14542026-03-31T01:15:08.200Z Compiling unarray v0.1.4
14552026-03-31T01:15:08.216Z Compiling rayon-core v1.13.0
14562026-03-31T01:15:08.220Z Compiling unicode-bidi v0.3.18
14572026-03-31T01:15:08.248Z Compiling unicode-segmentation v1.12.0
14582026-03-31T01:15:08.268Z Compiling zstd-safe v7.2.4
14592026-03-31T01:15:08.329Z Compiling signal-hook v0.3.18
14602026-03-31T01:15:08.346Z Compiling paste v1.0.15
14612026-03-31T01:15:08.381Z Compiling adler2 v2.0.1
14622026-03-31T01:15:08.461Z Compiling anyhow v1.0.102
14632026-03-31T01:15:08.486Z Compiling miniz_oxide v0.8.9
14642026-03-31T01:15:08.580Z Compiling stringprep v0.1.5
14652026-03-31T01:15:08.613Z Compiling serde_derive v1.0.228
14662026-03-31T01:15:08.645Z Compiling zeroize_derive v1.4.3
14672026-03-31T01:15:08.661Z Compiling zerofrom-derive v0.1.6
14682026-03-31T01:15:08.664Z Compiling yoke-derive v0.8.1
14692026-03-31T01:15:08.759Z Compiling zerocopy-derive v0.8.40
14702026-03-31T01:15:08.789Z Compiling zerovec-derive v0.11.2
14712026-03-31T01:15:09.038Z Compiling displaydoc v0.2.5
14722026-03-31T01:15:09.120Z Compiling tokio-macros v2.6.0
14732026-03-31T01:15:09.317Z Compiling futures-macro v0.3.32
14742026-03-31T01:15:09.332Z Compiling zeroize v1.8.2
14752026-03-31T01:15:09.376Z Compiling der_derive v0.7.3
14762026-03-31T01:15:09.858Z Compiling thiserror-impl v2.0.18
14772026-03-31T01:15:09.905Z Compiling rustls-pki-types v1.14.0
14782026-03-31T01:15:09.927Z Compiling tracing-attributes v0.1.31
14792026-03-31T01:15:09.989Z Compiling pest_derive v2.8.6
14802026-03-31T01:15:10.137Z Compiling crypto-common v0.1.7
14812026-03-31T01:15:10.170Z Compiling zerofrom v0.1.6
14822026-03-31T01:15:10.207Z Compiling block-buffer v0.10.4
14832026-03-31T01:15:10.233Z Compiling futures-util v0.3.32
14842026-03-31T01:15:10.320Z Compiling yoke v0.8.1
14852026-03-31T01:15:10.332Z Compiling block-padding v0.3.3
14862026-03-31T01:15:10.405Z Compiling digest v0.10.7
14872026-03-31T01:15:10.410Z Compiling scroll_derive v0.13.1
14882026-03-31T01:15:10.423Z Compiling schemars_derive v0.8.22
14892026-03-31T01:15:10.437Z Compiling der v0.7.10
14902026-03-31T01:15:10.460Z Compiling inout v0.1.4
14912026-03-31T01:15:10.503Z Compiling zerovec v0.11.5
14922026-03-31T01:15:10.519Z Compiling zerotrie v0.2.3
14932026-03-31T01:15:10.660Z Compiling hmac v0.12.1
14942026-03-31T01:15:10.721Z Compiling sha2 v0.10.9
14952026-03-31T01:15:10.835Z Compiling cipher v0.4.4
14962026-03-31T01:15:10.864Z Compiling pbkdf2 v0.12.2
14972026-03-31T01:15:11.003Z Compiling darling_macro v0.20.11
14982026-03-31T01:15:11.097Z Compiling tinystr v0.8.2
14992026-03-31T01:15:11.122Z Compiling potential_utf v0.1.4
15002026-03-31T01:15:11.286Z Compiling icu_locale_core v2.1.1
15012026-03-31T01:15:11.304Z Compiling icu_collections v2.1.1
15022026-03-31T01:15:11.317Z Compiling salsa20 v0.10.2
15032026-03-31T01:15:11.321Z Compiling spki v0.7.3
15042026-03-31T01:15:11.357Z Compiling thiserror v2.0.18
15052026-03-31T01:15:11.484Z Compiling scrypt v0.11.0
15062026-03-31T01:15:11.488Z Compiling cbc v0.1.2
15072026-03-31T01:15:11.515Z Compiling aes v0.8.4
15082026-03-31T01:15:11.519Z Compiling tracing v0.1.44
15092026-03-31T01:15:11.573Z Compiling scroll v0.13.0
15102026-03-31T01:15:11.675Z Compiling darling v0.20.11
15112026-03-31T01:15:11.736Z Compiling openssl-macros v0.1.1
15122026-03-31T01:15:11.772Z Compiling thiserror-impl v1.0.69
15132026-03-31T01:15:11.787Z Compiling derive_builder_core v0.20.2
15142026-03-31T01:15:11.792Z Compiling dtrace-parser v0.3.0
15152026-03-31T01:15:11.817Z Compiling goblin v0.10.5
15162026-03-31T01:15:11.844Z Compiling signature v2.2.0
15172026-03-31T01:15:11.864Z Compiling rustls-native-certs v0.8.3
15182026-03-31T01:15:12.046Z Compiling icu_provider v2.1.1
15192026-03-31T01:15:12.140Z Compiling bytes v1.11.1
15202026-03-31T01:15:12.170Z Compiling chrono v0.4.44
15212026-03-31T01:15:12.185Z Compiling pkcs5 v0.7.1
15222026-03-31T01:15:12.210Z Compiling ipnet v2.11.0
15232026-03-31T01:15:12.364Z Compiling icu_properties v2.1.2
15242026-03-31T01:15:12.557Z Compiling icu_normalizer v2.1.1
15252026-03-31T01:15:12.577Z Compiling pkcs8 v0.10.2
15262026-03-31T01:15:12.615Z Compiling tokio v1.50.0
15272026-03-31T01:15:12.696Z Compiling http v1.4.0
15282026-03-31T01:15:12.712Z Compiling scroll_derive v0.12.1
15292026-03-31T01:15:12.740Z Compiling derive_builder_macro v0.20.2
15302026-03-31T01:15:12.772Z Compiling toml_datetime v0.6.11
15312026-03-31T01:15:12.906Z Compiling serde_spanned v0.6.9
15322026-03-31T01:15:13.058Z Compiling erased-serde v0.3.31
15332026-03-31T01:15:13.074Z Compiling serde_tokenstream v0.2.3
15342026-03-31T01:15:13.089Z Compiling thiserror v1.0.69
15352026-03-31T01:15:13.123Z Compiling md-5 v0.10.6
15362026-03-31T01:15:13.208Z Compiling darling_macro v0.21.3
15372026-03-31T01:15:13.233Z Compiling idna_adapter v1.2.1
15382026-03-31T01:15:13.307Z Compiling ppv-lite86 v0.2.21
15392026-03-31T01:15:13.362Z Compiling idna v1.1.0
15402026-03-31T01:15:13.393Z Compiling http-body v1.0.1
15412026-03-31T01:15:13.418Z Compiling webpki-roots v1.0.6
15422026-03-31T01:15:13.434Z Compiling scroll v0.12.0
15432026-03-31T01:15:13.549Z Compiling http-body-util v0.1.3
15442026-03-31T01:15:13.564Z Compiling zerocopy-derive v0.7.35
15452026-03-31T01:15:13.598Z Compiling crossbeam-deque v0.8.6
15462026-03-31T01:15:13.637Z Compiling rand_chacha v0.9.0
15472026-03-31T01:15:13.654Z Compiling url v2.5.8
15482026-03-31T01:15:13.657Z Compiling rand_chacha v0.3.1
15492026-03-31T01:15:13.687Z Compiling num-integer v0.1.46
15502026-03-31T01:15:13.720Z Compiling vergen-lib v9.1.0
15512026-03-31T01:15:13.734Z Compiling curve25519-dalek v4.1.3
15522026-03-31T01:15:13.812Z Compiling ff v0.13.1
15532026-03-31T01:15:13.827Z Compiling hash32 v0.2.1
15542026-03-31T01:15:13.921Z Compiling rand v0.9.2
15552026-03-31T01:15:13.965Z Compiling memoffset v0.9.1
15562026-03-31T01:15:14.024Z Compiling litrs v1.0.0
15572026-03-31T01:15:14.040Z Compiling zlib-rs v0.6.2
15582026-03-31T01:15:14.044Z Compiling ryu v1.0.23
15592026-03-31T01:15:14.089Z Compiling smoltcp v0.9.1
15602026-03-31T01:15:14.254Z Compiling psl-types v2.0.11
15612026-03-31T01:15:14.371Z Compiling num-bigint-dig v0.8.6
15622026-03-31T01:15:14.452Z Compiling ref-cast v1.0.25
15632026-03-31T01:15:14.469Z Compiling proptest v1.10.0
15642026-03-31T01:15:14.473Z Compiling rustix v0.38.44
15652026-03-31T01:15:14.499Z Compiling iri-string v0.7.10
15662026-03-31T01:15:14.505Z Compiling fallible-iterator v0.2.0
15672026-03-31T01:15:14.505Z Compiling cfg_aliases v0.2.1
15682026-03-31T01:15:14.552Z Compiling dof v0.4.0
15692026-03-31T01:15:14.582Z Compiling base16ct v0.2.0
15702026-03-31T01:15:14.618Z Compiling nix v0.31.1
15712026-03-31T01:15:14.723Z Compiling sec1 v0.7.3
15722026-03-31T01:15:14.758Z Compiling document-features v0.2.12
15732026-03-31T01:15:14.780Z Compiling zerocopy v0.7.35
15742026-03-31T01:15:14.843Z Compiling postgres-protocol v0.6.10
15752026-03-31T01:15:14.978Z Compiling ipnetwork v0.21.1
15762026-03-31T01:15:15.010Z Compiling publicsuffix v2.3.0
15772026-03-31T01:15:15.041Z Compiling serde_urlencoded v0.7.1
15782026-03-31T01:15:15.207Z Compiling oxnet v0.1.4
15792026-03-31T01:15:15.323Z Compiling group v0.13.0
15802026-03-31T01:15:15.421Z Compiling num-iter v0.1.45
15812026-03-31T01:15:15.421Z Compiling rand v0.8.5
15822026-03-31T01:15:15.421Z Compiling darling v0.21.3
15832026-03-31T01:15:15.493Z Compiling proc-macro-error v1.0.4
15842026-03-31T01:15:15.538Z Compiling goblin v0.8.2
15852026-03-31T01:15:15.793Z Compiling derive_builder v0.20.2
15862026-03-31T01:15:15.808Z Compiling hkdf v0.12.4
15872026-03-31T01:15:15.861Z Compiling hubpack_derive v0.1.1
15882026-03-31T01:15:15.902Z Compiling crypto-bigint v0.5.5
15892026-03-31T01:15:15.937Z Compiling regex v1.12.3
15902026-03-31T01:15:15.972Z Compiling daft-derive v0.1.5
15912026-03-31T01:15:15.998Z Compiling async-trait v0.1.89
15922026-03-31T01:15:16.054Z Compiling strum_macros v0.27.2
15932026-03-31T01:15:16.099Z Compiling curve25519-dalek-derive v0.1.1
15942026-03-31T01:15:16.123Z Compiling ref-cast-impl v1.0.25
15952026-03-31T01:15:16.291Z Compiling heck v0.4.1
15962026-03-31T01:15:16.340Z Compiling tokio-util v0.7.18
15972026-03-31T01:15:16.394Z Compiling tower v0.5.3
15982026-03-31T01:15:16.525Z Compiling tokio-native-tls v0.3.1
15992026-03-31T01:15:16.541Z Compiling terminal_size v0.4.3
16002026-03-31T01:15:16.545Z Compiling phf_shared v0.13.1
16012026-03-31T01:15:16.696Z Compiling lazy_static v1.5.0
16022026-03-31T01:15:16.712Z Compiling vergen v9.1.0
16032026-03-31T01:15:16.726Z Compiling cargo-platform v0.3.2
16042026-03-31T01:15:16.747Z Compiling fs-err v3.3.0
16052026-03-31T01:15:16.793Z Compiling tower-http v0.6.8
16062026-03-31T01:15:16.809Z Compiling ahash v0.8.12
16072026-03-31T01:15:16.825Z Compiling newtype-uuid v1.3.2
16082026-03-31T01:15:16.891Z Compiling flate2 v1.1.9
16092026-03-31T01:15:16.918Z Compiling encoding_rs v0.8.35
16102026-03-31T01:15:16.953Z Compiling bitflags v1.3.2
16112026-03-31T01:15:17.030Z Compiling h2 v0.4.13
16122026-03-31T01:15:17.047Z Compiling mime v0.3.17
16132026-03-31T01:15:17.051Z Compiling libbz2-rs-sys v0.2.2
16142026-03-31T01:15:17.078Z Compiling bumpalo v3.20.2
16152026-03-31T01:15:17.189Z Compiling winnow v0.5.40
16162026-03-31T01:15:17.229Z Compiling foldhash v0.1.5
16172026-03-31T01:15:17.293Z Compiling managed v0.8.0
16182026-03-31T01:15:17.328Z Compiling object v0.37.3
16192026-03-31T01:15:17.344Z Compiling clap_builder v4.5.60
16202026-03-31T01:15:17.360Z Compiling hashbrown v0.15.5
16212026-03-31T01:15:17.404Z Compiling zopfli v0.8.3
16222026-03-31T01:15:17.420Z Compiling console v0.16.2
16232026-03-31T01:15:17.535Z Compiling bzip2 v0.6.1
16242026-03-31T01:15:17.784Z Compiling daft v0.1.5
16252026-03-31T01:15:17.820Z Compiling dof v0.3.0
16262026-03-31T01:15:18.015Z Compiling cargo_metadata v0.23.1
16272026-03-31T01:15:18.050Z Compiling elliptic-curve v0.13.8
16282026-03-31T01:15:18.086Z Compiling strum v0.27.2
16292026-03-31T01:15:18.104Z Compiling phf v0.13.1
16302026-03-31T01:15:18.294Z Compiling zone_cfg_derive v0.3.1
16312026-03-31T01:15:18.343Z Compiling signal-hook-mio v0.2.5
16322026-03-31T01:15:18.359Z Compiling hubpack v0.1.2
16332026-03-31T01:15:18.468Z Compiling cookie_store v0.22.1
16342026-03-31T01:15:18.484Z Compiling toml_edit v0.19.15
16352026-03-31T01:15:18.485Z Compiling usdt-macro v0.6.0
16362026-03-31T01:15:18.513Z Compiling usdt-attr-macro v0.6.0
16372026-03-31T01:15:18.592Z Compiling rayon v1.11.0
16382026-03-31T01:15:18.647Z Compiling serde_with_macros v3.17.0
16392026-03-31T01:15:18.957Z Compiling postgres-types v0.2.12
16402026-03-31T01:15:19.041Z Compiling zstd v0.13.3
16412026-03-31T01:15:19.150Z Compiling bzip2 v0.4.4
16422026-03-31T01:15:19.275Z Compiling dtrace-parser v0.2.0
16432026-03-31T01:15:19.330Z Compiling ed25519 v2.2.3
16442026-03-31T01:15:19.371Z Compiling pkcs1 v0.7.5
16452026-03-31T01:15:19.388Z Compiling serde-big-array v0.5.1
16462026-03-31T01:15:19.401Z Compiling hex v0.4.3
16472026-03-31T01:15:19.540Z Compiling rfc6979 v0.4.0
16482026-03-31T01:15:19.556Z Compiling bstr v1.12.1
16492026-03-31T01:15:19.686Z Compiling serde_repr v0.1.20
16502026-03-31T01:15:19.703Z Compiling clap_derive v4.5.55
16512026-03-31T01:15:19.798Z Compiling enum-as-inner v0.6.1
16522026-03-31T01:15:19.809Z Compiling strum_macros v0.26.4
16532026-03-31T01:15:20.047Z Compiling hyper v1.8.1
16542026-03-31T01:15:20.243Z Compiling phf_shared v0.11.3
16552026-03-31T01:15:20.265Z Compiling itertools v0.12.1
16562026-03-31T01:15:20.269Z Compiling float-cmp v0.10.0
16572026-03-31T01:15:20.300Z Compiling thread-id v4.2.2
16582026-03-31T01:15:20.333Z Compiling memmap2 v0.9.10
16592026-03-31T01:15:20.377Z Compiling env_filter v1.0.0
16602026-03-31T01:15:20.396Z Compiling data-encoding v2.10.0
16612026-03-31T01:15:20.411Z Compiling precomputed-hash v0.1.1
16622026-03-31T01:15:20.452Z Compiling normalize-line-endings v0.3.0
16632026-03-31T01:15:20.455Z Compiling unit-prefix v0.5.2
16642026-03-31T01:15:20.519Z Compiling jiff v0.2.21
16652026-03-31T01:15:20.567Z Compiling fixedbitset v0.4.2
16662026-03-31T01:15:20.583Z Compiling rustc-hash v2.1.1
16672026-03-31T01:15:20.622Z Compiling static_assertions v1.1.0
16682026-03-31T01:15:20.750Z Compiling whoami v2.1.0
16692026-03-31T01:15:20.769Z Compiling new_debug_unreachable v1.0.6
16702026-03-31T01:15:20.789Z Compiling difflib v0.4.0
16712026-03-31T01:15:20.859Z Compiling fixedbitset v0.5.7
16722026-03-31T01:15:20.859Z Compiling keccak v0.1.6
16732026-03-31T01:15:21.023Z Compiling predicates-core v1.0.10
16742026-03-31T01:15:21.117Z Compiling petgraph v0.8.3
16752026-03-31T01:15:21.152Z Compiling predicates v3.1.4
16762026-03-31T01:15:21.186Z Compiling hyper-util v0.1.20
16772026-03-31T01:15:21.205Z Compiling toml_edit v0.22.27
16782026-03-31T01:15:21.227Z Compiling sha3 v0.10.8
16792026-03-31T01:15:21.258Z Compiling tokio-postgres v0.7.16
16802026-03-31T01:15:21.392Z Compiling string_cache v0.8.9
16812026-03-31T01:15:21.544Z Compiling zone v0.3.1
16822026-03-31T01:15:21.563Z Compiling clap v4.5.60
16832026-03-31T01:15:21.641Z Compiling petgraph v0.6.5
16842026-03-31T01:15:21.666Z Compiling hickory-proto v0.25.2
16852026-03-31T01:15:21.670Z Compiling strum v0.26.3
16862026-03-31T01:15:21.708Z Compiling iddqd v0.3.17
16872026-03-31T01:15:21.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16882026-03-31T01:15:21.739Z Compiling indicatif v0.18.4
16892026-03-31T01:15:21.835Z Compiling env_logger v0.11.9
16902026-03-31T01:15:21.851Z Compiling usdt v0.6.0
16912026-03-31T01:15:22.130Z Compiling usdt-impl v0.5.0
16922026-03-31T01:15:22.208Z Compiling similar v2.7.0
16932026-03-31T01:15:22.243Z Compiling crossterm v0.28.1
16942026-03-31T01:15:22.613Z Compiling hyper-tls v0.6.0
16952026-03-31T01:15:22.744Z Compiling toml v0.7.8
16962026-03-31T01:15:22.882Z Compiling serde_with v3.17.0
16972026-03-31T01:15:22.898Z Compiling ecdsa v0.16.9
16982026-03-31T01:15:22.972Z Compiling rsa v0.9.10
16992026-03-31T01:15:23.094Z Compiling ed25519-dalek v2.2.0
17002026-03-31T01:15:23.113Z Compiling zip v0.6.6
17012026-03-31T01:15:23.316Z Compiling zip v4.6.1
17022026-03-31T01:15:23.744Z Compiling toml_parser v1.0.9+spec-1.1.0
17032026-03-31T01:15:23.764Z Compiling tokio-stream v0.1.18
17042026-03-31T01:15:23.799Z Compiling buf-list v1.1.2
17052026-03-31T01:15:23.825Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-31T01:15:23.927Z Compiling openapiv3 v2.2.0
17072026-03-31T01:15:23.995Z Compiling x509-cert v0.2.5
17082026-03-31T01:15:24.093Z Compiling sha1 v0.10.6
17092026-03-31T01:15:24.144Z Compiling itertools v0.13.0
17102026-03-31T01:15:24.268Z Compiling toml_datetime v0.7.5+spec-1.1.0
17112026-03-31T01:15:24.314Z Compiling lalrpop-util v0.19.12
17122026-03-31T01:15:24.340Z Compiling peg-runtime v0.8.5
17132026-03-31T01:15:24.390Z Compiling thread_local v1.1.9
17142026-03-31T01:15:24.536Z Compiling slog-async v2.8.0
17152026-03-31T01:15:24.551Z Compiling futures-executor v0.3.32
17162026-03-31T01:15:24.567Z Compiling crossbeam-channel v0.5.15
17172026-03-31T01:15:24.628Z Compiling filetime v0.2.27
17182026-03-31T01:15:24.645Z Compiling is-terminal v0.4.17
17192026-03-31T01:15:24.666Z Compiling take_mut v0.2.2
17202026-03-31T01:15:24.688Z Compiling term v1.2.1
17212026-03-31T01:15:24.765Z Compiling xattr v1.6.1
17222026-03-31T01:15:24.798Z Compiling futures v0.3.32
17232026-03-31T01:15:24.898Z Compiling tar v0.4.45
17242026-03-31T01:15:25.044Z Compiling slog-term v2.9.2
17252026-03-31T01:15:40.013Z Compiling rustls-webpki v0.103.9
17262026-03-31T01:15:42.816Z Compiling tokio-rustls v0.26.4
17272026-03-31T01:15:42.816Z Compiling rustls-platform-verifier v0.6.2
17282026-03-31T01:15:43.011Z Compiling hyper-rustls v0.27.7
17292026-03-31T01:15:43.209Z Compiling reqwest v0.13.2
17302026-03-31T01:15:43.210Z Compiling reqwest v0.12.28
17312026-03-31T01:15:45.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-03-31T01:15:45.424Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-03-31T01:15:48.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.20s
17342026-03-31T01:15:48.374Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17352026-03-31T01:15:48.434ZMar 31 01:15:48.168 INFO Starting download, target: Clickhouse
17362026-03-31T01:15:48.434ZMar 31 01:15:48.169 INFO Starting download, target: Cockroach
17372026-03-31T01:15:48.434ZMar 31 01:15:48.169 INFO Starting download, target: Console
17382026-03-31T01:15:48.434ZMar 31 01:15:48.169 INFO Starting download, target: DendriteStub
17392026-03-31T01:15:48.439ZMar 31 01:15:48.169 INFO Starting download, target: MaghemiteMgd
17402026-03-31T01:15:48.439ZMar 31 01:15:48.169 INFO Starting download, target: TransceiverControl
17412026-03-31T01:15:48.439ZMar 31 01:15:48.169 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-03-31T01:15:48.439ZMar 31 01:15:48.169 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-03-31T01:15:48.439ZMar 31 01:15:48.169 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-03-31T01:15:48.439ZMar 31 01:15:48.169 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-03-31T01:15:48.440ZMar 31 01:15:48.169 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-03-31T01:15:48.440ZMar 31 01:15:48.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-03-31T01:15:48.858ZMar 31 01:15:48.586 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-03-31T01:15:49.066ZMar 31 01:15:48.801 INFO Download complete, target: TransceiverControl
17492026-03-31T01:15:49.652ZMar 31 01:15:49.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-03-31T01:15:49.886ZMar 31 01:15:49.620 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-03-31T01:15:49.898ZMar 31 01:15:49.632 INFO Download complete, target: Console
17522026-03-31T01:15:50.188ZMar 31 01:15:49.920 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-03-31T01:15:50.573ZMar 31 01:15:50.306 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-03-31T01:15:50.706ZMar 31 01:15:50.441 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-03-31T01:15:50.706ZMar 31 01:15:50.441 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-03-31T01:15:52.228ZMar 31 01:15:51.962 INFO Download complete, target: DendriteStub
17572026-03-31T01:15:52.493ZMar 31 01:15:52.227 INFO Download complete, target: MaghemiteMgd
17582026-03-31T01:15:55.405ZMar 31 01:15:55.139 INFO Checking that binary works, target: Cockroach
17592026-03-31T01:15:55.505ZMar 31 01:15:55.239 INFO Download complete, target: Cockroach
17602026-03-31T01:15:57.408ZMar 31 01:15:57.142 INFO Checking that binary works, target: Clickhouse
17612026-03-31T01:15:57.493ZMar 31 01:15:57.227 INFO Download complete, target: Clickhouse
17622026-03-31T01:15:57.499ZAll prerequisites installed successfully
17632026-03-31T01:15:57.502Z
17642026-03-31T01:15:57.502Zreal 2:54.423805469
17652026-03-31T01:15:57.502Zuser 7:15.007498370
17662026-03-31T01:15:57.502Zsys 1:44.410464351
17672026-03-31T01:15:57.502Ztrap 0.225574848
17682026-03-31T01:15:57.502Ztflt 1.228718133
17692026-03-31T01:15:57.502Zdflt 1.685699700
17702026-03-31T01:15:57.502Zkflt 0.021431469
17712026-03-31T01:15:57.502Zlock 22:10.876205178
17722026-03-31T01:15:57.502Zslp 19:36.317079118
17732026-03-31T01:15:57.502Zlat 25.082642349
17742026-03-31T01:15:57.502Zstop 3:05.222407451
17752026-03-31T01:15:57.502Z+ ptime -m cargo xtask download softnpu
17762026-03-31T01:15:58.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17772026-03-31T01:15:58.067Z Running `target/debug/xtask download softnpu`
17782026-03-31T01:15:58.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17792026-03-31T01:15:58.916Z Running `target/debug/xtask-downloader softnpu`
17802026-03-31T01:15:58.959ZMar 31 01:15:58.692 INFO Starting download, target: Softnpu
17812026-03-31T01:15:58.962ZMar 31 01:15:58.693 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17822026-03-31T01:15:59.691ZMar 31 01:15:59.425 INFO Download complete, target: Softnpu
17832026-03-31T01:15:59.694Z
17842026-03-31T01:15:59.698Zreal 2.189405189
17852026-03-31T01:15:59.698Zuser 1.313752594
17862026-03-31T01:15:59.698Zsys 0.668693645
17872026-03-31T01:15:59.698Ztrap 0.000679295
17882026-03-31T01:15:59.698Ztflt 0.000055443
17892026-03-31T01:15:59.698Zdflt 0.000211039
17902026-03-31T01:15:59.698Zkflt 0.000000000
17912026-03-31T01:15:59.698Zlock 13.441955038
17922026-03-31T01:15:59.698Zslp 0.553823768
17932026-03-31T01:15:59.698Zlat 0.086596787
17942026-03-31T01:15:59.698Zstop 0.000176642
17952026-03-31T01:15:59.698Z+ export CARGO_INCREMENTAL=0
17962026-03-31T01:15:59.698Z+ CARGO_INCREMENTAL=0
17972026-03-31T01:15:59.698Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17982026-03-31T01:16:00.605Z Compiling proc-macro2 v1.0.106
17992026-03-31T01:16:00.605Z Compiling quote v1.0.44
18002026-03-31T01:16:00.605Z Compiling unicode-ident v1.0.24
18012026-03-31T01:16:00.605Z Compiling libc v0.2.180
18022026-03-31T01:16:00.605Z Compiling serde_core v1.0.228
18032026-03-31T01:16:00.605Z Compiling serde v1.0.228
18042026-03-31T01:16:00.609Z Compiling cfg-if v1.0.4
18052026-03-31T01:16:00.609Z Compiling version_check v0.9.5
18062026-03-31T01:16:00.609Z Compiling find-msvc-tools v0.1.9
18072026-03-31T01:16:00.609Z Compiling shlex v1.3.0
18082026-03-31T01:16:00.609Z Compiling typenum v1.19.0
18092026-03-31T01:16:00.609Z Compiling autocfg v1.5.0
18102026-03-31T01:16:00.751Z Compiling zmij v1.0.21
18112026-03-31T01:16:00.755Z Compiling portable-atomic v1.13.1
18122026-03-31T01:16:00.755Z Compiling memchr v2.8.0
18132026-03-31T01:16:01.054Z Compiling serde_json v1.0.149
18142026-03-31T01:16:01.073Z Compiling zerocopy v0.8.40
18152026-03-31T01:16:01.109Z Compiling generic-array v0.14.7
18162026-03-31T01:16:01.161Z Compiling libm v0.2.16
18172026-03-31T01:16:01.197Z Compiling parking_lot_core v0.9.12
18182026-03-31T01:16:01.222Z Compiling num-traits v0.2.19
18192026-03-31T01:16:01.241Z Compiling smallvec v1.15.1
18202026-03-31T01:16:01.256Z Compiling icu_properties_data v2.1.2
18212026-03-31T01:16:01.282Z Compiling icu_normalizer_data v2.1.1
18222026-03-31T01:16:01.376Z Compiling itoa v1.0.17
18232026-03-31T01:16:01.442Z Compiling getrandom v0.4.1
18242026-03-31T01:16:01.458Z Compiling log v0.4.29
18252026-03-31T01:16:01.477Z Compiling stable_deref_trait v1.2.1
18262026-03-31T01:16:01.477Z Compiling pkg-config v0.3.32
18272026-03-31T01:16:01.539Z Compiling subtle v2.6.1
18282026-03-31T01:16:01.718Z Compiling scopeguard v1.2.0
18292026-03-31T01:16:01.782Z Compiling litemap v0.8.1
18302026-03-31T01:16:01.825Z Compiling fnv v1.0.7
18312026-03-31T01:16:01.865Z Compiling jobserver v0.1.34
18322026-03-31T01:16:01.882Z Compiling getrandom v0.2.17
18332026-03-31T01:16:01.955Z Compiling errno v0.3.14
18342026-03-31T01:16:01.997Z Compiling lock_api v0.4.14
18352026-03-31T01:16:02.013Z Compiling writeable v0.6.2
18362026-03-31T01:16:02.030Z Compiling rand_core v0.6.4
18372026-03-31T01:16:02.044Z Compiling thiserror v2.0.18
18382026-03-31T01:16:02.114Z Compiling syn v2.0.117
18392026-03-31T01:16:02.114Z Compiling cc v1.2.56
18402026-03-31T01:16:02.147Z Compiling percent-encoding v2.3.2
18412026-03-31T01:16:02.214Z Compiling pin-project-lite v0.2.17
18422026-03-31T01:16:02.238Z Compiling getrandom v0.3.4
18432026-03-31T01:16:02.340Z Compiling critical-section v1.2.0
18442026-03-31T01:16:02.387Z Compiling allocator-api2 v0.2.21
18452026-03-31T01:16:02.464Z Compiling rustversion v1.0.22
18462026-03-31T01:16:02.497Z Compiling schemars v0.8.22
18472026-03-31T01:16:02.533Z Compiling equivalent v1.0.2
18482026-03-31T01:16:02.550Z Compiling foldhash v0.2.0
18492026-03-31T01:16:02.567Z Compiling rand_core v0.10.0
18502026-03-31T01:16:02.667Z Compiling once_cell v1.21.3
18512026-03-31T01:16:02.694Z Compiling utf8_iter v1.0.4
18522026-03-31T01:16:02.742Z Compiling hashbrown v0.16.1
18532026-03-31T01:16:02.758Z Compiling fs_extra v1.3.0
18542026-03-31T01:16:02.776Z Compiling dunce v1.0.5
18552026-03-31T01:16:02.878Z Compiling semver v1.0.27
18562026-03-31T01:16:02.910Z Compiling cmake v0.1.57
18572026-03-31T01:16:02.914Z Compiling form_urlencoded v1.2.2
18582026-03-31T01:16:03.045Z Compiling bitflags v2.11.0
18592026-03-31T01:16:03.086Z Compiling const-oid v0.9.6
18602026-03-31T01:16:03.216Z Compiling signal-hook-registry v1.4.8
18612026-03-31T01:16:03.252Z Compiling rustix v1.1.3
18622026-03-31T01:16:03.291Z Compiling indexmap v2.13.0
18632026-03-31T01:16:03.294Z Compiling mio v1.1.1
18642026-03-31T01:16:03.352Z Compiling socket2 v0.6.2
18652026-03-31T01:16:03.371Z Compiling thiserror v1.0.69
18662026-03-31T01:16:03.434Z Compiling ring v0.17.14
18672026-03-31T01:16:03.450Z Compiling aws-lc-sys v0.37.1
18682026-03-31T01:16:03.475Z Compiling parking_lot v0.12.5
18692026-03-31T01:16:03.595Z Compiling strsim v0.11.1
18702026-03-31T01:16:03.612Z Compiling aws-lc-rs v1.16.0
18712026-03-31T01:16:03.724Z Compiling futures-core v0.3.32
18722026-03-31T01:16:03.886Z Compiling ucd-trie v0.1.7
18732026-03-31T01:16:03.934Z Compiling syn v1.0.109
18742026-03-31T01:16:03.942Z Compiling byteorder v1.5.0
18752026-03-31T01:16:03.985Z Compiling iana-time-zone v0.1.65
18762026-03-31T01:16:03.998Z Compiling ident_case v1.0.1
18772026-03-31T01:16:04.064Z Compiling pest v2.8.6
18782026-03-31T01:16:04.069Z Compiling httparse v1.10.1
18792026-03-31T01:16:04.165Z Compiling heck v0.5.0
18802026-03-31T01:16:04.176Z Compiling uuid v1.23.0
18812026-03-31T01:16:04.201Z Compiling vcpkg v0.2.15
18822026-03-31T01:16:04.257Z Compiling cpufeatures v0.2.17
18832026-03-31T01:16:04.420Z Compiling crossbeam-utils v0.8.21
18842026-03-31T01:16:04.427Z Compiling regex-syntax v0.8.10
18852026-03-31T01:16:04.575Z Compiling rustc_version v0.4.1
18862026-03-31T01:16:04.733Z Compiling futures-sink v0.3.32
18872026-03-31T01:16:04.748Z Compiling rustls v0.23.37
18882026-03-31T01:16:04.778Z Compiling openssl-sys v0.9.111
18892026-03-31T01:16:04.835Z Compiling futures-channel v0.3.32
18902026-03-31T01:16:04.854Z Compiling synstructure v0.13.2
18912026-03-31T01:16:04.864Z Compiling serde_derive_internals v0.29.1
18922026-03-31T01:16:04.917Z Compiling slab v0.4.12
18932026-03-31T01:16:04.946Z Compiling futures-task v0.3.32
18942026-03-31T01:16:04.961Z Compiling futures-io v0.3.32
18952026-03-31T01:16:04.975Z Compiling plain v0.2.3
18962026-03-31T01:16:05.181Z Compiling pest_meta v2.8.6
18972026-03-31T01:16:05.196Z Compiling dyn-clone v1.0.20
18982026-03-31T01:16:05.201Z Compiling crc32fast v1.5.0
18992026-03-31T01:16:05.235Z Compiling aho-corasick v1.1.4
19002026-03-31T01:16:05.242Z Compiling num-conv v0.2.0
19012026-03-31T01:16:05.383Z Compiling time-core v0.1.8
19022026-03-31T01:16:05.471Z Compiling pretty-hex v0.4.1
19032026-03-31T01:16:05.596Z Compiling time-macros v0.2.27
19042026-03-31T01:16:05.696Z Compiling openssl v0.10.75
19052026-03-31T01:16:05.732Z Compiling base64 v0.22.1
19062026-03-31T01:16:05.750Z Compiling either v1.15.0
19072026-03-31T01:16:05.753Z Compiling base64ct v1.8.3
19082026-03-31T01:16:05.806Z Compiling pest_generator v2.8.6
19092026-03-31T01:16:05.821Z Compiling anyhow v1.0.102
19102026-03-31T01:16:05.838Z Compiling darling_core v0.21.3
19112026-03-31T01:16:05.942Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19122026-03-31T01:16:06.000Z Compiling pem-rfc7468 v0.7.0
19132026-03-31T01:16:06.034Z Compiling flagset v0.4.7
19142026-03-31T01:16:06.054Z Compiling rand_core v0.9.5
19152026-03-31T01:16:06.124Z Compiling serde_derive v1.0.228
19162026-03-31T01:16:06.145Z Compiling zeroize_derive v1.4.3
19172026-03-31T01:16:06.186Z Compiling zerofrom-derive v0.1.6
19182026-03-31T01:16:06.241Z Compiling yoke-derive v0.8.1
19192026-03-31T01:16:06.257Z Compiling zerovec-derive v0.11.2
19202026-03-31T01:16:06.278Z Compiling displaydoc v0.2.5
19212026-03-31T01:16:06.293Z Compiling zerocopy-derive v0.8.40
19222026-03-31T01:16:06.333Z Compiling tokio-macros v2.6.0
19232026-03-31T01:16:06.475Z Compiling futures-macro v0.3.32
19242026-03-31T01:16:06.493Z Compiling thiserror-impl v2.0.18
19252026-03-31T01:16:06.567Z Compiling schemars_derive v0.8.22
19262026-03-31T01:16:06.631Z Compiling der_derive v0.7.3
19272026-03-31T01:16:06.698Z Compiling tracing-attributes v0.1.31
19282026-03-31T01:16:06.762Z Compiling zeroize v1.8.2
19292026-03-31T01:16:07.048Z Compiling thiserror-impl v1.0.69
19302026-03-31T01:16:07.209Z Compiling pest_derive v2.8.6
19312026-03-31T01:16:07.259Z Compiling futures-util v0.3.32
19322026-03-31T01:16:07.304Z Compiling regex-automata v0.4.14
19332026-03-31T01:16:07.328Z Compiling zerofrom v0.1.6
19342026-03-31T01:16:07.479Z Compiling yoke v0.8.1
19352026-03-31T01:16:07.532Z Compiling crypto-common v0.1.7
19362026-03-31T01:16:07.656Z Compiling zerovec v0.11.5
19372026-03-31T01:16:07.679Z Compiling zerotrie v0.2.3
19382026-03-31T01:16:07.714Z Compiling block-buffer v0.10.4
19392026-03-31T01:16:07.859Z Compiling block-padding v0.3.3
19402026-03-31T01:16:07.911Z Compiling digest v0.10.7
19412026-03-31T01:16:07.996Z Compiling inout v0.1.4
19422026-03-31T01:16:08.061Z Compiling scroll_derive v0.13.1
19432026-03-31T01:16:08.141Z Compiling hmac v0.12.1
19442026-03-31T01:16:08.162Z Compiling cipher v0.4.4
19452026-03-31T01:16:08.166Z Compiling sha2 v0.10.9
19462026-03-31T01:16:08.194Z Compiling tinystr v0.8.2
19472026-03-31T01:16:08.199Z Compiling potential_utf v0.1.4
19482026-03-31T01:16:08.243Z Compiling scroll_derive v0.12.1
19492026-03-31T01:16:08.408Z Compiling icu_locale_core v2.1.1
19502026-03-31T01:16:08.411Z Compiling icu_collections v2.1.1
19512026-03-31T01:16:08.478Z Compiling rustls-pki-types v1.14.0
19522026-03-31T01:16:08.537Z Compiling darling_macro v0.21.3
19532026-03-31T01:16:08.883Z Compiling der v0.7.10
19542026-03-31T01:16:08.940Z Compiling openssl-macros v0.1.1
19552026-03-31T01:16:09.018Z Compiling zerocopy-derive v0.7.35
19562026-03-31T01:16:09.158Z Compiling icu_provider v2.1.1
19572026-03-31T01:16:09.300Z Compiling bytes v1.11.1
19582026-03-31T01:16:09.341Z Compiling chrono v0.4.44
19592026-03-31T01:16:09.447Z Compiling icu_normalizer v2.1.1
19602026-03-31T01:16:09.581Z Compiling icu_properties v2.1.2
19612026-03-31T01:16:09.797Z Compiling tokio v1.50.0
19622026-03-31T01:16:09.984Z Compiling serde_tokenstream v0.2.3
19632026-03-31T01:16:10.204Z Compiling regex v1.12.3
19642026-03-31T01:16:10.222Z Compiling slog v2.8.2
19652026-03-31T01:16:10.301Z Compiling rayon-core v1.13.0
19662026-03-31T01:16:10.439Z Compiling native-tls v0.2.18
19672026-03-31T01:16:10.507Z Compiling idna_adapter v1.2.1
19682026-03-31T01:16:10.684Z Compiling idna v1.1.0
19692026-03-31T01:16:10.688Z Compiling ppv-lite86 v0.2.21
19702026-03-31T01:16:10.718Z Compiling http v1.4.0
19712026-03-31T01:16:10.848Z Compiling spki v0.7.3
19722026-03-31T01:16:10.949Z Compiling darling v0.21.3
19732026-03-31T01:16:10.984Z Compiling salsa20 v0.10.2
19742026-03-31T01:16:11.052Z Compiling url v2.5.8
19752026-03-31T01:16:11.068Z Compiling pbkdf2 v0.12.2
19762026-03-31T01:16:11.421Z Compiling tracing-core v0.1.36
19772026-03-31T01:16:11.489Z Compiling cookie v0.18.1
19782026-03-31T01:16:11.576Z Compiling untrusted v0.9.0
19792026-03-31T01:16:11.609Z Compiling camino v1.2.2
19802026-03-31T01:16:11.914Z Compiling tracing v0.1.44
19812026-03-31T01:16:12.324Z Compiling scrypt v0.11.0
19822026-03-31T01:16:12.340Z Compiling rand_chacha v0.9.0
19832026-03-31T01:16:12.368Z Compiling cbc v0.1.2
19842026-03-31T01:16:12.457Z Compiling aes v0.8.4
19852026-03-31T01:16:12.792Z Compiling usdt-impl v0.5.0
19862026-03-31T01:16:12.808Z Compiling ref-cast v1.0.25
19872026-03-31T01:16:12.825Z Compiling usdt-impl v0.6.0
19882026-03-31T01:16:12.884Z Compiling paste v1.0.15
19892026-03-31T01:16:12.928Z Compiling winnow v0.7.14
19902026-03-31T01:16:12.961Z Compiling pkcs5 v0.7.1
19912026-03-31T01:16:13.024Z Compiling rand v0.9.2
19922026-03-31T01:16:13.104Z Compiling http-body v1.0.1
19932026-03-31T01:16:13.271Z Compiling toml_datetime v0.6.11
19942026-03-31T01:16:13.336Z Compiling serde_spanned v0.6.9
19952026-03-31T01:16:13.424Z Compiling scroll v0.12.0
19962026-03-31T01:16:13.474Z Compiling scroll v0.13.0
19972026-03-31T01:16:13.527Z Compiling tokio-util v0.7.18
19982026-03-31T01:16:13.546Z Compiling heapless v0.7.17
19992026-03-31T01:16:13.562Z Compiling bzip2-sys v0.1.13+1.0.8
20002026-03-31T01:16:13.590Z Compiling zstd-safe v7.2.4
20012026-03-31T01:16:13.753Z Compiling openssl-probe v0.2.1
20022026-03-31T01:16:13.807Z Compiling signal-hook v0.3.18
20032026-03-31T01:16:13.912Z Compiling untrusted v0.7.1
20042026-03-31T01:16:13.927Z Compiling goblin v0.10.5
20052026-03-31T01:16:13.999Z Compiling goblin v0.8.2
20062026-03-31T01:16:14.002Z Compiling pkcs8 v0.10.2
20072026-03-31T01:16:14.320Z Compiling toml_parser v1.0.9+spec-1.1.0
20082026-03-31T01:16:14.476Z Compiling zerocopy v0.7.35
20092026-03-31T01:16:14.508Z Compiling ref-cast-impl v1.0.25
20102026-03-31T01:16:14.580Z Compiling curve25519-dalek v4.1.3
20112026-03-31T01:16:14.795Z Compiling darling_core v0.20.11
20122026-03-31T01:16:14.903Z Compiling toml_datetime v0.7.5+spec-1.1.0
20132026-03-31T01:16:14.935Z Compiling memoffset v0.9.1
20142026-03-31T01:16:14.957Z Compiling tower-service v0.3.3
20152026-03-31T01:16:15.044Z Compiling atomic-waker v1.1.2
20162026-03-31T01:16:15.090Z Compiling litrs v1.0.0
20172026-03-31T01:16:15.093Z Compiling rustix v0.38.44
20182026-03-31T01:16:15.356Z Compiling tower-layer v0.3.3
20192026-03-31T01:16:15.373Z Compiling winnow v0.5.40
20202026-03-31T01:16:15.433Z Compiling fastrand v2.3.0
20212026-03-31T01:16:15.555Z Compiling try-lock v0.2.5
20222026-03-31T01:16:15.671Z Compiling tinyvec_macros v0.1.1
20232026-03-31T01:16:15.686Z Compiling want v0.3.1
20242026-03-31T01:16:15.753Z Compiling tinyvec v1.10.0
20252026-03-31T01:16:15.780Z Compiling h2 v0.4.13
20262026-03-31T01:16:15.855Z Compiling document-features v0.2.12
20272026-03-31T01:16:16.382Z Compiling dof v0.3.0
20282026-03-31T01:16:16.691Z Compiling toml_edit v0.19.15
20292026-03-31T01:16:16.727Z Compiling dof v0.4.0
20302026-03-31T01:16:16.763Z Compiling darling_macro v0.20.11
20312026-03-31T01:16:16.999Z Compiling dtrace-parser v0.2.0
20322026-03-31T01:16:17.020Z Compiling ipnet v2.11.0
20332026-03-31T01:16:17.080Z Compiling dtrace-parser v0.3.0
20342026-03-31T01:16:17.248Z Compiling async-trait v0.1.89
20352026-03-31T01:16:17.270Z Compiling daft-derive v0.1.5
20362026-03-31T01:16:17.370Z Compiling spin v0.9.8
20372026-03-31T01:16:17.408Z Compiling thread-id v4.2.2
20382026-03-31T01:16:17.481Z Compiling thread-id v5.1.0
20392026-03-31T01:16:17.506Z Compiling proc-macro-error-attr v1.0.4
20402026-03-31T01:16:17.595Z Compiling smoltcp v0.9.1
20412026-03-31T01:16:17.673Z Compiling foreign-types-shared v0.1.1
20422026-03-31T01:16:17.714Z Compiling powerfmt v0.2.0
20432026-03-31T01:16:17.759Z Compiling pin-utils v0.1.0
20442026-03-31T01:16:17.818Z Compiling cfg_aliases v0.2.1
20452026-03-31T01:16:17.864Z Compiling num-bigint-dig v0.8.6
20462026-03-31T01:16:17.923Z Compiling httpdate v1.0.3
20472026-03-31T01:16:17.943Z Compiling nix v0.31.1
20482026-03-31T01:16:17.961Z Compiling deranged v0.5.8
20492026-03-31T01:16:17.992Z Compiling foreign-types v0.3.2
20502026-03-31T01:16:18.146Z Compiling tempfile v3.25.0
20512026-03-31T01:16:18.160Z Compiling darling v0.20.11
20522026-03-31T01:16:18.510Z Compiling ipnetwork v0.21.1
20532026-03-31T01:16:18.775Z Compiling hyper v1.8.1
20542026-03-31T01:16:18.804Z Compiling strum_macros v0.26.4
20552026-03-31T01:16:18.866Z Compiling curve25519-dalek-derive v0.1.1
20562026-03-31T01:16:18.933Z Compiling wait-timeout v0.2.1
20572026-03-31T01:16:19.083Z Compiling proc-macro-error v1.0.4
20582026-03-31T01:16:19.175Z Compiling quick-error v1.2.3
20592026-03-31T01:16:19.291Z Compiling utf8parse v0.2.2
20602026-03-31T01:16:19.492Z Compiling anstyle v1.0.13
20612026-03-31T01:16:19.539Z Compiling num_threads v0.1.7
20622026-03-31T01:16:19.588Z Compiling simd-adler32 v0.3.8
20632026-03-31T01:16:19.604Z Compiling unicode-segmentation v1.12.0
20642026-03-31T01:16:19.650Z Compiling bit-vec v0.8.0
20652026-03-31T01:16:19.741Z Compiling siphasher v1.0.2
20662026-03-31T01:16:19.821Z Compiling time v0.3.47
20672026-03-31T01:16:19.838Z Compiling bit-set v0.8.0
20682026-03-31T01:16:19.942Z Compiling hyper-util v0.1.20
20692026-03-31T01:16:20.016Z Compiling anstyle-parse v0.2.7
20702026-03-31T01:16:20.213Z Compiling rusty-fork v0.3.1
20712026-03-31T01:16:20.379Z Compiling crossbeam-epoch v0.9.18
20722026-03-31T01:16:20.448Z Compiling derive_builder_core v0.20.2
20732026-03-31T01:16:20.702Z Compiling unicode-normalization v0.1.25
20742026-03-31T01:16:20.892Z Compiling rustls-native-certs v0.8.3
20752026-03-31T01:16:21.185Z Compiling signature v2.2.0
20762026-03-31T01:16:21.200Z Compiling hubpack_derive v0.1.1
20772026-03-31T01:16:21.239Z Compiling rand_xorshift v0.4.0
20782026-03-31T01:16:21.358Z Compiling strum_macros v0.27.2
20792026-03-31T01:16:21.516Z Compiling sync_wrapper v1.0.2
20802026-03-31T01:16:21.608Z Compiling fs-err v3.3.0
20812026-03-31T01:16:21.638Z Compiling ahash v0.8.12
20822026-03-31T01:16:21.655Z Compiling anstyle-query v1.1.5
20832026-03-31T01:16:21.687Z Compiling unarray v0.1.4
20842026-03-31T01:16:21.796Z Compiling is_terminal_polyfill v1.70.2
20852026-03-31T01:16:21.821Z Compiling colorchoice v1.0.4
20862026-03-31T01:16:21.837Z Compiling object v0.37.3
20872026-03-31T01:16:21.869Z Compiling unicode-bidi v0.3.18
20882026-03-31T01:16:21.911Z Compiling unicode-properties v0.1.4
20892026-03-31T01:16:22.043Z Compiling adler2 v2.0.1
20902026-03-31T01:16:22.112Z Compiling anstream v0.6.21
20912026-03-31T01:16:22.139Z Compiling proptest v1.10.0
20922026-03-31T01:16:22.193Z Compiling miniz_oxide v0.8.9
20932026-03-31T01:16:22.223Z Compiling stringprep v0.1.5
20942026-03-31T01:16:22.362Z Compiling tower v0.5.3
20952026-03-31T01:16:22.683Z Compiling derive_builder_macro v0.20.2
20962026-03-31T01:16:22.860Z Compiling crossbeam-deque v0.8.6
20972026-03-31T01:16:22.900Z Compiling heck v0.4.1
20982026-03-31T01:16:23.073Z Compiling usdt-attr-macro v0.6.0
20992026-03-31T01:16:23.099Z Compiling usdt-macro v0.6.0
21002026-03-31T01:16:23.183Z Compiling http-body-util v0.1.3
21012026-03-31T01:16:23.225Z Compiling webpki-roots v1.0.6
21022026-03-31T01:16:23.441Z Compiling rand_chacha v0.3.1
21032026-03-31T01:16:23.516Z Compiling erased-serde v0.3.31
21042026-03-31T01:16:23.531Z Compiling md-5 v0.10.6
21052026-03-31T01:16:23.785Z Compiling num-integer v0.1.46
21062026-03-31T01:16:23.820Z Compiling hash32 v0.2.1
21072026-03-31T01:16:23.837Z Compiling vergen-lib v9.1.0
21082026-03-31T01:16:23.854Z Compiling ff v0.13.1
21092026-03-31T01:16:23.901Z Compiling zlib-rs v0.6.2
21102026-03-31T01:16:23.916Z Compiling base16ct v0.2.0
21112026-03-31T01:16:24.012Z Compiling psl-types v2.0.11
21122026-03-31T01:16:24.028Z Compiling iri-string v0.7.10
21132026-03-31T01:16:24.046Z Compiling ryu v1.0.23
21142026-03-31T01:16:24.097Z Compiling fallible-iterator v0.2.0
21152026-03-31T01:16:24.113Z Compiling newtype-uuid v1.3.2
21162026-03-31T01:16:24.129Z Compiling publicsuffix v2.3.0
21172026-03-31T01:16:24.177Z Compiling serde_urlencoded v0.7.1
21182026-03-31T01:16:24.223Z Compiling sec1 v0.7.3
21192026-03-31T01:16:24.227Z Compiling num-iter v0.1.45
21202026-03-31T01:16:24.322Z Compiling group v0.13.0
21212026-03-31T01:16:24.421Z Compiling postgres-protocol v0.6.10
21222026-03-31T01:16:24.590Z Compiling rand v0.8.5
21232026-03-31T01:16:24.962Z Compiling oxnet v0.1.4
21242026-03-31T01:16:25.200Z Compiling tower-http v0.6.8
21252026-03-31T01:16:25.253Z Compiling derive_builder v0.20.2
21262026-03-31T01:16:25.308Z Compiling zone_cfg_derive v0.3.1
21272026-03-31T01:16:25.336Z Compiling tokio-native-tls v0.3.1
21282026-03-31T01:16:25.367Z Compiling phf_shared v0.13.1
21292026-03-31T01:16:25.438Z Compiling lazy_static v1.5.0
21302026-03-31T01:16:25.598Z Compiling terminal_size v0.4.3
21312026-03-31T01:16:25.613Z Compiling serde_with_macros v3.17.0
21322026-03-31T01:16:25.643Z Compiling hkdf v0.12.4
21332026-03-31T01:16:25.677Z Compiling crypto-bigint v0.5.5
21342026-03-31T01:16:25.751Z Compiling serde_repr v0.1.20
21352026-03-31T01:16:25.792Z Compiling clap_derive v4.5.55
21362026-03-31T01:16:25.810Z Compiling enum-as-inner v0.6.1
21372026-03-31T01:16:25.866Z Compiling vergen v9.1.0
21382026-03-31T01:16:25.882Z Compiling cargo-platform v0.3.2
21392026-03-31T01:16:25.950Z Compiling flate2 v1.1.9
21402026-03-31T01:16:26.044Z Compiling encoding_rs v0.8.35
21412026-03-31T01:16:26.146Z Compiling mime v0.3.17
21422026-03-31T01:16:26.223Z Compiling bumpalo v3.20.2
21432026-03-31T01:16:26.289Z Compiling foldhash v0.1.5
21442026-03-31T01:16:26.304Z Compiling clap_lex v1.0.0
21452026-03-31T01:16:26.357Z Compiling managed v0.8.0
21462026-03-31T01:16:26.448Z Compiling unicode-width v0.2.0
21472026-03-31T01:16:26.494Z Compiling bitflags v1.3.2
21482026-03-31T01:16:26.590Z Compiling libbz2-rs-sys v0.2.2
21492026-03-31T01:16:26.665Z Compiling elliptic-curve v0.13.8
21502026-03-31T01:16:26.699Z Compiling console v0.16.2
21512026-03-31T01:16:26.746Z Compiling clap_builder v4.5.60
21522026-03-31T01:16:26.762Z Compiling zopfli v0.8.3
21532026-03-31T01:16:26.781Z Compiling hashbrown v0.15.5
21542026-03-31T01:16:27.038Z Compiling bzip2 v0.6.1
21552026-03-31T01:16:27.206Z Compiling cargo_metadata v0.23.1
21562026-03-31T01:16:27.393Z Compiling phf v0.13.1
21572026-03-31T01:16:27.454Z Compiling hyper-tls v0.6.0
21582026-03-31T01:16:27.457Z Compiling zstd v0.13.3
21592026-03-31T01:16:27.617Z Compiling signal-hook-mio v0.2.5
21602026-03-31T01:16:27.687Z Compiling rayon v1.11.0
21612026-03-31T01:16:27.733Z Compiling daft v0.1.5
21622026-03-31T01:16:27.751Z Compiling cookie_store v0.22.1
21632026-03-31T01:16:27.809Z Compiling postgres-types v0.2.12
21642026-03-31T01:16:27.876Z Compiling bzip2 v0.4.4
21652026-03-31T01:16:28.015Z Compiling strum v0.27.2
21662026-03-31T01:16:28.149Z Compiling hubpack v0.1.2
21672026-03-31T01:16:28.232Z Compiling ed25519 v2.2.3
21682026-03-31T01:16:28.306Z Compiling phf_shared v0.11.3
21692026-03-31T01:16:28.403Z Compiling pkcs1 v0.7.5
21702026-03-31T01:16:28.478Z Compiling bstr v1.12.1
21712026-03-31T01:16:28.493Z Compiling hex v0.4.3
21722026-03-31T01:16:28.508Z Compiling serde-big-array v0.5.1
21732026-03-31T01:16:28.812Z Compiling rfc6979 v0.4.0
21742026-03-31T01:16:28.850Z Compiling itertools v0.12.1
21752026-03-31T01:16:28.930Z Compiling float-cmp v0.10.0
21762026-03-31T01:16:28.953Z Compiling memmap2 v0.9.10
21772026-03-31T01:16:28.969Z Compiling env_filter v1.0.0
21782026-03-31T01:16:29.072Z Compiling predicates-core v1.0.10
21792026-03-31T01:16:29.091Z Compiling keccak v0.1.6
21802026-03-31T01:16:29.105Z Compiling jiff v0.2.21
21812026-03-31T01:16:29.153Z Compiling whoami v2.1.0
21822026-03-31T01:16:29.174Z Compiling data-encoding v2.10.0
21832026-03-31T01:16:29.189Z Compiling unit-prefix v0.5.2
21842026-03-31T01:16:29.247Z Compiling rustc-hash v2.1.1
21852026-03-31T01:16:29.300Z Compiling static_assertions v1.1.0
21862026-03-31T01:16:29.347Z Compiling new_debug_unreachable v1.0.6
21872026-03-31T01:16:29.400Z Compiling fixedbitset v0.5.7
21882026-03-31T01:16:29.403Z Compiling toml_write v0.1.2
21892026-03-31T01:16:29.494Z Compiling difflib v0.4.0
21902026-03-31T01:16:29.601Z Compiling normalize-line-endings v0.3.0
21912026-03-31T01:16:29.630Z Compiling fixedbitset v0.4.2
21922026-03-31T01:16:29.670Z Compiling precomputed-hash v0.1.1
21932026-03-31T01:16:29.694Z Compiling petgraph v0.8.3
21942026-03-31T01:16:29.710Z Compiling toml_edit v0.22.27
21952026-03-31T01:16:29.714Z Compiling hickory-proto v0.25.2
21962026-03-31T01:16:29.771Z Compiling string_cache v0.8.9
21972026-03-31T01:16:29.842Z Compiling petgraph v0.6.5
21982026-03-31T01:16:29.864Z Compiling predicates v3.1.4
21992026-03-31T01:16:29.948Z Compiling zone v0.3.1
22002026-03-31T01:16:30.051Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-03-31T01:16:30.362Z Compiling tokio-postgres v0.7.16
22022026-03-31T01:16:30.484Z Compiling iddqd v0.3.17
22032026-03-31T01:16:30.582Z Compiling indicatif v0.18.4
22042026-03-31T01:16:30.702Z Compiling sha3 v0.10.8
22052026-03-31T01:16:31.364Z Compiling env_logger v0.11.9
22062026-03-31T01:16:31.598Z Compiling usdt v0.6.0
22072026-03-31T01:16:31.699Z Compiling ecdsa v0.16.9
22082026-03-31T01:16:31.867Z Compiling zip v4.6.1
22092026-03-31T01:16:31.990Z Compiling serde_with v3.17.0
22102026-03-31T01:16:32.082Z Compiling similar v2.7.0
22112026-03-31T01:16:32.285Z Compiling rsa v0.9.10
22122026-03-31T01:16:32.753Z Compiling ed25519-dalek v2.2.0
22132026-03-31T01:16:32.858Z Compiling crossterm v0.28.1
22142026-03-31T01:16:32.862Z Compiling clap v4.5.60
22152026-03-31T01:16:33.167Z Compiling zip v0.6.6
22162026-03-31T01:16:33.248Z Compiling strum v0.26.3
22172026-03-31T01:16:33.395Z Compiling toml v0.7.8
22182026-03-31T01:16:33.418Z Compiling tokio-stream v0.1.18
22192026-03-31T01:16:33.678Z Compiling buf-list v1.1.2
22202026-03-31T01:16:33.898Z Compiling x509-cert v0.2.5
22212026-03-31T01:16:33.952Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22222026-03-31T01:16:33.985Z Compiling openapiv3 v2.2.0
22232026-03-31T01:16:34.051Z Compiling sha1 v0.10.6
22242026-03-31T01:16:34.300Z Compiling itertools v0.13.0
22252026-03-31T01:16:34.526Z Compiling lalrpop-util v0.19.12
22262026-03-31T01:16:34.561Z Compiling peg-runtime v0.8.5
22272026-03-31T01:16:51.558Z Compiling rustls-webpki v0.103.9
22282026-03-31T01:16:51.927Z Compiling macaddr v1.0.1
22292026-03-31T01:16:51.949Z Compiling structmeta-derive v0.3.0
22302026-03-31T01:16:52.179Z Compiling crucible-workspace-hack v0.1.0
22312026-03-31T01:16:52.220Z Compiling secrecy v0.10.3
22322026-03-31T01:16:52.289Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-03-31T01:16:52.356Z Compiling itertools v0.14.0
22342026-03-31T01:16:52.405Z Compiling rustls v0.22.4
22352026-03-31T01:16:52.421Z Compiling heapless v0.8.0
22362026-03-31T01:16:52.591Z Compiling toml_edit v0.23.10+spec-1.0.0
22372026-03-31T01:16:52.681Z Compiling rustls-webpki v0.102.8
22382026-03-31T01:16:52.705Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22392026-03-31T01:16:52.722Z Compiling futures-executor v0.3.32
22402026-03-31T01:16:52.875Z Compiling hash32 v0.3.1
22412026-03-31T01:16:52.922Z Compiling multer v3.1.0
22422026-03-31T01:16:52.937Z Compiling structmeta v0.3.0
22432026-03-31T01:16:53.012Z Compiling thread_local v1.1.9
22442026-03-31T01:16:53.056Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22452026-03-31T01:16:53.136Z Compiling smoltcp v0.11.0
22462026-03-31T01:16:53.165Z Compiling match_cfg v0.1.0
22472026-03-31T01:16:53.191Z Compiling compression-core v0.4.31
22482026-03-31T01:16:53.217Z Compiling slog-async v2.8.0
22492026-03-31T01:16:53.259Z Compiling hostname v0.3.1
22502026-03-31T01:16:53.314Z Compiling derive-ex v0.1.8
22512026-03-31T01:16:53.375Z Compiling compression-codecs v0.4.37
22522026-03-31T01:16:53.466Z Compiling proc-macro-crate v3.4.0
22532026-03-31T01:16:53.537Z Compiling futures v0.3.32
22542026-03-31T01:16:53.562Z Compiling slog-json v2.6.1
22552026-03-31T01:16:53.625Z Compiling ingot-macros v0.1.1
22562026-03-31T01:16:53.640Z Compiling crossbeam-channel v0.5.15
22572026-03-31T01:16:53.737Z Compiling half v2.7.1
22582026-03-31T01:16:53.763Z Compiling newtype-uuid-macros v0.1.0
22592026-03-31T01:16:53.888Z Compiling cobs v0.3.0
22602026-03-31T01:16:53.913Z Compiling thiserror-impl-no-std v2.0.2
22612026-03-31T01:16:54.021Z Compiling universal-hash v0.5.1
22622026-03-31T01:16:54.098Z Compiling async-stream-impl v0.3.6
22632026-03-31T01:16:54.127Z Compiling serde_spanned v1.0.4
22642026-03-31T01:16:54.181Z Compiling toml_datetime v1.0.0+spec-1.1.0
22652026-03-31T01:16:54.309Z Compiling is-terminal v0.4.17
22662026-03-31T01:16:54.333Z Compiling dropshot v0.17.0
22672026-03-31T01:16:54.428Z Compiling toml_writer v1.0.6+spec-1.1.0
22682026-03-31T01:16:54.480Z Compiling convert_case v0.4.0
22692026-03-31T01:16:54.496Z Compiling opaque-debug v0.3.1
22702026-03-31T01:16:54.559Z Compiling ciborium-io v0.2.2
22712026-03-31T01:16:54.581Z Compiling term v1.2.1
22722026-03-31T01:16:54.629Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22732026-03-31T01:16:54.667Z Compiling take_mut v0.2.2
22742026-03-31T01:16:54.686Z Compiling async-stream v0.3.6
22752026-03-31T01:16:54.800Z Compiling derive_more v0.99.20
22762026-03-31T01:16:54.834Z Compiling ciborium-ll v0.2.2
22772026-03-31T01:16:54.849Z Compiling test-strategy v0.4.5
22782026-03-31T01:16:54.886Z Compiling toml v1.0.6+spec-1.1.0
22792026-03-31T01:16:54.900Z Compiling slog-term v2.9.2
22802026-03-31T01:16:54.937Z Compiling thiserror-no-std v2.0.2
22812026-03-31T01:16:55.144Z Compiling poly1305 v0.8.0
22822026-03-31T01:16:55.183Z Compiling tokio-rustls v0.26.4
22832026-03-31T01:16:55.476Z Compiling hyper-rustls v0.27.7
22842026-03-31T01:16:55.650Z Compiling rustls-platform-verifier v0.6.2
22852026-03-31T01:16:55.793Z Compiling reqwest v0.12.28
22862026-03-31T01:16:55.821Z Compiling tokio-rustls v0.25.0
22872026-03-31T01:16:55.874Z Compiling reqwest v0.13.2
22882026-03-31T01:16:56.105Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22892026-03-31T01:16:56.122Z Compiling postcard v1.1.3
22902026-03-31T01:16:56.206Z Compiling num_enum_derive v0.7.5
22912026-03-31T01:16:56.227Z Compiling ingot-types v0.1.2
22922026-03-31T01:16:56.432Z Compiling slog-bunyan v2.5.0
22932026-03-31T01:16:56.524Z Compiling async-compression v0.4.41
22942026-03-31T01:16:56.642Z Compiling ingot v0.1.1
22952026-03-31T01:16:56.711Z Compiling parse-display-derive v0.10.0
22962026-03-31T01:16:56.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22972026-03-31T01:16:56.994Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-31T01:16:57.012Z Compiling proc-macro-crate v1.3.1
22992026-03-31T01:16:57.112Z Compiling backon v1.6.0
23002026-03-31T01:16:57.154Z Compiling waitgroup v0.1.2
23012026-03-31T01:16:57.252Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23022026-03-31T01:16:57.332Z Compiling password-hash v0.5.0
23032026-03-31T01:16:57.371Z Compiling dropshot_endpoint v0.17.0
23042026-03-31T01:16:57.387Z Compiling rustls-pemfile v2.2.0
23052026-03-31T01:16:57.692Z Compiling chacha20 v0.9.1
23062026-03-31T01:16:57.709Z Compiling blake2 v0.10.6
23072026-03-31T01:16:57.867Z Compiling aead v0.5.2
23082026-03-31T01:16:58.003Z Compiling foreign-types-macros v0.2.3
23092026-03-31T01:16:58.111Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-31T01:16:58.164Z Compiling serde_path_to_error v0.1.20
23112026-03-31T01:16:58.229Z Compiling hostname v0.4.2
23122026-03-31T01:16:58.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-31T01:16:58.358Z Compiling instant v0.1.13
23142026-03-31T01:16:58.411Z Compiling debug-ignore v1.0.5
23152026-03-31T01:16:58.467Z Compiling typeid v1.0.3
23162026-03-31T01:16:58.501Z Compiling cpufeatures v0.3.0
23172026-03-31T01:16:58.518Z Compiling foreign-types-shared v0.3.1
23182026-03-31T01:16:58.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23192026-03-31T01:16:58.556Z Compiling backoff v0.4.0
23202026-03-31T01:16:58.597Z Compiling chacha20 v0.10.0
23212026-03-31T01:16:58.618Z Compiling foreign-types v0.5.0
23222026-03-31T01:16:58.621Z Compiling parse-display v0.10.0
23232026-03-31T01:16:58.649Z Compiling chacha20poly1305 v0.10.1
23242026-03-31T01:16:58.649Z Compiling argon2 v0.5.3
23252026-03-31T01:16:58.718Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23262026-03-31T01:16:58.799Z Compiling num_enum_derive v0.5.11
23272026-03-31T01:16:58.815Z Compiling num_enum v0.7.5
23282026-03-31T01:16:58.830Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23292026-03-31T01:16:58.858Z Compiling vsss-rs v3.3.4
23302026-03-31T01:16:58.911Z Compiling ciborium v0.2.2
23312026-03-31T01:16:59.086Z Compiling toml v0.8.23
23322026-03-31T01:16:59.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23332026-03-31T01:16:59.199Z Compiling tabwriter v1.4.1
23342026-03-31T01:16:59.438Z Compiling byte-wrapper v0.1.0
23352026-03-31T01:16:59.512Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23362026-03-31T01:16:59.531Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23372026-03-31T01:16:59.580Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-31T01:16:59.683Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23392026-03-31T01:16:59.724Z Compiling regress v0.10.5
23402026-03-31T01:16:59.765Z Compiling cstr-argument v0.1.2
23412026-03-31T01:16:59.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23422026-03-31T01:16:59.959Z Compiling erased-serde v0.4.9
23432026-03-31T01:17:00.020Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23442026-03-31T01:17:00.161Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23452026-03-31T01:17:00.204Z Compiling num_enum v0.5.11
23462026-03-31T01:17:00.293Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-03-31T01:17:00.311Z Compiling rand v0.10.0
23482026-03-31T01:17:00.357Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23492026-03-31T01:17:00.374Z Compiling colored v3.1.1
23502026-03-31T01:17:00.389Z Compiling indent_write v2.2.0
23512026-03-31T01:17:00.492Z Compiling libefi-sys v0.1.0
23522026-03-31T01:17:00.545Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23532026-03-31T01:17:00.602Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-31T01:17:00.697Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23552026-03-31T01:17:00.715Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23562026-03-31T01:17:00.750Z Compiling camino-tempfile v1.4.1
23572026-03-31T01:17:00.818Z Compiling usdt-macro v0.5.0
23582026-03-31T01:17:01.026Z Compiling usdt-attr-macro v0.5.0
23592026-03-31T01:17:01.101Z Compiling bitfield-struct v0.6.2
23602026-03-31T01:17:01.130Z Compiling num-derive v0.4.2
23612026-03-31T01:17:01.168Z Compiling blake3 v1.8.3
23622026-03-31T01:17:01.184Z Compiling ordered-float v2.10.1
23632026-03-31T01:17:01.187Z Compiling memmap v0.7.0
23642026-03-31T01:17:01.455Z Compiling sigpipe v0.1.3
23652026-03-31T01:17:01.492Z Compiling glob v0.3.3
23662026-03-31T01:17:01.521Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23672026-03-31T01:17:01.539Z Compiling swrite v0.1.0
23682026-03-31T01:17:01.579Z Compiling serde-value v0.7.0
23692026-03-31T01:17:01.661Z Compiling serde-untagged v0.1.9
23702026-03-31T01:17:01.751Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-03-31T01:17:01.772Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23722026-03-31T01:17:01.789Z Compiling usdt v0.5.0
23732026-03-31T01:17:02.022Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
23742026-03-31T01:17:02.040Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23752026-03-31T01:17:02.097Z Compiling smf v0.2.3
23762026-03-31T01:17:02.290Z Compiling filetime v0.2.27
23772026-03-31T01:17:02.306Z Compiling unicode-xid v0.2.6
23782026-03-31T01:17:02.428Z Compiling arrayvec v0.7.6
23792026-03-31T01:17:02.431Z Compiling same-file v1.0.6
23802026-03-31T01:17:02.465Z Compiling xattr v1.6.1
23812026-03-31T01:17:02.520Z Compiling constant_time_eq v0.4.2
23822026-03-31T01:17:02.549Z Compiling arrayref v0.3.9
23832026-03-31T01:17:02.578Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23842026-03-31T01:17:02.607Z Compiling whoami v1.6.1
23852026-03-31T01:17:02.649Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23862026-03-31T01:17:02.652Z Compiling tar v0.4.45
23872026-03-31T01:17:02.697Z Compiling walkdir v2.5.0
23882026-03-31T01:17:02.700Z Compiling cargo-util-schemas v0.8.2
23892026-03-31T01:17:02.729Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23902026-03-31T01:17:02.744Z Compiling tokio-dtrace v0.1.1
23912026-03-31T01:17:02.978Z Compiling gethostname v0.5.0
23922026-03-31T01:17:03.071Z Compiling cargo-platform v0.2.0
23932026-03-31T01:17:03.088Z Compiling topological-sort v0.2.2
23942026-03-31T01:17:03.134Z Compiling oxide-tokio-rt v0.1.3
23952026-03-31T01:17:03.269Z Compiling shell-words v1.1.1
23962026-03-31T01:17:03.305Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23972026-03-31T01:17:04.073Z Compiling cargo_metadata v0.21.0
23982026-03-31T01:17:12.489Z Compiling omicron-zone-package v0.12.2
23992026-03-31T01:17:12.508Z Compiling progenitor-client v0.13.0
24002026-03-31T01:17:12.586Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24012026-03-31T01:17:12.586Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24022026-03-31T01:17:12.589Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24032026-03-31T01:17:12.589Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24042026-03-31T01:17:12.589Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-03-31T01:17:12.672Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24062026-03-31T01:17:12.752Z Compiling progenitor-extras v0.1.1
24072026-03-31T01:17:12.939Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24082026-03-31T01:17:12.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092026-03-31T01:17:13.007Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24102026-03-31T01:17:18.084Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24112026-03-31T01:17:24.792Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24122026-03-31T01:17:28.077Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24132026-03-31T01:17:29.080Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24142026-03-31T01:17:37.482Z Finished `release` profile [optimized] target(s) in 1m 37s
24152026-03-31T01:17:37.638Z Running `target/release/omicron-package -t test target create -p dev`
24162026-03-31T01:17:37.701ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-03-31T01:17:37.704ZCreated new build target 'test' and set it as active
24182026-03-31T01:17:37.707Z
24192026-03-31T01:17:37.707Zreal 1:37.998957101
24202026-03-31T01:17:37.707Zuser 16:29.428783130
24212026-03-31T01:17:37.707Zsys 2:33.508874243
24222026-03-31T01:17:37.707Ztrap 0.463842626
24232026-03-31T01:17:37.707Ztflt 2.704638350
24242026-03-31T01:17:37.707Zdflt 3.619591546
24252026-03-31T01:17:37.707Zkflt 0.000838217
24262026-03-31T01:17:37.707Zlock 51:30.186151468
24272026-03-31T01:17:37.707Zslp 41:34.626751771
24282026-03-31T01:17:37.707Zlat 42.985135569
24292026-03-31T01:17:37.707Zstop 5:32.307998566
24302026-03-31T01:17:37.708Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24312026-03-31T01:17:38.600Z Finished `release` profile [optimized] target(s) in 0.88s
24322026-03-31T01:17:38.680Z Running `target/release/omicron-package -t test package`
24332026-03-31T01:17:38.740ZLogging to: /work/oxidecomputer/omicron/out/LOG
24342026-03-31T01:17:40.175Z Compiling regress v0.10.5
24352026-03-31T01:17:40.175Z Compiling heck v0.5.0
24362026-03-31T01:17:40.399Z Compiling unsafe-libyaml v0.2.11
24372026-03-31T01:17:40.417Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24382026-03-31T01:17:40.442Z Compiling prettyplease v0.2.37
24392026-03-31T01:17:40.464Z Compiling unicode-width v0.1.14
24402026-03-31T01:17:40.467Z Compiling is-terminal v0.4.17
24412026-03-31T01:17:40.467Z Compiling serde_spanned v1.0.4
24422026-03-31T01:17:40.486Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-03-31T01:17:40.547Z Compiling typify-impl v0.6.1
24442026-03-31T01:17:40.550Z Compiling bytecount v0.6.9
24452026-03-31T01:17:40.550Z Compiling rustls v0.22.4
24462026-03-31T01:17:40.568Z Compiling rustls-webpki v0.102.8
24472026-03-31T01:17:40.608Z Compiling derive-where v1.6.0
24482026-03-31T01:17:40.611Z Compiling thread_local v1.1.9
24492026-03-31T01:17:40.630Z Compiling match_cfg v0.1.0
24502026-03-31T01:17:40.674Z Compiling compression-core v0.4.31
24512026-03-31T01:17:40.677Z Compiling multer v3.1.0
24522026-03-31T01:17:40.739Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24532026-03-31T01:17:40.787Z Compiling hostname v0.3.1
24542026-03-31T01:17:40.791Z Compiling slog-async v2.8.0
24552026-03-31T01:17:40.791Z Compiling slog-json v2.6.1
24562026-03-31T01:17:40.791Z Compiling crossbeam-channel v0.5.15
24572026-03-31T01:17:40.853Z Compiling compression-codecs v0.4.37
24582026-03-31T01:17:40.896Z Compiling serde_yaml v0.9.34+deprecated
24592026-03-31T01:17:40.899Z Compiling futures-executor v0.3.32
24602026-03-31T01:17:40.959Z Compiling toml_datetime v1.0.0+spec-1.1.0
24612026-03-31T01:17:40.962Z Compiling take_mut v0.2.2
24622026-03-31T01:17:41.001Z Compiling term v1.2.1
24632026-03-31T01:17:41.078Z Compiling async-compression v0.4.41
24642026-03-31T01:17:41.121Z Compiling futures v0.3.32
24652026-03-31T01:17:41.142Z Compiling slog-bunyan v2.5.0
24662026-03-31T01:17:41.223Z Compiling toml v1.0.6+spec-1.1.0
24672026-03-31T01:17:41.289Z Compiling slog-term v2.9.2
24682026-03-31T01:17:41.292Z Compiling dropshot v0.17.0
24692026-03-31T01:17:41.333Z Compiling async-stream v0.3.6
24702026-03-31T01:17:41.379Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712026-03-31T01:17:41.414Z Compiling progenitor-client v0.13.0
24722026-03-31T01:17:41.512Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-03-31T01:17:41.533Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-03-31T01:17:41.553Z Compiling waitgroup v0.1.2
24752026-03-31T01:17:41.623Z Compiling backon v1.6.0
24762026-03-31T01:17:41.691Z Compiling rustls-pemfile v2.2.0
24772026-03-31T01:17:41.714Z Compiling hostname v0.4.2
24782026-03-31T01:17:41.717Z Compiling serde_path_to_error v0.1.20
24792026-03-31T01:17:41.758Z Compiling instant v0.1.13
24802026-03-31T01:17:41.781Z Compiling debug-ignore v1.0.5
24812026-03-31T01:17:41.802Z Compiling progenitor-extras v0.1.1
24822026-03-31T01:17:41.829Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-03-31T01:17:41.890Z Compiling backoff v0.4.0
24842026-03-31T01:17:41.893Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-03-31T01:17:41.933Z Compiling parse-display v0.10.0
24862026-03-31T01:17:41.936Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-31T01:17:41.936Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24882026-03-31T01:17:42.080Z Compiling macaddr v1.0.1
24892026-03-31T01:17:42.102Z Compiling console v0.15.11
24902026-03-31T01:17:42.124Z Compiling newline-converter v0.3.0
24912026-03-31T01:17:42.178Z Compiling atomicwrites v0.4.4
24922026-03-31T01:17:42.200Z Compiling num-rational v0.4.2
24932026-03-31T01:17:42.299Z Compiling num-complex v0.4.6
24942026-03-31T01:17:42.368Z Compiling slog-dtrace v0.3.0
24952026-03-31T01:17:42.390Z Compiling async-recursion v1.1.1
24962026-03-31T01:17:42.390Z Compiling cancel-safe-futures v0.1.5
24972026-03-31T01:17:42.489Z Compiling expectorate v1.2.0
24982026-03-31T01:17:42.526Z Compiling owo-colors v4.3.0
24992026-03-31T01:17:42.639Z Compiling float-ord v0.3.2
25002026-03-31T01:17:42.674Z Compiling num v0.4.3
25012026-03-31T01:17:42.801Z Compiling libsw-core v0.3.2
25022026-03-31T01:17:42.802Z Compiling resolv-conf v0.7.6
25032026-03-31T01:17:42.864Z Compiling tokio-rustls v0.25.0
25042026-03-31T01:17:42.887Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25052026-03-31T01:17:42.957Z Compiling toml v0.8.23
25062026-03-31T01:17:43.026Z Compiling libsw v3.5.0
25072026-03-31T01:17:43.048Z Compiling linear-map v1.2.0
25082026-03-31T01:17:43.146Z Compiling linked-hash-map v0.5.6
25092026-03-31T01:17:43.183Z Compiling minimal-lexical v0.2.1
25102026-03-31T01:17:43.296Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25112026-03-31T01:17:43.323Z Compiling unicode-xid v0.2.6
25122026-03-31T01:17:43.380Z Compiling lru-cache v0.1.2
25132026-03-31T01:17:43.402Z Compiling nom v7.1.3
25142026-03-31T01:17:43.425Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-03-31T01:17:43.459Z Compiling globset v0.4.18
25162026-03-31T01:17:43.481Z Compiling hickory-proto v0.24.4
25172026-03-31T01:17:43.506Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-03-31T01:17:43.532Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-03-31T01:17:43.561Z Compiling convert_case v0.10.0
25202026-03-31T01:17:43.863Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25212026-03-31T01:17:43.912Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25222026-03-31T01:17:43.935Z Compiling derive_more-impl v2.1.1
25232026-03-31T01:17:44.711Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25242026-03-31T01:17:44.735Z Compiling pin-project-internal v1.1.11
25252026-03-31T01:17:44.760Z Compiling derive_more v2.1.1
25262026-03-31T01:17:44.888Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-03-31T01:17:44.925Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25282026-03-31T01:17:45.086Z Compiling pem v3.0.6
25292026-03-31T01:17:45.150Z Compiling snafu-derive v0.8.9
25302026-03-31T01:17:45.276Z Compiling typify-macro v0.6.1
25312026-03-31T01:17:45.817Z Compiling pin-project v1.1.11
25322026-03-31T01:17:45.837Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-03-31T01:17:45.954Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25342026-03-31T01:17:46.054Z Compiling hickory-resolver v0.24.4
25352026-03-31T01:17:46.205Z Compiling termtree v0.5.1
25362026-03-31T01:17:46.241Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25372026-03-31T01:17:46.392Z Compiling crossterm v0.29.0
25382026-03-31T01:17:46.842Z Compiling typify v0.6.1
25392026-03-31T01:17:46.981Z Compiling progenitor-impl v0.13.0
25402026-03-31T01:17:46.984Z Compiling snafu v0.8.9
25412026-03-31T01:17:47.231Z Compiling qorb v0.4.1
25422026-03-31T01:17:47.591Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25432026-03-31T01:17:47.730Z Compiling phf_shared v0.12.1
25442026-03-31T01:17:47.977Z Compiling olpc-cjson v0.1.4
25452026-03-31T01:17:48.227Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25462026-03-31T01:17:48.744Z Compiling serde_plain v1.0.2
25472026-03-31T01:17:49.062Z Compiling csv-core v0.1.13
25482026-03-31T01:17:49.112Z Compiling progenitor-macro v0.13.0
25492026-03-31T01:17:49.269Z Compiling vte v0.14.1
25502026-03-31T01:17:49.345Z Compiling highway v1.3.0
25512026-03-31T01:17:49.474Z Compiling typed-path v0.9.3
25522026-03-31T01:17:49.496Z Compiling chrono-tz v0.10.4
25532026-03-31T01:17:49.526Z Compiling strip-ansi-escapes v0.2.1
25542026-03-31T01:17:49.742Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25552026-03-31T01:17:50.066Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25562026-03-31T01:17:50.107Z Compiling csv v1.4.0
25572026-03-31T01:17:50.615Z Compiling tough v0.20.0
25582026-03-31T01:17:51.111Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25592026-03-31T01:17:51.727Z Compiling phf v0.12.1
25602026-03-31T01:17:51.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612026-03-31T01:17:51.967Z Compiling const_format_proc_macros v0.2.34
25622026-03-31T01:17:52.391Z Compiling papergrid v0.11.0
25632026-03-31T01:17:52.427Z Compiling fd-lock v4.0.4
25642026-03-31T01:17:52.518Z Compiling peg-macros v0.8.5
25652026-03-31T01:17:52.576Z Compiling tabled_derive v0.7.0
25662026-03-31T01:17:52.601Z Compiling nu-ansi-term v0.50.3
25672026-03-31T01:17:53.151Z Compiling reedline v0.40.0
25682026-03-31T01:17:53.255Z Compiling progenitor v0.13.0
25692026-03-31T01:17:53.434Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25702026-03-31T01:17:53.475Z Compiling tabled v0.15.0
25712026-03-31T01:17:53.777Z Compiling peg v0.8.5
25722026-03-31T01:17:54.272Z Compiling const_format v0.2.35
25732026-03-31T01:17:54.758Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25742026-03-31T01:17:54.781Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25752026-03-31T01:17:55.146Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25762026-03-31T01:17:55.962Z Compiling bcs v0.1.6
25772026-03-31T01:17:56.078Z Compiling semver v0.1.20
25782026-03-31T01:17:56.380Z Compiling base64 v0.21.7
25792026-03-31T01:17:56.414Z Compiling rustc_version v0.1.7
25802026-03-31T01:17:56.639Z Compiling newtype_derive v0.1.6
25812026-03-31T01:17:56.859Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25822026-03-31T01:17:56.911Z Compiling unicode-linebreak v0.1.5
25832026-03-31T01:17:57.116Z Compiling humantime v2.3.0
25842026-03-31T01:17:57.225Z Compiling smawk v0.3.2
25852026-03-31T01:17:57.439Z Compiling textwrap v0.16.2
25862026-03-31T01:17:57.619Z Compiling dropshot-api-manager-types v0.7.0
25872026-03-31T01:17:57.669Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25882026-03-31T01:17:57.869Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25892026-03-31T01:17:58.133Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25902026-03-31T01:17:58.170Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25912026-03-31T01:17:58.366Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-03-31T01:17:58.580Z Compiling steno v0.4.1
25932026-03-31T01:17:58.873Z Compiling utf-8 v0.7.6
25942026-03-31T01:17:59.119Z Compiling tagptr v0.2.0
25952026-03-31T01:17:59.163Z Compiling tungstenite v0.21.0
25962026-03-31T01:17:59.315Z Compiling moka v0.12.13
25972026-03-31T01:17:59.551Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25982026-03-31T01:17:59.713Z Compiling radium v0.7.0
25992026-03-31T01:17:59.908Z Compiling tokio-tungstenite v0.21.0
26002026-03-31T01:18:00.041Z Compiling maybe-uninit v2.0.0
26012026-03-31T01:18:00.298Z Compiling tap v1.0.1
26022026-03-31T01:18:00.426Z Compiling hickory-resolver v0.25.2
26032026-03-31T01:18:00.456Z Compiling wyz v0.5.1
26042026-03-31T01:18:00.722Z Compiling zerocopy-derive v0.6.6
26052026-03-31T01:18:00.848Z Compiling crc-catalog v2.4.0
26062026-03-31T01:18:00.977Z Compiling packed_struct v0.10.1
26072026-03-31T01:18:01.259Z Compiling display-error-chain v0.2.2
26082026-03-31T01:18:01.314Z Compiling funty v2.0.0
26092026-03-31T01:18:01.379Z Compiling crc v3.4.0
26102026-03-31T01:18:01.507Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26112026-03-31T01:18:01.544Z Compiling zerocopy v0.6.6
26122026-03-31T01:18:01.597Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
26132026-03-31T01:18:01.953Z Compiling bitvec v1.0.1
26142026-03-31T01:18:02.161Z Compiling typify-impl v0.4.3
26152026-03-31T01:18:02.259Z Compiling packed_struct_codegen v0.10.1
26162026-03-31T01:18:03.250Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26172026-03-31T01:18:03.303Z Compiling bitfield-macros v0.19.4
26182026-03-31T01:18:03.379Z Compiling indexmap v1.9.3
26192026-03-31T01:18:03.605Z Compiling nodrop v0.1.14
26202026-03-31T01:18:03.755Z Compiling array-init v0.0.4
26212026-03-31T01:18:03.970Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-03-31T01:18:04.016Z Compiling bitfield v0.19.4
26232026-03-31T01:18:04.179Z Compiling smallvec v0.6.14
26242026-03-31T01:18:04.332Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26252026-03-31T01:18:04.482Z Compiling num-derive v0.3.3
26262026-03-31T01:18:05.284Z Compiling vergen-lib v0.1.6
26272026-03-31T01:18:05.337Z Compiling proc-macro-error-attr2 v2.0.0
26282026-03-31T01:18:05.516Z Compiling hashbrown v0.12.3
26292026-03-31T01:18:05.599Z Compiling typify-macro v0.4.3
26302026-03-31T01:18:05.645Z Compiling libscf-sys v1.1.0
26312026-03-31T01:18:05.762Z Compiling proc-macro-error2 v2.0.1
26322026-03-31T01:18:05.796Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-03-31T01:18:06.117Z Compiling serde-hex v0.1.0
26342026-03-31T01:18:06.379Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-03-31T01:18:06.596Z Compiling ron v0.8.1
26362026-03-31T01:18:06.621Z Compiling hashbrown v0.13.2
26372026-03-31T01:18:06.926Z Compiling vergen-gitcl v1.0.8
26382026-03-31T01:18:07.099Z Compiling dirs-sys-next v0.1.2
26392026-03-31T01:18:07.120Z Compiling maplit v1.0.2
26402026-03-31T01:18:07.156Z Compiling crunchy v0.2.4
26412026-03-31T01:18:07.177Z Compiling diesel_derives v2.3.7
26422026-03-31T01:18:07.235Z Compiling crc-any v2.5.0
26432026-03-31T01:18:07.250Z Compiling glob v0.3.3
26442026-03-31T01:18:07.275Z Compiling dirs-next v2.0.0
26452026-03-31T01:18:07.364Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26462026-03-31T01:18:07.468Z Compiling object v0.30.4
26472026-03-31T01:18:07.492Z Compiling tabled_derive v0.11.0
26482026-03-31T01:18:07.515Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26492026-03-31T01:18:07.607Z Compiling clang-sys v1.8.1
26502026-03-31T01:18:07.998Z Compiling papergrid v0.17.0
26512026-03-31T01:18:07.999Z Compiling testing_table v0.3.0
26522026-03-31T01:18:08.040Z Compiling dsl_auto_type v0.2.0
26532026-03-31T01:18:08.205Z Compiling scheduled-thread-pool v0.2.7
26542026-03-31T01:18:08.232Z Compiling diesel_table_macro_syntax v0.3.0
26552026-03-31T01:18:08.452Z Compiling path-slash v0.1.5
26562026-03-31T01:18:08.462Z Compiling tiny-keccak v2.0.2
26572026-03-31T01:18:08.518Z Compiling r2d2 v0.8.10
26582026-03-31T01:18:08.751Z Compiling term v0.7.0
26592026-03-31T01:18:08.815Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-03-31T01:18:08.835Z Compiling arc-swap v1.8.2
26612026-03-31T01:18:08.854Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-03-31T01:18:08.877Z Compiling xshell-macros v0.2.7
26632026-03-31T01:18:08.938Z Compiling bit-vec v0.6.3
26642026-03-31T01:18:09.158Z Compiling downcast-rs v2.0.2
26652026-03-31T01:18:09.188Z Compiling tabled v0.20.0
26662026-03-31T01:18:09.200Z Compiling bit-set v0.5.3
26672026-03-31T01:18:09.218Z Compiling slog-scope v4.4.1
26682026-03-31T01:18:09.272Z Compiling ascii-canvas v3.0.0
26692026-03-31T01:18:09.279Z Compiling xshell v0.2.7
26702026-03-31T01:18:09.340Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712026-03-31T01:18:09.386Z Compiling typify v0.4.3
26722026-03-31T01:18:09.523Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26732026-03-31T01:18:09.547Z Compiling itertools v0.10.5
26742026-03-31T01:18:09.573Z Compiling ena v0.14.4
26752026-03-31T01:18:09.678Z Compiling libloading v0.8.9
26762026-03-31T01:18:09.810Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26772026-03-31T01:18:09.910Z Compiling bindgen v0.71.1
26782026-03-31T01:18:09.976Z Compiling unicase v2.9.0
26792026-03-31T01:18:10.209Z Compiling regex-syntax v0.6.29
26802026-03-31T01:18:10.282Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26812026-03-31T01:18:10.310Z Compiling diff v0.1.13
26822026-03-31T01:18:10.574Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26832026-03-31T01:18:10.698Z Compiling slog-stdlog v4.1.1
26842026-03-31T01:18:11.772Z Compiling lalrpop v0.19.12
26852026-03-31T01:18:12.133Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-03-31T01:18:12.296Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-03-31T01:18:12.915Z Compiling cexpr v0.6.0
26882026-03-31T01:18:13.267Z Compiling diesel v2.3.7
26892026-03-31T01:18:13.445Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-03-31T01:18:13.564Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-03-31T01:18:13.643Z Compiling crc8 v0.1.1
26922026-03-31T01:18:13.705Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26932026-03-31T01:18:13.741Z Compiling slog-envlogger v2.2.0
26942026-03-31T01:18:13.765Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26952026-03-31T01:18:13.783Z Compiling headers-core v0.3.0
26962026-03-31T01:18:13.936Z Compiling libxml v0.3.3
26972026-03-31T01:18:14.203Z Compiling headers v0.4.1
26982026-03-31T01:18:14.225Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-03-31T01:18:14.413Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27002026-03-31T01:18:14.925Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27012026-03-31T01:18:15.144Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27022026-03-31T01:18:15.668Z Compiling strum_macros v0.24.3
27032026-03-31T01:18:15.794Z Compiling indoc v1.0.9
27042026-03-31T01:18:16.075Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27052026-03-31T01:18:16.122Z Compiling derive_builder v0.20.2
27062026-03-31T01:18:16.262Z Compiling oso-derive v0.27.3
27072026-03-31T01:18:16.301Z Compiling quick-xml v0.37.5
27082026-03-31T01:18:16.319Z Compiling impl-trait-for-tuples v0.2.3
27092026-03-31T01:18:16.487Z Compiling openssl-probe v0.1.6
27102026-03-31T01:18:16.755Z Compiling half v1.8.3
27112026-03-31T01:18:16.814Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-03-31T01:18:16.930Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27132026-03-31T01:18:16.954Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-03-31T01:18:17.208Z Compiling serde_cbor v0.11.2
27152026-03-31T01:18:17.525Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-03-31T01:18:17.594Z Compiling bb8 v0.8.6
27172026-03-31T01:18:17.753Z Compiling trait-variant v0.1.2
27182026-03-31T01:18:17.847Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27192026-03-31T01:18:18.004Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27202026-03-31T01:18:18.220Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27212026-03-31T01:18:18.275Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-31T01:18:18.316Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=f3406edbe24d6c96e07a4a1459598671f04b8b59#f3406edb)
27232026-03-31T01:18:18.321Z Compiling fxhash v0.2.1
27242026-03-31T01:18:18.386Z Compiling samael v0.0.19
27252026-03-31T01:18:18.506Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27262026-03-31T01:18:18.560Z Compiling kstat-rs v0.2.4
27272026-03-31T01:18:18.770Z Compiling libz-sys v1.1.24
27282026-03-31T01:18:18.872Z Compiling salty v0.3.0
27292026-03-31T01:18:19.028Z Compiling nonempty v0.12.0
27302026-03-31T01:18:19.294Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27312026-03-31T01:18:19.294Z Compiling polar-core v0.27.3
27322026-03-31T01:18:19.294Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27332026-03-31T01:18:19.331Z Compiling progenitor-impl v0.11.2
27342026-03-31T01:18:19.675Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27352026-03-31T01:18:19.715Z Compiling darling_core v0.23.0
27362026-03-31T01:18:19.891Z Compiling nanorand v0.7.0
27372026-03-31T01:18:20.072Z Compiling fs-err v2.11.0
27382026-03-31T01:18:20.249Z Compiling parking_lot_core v0.8.6
27392026-03-31T01:18:20.586Z Compiling mime_guess v2.0.5
27402026-03-31T01:18:20.716Z Compiling flume v0.11.1
27412026-03-31T01:18:21.104Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27422026-03-31T01:18:21.129Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27432026-03-31T01:18:21.477Z Compiling progenitor-macro v0.11.2
27442026-03-31T01:18:21.804Z Compiling darling_macro v0.23.0
27452026-03-31T01:18:22.596Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-31T01:18:23.162Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27472026-03-31T01:18:28.229Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-03-31T01:18:28.295Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-03-31T01:18:28.322Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-03-31T01:18:28.322Z Compiling progenitor-client v0.11.2
27512026-03-31T01:18:28.322Z Compiling git-stub v1.0.0
27522026-03-31T01:18:28.323Z Compiling libgit2-sys v0.18.3+1.9.2
27532026-03-31T01:18:28.323Z Compiling instability v0.3.11
27542026-03-31T01:18:28.323Z Compiling git-stub-vcs v0.1.0
27552026-03-31T01:18:28.324Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-03-31T01:18:28.611Z Compiling oso v0.27.3
27572026-03-31T01:18:28.852Z Compiling progenitor v0.11.2
27582026-03-31T01:18:29.039Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-03-31T01:18:31.397Z Compiling async-bb8-diesel v0.2.1
27602026-03-31T01:18:31.914Z Compiling diesel-dtrace v0.5.0
27612026-03-31T01:18:32.174Z Compiling darling v0.23.0
27622026-03-31T01:18:32.226Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-03-31T01:18:32.739Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27642026-03-31T01:18:32.794Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27652026-03-31T01:18:32.823Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27662026-03-31T01:18:33.684Z Compiling ignore v0.4.25
27672026-03-31T01:18:35.104Z Compiling primeorder v0.13.6
27682026-03-31T01:18:35.426Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-03-31T01:18:35.555Z Compiling castaway v0.2.4
27702026-03-31T01:18:35.720Z Compiling atty v0.2.14
27712026-03-31T01:18:35.769Z Compiling nibble_vec v0.1.0
27722026-03-31T01:18:35.853Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-03-31T01:18:35.875Z Compiling parse-size v1.1.0
27742026-03-31T01:18:35.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27752026-03-31T01:18:36.090Z Compiling endian-type v0.1.2
27762026-03-31T01:18:36.111Z Compiling indoc v2.0.7
27772026-03-31T01:18:36.200Z Compiling http-range v0.1.5
27782026-03-31T01:18:36.270Z Compiling radix_trie v0.2.1
27792026-03-31T01:18:36.531Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-31T01:18:36.826Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27812026-03-31T01:18:36.848Z Compiling compact_str v0.8.1
27822026-03-31T01:18:36.980Z Compiling p384 v0.13.1
27832026-03-31T01:18:37.980Z Compiling globwalk v0.9.1
27842026-03-31T01:18:38.649Z Compiling parking_lot v0.11.2
27852026-03-31T01:18:38.749Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-31T01:18:39.112Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27872026-03-31T01:18:39.220Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
27882026-03-31T01:18:39.241Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892026-03-31T01:18:39.441Z Compiling predicates-tree v1.0.13
27902026-03-31T01:18:39.571Z Compiling unicode-truncate v1.1.0
27912026-03-31T01:18:39.592Z Compiling lru v0.12.5
27922026-03-31T01:18:39.781Z Compiling prefix-trie v0.7.0
27932026-03-31T01:18:39.818Z Compiling vergen-git2 v9.1.0
27942026-03-31T01:18:39.893Z Compiling cassowary v0.3.0
27952026-03-31T01:18:39.988Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-03-31T01:18:40.089Z Compiling camino-tempfile-ext v0.3.3
27972026-03-31T01:18:40.278Z Compiling ratatui v0.29.0
27982026-03-31T01:18:40.628Z Compiling hickory-server v0.25.2
27992026-03-31T01:18:40.762Z Compiling hyper-staticfile v0.10.1
28002026-03-31T01:18:41.128Z Compiling sled v0.34.7
28012026-03-31T01:18:42.170Z Compiling hickory-client v0.25.2
28022026-03-31T01:18:42.292Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28032026-03-31T01:18:42.427Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28042026-03-31T01:18:42.687Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-03-31T01:18:42.961Z Compiling progenitor-impl v0.10.0
28062026-03-31T01:18:43.046Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28072026-03-31T01:18:43.466Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28082026-03-31T01:18:43.974Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-03-31T01:18:44.283Z Compiling toml v0.9.12+spec-1.1.0
28102026-03-31T01:18:45.066Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28112026-03-31T01:18:45.518Z Compiling rand_seeder v0.4.0
28122026-03-31T01:18:45.613Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28132026-03-31T01:18:45.673Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-03-31T01:18:45.696Z Compiling lzma-sys v0.1.20
28152026-03-31T01:18:45.785Z Compiling rustls v0.21.12
28162026-03-31T01:18:45.850Z Compiling corncobs v0.1.4
28172026-03-31T01:18:45.872Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28182026-03-31T01:18:46.044Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28192026-03-31T01:18:46.159Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28202026-03-31T01:18:46.163Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28212026-03-31T01:18:46.183Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28222026-03-31T01:18:46.227Z Compiling progenitor-macro v0.10.0
28232026-03-31T01:18:46.300Z Compiling cargo_toml v0.22.3
28242026-03-31T01:18:46.372Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28252026-03-31T01:18:46.749Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-03-31T01:18:46.921Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28272026-03-31T01:18:47.134Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-03-31T01:18:48.546Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28292026-03-31T01:18:50.182Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-03-31T01:18:50.261Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-03-31T01:18:51.261Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28322026-03-31T01:18:51.335Z Compiling git2 v0.20.4
28332026-03-31T01:18:51.485Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28342026-03-31T01:18:51.615Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28352026-03-31T01:18:51.710Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-31T01:18:51.847Z Compiling progenitor-client v0.10.0
28372026-03-31T01:18:51.850Z Compiling sct v0.7.1
28382026-03-31T01:18:52.155Z Compiling rustls-webpki v0.101.7
28392026-03-31T01:18:52.238Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28402026-03-31T01:18:52.386Z Compiling secrecy v0.8.0
28412026-03-31T01:18:52.586Z Compiling void v1.0.2
28422026-03-31T01:18:52.737Z Compiling lzss v0.8.2
28432026-03-31T01:18:53.069Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28442026-03-31T01:18:53.388Z Compiling progenitor v0.10.0
28452026-03-31T01:18:53.792Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28462026-03-31T01:18:53.817Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28472026-03-31T01:18:53.844Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28482026-03-31T01:18:54.100Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28492026-03-31T01:18:54.369Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
28502026-03-31T01:18:54.611Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28512026-03-31T01:18:55.023Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28522026-03-31T01:18:55.100Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28532026-03-31T01:18:55.145Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28542026-03-31T01:18:55.399Z Compiling tungstenite v0.23.0
28552026-03-31T01:18:55.881Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28562026-03-31T01:18:56.115Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28572026-03-31T01:18:56.143Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28582026-03-31T01:18:56.199Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28592026-03-31T01:18:56.343Z Compiling nix v0.27.1
28602026-03-31T01:18:56.377Z Compiling serde_bytes v0.11.19
28612026-03-31T01:18:56.562Z Compiling tokio-tungstenite v0.23.1
28622026-03-31T01:18:56.680Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28632026-03-31T01:18:57.000Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28642026-03-31T01:18:57.564Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-03-31T01:18:58.730Z Compiling ron v0.12.0
28662026-03-31T01:18:59.182Z Compiling xz2 v0.1.7
28672026-03-31T01:18:59.536Z Compiling tokio-rustls v0.24.1
28682026-03-31T01:18:59.833Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28692026-03-31T01:19:00.435Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28702026-03-31T01:19:02.722Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-03-31T01:19:02.760Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28722026-03-31T01:19:03.200Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28732026-03-31T01:19:03.452Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
28742026-03-31T01:19:03.722Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-03-31T01:19:04.031Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28762026-03-31T01:19:04.522Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28772026-03-31T01:19:05.330Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28782026-03-31T01:19:05.444Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-03-31T01:19:05.972Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802026-03-31T01:19:06.313Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28812026-03-31T01:19:07.161Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-03-31T01:19:08.194Z Compiling rustls-pemfile v1.0.4
28832026-03-31T01:19:08.662Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28842026-03-31T01:19:09.176Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
28852026-03-31T01:19:09.517Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28862026-03-31T01:19:09.988Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872026-03-31T01:19:10.212Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28882026-03-31T01:19:10.662Z Compiling signal-hook-tokio v0.3.1
28892026-03-31T01:19:10.855Z Compiling twox-hash v2.1.2
28902026-03-31T01:19:10.949Z Compiling yasna v0.5.2
28912026-03-31T01:19:10.974Z Compiling is_ci v1.2.0
28922026-03-31T01:19:11.068Z Compiling base16ct v1.0.0
28932026-03-31T01:19:11.204Z Compiling supports-color v3.0.2
28942026-03-31T01:19:11.484Z Compiling rcgen v0.12.1
28952026-03-31T01:19:11.743Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28962026-03-31T01:19:12.267Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28972026-03-31T01:19:12.453Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28982026-03-31T01:19:13.093Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28992026-03-31T01:19:13.251Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
29002026-03-31T01:19:14.255Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29012026-03-31T01:19:14.740Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29022026-03-31T01:19:15.051Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29032026-03-31T01:19:15.850Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29042026-03-31T01:19:16.008Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29052026-03-31T01:19:17.407Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29062026-03-31T01:19:17.674Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29072026-03-31T01:19:17.940Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29082026-03-31T01:19:18.162Z Compiling fatfs v0.3.6
29092026-03-31T01:19:18.188Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29102026-03-31T01:19:19.373Z Compiling subprocess v0.2.15
29112026-03-31T01:19:19.700Z Compiling rtoolbox v0.0.3
29122026-03-31T01:19:19.980Z Compiling seq-macro v0.3.6
29132026-03-31T01:19:20.495Z Compiling assert_matches v1.5.0
29142026-03-31T01:19:20.609Z Compiling rpassword v7.4.0
29152026-03-31T01:19:20.891Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29162026-03-31T01:19:21.584Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29172026-03-31T01:19:21.608Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29182026-03-31T01:19:21.810Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29192026-03-31T01:19:22.458Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29202026-03-31T01:19:22.598Z Compiling tui-tree-widget v0.23.1
29212026-03-31T01:19:22.637Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29222026-03-31T01:19:22.879Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29232026-03-31T01:19:23.409Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29242026-03-31T01:19:24.221Z Compiling uzers v0.12.2
29252026-03-31T01:19:25.701Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29262026-03-31T01:19:25.933Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29272026-03-31T01:19:27.011Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29282026-03-31T01:19:29.553Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29292026-03-31T01:19:30.425Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29302026-03-31T01:19:32.606Z Compiling support-bundle-viewer v0.1.2
29312026-03-31T01:19:32.725Z Compiling multimap v0.10.1
29322026-03-31T01:19:37.626Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29332026-03-31T01:19:50.538Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29342026-03-31T01:19:53.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29352026-03-31T01:25:51.101Z Finished `release` profile [optimized] target(s) in 8m 12s
29362026-03-31T01:26:34.029Z
29372026-03-31T01:26:34.029Zreal 8:56.273822896
29382026-03-31T01:26:34.029Zuser 1:17:20.238871394
29392026-03-31T01:26:34.029Zsys 3:23.825912988
29402026-03-31T01:26:34.033Ztrap 1.721329863
29412026-03-31T01:26:34.033Ztflt 2.219201208
29422026-03-31T01:26:34.033Zdflt 15.427540595
29432026-03-31T01:26:34.033Zkflt 0.001122875
29442026-03-31T01:26:34.033Zlock 6:49:50.812806600
29452026-03-31T01:26:34.033Zslp 2:14:40.732168938
29462026-03-31T01:26:34.033Zlat 2:27.324450188
29472026-03-31T01:26:34.033Zstop 5:17.672100720
29482026-03-31T01:26:34.033Z+ mapfile -t packages
29492026-03-31T01:26:34.033Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29502026-03-31T01:26:34.995Z Finished `release` profile [optimized] target(s) in 0.95s
29512026-03-31T01:26:35.077Z Running `target/release/omicron-package -t test list-outputs`
29522026-03-31T01:26:35.131ZLogging to: /work/oxidecomputer/omicron/out/LOG
29532026-03-31T01:26:35.135Z+ ptime -m cargo build --locked --release -p xtask
29542026-03-31T01:26:35.677Z Compiling libc v0.2.180
29552026-03-31T01:26:35.677Z Compiling serde v1.0.228
29562026-03-31T01:26:35.678Z Compiling serde_core v1.0.228
29572026-03-31T01:26:35.681Z Compiling rustix v1.1.3
29582026-03-31T01:26:35.772Z Compiling bitflags v2.11.0
29592026-03-31T01:26:35.778Z Compiling serde_json v1.0.149
29602026-03-31T01:26:35.823Z Compiling num-traits v0.2.19
29612026-03-31T01:26:35.827Z Compiling syn v2.0.117
29622026-03-31T01:26:35.850Z Compiling hashbrown v0.16.1
29632026-03-31T01:26:35.854Z Compiling smallvec v1.15.1
29642026-03-31T01:26:35.870Z Compiling usdt-impl v0.5.0
29652026-03-31T01:26:35.881Z Compiling syn v1.0.109
29662026-03-31T01:26:35.891Z Compiling log v0.4.29
29672026-03-31T01:26:35.895Z Compiling getrandom v0.4.1
29682026-03-31T01:26:36.077Z Compiling percent-encoding v2.3.2
29692026-03-31T01:26:36.167Z Compiling fs-err v3.3.0
29702026-03-31T01:26:36.167Z Compiling once_cell v1.21.3
29712026-03-31T01:26:36.244Z Compiling form_urlencoded v1.2.2
29722026-03-31T01:26:36.311Z Compiling heck v0.4.1
29732026-03-31T01:26:36.315Z Compiling anyhow v1.0.102
29742026-03-31T01:26:36.439Z Compiling indexmap v2.13.0
29752026-03-31T01:26:36.607Z Compiling errno v0.3.14
29762026-03-31T01:26:36.607Z Compiling thread-id v4.2.2
29772026-03-31T01:26:36.611Z Compiling memmap v0.7.0
29782026-03-31T01:26:36.879Z Compiling ordered-float v2.10.1
29792026-03-31T01:26:37.446Z Compiling proc-macro-error v1.0.4
29802026-03-31T01:26:37.631Z Compiling terminal_size v0.4.3
29812026-03-31T01:26:37.632Z Compiling tempfile v3.25.0
29822026-03-31T01:26:37.691Z Compiling tabled_derive v0.7.0
29832026-03-31T01:26:37.725Z Compiling clap_builder v4.5.60
29842026-03-31T01:26:37.725Z Compiling textwrap v0.16.2
29852026-03-31T01:26:37.857Z Compiling camino-tempfile v1.4.1
29862026-03-31T01:26:38.350Z Compiling tabled v0.15.0
29872026-03-31T01:26:38.365Z Compiling synstructure v0.13.2
29882026-03-31T01:26:38.366Z Compiling pest_generator v2.8.6
29892026-03-31T01:26:38.753Z Compiling serde_derive v1.0.228
29902026-03-31T01:26:38.753Z Compiling zerovec-derive v0.11.2
29912026-03-31T01:26:38.753Z Compiling displaydoc v0.2.5
29922026-03-31T01:26:38.756Z Compiling thiserror-impl v1.0.69
29932026-03-31T01:26:38.756Z Compiling zerocopy-derive v0.7.35
29942026-03-31T01:26:38.756Z Compiling scroll_derive v0.12.1
29952026-03-31T01:26:38.756Z Compiling thiserror-impl v2.0.18
29962026-03-31T01:26:38.756Z Compiling clap_derive v4.5.55
29972026-03-31T01:26:38.808Z Compiling zerofrom-derive v0.1.6
29982026-03-31T01:26:38.829Z Compiling yoke-derive v0.8.1
29992026-03-31T01:26:38.913Z Compiling pest_derive v2.8.6
30002026-03-31T01:26:39.416Z Compiling scroll v0.12.0
30012026-03-31T01:26:39.575Z Compiling zerocopy v0.7.35
30022026-03-31T01:26:39.746Z Compiling goblin v0.8.2
30032026-03-31T01:26:39.931Z Compiling thiserror v1.0.69
30042026-03-31T01:26:39.977Z Compiling zerofrom v0.1.6
30052026-03-31T01:26:39.988Z Compiling thiserror v2.0.18
30062026-03-31T01:26:40.046Z Compiling dtrace-parser v0.2.0
30072026-03-31T01:26:40.125Z Compiling yoke v0.8.1
30082026-03-31T01:26:40.349Z Compiling zerovec v0.11.5
30092026-03-31T01:26:40.353Z Compiling zerotrie v0.2.3
30102026-03-31T01:26:40.421Z Compiling clap v4.5.60
30112026-03-31T01:26:40.953Z Compiling tinystr v0.8.2
30122026-03-31T01:26:41.192Z Compiling icu_locale_core v2.1.1
30132026-03-31T01:26:41.789Z Compiling potential_utf v0.1.4
30142026-03-31T01:26:42.002Z Compiling icu_collections v2.1.1
30152026-03-31T01:26:42.101Z Compiling icu_provider v2.1.1
30162026-03-31T01:26:42.210Z Compiling toml_datetime v0.6.11
30172026-03-31T01:26:42.232Z Compiling serde_spanned v0.6.9
30182026-03-31T01:26:42.293Z Compiling dof v0.3.0
30192026-03-31T01:26:42.323Z Compiling serde-value v0.7.0
30202026-03-31T01:26:42.417Z Compiling icu_normalizer v2.1.1
30212026-03-31T01:26:42.420Z Compiling icu_properties v2.1.2
30222026-03-31T01:26:42.525Z Compiling toml_edit v0.22.27
30232026-03-31T01:26:42.618Z Compiling cargo-platform v0.2.0
30242026-03-31T01:26:42.700Z Compiling serde_tokenstream v0.2.3
30252026-03-31T01:26:42.826Z Compiling macaddr v1.0.1
30262026-03-31T01:26:43.307Z Compiling idna_adapter v1.2.1
30272026-03-31T01:26:43.443Z Compiling idna v1.1.0
30282026-03-31T01:26:43.454Z Compiling usdt-macro v0.5.0
30292026-03-31T01:26:43.467Z Compiling usdt-attr-macro v0.5.0
30302026-03-31T01:26:43.767Z Compiling url v2.5.8
30312026-03-31T01:26:44.088Z Compiling toml v0.8.23
30322026-03-31T01:26:44.116Z Compiling usdt v0.5.0
30332026-03-31T01:26:44.535Z Compiling cargo-util-schemas v0.8.2
30342026-03-31T01:26:44.535Z Compiling cargo_toml v0.21.0
30352026-03-31T01:26:45.545Z Compiling cargo_metadata v0.21.0
30362026-03-31T01:26:48.622Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30372026-03-31T01:26:51.603Z Finished `release` profile [optimized] target(s) in 16.45s
30382026-03-31T01:26:51.772Z
30392026-03-31T01:26:51.772Zreal 16.601011538
30402026-03-31T01:26:51.772Zuser 2:22.006725011
30412026-03-31T01:26:51.772Zsys 16.707094542
30422026-03-31T01:26:51.772Ztrap 0.097207077
30432026-03-31T01:26:51.772Ztflt 0.502463294
30442026-03-31T01:26:51.772Zdflt 1.378438610
30452026-03-31T01:26:51.772Zkflt 0.000045484
30462026-03-31T01:26:51.775Zlock 5:19.716438092
30472026-03-31T01:26:51.775Zslp 3:27.757026999
30482026-03-31T01:26:51.775Zlat 5.806316491
30492026-03-31T01:26:51.776Zstop 19.239332679
30502026-03-31T01:26:51.776Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30512026-03-31T01:26:51.776Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30522026-03-31T01:26:51.776Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30532026-03-31T01:26:51.776Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30542026-03-31T01:26:51.776Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30552026-03-31T01:26:52.722Z Compiling regress v0.10.5
30562026-03-31T01:26:52.725Z Compiling serde_spanned v1.0.4
30572026-03-31T01:26:52.725Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30582026-03-31T01:26:52.725Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-03-31T01:26:52.914Z Compiling progenitor-client v0.13.0
30602026-03-31T01:26:52.914Z Compiling newtype-uuid-macros v0.1.0
30612026-03-31T01:26:52.917Z Compiling structmeta-derive v0.3.0
30622026-03-31T01:26:52.917Z Compiling rustls v0.22.4
30632026-03-31T01:26:52.929Z Compiling rustls-webpki v0.102.8
30642026-03-31T01:26:52.933Z Compiling multer v3.1.0
30652026-03-31T01:26:52.963Z Compiling match_cfg v0.1.0
30662026-03-31T01:26:52.966Z Compiling debug-ignore v1.0.5
30672026-03-31T01:26:52.966Z Compiling compression-core v0.4.31
30682026-03-31T01:26:52.966Z Compiling slog-json v2.6.1
30692026-03-31T01:26:52.966Z Compiling async-stream-impl v0.3.6
30702026-03-31T01:26:52.966Z Compiling toml_datetime v1.0.0+spec-1.1.0
30712026-03-31T01:26:53.073Z Compiling dropshot v0.17.0
30722026-03-31T01:26:53.166Z Compiling itertools v0.14.0
30732026-03-31T01:26:53.209Z Compiling hostname v0.3.1
30742026-03-31T01:26:53.228Z Compiling compression-codecs v0.4.37
30752026-03-31T01:26:53.263Z Compiling toml v1.0.6+spec-1.1.0
30762026-03-31T01:26:53.266Z Compiling waitgroup v0.1.2
30772026-03-31T01:26:53.310Z Compiling rustls-pemfile v2.2.0
30782026-03-31T01:26:53.313Z Compiling slog-bunyan v2.5.0
30792026-03-31T01:26:53.399Z Compiling dropshot_endpoint v0.17.0
30802026-03-31T01:26:53.419Z Compiling async-compression v0.4.41
30812026-03-31T01:26:53.440Z Compiling serde_path_to_error v0.1.20
30822026-03-31T01:26:53.443Z Compiling hostname v0.4.2
30832026-03-31T01:26:53.476Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30842026-03-31T01:26:53.508Z Compiling macaddr v1.0.1
30852026-03-31T01:26:53.545Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30862026-03-31T01:26:53.616Z Compiling instant v0.1.13
30872026-03-31T01:26:53.662Z Compiling async-stream v0.3.6
30882026-03-31T01:26:53.699Z Compiling backon v1.6.0
30892026-03-31T01:26:53.716Z Compiling backoff v0.4.0
30902026-03-31T01:26:53.735Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30912026-03-31T01:26:53.750Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30922026-03-31T01:26:53.768Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30932026-03-31T01:26:53.771Z Compiling crucible-workspace-hack v0.1.0
30942026-03-31T01:26:53.815Z Compiling toml v0.8.23
30952026-03-31T01:26:53.851Z Compiling universal-hash v0.5.1
30962026-03-31T01:26:53.926Z Compiling progenitor-extras v0.1.1
30972026-03-31T01:26:53.950Z Compiling unsafe-libyaml v0.2.11
30982026-03-31T01:26:53.969Z Compiling opaque-debug v0.3.1
30992026-03-31T01:26:53.988Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31002026-03-31T01:26:54.021Z Compiling half v2.7.1
31012026-03-31T01:26:54.061Z Compiling ciborium-io v0.2.2
31022026-03-31T01:26:54.132Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31032026-03-31T01:26:54.163Z Compiling convert_case v0.4.0
31042026-03-31T01:26:54.181Z Compiling aead v0.5.2
31052026-03-31T01:26:54.198Z Compiling secrecy v0.10.3
31062026-03-31T01:26:54.216Z Compiling poly1305 v0.8.0
31072026-03-31T01:26:54.268Z Compiling structmeta v0.3.0
31082026-03-31T01:26:54.338Z Compiling ciborium-ll v0.2.2
31092026-03-31T01:26:54.355Z Compiling chacha20 v0.9.1
31102026-03-31T01:26:54.379Z Compiling typify-impl v0.6.1
31112026-03-31T01:26:54.406Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31122026-03-31T01:26:54.409Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31132026-03-31T01:26:54.444Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
31142026-03-31T01:26:54.463Z Compiling thiserror-impl-no-std v2.0.2
31152026-03-31T01:26:54.513Z Compiling derive-ex v0.1.8
31162026-03-31T01:26:54.562Z Compiling parse-display-derive v0.10.0
31172026-03-31T01:26:54.581Z Compiling serde_yaml v0.9.34+deprecated
31182026-03-31T01:26:54.598Z Compiling derive_more v0.99.20
31192026-03-31T01:26:54.640Z Compiling ciborium v0.2.2
31202026-03-31T01:26:54.676Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31212026-03-31T01:26:54.725Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
31222026-03-31T01:26:54.792Z Compiling byte-wrapper v0.1.0
31232026-03-31T01:26:54.817Z Compiling password-hash v0.5.0
31242026-03-31T01:26:54.905Z Compiling blake2 v0.10.6
31252026-03-31T01:26:54.996Z Compiling chacha20poly1305 v0.10.1
31262026-03-31T01:26:55.165Z Compiling tokio-rustls v0.25.0
31272026-03-31T01:26:55.183Z Compiling argon2 v0.5.3
31282026-03-31T01:26:55.208Z Compiling indent_write v2.2.0
31292026-03-31T01:26:55.235Z Compiling toml_edit v0.23.10+spec-1.0.0
31302026-03-31T01:26:55.251Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-03-31T01:26:55.420Z Compiling heapless v0.8.0
31322026-03-31T01:26:55.488Z Compiling ingot-macros v0.1.1
31332026-03-31T01:26:55.528Z Compiling tabwriter v1.4.1
31342026-03-31T01:26:55.687Z Compiling thiserror-no-std v2.0.2
31352026-03-31T01:26:55.746Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31362026-03-31T01:26:55.784Z Compiling vsss-rs v3.3.4
31372026-03-31T01:26:55.802Z Compiling proc-macro-crate v3.4.0
31382026-03-31T01:26:56.054Z Compiling hash32 v0.3.1
31392026-03-31T01:26:56.075Z Compiling smoltcp v0.11.0
31402026-03-31T01:26:56.236Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-03-31T01:26:56.239Z Compiling test-strategy v0.4.5
31422026-03-31T01:26:56.319Z Compiling parse-display v0.10.0
31432026-03-31T01:26:56.345Z Compiling cobs v0.3.0
31442026-03-31T01:26:56.378Z Compiling num_enum_derive v0.7.5
31452026-03-31T01:26:56.405Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
31462026-03-31T01:26:56.491Z Compiling foreign-types-macros v0.2.3
31472026-03-31T01:26:56.506Z Compiling colored v3.1.1
31482026-03-31T01:26:56.530Z Compiling cpufeatures v0.3.0
31492026-03-31T01:26:56.572Z Compiling foreign-types-shared v0.3.1
31502026-03-31T01:26:56.628Z Compiling chacha20 v0.10.0
31512026-03-31T01:26:56.735Z Compiling postcard v1.1.3
31522026-03-31T01:26:56.787Z Compiling proc-macro-crate v1.3.1
31532026-03-31T01:26:56.889Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-03-31T01:26:56.906Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31552026-03-31T01:26:56.978Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31562026-03-31T01:26:56.995Z Compiling cstr-argument v0.1.2
31572026-03-31T01:26:57.154Z Compiling foreign-types v0.5.0
31582026-03-31T01:26:57.172Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31592026-03-31T01:26:57.195Z Compiling rand v0.10.0
31602026-03-31T01:26:57.243Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31612026-03-31T01:26:57.261Z Compiling num-rational v0.4.2
31622026-03-31T01:26:57.264Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31632026-03-31T01:26:57.310Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31642026-03-31T01:26:57.313Z Compiling num_enum_derive v0.5.11
31652026-03-31T01:26:57.345Z Compiling num-complex v0.4.6
31662026-03-31T01:26:57.414Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31672026-03-31T01:26:57.417Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31682026-03-31T01:26:57.446Z Compiling prettyplease v0.2.37
31692026-03-31T01:26:57.509Z Compiling num_enum v0.7.5
31702026-03-31T01:26:57.526Z Compiling camino-tempfile v1.4.1
31712026-03-31T01:26:57.561Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31722026-03-31T01:26:57.667Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31732026-03-31T01:26:57.708Z Compiling num v0.4.3
31742026-03-31T01:26:57.771Z Compiling float-ord v0.3.2
31752026-03-31T01:26:57.809Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-03-31T01:26:57.830Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31772026-03-31T01:26:57.918Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
31782026-03-31T01:26:57.921Z Compiling smf v0.2.3
31792026-03-31T01:26:57.951Z Compiling num-derive v0.4.2
31802026-03-31T01:26:57.966Z Compiling sigpipe v0.1.3
31812026-03-31T01:26:57.988Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-03-31T01:26:58.080Z Compiling glob v0.3.3
31832026-03-31T01:26:58.142Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
31842026-03-31T01:26:58.145Z Compiling whoami v1.6.1
31852026-03-31T01:26:58.221Z Compiling gethostname v0.5.0
31862026-03-31T01:26:58.372Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-03-31T01:26:58.418Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-03-31T01:26:58.445Z Compiling usdt-macro v0.5.0
31892026-03-31T01:26:58.463Z Compiling ingot-types v0.1.2
31902026-03-31T01:26:58.466Z Compiling num_enum v0.5.11
31912026-03-31T01:26:58.466Z Compiling usdt-attr-macro v0.5.0
31922026-03-31T01:26:58.514Z Compiling derive-where v1.6.0
31932026-03-31T01:26:58.518Z Compiling memmap v0.7.0
31942026-03-31T01:26:58.518Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31952026-03-31T01:26:58.567Z Compiling atomicwrites v0.4.4
31962026-03-31T01:26:58.644Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31972026-03-31T01:26:58.693Z Compiling owo-colors v4.3.0
31982026-03-31T01:26:58.771Z Compiling cancel-safe-futures v0.1.5
31992026-03-31T01:26:58.790Z Compiling libsw-core v0.3.2
32002026-03-31T01:26:58.919Z Compiling ingot v0.1.1
32012026-03-31T01:26:58.956Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
32022026-03-31T01:26:58.975Z Compiling typify-macro v0.6.1
32032026-03-31T01:26:58.995Z Compiling async-recursion v1.1.1
32042026-03-31T01:26:59.028Z Compiling resolv-conf v0.7.6
32052026-03-31T01:26:59.076Z Compiling libsw v3.5.0
32062026-03-31T01:26:59.254Z Compiling linear-map v1.2.0
32072026-03-31T01:26:59.275Z Compiling libefi-sys v0.1.0
32082026-03-31T01:26:59.300Z Compiling typify-impl v0.4.3
32092026-03-31T01:26:59.346Z Compiling usdt v0.5.0
32102026-03-31T01:26:59.369Z Compiling newline-converter v0.3.0
32112026-03-31T01:26:59.418Z Compiling hickory-proto v0.24.4
32122026-03-31T01:26:59.421Z Compiling console v0.15.11
32132026-03-31T01:26:59.462Z Compiling bitfield-struct v0.6.2
32142026-03-31T01:26:59.478Z Compiling semver v0.1.20
32152026-03-31T01:26:59.513Z Compiling linked-hash-map v0.5.6
32162026-03-31T01:26:59.646Z Compiling pin-project-internal v1.1.11
32172026-03-31T01:26:59.715Z Compiling lru-cache v0.1.2
32182026-03-31T01:26:59.732Z Compiling rustc_version v0.1.7
32192026-03-31T01:26:59.753Z Compiling slog-dtrace v0.3.0
32202026-03-31T01:26:59.795Z Compiling expectorate v1.2.0
32212026-03-31T01:26:59.872Z Compiling minimal-lexical v0.2.1
32222026-03-31T01:26:59.889Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-03-31T01:26:59.906Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-03-31T01:26:59.991Z Compiling newtype_derive v0.1.6
32252026-03-31T01:26:59.994Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32262026-03-31T01:26:59.994Z Compiling tokio-dtrace v0.1.1
32272026-03-31T01:27:00.040Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32282026-03-31T01:27:00.058Z Compiling phf_shared v0.12.1
32292026-03-31T01:27:00.148Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-03-31T01:27:00.164Z Compiling nom v7.1.3
32312026-03-31T01:27:00.216Z Compiling dropshot-api-manager-types v0.7.0
32322026-03-31T01:27:00.259Z Compiling pem v3.0.6
32332026-03-31T01:27:00.277Z Compiling snafu-derive v0.8.9
32342026-03-31T01:27:00.308Z Compiling csv-core v0.1.13
32352026-03-31T01:27:00.463Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-03-31T01:27:00.562Z Compiling chrono-tz v0.10.4
32372026-03-31T01:27:00.593Z Compiling xshell-macros v0.2.7
32382026-03-31T01:27:00.628Z Compiling same-file v1.0.6
32392026-03-31T01:27:00.647Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32402026-03-31T01:27:00.779Z Compiling base64 v0.21.7
32412026-03-31T01:27:00.813Z Compiling typify v0.6.1
32422026-03-31T01:27:00.832Z Compiling highway v1.3.0
32432026-03-31T01:27:00.850Z Compiling pin-project v1.1.11
32442026-03-31T01:27:00.873Z Compiling const_format_proc_macros v0.2.34
32452026-03-31T01:27:00.917Z Compiling walkdir v2.5.0
32462026-03-31T01:27:00.950Z Compiling progenitor-impl v0.13.0
32472026-03-31T01:27:00.969Z Compiling csv v1.4.0
32482026-03-31T01:27:01.006Z Compiling xshell v0.2.7
32492026-03-31T01:27:01.054Z Compiling phf v0.12.1
32502026-03-31T01:27:01.132Z Compiling oxide-tokio-rt v0.1.3
32512026-03-31T01:27:01.238Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-03-31T01:27:01.261Z Compiling globset v0.4.18
32532026-03-31T01:27:01.458Z Compiling olpc-cjson v0.1.4
32542026-03-31T01:27:01.546Z Compiling hickory-resolver v0.24.4
32552026-03-31T01:27:01.582Z Compiling primeorder v0.13.6
32562026-03-31T01:27:01.586Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32572026-03-31T01:27:01.617Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32582026-03-31T01:27:01.656Z Compiling serde_plain v1.0.2
32592026-03-31T01:27:01.742Z Compiling typed-path v0.9.3
32602026-03-31T01:27:01.799Z Compiling const_format v0.2.35
32612026-03-31T01:27:01.872Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-03-31T01:27:01.983Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32632026-03-31T01:27:02.124Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32642026-03-31T01:27:02.143Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32652026-03-31T01:27:02.181Z Compiling tabled_derive v0.7.0
32662026-03-31T01:27:02.184Z Compiling bcs v0.1.6
32672026-03-31T01:27:02.300Z Compiling snafu v0.8.9
32682026-03-31T01:27:02.536Z Compiling radium v0.7.0
32692026-03-31T01:27:02.704Z Compiling qorb v0.4.1
32702026-03-31T01:27:02.722Z Compiling tough v0.20.0
32712026-03-31T01:27:02.745Z Compiling termtree v0.5.1
32722026-03-31T01:27:02.769Z Compiling utf-8 v0.7.6
32732026-03-31T01:27:02.830Z Compiling salty v0.3.0
32742026-03-31T01:27:02.925Z Compiling tungstenite v0.21.0
32752026-03-31T01:27:02.991Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-03-31T01:27:03.123Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32772026-03-31T01:27:03.145Z Compiling textwrap v0.16.2
32782026-03-31T01:27:03.199Z Compiling tabled v0.15.0
32792026-03-31T01:27:03.217Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32802026-03-31T01:27:03.326Z Compiling steno v0.4.1
32812026-03-31T01:27:03.390Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-31T01:27:03.461Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32832026-03-31T01:27:03.518Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32842026-03-31T01:27:03.658Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32852026-03-31T01:27:03.720Z Compiling progenitor-macro v0.13.0
32862026-03-31T01:27:03.829Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32872026-03-31T01:27:03.880Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32882026-03-31T01:27:03.898Z Compiling typify-macro v0.4.3
32892026-03-31T01:27:04.056Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32902026-03-31T01:27:04.072Z Compiling tap v1.0.1
32912026-03-31T01:27:04.090Z Compiling humantime v2.3.0
32922026-03-31T01:27:04.159Z Compiling maybe-uninit v2.0.0
32932026-03-31T01:27:04.213Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-03-31T01:27:04.402Z Compiling wyz v0.5.1
32952026-03-31T01:27:04.496Z Compiling tokio-tungstenite v0.21.0
32962026-03-31T01:27:04.542Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-31T01:27:04.861Z Compiling p384 v0.13.1
32982026-03-31T01:27:05.023Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32992026-03-31T01:27:05.065Z Compiling arc-swap v1.8.2
33002026-03-31T01:27:05.176Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33012026-03-31T01:27:05.290Z Compiling packed_struct v0.10.1
33022026-03-31T01:27:05.397Z Compiling tagptr v0.2.0
33032026-03-31T01:27:05.436Z Compiling funty v2.0.0
33042026-03-31T01:27:05.468Z Compiling slog-scope v4.4.1
33052026-03-31T01:27:05.580Z Compiling moka v0.12.13
33062026-03-31T01:27:05.618Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-03-31T01:27:05.659Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-03-31T01:27:05.707Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33092026-03-31T01:27:05.734Z Compiling typify v0.4.3
33102026-03-31T01:27:05.755Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33112026-03-31T01:27:05.826Z Compiling bitvec v1.0.1
33122026-03-31T01:27:05.870Z Compiling polyval v0.6.2
33132026-03-31T01:27:05.916Z Compiling packed_struct_codegen v0.10.1
33142026-03-31T01:27:06.008Z Compiling zerocopy-derive v0.6.6
33152026-03-31T01:27:06.071Z Compiling bitfield-macros v0.19.4
33162026-03-31T01:27:06.150Z Compiling proc-macro-error-attr2 v2.0.0
33172026-03-31T01:27:06.384Z Compiling indexmap v1.9.3
33182026-03-31T01:27:06.587Z Compiling crc-catalog v2.4.0
33192026-03-31T01:27:06.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33202026-03-31T01:27:06.624Z Compiling parking_lot_core v0.8.6
33212026-03-31T01:27:06.716Z Compiling nodrop v0.1.14
33222026-03-31T01:27:06.781Z Compiling crc v3.4.0
33232026-03-31T01:27:06.825Z Compiling array-init v0.0.4
33242026-03-31T01:27:06.843Z Compiling bitfield v0.19.4
33252026-03-31T01:27:06.861Z Compiling proc-macro-error2 v2.0.1
33262026-03-31T01:27:06.864Z Compiling hickory-resolver v0.25.2
33272026-03-31T01:27:06.911Z Compiling zerocopy v0.6.6
33282026-03-31T01:27:06.915Z Compiling ghash v0.5.1
33292026-03-31T01:27:06.960Z Compiling progenitor-impl v0.10.0
33302026-03-31T01:27:07.014Z Compiling smallvec v0.6.14
33312026-03-31T01:27:07.030Z Compiling slog-stdlog v4.1.1
33322026-03-31T01:27:07.150Z Compiling toml v0.9.12+spec-1.1.0
33332026-03-31T01:27:07.185Z Compiling git-stub v1.0.0
33342026-03-31T01:27:07.219Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33352026-03-31T01:27:07.272Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-03-31T01:27:07.276Z Compiling ctr v0.9.2
33372026-03-31T01:27:07.313Z Compiling num-derive v0.3.3
33382026-03-31T01:27:07.332Z Compiling lzma-sys v0.1.20
33392026-03-31T01:27:07.350Z Compiling unicase v2.9.0
33402026-03-31T01:27:07.487Z Compiling hashbrown v0.12.3
33412026-03-31T01:27:07.517Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-03-31T01:27:07.535Z Compiling aes-gcm v0.10.3
33432026-03-31T01:27:07.590Z Compiling mime_guess v2.0.5
33442026-03-31T01:27:07.756Z Compiling git-stub-vcs v0.1.0
33452026-03-31T01:27:07.809Z Compiling tabled_derive v0.11.0
33462026-03-31T01:27:07.826Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-03-31T01:27:08.046Z Compiling cargo_toml v0.22.3
33482026-03-31T01:27:08.155Z Compiling serde-hex v0.1.0
33492026-03-31T01:27:08.178Z Compiling slog-envlogger v2.2.0
33502026-03-31T01:27:08.259Z Compiling libscf-sys v1.1.0
33512026-03-31T01:27:08.416Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-03-31T01:27:08.513Z Compiling progenitor-impl v0.11.2
33532026-03-31T01:27:08.592Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-31T01:27:08.614Z Compiling ron v0.8.1
33552026-03-31T01:27:08.675Z Compiling papergrid v0.17.0
33562026-03-31T01:27:08.696Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33572026-03-31T01:27:08.773Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-03-31T01:27:08.820Z Compiling progenitor v0.13.0
33592026-03-31T01:27:08.859Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-03-31T01:27:08.993Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33612026-03-31T01:27:09.047Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33622026-03-31T01:27:09.161Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33632026-03-31T01:27:09.209Z Compiling hashbrown v0.13.2
33642026-03-31T01:27:09.451Z Compiling progenitor-client v0.10.0
33652026-03-31T01:27:09.617Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33662026-03-31T01:27:09.665Z Compiling testing_table v0.3.0
33672026-03-31T01:27:09.681Z Compiling progenitor-macro v0.10.0
33682026-03-31T01:27:09.730Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33692026-03-31T01:27:09.798Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33702026-03-31T01:27:09.870Z Compiling ssh-encoding v0.2.0
33712026-03-31T01:27:09.971Z Compiling blowfish v0.9.1
33722026-03-31T01:27:10.070Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-03-31T01:27:10.117Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33742026-03-31T01:27:10.162Z Compiling nibble_vec v0.1.0
33752026-03-31T01:27:10.246Z Compiling crc-any v2.5.0
33762026-03-31T01:27:10.325Z Compiling corncobs v0.1.4
33772026-03-31T01:27:10.344Z Compiling endian-type v0.1.2
33782026-03-31T01:27:10.362Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33792026-03-31T01:27:10.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33802026-03-31T01:27:10.494Z Compiling radix_trie v0.2.1
33812026-03-31T01:27:10.514Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33822026-03-31T01:27:10.518Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33832026-03-31T01:27:10.532Z Compiling bcrypt-pbkdf v0.10.0
33842026-03-31T01:27:10.682Z Compiling ssh-cipher v0.2.0
33852026-03-31T01:27:10.719Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33862026-03-31T01:27:10.739Z Compiling tabled v0.20.0
33872026-03-31T01:27:10.824Z Compiling object v0.30.4
33882026-03-31T01:27:10.891Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33892026-03-31T01:27:10.909Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33902026-03-31T01:27:10.949Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33912026-03-31T01:27:11.229Z Compiling progenitor-macro v0.11.2
33922026-03-31T01:27:11.284Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33932026-03-31T01:27:11.316Z Compiling parking_lot v0.11.2
33942026-03-31T01:27:11.736Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33952026-03-31T01:27:11.818Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33962026-03-31T01:27:11.857Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33972026-03-31T01:27:12.127Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33982026-03-31T01:27:12.299Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33992026-03-31T01:27:12.395Z Compiling progenitor-client v0.11.2
34002026-03-31T01:27:12.563Z Compiling prefix-trie v0.7.0
34012026-03-31T01:27:12.618Z Compiling password-hash v0.4.2
34022026-03-31T01:27:12.751Z Compiling fxhash v0.2.1
34032026-03-31T01:27:12.788Z Compiling secrecy v0.8.0
34042026-03-31T01:27:12.921Z Compiling http-range v0.1.5
34052026-03-31T01:27:12.966Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34062026-03-31T01:27:13.001Z Compiling path-slash v0.1.5
34072026-03-31T01:27:13.028Z Compiling half v1.8.3
34082026-03-31T01:27:13.150Z Compiling hickory-server v0.25.2
34092026-03-31T01:27:13.241Z Compiling serde_cbor v0.11.2
34102026-03-31T01:27:13.281Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34112026-03-31T01:27:13.319Z Compiling sled v0.34.7
34122026-03-31T01:27:13.853Z Compiling pbkdf2 v0.11.0
34132026-03-31T01:27:13.908Z Compiling ron v0.12.0
34142026-03-31T01:27:14.169Z Compiling xz2 v0.1.7
34152026-03-31T01:27:14.274Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34162026-03-31T01:27:14.476Z Compiling ssh-key v0.6.7
34172026-03-31T01:27:14.684Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34182026-03-31T01:27:14.728Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34192026-03-31T01:27:14.790Z Compiling progenitor v0.10.0
34202026-03-31T01:27:14.809Z Compiling hickory-client v0.25.2
34212026-03-31T01:27:14.974Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34222026-03-31T01:27:15.065Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34232026-03-31T01:27:15.145Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
34242026-03-31T01:27:15.193Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34252026-03-31T01:27:15.344Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34262026-03-31T01:27:15.394Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34272026-03-31T01:27:15.733Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-03-31T01:27:15.835Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34292026-03-31T01:27:15.880Z Compiling p256 v0.13.2
34302026-03-31T01:27:15.956Z Compiling p521 v0.13.3
34312026-03-31T01:27:15.973Z Compiling yasna v0.5.2
34322026-03-31T01:27:16.202Z Compiling kstat-rs v0.2.4
34332026-03-31T01:27:16.233Z Compiling headers-core v0.3.0
34342026-03-31T01:27:16.266Z Compiling nanorand v0.7.0
34352026-03-31T01:27:16.283Z Compiling atty v0.2.14
34362026-03-31T01:27:16.318Z Compiling progenitor v0.11.2
34372026-03-31T01:27:16.388Z Compiling russh-cryptovec v0.7.3
34382026-03-31T01:27:16.423Z Compiling base16ct v1.0.0
34392026-03-31T01:27:16.498Z Compiling home v0.5.12
34402026-03-31T01:27:16.515Z Compiling crc8 v0.1.1
34412026-03-31T01:27:16.537Z Compiling md5 v0.7.0
34422026-03-31T01:27:16.575Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34432026-03-31T01:27:16.595Z Compiling flume v0.11.1
34442026-03-31T01:27:16.614Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34452026-03-31T01:27:16.639Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34462026-03-31T01:27:16.673Z Compiling rcgen v0.12.1
34472026-03-31T01:27:16.676Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
34482026-03-31T01:27:16.704Z Compiling headers v0.4.1
34492026-03-31T01:27:16.761Z Compiling russh-keys v0.45.0
34502026-03-31T01:27:16.928Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34512026-03-31T01:27:17.085Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34522026-03-31T01:27:17.133Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34532026-03-31T01:27:17.289Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34542026-03-31T01:27:17.392Z Compiling hyper-staticfile v0.10.1
34552026-03-31T01:27:17.526Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34562026-03-31T01:27:17.569Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34572026-03-31T01:27:17.594Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34582026-03-31T01:27:17.611Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34592026-03-31T01:27:17.925Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34602026-03-31T01:27:17.944Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-03-31T01:27:18.004Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
34622026-03-31T01:27:18.228Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34632026-03-31T01:27:18.330Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34642026-03-31T01:27:18.418Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34652026-03-31T01:27:18.435Z Compiling num-bigint v0.4.6
34662026-03-31T01:27:18.476Z Compiling des v0.8.1
34672026-03-31T01:27:18.707Z Compiling subprocess v0.2.15
34682026-03-31T01:27:18.740Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34692026-03-31T01:27:18.816Z Compiling display-error-chain v0.2.2
34702026-03-31T01:27:18.832Z Compiling hex-literal v0.4.1
34712026-03-31T01:27:18.871Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34722026-03-31T01:27:18.967Z Compiling colored v2.2.0
34732026-03-31T01:27:18.983Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34742026-03-31T01:27:19.177Z Compiling socket2 v0.5.10
34752026-03-31T01:27:19.195Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34762026-03-31T01:27:19.199Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34772026-03-31T01:27:19.239Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34782026-03-31T01:27:19.351Z Compiling internet-checksum v0.2.1
34792026-03-31T01:27:19.625Z Compiling russh v0.45.0
34802026-03-31T01:27:21.874Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34812026-03-31T01:27:22.567Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34822026-03-31T01:27:22.758Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34832026-03-31T01:27:23.072Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34842026-03-31T01:27:30.427Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34852026-03-31T01:27:30.427Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34862026-03-31T01:27:30.427Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-03-31T01:27:30.430Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34882026-03-31T01:27:32.102Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34892026-03-31T01:27:32.198Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34902026-03-31T01:27:36.296Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34912026-03-31T01:27:55.795Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34922026-03-31T01:28:13.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
34932026-03-31T01:28:13.801Z
34942026-03-31T01:28:13.801Zreal 1:21.957107863
34952026-03-31T01:28:13.801Zuser 8:14.850084212
34962026-03-31T01:28:13.804Zsys 1:40.286296445
34972026-03-31T01:28:13.804Ztrap 0.269651289
34982026-03-31T01:28:13.804Ztflt 0.465913220
34992026-03-31T01:28:13.804Zdflt 1.560934313
35002026-03-31T01:28:13.804Zkflt 0.000342608
35012026-03-31T01:28:13.804Zlock 29:28.216389171
35022026-03-31T01:28:13.804Zslp 19:15.924683659
35032026-03-31T01:28:13.804Zlat 39.702318448
35042026-03-31T01:28:13.804Zstop 2:50.637824297
35052026-03-31T01:28:13.804Z+ mkdir tests
35062026-03-31T01:28:13.831Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35072026-03-31T01:28:13.831Z+ xargs -I '{}' -t cp '{}' tests/
35082026-03-31T01:28:13.835Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-50b790da2269b9aa tests/
35092026-03-31T01:28:13.863Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-755e67331d4a4a1a tests/
35102026-03-31T01:28:13.892Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-91dca284c54ac61b tests/
35112026-03-31T01:28:13.922Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a7c72dce5e21bdd1 tests/
35122026-03-31T01:28:14.239Z+ 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/*)
35132026-03-31T01:28:14.243Z+ 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-755e67331d4a4a1a tests/commtest-91dca284c54ac61b tests/dhcp_server-50b790da2269b9aa tests/end_to_end_tests-a7c72dce5e21bdd1 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
35142026-03-31T01:29:36.764ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35152026-03-31T01:29:36.764Za .github/buildomat/ci-env.sh 1K
35162026-03-31T01:29:36.764Za out/target/test 1K
35172026-03-31T01:29:36.764Za out/npuzone/npuzone 27402K
35182026-03-31T01:29:36.764Za package-manifest.toml 35K
35192026-03-31T01:29:36.764Za smf/sled-agent/non-gimlet/config.toml 6K
35202026-03-31T01:29:36.764Za target/release/omicron-package 44873K
35212026-03-31T01:29:36.764Za target/release/xtask 11439K
35222026-03-31T01:29:36.764Za target/debug/bootstrap 340214K
35232026-03-31T01:29:36.764Za tests/bootstrap-755e67331d4a4a1a 31310K
35242026-03-31T01:29:36.764Za tests/commtest-91dca284c54ac61b 32395K
35252026-03-31T01:29:36.764Za tests/dhcp_server-50b790da2269b9aa 31310K
35262026-03-31T01:29:36.764Za tests/end_to_end_tests-a7c72dce5e21bdd1 381441K
35272026-03-31T01:29:36.764Za out/clickhouse.tar.gz 312313K
35282026-03-31T01:29:36.764Za out/clickhouse_keeper.tar.gz 297339K
35292026-03-31T01:29:36.764Za out/clickhouse_server.tar.gz 312312K
35302026-03-31T01:29:36.764Za out/cockroachdb.tar.gz 157554K
35312026-03-31T01:29:36.764Za out/crucible-pantry-zone.tar.gz 42186K
35322026-03-31T01:29:36.764Za out/crucible-utils.tar 16341K
35332026-03-31T01:29:36.764Za out/crucible-zone.tar.gz 58138K
35342026-03-31T01:29:36.764Za out/external-dns.tar.gz 45044K
35352026-03-31T01:29:36.764Za out/internal-dns.tar.gz 45044K
35362026-03-31T01:29:36.764Za out/mg-ddm-gz.tar 78377K
35372026-03-31T01:29:36.764Za out/nexus.tar.gz 212987K
35382026-03-31T01:29:36.764Za out/ntp.tar.gz 26424K
35392026-03-31T01:29:36.764Za out/omicron-gateway-softnpu.tar.gz 29959K
35402026-03-31T01:29:36.765Za out/omicron-sled-agent.tar 187062K
35412026-03-31T01:29:36.765Za out/overlay.tar.gz 3K
35422026-03-31T01:29:36.765Za out/oximeter.tar.gz 61433K
35432026-03-31T01:29:36.765Za out/oxlog.tar 3782K
35442026-03-31T01:29:36.765Za out/probe.tar.gz 3037K
35452026-03-31T01:29:36.765Za out/propolis-server.tar.gz 33742K
35462026-03-31T01:29:36.765Za out/pumpkind-gz.tar 26647K
35472026-03-31T01:29:36.765Za out/switch-softnpu.tar.gz 370767K
35482026-03-31T01:29:36.780Z
35492026-03-31T01:29:36.780Zreal 1:22.512012600
35502026-03-31T01:29:36.780Zuser 1:20.026263542
35512026-03-31T01:29:36.780Zsys 4.171760912
35522026-03-31T01:29:36.780Ztrap 0.006624368
35532026-03-31T01:29:36.780Ztflt 0.000000000
35542026-03-31T01:29:36.780Zdflt 0.000000000
35552026-03-31T01:29:36.780Zkflt 0.000000000
35562026-03-31T01:29:36.780Zlock 0.000000000
35572026-03-31T01:29:36.780Zslp 1:19.927252933
35582026-03-31T01:29:36.780Zlat 0.887154439
35592026-03-31T01:29:36.780Zstop 0.000642382
35602026-03-31T01:29:36.780Zprocess exited: duration 993688 ms, exit code 0
 
35612026-03-31T01:29:36.804Zfound 1 output files
35622026-03-31T01:29:36.808Zuploading: /work/package.tar.gz (2337836221 bytes)
35632026-03-31T01:30:02.262Zuploaded: /work/package.tar.gz