01KMZQWPWF87V7CJGJAA7GT3PE: 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: 01KMZQX5P6VBJ1PSQWGC488S28

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T16:08:52.407Zjob assigned to worker 01KMZR1A2NTM2AZC4WE42ZWRQM [factory aws, i-041813811a15ca6f6] (queued for 2 m 58 s)
 
22026-03-30T16:08:59.568Zstarting task 0: "setup"
32026-03-30T16:08:59.573Z++ uname -s
42026-03-30T16:08:59.575Z+ kern=SunOS
52026-03-30T16:08:59.575Z+ build_user=build
62026-03-30T16:08:59.575Z+ build_uid=12345
72026-03-30T16:08:59.575Z+ work_dir=/work
82026-03-30T16:08:59.575Z+ input_dir=/input
92026-03-30T16:08:59.576Z+ [[ 0 == 12345 ]]
102026-03-30T16:08:59.576Z+ case "$kern" in
112026-03-30T16:08:59.576Z+ groupadd -g 12345 build
122026-03-30T16:08:59.578Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T16:09:01.586Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T16:09:01.764Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T16:09:01.767Z+ home_fs=zfs
162026-03-30T16:09:01.767Z+ [[ zfs == autofs ]]
172026-03-30T16:09:01.767Z+ mkdir -p /home/build
182026-03-30T16:09:01.770Z+ chown build:build /home/build /work
192026-03-30T16:09:03.771Z+ chmod 0700 /home/build /work
202026-03-30T16:09:03.775Zprocess exited: duration 4208 ms, exit code 0
 
212026-03-30T16:09:03.781Zstarting task 1: "rust-toolchain"
222026-03-30T16:09:03.788Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T16:09:03.788Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T16:09:03.788Z * rust toolchain channel = "1.94.0"
252026-03-30T16:09:03.789Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-30T16:09:03.789Z * rust toolchain profile = "default"
272026-03-30T16:09:03.789Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T16:09:03.792Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T16:09:03.792Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T16:09:03.897Zinfo: downloading installer
312026-03-30T16:09:05.472Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T16:09:05.472Zwarn: /opt/ooce/bin
332026-03-30T16:09:05.472Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T16:09:05.472Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T16:09:05.472Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T16:09:05.472Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T16:09:05.472Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T16:09:05.472Zerror: cannot install while Rust is installed
392026-03-30T16:09:05.472Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T16:09:05.472Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T16:09:05.472Zwarn: /home/build/.rustup/settings.toml
422026-03-30T16:09:05.473Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T16:09:05.473Zwarn: instead of the one inferred from the default host triple.
442026-03-30T16:09:05.486Zinfo: profile set to default
452026-03-30T16:09:05.486Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T16:09:05.489Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T16:09:05.635Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T16:09:05.640Zinfo: downloading 6 components
492026-03-30T16:09:20.303Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T16:09:20.303Z
512026-03-30T16:09:20.336Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T16:09:20.336Z
532026-03-30T16:09:20.336Z
542026-03-30T16:09:20.336ZRust is installed now. Great!
552026-03-30T16:09:20.336Z
562026-03-30T16:09:20.336ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T16:09:20.336Zenvironment variable. This has not been done automatically.
582026-03-30T16:09:20.336Z
592026-03-30T16:09:20.336ZTo configure your current shell, you need to source
602026-03-30T16:09:20.336Zthe corresponding env file under $HOME/.cargo.
612026-03-30T16:09:20.336Z
622026-03-30T16:09:20.336ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T16:09:20.336Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T16:09:20.336Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T16:09:20.336Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T16:09:20.336Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T16:09:20.337Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T16:09:20.337Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T16:09:20.341Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T16:09:20.341Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T16:09:20.439Z+ rustup --version
722026-03-30T16:09:20.446Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T16:09:20.448Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T16:09:20.468Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T16:09:20.471Z+ cargo --version
762026-03-30T16:09:20.480Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T16:09:20.483Z+ rustc --version
782026-03-30T16:09:20.504Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T16:09:20.507Zprocess exited: duration 16722 ms, exit code 0
 
802026-03-30T16:09:20.513Zstarting task 2: "authentication"
812026-03-30T16:09:20.530Zprocess exited: duration 17 ms, exit code 0
 
822026-03-30T16:09:20.536Zstarting task 3: "clone repository"
832026-03-30T16:09:20.541Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T16:09:20.544Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T16:09:20.583ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T16:09:31.628Z+ cd /work/oxidecomputer/omicron
872026-03-30T16:09:31.628Z+ git fetch origin 20549dc77bc1f2072998ae6419acf658ff2475da
882026-03-30T16:09:31.946ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T16:09:31.946Z * branch 20549dc77bc1f2072998ae6419acf658ff2475da -> FETCH_HEAD
902026-03-30T16:09:31.960Z+ [[ -n jmcarp/clickhouse-profile ]]
912026-03-30T16:09:31.962Z++ git branch --show-current
922026-03-30T16:09:31.966Z+ current=main
932026-03-30T16:09:31.966Z+ [[ main != jmcarp/clickhouse-profile ]]
942026-03-30T16:09:31.966Z+ git branch -f jmcarp/clickhouse-profile 20549dc77bc1f2072998ae6419acf658ff2475da
952026-03-30T16:09:31.968Z+ git checkout -f jmcarp/clickhouse-profile
962026-03-30T16:09:32.222ZSwitched to branch 'jmcarp/clickhouse-profile'
972026-03-30T16:09:32.225Z+ git reset --hard 20549dc77bc1f2072998ae6419acf658ff2475da
982026-03-30T16:09:32.269ZHEAD is now at 20549dc77 Capture clickhouse profile events in query summaries.
992026-03-30T16:09:32.272Zprocess exited: duration 11732 ms, exit code 0
 
1002026-03-30T16:09:32.278Zstarting task 4: "build"
1012026-03-30T16:09:32.284Z+ source .github/buildomat/ci-env.sh
1022026-03-30T16:09:32.284Z++ export CARGO_TERM_COLOR=always
1032026-03-30T16:09:32.284Z++ CARGO_TERM_COLOR=always
1042026-03-30T16:09:32.284Z+ cargo --version
1052026-03-30T16:09:32.294Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T16:09:32.297Z+ rustc --version
1072026-03-30T16:09:32.318Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T16:09:32.323Z+ WORK=/work
1092026-03-30T16:09:32.323Z+ pfexec mkdir -p /work
1102026-03-30T16:09:32.326Z+ pfexec chown build /work
1112026-03-30T16:09:32.329Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-30T16:09:40.850Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-30T16:09:47.633Z Startup: Caching catalogs ... Done
1142026-03-30T16:09:51.821ZPlanning: Solver setup ... Done (2.834s)
1152026-03-30T16:09:51.839ZPlanning: Running solver ... Done (0.019s)
1162026-03-30T16:09:51.987ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-30T16:09:51.995ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-30T16:09:52.067ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-30T16:09:52.100ZPlanning: Package planning ... Done (0.032s)
1202026-03-30T16:09:52.129ZPlanning: Merging actions ... Done (0.028s)
1212026-03-30T16:09:52.315ZPlanning: Checking for conflicting actions ... Done (0.184s)
1222026-03-30T16:09:52.319ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-30T16:09:53.184ZPlanning: Evaluating mediators ... Done (0.864s)
1242026-03-30T16:09:53.189ZPlanning: Planning completed in 5.39 seconds
1252026-03-30T16:09:53.203Z Packages to install: 4
1262026-03-30T16:09:53.203Z Mediators to change: 2
1272026-03-30T16:09:53.203Z Services to change: 1
1282026-03-30T16:09:53.203Z Estimated space available: 155.35 GB
1292026-03-30T16:09:53.203ZEstimated space to be consumed: 1.84 GB
1302026-03-30T16:09:53.206Z Create boot environment: No
1312026-03-30T16:09:53.206ZCreate backup boot environment: No
1322026-03-30T16:09:53.206Z Rebuild boot archive: No
1332026-03-30T16:09:53.206Z
1342026-03-30T16:09:53.206ZChanged mediators:
1352026-03-30T16:09:53.206Z mediator clang:
1362026-03-30T16:09:53.206Z version: None -> 15 (system default)
1372026-03-30T16:09:53.206Z
1382026-03-30T16:09:53.206Z mediator llvm:
1392026-03-30T16:09:53.206Z version: 14 (system default) -> 15 (system default)
1402026-03-30T16:09:53.207Z
1412026-03-30T16:09:53.207ZChanged packages:
1422026-03-30T16:09:53.207Zhelios-dev
1432026-03-30T16:09:53.207Z developer/build-essential
1442026-03-30T16:09:53.207Z None -> 11-2.0
1452026-03-30T16:09:53.207Z library/libxmlsec1
1462026-03-30T16:09:53.207Z None -> 1.2.35-2.0
1472026-03-30T16:09:53.207Z ooce/developer/clang-15
1482026-03-30T16:09:53.207Z None -> 15.0.7-2.0
1492026-03-30T16:09:53.207Z ooce/developer/llvm-15
1502026-03-30T16:09:53.207Z None -> 15.0.7-2.0
1512026-03-30T16:09:53.207Z
1522026-03-30T16:09:53.207ZServices:
1532026-03-30T16:09:53.207Z restart_fmri:
1542026-03-30T16:09:53.207Z svc:/system/update-man-index:default
1552026-03-30T16:09:53.247Z
1562026-03-30T16:09:53.247ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-30T16:09:58.251ZDownload: 1245/3290 items 89.1/212.6MB 41% complete (17.8M/s)
1582026-03-30T16:10:03.252ZDownload: 2343/3290 items 119.7/212.6MB 56% complete (12.0M/s)
1592026-03-30T16:10:08.840ZDownload: 3276/3290 items 208.8/212.6MB 98% complete (12.7M/s)
1602026-03-30T16:10:15.604ZDownload: 3288/3290 items 212.3/212.6MB 99% complete (9.7M/s)
1612026-03-30T16:10:15.625ZDownload: Completed 212.60 MB in 22.37 seconds (9.5M/s)
1622026-03-30T16:10:15.754Z Actions: 1/3689 actions (Installing new actions)
1632026-03-30T16:10:19.004Z Actions: Completed 3689 actions in 3.25 seconds.
1642026-03-30T16:10:19.611Z Done (0.602s)
1652026-03-30T16:10:19.612Z Done (0.000s)
1662026-03-30T16:10:20.210Z Done (0.601s)
1672026-03-30T16:10:23.422Z Done (2.872s)
1682026-03-30T16:10:23.499Z Done (0.012s)
1692026-03-30T16:10:23.502Z Done (0.000s)
1702026-03-30T16:10:23.647Z Done (0.000s)
1712026-03-30T16:10:24.477ZPlanning: Evaluating mediator changes ... Done
1722026-03-30T16:10:24.584ZPlanning: Checking for conflicting actions ... Done
1732026-03-30T16:10:24.584ZPlanning: Consolidating action changes ... Done
1742026-03-30T16:10:24.741ZPlanning: Evaluating mediators ... Done
1752026-03-30T16:10:24.744ZPlanning: Planning completed in 0.26 seconds
1762026-03-30T16:10:24.763Z Mediators to change: 2
1772026-03-30T16:10:24.764Z Create boot environment: No
1782026-03-30T16:10:24.764ZCreate backup boot environment: No
1792026-03-30T16:10:24.820Z Done
1802026-03-30T16:10:24.820Z Done
1812026-03-30T16:10:25.404Z Done
1822026-03-30T16:10:27.940Z Done
1832026-03-30T16:10:28.011Z Done
1842026-03-30T16:10:28.014Z Done
1852026-03-30T16:10:28.150Z Done
1862026-03-30T16:10:28.554ZPlanning: Evaluating mediator changes ... Done
1872026-03-30T16:10:28.557ZPlanning: Merging actions ... Done
1882026-03-30T16:10:28.694ZPlanning: Checking for conflicting actions ... Done
1892026-03-30T16:10:28.696ZPlanning: Consolidating action changes ... Done
1902026-03-30T16:10:28.832ZPlanning: Evaluating mediators ... Done
1912026-03-30T16:10:28.860ZPlanning: Planning completed in 0.45 seconds
1922026-03-30T16:10:28.884Z Packages to change: 1
1932026-03-30T16:10:28.884Z Mediators to change: 1
1942026-03-30T16:10:28.884Z Services to change: 1
1952026-03-30T16:10:28.884Z Create boot environment: No
1962026-03-30T16:10:28.884ZCreate backup boot environment: Yes
1972026-03-30T16:10:31.284Z Actions: 1/6 actions (Updating modified actions)
1982026-03-30T16:10:31.287Z Actions: Completed 6 actions in 0.00 seconds.
1992026-03-30T16:10:31.287Z Done
2002026-03-30T16:10:31.287Z Done
2012026-03-30T16:10:31.426Z Done
2022026-03-30T16:10:33.883Z Done
2032026-03-30T16:10:33.957Z Done
2042026-03-30T16:10:33.959Z Done
2052026-03-30T16:10:34.114Z Done
2062026-03-30T16:10:34.395ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-03-30T16:10:34.395Zclang system 15 system
2082026-03-30T16:10:34.395Zcsh system system illumos
2092026-03-30T16:10:34.395Zctags system system illumos
2102026-03-30T16:10:34.395Zfile system system illumos
2112026-03-30T16:10:34.395Zgcc vendor 12 vendor
2122026-03-30T16:10:34.395Zgcc system 14 system
2132026-03-30T16:10:34.395Zgcc system 10 system
2142026-03-30T16:10:34.395Zgo system 1.20 system
2152026-03-30T16:10:34.395Zgo system 1.19 system
2162026-03-30T16:10:34.395Zllvm system 15 system
2172026-03-30T16:10:34.395Zllvm system 14 system
2182026-03-30T16:10:34.395Zmariadb system 10.6 system
2192026-03-30T16:10:34.395Zmta vendor vendor dma
2202026-03-30T16:10:34.395Zopenjdk system 17 system
2212026-03-30T16:10:34.395Zopenjdk system 11 system
2222026-03-30T16:10:34.395Zopenjdk system 1.8 system
2232026-03-30T16:10:34.395Zopenssl vendor 3 vendor
2242026-03-30T16:10:34.395Zperl system 5.36 system
2252026-03-30T16:10:34.395Zpostgresql system 15 system
2262026-03-30T16:10:34.396Zpostgresql system 13 system
2272026-03-30T16:10:34.396Zpython vendor 3 vendor
2282026-03-30T16:10:34.396Zpython system 2 system
2292026-03-30T16:10:34.396Zpython3 system 3.11 system
2302026-03-30T16:10:34.396Zruby system 3.0 system
2312026-03-30T16:10:34.396Zwords vendor vendor american-english
2322026-03-30T16:10:34.396Zwords system system australian-english
2332026-03-30T16:10:34.396Zwords system system british-english
2342026-03-30T16:10:34.396Zwords system system canadian-english
2352026-03-30T16:10:34.396Zwords system system french
2362026-03-30T16:10:34.396Zwords system system italian
2372026-03-30T16:10:34.396Zwords system system ngerman
2382026-03-30T16:10:34.396Zwords system system ogerman
2392026-03-30T16:10:34.396Zwords system system spanish
2402026-03-30T16:10:34.622ZPUBLISHER TYPE STATUS P LOCATION
2412026-03-30T16:10:34.622Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-03-30T16:10:38.896ZFMRI IFO
2432026-03-30T16:10:38.897Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-03-30T16:10:38.897Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-03-30T16:10:38.897Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-03-30T16:10:38.897Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-03-30T16:10:38.897Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-03-30T16:10:38.897Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-03-30T16:10:38.897Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-03-30T16:10:38.897Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-30T16:10:38.898Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-30T16:10:38.898Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-30T16:10:38.898Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-30T16:10:38.898Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-30T16:10:38.898Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-30T16:10:38.898Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-30T16:10:38.898Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-30T16:10:38.898Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-30T16:10:39.967Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-03-30T16:10:40.288Z Updating crates.io index
2612026-03-30T16:10:40.291Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-03-30T16:10:40.554Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-30T16:10:41.368Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-30T16:10:41.793Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-30T16:10:42.687Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-30T16:10:43.276Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-30T16:10:44.590Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-30T16:10:45.949Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-30T16:10:46.623Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-30T16:10:46.954Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-30T16:10:47.583Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-30T16:10:47.964Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-30T16:10:48.400Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-30T16:10:48.847Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-30T16:10:49.710Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-30T16:10:50.234Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-30T16:10:50.692Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-30T16:10:50.972Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-30T16:10:51.511Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-30T16:10:51.865Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-30T16:10:52.100Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-30T16:10:52.371Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-30T16:10:52.893Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-30T16:10:53.460Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-30T16:10:53.948Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-30T16:10:54.217Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-30T16:10:54.544Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-30T16:10:54.830Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-03-30T16:10:55.792Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-03-30T16:10:56.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-30T16:10:57.508Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-03-30T16:10:57.841Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-03-30T16:10:58.230Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-03-30T16:10:58.590Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-03-30T16:10:58.964Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-03-30T16:10:59.566Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-03-30T16:10:59.852Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-03-30T16:11:00.162Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-03-30T16:11:00.668Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-03-30T16:11:12.307Z Downloading crates ...
3012026-03-30T16:11:12.354Z Downloaded clap_lex v1.0.0
3022026-03-30T16:11:12.358Z Downloaded camino v1.2.2
3032026-03-30T16:11:12.358Z Downloaded anstyle v1.0.13
3042026-03-30T16:11:12.361Z Downloaded block-buffer v0.10.4
3052026-03-30T16:11:12.361Z Downloaded generic-array v0.14.7
3062026-03-30T16:11:12.364Z Downloaded displaydoc v0.2.5
3072026-03-30T16:11:12.364Z Downloaded cargo_metadata v0.21.0
3082026-03-30T16:11:12.367Z Downloaded strsim v0.11.1
3092026-03-30T16:11:12.370Z Downloaded errno v0.3.14
3102026-03-30T16:11:12.371Z Downloaded heck v0.5.0
3112026-03-30T16:11:12.371Z Downloaded typeid v1.0.3
3122026-03-30T16:11:12.371Z Downloaded anstyle-parse v0.2.7
3132026-03-30T16:11:12.374Z Downloaded crypto-common v0.1.7
3142026-03-30T16:11:12.374Z Downloaded smallvec v1.15.1
3152026-03-30T16:11:12.378Z Downloaded dof v0.3.0
3162026-03-30T16:11:12.378Z Downloaded semver v1.0.27
3172026-03-30T16:11:12.382Z Downloaded icu_properties v2.1.2
3182026-03-30T16:11:12.382Z Downloaded bytecount v0.6.9
3192026-03-30T16:11:12.382Z Downloaded litemap v0.8.1
3202026-03-30T16:11:12.386Z Downloaded anstream v0.6.21
3212026-03-30T16:11:12.386Z Downloaded unicode-linebreak v0.1.5
3222026-03-30T16:11:12.389Z Downloaded smawk v0.3.2
3232026-03-30T16:11:12.389Z Downloaded serde-value v0.7.0
3242026-03-30T16:11:12.389Z Downloaded cargo_toml v0.21.0
3252026-03-30T16:11:12.392Z Downloaded ucd-trie v0.1.7
3262026-03-30T16:11:12.392Z Downloaded typenum v1.19.0
3272026-03-30T16:11:12.395Z Downloaded indexmap v2.13.0
3282026-03-30T16:11:12.395Z Downloaded textwrap v0.16.2
3292026-03-30T16:11:12.398Z Downloaded serde_spanned v0.6.9
3302026-03-30T16:11:12.398Z Downloaded sha2 v0.10.9
3312026-03-30T16:11:12.398Z Downloaded cfg-if v1.0.4
3322026-03-30T16:11:12.401Z Downloaded bitflags v2.11.0
3332026-03-30T16:11:12.401Z Downloaded unicode-xid v0.2.6
3342026-03-30T16:11:12.405Z Downloaded plain v0.2.3
3352026-03-30T16:11:12.405Z Downloaded pretty-hex v0.4.1
3362026-03-30T16:11:12.405Z Downloaded anstyle-query v1.1.5
3372026-03-30T16:11:12.406Z Downloaded ordered-float v2.10.1
3382026-03-30T16:11:12.410Z Downloaded form_urlencoded v1.2.2
3392026-03-30T16:11:12.410Z Downloaded thread-id v4.2.2
3402026-03-30T16:11:12.415Z Downloaded toml_write v0.1.2
3412026-03-30T16:11:12.415Z Downloaded scroll_derive v0.12.1
3422026-03-30T16:11:12.415Z Downloaded terminal_size v0.4.3
3432026-03-30T16:11:12.415Z Downloaded cargo-platform v0.2.0
3442026-03-30T16:11:12.418Z Downloaded fnv v1.0.7
3452026-03-30T16:11:12.418Z Downloaded usdt v0.5.0
3462026-03-30T16:11:12.422Z Downloaded utf8parse v0.2.2
3472026-03-30T16:11:12.422Z Downloaded proc-macro-error-attr v1.0.4
3482026-03-30T16:11:12.423Z Downloaded idna_adapter v1.2.1
3492026-03-30T16:11:12.425Z Downloaded zerofrom-derive v0.1.6
3502026-03-30T16:11:12.425Z Downloaded yoke-derive v0.8.1
3512026-03-30T16:11:12.425Z Downloaded usdt-attr-macro v0.5.0
3522026-03-30T16:11:12.425Z Downloaded usdt-macro v0.5.0
3532026-03-30T16:11:12.425Z Downloaded fastrand v2.3.0
3542026-03-30T16:11:12.428Z Downloaded version_check v0.9.5
3552026-03-30T16:11:12.428Z Downloaded utf8_iter v1.0.4
3562026-03-30T16:11:12.428Z Downloaded swrite v0.1.0
3572026-03-30T16:11:12.428Z Downloaded dtrace-parser v0.2.0
3582026-03-30T16:11:12.431Z Downloaded colorchoice v1.0.4
3592026-03-30T16:11:12.431Z Downloaded zmij v1.0.21
3602026-03-30T16:11:12.432Z Downloaded toml_datetime v0.6.11
3612026-03-30T16:11:12.434Z Downloaded thiserror v1.0.69
3622026-03-30T16:11:12.434Z Downloaded macaddr v1.0.1
3632026-03-30T16:11:12.437Z Downloaded thiserror v2.0.18
3642026-03-30T16:11:12.444Z Downloaded serde-untagged v0.1.9
3652026-03-30T16:11:12.444Z Downloaded writeable v0.6.2
3662026-03-30T16:11:12.444Z Downloaded percent-encoding v2.3.2
3672026-03-30T16:11:12.444Z Downloaded memmap v0.7.0
3682026-03-30T16:11:12.448Z Downloaded fs-err v3.3.0
3692026-03-30T16:11:12.448Z Downloaded zerofrom v0.1.6
3702026-03-30T16:11:12.449Z Downloaded tinystr v0.8.2
3712026-03-30T16:11:12.449Z Downloaded thiserror-impl v2.0.18
3722026-03-30T16:11:12.449Z Downloaded thiserror-impl v1.0.69
3732026-03-30T16:11:12.455Z Downloaded zerovec-derive v0.11.2
3742026-03-30T16:11:12.455Z Downloaded yoke v0.8.1
3752026-03-30T16:11:12.455Z Downloaded usdt-impl v0.5.0
3762026-03-30T16:11:12.455Z Downloaded zerocopy-derive v0.7.35
3772026-03-30T16:11:12.461Z Downloaded stable_deref_trait v1.2.1
3782026-03-30T16:11:12.461Z Downloaded is_terminal_polyfill v1.70.2
3792026-03-30T16:11:12.461Z Downloaded tabled_derive v0.7.0
3802026-03-30T16:11:12.461Z Downloaded equivalent v1.0.2
3812026-03-30T16:11:12.461Z Downloaded potential_utf v0.1.4
3822026-03-30T16:11:12.466Z Downloaded cpufeatures v0.2.17
3832026-03-30T16:11:12.466Z Downloaded unicode-ident v1.0.24
3842026-03-30T16:11:12.466Z Downloaded heck v0.4.1
3852026-03-30T16:11:12.466Z Downloaded itoa v1.0.17
3862026-03-30T16:11:12.466Z Downloaded toml v0.8.23
3872026-03-30T16:11:12.473Z Downloaded autocfg v1.5.0
3882026-03-30T16:11:12.479Z Downloaded toml_edit v0.22.27
3892026-03-30T16:11:12.479Z Downloaded zerotrie v0.2.3
3902026-03-30T16:11:12.485Z Downloaded synstructure v0.13.2
3912026-03-30T16:11:12.485Z Downloaded scroll v0.12.0
3922026-03-30T16:11:12.485Z Downloaded digest v0.10.7
3932026-03-30T16:11:12.485Z Downloaded camino-tempfile v1.4.1
3942026-03-30T16:11:12.485Z Downloaded url v2.5.8
3952026-03-30T16:11:12.485Z Downloaded byteorder v1.5.0
3962026-03-30T16:11:12.490Z Downloaded erased-serde v0.4.9
3972026-03-30T16:11:12.490Z Downloaded proc-macro-error v1.0.4
3982026-03-30T16:11:12.495Z Downloaded serde_tokenstream v0.2.3
3992026-03-30T16:11:12.501Z Downloaded quote v1.0.44
4002026-03-30T16:11:12.512Z Downloaded pest_generator v2.8.6
4012026-03-30T16:11:12.516Z Downloaded zerovec v0.11.5
4022026-03-30T16:11:12.521Z Downloaded winnow v0.7.14
4032026-03-30T16:11:12.526Z Downloaded zerocopy v0.7.35
4042026-03-30T16:11:12.533Z Downloaded icu_collections v2.1.1
4052026-03-30T16:11:12.541Z Downloaded once_cell v1.21.3
4062026-03-30T16:11:12.541Z Downloaded anyhow v1.0.102
4072026-03-30T16:11:12.541Z Downloaded tempfile v3.25.0
4082026-03-30T16:11:12.545Z Downloaded unicode-width v0.2.0
4092026-03-30T16:11:12.545Z Downloaded unicode-width v0.1.14
4102026-03-30T16:11:12.545Z Downloaded cargo-util-schemas v0.8.2
4112026-03-30T16:11:12.548Z Downloaded serde_derive v1.0.228
4122026-03-30T16:11:12.553Z Downloaded clap_derive v4.5.55
4132026-03-30T16:11:12.557Z Downloaded serde_core v1.0.228
4142026-03-30T16:11:12.563Z Downloaded papergrid v0.11.0
4152026-03-30T16:11:12.571Z Downloaded pest_derive v2.8.6
4162026-03-30T16:11:12.571Z Downloaded num-traits v0.2.19
4172026-03-30T16:11:12.580Z Downloaded icu_provider v2.1.1
4182026-03-30T16:11:12.580Z Downloaded getrandom v0.4.1
4192026-03-30T16:11:12.580Z Downloaded proc-macro2 v1.0.106
4202026-03-30T16:11:12.586Z Downloaded icu_normalizer v2.1.1
4212026-03-30T16:11:12.586Z Downloaded clap v4.5.60
4222026-03-30T16:11:12.592Z Downloaded log v0.4.29
4232026-03-30T16:11:12.596Z Downloaded serde v1.0.228
4242026-03-30T16:11:12.601Z Downloaded icu_locale_core v2.1.1
4252026-03-30T16:11:12.607Z Downloaded pest_meta v2.8.6
4262026-03-30T16:11:12.610Z Downloaded memchr v2.8.0
4272026-03-30T16:11:12.619Z Downloaded icu_normalizer_data v2.1.1
4282026-03-30T16:11:12.632Z Downloaded pest v2.8.6
4292026-03-30T16:11:12.642Z Downloaded idna v1.1.0
4302026-03-30T16:11:12.649Z Downloaded serde_json v1.0.149
4312026-03-30T16:11:12.656Z Downloaded icu_properties_data v2.1.2
4322026-03-30T16:11:12.660Z Downloaded hashbrown v0.16.1
4332026-03-30T16:11:12.663Z Downloaded clap_builder v4.5.60
4342026-03-30T16:11:12.674Z Downloaded goblin v0.8.2
4352026-03-30T16:11:12.677Z Downloaded tabled v0.15.0
4362026-03-30T16:11:12.682Z Downloaded syn v1.0.109
4372026-03-30T16:11:12.701Z Downloaded syn v2.0.117
4382026-03-30T16:11:12.717Z Downloaded rustix v1.1.3
4392026-03-30T16:11:12.744Z Downloaded libc v0.2.180
4402026-03-30T16:11:12.810Z Compiling proc-macro2 v1.0.106
4412026-03-30T16:11:12.810Z Compiling quote v1.0.44
4422026-03-30T16:11:12.814Z Compiling unicode-ident v1.0.24
4432026-03-30T16:11:12.814Z Compiling serde_core v1.0.228
4442026-03-30T16:11:12.814Z Compiling libc v0.2.180
4452026-03-30T16:11:12.814Z Compiling version_check v0.9.5
4462026-03-30T16:11:12.814Z Compiling serde v1.0.228
4472026-03-30T16:11:12.814Z Compiling stable_deref_trait v1.2.1
4482026-03-30T16:11:12.814Z Compiling memchr v2.8.0
4492026-03-30T16:11:12.815Z Compiling zmij v1.0.21
4502026-03-30T16:11:12.815Z Compiling ucd-trie v0.1.7
4512026-03-30T16:11:12.815Z Compiling thiserror v1.0.69
4522026-03-30T16:11:12.815Z Compiling itoa v1.0.17
4532026-03-30T16:11:12.995Z Compiling autocfg v1.5.0
4542026-03-30T16:11:13.023Z Compiling litemap v0.8.1
4552026-03-30T16:11:13.227Z Compiling writeable v0.6.2
4562026-03-30T16:11:13.229Z Compiling icu_properties_data v2.1.2
4572026-03-30T16:11:13.304Z Compiling rustix v1.1.3
4582026-03-30T16:11:13.413Z Compiling byteorder v1.5.0
4592026-03-30T16:11:13.447Z Compiling icu_normalizer_data v2.1.1
4602026-03-30T16:11:13.486Z Compiling bitflags v2.11.0
4612026-03-30T16:11:13.521Z Compiling serde_json v1.0.149
4622026-03-30T16:11:13.539Z Compiling num-traits v0.2.19
4632026-03-30T16:11:13.658Z Compiling pest v2.8.6
4642026-03-30T16:11:13.698Z Compiling smallvec v1.15.1
4652026-03-30T16:11:13.808Z Compiling equivalent v1.0.2
4662026-03-30T16:11:13.864Z Compiling hashbrown v0.16.1
4672026-03-30T16:11:13.906Z Compiling typeid v1.0.3
4682026-03-30T16:11:13.936Z Compiling usdt-impl v0.5.0
4692026-03-30T16:11:13.949Z Compiling proc-macro-error-attr v1.0.4
4702026-03-30T16:11:13.965Z Compiling erased-serde v0.4.9
4712026-03-30T16:11:13.990Z Compiling syn v1.0.109
4722026-03-30T16:11:14.038Z Compiling winnow v0.7.14
4732026-03-30T16:11:14.073Z Compiling toml_write v0.1.2
4742026-03-30T16:11:14.092Z Compiling proc-macro-error v1.0.4
4752026-03-30T16:11:14.096Z Compiling utf8_iter v1.0.4
4762026-03-30T16:11:14.128Z Compiling errno v0.3.14
4772026-03-30T16:11:14.186Z Compiling thread-id v4.2.2
4782026-03-30T16:11:14.377Z Compiling percent-encoding v2.3.2
4792026-03-30T16:11:14.380Z Compiling plain v0.2.3
4802026-03-30T16:11:14.380Z Compiling log v0.4.29
4812026-03-30T16:11:14.462Z Compiling syn v2.0.117
4822026-03-30T16:11:14.488Z Compiling indexmap v2.13.0
4832026-03-30T16:11:14.490Z Compiling getrandom v0.4.1
4842026-03-30T16:11:14.560Z Compiling thiserror v2.0.18
4852026-03-30T16:11:14.582Z Compiling camino v1.2.2
4862026-03-30T16:11:14.585Z Compiling utf8parse v0.2.2
4872026-03-30T16:11:14.656Z Compiling form_urlencoded v1.2.2
4882026-03-30T16:11:14.754Z Compiling anstyle-parse v0.2.7
4892026-03-30T16:11:14.830Z Compiling pest_meta v2.8.6
4902026-03-30T16:11:15.019Z Compiling ordered-float v2.10.1
4912026-03-30T16:11:15.042Z Compiling pretty-hex v0.4.1
4922026-03-30T16:11:15.045Z Compiling is_terminal_polyfill v1.70.2
4932026-03-30T16:11:15.063Z Compiling colorchoice v1.0.4
4942026-03-30T16:11:15.067Z Compiling anstyle-query v1.1.5
4952026-03-30T16:11:15.079Z Compiling anstyle v1.0.13
4962026-03-30T16:11:15.137Z Compiling cfg-if v1.0.4
4972026-03-30T16:11:15.196Z Compiling fs-err v3.3.0
4982026-03-30T16:11:15.232Z Compiling heck v0.4.1
4992026-03-30T16:11:15.270Z Compiling terminal_size v0.4.3
5002026-03-30T16:11:15.273Z Compiling fastrand v2.3.0
5012026-03-30T16:11:15.307Z Compiling anstream v0.6.21
5022026-03-30T16:11:15.310Z Compiling fnv v1.0.7
5032026-03-30T16:11:15.346Z Compiling unicode-xid v0.2.6
5042026-03-30T16:11:15.486Z Compiling semver v1.0.27
5052026-03-30T16:11:15.522Z Compiling strsim v0.11.1
5062026-03-30T16:11:15.543Z Compiling anyhow v1.0.102
5072026-03-30T16:11:15.580Z Compiling clap_lex v1.0.0
5082026-03-30T16:11:15.599Z Compiling unicode-width v0.1.14
5092026-03-30T16:11:15.602Z Compiling heck v0.5.0
5102026-03-30T16:11:15.656Z Compiling once_cell v1.21.3
5112026-03-30T16:11:15.688Z Compiling bytecount v0.6.9
5122026-03-30T16:11:15.853Z Compiling papergrid v0.11.0
5132026-03-30T16:11:15.858Z Compiling serde-untagged v0.1.9
5142026-03-30T16:11:15.891Z Compiling tempfile v3.25.0
5152026-03-30T16:11:15.895Z Compiling clap_builder v4.5.60
5162026-03-30T16:11:15.949Z Compiling memmap v0.7.0
5172026-03-30T16:11:15.966Z Compiling smawk v0.3.2
5182026-03-30T16:11:16.004Z Compiling unicode-width v0.2.0
5192026-03-30T16:11:16.063Z Compiling unicode-linebreak v0.1.5
5202026-03-30T16:11:16.128Z Compiling camino-tempfile v1.4.1
5212026-03-30T16:11:16.166Z Compiling swrite v0.1.0
5222026-03-30T16:11:16.204Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-03-30T16:11:16.289Z Compiling textwrap v0.16.2
5242026-03-30T16:11:16.549Z Compiling tabled_derive v0.7.0
5252026-03-30T16:11:17.088Z Compiling synstructure v0.13.2
5262026-03-30T16:11:17.088Z Compiling pest_generator v2.8.6
5272026-03-30T16:11:17.206Z Compiling tabled v0.15.0
5282026-03-30T16:11:17.677Z Compiling serde_derive v1.0.228
5292026-03-30T16:11:17.680Z Compiling zerofrom-derive v0.1.6
5302026-03-30T16:11:17.680Z Compiling yoke-derive v0.8.1
5312026-03-30T16:11:17.680Z Compiling zerovec-derive v0.11.2
5322026-03-30T16:11:17.681Z Compiling displaydoc v0.2.5
5332026-03-30T16:11:17.681Z Compiling thiserror-impl v1.0.69
5342026-03-30T16:11:17.713Z Compiling zerocopy-derive v0.7.35
5352026-03-30T16:11:17.729Z Compiling pest_derive v2.8.6
5362026-03-30T16:11:17.732Z Compiling scroll_derive v0.12.1
5372026-03-30T16:11:17.745Z Compiling thiserror-impl v2.0.18
5382026-03-30T16:11:17.797Z Compiling clap_derive v4.5.55
5392026-03-30T16:11:18.471Z Compiling scroll v0.12.0
5402026-03-30T16:11:18.490Z Compiling zerocopy v0.7.35
5412026-03-30T16:11:18.668Z Compiling zerofrom v0.1.6
5422026-03-30T16:11:18.688Z Compiling goblin v0.8.2
5432026-03-30T16:11:18.776Z Compiling yoke v0.8.1
5442026-03-30T16:11:18.846Z Compiling dtrace-parser v0.2.0
5452026-03-30T16:11:18.939Z Compiling zerovec v0.11.5
5462026-03-30T16:11:18.939Z Compiling zerotrie v0.2.3
5472026-03-30T16:11:19.187Z Compiling clap v4.5.60
5482026-03-30T16:11:19.361Z Compiling tinystr v0.8.2
5492026-03-30T16:11:19.361Z Compiling potential_utf v0.1.4
5502026-03-30T16:11:19.469Z Compiling icu_collections v2.1.1
5512026-03-30T16:11:19.521Z Compiling icu_locale_core v2.1.1
5522026-03-30T16:11:20.048Z Compiling icu_provider v2.1.1
5532026-03-30T16:11:20.159Z Compiling toml_datetime v0.6.11
5542026-03-30T16:11:20.159Z Compiling serde_spanned v0.6.9
5552026-03-30T16:11:20.162Z Compiling serde-value v0.7.0
5562026-03-30T16:11:20.162Z Compiling cargo-platform v0.2.0
5572026-03-30T16:11:20.162Z Compiling macaddr v1.0.1
5582026-03-30T16:11:20.193Z Compiling dof v0.3.0
5592026-03-30T16:11:20.196Z Compiling serde_tokenstream v0.2.3
5602026-03-30T16:11:20.266Z Compiling icu_normalizer v2.1.1
5612026-03-30T16:11:20.269Z Compiling icu_properties v2.1.2
5622026-03-30T16:11:20.364Z Compiling toml_edit v0.22.27
5632026-03-30T16:11:20.962Z Compiling usdt-macro v0.5.0
5642026-03-30T16:11:20.965Z Compiling usdt-attr-macro v0.5.0
5652026-03-30T16:11:21.145Z Compiling idna_adapter v1.2.1
5662026-03-30T16:11:21.250Z Compiling idna v1.1.0
5672026-03-30T16:11:21.536Z Compiling url v2.5.8
5682026-03-30T16:11:21.560Z Compiling usdt v0.5.0
5692026-03-30T16:11:21.678Z Compiling toml v0.8.23
5702026-03-30T16:11:22.011Z Compiling cargo-util-schemas v0.8.2
5712026-03-30T16:11:22.011Z Compiling cargo_toml v0.21.0
5722026-03-30T16:11:22.790Z Compiling cargo_metadata v0.21.0
5732026-03-30T16:11:23.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-03-30T16:11:25.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.04s
5752026-03-30T16:11:26.087Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-03-30T16:11:26.641Z Downloading crates ...
5772026-03-30T16:11:26.737Z Downloaded async-bb8-diesel v0.2.1
5782026-03-30T16:11:26.744Z Downloaded block-padding v0.3.3
5792026-03-30T16:11:26.747Z Downloaded atty v0.2.14
5802026-03-30T16:11:26.747Z Downloaded colored v2.2.0
5812026-03-30T16:11:26.747Z Downloaded base16ct v1.0.0
5822026-03-30T16:11:26.750Z Downloaded derive_builder_macro v0.20.2
5832026-03-30T16:11:26.753Z Downloaded crc8 v0.1.1
5842026-03-30T16:11:26.753Z Downloaded atomicwrites v0.4.4
5852026-03-30T16:11:26.753Z Downloaded dunce v1.0.5
5862026-03-30T16:11:26.753Z Downloaded async-recursion v1.1.1
5872026-03-30T16:11:26.756Z Downloaded atomic-waker v1.1.2
5882026-03-30T16:11:26.756Z Downloaded async-stream-impl v0.3.6
5892026-03-30T16:11:26.759Z Downloaded arrayref v0.3.9
5902026-03-30T16:11:26.759Z Downloaded assert_matches v1.5.0
5912026-03-30T16:11:26.759Z Downloaded aead v0.5.2
5922026-03-30T16:11:26.762Z Downloaded bitfield-struct v0.6.2
5932026-03-30T16:11:26.762Z Downloaded daft v0.1.5
5942026-03-30T16:11:26.766Z Downloaded ascii-canvas v3.0.0
5952026-03-30T16:11:26.766Z Downloaded adler2 v2.0.1
5962026-03-30T16:11:26.766Z Downloaded async-stream v0.3.6
5972026-03-30T16:11:26.770Z Downloaded crypto-bigint v0.5.5
5982026-03-30T16:11:26.773Z Downloaded backoff v0.4.0
5992026-03-30T16:11:26.773Z Downloaded base16ct v0.2.0
6002026-03-30T16:11:26.776Z Downloaded async-trait v0.1.89
6012026-03-30T16:11:26.776Z Downloaded arrayvec v0.7.6
6022026-03-30T16:11:26.779Z Downloaded bit-set v0.8.0
6032026-03-30T16:11:26.779Z Downloaded critical-section v1.2.0
6042026-03-30T16:11:26.782Z Downloaded bit-set v0.5.3
6052026-03-30T16:11:26.788Z Downloaded daft-derive v0.1.5
6062026-03-30T16:11:26.791Z Downloaded des v0.8.1
6072026-03-30T16:11:26.794Z Downloaded defmt v1.0.1
6082026-03-30T16:11:26.797Z Downloaded defmt v0.3.100
6092026-03-30T16:11:26.797Z Downloaded dropshot-api-manager-types v0.6.0
6102026-03-30T16:11:26.801Z Downloaded cassowary v0.3.0
6112026-03-30T16:11:26.801Z Downloaded bitflags v1.3.2
6122026-03-30T16:11:26.804Z Downloaded difflib v0.4.0
6132026-03-30T16:11:26.804Z Downloaded defmt-macros v1.0.1
6142026-03-30T16:11:26.804Z Downloaded bitfield v0.19.4
6152026-03-30T16:11:26.807Z Downloaded ciborium-io v0.2.2
6162026-03-30T16:11:26.807Z Downloaded cfg_aliases v0.2.1
6172026-03-30T16:11:26.807Z Downloaded float-cmp v0.10.0
6182026-03-30T16:11:26.807Z Downloaded cfg_aliases v0.1.1
6192026-03-30T16:11:26.807Z Downloaded darling_macro v0.21.3
6202026-03-30T16:11:26.810Z Downloaded bb8 v0.8.6
6212026-03-30T16:11:26.810Z Downloaded data-encoding v2.10.0
6222026-03-30T16:11:26.810Z Downloaded diesel-dtrace v0.5.0
6232026-03-30T16:11:26.813Z Downloaded csv-core v0.1.13
6242026-03-30T16:11:26.813Z Downloaded cobs v0.3.0
6252026-03-30T16:11:26.816Z Downloaded bitfield-macros v0.19.4
6262026-03-30T16:11:26.816Z Downloaded crunchy v0.2.4
6272026-03-30T16:11:26.821Z Downloaded array-init v0.0.4
6282026-03-30T16:11:26.824Z Downloaded foreign-types v0.3.2
6292026-03-30T16:11:26.824Z Downloaded darling_macro v0.23.0
6302026-03-30T16:11:26.828Z Downloaded enum-as-inner v0.6.1
6312026-03-30T16:11:26.832Z Downloaded display-error-chain v0.2.2
6322026-03-30T16:11:26.835Z Downloaded crucible-workspace-hack v0.1.0
6332026-03-30T16:11:26.835Z Downloaded document-features v0.2.12
6342026-03-30T16:11:26.838Z Downloaded derive-where v1.6.0
6352026-03-30T16:11:26.841Z Downloaded fallible-iterator v0.2.0
6362026-03-30T16:11:26.841Z Downloaded deranged v0.5.8
6372026-03-30T16:11:26.843Z Downloaded derive_builder v0.20.2
6382026-03-30T16:11:26.846Z Downloaded fixedbitset v0.4.2
6392026-03-30T16:11:26.846Z Downloaded embedded-io v0.4.0
6402026-03-30T16:11:26.846Z Downloaded bcrypt-pbkdf v0.10.0
6412026-03-30T16:11:26.849Z Downloaded bcs v0.1.6
6422026-03-30T16:11:26.849Z Downloaded backon v1.6.0
6432026-03-30T16:11:26.852Z Downloaded der_derive v0.7.3
6442026-03-30T16:11:26.852Z Downloaded flagset v0.4.7
6452026-03-30T16:11:26.855Z Downloaded embedded-io v0.6.1
6462026-03-30T16:11:26.855Z Downloaded dtrace-parser v0.3.0
6472026-03-30T16:11:26.855Z Downloaded cpufeatures v0.3.0
6482026-03-30T16:11:26.858Z Downloaded dsl_auto_type v0.2.0
6492026-03-30T16:11:26.858Z Downloaded dof v0.4.0
6502026-03-30T16:11:26.858Z Downloaded debug-ignore v1.0.5
6512026-03-30T16:11:26.861Z Downloaded darling_macro v0.20.11
6522026-03-30T16:11:26.861Z Downloaded foreign-types v0.5.0
6532026-03-30T16:11:26.861Z Downloaded endian-type v0.1.2
6542026-03-30T16:11:26.861Z Downloaded dyn-clone v1.0.20
6552026-03-30T16:11:26.864Z Downloaded diesel_table_macro_syntax v0.3.0
6562026-03-30T16:11:26.864Z Downloaded curve25519-dalek-derive v0.1.1
6572026-03-30T16:11:26.864Z Downloaded convert_case v0.4.0
6582026-03-30T16:11:26.864Z Downloaded bit-vec v0.6.3
6592026-03-30T16:11:26.867Z Downloaded cstr-argument v0.1.2
6602026-03-30T16:11:26.867Z Downloaded defmt-parser v1.0.0
6612026-03-30T16:11:26.867Z Downloaded dirs-next v2.0.0
6622026-03-30T16:11:26.867Z Downloaded env_filter v1.0.0
6632026-03-30T16:11:26.872Z Downloaded foreign-types-shared v0.1.1
6642026-03-30T16:11:26.874Z Downloaded fd-lock v4.0.4
6652026-03-30T16:11:26.874Z Downloaded float-ord v0.3.2
6662026-03-30T16:11:26.877Z Downloaded ciborium-ll v0.2.2
6672026-03-30T16:11:26.880Z Downloaded cargo-platform v0.1.9
6682026-03-30T16:11:26.880Z Downloaded downcast-rs v2.0.2
6692026-03-30T16:11:26.883Z Downloaded foreign-types-macros v0.2.3
6702026-03-30T16:11:26.883Z Downloaded ed25519 v2.2.3
6712026-03-30T16:11:26.886Z Downloaded env_logger v0.11.9
6722026-03-30T16:11:26.886Z Downloaded crc-catalog v2.4.0
6732026-03-30T16:11:26.886Z Downloaded ctr v0.9.2
6742026-03-30T16:11:26.889Z Downloaded futures-core v0.3.32
6752026-03-30T16:11:26.889Z Downloaded derive_builder_core v0.20.2
6762026-03-30T16:11:26.890Z Downloaded git-stub v1.0.0
6772026-03-30T16:11:26.892Z Downloaded erased-serde v0.3.31
6782026-03-30T16:11:26.892Z Downloaded crossbeam-deque v0.8.6
6792026-03-30T16:11:26.892Z Downloaded futures-macro v0.3.32
6802026-03-30T16:11:26.896Z Downloaded futures-io v0.3.32
6812026-03-30T16:11:26.896Z Downloaded find-msvc-tools v0.1.9
6822026-03-30T16:11:26.896Z Downloaded foreign-types-shared v0.3.1
6832026-03-30T16:11:26.902Z Downloaded const-oid v0.9.6
6842026-03-30T16:11:26.902Z Downloaded corncobs v0.1.4
6852026-03-30T16:11:26.902Z Downloaded cargo_metadata v0.19.2
6862026-03-30T16:11:26.905Z Downloaded crc v3.4.0
6872026-03-30T16:11:26.905Z Downloaded crossbeam-channel v0.5.15
6882026-03-30T16:11:26.905Z Downloaded hex v0.4.3
6892026-03-30T16:11:26.905Z Downloaded buf-list v1.1.2
6902026-03-30T16:11:26.908Z Downloaded hash32 v0.2.1
6912026-03-30T16:11:26.908Z Downloaded foldhash v0.2.0
6922026-03-30T16:11:26.911Z Downloaded chacha20 v0.9.1
6932026-03-30T16:11:26.914Z Downloaded funty v2.0.0
6942026-03-30T16:11:26.914Z Downloaded bit-vec v0.8.0
6952026-03-30T16:11:26.914Z Downloaded cmake v0.1.57
6962026-03-30T16:11:26.917Z Downloaded ghash v0.5.1
6972026-03-30T16:11:26.917Z Downloaded fxhash v0.2.1
6982026-03-30T16:11:26.917Z Downloaded futures-task v0.3.32
6992026-03-30T16:11:26.919Z Downloaded ena v0.14.4
7002026-03-30T16:11:26.919Z Downloaded ff v0.13.1
7012026-03-30T16:11:26.919Z Downloaded dirs-sys-next v0.1.2
7022026-03-30T16:11:26.922Z Downloaded globwalk v0.9.1
7032026-03-30T16:11:26.925Z Downloaded chacha20 v0.10.0
7042026-03-30T16:11:26.925Z Downloaded cexpr v0.6.0
7052026-03-30T16:11:26.928Z Downloaded foldhash v0.1.5
7062026-03-30T16:11:26.928Z Downloaded cipher v0.4.4
7072026-03-30T16:11:26.928Z Downloaded camino-tempfile-ext v0.3.3
7082026-03-30T16:11:26.931Z Downloaded futures-sink v0.3.32
7092026-03-30T16:11:26.931Z Downloaded either v1.15.0
7102026-03-30T16:11:26.935Z Downloaded hostname v0.3.1
7112026-03-30T16:11:26.935Z Downloaded gethostname v0.5.0
7122026-03-30T16:11:26.936Z Downloaded httpdate v1.0.3
7132026-03-30T16:11:26.939Z Downloaded http-range v0.1.5
7142026-03-30T16:11:26.939Z Downloaded http-body v1.0.1
7152026-03-30T16:11:26.939Z Downloaded blake2 v0.10.6
7162026-03-30T16:11:26.942Z Downloaded hubpack_derive v0.1.1
7172026-03-30T16:11:26.942Z Downloaded hubpack v0.1.2
7182026-03-30T16:11:26.942Z Downloaded ident_case v1.0.1
7192026-03-30T16:11:26.945Z Downloaded const_format_proc_macros v0.2.34
7202026-03-30T16:11:26.945Z Downloaded der v0.7.10
7212026-03-30T16:11:26.949Z Downloaded headers-core v0.3.0
7222026-03-30T16:11:26.951Z Downloaded hash32 v0.3.1
7232026-03-30T16:11:26.952Z Downloaded hex-literal v0.4.1
7242026-03-30T16:11:26.952Z Downloaded byte-wrapper v0.1.0
7252026-03-30T16:11:26.952Z Downloaded crossbeam-utils v0.8.21
7262026-03-30T16:11:26.954Z Downloaded home v0.5.12
7272026-03-30T16:11:26.954Z Downloaded constant_time_eq v0.4.2
7282026-03-30T16:11:26.957Z Downloaded ecdsa v0.16.9
7292026-03-30T16:11:26.957Z Downloaded cancel-safe-futures v0.1.5
7302026-03-30T16:11:26.960Z Downloaded git-stub-vcs v0.1.0
7312026-03-30T16:11:26.960Z Downloaded cbc v0.1.2
7322026-03-30T16:11:26.963Z Downloaded filetime v0.2.27
7332026-03-30T16:11:26.963Z Downloaded convert_case v0.10.0
7342026-03-30T16:11:26.963Z Downloaded base64ct v1.8.3
7352026-03-30T16:11:26.966Z Downloaded indent_write v2.2.0
7362026-03-30T16:11:26.978Z Downloaded instant v0.1.13
7372026-03-30T16:11:26.981Z Downloaded indoc v1.0.9
7382026-03-30T16:11:26.984Z Downloaded inout v0.1.4
7392026-03-30T16:11:26.984Z Downloaded fs-err v2.11.0
7402026-03-30T16:11:26.984Z Downloaded globset v0.4.18
7412026-03-30T16:11:26.987Z Downloaded cargo_toml v0.22.3
7422026-03-30T16:11:26.987Z Downloaded is-terminal v0.4.17
7432026-03-30T16:11:26.987Z Downloaded instability v0.3.11
7442026-03-30T16:11:26.990Z Downloaded clang-sys v1.8.1
7452026-03-30T16:11:26.990Z Downloaded futures-executor v0.3.32
7462026-03-30T16:11:26.993Z Downloaded fs_extra v1.3.0
7472026-03-30T16:11:26.997Z Downloaded internet-checksum v0.2.1
7482026-03-30T16:11:26.997Z Downloaded highway v1.3.0
7492026-03-30T16:11:27.000Z Downloaded darling v0.21.3
7502026-03-30T16:11:27.004Z Downloaded group v0.13.0
7512026-03-30T16:11:27.004Z Downloaded cookie v0.18.1
7522026-03-30T16:11:27.010Z Downloaded fixedbitset v0.5.7
7532026-03-30T16:11:27.010Z Downloaded derive-ex v0.1.8
7542026-03-30T16:11:27.010Z Downloaded darling v0.23.0
7552026-03-30T16:11:27.014Z Downloaded kstat-rs v0.2.4
7562026-03-30T16:11:27.014Z Downloaded hostname v0.4.2
7572026-03-30T16:11:27.014Z Downloaded hyper-tls v0.6.0
7582026-03-30T16:11:27.014Z Downloaded humantime v2.3.0
7592026-03-30T16:11:27.017Z Downloaded http-body-util v0.1.3
7602026-03-30T16:11:27.017Z Downloaded lalrpop-util v0.19.12
7612026-03-30T16:11:27.017Z Downloaded crc32fast v1.5.0
7622026-03-30T16:11:27.017Z Downloaded colored v3.1.1
7632026-03-30T16:11:27.022Z Downloaded lazy_static v1.5.0
7642026-03-30T16:11:27.022Z Downloaded console v0.15.11
7652026-03-30T16:11:27.025Z Downloaded linked-hash-map v0.5.6
7662026-03-30T16:11:27.025Z Downloaded castaway v0.2.4
7672026-03-30T16:11:27.025Z Downloaded diff v0.1.13
7682026-03-30T16:11:27.025Z Downloaded indoc v2.0.7
7692026-03-30T16:11:27.027Z Downloaded derive_more v0.99.20
7702026-03-30T16:11:27.030Z Downloaded libscf-sys v1.1.0
7712026-03-30T16:11:27.030Z Downloaded darling_core v0.23.0
7722026-03-30T16:11:27.033Z Downloaded md-5 v0.10.6
7732026-03-30T16:11:27.036Z Downloaded lru-slab v0.1.2
7742026-03-30T16:11:27.036Z Downloaded crossterm v0.28.1
7752026-03-30T16:11:27.039Z Downloaded new_debug_unreachable v1.0.6
7762026-03-30T16:11:27.042Z Downloaded memoffset v0.9.1
7772026-03-30T16:11:27.042Z Downloaded md5 v0.7.0
7782026-03-30T16:11:27.042Z Downloaded argon2 v0.5.3
7792026-03-30T16:11:27.045Z Downloaded managed v0.8.0
7802026-03-30T16:11:27.045Z Downloaded maplit v1.0.2
7812026-03-30T16:11:27.045Z Downloaded lzss v0.8.2
7822026-03-30T16:11:27.048Z Downloaded impl-trait-for-tuples v0.2.3
7832026-03-30T16:11:27.048Z Downloaded ciborium v0.2.2
7842026-03-30T16:11:27.052Z Downloaded lru-cache v0.1.2
7852026-03-30T16:11:27.052Z Downloaded match_cfg v0.1.0
7862026-03-30T16:11:27.052Z Downloaded console v0.16.2
7872026-03-30T16:11:27.055Z Downloaded bzip2 v0.6.1
7882026-03-30T16:11:27.055Z Downloaded ingot-types v0.1.2
7892026-03-30T16:11:27.055Z Downloaded cookie_store v0.22.1
7902026-03-30T16:11:27.058Z Downloaded is_ci v1.2.0
7912026-03-30T16:11:27.058Z Downloaded ingot v0.1.1
7922026-03-30T16:11:27.058Z Downloaded hyper-staticfile v0.10.1
7932026-03-30T16:11:27.061Z Downloaded mime v0.3.17
7942026-03-30T16:11:27.061Z Downloaded ipnetwork v0.21.1
7952026-03-30T16:11:27.063Z Downloaded newtype-uuid-macros v0.1.0
7962026-03-30T16:11:27.064Z Downloaded newline-converter v0.3.0
7972026-03-30T16:11:27.064Z Downloaded normalize-line-endings v0.3.0
7982026-03-30T16:11:27.067Z Downloaded nodrop v0.1.14
7992026-03-30T16:11:27.067Z Downloaded multimap v0.10.1
8002026-03-30T16:11:27.067Z Downloaded num-derive v0.3.3
8012026-03-30T16:11:27.067Z Downloaded ipnet v2.11.0
8022026-03-30T16:11:27.070Z Downloaded blowfish v0.9.1
8032026-03-30T16:11:27.070Z Downloaded crossbeam-epoch v0.9.18
8042026-03-30T16:11:27.073Z Downloaded libloading v0.8.9
8052026-03-30T16:11:27.073Z Downloaded getrandom v0.2.17
8062026-03-30T16:11:27.075Z Downloaded nibble_vec v0.1.0
8072026-03-30T16:11:27.075Z Downloaded elliptic-curve v0.13.8
8082026-03-30T16:11:27.078Z Downloaded newtype_derive v0.1.6
8092026-03-30T16:11:27.078Z Downloaded dropshot_endpoint v0.16.7
8102026-03-30T16:11:27.081Z Downloaded nonempty v0.12.0
8112026-03-30T16:11:27.083Z Downloaded futures v0.3.32
8122026-03-30T16:11:27.086Z Downloaded jobserver v0.1.34
8132026-03-30T16:11:27.086Z Downloaded httparse v1.10.1
8142026-03-30T16:11:27.089Z Downloaded lock_api v0.4.14
8152026-03-30T16:11:27.089Z Downloaded linear-map v1.2.0
8162026-03-30T16:11:27.089Z Downloaded glob v0.3.3
8172026-03-30T16:11:27.092Z Downloaded lru v0.12.5
8182026-03-30T16:11:27.092Z Downloaded half v1.8.3
8192026-03-30T16:11:27.095Z Downloaded getrandom v0.3.4
8202026-03-30T16:11:27.095Z Downloaded num-conv v0.2.0
8212026-03-30T16:11:27.100Z Downloaded fatfs v0.3.6
8222026-03-30T16:11:27.100Z Downloaded num-derive v0.4.2
8232026-03-30T16:11:27.103Z Downloaded num-iter v0.1.45
8242026-03-30T16:11:27.103Z Downloaded num_threads v0.1.7
8252026-03-30T16:11:27.103Z Downloaded maybe-uninit v2.0.0
8262026-03-30T16:11:27.103Z Downloaded num v0.4.3
8272026-03-30T16:11:27.103Z Downloaded futures-channel v0.3.32
8282026-03-30T16:11:27.106Z Downloaded darling_core v0.21.3
8292026-03-30T16:11:27.109Z Downloaded openssl-probe v0.2.1
8302026-03-30T16:11:27.109Z Downloaded darling v0.20.11
8312026-03-30T16:11:27.112Z Downloaded packed_struct_codegen v0.10.1
8322026-03-30T16:11:27.112Z Downloaded hickory-client v0.25.2
8332026-03-30T16:11:27.114Z Downloaded hmac v0.12.1
8342026-03-30T16:11:27.114Z Downloaded native-tls v0.2.18
8352026-03-30T16:11:27.117Z Downloaded nanorand v0.7.0
8362026-03-30T16:11:27.117Z Downloaded libsw v3.5.0
8372026-03-30T16:11:27.120Z Downloaded libsw-core v0.3.2
8382026-03-30T16:11:27.120Z Downloaded libefi-sys v0.1.0
8392026-03-30T16:11:27.120Z Downloaded keccak v0.1.6
8402026-03-30T16:11:27.123Z Downloaded bzip2 v0.4.4
8412026-03-30T16:11:27.123Z Downloaded allocator-api2 v0.2.21
8422026-03-30T16:11:27.127Z Downloaded num_enum_derive v0.5.11
8432026-03-30T16:11:27.127Z Downloaded olpc-cjson v0.1.4
8442026-03-30T16:11:27.130Z Downloaded openssl-probe v0.1.6
8452026-03-30T16:11:27.130Z Downloaded ingot-macros v0.1.1
8462026-03-30T16:11:27.130Z Downloaded newtype-uuid v1.3.2
8472026-03-30T16:11:27.132Z Downloaded crc-any v2.5.0
8482026-03-30T16:11:27.135Z Downloaded mime_guess v2.0.5
8492026-03-30T16:11:27.138Z Downloaded iana-time-zone v0.1.65
8502026-03-30T16:11:27.138Z Downloaded hyper-rustls v0.27.7
8512026-03-30T16:11:27.141Z Downloaded parse-size v1.1.0
8522026-03-30T16:11:27.141Z Downloaded parse-display v0.10.0
8532026-03-30T16:11:27.141Z Downloaded oso-derive v0.27.3
8542026-03-30T16:11:27.145Z Downloaded openssl-macros v0.1.1
8552026-03-30T16:11:27.145Z Downloaded pbkdf2 v0.12.2
8562026-03-30T16:11:27.145Z Downloaded pbkdf2 v0.11.0
8572026-03-30T16:11:27.147Z Downloaded num-complex v0.4.6
8582026-03-30T16:11:27.147Z Downloaded compact_str v0.8.1
8592026-03-30T16:11:27.150Z Downloaded base64 v0.22.1
8602026-03-30T16:11:27.153Z Downloaded multer v3.1.0
8612026-03-30T16:11:27.171Z Downloaded phf_shared v0.12.1
8622026-03-30T16:11:27.173Z Downloaded path-slash v0.1.5
8632026-03-30T16:11:27.173Z Downloaded num_enum_derive v0.7.5
8642026-03-30T16:11:27.173Z Downloaded num-integer v0.1.46
8652026-03-30T16:11:27.174Z Downloaded litrs v1.0.0
8662026-03-30T16:11:27.174Z Downloaded nu-ansi-term v0.50.3
8672026-03-30T16:11:27.177Z Downloaded drift v0.1.3
8682026-03-30T16:11:27.179Z Downloaded pin-utils v0.1.0
8692026-03-30T16:11:27.179Z Downloaded opaque-debug v0.3.1
8702026-03-30T16:11:27.182Z Downloaded num_enum v0.5.11
8712026-03-30T16:11:27.185Z Downloaded predicates-tree v1.0.13
8722026-03-30T16:11:27.185Z Downloaded precomputed-hash v0.1.1
8732026-03-30T16:11:27.185Z Downloaded powerfmt v0.2.0
8742026-03-30T16:11:27.185Z Downloaded peg-runtime v0.8.5
8752026-03-30T16:11:27.188Z Downloaded flume v0.11.1
8762026-03-30T16:11:27.188Z Downloaded darling_core v0.20.11
8772026-03-30T16:11:27.190Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-03-30T16:11:27.193Z Downloaded phf_shared v0.13.1
8792026-03-30T16:11:27.193Z Downloaded oxnet v0.1.4
8802026-03-30T16:11:27.193Z Downloaded base64 v0.21.7
8812026-03-30T16:11:27.198Z Downloaded ahash v0.8.12
8822026-03-30T16:11:27.202Z Downloaded num_enum v0.7.5
8832026-03-30T16:11:27.202Z Downloaded arc-swap v1.8.2
8842026-03-30T16:11:27.205Z Downloaded aes v0.8.4
8852026-03-30T16:11:27.205Z Downloaded packed_struct v0.10.1
8862026-03-30T16:11:27.210Z Downloaded oxide-tokio-rt v0.1.3
8872026-03-30T16:11:27.210Z Downloaded indexmap v1.9.3
8882026-03-30T16:11:27.212Z Downloaded num-rational v0.4.2
8892026-03-30T16:11:27.212Z Downloaded ignore v0.4.25
8902026-03-30T16:11:27.212Z Downloaded progenitor-macro v0.11.2
8912026-03-30T16:11:27.212Z Downloaded proc-macro-crate v3.4.0
8922026-03-30T16:11:27.215Z Downloaded password-hash v0.4.2
8932026-03-30T16:11:27.215Z Downloaded crossterm v0.29.0
8942026-03-30T16:11:27.218Z Downloaded parse-display-derive v0.10.0
8952026-03-30T16:11:27.221Z Downloaded flate2 v1.1.9
8962026-03-30T16:11:27.224Z Downloaded ed25519-dalek v2.2.0
8972026-03-30T16:11:27.226Z Downloaded bytes v1.11.1
8982026-03-30T16:11:27.229Z Downloaded progenitor-macro v0.10.0
8992026-03-30T16:11:27.229Z Downloaded peg-macros v0.8.5
9002026-03-30T16:11:27.230Z Downloaded owo-colors v4.3.0
9012026-03-30T16:11:27.232Z Downloaded proc-macro-crate v1.3.1
9022026-03-30T16:11:27.233Z Downloaded heapless v0.8.0
9032026-03-30T16:11:27.236Z Downloaded quick-error v1.2.3
9042026-03-30T16:11:27.236Z Downloaded expectorate v1.2.0
9052026-03-30T16:11:27.240Z Downloaded derive_more-impl v2.1.1
9062026-03-30T16:11:27.243Z Downloaded radium v0.7.0
9072026-03-30T16:11:27.243Z Downloaded omicron-zone-package v0.12.2
9082026-03-30T16:11:27.243Z Downloaded postgres-protocol v0.6.10
9092026-03-30T16:11:27.243Z Downloaded derive_more v2.1.1
9102026-03-30T16:11:27.250Z Downloaded ppv-lite86 v0.2.21
9112026-03-30T16:11:27.253Z Downloaded polyval v0.6.2
9122026-03-30T16:11:27.253Z Downloaded pkcs8 v0.10.2
9132026-03-30T16:11:27.257Z Downloaded password-hash v0.5.0
9142026-03-30T16:11:27.257Z Downloaded ref-cast-impl v1.0.25
9152026-03-30T16:11:27.257Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-03-30T16:11:27.257Z Downloaded recursive v0.1.1
9172026-03-30T16:11:27.260Z Downloaded rand_xorshift v0.4.0
9182026-03-30T16:11:27.260Z Downloaded psl-types v2.0.11
9192026-03-30T16:11:27.260Z Downloaded progenitor-macro v0.13.0
9202026-03-30T16:11:27.260Z Downloaded progenitor-client v0.11.2
9212026-03-30T16:11:27.260Z Downloaded primeorder v0.13.6
9222026-03-30T16:11:27.263Z Downloaded half v2.7.1
9232026-03-30T16:11:27.267Z Downloaded heapless v0.7.17
9242026-03-30T16:11:27.269Z Downloaded libbz2-rs-sys v0.2.2
9252026-03-30T16:11:27.269Z Downloaded hickory-resolver v0.25.2
9262026-03-30T16:11:27.272Z Downloaded hickory-resolver v0.24.4
9272026-03-30T16:11:27.275Z Downloaded indicatif v0.18.4
9282026-03-30T16:11:27.277Z Downloaded phf v0.13.1
9292026-03-30T16:11:27.277Z Downloaded phf v0.12.1
9302026-03-30T16:11:27.277Z Downloaded pem-rfc7468 v0.7.0
9312026-03-30T16:11:27.280Z Downloaded progenitor v0.10.0
9322026-03-30T16:11:27.280Z Downloaded progenitor-client v0.10.0
9332026-03-30T16:11:27.283Z Downloaded progenitor v0.11.2
9342026-03-30T16:11:27.283Z Downloaded pin-project-lite v0.2.17
9352026-03-30T16:11:27.286Z Downloaded poly1305 v0.8.0
9362026-03-30T16:11:27.288Z Downloaded rfc6979 v0.4.0
9372026-03-30T16:11:27.289Z Downloaded pkg-config v0.3.32
9382026-03-30T16:11:27.289Z Downloaded pin-project-internal v1.1.11
9392026-03-30T16:11:27.292Z Downloaded proc-macro-error2 v2.0.1
9402026-03-30T16:11:27.292Z Downloaded parking_lot_core v0.9.12
9412026-03-30T16:11:27.295Z Downloaded parking_lot v0.12.5
9422026-03-30T16:11:27.295Z Downloaded pem v3.0.6
9432026-03-30T16:11:27.298Z Downloaded peg v0.8.5
9442026-03-30T16:11:27.298Z Downloaded headers v0.4.1
9452026-03-30T16:11:27.301Z Downloaded dropshot-api-manager v0.6.0
9462026-03-30T16:11:27.306Z Downloaded memmap2 v0.9.10
9472026-03-30T16:11:27.312Z Downloaded russh-cryptovec v0.7.3
9482026-03-30T16:11:27.315Z Downloaded cc v1.2.56
9492026-03-30T16:11:27.315Z Downloaded rustc_version v0.4.1
9502026-03-30T16:11:27.315Z Downloaded predicates v3.1.4
9512026-03-30T16:11:27.315Z Downloaded const_format v0.2.35
9522026-03-30T16:11:27.317Z Downloaded postgres-types v0.2.12
9532026-03-30T16:11:27.320Z Downloaded ref-cast v1.0.25
9542026-03-30T16:11:27.320Z Downloaded rand_seeder v0.4.0
9552026-03-30T16:11:27.323Z Downloaded rand_core v0.6.4
9562026-03-30T16:11:27.323Z Downloaded rand_core v0.10.0
9572026-03-30T16:11:27.323Z Downloaded rand_chacha v0.9.0
9582026-03-30T16:11:27.327Z Downloaded r2d2 v0.8.10
9592026-03-30T16:11:27.327Z Downloaded predicates-core v1.0.10
9602026-03-30T16:11:27.327Z Downloaded postcard v1.1.3
9612026-03-30T16:11:27.332Z Downloaded rtoolbox v0.0.3
9622026-03-30T16:11:27.332Z Downloaded bumpalo v3.20.2
9632026-03-30T16:11:27.332Z Downloaded pkcs1 v0.7.5
9642026-03-30T16:11:27.335Z Downloaded ar_archive_writer v0.5.1
9652026-03-30T16:11:27.335Z Downloaded oso v0.27.3
9662026-03-30T16:11:27.338Z Downloaded progenitor-client v0.13.0
9672026-03-30T16:11:27.338Z Downloaded psm v0.1.30
9682026-03-30T16:11:27.341Z Downloaded progenitor v0.13.0
9692026-03-30T16:11:27.341Z Downloaded jiff-static v0.2.21
9702026-03-30T16:11:27.343Z Downloaded parking_lot_core v0.8.6
9712026-03-30T16:11:27.343Z Downloaded parking_lot v0.11.2
9722026-03-30T16:11:27.347Z Downloaded rustc-hash v2.1.1
9732026-03-30T16:11:27.347Z Downloaded rustc_version v0.1.7
9742026-03-30T16:11:27.350Z Downloaded salsa20 v0.10.2
9752026-03-30T16:11:27.353Z Downloaded scheduled-thread-pool v0.2.7
9762026-03-30T16:11:27.356Z Downloaded sapling-renderdag v0.1.0
9772026-03-30T16:11:27.356Z Downloaded same-file v1.0.6
9782026-03-30T16:11:27.361Z Downloaded paste v1.0.15
9792026-03-30T16:11:27.363Z Downloaded phf_shared v0.11.3
9802026-03-30T16:11:27.364Z Downloaded progenitor-extras v0.1.1
9812026-03-30T16:11:27.366Z Downloaded http v1.4.0
9822026-03-30T16:11:27.369Z Downloaded rand_chacha v0.3.1
9832026-03-30T16:11:27.369Z Downloaded secrecy v0.10.3
9842026-03-30T16:11:27.372Z Downloaded rand_core v0.9.5
9852026-03-30T16:11:27.378Z Downloaded secrecy v0.8.0
9862026-03-30T16:11:27.381Z Downloaded seq-macro v0.3.6
9872026-03-30T16:11:27.385Z Downloaded semver v0.1.20
9882026-03-30T16:11:27.385Z Downloaded serde_bytes v0.11.19
9892026-03-30T16:11:27.385Z Downloaded miniz_oxide v0.8.9
9902026-03-30T16:11:27.388Z Downloaded pkcs5 v0.7.1
9912026-03-30T16:11:27.420Z Downloaded rustls-pemfile v1.0.4
9922026-03-30T16:11:27.420Z Downloaded rustls-native-certs v0.8.3
9932026-03-30T16:11:27.420Z Downloaded scopeguard v1.2.0
9942026-03-30T16:11:27.420Z Downloaded sha1 v0.10.6
9952026-03-30T16:11:27.420Z Downloaded serde_spanned v1.0.4
9962026-03-30T16:11:27.420Z Downloaded serde_repr v0.1.20
9972026-03-30T16:11:27.420Z Downloaded serde_urlencoded v0.7.1
9982026-03-30T16:11:27.420Z Downloaded chacha20poly1305 v0.10.1
9992026-03-30T16:11:27.420Z Downloaded signature v2.2.0
10002026-03-30T16:11:27.420Z Downloaded scroll_derive v0.13.1
10012026-03-30T16:11:27.420Z Downloaded rusty-fork v0.3.1
10022026-03-30T16:11:27.420Z Downloaded hashbrown v0.13.2
10032026-03-30T16:11:27.420Z Downloaded hickory-server v0.25.2
10042026-03-30T16:11:27.420Z Downloaded serde-big-array v0.5.1
10052026-03-30T16:11:27.420Z Downloaded resolv-conf v0.7.6
10062026-03-30T16:11:27.420Z Downloaded papergrid v0.17.0
10072026-03-30T16:11:27.420Z Downloaded serde_plain v1.0.2
10082026-03-30T16:11:27.420Z Downloaded hashbrown v0.12.3
10092026-03-30T16:11:27.424Z Downloaded signal-hook-mio v0.2.5
10102026-03-30T16:11:27.424Z Downloaded rustversion v1.0.22
10112026-03-30T16:11:27.430Z Downloaded p256 v0.13.2
10122026-03-30T16:11:27.433Z Downloaded schemars_derive v0.8.22
10132026-03-30T16:11:27.438Z Downloaded sigpipe v0.1.3
10142026-03-30T16:11:27.441Z Downloaded signal-hook-tokio v0.3.1
10152026-03-30T16:11:27.441Z Downloaded slog-bunyan v2.5.0
10162026-03-30T16:11:27.441Z Downloaded siphasher v1.0.2
10172026-03-30T16:11:27.444Z Downloaded scrypt v0.11.0
10182026-03-30T16:11:27.444Z Downloaded progenitor-impl v0.13.0
10192026-03-30T16:11:27.444Z Downloaded diesel_derives v2.3.7
10202026-03-30T16:11:27.448Z Downloaded hyper-util v0.1.20
10212026-03-30T16:11:27.451Z Downloaded sec1 v0.7.3
10222026-03-30T16:11:27.454Z Downloaded sct v0.7.1
10232026-03-30T16:11:27.457Z Downloaded serde-hex v0.1.0
10242026-03-30T16:11:27.457Z Downloaded russh-keys v0.45.0
10252026-03-30T16:11:27.460Z Downloaded openssl-sys v0.9.111
10262026-03-30T16:11:27.463Z Downloaded quinn-udp v0.5.14
10272026-03-30T16:11:27.463Z Downloaded pretty_assertions v1.4.1
10282026-03-30T16:11:27.465Z Downloaded rustls-pki-types v1.14.0
10292026-03-30T16:11:27.465Z Downloaded rustls-pemfile v2.2.0
10302026-03-30T16:11:27.469Z Downloaded pin-project v1.1.11
10312026-03-30T16:11:27.473Z Downloaded ssh-encoding v0.2.0
10322026-03-30T16:11:27.475Z Downloaded ssh-cipher v0.2.0
10332026-03-30T16:11:27.475Z Downloaded slog-envlogger v2.2.0
10342026-03-30T16:11:27.478Z Downloaded strum v0.26.3
10352026-03-30T16:11:27.478Z Downloaded structmeta v0.3.0
10362026-03-30T16:11:27.496Z Downloaded simd-adler32 v0.3.8
10372026-03-30T16:11:27.499Z Downloaded sqlparser_derive v0.5.0
10382026-03-30T16:11:27.499Z Downloaded slog-json v2.6.1
10392026-03-30T16:11:27.502Z Downloaded slog-dtrace v0.3.0
10402026-03-30T16:11:27.502Z Downloaded strum v0.27.2
10412026-03-30T16:11:27.505Z Downloaded serde_derive_internals v0.29.1
10422026-03-30T16:11:27.505Z Downloaded prefix-trie v0.7.0
10432026-03-30T16:11:27.507Z Downloaded smallvec v0.6.14
10442026-03-30T16:11:27.510Z Downloaded slog-term v2.9.2
10452026-03-30T16:11:27.511Z Downloaded shell-words v1.1.1
10462026-03-30T16:11:27.511Z Downloaded serde_path_to_error v0.1.20
10472026-03-30T16:11:27.514Z Downloaded progenitor-impl v0.10.0
10482026-03-30T16:11:27.514Z Downloaded slog-stdlog v4.1.1
10492026-03-30T16:11:27.517Z Downloaded subtle v2.6.1
10502026-03-30T16:11:27.517Z Downloaded tagptr v0.2.0
10512026-03-30T16:11:27.517Z Downloaded structmeta-derive v0.3.0
10522026-03-30T16:11:27.517Z Downloaded strip-ansi-escapes v0.2.1
10532026-03-30T16:11:27.521Z Downloaded tabled_derive v0.11.0
10542026-03-30T16:11:27.521Z Downloaded slog-scope v4.4.1
10552026-03-30T16:11:27.524Z Downloaded shlex v1.3.0
10562026-03-30T16:11:27.530Z Downloaded take_mut v0.2.2
10572026-03-30T16:11:27.530Z Downloaded sqlformat v0.3.5
10582026-03-30T16:11:27.530Z Downloaded tap v1.0.1
10592026-03-30T16:11:27.536Z Downloaded serde_cbor v0.11.2
10602026-03-30T16:11:27.539Z Downloaded rustls-platform-verifier v0.6.2
10612026-03-30T16:11:27.543Z Downloaded supports-color v3.0.2
10622026-03-30T16:11:27.543Z Downloaded signal-hook-registry v1.4.8
10632026-03-30T16:11:27.546Z Downloaded tabwriter v1.4.1
10642026-03-30T16:11:27.546Z Downloaded testing_table v0.3.0
10652026-03-30T16:11:27.546Z Downloaded slab v0.4.12
10662026-03-30T16:11:27.546Z Downloaded sync_wrapper v1.0.2
10672026-03-30T16:11:27.546Z Downloaded sync-ptr v0.1.4
10682026-03-30T16:11:27.546Z Downloaded serde_with_macros v3.17.0
10692026-03-30T16:11:27.549Z Downloaded strum_macros v0.24.3
10702026-03-30T16:11:27.549Z Downloaded stringprep v0.1.5
10712026-03-30T16:11:27.552Z Downloaded stacker v0.1.23
10722026-03-30T16:11:27.552Z Downloaded mio v1.1.1
10732026-03-30T16:11:27.570Z Downloaded strum_macros v0.27.2
10742026-03-30T16:11:27.575Z Downloaded tinyvec_macros v0.1.1
10752026-03-30T16:11:27.575Z Downloaded thiserror-impl-no-std v2.0.2
10762026-03-30T16:11:27.578Z Downloaded termtree v0.5.1
10772026-03-30T16:11:27.578Z Downloaded slog-async v2.8.0
10782026-03-30T16:11:27.583Z Downloaded spki v0.7.3
10792026-03-30T16:11:27.583Z Downloaded support-bundle-viewer v0.1.2
10802026-03-30T16:11:27.583Z Downloaded strum_macros v0.26.4
10812026-03-30T16:11:27.587Z Downloaded smf v0.2.3
10822026-03-30T16:11:27.593Z Downloaded thread-id v5.1.0
10832026-03-30T16:11:27.597Z Downloaded time-core v0.1.8
10842026-03-30T16:11:27.597Z Downloaded ron v0.8.1
10852026-03-30T16:11:27.602Z Downloaded qorb v0.4.1
10862026-03-30T16:11:27.602Z Downloaded termios v0.3.3
10872026-03-30T16:11:27.606Z Downloaded snafu-derive v0.8.9
10882026-03-30T16:11:27.606Z Downloaded prettyplease v0.2.37
10892026-03-30T16:11:27.609Z Downloaded rcgen v0.12.1
10902026-03-30T16:11:27.609Z Downloaded scroll v0.13.0
10912026-03-30T16:11:27.609Z Downloaded string_cache v0.8.9
10922026-03-30T16:11:27.612Z Downloaded static_assertions v1.1.0
10932026-03-30T16:11:27.612Z Downloaded serde_yaml v0.9.34+deprecated
10942026-03-30T16:11:27.617Z Downloaded minimal-lexical v0.2.1
10952026-03-30T16:11:27.620Z Downloaded tiny-keccak v2.0.2
10962026-03-30T16:11:27.620Z Downloaded tower-layer v0.3.3
10972026-03-30T16:11:27.620Z Downloaded thread_local v1.1.9
10982026-03-30T16:11:27.628Z Downloaded progenitor-impl v0.11.2
10992026-03-30T16:11:27.631Z Downloaded iddqd v0.3.17
11002026-03-30T16:11:27.636Z Downloaded itertools v0.13.0
11012026-03-30T16:11:27.642Z Downloaded tower-service v0.3.3
11022026-03-30T16:11:27.645Z Downloaded ryu v1.0.23
11032026-03-30T16:11:27.645Z Downloaded slog v2.8.2
11042026-03-30T16:11:27.649Z Downloaded tokio-native-tls v0.3.1
11052026-03-30T16:11:27.649Z Downloaded tokio-macros v2.6.0
11062026-03-30T16:11:27.653Z Downloaded tokio-dtrace v0.1.1
11072026-03-30T16:11:27.653Z Downloaded unarray v0.1.4
11082026-03-30T16:11:27.653Z Downloaded typify-macro v0.4.3
11092026-03-30T16:11:27.659Z Downloaded tls_codec_derive v0.4.2
11102026-03-30T16:11:27.663Z Downloaded schemars v0.9.0
11112026-03-30T16:11:27.666Z Downloaded hyper v1.8.1
11122026-03-30T16:11:27.672Z Downloaded universal-hash v0.5.1
11132026-03-30T16:11:27.672Z Downloaded unit-prefix v0.5.2
11142026-03-30T16:11:27.675Z Downloaded unicode-truncate v1.1.0
11152026-03-30T16:11:27.675Z Downloaded try-lock v0.2.5
11162026-03-30T16:11:27.675Z Downloaded trait-variant v0.1.2
11172026-03-30T16:11:27.675Z Downloaded thiserror-no-std v2.0.2
11182026-03-30T16:11:27.678Z Downloaded term v1.2.1
11192026-03-30T16:11:27.682Z Downloaded topological-sort v0.2.2
11202026-03-30T16:11:27.682Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-03-30T16:11:27.682Z Downloaded aes-gcm v0.10.3
11222026-03-30T16:11:27.684Z Downloaded untrusted v0.9.0
11232026-03-30T16:11:27.684Z Downloaded untrusted v0.7.1
11242026-03-30T16:11:27.684Z Downloaded rayon-core v1.13.0
11252026-03-30T16:11:27.688Z Downloaded utf-8 v0.7.6
11262026-03-30T16:11:27.688Z Downloaded term v0.7.0
11272026-03-30T16:11:27.691Z Downloaded tls_codec v0.4.2
11282026-03-30T16:11:27.691Z Downloaded typify-macro v0.6.1
11292026-03-30T16:11:27.691Z Downloaded schemars v0.8.22
11302026-03-30T16:11:27.697Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-03-30T16:11:27.700Z Downloaded time-macros v0.2.27
11322026-03-30T16:11:27.703Z Downloaded tui-tree-widget v0.23.1
11332026-03-30T16:11:27.705Z Downloaded void v1.0.2
11342026-03-30T16:11:27.706Z Downloaded tokio-rustls v0.25.0
11352026-03-30T16:11:27.709Z Downloaded itertools v0.14.0
11362026-03-30T16:11:27.712Z Downloaded tokio-tungstenite v0.23.1
11372026-03-30T16:11:27.716Z Downloaded signal-hook v0.3.18
11382026-03-30T16:11:27.719Z Downloaded publicsuffix v2.3.0
11392026-03-30T16:11:27.719Z Downloaded num-bigint-dig v0.8.6
11402026-03-30T16:11:27.722Z Downloaded want v0.3.1
11412026-03-30T16:11:27.725Z Downloaded schemars v1.2.1
11422026-03-30T16:11:27.730Z Downloaded usdt-attr-macro v0.6.0
11432026-03-30T16:11:27.735Z Downloaded usdt v0.6.0
11442026-03-30T16:11:27.735Z Downloaded usdt-macro v0.6.0
11452026-03-30T16:11:27.735Z Downloaded subprocess v0.2.15
11462026-03-30T16:11:27.739Z Downloaded tokio-tungstenite v0.21.0
11472026-03-30T16:11:27.739Z Downloaded unicase v2.9.0
11482026-03-30T16:11:27.739Z Downloaded tokio-rustls v0.26.4
11492026-03-30T16:11:27.741Z Downloaded similar v2.7.0
11502026-03-30T16:11:27.744Z Downloaded rsa v0.9.10
11512026-03-30T16:11:27.747Z Downloaded aho-corasick v1.1.4
11522026-03-30T16:11:27.750Z Downloaded itertools v0.10.5
11532026-03-30T16:11:27.754Z Downloaded xshell-macros v0.2.7
11542026-03-30T16:11:27.757Z Downloaded rand v0.8.5
11552026-03-30T16:11:27.757Z Downloaded nom v7.1.3
11562026-03-30T16:11:27.760Z Downloaded usdt-impl v0.6.0
11572026-03-30T16:11:27.763Z Downloaded socket2 v0.6.2
11582026-03-30T16:11:27.767Z Downloaded tinyvec v1.10.0
11592026-03-30T16:11:27.767Z Downloaded tracing-attributes v0.1.31
11602026-03-30T16:11:27.772Z Downloaded twox-hash v2.1.2
11612026-03-30T16:11:27.772Z Downloaded xattr v1.6.1
11622026-03-30T16:11:27.772Z Downloaded waitgroup v0.1.2
11632026-03-30T16:11:27.772Z Downloaded uzers v0.12.2
11642026-03-30T16:11:27.775Z Downloaded wait-timeout v0.2.1
11652026-03-30T16:11:27.775Z Downloaded spin v0.9.8
11662026-03-30T16:11:27.775Z Downloaded socket2 v0.5.10
11672026-03-30T16:11:27.775Z Downloaded hashbrown v0.15.5
11682026-03-30T16:11:27.778Z Downloaded vergen-lib v0.1.6
11692026-03-30T16:11:27.781Z Downloaded samael v0.0.19
11702026-03-30T16:11:27.784Z Downloaded h2 v0.4.13
11712026-03-30T16:11:27.787Z Downloaded num-bigint v0.4.6
11722026-03-30T16:11:27.794Z Downloaded vsss-rs v3.3.4
11732026-03-30T16:11:27.797Z Downloaded zone v0.3.1
11742026-03-30T16:11:27.800Z Downloaded tokio-rustls v0.24.1
11752026-03-30T16:11:27.802Z Downloaded whoami v1.6.1
11762026-03-30T16:11:27.805Z Downloaded zeroize_derive v1.4.3
11772026-03-30T16:11:27.805Z Downloaded tokio-stream v0.1.18
11782026-03-30T16:11:27.808Z Downloaded libm v0.2.16
11792026-03-30T16:11:27.812Z Downloaded wyz v0.5.1
11802026-03-30T16:11:27.814Z Downloaded whoami v2.1.0
11812026-03-30T16:11:27.814Z Downloaded quinn v0.11.9
11822026-03-30T16:11:27.819Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-03-30T16:11:27.822Z Downloaded toml v0.9.12+spec-1.1.0
11842026-03-30T16:11:27.825Z Downloaded xshell v0.2.7
11852026-03-30T16:11:27.825Z Downloaded vergen-gitcl v1.0.8
11862026-03-30T16:11:27.825Z Downloaded toml v0.7.8
11872026-03-30T16:11:27.828Z Downloaded xz2 v0.1.7
11882026-03-30T16:11:27.828Z Downloaded tar v0.4.45
11892026-03-30T16:11:27.830Z Downloaded snafu v0.8.9
11902026-03-30T16:11:27.833Z Downloaded steno v0.4.1
11912026-03-30T16:11:27.837Z Downloaded walkdir v2.5.0
11922026-03-30T16:11:27.840Z Downloaded itertools v0.12.1
11932026-03-30T16:11:27.843Z Downloaded rand v0.9.2
11942026-03-30T16:11:27.846Z Downloaded zone_cfg_derive v0.3.1
11952026-03-30T16:11:27.846Z Downloaded zeroize v1.8.2
11962026-03-30T16:11:27.849Z Downloaded test-strategy v0.4.5
11972026-03-30T16:11:27.855Z Downloaded typify v0.4.3
11982026-03-30T16:11:27.859Z Downloaded zstd v0.13.3
11992026-03-30T16:11:27.862Z Downloaded typify v0.6.1
12002026-03-30T16:11:27.862Z Downloaded zstd-safe v7.2.4
12012026-03-30T16:11:27.865Z Downloaded libxml v0.3.3
12022026-03-30T16:11:27.870Z Downloaded unsafe-libyaml v0.2.11
12032026-03-30T16:11:27.873Z Downloaded unicode-properties v0.1.4
12042026-03-30T16:11:27.877Z Downloaded rpassword v7.4.0
12052026-03-30T16:11:27.880Z Downloaded yasna v0.5.2
12062026-03-30T16:11:27.886Z Downloaded tracing-core v0.1.36
12072026-03-30T16:11:27.890Z Downloaded tungstenite v0.21.0
12082026-03-30T16:11:27.893Z Downloaded uuid v1.21.0
12092026-03-30T16:11:27.893Z Downloaded zerocopy v0.6.6
12102026-03-30T16:11:27.898Z Downloaded p521 v0.13.3
12112026-03-30T16:11:27.902Z Downloaded reedline v0.40.0
12122026-03-30T16:11:27.906Z Downloaded vergen-git2 v1.0.7
12132026-03-30T16:11:27.909Z Downloaded vergen v9.0.6
12142026-03-30T16:11:27.912Z Downloaded iri-string v0.7.10
12152026-03-30T16:11:27.914Z Downloaded rustls-webpki v0.103.9
12162026-03-30T16:11:27.917Z Downloaded aws-lc-rs v1.16.0
12172026-03-30T16:11:27.929Z Downloaded hkdf v0.12.4
12182026-03-30T16:11:27.932Z Downloaded toml_edit v0.19.15
12192026-03-30T16:11:27.941Z Downloaded unicode-bidi v0.3.18
12202026-03-30T16:11:27.947Z Downloaded tungstenite v0.23.0
12212026-03-30T16:11:27.949Z Downloaded reqwest v0.13.2
12222026-03-30T16:11:27.949Z Downloaded ssh-key v0.6.7
12232026-03-30T16:11:27.954Z Downloaded zopfli v0.8.3
12242026-03-30T16:11:27.958Z Downloaded futures-util v0.3.32
12252026-03-30T16:11:27.962Z Downloaded unicode_categories v0.1.1
12262026-03-30T16:11:27.966Z Downloaded yansi v1.0.1
12272026-03-30T16:11:27.968Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-03-30T16:11:27.971Z Downloaded portable-atomic v1.13.1
12292026-03-30T16:11:27.975Z Downloaded rustyline v14.0.0
12302026-03-30T16:11:27.978Z Downloaded reqwest v0.12.28
12312026-03-30T16:11:27.982Z Downloaded regex v1.12.3
12322026-03-30T16:11:27.988Z Downloaded rand v0.10.0
12332026-03-30T16:11:27.992Z Downloaded tokio-postgres v0.7.16
12342026-03-30T16:11:28.010Z Downloaded zerocopy-derive v0.8.40
12352026-03-30T16:11:28.015Z Downloaded salty v0.3.0
12362026-03-30T16:11:28.020Z Downloaded rustls-webpki v0.101.7
12372026-03-30T16:11:28.026Z Downloaded bitvec v1.0.1
12382026-03-30T16:11:28.035Z Downloaded x509-cert v0.2.5
12392026-03-30T16:11:28.048Z Downloaded vte v0.14.1
12402026-03-30T16:11:28.058Z Downloaded tokio-util v0.7.18
12412026-03-30T16:11:28.062Z Downloaded serde_with v3.17.0
12422026-03-30T16:11:28.069Z Downloaded proptest v1.10.0
12432026-03-30T16:11:28.076Z Downloaded curve25519-dalek v4.1.3
12442026-03-30T16:11:28.079Z Downloaded zip v0.6.6
12452026-03-30T16:11:28.084Z Downloaded tower-http v0.6.8
12462026-03-30T16:11:28.089Z Downloaded russh v0.45.0
12472026-03-30T16:11:28.092Z Downloaded blake3 v1.8.3
12482026-03-30T16:11:28.112Z Downloaded nix v0.27.1
12492026-03-30T16:11:28.127Z Downloaded winnow v0.5.40
12502026-03-30T16:11:28.136Z Downloaded bindgen v0.71.1
12512026-03-30T16:11:28.142Z Downloaded ron v0.12.0
12522026-03-30T16:11:28.145Z Downloaded git2 v0.20.4
12532026-03-30T16:11:28.165Z Downloaded typed-path v0.9.3
12542026-03-30T16:11:28.171Z Downloaded rustls v0.21.12
12552026-03-30T16:11:28.188Z Downloaded dropshot v0.16.7
12562026-03-30T16:11:28.202Z Downloaded tower v0.5.3
12572026-03-30T16:11:28.207Z Downloaded p384 v0.13.1
12582026-03-30T16:11:28.211Z Downloaded zlib-rs v0.6.2
12592026-03-30T16:11:28.219Z Downloaded rayon v1.11.0
12602026-03-30T16:11:28.226Z Downloaded unicode-segmentation v1.12.0
12612026-03-30T16:11:28.228Z Downloaded unicode-normalization v0.1.25
12622026-03-30T16:11:28.236Z Downloaded zip v4.6.1
12632026-03-30T16:11:28.239Z Downloaded tough v0.20.0
12642026-03-30T16:11:28.254Z Downloaded lalrpop v0.19.12
12652026-03-30T16:11:28.260Z Downloaded regress v0.10.5
12662026-03-30T16:11:28.302Z Downloaded moka v0.12.13
12672026-03-30T16:11:28.302Z Downloaded regex-syntax v0.8.10
12682026-03-30T16:11:28.302Z Downloaded zerocopy v0.8.40
12692026-03-30T16:11:28.308Z Downloaded rustls v0.23.37
12702026-03-30T16:11:28.308Z Downloaded chrono v0.4.44
12712026-03-30T16:11:28.308Z Downloaded quick-xml v0.37.5
12722026-03-30T16:11:28.308Z Downloaded diesel v2.3.7
12732026-03-30T16:11:28.318Z Downloaded rustix v0.38.44
12742026-03-30T16:11:28.329Z Downloaded hickory-proto v0.25.2
12752026-03-30T16:11:28.338Z Downloaded rustls-webpki v0.102.8
12762026-03-30T16:11:28.348Z Downloaded object v0.30.4
12772026-03-30T16:11:28.354Z Downloaded petname v2.0.2
12782026-03-30T16:11:28.358Z Downloaded goblin v0.10.5
12792026-03-30T16:11:28.364Z Downloaded quinn-proto v0.11.13
12802026-03-30T16:11:28.368Z Downloaded radix_trie v0.2.1
12812026-03-30T16:11:28.373Z Downloaded winnow v0.6.26
12822026-03-30T16:11:28.415Z Downloaded openssl v0.10.75
12832026-03-30T16:11:28.424Z Downloaded polar-core v0.27.3
12842026-03-30T16:11:28.435Z Downloaded typify-impl v0.6.1
12852026-03-30T16:11:28.446Z Downloaded time v0.3.47
12862026-03-30T16:11:28.450Z Downloaded typify-impl v0.4.3
12872026-03-30T16:11:28.462Z Downloaded tabled v0.20.0
12882026-03-30T16:11:28.469Z Downloaded regex-syntax v0.6.29
12892026-03-30T16:11:28.474Z Downloaded bstr v1.12.1
12902026-03-30T16:11:28.479Z Downloaded smoltcp v0.9.1
12912026-03-30T16:11:28.484Z Downloaded vcpkg v0.2.15
12922026-03-30T16:11:28.507Z Downloaded zerocopy-derive v0.6.6
12932026-03-30T16:11:28.513Z Downloaded nix v0.31.1
12942026-03-30T16:11:28.519Z Downloaded webpki-roots v1.0.6
12952026-03-30T16:11:28.522Z Downloaded regex-automata v0.4.14
12962026-03-30T16:11:28.530Z Downloaded hickory-proto v0.24.4
12972026-03-30T16:11:28.539Z Downloaded smoltcp v0.11.0
12982026-03-30T16:11:28.546Z Downloaded openapiv3 v2.2.0
12992026-03-30T16:11:28.552Z Downloaded rustls v0.22.4
13002026-03-30T16:11:28.560Z Downloaded petgraph v0.6.5
13012026-03-30T16:11:28.571Z Downloaded object v0.37.3
13022026-03-30T16:11:28.577Z Downloaded jiff v0.2.21
13032026-03-30T16:11:28.588Z Downloaded nix v0.29.0
13042026-03-30T16:11:28.595Z Downloaded nix v0.28.0
13052026-03-30T16:11:28.613Z Downloaded csv v1.4.0
13062026-03-30T16:11:28.637Z Downloaded sqlparser v0.61.0
13072026-03-30T16:11:28.644Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-03-30T16:11:28.654Z Downloaded tokio v1.49.0
13092026-03-30T16:11:28.676Z Downloaded tracing v0.1.44
13102026-03-30T16:11:28.690Z Downloaded sled v0.34.7
13112026-03-30T16:11:28.696Z Downloaded sha3 v0.10.8
13122026-03-30T16:11:28.712Z Downloaded ratatui v0.29.0
13132026-03-30T16:11:28.723Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-03-30T16:11:28.754Z Downloaded encoding_rs v0.8.35
13152026-03-30T16:11:28.767Z Downloaded chrono-tz v0.10.4
13162026-03-30T16:11:28.780Z Downloaded lzma-sys v0.1.20
13172026-03-30T16:11:28.798Z Downloaded ring v0.17.14
13182026-03-30T16:11:28.820Z Downloaded petgraph v0.8.3
13192026-03-30T16:11:28.833Z Downloaded libz-sys v1.1.24
13202026-03-30T16:11:28.845Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-03-30T16:11:29.513Z Downloaded aws-lc-sys v0.37.1
13222026-03-30T16:11:29.761Z Compiling libc v0.2.180
13232026-03-30T16:11:29.761Z Compiling serde v1.0.228
13242026-03-30T16:11:29.766Z Compiling log v0.4.29
13252026-03-30T16:11:29.766Z Compiling shlex v1.3.0
13262026-03-30T16:11:29.766Z Compiling find-msvc-tools v0.1.9
13272026-03-30T16:11:29.766Z Compiling smallvec v1.15.1
13282026-03-30T16:11:29.766Z Compiling typenum v1.19.0
13292026-03-30T16:11:29.766Z Compiling subtle v2.6.1
13302026-03-30T16:11:29.936Z Compiling generic-array v0.14.7
13312026-03-30T16:11:29.939Z Compiling scopeguard v1.2.0
13322026-03-30T16:11:29.949Z Compiling portable-atomic v1.13.1
13332026-03-30T16:11:30.030Z Compiling const-oid v0.9.6
13342026-03-30T16:11:30.033Z Compiling critical-section v1.2.0
13352026-03-30T16:11:30.057Z Compiling syn v2.0.117
13362026-03-30T16:11:30.059Z Compiling zerocopy v0.8.40
13372026-03-30T16:11:30.059Z Compiling pin-project-lite v0.2.17
13382026-03-30T16:11:30.108Z Compiling parking_lot_core v0.9.12
13392026-03-30T16:11:30.139Z Compiling lock_api v0.4.14
13402026-03-30T16:11:30.142Z Compiling serde_json v1.0.149
13412026-03-30T16:11:30.168Z Compiling pkg-config v0.3.32
13422026-03-30T16:11:30.168Z Compiling bitflags v2.11.0
13432026-03-30T16:11:30.171Z Compiling libm v0.2.16
13442026-03-30T16:11:30.241Z Compiling num-traits v0.2.19
13452026-03-30T16:11:30.244Z Compiling futures-core v0.3.32
13462026-03-30T16:11:30.271Z Compiling percent-encoding v2.3.2
13472026-03-30T16:11:30.289Z Compiling allocator-api2 v0.2.21
13482026-03-30T16:11:30.404Z Compiling futures-sink v0.3.32
13492026-03-30T16:11:30.419Z Compiling cpufeatures v0.2.17
13502026-03-30T16:11:30.449Z Compiling foldhash v0.2.0
13512026-03-30T16:11:30.495Z Compiling getrandom v0.4.1
13522026-03-30T16:11:30.495Z Compiling futures-io v0.3.32
13532026-03-30T16:11:30.555Z Compiling futures-channel v0.3.32
13542026-03-30T16:11:30.571Z Compiling futures-task v0.3.32
13552026-03-30T16:11:30.601Z Compiling hashbrown v0.16.1
13562026-03-30T16:11:30.658Z Compiling slab v0.4.12
13572026-03-30T16:11:30.681Z Compiling rustversion v1.0.22
13582026-03-30T16:11:30.698Z Compiling rand_core v0.10.0
13592026-03-30T16:11:30.734Z Compiling getrandom v0.3.4
13602026-03-30T16:11:30.759Z Compiling form_urlencoded v1.2.2
13612026-03-30T16:11:30.797Z Compiling getrandom v0.2.17
13622026-03-30T16:11:30.820Z Compiling jobserver v0.1.34
13632026-03-30T16:11:30.836Z Compiling errno v0.3.14
13642026-03-30T16:11:30.885Z Compiling mio v1.1.1
13652026-03-30T16:11:30.899Z Compiling socket2 v0.6.2
13662026-03-30T16:11:30.967Z Compiling rand_core v0.6.4
13672026-03-30T16:11:31.031Z Compiling signal-hook-registry v1.4.8
13682026-03-30T16:11:31.059Z Compiling cc v1.2.56
13692026-03-30T16:11:31.075Z Compiling once_cell v1.21.3
13702026-03-30T16:11:31.079Z Compiling parking_lot v0.12.5
13712026-03-30T16:11:31.170Z Compiling indexmap v2.13.0
13722026-03-30T16:11:31.186Z Compiling ident_case v1.0.1
13732026-03-30T16:11:31.228Z Compiling base64ct v1.8.3
13742026-03-30T16:11:31.243Z Compiling fs_extra v1.3.0
13752026-03-30T16:11:31.272Z Compiling dunce v1.0.5
13762026-03-30T16:11:31.315Z Compiling flagset v0.4.7
13772026-03-30T16:11:31.333Z Compiling rustix v1.1.3
13782026-03-30T16:11:31.365Z Compiling iana-time-zone v0.1.65
13792026-03-30T16:11:31.398Z Compiling uuid v1.21.0
13802026-03-30T16:11:31.413Z Compiling rustc_version v0.4.1
13812026-03-30T16:11:31.416Z Compiling aws-lc-rs v1.16.0
13822026-03-30T16:11:31.543Z Compiling pem-rfc7468 v0.7.0
13832026-03-30T16:11:31.559Z Compiling vcpkg v0.2.15
13842026-03-30T16:11:31.562Z Compiling regex-syntax v0.8.10
13852026-03-30T16:11:31.592Z Compiling tracing-core v0.1.36
13862026-03-30T16:11:31.694Z Compiling rand_core v0.9.5
13872026-03-30T16:11:31.753Z Compiling crossbeam-utils v0.8.21
13882026-03-30T16:11:31.768Z Compiling syn v1.0.109
13892026-03-30T16:11:31.785Z Compiling httparse v1.10.1
13902026-03-30T16:11:31.856Z Compiling cmake v0.1.57
13912026-03-30T16:11:31.873Z Compiling untrusted v0.7.1
13922026-03-30T16:11:31.886Z Compiling schemars v0.8.22
13932026-03-30T16:11:31.902Z Compiling base64 v0.22.1
13942026-03-30T16:11:31.995Z Compiling openssl-probe v0.2.1
13952026-03-30T16:11:32.027Z Compiling untrusted v0.9.0
13962026-03-30T16:11:32.152Z Compiling dyn-clone v1.0.20
13972026-03-30T16:11:32.155Z Compiling tinyvec_macros v0.1.1
13982026-03-30T16:11:32.183Z Compiling tower-layer v0.3.3
13992026-03-30T16:11:32.186Z Compiling tower-service v0.3.3
14002026-03-30T16:11:32.186Z Compiling atomic-waker v1.1.2
14012026-03-30T16:11:32.200Z Compiling try-lock v0.2.5
14022026-03-30T16:11:32.256Z Compiling rustls v0.23.37
14032026-03-30T16:11:32.259Z Compiling tinyvec v1.10.0
14042026-03-30T16:11:32.318Z Compiling spin v0.9.8
14052026-03-30T16:11:32.336Z Compiling want v0.3.1
14062026-03-30T16:11:32.341Z Compiling aho-corasick v1.1.4
14072026-03-30T16:11:32.342Z Compiling foreign-types-shared v0.1.1
14082026-03-30T16:11:32.378Z Compiling crc32fast v1.5.0
14092026-03-30T16:11:32.381Z Compiling time-core v0.1.8
14102026-03-30T16:11:32.416Z Compiling openssl v0.10.75
14112026-03-30T16:11:32.449Z Compiling httpdate v1.0.3
14122026-03-30T16:11:32.466Z Compiling pin-utils v0.1.0
14132026-03-30T16:11:32.525Z Compiling powerfmt v0.2.0
14142026-03-30T16:11:32.605Z Compiling num-conv v0.2.0
14152026-03-30T16:11:32.616Z Compiling foreign-types v0.3.2
14162026-03-30T16:11:32.616Z Compiling wait-timeout v0.2.1
14172026-03-30T16:11:32.620Z Compiling quick-error v1.2.3
14182026-03-30T16:11:32.631Z Compiling usdt-impl v0.6.0
14192026-03-30T16:11:32.658Z Compiling native-tls v0.2.18
14202026-03-30T16:11:32.697Z Compiling deranged v0.5.8
14212026-03-30T16:11:32.712Z Compiling either v1.15.0
14222026-03-30T16:11:32.712Z Compiling siphasher v1.0.2
14232026-03-30T16:11:32.758Z Compiling aws-lc-sys v0.37.1
14242026-03-30T16:11:32.761Z Compiling ring v0.17.14
14252026-03-30T16:11:32.761Z Compiling openssl-sys v0.9.111
14262026-03-30T16:11:32.761Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-30T16:11:32.817Z Compiling time-macros v0.2.27
14282026-03-30T16:11:32.864Z Compiling bit-vec v0.8.0
14292026-03-30T16:11:32.878Z Compiling simd-adler32 v0.3.8
14302026-03-30T16:11:32.892Z Compiling synstructure v0.13.2
14312026-03-30T16:11:32.937Z Compiling pest_generator v2.8.6
14322026-03-30T16:11:32.940Z Compiling serde_derive_internals v0.29.1
14332026-03-30T16:11:33.120Z Compiling darling_core v0.20.11
14342026-03-30T16:11:33.151Z Compiling tempfile v3.25.0
14352026-03-30T16:11:33.205Z Compiling regex-automata v0.4.14
14362026-03-30T16:11:33.545Z Compiling num_threads v0.1.7
14372026-03-30T16:11:33.580Z Compiling rusty-fork v0.3.1
14382026-03-30T16:11:33.663Z Compiling bit-set v0.8.0
14392026-03-30T16:11:33.679Z Compiling darling_core v0.21.3
14402026-03-30T16:11:33.845Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-03-30T16:11:33.867Z Compiling unicode-normalization v0.1.25
14422026-03-30T16:11:33.921Z Compiling crossbeam-epoch v0.9.18
14432026-03-30T16:11:33.937Z Compiling time v0.3.47
14442026-03-30T16:11:33.941Z Compiling slog v2.8.2
14452026-03-30T16:11:34.010Z Compiling rand_xorshift v0.4.0
14462026-03-30T16:11:34.010Z Compiling heapless v0.7.17
14472026-03-30T16:11:34.132Z Compiling thread-id v5.1.0
14482026-03-30T16:11:34.197Z Compiling sync_wrapper v1.0.2
14492026-03-30T16:11:34.214Z Compiling cookie v0.18.1
14502026-03-30T16:11:34.231Z Compiling unicode-bidi v0.3.18
14512026-03-30T16:11:34.252Z Compiling unicode-properties v0.1.4
14522026-03-30T16:11:34.302Z Compiling unicode-segmentation v1.12.0
14532026-03-30T16:11:34.320Z Compiling signal-hook v0.3.18
14542026-03-30T16:11:34.334Z Compiling unarray v0.1.4
14552026-03-30T16:11:34.373Z Compiling paste v1.0.15
14562026-03-30T16:11:34.421Z Compiling rayon-core v1.13.0
14572026-03-30T16:11:34.508Z Compiling adler2 v2.0.1
14582026-03-30T16:11:34.520Z Compiling anyhow v1.0.102
14592026-03-30T16:11:34.524Z Compiling zstd-safe v7.2.4
14602026-03-30T16:11:34.618Z Compiling miniz_oxide v0.8.9
14612026-03-30T16:11:34.653Z Compiling stringprep v0.1.5
14622026-03-30T16:11:34.687Z Compiling serde_derive v1.0.228
14632026-03-30T16:11:34.717Z Compiling zeroize_derive v1.4.3
14642026-03-30T16:11:34.732Z Compiling zerofrom-derive v0.1.6
14652026-03-30T16:11:34.738Z Compiling yoke-derive v0.8.1
14662026-03-30T16:11:34.796Z Compiling zerocopy-derive v0.8.40
14672026-03-30T16:11:34.819Z Compiling zerovec-derive v0.11.2
14682026-03-30T16:11:35.121Z Compiling displaydoc v0.2.5
14692026-03-30T16:11:35.296Z Compiling tokio-macros v2.6.0
14702026-03-30T16:11:35.410Z Compiling zeroize v1.8.2
14712026-03-30T16:11:35.509Z Compiling futures-macro v0.3.32
14722026-03-30T16:11:35.655Z Compiling der_derive v0.7.3
14732026-03-30T16:11:35.912Z Compiling thiserror-impl v2.0.18
14742026-03-30T16:11:35.971Z Compiling rustls-pki-types v1.14.0
14752026-03-30T16:11:35.999Z Compiling tracing-attributes v0.1.31
14762026-03-30T16:11:36.061Z Compiling scroll_derive v0.13.1
14772026-03-30T16:11:36.193Z Compiling crypto-common v0.1.7
14782026-03-30T16:11:36.210Z Compiling zerofrom v0.1.6
14792026-03-30T16:11:36.278Z Compiling block-buffer v0.10.4
14802026-03-30T16:11:36.312Z Compiling block-padding v0.3.3
14812026-03-30T16:11:36.360Z Compiling yoke v0.8.1
14822026-03-30T16:11:36.375Z Compiling schemars_derive v0.8.22
14832026-03-30T16:11:36.378Z Compiling futures-util v0.3.32
14842026-03-30T16:11:36.459Z Compiling digest v0.10.7
14852026-03-30T16:11:36.515Z Compiling inout v0.1.4
14862026-03-30T16:11:36.528Z Compiling pest_derive v2.8.6
14872026-03-30T16:11:36.568Z Compiling zerovec v0.11.5
14882026-03-30T16:11:36.658Z Compiling zerotrie v0.2.3
14892026-03-30T16:11:36.669Z Compiling hmac v0.12.1
14902026-03-30T16:11:36.727Z Compiling sha2 v0.10.9
14912026-03-30T16:11:36.842Z Compiling cipher v0.4.4
14922026-03-30T16:11:36.922Z Compiling der v0.7.10
14932026-03-30T16:11:36.963Z Compiling pbkdf2 v0.12.2
14942026-03-30T16:11:36.979Z Compiling scroll v0.13.0
14952026-03-30T16:11:37.098Z Compiling tinystr v0.8.2
14962026-03-30T16:11:37.112Z Compiling potential_utf v0.1.4
14972026-03-30T16:11:37.133Z Compiling salsa20 v0.10.2
14982026-03-30T16:11:37.269Z Compiling icu_locale_core v2.1.1
14992026-03-30T16:11:37.298Z Compiling icu_collections v2.1.1
15002026-03-30T16:11:37.301Z Compiling thiserror v2.0.18
15012026-03-30T16:11:37.328Z Compiling scrypt v0.11.0
15022026-03-30T16:11:37.331Z Compiling cbc v0.1.2
15032026-03-30T16:11:37.362Z Compiling aes v0.8.4
15042026-03-30T16:11:37.377Z Compiling tracing v0.1.44
15052026-03-30T16:11:37.451Z Compiling darling_macro v0.20.11
15062026-03-30T16:11:37.517Z Compiling goblin v0.10.5
15072026-03-30T16:11:37.606Z Compiling thiserror-impl v1.0.69
15082026-03-30T16:11:37.673Z Compiling openssl-macros v0.1.1
15092026-03-30T16:11:37.705Z Compiling dtrace-parser v0.3.0
15102026-03-30T16:11:37.808Z Compiling spki v0.7.3
15112026-03-30T16:11:37.952Z Compiling icu_provider v2.1.1
15122026-03-30T16:11:38.031Z Compiling pkcs5 v0.7.1
15132026-03-30T16:11:38.104Z Compiling darling v0.20.11
15142026-03-30T16:11:38.148Z Compiling signature v2.2.0
15152026-03-30T16:11:38.164Z Compiling rustls-native-certs v0.8.3
15162026-03-30T16:11:38.201Z Compiling bytes v1.11.1
15172026-03-30T16:11:38.296Z Compiling icu_normalizer v2.1.1
15182026-03-30T16:11:38.311Z Compiling icu_properties v2.1.2
15192026-03-30T16:11:38.346Z Compiling chrono v0.4.44
15202026-03-30T16:11:38.439Z Compiling pkcs8 v0.10.2
15212026-03-30T16:11:38.479Z Compiling ipnet v2.11.0
15222026-03-30T16:11:38.494Z Compiling derive_builder_core v0.20.2
15232026-03-30T16:11:38.533Z Compiling scroll_derive v0.12.1
15242026-03-30T16:11:38.684Z Compiling tokio v1.49.0
15252026-03-30T16:11:38.771Z Compiling http v1.4.0
15262026-03-30T16:11:38.825Z Compiling serde_spanned v0.6.9
15272026-03-30T16:11:38.840Z Compiling toml_datetime v0.6.11
15282026-03-30T16:11:38.922Z Compiling thiserror v1.0.69
15292026-03-30T16:11:39.000Z Compiling serde_tokenstream v0.2.3
15302026-03-30T16:11:39.035Z Compiling erased-serde v0.3.31
15312026-03-30T16:11:39.121Z Compiling md-5 v0.10.6
15322026-03-30T16:11:39.183Z Compiling idna_adapter v1.2.1
15332026-03-30T16:11:39.270Z Compiling ppv-lite86 v0.2.21
15342026-03-30T16:11:39.288Z Compiling darling_macro v0.21.3
15352026-03-30T16:11:39.304Z Compiling idna v1.1.0
15362026-03-30T16:11:39.345Z Compiling scroll v0.12.0
15372026-03-30T16:11:39.379Z Compiling webpki-roots v1.0.6
15382026-03-30T16:11:39.440Z Compiling zerocopy-derive v0.7.35
15392026-03-30T16:11:39.443Z Compiling derive_builder_macro v0.20.2
15402026-03-30T16:11:39.515Z Compiling http-body v1.0.1
15412026-03-30T16:11:39.570Z Compiling rand_chacha v0.9.0
15422026-03-30T16:11:39.621Z Compiling url v2.5.8
15432026-03-30T16:11:39.637Z Compiling http-body-util v0.1.3
15442026-03-30T16:11:39.655Z Compiling rand_chacha v0.3.1
15452026-03-30T16:11:39.793Z Compiling rand v0.9.2
15462026-03-30T16:11:39.843Z Compiling crossbeam-deque v0.8.6
15472026-03-30T16:11:39.860Z Compiling num-integer v0.1.46
15482026-03-30T16:11:39.875Z Compiling vergen-lib v0.1.6
15492026-03-30T16:11:39.905Z Compiling curve25519-dalek v4.1.3
15502026-03-30T16:11:39.945Z Compiling ff v0.13.1
15512026-03-30T16:11:39.992Z Compiling hash32 v0.2.1
15522026-03-30T16:11:40.053Z Compiling memoffset v0.9.1
15532026-03-30T16:11:40.072Z Compiling ryu v1.0.23
15542026-03-30T16:11:40.140Z Compiling ref-cast v1.0.25
15552026-03-30T16:11:40.222Z Compiling psl-types v2.0.11
15562026-03-30T16:11:40.265Z Compiling dof v0.4.0
15572026-03-30T16:11:40.278Z Compiling fallible-iterator v0.2.0
15582026-03-30T16:11:40.285Z Compiling smoltcp v0.9.1
15592026-03-30T16:11:40.315Z Compiling cfg_aliases v0.2.1
15602026-03-30T16:11:40.362Z Compiling proptest v1.10.0
15612026-03-30T16:11:40.402Z Compiling num-bigint-dig v0.8.6
15622026-03-30T16:11:40.433Z Compiling litrs v1.0.0
15632026-03-30T16:11:40.464Z Compiling base16ct v0.2.0
15642026-03-30T16:11:40.500Z Compiling rustix v0.38.44
15652026-03-30T16:11:40.560Z Compiling iri-string v0.7.10
15662026-03-30T16:11:40.616Z Compiling zlib-rs v0.6.2
15672026-03-30T16:11:40.646Z Compiling sec1 v0.7.3
15682026-03-30T16:11:40.676Z Compiling postgres-protocol v0.6.10
15692026-03-30T16:11:40.725Z Compiling nix v0.31.1
15702026-03-30T16:11:40.765Z Compiling zerocopy v0.7.35
15712026-03-30T16:11:40.796Z Compiling publicsuffix v2.3.0
15722026-03-30T16:11:40.971Z Compiling document-features v0.2.12
15732026-03-30T16:11:40.986Z Compiling ipnetwork v0.21.1
15742026-03-30T16:11:41.121Z Compiling serde_urlencoded v0.7.1
15752026-03-30T16:11:41.158Z Compiling num-iter v0.1.45
15762026-03-30T16:11:41.268Z Compiling oxnet v0.1.4
15772026-03-30T16:11:41.320Z Compiling group v0.13.0
15782026-03-30T16:11:41.389Z Compiling derive_builder v0.20.2
15792026-03-30T16:11:41.416Z Compiling rand v0.8.5
15802026-03-30T16:11:41.519Z Compiling proc-macro-error v1.0.4
15812026-03-30T16:11:41.553Z Compiling darling v0.21.3
15822026-03-30T16:11:41.653Z Compiling goblin v0.8.2
15832026-03-30T16:11:41.684Z Compiling cargo-platform v0.1.9
15842026-03-30T16:11:41.771Z Compiling hkdf v0.12.4
15852026-03-30T16:11:41.857Z Compiling hubpack_derive v0.1.1
15862026-03-30T16:11:41.865Z Compiling crypto-bigint v0.5.5
15872026-03-30T16:11:41.900Z Compiling regex v1.12.3
15882026-03-30T16:11:41.958Z Compiling async-trait v0.1.89
15892026-03-30T16:11:41.961Z Compiling curve25519-dalek-derive v0.1.1
15902026-03-30T16:11:41.995Z Compiling strum_macros v0.27.2
15912026-03-30T16:11:42.027Z Compiling ref-cast-impl v1.0.25
15922026-03-30T16:11:42.114Z Compiling daft-derive v0.1.5
15932026-03-30T16:11:42.147Z Compiling heck v0.4.1
15942026-03-30T16:11:42.274Z Compiling terminal_size v0.4.3
15952026-03-30T16:11:42.288Z Compiling phf_shared v0.13.1
15962026-03-30T16:11:42.358Z Compiling lazy_static v1.5.0
15972026-03-30T16:11:42.388Z Compiling vergen v9.0.6
15982026-03-30T16:11:42.437Z Compiling tokio-util v0.7.18
15992026-03-30T16:11:42.467Z Compiling tower v0.5.3
16002026-03-30T16:11:42.482Z Compiling tokio-native-tls v0.3.1
16012026-03-30T16:11:42.547Z Compiling fs-err v3.3.0
16022026-03-30T16:11:42.599Z Compiling ahash v0.8.12
16032026-03-30T16:11:42.613Z Compiling bumpalo v3.20.2
16042026-03-30T16:11:42.664Z Compiling libbz2-rs-sys v0.2.2
16052026-03-30T16:11:42.678Z Compiling newtype-uuid v1.3.2
16062026-03-30T16:11:42.755Z Compiling managed v0.8.0
16072026-03-30T16:11:42.828Z Compiling foldhash v0.1.5
16082026-03-30T16:11:42.859Z Compiling tower-http v0.6.8
16092026-03-30T16:11:42.882Z Compiling bitflags v1.3.2
16102026-03-30T16:11:42.959Z Compiling winnow v0.5.40
16112026-03-30T16:11:42.974Z Compiling object v0.37.3
16122026-03-30T16:11:42.989Z Compiling console v0.16.2
16132026-03-30T16:11:43.016Z Compiling clap_builder v4.5.60
16142026-03-30T16:11:43.019Z Compiling hashbrown v0.15.5
16152026-03-30T16:11:43.290Z Compiling h2 v0.4.13
16162026-03-30T16:11:43.365Z Compiling bzip2 v0.6.1
16172026-03-30T16:11:43.380Z Compiling daft v0.1.5
16182026-03-30T16:11:43.510Z Compiling flate2 v1.1.9
16192026-03-30T16:11:43.588Z Compiling zopfli v0.8.3
16202026-03-30T16:11:43.604Z Compiling elliptic-curve v0.13.8
16212026-03-30T16:11:43.869Z Compiling dof v0.3.0
16222026-03-30T16:11:43.887Z Compiling phf v0.13.1
16232026-03-30T16:11:43.933Z Compiling zone_cfg_derive v0.3.1
16242026-03-30T16:11:43.967Z Compiling hubpack v0.1.2
16252026-03-30T16:11:44.018Z Compiling strum v0.27.2
16262026-03-30T16:11:44.053Z Compiling cookie_store v0.22.1
16272026-03-30T16:11:44.102Z Compiling cargo_metadata v0.19.2
16282026-03-30T16:11:44.256Z Compiling signal-hook-mio v0.2.5
16292026-03-30T16:11:44.291Z Compiling usdt-attr-macro v0.6.0
16302026-03-30T16:11:44.398Z Compiling toml_edit v0.19.15
16312026-03-30T16:11:44.437Z Compiling usdt-macro v0.6.0
16322026-03-30T16:11:44.473Z Compiling rayon v1.11.0
16332026-03-30T16:11:44.571Z Compiling zstd v0.13.3
16342026-03-30T16:11:44.660Z Compiling serde_with_macros v3.17.0
16352026-03-30T16:11:44.733Z Compiling postgres-types v0.2.12
16362026-03-30T16:11:44.858Z Compiling bzip2 v0.4.4
16372026-03-30T16:11:45.090Z Compiling dtrace-parser v0.2.0
16382026-03-30T16:11:45.136Z Compiling pkcs1 v0.7.5
16392026-03-30T16:11:45.226Z Compiling ed25519 v2.2.3
16402026-03-30T16:11:45.246Z Compiling hex v0.4.3
16412026-03-30T16:11:45.316Z Compiling serde-big-array v0.5.1
16422026-03-30T16:11:45.476Z Compiling rfc6979 v0.4.0
16432026-03-30T16:11:45.491Z Compiling bstr v1.12.1
16442026-03-30T16:11:45.539Z Compiling clap_derive v4.5.55
16452026-03-30T16:11:45.560Z Compiling serde_repr v0.1.20
16462026-03-30T16:11:45.619Z Compiling strum_macros v0.26.4
16472026-03-30T16:11:45.848Z Compiling enum-as-inner v0.6.1
16482026-03-30T16:11:45.880Z Compiling itertools v0.12.1
16492026-03-30T16:11:45.926Z Compiling phf_shared v0.11.3
16502026-03-30T16:11:46.120Z Compiling float-cmp v0.10.0
16512026-03-30T16:11:46.136Z Compiling thread-id v4.2.2
16522026-03-30T16:11:46.160Z Compiling memmap2 v0.9.10
16532026-03-30T16:11:46.176Z Compiling env_filter v1.0.0
16542026-03-30T16:11:46.179Z Compiling encoding_rs v0.8.35
16552026-03-30T16:11:46.238Z Compiling precomputed-hash v0.1.1
16562026-03-30T16:11:46.292Z Compiling normalize-line-endings v0.3.0
16572026-03-30T16:11:46.297Z Compiling data-encoding v2.10.0
16582026-03-30T16:11:46.346Z Compiling hyper v1.8.1
16592026-03-30T16:11:46.399Z Compiling whoami v2.1.0
16602026-03-30T16:11:46.414Z Compiling jiff v0.2.21
16612026-03-30T16:11:46.414Z Compiling fixedbitset v0.4.2
16622026-03-30T16:11:46.509Z Compiling mime v0.3.17
16632026-03-30T16:11:46.675Z Compiling fixedbitset v0.5.7
16642026-03-30T16:11:46.779Z Compiling unit-prefix v0.5.2
16652026-03-30T16:11:46.795Z Compiling keccak v0.1.6
16662026-03-30T16:11:46.810Z Compiling static_assertions v1.1.0
16672026-03-30T16:11:46.899Z Compiling new_debug_unreachable v1.0.6
16682026-03-30T16:11:46.947Z Compiling difflib v0.4.0
16692026-03-30T16:11:46.984Z Compiling rustc-hash v2.1.1
16702026-03-30T16:11:47.003Z Compiling predicates-core v1.0.10
16712026-03-30T16:11:47.028Z Compiling zone v0.3.1
16722026-03-30T16:11:47.101Z Compiling iddqd v0.3.17
16732026-03-30T16:11:47.127Z Compiling string_cache v0.8.9
16742026-03-30T16:11:47.142Z Compiling sha3 v0.10.8
16752026-03-30T16:11:47.203Z Compiling predicates v3.1.4
16762026-03-30T16:11:47.353Z Compiling toml_edit v0.22.27
16772026-03-30T16:11:47.409Z Compiling petgraph v0.8.3
16782026-03-30T16:11:47.418Z Compiling clap v4.5.60
16792026-03-30T16:11:47.442Z Compiling hyper-util v0.1.20
16802026-03-30T16:11:47.504Z Compiling strum v0.26.3
16812026-03-30T16:11:47.528Z Compiling indicatif v0.18.4
16822026-03-30T16:11:47.619Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-03-30T16:11:47.635Z Compiling tokio-postgres v0.7.16
16842026-03-30T16:11:47.655Z Compiling hickory-proto v0.25.2
16852026-03-30T16:11:47.738Z Compiling petgraph v0.6.5
16862026-03-30T16:11:47.771Z Compiling env_logger v0.11.9
16872026-03-30T16:11:47.890Z Compiling usdt v0.6.0
16882026-03-30T16:11:47.950Z Compiling usdt-impl v0.5.0
16892026-03-30T16:11:48.149Z Compiling similar v2.7.0
16902026-03-30T16:11:48.184Z Compiling serde_with v3.17.0
16912026-03-30T16:11:48.250Z Compiling toml v0.7.8
16922026-03-30T16:11:48.400Z Compiling crossterm v0.28.1
16932026-03-30T16:11:48.561Z Compiling ecdsa v0.16.9
16942026-03-30T16:11:48.872Z Compiling hyper-tls v0.6.0
16952026-03-30T16:11:48.969Z Compiling ed25519-dalek v2.2.0
16962026-03-30T16:11:49.029Z Compiling zip v4.6.1
16972026-03-30T16:11:49.158Z Compiling rsa v0.9.10
16982026-03-30T16:11:49.218Z Compiling zip v0.6.6
16992026-03-30T16:11:49.762Z Compiling tokio-stream v0.1.18
17002026-03-30T16:11:49.828Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-03-30T16:11:49.881Z Compiling buf-list v1.1.2
17022026-03-30T16:11:49.957Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-30T16:11:49.973Z Compiling openapiv3 v2.2.0
17042026-03-30T16:11:50.031Z Compiling x509-cert v0.2.5
17052026-03-30T16:11:50.067Z Compiling sha1 v0.10.6
17062026-03-30T16:11:50.167Z Compiling itertools v0.13.0
17072026-03-30T16:11:50.186Z Compiling toml_datetime v0.7.5+spec-1.1.0
17082026-03-30T16:11:50.255Z Compiling peg-runtime v0.8.5
17092026-03-30T16:11:50.285Z Compiling lalrpop-util v0.19.12
17102026-03-30T16:11:50.318Z Compiling thread_local v1.1.9
17112026-03-30T16:11:50.485Z Compiling slog-async v2.8.0
17122026-03-30T16:11:50.506Z Compiling futures-executor v0.3.32
17132026-03-30T16:11:50.510Z Compiling crossbeam-channel v0.5.15
17142026-03-30T16:11:50.510Z Compiling filetime v0.2.27
17152026-03-30T16:11:50.570Z Compiling is-terminal v0.4.17
17162026-03-30T16:11:50.598Z Compiling xattr v1.6.1
17172026-03-30T16:11:50.671Z Compiling term v1.2.1
17182026-03-30T16:11:50.687Z Compiling take_mut v0.2.2
17192026-03-30T16:11:50.717Z Compiling futures v0.3.32
17202026-03-30T16:11:50.796Z Compiling tar v0.4.45
17212026-03-30T16:11:50.961Z Compiling slog-term v2.9.2
17222026-03-30T16:12:06.063Z Compiling rustls-webpki v0.103.9
17232026-03-30T16:12:08.849Z Compiling tokio-rustls v0.26.4
17242026-03-30T16:12:08.849Z Compiling rustls-platform-verifier v0.6.2
17252026-03-30T16:12:09.056Z Compiling hyper-rustls v0.27.7
17262026-03-30T16:12:09.251Z Compiling reqwest v0.13.2
17272026-03-30T16:12:09.251Z Compiling reqwest v0.12.28
17282026-03-30T16:12:11.232Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-03-30T16:12:11.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-03-30T16:12:14.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.10s
17312026-03-30T16:12:14.408Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-03-30T16:12:14.465ZMar 30 16:12:13.513 INFO Starting download, target: Clickhouse
17332026-03-30T16:12:14.465ZMar 30 16:12:13.514 INFO Starting download, target: Cockroach
17342026-03-30T16:12:14.465ZMar 30 16:12:13.514 INFO Starting download, target: Console
17352026-03-30T16:12:14.465ZMar 30 16:12:13.514 INFO Starting download, target: DendriteStub
17362026-03-30T16:12:14.465ZMar 30 16:12:13.514 INFO Starting download, target: MaghemiteMgd
17372026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Starting download, target: TransceiverControl
17382026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-03-30T16:12:14.470ZMar 30 16:12:13.514 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-03-30T16:12:15.023ZMar 30 16:12:14.068 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-03-30T16:12:15.247ZMar 30 16:12:14.294 INFO Download complete, target: TransceiverControl
17462026-03-30T16:12:15.565ZMar 30 16:12:14.607 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-03-30T16:12:15.798ZMar 30 16:12:14.841 INFO Download complete, target: Console
17482026-03-30T16:12:16.082ZMar 30 16:12:15.129 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-03-30T16:12:16.225ZMar 30 16:12:15.271 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-03-30T16:12:16.654ZMar 30 16:12:15.703 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-03-30T16:12:16.826ZMar 30 16:12:15.876 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-03-30T16:12:16.826ZMar 30 16:12:15.876 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-03-30T16:12:18.362ZMar 30 16:12:17.412 INFO Download complete, target: DendriteStub
17542026-03-30T16:12:18.549ZMar 30 16:12:17.598 INFO Download complete, target: MaghemiteMgd
17552026-03-30T16:12:21.627ZMar 30 16:12:20.676 INFO Checking that binary works, target: Cockroach
17562026-03-30T16:12:21.760ZMar 30 16:12:20.808 INFO Download complete, target: Cockroach
17572026-03-30T16:12:23.534ZMar 30 16:12:22.582 INFO Checking that binary works, target: Clickhouse
17582026-03-30T16:12:23.622ZMar 30 16:12:22.670 INFO Download complete, target: Clickhouse
17592026-03-30T16:12:23.627ZAll prerequisites installed successfully
17602026-03-30T16:12:23.630Z
17612026-03-30T16:12:23.630Zreal 2:51.267460937
17622026-03-30T16:12:23.630Zuser 7:16.615551285
17632026-03-30T16:12:23.630Zsys 1:43.052919547
17642026-03-30T16:12:23.630Ztrap 0.248628741
17652026-03-30T16:12:23.630Ztflt 1.073778864
17662026-03-30T16:12:23.630Zdflt 1.413190154
17672026-03-30T16:12:23.630Zkflt 0.022751309
17682026-03-30T16:12:23.630Zlock 22:25.739769282
17692026-03-30T16:12:23.630Zslp 19:36.986830854
17702026-03-30T16:12:23.630Zlat 23.655880913
17712026-03-30T16:12:23.630Zstop 2:58.432299341
17722026-03-30T16:12:23.630Z+ ptime -m cargo xtask download softnpu
17732026-03-30T16:12:24.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17742026-03-30T16:12:24.191Z Running `target/debug/xtask download softnpu`
17752026-03-30T16:12:24.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17762026-03-30T16:12:25.029Z Running `target/debug/xtask-downloader softnpu`
17772026-03-30T16:12:25.071ZMar 30 16:12:24.119 INFO Starting download, target: Softnpu
17782026-03-30T16:12:25.074ZMar 30 16:12:24.120 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17792026-03-30T16:12:25.823ZMar 30 16:12:24.871 INFO Download complete, target: Softnpu
17802026-03-30T16:12:25.826Z
17812026-03-30T16:12:25.829Zreal 2.192753647
17822026-03-30T16:12:25.829Zuser 1.309869903
17832026-03-30T16:12:25.829Zsys 0.663185080
17842026-03-30T16:12:25.829Ztrap 0.000505311
17852026-03-30T16:12:25.829Ztflt 0.000141093
17862026-03-30T16:12:25.829Zdflt 0.000095907
17872026-03-30T16:12:25.829Zkflt 0.000000000
17882026-03-30T16:12:25.829Zlock 13.695832121
17892026-03-30T16:12:25.829Zslp 0.573120072
17902026-03-30T16:12:25.829Zlat 0.085411784
17912026-03-30T16:12:25.829Zstop 0.000220092
17922026-03-30T16:12:25.829Z+ export CARGO_INCREMENTAL=0
17932026-03-30T16:12:25.829Z+ CARGO_INCREMENTAL=0
17942026-03-30T16:12:25.829Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17952026-03-30T16:12:26.719Z Compiling proc-macro2 v1.0.106
17962026-03-30T16:12:26.719Z Compiling quote v1.0.44
17972026-03-30T16:12:26.719Z Compiling unicode-ident v1.0.24
17982026-03-30T16:12:26.719Z Compiling libc v0.2.180
17992026-03-30T16:12:26.724Z Compiling serde_core v1.0.228
18002026-03-30T16:12:26.724Z Compiling serde v1.0.228
18012026-03-30T16:12:26.724Z Compiling cfg-if v1.0.4
18022026-03-30T16:12:26.865Z Compiling version_check v0.9.5
18032026-03-30T16:12:26.869Z Compiling find-msvc-tools v0.1.9
18042026-03-30T16:12:26.869Z Compiling shlex v1.3.0
18052026-03-30T16:12:26.869Z Compiling typenum v1.19.0
18062026-03-30T16:12:26.879Z Compiling portable-atomic v1.13.1
18072026-03-30T16:12:26.884Z Compiling memchr v2.8.0
18082026-03-30T16:12:26.884Z Compiling autocfg v1.5.0
18092026-03-30T16:12:26.884Z Compiling zmij v1.0.21
18102026-03-30T16:12:27.036Z Compiling serde_json v1.0.149
18112026-03-30T16:12:27.187Z Compiling zerocopy v0.8.40
18122026-03-30T16:12:27.204Z Compiling generic-array v0.14.7
18132026-03-30T16:12:27.235Z Compiling parking_lot_core v0.9.12
18142026-03-30T16:12:27.327Z Compiling libm v0.2.16
18152026-03-30T16:12:27.369Z Compiling smallvec v1.15.1
18162026-03-30T16:12:27.372Z Compiling icu_properties_data v2.1.2
18172026-03-30T16:12:27.400Z Compiling icu_normalizer_data v2.1.1
18182026-03-30T16:12:27.404Z Compiling num-traits v0.2.19
18192026-03-30T16:12:27.462Z Compiling itoa v1.0.17
18202026-03-30T16:12:27.465Z Compiling log v0.4.29
18212026-03-30T16:12:27.574Z Compiling getrandom v0.4.1
18222026-03-30T16:12:27.577Z Compiling pkg-config v0.3.32
18232026-03-30T16:12:27.621Z Compiling stable_deref_trait v1.2.1
18242026-03-30T16:12:27.669Z Compiling subtle v2.6.1
18252026-03-30T16:12:27.687Z Compiling scopeguard v1.2.0
18262026-03-30T16:12:27.801Z Compiling lock_api v0.4.14
18272026-03-30T16:12:27.816Z Compiling fnv v1.0.7
18282026-03-30T16:12:27.847Z Compiling thiserror v2.0.18
18292026-03-30T16:12:27.878Z Compiling jobserver v0.1.34
18302026-03-30T16:12:27.893Z Compiling getrandom v0.2.17
18312026-03-30T16:12:27.960Z Compiling errno v0.3.14
18322026-03-30T16:12:28.081Z Compiling rand_core v0.6.4
18332026-03-30T16:12:28.129Z Compiling cc v1.2.56
18342026-03-30T16:12:28.149Z Compiling getrandom v0.3.4
18352026-03-30T16:12:28.166Z Compiling syn v2.0.117
18362026-03-30T16:12:28.183Z Compiling pin-project-lite v0.2.17
18372026-03-30T16:12:28.293Z Compiling critical-section v1.2.0
18382026-03-30T16:12:28.370Z Compiling rustversion v1.0.22
18392026-03-30T16:12:28.401Z Compiling allocator-api2 v0.2.21
18402026-03-30T16:12:28.417Z Compiling equivalent v1.0.2
18412026-03-30T16:12:28.475Z Compiling foldhash v0.2.0
18422026-03-30T16:12:28.522Z Compiling fs_extra v1.3.0
18432026-03-30T16:12:28.535Z Compiling percent-encoding v2.3.2
18442026-03-30T16:12:28.643Z Compiling dunce v1.0.5
18452026-03-30T16:12:28.662Z Compiling writeable v0.6.2
18462026-03-30T16:12:28.702Z Compiling once_cell v1.21.3
18472026-03-30T16:12:28.764Z Compiling litemap v0.8.1
18482026-03-30T16:12:28.780Z Compiling hashbrown v0.16.1
18492026-03-30T16:12:28.889Z Compiling const-oid v0.9.6
18502026-03-30T16:12:28.919Z Compiling cmake v0.1.57
18512026-03-30T16:12:28.964Z Compiling signal-hook-registry v1.4.8
18522026-03-30T16:12:29.000Z Compiling rustix v1.1.3
18532026-03-30T16:12:29.003Z Compiling mio v1.1.1
18542026-03-30T16:12:29.041Z Compiling socket2 v0.6.2
18552026-03-30T16:12:29.057Z Compiling schemars v0.8.22
18562026-03-30T16:12:29.290Z Compiling bitflags v2.11.0
18572026-03-30T16:12:29.354Z Compiling semver v1.0.27
18582026-03-30T16:12:29.359Z Compiling indexmap v2.13.0
18592026-03-30T16:12:29.400Z Compiling parking_lot v0.12.5
18602026-03-30T16:12:29.414Z Compiling utf8_iter v1.0.4
18612026-03-30T16:12:29.457Z Compiling aws-lc-rs v1.16.0
18622026-03-30T16:12:29.498Z Compiling ring v0.17.14
18632026-03-30T16:12:29.606Z Compiling aws-lc-sys v0.37.1
18642026-03-30T16:12:29.621Z Compiling rand_core v0.10.0
18652026-03-30T16:12:29.692Z Compiling form_urlencoded v1.2.2
18662026-03-30T16:12:29.764Z Compiling futures-core v0.3.32
18672026-03-30T16:12:29.781Z Compiling strsim v0.11.1
18682026-03-30T16:12:29.955Z Compiling httparse v1.10.1
18692026-03-30T16:12:29.990Z Compiling byteorder v1.5.0
18702026-03-30T16:12:30.054Z Compiling thiserror v1.0.69
18712026-03-30T16:12:30.070Z Compiling ucd-trie v0.1.7
18722026-03-30T16:12:30.157Z Compiling vcpkg v0.2.15
18732026-03-30T16:12:30.206Z Compiling ident_case v1.0.1
18742026-03-30T16:12:30.250Z Compiling pest v2.8.6
18752026-03-30T16:12:30.266Z Compiling heck v0.5.0
18762026-03-30T16:12:30.356Z Compiling crossbeam-utils v0.8.21
18772026-03-30T16:12:30.373Z Compiling syn v1.0.109
18782026-03-30T16:12:30.388Z Compiling regex-syntax v0.8.10
18792026-03-30T16:12:30.613Z Compiling rustls v0.23.37
18802026-03-30T16:12:30.641Z Compiling futures-sink v0.3.32
18812026-03-30T16:12:30.657Z Compiling rustc_version v0.4.1
18822026-03-30T16:12:30.725Z Compiling slab v0.4.12
18832026-03-30T16:12:30.728Z Compiling openssl-sys v0.9.111
18842026-03-30T16:12:30.728Z Compiling cpufeatures v0.2.17
18852026-03-30T16:12:30.770Z Compiling futures-channel v0.3.32
18862026-03-30T16:12:30.773Z Compiling futures-task v0.3.32
18872026-03-30T16:12:30.773Z Compiling futures-io v0.3.32
18882026-03-30T16:12:30.947Z Compiling iana-time-zone v0.1.65
18892026-03-30T16:12:30.962Z Compiling synstructure v0.13.2
18902026-03-30T16:12:30.965Z Compiling serde_derive_internals v0.29.1
18912026-03-30T16:12:30.965Z Compiling plain v0.2.3
18922026-03-30T16:12:31.014Z Compiling uuid v1.21.0
18932026-03-30T16:12:31.048Z Compiling aho-corasick v1.1.4
18942026-03-30T16:12:31.231Z Compiling time-core v0.1.8
18952026-03-30T16:12:31.264Z Compiling num-conv v0.2.0
18962026-03-30T16:12:31.412Z Compiling pest_meta v2.8.6
18972026-03-30T16:12:31.428Z Compiling time-macros v0.2.27
18982026-03-30T16:12:31.510Z Compiling pretty-hex v0.4.1
18992026-03-30T16:12:31.665Z Compiling openssl v0.10.75
19002026-03-30T16:12:31.797Z Compiling either v1.15.0
19012026-03-30T16:12:31.856Z Compiling anyhow v1.0.102
19022026-03-30T16:12:31.880Z Compiling regex-automata v0.4.14
19032026-03-30T16:12:31.895Z Compiling base64ct v1.8.3
19042026-03-30T16:12:31.912Z Compiling crc32fast v1.5.0
19052026-03-30T16:12:31.929Z Compiling darling_core v0.21.3
19062026-03-30T16:12:31.996Z Compiling pest_generator v2.8.6
19072026-03-30T16:12:32.028Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19082026-03-30T16:12:32.119Z Compiling flagset v0.4.7
19092026-03-30T16:12:32.179Z Compiling pem-rfc7468 v0.7.0
19102026-03-30T16:12:32.198Z Compiling native-tls v0.2.18
19112026-03-30T16:12:32.213Z Compiling rand_core v0.9.5
19122026-03-30T16:12:32.229Z Compiling serde_derive v1.0.228
19132026-03-30T16:12:32.274Z Compiling zeroize_derive v1.4.3
19142026-03-30T16:12:32.318Z Compiling zerofrom-derive v0.1.6
19152026-03-30T16:12:32.393Z Compiling yoke-derive v0.8.1
19162026-03-30T16:12:32.424Z Compiling zerovec-derive v0.11.2
19172026-03-30T16:12:32.440Z Compiling displaydoc v0.2.5
19182026-03-30T16:12:32.456Z Compiling zerocopy-derive v0.8.40
19192026-03-30T16:12:32.472Z Compiling tokio-macros v2.6.0
19202026-03-30T16:12:32.488Z Compiling futures-macro v0.3.32
19212026-03-30T16:12:32.505Z Compiling thiserror-impl v2.0.18
19222026-03-30T16:12:32.649Z Compiling tracing-attributes v0.1.31
19232026-03-30T16:12:32.667Z Compiling der_derive v0.7.3
19242026-03-30T16:12:32.888Z Compiling zeroize v1.8.2
19252026-03-30T16:12:33.176Z Compiling schemars_derive v0.8.22
19262026-03-30T16:12:33.275Z Compiling thiserror-impl v1.0.69
19272026-03-30T16:12:33.384Z Compiling pest_derive v2.8.6
19282026-03-30T16:12:33.473Z Compiling zerofrom v0.1.6
19292026-03-30T16:12:33.623Z Compiling yoke v0.8.1
19302026-03-30T16:12:33.655Z Compiling futures-util v0.3.32
19312026-03-30T16:12:33.703Z Compiling crypto-common v0.1.7
19322026-03-30T16:12:33.766Z Compiling block-buffer v0.10.4
19332026-03-30T16:12:33.846Z Compiling zerovec v0.11.5
19342026-03-30T16:12:33.864Z Compiling zerotrie v0.2.3
19352026-03-30T16:12:33.957Z Compiling digest v0.10.7
19362026-03-30T16:12:34.106Z Compiling block-padding v0.3.3
19372026-03-30T16:12:34.244Z Compiling inout v0.1.4
19382026-03-30T16:12:34.275Z Compiling hmac v0.12.1
19392026-03-30T16:12:34.328Z Compiling sha2 v0.10.9
19402026-03-30T16:12:34.360Z Compiling rustls-pki-types v1.14.0
19412026-03-30T16:12:34.375Z Compiling scroll_derive v0.13.1
19422026-03-30T16:12:34.378Z Compiling scroll_derive v0.12.1
19432026-03-30T16:12:34.407Z Compiling tinystr v0.8.2
19442026-03-30T16:12:34.422Z Compiling potential_utf v0.1.4
19452026-03-30T16:12:34.475Z Compiling cipher v0.4.4
19462026-03-30T16:12:34.633Z Compiling icu_locale_core v2.1.1
19472026-03-30T16:12:34.636Z Compiling icu_collections v2.1.1
19482026-03-30T16:12:34.696Z Compiling openssl-macros v0.1.1
19492026-03-30T16:12:35.047Z Compiling regex v1.12.3
19502026-03-30T16:12:35.121Z Compiling darling_macro v0.21.3
19512026-03-30T16:12:35.162Z Compiling der v0.7.10
19522026-03-30T16:12:35.229Z Compiling zerocopy-derive v0.7.35
19532026-03-30T16:12:35.400Z Compiling bytes v1.11.1
19542026-03-30T16:12:35.440Z Compiling icu_provider v2.1.1
19552026-03-30T16:12:35.498Z Compiling chrono v0.4.44
19562026-03-30T16:12:35.513Z Compiling serde_tokenstream v0.2.3
19572026-03-30T16:12:35.779Z Compiling icu_properties v2.1.2
19582026-03-30T16:12:35.821Z Compiling icu_normalizer v2.1.1
19592026-03-30T16:12:36.011Z Compiling tokio v1.49.0
19602026-03-30T16:12:36.298Z Compiling http v1.4.0
19612026-03-30T16:12:36.313Z Compiling slog v2.8.2
19622026-03-30T16:12:36.377Z Compiling tracing-core v0.1.36
19632026-03-30T16:12:36.549Z Compiling dyn-clone v1.0.20
19642026-03-30T16:12:36.595Z Compiling untrusted v0.9.0
19652026-03-30T16:12:36.711Z Compiling idna_adapter v1.2.1
19662026-03-30T16:12:36.748Z Compiling ppv-lite86 v0.2.21
19672026-03-30T16:12:36.864Z Compiling idna v1.1.0
19682026-03-30T16:12:37.019Z Compiling rayon-core v1.13.0
19692026-03-30T16:12:37.100Z Compiling tracing v0.1.44
19702026-03-30T16:12:37.219Z Compiling url v2.5.8
19712026-03-30T16:12:37.305Z Compiling spki v0.7.3
19722026-03-30T16:12:37.335Z Compiling darling v0.21.3
19732026-03-30T16:12:37.352Z Compiling salsa20 v0.10.2
19742026-03-30T16:12:37.416Z Compiling pbkdf2 v0.12.2
19752026-03-30T16:12:37.557Z Compiling cookie v0.18.1
19762026-03-30T16:12:37.724Z Compiling camino v1.2.2
19772026-03-30T16:12:37.763Z Compiling base64 v0.22.1
19782026-03-30T16:12:38.145Z Compiling scrypt v0.11.0
19792026-03-30T16:12:38.149Z Compiling rand_chacha v0.9.0
19802026-03-30T16:12:38.256Z Compiling cbc v0.1.2
19812026-03-30T16:12:38.304Z Compiling aes v0.8.4
19822026-03-30T16:12:38.821Z Compiling usdt-impl v0.5.0
19832026-03-30T16:12:38.896Z Compiling paste v1.0.15
19842026-03-30T16:12:38.935Z Compiling winnow v0.7.14
19852026-03-30T16:12:38.992Z Compiling usdt-impl v0.6.0
19862026-03-30T16:12:39.022Z Compiling ref-cast v1.0.25
19872026-03-30T16:12:39.225Z Compiling pkcs5 v0.7.1
19882026-03-30T16:12:39.283Z Compiling rand v0.9.2
19892026-03-30T16:12:39.328Z Compiling http-body v1.0.1
19902026-03-30T16:12:39.585Z Compiling serde_spanned v0.6.9
19912026-03-30T16:12:39.600Z Compiling toml_datetime v0.6.11
19922026-03-30T16:12:39.681Z Compiling tokio-util v0.7.18
19932026-03-30T16:12:39.685Z Compiling scroll v0.13.0
19942026-03-30T16:12:39.717Z Compiling scroll v0.12.0
19952026-03-30T16:12:39.758Z Compiling heapless v0.7.17
19962026-03-30T16:12:39.876Z Compiling bzip2-sys v0.1.13+1.0.8
19972026-03-30T16:12:39.918Z Compiling untrusted v0.7.1
19982026-03-30T16:12:39.978Z Compiling atomic-waker v1.1.2
19992026-03-30T16:12:40.000Z Compiling zstd-safe v7.2.4
20002026-03-30T16:12:40.061Z Compiling signal-hook v0.3.18
20012026-03-30T16:12:40.133Z Compiling openssl-probe v0.2.1
20022026-03-30T16:12:40.258Z Compiling toml_parser v1.0.9+spec-1.1.0
20032026-03-30T16:12:40.318Z Compiling goblin v0.8.2
20042026-03-30T16:12:40.343Z Compiling goblin v0.10.5
20052026-03-30T16:12:40.405Z Compiling pkcs8 v0.10.2
20062026-03-30T16:12:40.705Z Compiling zerocopy v0.7.35
20072026-03-30T16:12:40.807Z Compiling ref-cast-impl v1.0.25
20082026-03-30T16:12:40.848Z Compiling darling_core v0.20.11
20092026-03-30T16:12:40.990Z Compiling toml_datetime v0.7.5+spec-1.1.0
20102026-03-30T16:12:41.014Z Compiling memoffset v0.9.1
20112026-03-30T16:12:41.259Z Compiling tower-layer v0.3.3
20122026-03-30T16:12:41.277Z Compiling try-lock v0.2.5
20132026-03-30T16:12:41.378Z Compiling tower-service v0.3.3
20142026-03-30T16:12:41.411Z Compiling litrs v1.0.0
20152026-03-30T16:12:41.511Z Compiling rustix v0.38.44
20162026-03-30T16:12:41.606Z Compiling winnow v0.5.40
20172026-03-30T16:12:41.662Z Compiling tinyvec_macros v0.1.1
20182026-03-30T16:12:41.665Z Compiling fastrand v2.3.0
20192026-03-30T16:12:41.761Z Compiling tinyvec v1.10.0
20202026-03-30T16:12:41.842Z Compiling want v0.3.1
20212026-03-30T16:12:41.871Z Compiling document-features v0.2.12
20222026-03-30T16:12:42.017Z Compiling h2 v0.4.13
20232026-03-30T16:12:42.525Z Compiling dof v0.3.0
20242026-03-30T16:12:42.794Z Compiling darling_macro v0.20.11
20252026-03-30T16:12:42.986Z Compiling dof v0.4.0
20262026-03-30T16:12:43.002Z Compiling toml_edit v0.19.15
20272026-03-30T16:12:43.136Z Compiling dtrace-parser v0.2.0
20282026-03-30T16:12:43.177Z Compiling ipnet v2.11.0
20292026-03-30T16:12:43.262Z Compiling dtrace-parser v0.3.0
20302026-03-30T16:12:43.369Z Compiling async-trait v0.1.89
20312026-03-30T16:12:43.748Z Compiling daft-derive v0.1.5
20322026-03-30T16:12:43.764Z Compiling curve25519-dalek v4.1.3
20332026-03-30T16:12:43.950Z Compiling spin v0.9.8
20342026-03-30T16:12:44.037Z Compiling thread-id v4.2.2
20352026-03-30T16:12:44.067Z Compiling thread-id v5.1.0
20362026-03-30T16:12:44.082Z Compiling proc-macro-error-attr v1.0.4
20372026-03-30T16:12:44.099Z Compiling num-bigint-dig v0.8.6
20382026-03-30T16:12:44.137Z Compiling smoltcp v0.9.1
20392026-03-30T16:12:44.168Z Compiling httpdate v1.0.3
20402026-03-30T16:12:44.184Z Compiling powerfmt v0.2.0
20412026-03-30T16:12:44.304Z Compiling foreign-types-shared v0.1.1
20422026-03-30T16:12:44.320Z Compiling cfg_aliases v0.2.1
20432026-03-30T16:12:44.417Z Compiling pin-utils v0.1.0
20442026-03-30T16:12:44.476Z Compiling nix v0.31.1
20452026-03-30T16:12:44.493Z Compiling foreign-types v0.3.2
20462026-03-30T16:12:44.496Z Compiling deranged v0.5.8
20472026-03-30T16:12:44.690Z Compiling tempfile v3.25.0
20482026-03-30T16:12:44.715Z Compiling darling v0.20.11
20492026-03-30T16:12:45.044Z Compiling hyper v1.8.1
20502026-03-30T16:12:45.081Z Compiling ipnetwork v0.21.1
20512026-03-30T16:12:45.245Z Compiling strum_macros v0.26.4
20522026-03-30T16:12:45.316Z Compiling wait-timeout v0.2.1
20532026-03-30T16:12:45.331Z Compiling proc-macro-error v1.0.4
20542026-03-30T16:12:45.563Z Compiling unicode-segmentation v1.12.0
20552026-03-30T16:12:45.567Z Compiling num_threads v0.1.7
20562026-03-30T16:12:45.637Z Compiling utf8parse v0.2.2
20572026-03-30T16:12:45.725Z Compiling siphasher v1.0.2
20582026-03-30T16:12:45.764Z Compiling anstyle v1.0.13
20592026-03-30T16:12:45.793Z Compiling bit-vec v0.8.0
20602026-03-30T16:12:45.896Z Compiling simd-adler32 v0.3.8
20612026-03-30T16:12:45.934Z Compiling quick-error v1.2.3
20622026-03-30T16:12:46.000Z Compiling bit-set v0.8.0
20632026-03-30T16:12:46.037Z Compiling rusty-fork v0.3.1
20642026-03-30T16:12:46.126Z Compiling hyper-util v0.1.20
20652026-03-30T16:12:46.147Z Compiling time v0.3.47
20662026-03-30T16:12:46.200Z Compiling anstyle-parse v0.2.7
20672026-03-30T16:12:46.729Z Compiling crossbeam-epoch v0.9.18
20682026-03-30T16:12:46.778Z Compiling derive_builder_core v0.20.2
20692026-03-30T16:12:47.072Z Compiling unicode-normalization v0.1.25
20702026-03-30T16:12:47.558Z Compiling rustls-native-certs v0.8.3
20712026-03-30T16:12:47.820Z Compiling signature v2.2.0
20722026-03-30T16:12:47.879Z Compiling hubpack_derive v0.1.1
20732026-03-30T16:12:47.952Z Compiling rand_xorshift v0.4.0
20742026-03-30T16:12:47.978Z Compiling strum_macros v0.27.2
20752026-03-30T16:12:47.994Z Compiling curve25519-dalek-derive v0.1.1
20762026-03-30T16:12:48.114Z Compiling sync_wrapper v1.0.2
20772026-03-30T16:12:48.263Z Compiling fs-err v3.3.0
20782026-03-30T16:12:48.263Z Compiling ahash v0.8.12
20792026-03-30T16:12:48.425Z Compiling adler2 v2.0.1
20802026-03-30T16:12:48.506Z Compiling is_terminal_polyfill v1.70.2
20812026-03-30T16:12:48.531Z Compiling unicode-bidi v0.3.18
20822026-03-30T16:12:48.562Z Compiling colorchoice v1.0.4
20832026-03-30T16:12:48.578Z Compiling anstyle-query v1.1.5
20842026-03-30T16:12:48.622Z Compiling object v0.37.3
20852026-03-30T16:12:48.638Z Compiling unarray v0.1.4
20862026-03-30T16:12:48.669Z Compiling unicode-properties v0.1.4
20872026-03-30T16:12:48.697Z Compiling anstream v0.6.21
20882026-03-30T16:12:48.766Z Compiling proptest v1.10.0
20892026-03-30T16:12:48.901Z Compiling stringprep v0.1.5
20902026-03-30T16:12:49.011Z Compiling miniz_oxide v0.8.9
20912026-03-30T16:12:49.045Z Compiling tower v0.5.3
20922026-03-30T16:12:49.286Z Compiling derive_builder_macro v0.20.2
20932026-03-30T16:12:49.535Z Compiling crossbeam-deque v0.8.6
20942026-03-30T16:12:49.573Z Compiling heck v0.4.1
20952026-03-30T16:12:49.602Z Compiling usdt-attr-macro v0.6.0
20962026-03-30T16:12:49.754Z Compiling usdt-macro v0.6.0
20972026-03-30T16:12:50.053Z Compiling http-body-util v0.1.3
20982026-03-30T16:12:50.056Z Compiling webpki-roots v1.0.6
20992026-03-30T16:12:50.214Z Compiling rand_chacha v0.3.1
21002026-03-30T16:12:50.244Z Compiling erased-serde v0.3.31
21012026-03-30T16:12:50.266Z Compiling md-5 v0.10.6
21022026-03-30T16:12:50.375Z Compiling num-integer v0.1.46
21032026-03-30T16:12:50.423Z Compiling hash32 v0.2.1
21042026-03-30T16:12:50.440Z Compiling vergen-lib v0.1.6
21052026-03-30T16:12:50.499Z Compiling ff v0.13.1
21062026-03-30T16:12:50.562Z Compiling base16ct v0.2.0
21072026-03-30T16:12:50.578Z Compiling ryu v1.0.23
21082026-03-30T16:12:50.609Z Compiling zlib-rs v0.6.2
21092026-03-30T16:12:50.617Z Compiling iri-string v0.7.10
21102026-03-30T16:12:50.617Z Compiling psl-types v2.0.11
21112026-03-30T16:12:50.644Z Compiling fallible-iterator v0.2.0
21122026-03-30T16:12:50.723Z Compiling serde_urlencoded v0.7.1
21132026-03-30T16:12:50.743Z Compiling sec1 v0.7.3
21142026-03-30T16:12:50.766Z Compiling publicsuffix v2.3.0
21152026-03-30T16:12:50.777Z Compiling newtype-uuid v1.3.2
21162026-03-30T16:12:51.983Z Compiling group v0.13.0
21172026-03-30T16:12:52.017Z Compiling num-iter v0.1.45
21182026-03-30T16:12:52.017Z Compiling postgres-protocol v0.6.10
21192026-03-30T16:12:52.017Z Compiling rand v0.8.5
21202026-03-30T16:12:52.017Z Compiling oxnet v0.1.4
21212026-03-30T16:12:52.017Z Compiling zone_cfg_derive v0.3.1
21222026-03-30T16:12:52.017Z Compiling derive_builder v0.20.2
21232026-03-30T16:12:52.017Z Compiling tokio-native-tls v0.3.1
21242026-03-30T16:12:52.017Z Compiling phf_shared v0.13.1
21252026-03-30T16:12:52.017Z Compiling lazy_static v1.5.0
21262026-03-30T16:12:52.018Z Compiling tower-http v0.6.8
21272026-03-30T16:12:52.018Z Compiling terminal_size v0.4.3
21282026-03-30T16:12:52.018Z Compiling serde_with_macros v3.17.0
21292026-03-30T16:12:52.018Z Compiling cargo-platform v0.1.9
21302026-03-30T16:12:52.018Z Compiling hkdf v0.12.4
21312026-03-30T16:12:52.018Z Compiling crypto-bigint v0.5.5
21322026-03-30T16:12:52.018Z Compiling serde_repr v0.1.20
21332026-03-30T16:12:52.036Z Compiling enum-as-inner v0.6.1
21342026-03-30T16:12:52.047Z Compiling clap_derive v4.5.55
21352026-03-30T16:12:52.075Z Compiling vergen v9.0.6
21362026-03-30T16:12:52.124Z Compiling managed v0.8.0
21372026-03-30T16:12:52.277Z Compiling bitflags v1.3.2
21382026-03-30T16:12:52.290Z Compiling foldhash v0.1.5
21392026-03-30T16:12:52.361Z Compiling clap_lex v1.0.0
21402026-03-30T16:12:52.376Z Compiling unicode-width v0.2.0
21412026-03-30T16:12:52.550Z Compiling libbz2-rs-sys v0.2.2
21422026-03-30T16:12:52.598Z Compiling bumpalo v3.20.2
21432026-03-30T16:12:52.630Z Compiling flate2 v1.1.9
21442026-03-30T16:12:52.669Z Compiling console v0.16.2
21452026-03-30T16:12:52.675Z Compiling clap_builder v4.5.60
21462026-03-30T16:12:52.852Z Compiling zopfli v0.8.3
21472026-03-30T16:12:52.890Z Compiling elliptic-curve v0.13.8
21482026-03-30T16:12:53.039Z Compiling bzip2 v0.6.1
21492026-03-30T16:12:53.056Z Compiling hashbrown v0.15.5
21502026-03-30T16:12:53.130Z Compiling cargo_metadata v0.19.2
21512026-03-30T16:12:53.248Z Compiling phf v0.13.1
21522026-03-30T16:12:53.443Z Compiling hyper-tls v0.6.0
21532026-03-30T16:12:53.459Z Compiling zstd v0.13.3
21542026-03-30T16:12:53.462Z Compiling signal-hook-mio v0.2.5
21552026-03-30T16:12:53.619Z Compiling daft v0.1.5
21562026-03-30T16:12:53.664Z Compiling rayon v1.11.0
21572026-03-30T16:12:53.766Z Compiling cookie_store v0.22.1
21582026-03-30T16:12:53.767Z Compiling postgres-types v0.2.12
21592026-03-30T16:12:53.767Z Compiling bzip2 v0.4.4
21602026-03-30T16:12:53.929Z Compiling strum v0.27.2
21612026-03-30T16:12:54.096Z Compiling hubpack v0.1.2
21622026-03-30T16:12:54.204Z Compiling ed25519 v2.2.3
21632026-03-30T16:12:54.222Z Compiling phf_shared v0.11.3
21642026-03-30T16:12:54.339Z Compiling pkcs1 v0.7.5
21652026-03-30T16:12:54.443Z Compiling serde-big-array v0.5.1
21662026-03-30T16:12:54.461Z Compiling hex v0.4.3
21672026-03-30T16:12:54.543Z Compiling rfc6979 v0.4.0
21682026-03-30T16:12:54.602Z Compiling bstr v1.12.1
21692026-03-30T16:12:54.743Z Compiling itertools v0.12.1
21702026-03-30T16:12:54.757Z Compiling float-cmp v0.10.0
21712026-03-30T16:12:54.757Z Compiling memmap2 v0.9.10
21722026-03-30T16:12:54.813Z Compiling env_filter v1.0.0
21732026-03-30T16:12:54.923Z Compiling encoding_rs v0.8.35
21742026-03-30T16:12:54.955Z Compiling fixedbitset v0.4.2
21752026-03-30T16:12:54.998Z Compiling toml_write v0.1.2
21762026-03-30T16:12:55.080Z Compiling jiff v0.2.21
21772026-03-30T16:12:55.180Z Compiling mime v0.3.17
21782026-03-30T16:12:55.217Z Compiling keccak v0.1.6
21792026-03-30T16:12:55.234Z Compiling unit-prefix v0.5.2
21802026-03-30T16:12:55.251Z Compiling static_assertions v1.1.0
21812026-03-30T16:12:55.270Z Compiling whoami v2.1.0
21822026-03-30T16:12:55.339Z Compiling difflib v0.4.0
21832026-03-30T16:12:55.404Z Compiling precomputed-hash v0.1.1
21842026-03-30T16:12:55.431Z Compiling data-encoding v2.10.0
21852026-03-30T16:12:55.462Z Compiling predicates-core v1.0.10
21862026-03-30T16:12:55.511Z Compiling rustc-hash v2.1.1
21872026-03-30T16:12:55.563Z Compiling normalize-line-endings v0.3.0
21882026-03-30T16:12:55.623Z Compiling fixedbitset v0.5.7
21892026-03-30T16:12:55.648Z Compiling new_debug_unreachable v1.0.6
21902026-03-30T16:12:55.663Z Compiling predicates v3.1.4
21912026-03-30T16:12:55.680Z Compiling iddqd v0.3.17
21922026-03-30T16:12:55.735Z Compiling string_cache v0.8.9
21932026-03-30T16:12:55.799Z Compiling hickory-proto v0.25.2
21942026-03-30T16:12:55.832Z Compiling petgraph v0.8.3
21952026-03-30T16:12:55.921Z Compiling zone v0.3.1
21962026-03-30T16:12:55.971Z Compiling tokio-postgres v0.7.16
21972026-03-30T16:12:56.006Z Compiling sha3 v0.10.8
21982026-03-30T16:12:57.639Z Compiling indicatif v0.18.4
21992026-03-30T16:12:57.717Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-03-30T16:12:57.717Z Compiling toml_edit v0.22.27
22012026-03-30T16:12:57.717Z Compiling petgraph v0.6.5
22022026-03-30T16:12:57.717Z Compiling similar v2.7.0
22032026-03-30T16:12:57.718Z Compiling env_logger v0.11.9
22042026-03-30T16:12:57.718Z Compiling usdt v0.6.0
22052026-03-30T16:12:57.753Z Compiling zip v4.6.1
22062026-03-30T16:12:57.924Z Compiling serde_with v3.17.0
22072026-03-30T16:12:58.030Z Compiling ecdsa v0.16.9
22082026-03-30T16:12:58.050Z Compiling rsa v0.9.10
22092026-03-30T16:12:58.605Z Compiling ed25519-dalek v2.2.0
22102026-03-30T16:12:58.716Z Compiling clap v4.5.60
22112026-03-30T16:12:58.818Z Compiling crossterm v0.28.1
22122026-03-30T16:12:59.026Z Compiling zip v0.6.6
22132026-03-30T16:12:59.150Z Compiling strum v0.26.3
22142026-03-30T16:12:59.289Z Compiling toml v0.7.8
22152026-03-30T16:12:59.309Z Compiling tokio-stream v0.1.18
22162026-03-30T16:12:59.389Z Compiling buf-list v1.1.2
22172026-03-30T16:12:59.679Z Compiling x509-cert v0.2.5
22182026-03-30T16:12:59.694Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-03-30T16:12:59.796Z Compiling openapiv3 v2.2.0
22202026-03-30T16:13:00.011Z Compiling sha1 v0.10.6
22212026-03-30T16:13:00.052Z Compiling itertools v0.13.0
22222026-03-30T16:13:00.134Z Compiling lalrpop-util v0.19.12
22232026-03-30T16:13:00.172Z Compiling peg-runtime v0.8.5
22242026-03-30T16:13:12.200Z Compiling macaddr v1.0.1
22252026-03-30T16:13:12.499Z Compiling structmeta-derive v0.3.0
22262026-03-30T16:13:12.517Z Compiling itertools v0.14.0
22272026-03-30T16:13:13.222Z Compiling heapless v0.8.0
22282026-03-30T16:13:13.775Z Compiling ingot-macros v0.1.1
22292026-03-30T16:13:14.334Z Compiling structmeta v0.3.0
22302026-03-30T16:13:18.237Z Compiling rustls-webpki v0.103.9
22312026-03-30T16:13:18.468Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-03-30T16:13:19.079Z Compiling hash32 v0.3.1
22332026-03-30T16:13:19.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22342026-03-30T16:13:19.135Z Compiling smoltcp v0.11.0
22352026-03-30T16:13:19.341Z Compiling proc-macro-crate v3.4.0
22362026-03-30T16:13:19.385Z Compiling ingot-types v0.1.2
22372026-03-30T16:13:19.400Z Compiling cobs v0.3.0
22382026-03-30T16:13:19.418Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22392026-03-30T16:13:19.490Z Compiling rustls v0.22.4
22402026-03-30T16:13:19.649Z Compiling postcard v1.1.3
22412026-03-30T16:13:19.708Z Compiling proc-macro-crate v1.3.1
22422026-03-30T16:13:19.729Z Compiling rustls-webpki v0.102.8
22432026-03-30T16:13:19.790Z Compiling num_enum_derive v0.7.5
22442026-03-30T16:13:19.805Z Compiling ingot v0.1.1
22452026-03-30T16:13:19.852Z Compiling futures-executor v0.3.32
22462026-03-30T16:13:19.976Z Compiling foreign-types-macros v0.2.3
22472026-03-30T16:13:20.046Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-30T16:13:20.067Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-30T16:13:20.217Z Compiling multer v3.1.0
22502026-03-30T16:13:20.283Z Compiling thread_local v1.1.9
22512026-03-30T16:13:20.343Z Compiling slog-async v2.8.0
22522026-03-30T16:13:20.359Z Compiling typeid v1.0.3
22532026-03-30T16:13:20.438Z Compiling foreign-types-shared v0.3.1
22542026-03-30T16:13:20.464Z Compiling cpufeatures v0.3.0
22552026-03-30T16:13:20.567Z Compiling match_cfg v0.1.0
22562026-03-30T16:13:20.571Z Compiling foreign-types v0.5.0
22572026-03-30T16:13:20.571Z Compiling chacha20 v0.10.0
22582026-03-30T16:13:20.652Z Compiling hostname v0.3.1
22592026-03-30T16:13:20.729Z Compiling num_enum_derive v0.5.11
22602026-03-30T16:13:20.762Z Compiling futures v0.3.32
22612026-03-30T16:13:20.765Z Compiling num_enum v0.7.5
22622026-03-30T16:13:20.920Z Compiling derive-ex v0.1.8
22632026-03-30T16:13:20.935Z Compiling tabwriter v1.4.1
22642026-03-30T16:13:20.938Z Compiling slog-json v2.6.1
22652026-03-30T16:13:20.967Z Compiling crossbeam-channel v0.5.15
22662026-03-30T16:13:20.983Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-30T16:13:21.294Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-30T16:13:21.325Z Compiling async-stream-impl v0.3.6
22692026-03-30T16:13:21.427Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-30T16:13:21.571Z Compiling serde_spanned v1.0.4
22712026-03-30T16:13:21.669Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-30T16:13:21.678Z Compiling is-terminal v0.4.17
22732026-03-30T16:13:21.757Z Compiling cstr-argument v0.1.2
22742026-03-30T16:13:21.773Z Compiling dropshot v0.16.7
22752026-03-30T16:13:21.807Z Compiling erased-serde v0.4.9
22762026-03-30T16:13:21.864Z Compiling term v1.2.1
22772026-03-30T16:13:21.902Z Compiling crucible-workspace-hack v0.1.0
22782026-03-30T16:13:21.948Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-30T16:13:21.986Z Compiling take_mut v0.2.2
22802026-03-30T16:13:22.044Z Compiling tokio-rustls v0.26.4
22812026-03-30T16:13:22.080Z Compiling rustls-platform-verifier v0.6.2
22822026-03-30T16:13:22.110Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22832026-03-30T16:13:22.149Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-30T16:13:22.237Z Compiling slog-term v2.9.2
22852026-03-30T16:13:22.328Z Compiling hyper-rustls v0.27.7
22862026-03-30T16:13:22.446Z Compiling test-strategy v0.4.5
22872026-03-30T16:13:22.462Z Compiling async-stream v0.3.6
22882026-03-30T16:13:22.644Z Compiling reqwest v0.13.2
22892026-03-30T16:13:22.667Z Compiling reqwest v0.12.28
22902026-03-30T16:13:23.122Z Compiling tokio-rustls v0.25.0
22912026-03-30T16:13:23.237Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22922026-03-30T16:13:23.293Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22932026-03-30T16:13:23.337Z Compiling num_enum v0.5.11
22942026-03-30T16:13:23.425Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22952026-03-30T16:13:23.470Z Compiling slog-bunyan v2.5.0
22962026-03-30T16:13:23.486Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22972026-03-30T16:13:23.552Z Compiling rand v0.10.0
22982026-03-30T16:13:23.687Z Compiling parse-display-derive v0.10.0
22992026-03-30T16:13:23.698Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23002026-03-30T16:13:23.716Z Compiling backon v1.6.0
23012026-03-30T16:13:23.733Z Compiling waitgroup v0.1.2
23022026-03-30T16:13:23.736Z Compiling dropshot_endpoint v0.16.7
23032026-03-30T16:13:23.751Z Compiling newtype-uuid-macros v0.1.0
23042026-03-30T16:13:23.780Z Compiling rustls-pemfile v2.2.0
23052026-03-30T16:13:23.785Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23062026-03-30T16:13:23.914Z Compiling serde_path_to_error v0.1.20
23072026-03-30T16:13:23.957Z Compiling hostname v0.4.2
23082026-03-30T16:13:23.998Z Compiling instant v0.1.13
23092026-03-30T16:13:24.070Z Compiling colored v3.1.1
23102026-03-30T16:13:24.085Z Compiling debug-ignore v1.0.5
23112026-03-30T16:13:24.136Z Compiling libefi-sys v0.1.0
23122026-03-30T16:13:24.151Z Compiling backoff v0.4.0
23132026-03-30T16:13:24.301Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-30T16:13:24.412Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23152026-03-30T16:13:24.419Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23162026-03-30T16:13:24.504Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-30T16:13:24.782Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23182026-03-30T16:13:24.862Z Compiling camino-tempfile v1.4.1
23192026-03-30T16:13:24.992Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-30T16:13:25.027Z Compiling usdt-attr-macro v0.5.0
23212026-03-30T16:13:25.147Z Compiling parse-display v0.10.0
23222026-03-30T16:13:25.276Z Compiling usdt-macro v0.5.0
23232026-03-30T16:13:25.800Z Compiling secrecy v0.10.3
23242026-03-30T16:13:25.816Z Compiling bitfield-struct v0.6.2
23252026-03-30T16:13:25.941Z Compiling num-derive v0.4.2
23262026-03-30T16:13:25.981Z Compiling regress v0.10.5
23272026-03-30T16:13:26.002Z Compiling ordered-float v2.10.1
23282026-03-30T16:13:26.036Z Compiling blake3 v1.8.3
23292026-03-30T16:13:26.055Z Compiling memmap v0.7.0
23302026-03-30T16:13:26.138Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23312026-03-30T16:13:26.286Z Compiling sigpipe v0.1.3
23322026-03-30T16:13:26.307Z Compiling glob v0.3.3
23332026-03-30T16:13:26.311Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23342026-03-30T16:13:26.352Z Compiling serde-value v0.7.0
23352026-03-30T16:13:26.400Z Compiling usdt v0.5.0
23362026-03-30T16:13:26.450Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-30T16:13:26.485Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-03-30T16:13:26.504Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-30T16:13:26.532Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23402026-03-30T16:13:26.575Z Compiling serde-untagged v0.1.9
23412026-03-30T16:13:26.851Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-03-30T16:13:26.919Z Compiling toml v0.8.23
23432026-03-30T16:13:26.946Z Compiling smf v0.2.3
23442026-03-30T16:13:26.962Z Compiling filetime v0.2.27
23452026-03-30T16:13:27.047Z Compiling unicode-xid v0.2.6
23462026-03-30T16:13:27.064Z Compiling constant_time_eq v0.4.2
23472026-03-30T16:13:27.067Z Compiling arrayref v0.3.9
23482026-03-30T16:13:27.172Z Compiling same-file v1.0.6
23492026-03-30T16:13:27.187Z Compiling whoami v1.6.1
23502026-03-30T16:13:27.212Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-30T16:13:27.252Z Compiling arrayvec v0.7.6
23522026-03-30T16:13:27.285Z Compiling xattr v1.6.1
23532026-03-30T16:13:27.314Z Compiling walkdir v2.5.0
23542026-03-30T16:13:27.337Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-03-30T16:13:27.366Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-30T16:13:27.519Z Compiling tar v0.4.45
23572026-03-30T16:13:27.571Z Compiling cargo-util-schemas v0.8.2
23582026-03-30T16:13:27.619Z Compiling tokio-dtrace v0.1.1
23592026-03-30T16:13:27.652Z Compiling gethostname v0.5.0
23602026-03-30T16:13:27.808Z Compiling cargo-platform v0.2.0
23612026-03-30T16:13:27.962Z Compiling topological-sort v0.2.2
23622026-03-30T16:13:28.001Z Compiling oxide-tokio-rt v0.1.3
23632026-03-30T16:13:28.018Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23642026-03-30T16:13:28.055Z Compiling indent_write v2.2.0
23652026-03-30T16:13:28.098Z Compiling shell-words v1.1.1
23662026-03-30T16:13:28.784Z Compiling cargo_metadata v0.21.0
23672026-03-30T16:13:37.875Z Compiling progenitor-client v0.10.0
23682026-03-30T16:13:37.875Z Compiling omicron-zone-package v0.12.2
23692026-03-30T16:13:37.923Z Compiling progenitor-client v0.13.0
23702026-03-30T16:13:38.003Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23712026-03-30T16:13:38.003Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-03-30T16:13:38.007Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-03-30T16:13:38.007Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23742026-03-30T16:13:38.328Z Compiling progenitor-extras v0.1.1
23752026-03-30T16:13:38.589Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23762026-03-30T16:13:45.526Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23772026-03-30T16:13:46.461Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23782026-03-30T16:13:52.730Z Finished `release` profile [optimized] target(s) in 1m 26s
23792026-03-30T16:13:52.883Z Running `target/release/omicron-package -t test target create -p dev`
23802026-03-30T16:13:52.943ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812026-03-30T16:13:52.947ZCreated new build target 'test' and set it as active
23822026-03-30T16:13:52.950Z
23832026-03-30T16:13:52.950Zreal 1:27.100164947
23842026-03-30T16:13:52.950Zuser 15:10.003895709
23852026-03-30T16:13:52.950Zsys 2:27.290810469
23862026-03-30T16:13:52.950Ztrap 0.437776063
23872026-03-30T16:13:52.950Ztflt 2.519546534
23882026-03-30T16:13:52.950Zdflt 3.310004781
23892026-03-30T16:13:52.950Zkflt 0.000585929
23902026-03-30T16:13:52.950Zlock 47:38.999496248
23912026-03-30T16:13:52.950Zslp 39:54.218582368
23922026-03-30T16:13:52.950Zlat 40.238536442
23932026-03-30T16:13:52.950Zstop 5:08.070069391
23942026-03-30T16:13:52.950Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23952026-03-30T16:13:53.844Z Finished `release` profile [optimized] target(s) in 0.88s
23962026-03-30T16:13:53.914Z Running `target/release/omicron-package -t test package`
23972026-03-30T16:13:53.973ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-03-30T16:13:55.408Z Compiling regress v0.10.5
23992026-03-30T16:13:55.408Z Compiling heck v0.5.0
24002026-03-30T16:13:55.408Z Compiling unsafe-libyaml v0.2.11
24012026-03-30T16:13:55.411Z Compiling convert_case v0.4.0
24022026-03-30T16:13:55.664Z Compiling half v2.7.1
24032026-03-30T16:13:55.667Z Compiling ciborium-io v0.2.2
24042026-03-30T16:13:55.704Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24052026-03-30T16:13:55.709Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24062026-03-30T16:13:55.709Z Compiling universal-hash v0.5.1
24072026-03-30T16:13:55.723Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-30T16:13:55.780Z Compiling typify-impl v0.6.1
24092026-03-30T16:13:55.802Z Compiling opaque-debug v0.3.1
24102026-03-30T16:13:55.802Z Compiling prettyplease v0.2.37
24112026-03-30T16:13:55.805Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-03-30T16:13:55.865Z Compiling chacha20 v0.9.1
24132026-03-30T16:13:55.884Z Compiling byte-wrapper v0.1.0
24142026-03-30T16:13:55.888Z Compiling password-hash v0.5.0
24152026-03-30T16:13:55.888Z Compiling poly1305 v0.8.0
24162026-03-30T16:13:55.948Z Compiling derive_more v0.99.20
24172026-03-30T16:13:55.952Z Compiling blake2 v0.10.6
24182026-03-30T16:13:56.054Z Compiling ciborium-ll v0.2.2
24192026-03-30T16:13:56.074Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24202026-03-30T16:13:56.143Z Compiling serde_yaml v0.9.34+deprecated
24212026-03-30T16:13:56.203Z Compiling aead v0.5.2
24222026-03-30T16:13:56.310Z Compiling ciborium v0.2.2
24232026-03-30T16:13:56.350Z Compiling unicode-width v0.1.14
24242026-03-30T16:13:56.430Z Compiling swrite v0.1.0
24252026-03-30T16:13:56.496Z Compiling chacha20poly1305 v0.10.1
24262026-03-30T16:13:56.566Z Compiling argon2 v0.5.3
24272026-03-30T16:13:56.595Z Compiling is-terminal v0.4.17
24282026-03-30T16:13:56.672Z Compiling serde_spanned v1.0.4
24292026-03-30T16:13:56.696Z Compiling toml_writer v1.0.6+spec-1.1.0
24302026-03-30T16:13:56.754Z Compiling bytecount v0.6.9
24312026-03-30T16:13:56.800Z Compiling thiserror-no-std v2.0.2
24322026-03-30T16:13:56.824Z Compiling rustls v0.22.4
24332026-03-30T16:13:56.850Z Compiling rustls-webpki v0.102.8
24342026-03-30T16:13:56.872Z Compiling derive-where v1.6.0
24352026-03-30T16:13:56.876Z Compiling thread_local v1.1.9
24362026-03-30T16:13:56.917Z Compiling vsss-rs v3.3.4
24372026-03-30T16:13:56.940Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24382026-03-30T16:13:56.961Z Compiling toml v0.9.12+spec-1.1.0
24392026-03-30T16:13:56.998Z Compiling match_cfg v0.1.0
24402026-03-30T16:13:57.103Z Compiling hostname v0.3.1
24412026-03-30T16:13:57.209Z Compiling multer v3.1.0
24422026-03-30T16:13:57.294Z Compiling slog-async v2.8.0
24432026-03-30T16:13:57.315Z Compiling slog-json v2.6.1
24442026-03-30T16:13:57.318Z Compiling crossbeam-channel v0.5.15
24452026-03-30T16:13:57.357Z Compiling futures-executor v0.3.32
24462026-03-30T16:13:57.445Z Compiling take_mut v0.2.2
24472026-03-30T16:13:57.537Z Compiling term v1.2.1
24482026-03-30T16:13:57.557Z Compiling futures v0.3.32
24492026-03-30T16:13:57.583Z Compiling slog-bunyan v2.5.0
24502026-03-30T16:13:57.625Z Compiling dropshot v0.16.7
24512026-03-30T16:13:57.647Z Compiling async-stream v0.3.6
24522026-03-30T16:13:57.668Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24532026-03-30T16:13:57.690Z Compiling progenitor-client v0.13.0
24542026-03-30T16:13:57.791Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-03-30T16:13:57.825Z Compiling slog-term v2.9.2
24562026-03-30T16:13:57.847Z Compiling waitgroup v0.1.2
24572026-03-30T16:13:58.018Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24582026-03-30T16:13:58.026Z Compiling backon v1.6.0
24592026-03-30T16:13:58.030Z Compiling rustls-pemfile v2.2.0
24602026-03-30T16:13:58.030Z Compiling hostname v0.4.2
24612026-03-30T16:13:58.094Z Compiling serde_path_to_error v0.1.20
24622026-03-30T16:13:58.097Z Compiling instant v0.1.13
24632026-03-30T16:13:58.142Z Compiling debug-ignore v1.0.5
24642026-03-30T16:13:58.146Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-03-30T16:13:58.186Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-03-30T16:13:58.189Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-30T16:13:58.232Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24682026-03-30T16:13:58.235Z Compiling progenitor-extras v0.1.1
24692026-03-30T16:13:58.273Z Compiling backoff v0.4.0
24702026-03-30T16:13:58.276Z Compiling parse-display v0.10.0
24712026-03-30T16:13:58.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722026-03-30T16:13:58.299Z Compiling progenitor-client v0.10.0
24732026-03-30T16:13:58.363Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-03-30T16:13:58.449Z Compiling macaddr v1.0.1
24752026-03-30T16:13:58.473Z Compiling console v0.15.11
24762026-03-30T16:13:58.496Z Compiling newline-converter v0.3.0
24772026-03-30T16:13:58.520Z Compiling atomicwrites v0.4.4
24782026-03-30T16:13:58.543Z Compiling num-rational v0.4.2
24792026-03-30T16:13:58.643Z Compiling num-complex v0.4.6
24802026-03-30T16:13:58.708Z Compiling slog-dtrace v0.3.0
24812026-03-30T16:13:58.738Z Compiling async-recursion v1.1.1
24822026-03-30T16:13:58.842Z Compiling cancel-safe-futures v0.1.5
24832026-03-30T16:13:58.916Z Compiling expectorate v1.2.0
24842026-03-30T16:13:59.013Z Compiling float-ord v0.3.2
24852026-03-30T16:13:59.088Z Compiling num v0.4.3
24862026-03-30T16:13:59.109Z Compiling tokio-rustls v0.25.0
24872026-03-30T16:13:59.182Z Compiling owo-colors v4.3.0
24882026-03-30T16:13:59.227Z Compiling libsw-core v0.3.2
24892026-03-30T16:13:59.265Z Compiling resolv-conf v0.7.6
24902026-03-30T16:13:59.311Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-03-30T16:13:59.388Z Compiling toml v0.8.23
24922026-03-30T16:13:59.461Z Compiling libsw v3.5.0
24932026-03-30T16:13:59.489Z Compiling linear-map v1.2.0
24942026-03-30T16:13:59.617Z Compiling minimal-lexical v0.2.1
24952026-03-30T16:13:59.675Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24962026-03-30T16:13:59.678Z Compiling linked-hash-map v0.5.6
24972026-03-30T16:13:59.766Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-03-30T16:13:59.889Z Compiling nom v7.1.3
24992026-03-30T16:13:59.892Z Compiling unicode-xid v0.2.6
25002026-03-30T16:13:59.952Z Compiling lru-cache v0.1.2
25012026-03-30T16:13:59.976Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25022026-03-30T16:13:59.995Z Compiling globset v0.4.18
25032026-03-30T16:14:00.083Z Compiling hickory-proto v0.24.4
25042026-03-30T16:14:00.130Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25052026-03-30T16:14:00.183Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-03-30T16:14:00.547Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-03-30T16:14:00.602Z Compiling typify-macro v0.6.1
25082026-03-30T16:14:01.282Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-03-30T16:14:01.376Z Compiling convert_case v0.10.0
25102026-03-30T16:14:01.685Z Compiling derive_more-impl v2.1.1
25112026-03-30T16:14:02.141Z Compiling typify v0.6.1
25122026-03-30T16:14:02.282Z Compiling progenitor-impl v0.13.0
25132026-03-30T16:14:02.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-03-30T16:14:02.698Z Compiling hickory-resolver v0.24.4
25152026-03-30T16:14:02.920Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25162026-03-30T16:14:03.169Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25172026-03-30T16:14:03.707Z Compiling pin-project-internal v1.1.11
25182026-03-30T16:14:03.927Z Compiling qorb v0.4.1
25192026-03-30T16:14:03.970Z Compiling derive_more v2.1.1
25202026-03-30T16:14:04.085Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-03-30T16:14:04.306Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25222026-03-30T16:14:04.473Z Compiling pem v3.0.6
25232026-03-30T16:14:04.503Z Compiling progenitor-macro v0.13.0
25242026-03-30T16:14:04.837Z Compiling pin-project v1.1.11
25252026-03-30T16:14:04.977Z Compiling snafu-derive v0.8.9
25262026-03-30T16:14:05.198Z Compiling termtree v0.5.1
25272026-03-30T16:14:05.405Z Compiling crossterm v0.29.0
25282026-03-30T16:14:05.697Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-03-30T16:14:05.997Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25302026-03-30T16:14:06.022Z Compiling phf_shared v0.12.1
25312026-03-30T16:14:06.274Z Compiling olpc-cjson v0.1.4
25322026-03-30T16:14:06.527Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-03-30T16:14:06.695Z Compiling snafu v0.8.9
25342026-03-30T16:14:07.051Z Compiling serde_plain v1.0.2
25352026-03-30T16:14:07.312Z Compiling csv-core v0.1.13
25362026-03-30T16:14:07.753Z Compiling vte v0.14.1
25372026-03-30T16:14:07.961Z Compiling chrono-tz v0.10.4
25382026-03-30T16:14:08.016Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-03-30T16:14:08.183Z Compiling typed-path v0.9.3
25402026-03-30T16:14:08.301Z Compiling highway v1.3.0
25412026-03-30T16:14:08.377Z Compiling strip-ansi-escapes v0.2.1
25422026-03-30T16:14:08.480Z Compiling csv v1.4.0
25432026-03-30T16:14:08.589Z Compiling progenitor v0.13.0
25442026-03-30T16:14:08.773Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-03-30T16:14:08.948Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25462026-03-30T16:14:08.973Z Compiling phf v0.12.1
25472026-03-30T16:14:08.999Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482026-03-30T16:14:09.056Z Compiling const_format_proc_macros v0.2.34
25492026-03-30T16:14:09.177Z Compiling papergrid v0.11.0
25502026-03-30T16:14:09.473Z Compiling tough v0.20.0
25512026-03-30T16:14:09.495Z Compiling fd-lock v4.0.4
25522026-03-30T16:14:09.833Z Compiling peg-macros v0.8.5
25532026-03-30T16:14:10.010Z Compiling tabled_derive v0.7.0
25542026-03-30T16:14:10.327Z Compiling nu-ansi-term v0.50.3
25552026-03-30T16:14:10.904Z Compiling tabled v0.15.0
25562026-03-30T16:14:10.944Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-03-30T16:14:10.995Z Compiling reedline v0.40.0
25582026-03-30T16:14:11.085Z Compiling peg v0.8.5
25592026-03-30T16:14:11.170Z Compiling const_format v0.2.35
25602026-03-30T16:14:11.245Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-03-30T16:14:11.689Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25622026-03-30T16:14:12.805Z Compiling bcs v0.1.6
25632026-03-30T16:14:12.850Z Compiling base64 v0.21.7
25642026-03-30T16:14:13.265Z Compiling semver v0.1.20
25652026-03-30T16:14:13.448Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-30T16:14:13.582Z Compiling rustc_version v0.1.7
25672026-03-30T16:14:13.709Z Compiling unicode-linebreak v0.1.5
25682026-03-30T16:14:13.746Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-03-30T16:14:13.828Z Compiling newtype_derive v0.1.6
25702026-03-30T16:14:14.030Z Compiling humantime v2.3.0
25712026-03-30T16:14:14.059Z Compiling smawk v0.3.2
25722026-03-30T16:14:14.153Z Compiling dropshot-api-manager-types v0.6.0
25732026-03-30T16:14:14.261Z Compiling textwrap v0.16.2
25742026-03-30T16:14:14.464Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-30T16:14:14.512Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25762026-03-30T16:14:14.684Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25772026-03-30T16:14:14.790Z Compiling steno v0.4.1
25782026-03-30T16:14:14.940Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25792026-03-30T16:14:15.015Z Compiling utf-8 v0.7.6
25802026-03-30T16:14:15.296Z Compiling tagptr v0.2.0
25812026-03-30T16:14:15.447Z Compiling tungstenite v0.21.0
25822026-03-30T16:14:15.497Z Compiling moka v0.12.13
25832026-03-30T16:14:15.881Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25842026-03-30T16:14:16.017Z Compiling radium v0.7.0
25852026-03-30T16:14:16.061Z Compiling tokio-tungstenite v0.21.0
25862026-03-30T16:14:16.180Z Compiling typify-impl v0.4.3
25872026-03-30T16:14:16.432Z Compiling tap v1.0.1
25882026-03-30T16:14:16.495Z Compiling maybe-uninit v2.0.0
25892026-03-30T16:14:16.583Z Compiling hickory-resolver v0.25.2
25902026-03-30T16:14:16.718Z Compiling wyz v0.5.1
25912026-03-30T16:14:16.965Z Compiling zerocopy-derive v0.6.6
25922026-03-30T16:14:17.147Z Compiling packed_struct v0.10.1
25932026-03-30T16:14:17.427Z Compiling funty v2.0.0
25942026-03-30T16:14:17.577Z Compiling display-error-chain v0.2.2
25952026-03-30T16:14:17.599Z Compiling crc-catalog v2.4.0
25962026-03-30T16:14:17.734Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-03-30T16:14:17.754Z Compiling zerocopy v0.6.6
25982026-03-30T16:14:17.779Z Compiling crc v3.4.0
25992026-03-30T16:14:18.000Z Compiling bitvec v1.0.1
26002026-03-30T16:14:18.314Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-30T16:14:18.580Z Compiling packed_struct_codegen v0.10.1
26022026-03-30T16:14:18.814Z Compiling bitfield-macros v0.19.4
26032026-03-30T16:14:19.530Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26042026-03-30T16:14:19.645Z Compiling indexmap v1.9.3
26052026-03-30T16:14:19.666Z Compiling typify-macro v0.4.3
26062026-03-30T16:14:19.868Z Compiling nodrop v0.1.14
26072026-03-30T16:14:20.020Z Compiling array-init v0.0.4
26082026-03-30T16:14:20.402Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-03-30T16:14:21.132Z Compiling bitfield v0.19.4
26102026-03-30T16:14:21.321Z Compiling smallvec v0.6.14
26112026-03-30T16:14:21.466Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26122026-03-30T16:14:21.489Z Compiling num-derive v0.3.3
26132026-03-30T16:14:21.612Z Compiling proc-macro-error-attr2 v2.0.0
26142026-03-30T16:14:21.749Z Compiling hashbrown v0.12.3
26152026-03-30T16:14:22.031Z Compiling proc-macro-error2 v2.0.1
26162026-03-30T16:14:22.283Z Compiling serde-hex v0.1.0
26172026-03-30T16:14:22.376Z Compiling libscf-sys v1.1.0
26182026-03-30T16:14:22.394Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-03-30T16:14:22.548Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-03-30T16:14:22.788Z Compiling ron v0.8.1
26212026-03-30T16:14:22.882Z Compiling hashbrown v0.13.2
26222026-03-30T16:14:22.928Z Compiling vergen-gitcl v1.0.8
26232026-03-30T16:14:23.069Z Compiling dirs-sys-next v0.1.2
26242026-03-30T16:14:23.169Z Compiling diesel_derives v2.3.7
26252026-03-30T16:14:23.355Z Compiling crc-any v2.5.0
26262026-03-30T16:14:23.411Z Compiling glob v0.3.3
26272026-03-30T16:14:23.432Z Compiling crunchy v0.2.4
26282026-03-30T16:14:23.520Z Compiling maplit v1.0.2
26292026-03-30T16:14:23.651Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-03-30T16:14:23.701Z Compiling object v0.30.4
26312026-03-30T16:14:23.785Z Compiling dirs-next v2.0.0
26322026-03-30T16:14:23.807Z Compiling clang-sys v1.8.1
26332026-03-30T16:14:23.857Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-03-30T16:14:23.939Z Compiling tabled_derive v0.11.0
26352026-03-30T16:14:24.194Z Compiling typify v0.4.3
26362026-03-30T16:14:24.306Z Compiling papergrid v0.17.0
26372026-03-30T16:14:24.336Z Compiling testing_table v0.3.0
26382026-03-30T16:14:24.357Z Compiling dsl_auto_type v0.2.0
26392026-03-30T16:14:24.422Z Compiling scheduled-thread-pool v0.2.7
26402026-03-30T16:14:24.564Z Compiling diesel_table_macro_syntax v0.3.0
26412026-03-30T16:14:24.776Z Compiling path-slash v0.1.5
26422026-03-30T16:14:24.799Z Compiling tiny-keccak v2.0.2
26432026-03-30T16:14:24.974Z Compiling r2d2 v0.8.10
26442026-03-30T16:14:25.041Z Compiling term v0.7.0
26452026-03-30T16:14:25.706Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-30T16:14:25.716Z Compiling arc-swap v1.8.2
26472026-03-30T16:14:25.716Z Compiling tabled v0.20.0
26482026-03-30T16:14:25.716Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26492026-03-30T16:14:25.716Z Compiling bit-vec v0.6.3
26502026-03-30T16:14:25.716Z Compiling xshell-macros v0.2.7
26512026-03-30T16:14:25.749Z Compiling downcast-rs v2.0.2
26522026-03-30T16:14:25.845Z Compiling bit-set v0.5.3
26532026-03-30T16:14:25.889Z Compiling slog-scope v4.4.1
26542026-03-30T16:14:25.910Z Compiling ascii-canvas v3.0.0
26552026-03-30T16:14:26.065Z Compiling xshell v0.2.7
26562026-03-30T16:14:26.172Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-03-30T16:14:26.306Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26582026-03-30T16:14:26.338Z Compiling itertools v0.10.5
26592026-03-30T16:14:26.597Z Compiling ena v0.14.4
26602026-03-30T16:14:26.773Z Compiling libloading v0.8.9
26612026-03-30T16:14:26.850Z Compiling regex-syntax v0.6.29
26622026-03-30T16:14:27.016Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-30T16:14:27.396Z Compiling bindgen v0.71.1
26642026-03-30T16:14:27.542Z Compiling unicase v2.9.0
26652026-03-30T16:14:27.549Z Compiling diff v0.1.13
26662026-03-30T16:14:27.789Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-03-30T16:14:28.546Z Compiling lalrpop v0.19.12
26682026-03-30T16:14:28.782Z Compiling slog-stdlog v4.1.1
26692026-03-30T16:14:29.007Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-03-30T16:14:29.252Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-03-30T16:14:29.609Z Compiling diesel v2.3.7
26722026-03-30T16:14:29.997Z Compiling cexpr v0.6.0
26732026-03-30T16:14:30.031Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26742026-03-30T16:14:30.253Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-03-30T16:14:30.277Z Compiling crc8 v0.1.1
26762026-03-30T16:14:30.420Z Compiling slog-envlogger v2.2.0
26772026-03-30T16:14:30.442Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-03-30T16:14:30.510Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-03-30T16:14:30.534Z Compiling headers-core v0.3.0
26802026-03-30T16:14:30.697Z Compiling libxml v0.3.3
26812026-03-30T16:14:30.796Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822026-03-30T16:14:30.997Z Compiling headers v0.4.1
26832026-03-30T16:14:31.182Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26842026-03-30T16:14:31.610Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26852026-03-30T16:14:31.829Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-03-30T16:14:32.327Z Compiling strum_macros v0.24.3
26872026-03-30T16:14:32.374Z Compiling indoc v1.0.9
26882026-03-30T16:14:32.815Z Compiling progenitor-impl v0.10.0
26892026-03-30T16:14:32.941Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-30T16:14:32.976Z Compiling derive_builder v0.20.2
26912026-03-30T16:14:33.175Z Compiling oso-derive v0.27.3
26922026-03-30T16:14:33.221Z Compiling quick-xml v0.37.5
26932026-03-30T16:14:33.386Z Compiling impl-trait-for-tuples v0.2.3
26942026-03-30T16:14:33.602Z Compiling openssl-probe v0.1.6
26952026-03-30T16:14:33.708Z Compiling half v1.8.3
26962026-03-30T16:14:33.947Z Compiling serde_cbor v0.11.2
26972026-03-30T16:14:34.134Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-03-30T16:14:34.614Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-03-30T16:14:34.655Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-03-30T16:14:34.852Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-03-30T16:14:34.971Z Compiling bb8 v0.8.6
27022026-03-30T16:14:34.974Z Compiling progenitor-macro v0.10.0
27032026-03-30T16:14:35.015Z Compiling samael v0.0.19
27042026-03-30T16:14:35.083Z Compiling trait-variant v0.1.2
27052026-03-30T16:14:35.381Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27062026-03-30T16:14:35.644Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27072026-03-30T16:14:35.935Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27082026-03-30T16:14:35.996Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-03-30T16:14:36.132Z Compiling polar-core v0.27.3
27102026-03-30T16:14:36.267Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27112026-03-30T16:14:36.495Z Compiling fxhash v0.2.1
27122026-03-30T16:14:36.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27132026-03-30T16:14:36.660Z Compiling kstat-rs v0.2.4
27142026-03-30T16:14:36.680Z Compiling libz-sys v1.1.24
27152026-03-30T16:14:36.842Z Compiling nonempty v0.12.0
27162026-03-30T16:14:37.076Z Compiling salty v0.3.0
27172026-03-30T16:14:37.156Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-03-30T16:14:37.409Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27192026-03-30T16:14:37.432Z Compiling progenitor-impl v0.11.2
27202026-03-30T16:14:37.494Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-30T16:14:37.553Z Compiling darling_core v0.23.0
27222026-03-30T16:14:38.988Z Compiling progenitor v0.10.0
27232026-03-30T16:14:39.182Z Compiling nanorand v0.7.0
27242026-03-30T16:14:39.562Z Compiling fs-err v2.11.0
27252026-03-30T16:14:39.707Z Compiling parking_lot_core v0.8.6
27262026-03-30T16:14:39.771Z Compiling darling_macro v0.23.0
27272026-03-30T16:14:39.860Z Compiling mime_guess v2.0.5
27282026-03-30T16:14:39.936Z Compiling progenitor-macro v0.11.2
27292026-03-30T16:14:40.012Z Compiling flume v0.11.1
27302026-03-30T16:14:40.281Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27312026-03-30T16:14:40.377Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-03-30T16:14:41.272Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-03-30T16:14:41.440Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-03-30T16:14:41.873Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-03-30T16:14:43.927Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-03-30T16:14:44.002Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-30T16:14:44.579Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27382026-03-30T16:14:45.701Z Compiling oso v0.27.3
27392026-03-30T16:14:48.402Z Compiling diesel-dtrace v0.5.0
27402026-03-30T16:14:48.728Z Compiling async-bb8-diesel v0.2.1
27412026-03-30T16:14:49.187Z Compiling progenitor-client v0.11.2
27422026-03-30T16:14:49.247Z Compiling git-stub v1.0.0
27432026-03-30T16:14:49.372Z Compiling libgit2-sys v0.18.3+1.9.2
27442026-03-30T16:14:49.432Z Compiling instability v0.3.11
27452026-03-30T16:14:49.510Z Compiling progenitor v0.11.2
27462026-03-30T16:14:49.697Z Compiling git-stub-vcs v0.1.0
27472026-03-30T16:14:49.719Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-03-30T16:14:49.719Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27492026-03-30T16:14:50.106Z Compiling darling v0.23.0
27502026-03-30T16:14:50.657Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-03-30T16:14:50.702Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-03-30T16:14:50.797Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-03-30T16:14:51.184Z Compiling ignore v0.4.25
27542026-03-30T16:14:52.131Z Compiling primeorder v0.13.6
27552026-03-30T16:14:52.162Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-03-30T16:14:52.466Z Compiling castaway v0.2.4
27572026-03-30T16:14:52.674Z Compiling nibble_vec v0.1.0
27582026-03-30T16:14:52.865Z Compiling atty v0.2.14
27592026-03-30T16:14:53.016Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-03-30T16:14:53.259Z Compiling indoc v2.0.7
27612026-03-30T16:14:53.514Z Compiling http-range v0.1.5
27622026-03-30T16:14:53.605Z Compiling endian-type v0.1.2
27632026-03-30T16:14:53.711Z Compiling parse-size v1.1.0
27642026-03-30T16:14:53.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-03-30T16:14:53.788Z Compiling radix_trie v0.2.1
27662026-03-30T16:14:53.936Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-03-30T16:14:54.100Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-03-30T16:14:54.120Z Compiling compact_str v0.8.1
27692026-03-30T16:14:54.265Z Compiling p384 v0.13.1
27702026-03-30T16:14:55.269Z Compiling globwalk v0.9.1
27712026-03-30T16:14:55.949Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-03-30T16:14:56.190Z Compiling parking_lot v0.11.2
27732026-03-30T16:14:56.723Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-03-30T16:14:57.115Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-03-30T16:14:57.173Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-03-30T16:14:57.195Z Compiling predicates-tree v1.0.13
27772026-03-30T16:14:57.217Z Compiling unicode-truncate v1.1.0
27782026-03-30T16:14:57.386Z Compiling lru v0.12.5
27792026-03-30T16:14:57.431Z Compiling prefix-trie v0.7.0
27802026-03-30T16:14:57.620Z Compiling vergen-git2 v1.0.7
27812026-03-30T16:14:57.663Z Compiling cassowary v0.3.0
27822026-03-30T16:14:57.880Z Compiling hickory-server v0.25.2
27832026-03-30T16:14:57.928Z Compiling camino-tempfile-ext v0.3.3
27842026-03-30T16:14:58.380Z Compiling ratatui v0.29.0
27852026-03-30T16:14:58.412Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-30T16:14:58.646Z Compiling hyper-staticfile v0.10.1
27872026-03-30T16:14:58.856Z Compiling sled v0.34.7
27882026-03-30T16:14:59.685Z Compiling hickory-client v0.25.2
27892026-03-30T16:15:00.166Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-03-30T16:15:00.361Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-03-30T16:15:00.573Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-30T16:15:00.829Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-03-30T16:15:01.126Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27942026-03-30T16:15:01.349Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-03-30T16:15:01.749Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-03-30T16:15:01.939Z Compiling rand_seeder v0.4.0
27972026-03-30T16:15:02.244Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-03-30T16:15:02.298Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-03-30T16:15:02.492Z Compiling lzma-sys v0.1.20
28002026-03-30T16:15:02.761Z Compiling corncobs v0.1.4
28012026-03-30T16:15:02.892Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-03-30T16:15:03.020Z Compiling rustls v0.21.12
28032026-03-30T16:15:03.068Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-03-30T16:15:03.221Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-03-30T16:15:03.243Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-03-30T16:15:03.329Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28072026-03-30T16:15:03.510Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-03-30T16:15:03.570Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-03-30T16:15:03.826Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-03-30T16:15:04.067Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-03-30T16:15:04.522Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28122026-03-30T16:15:04.546Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-03-30T16:15:07.260Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-03-30T16:15:07.310Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-30T16:15:07.546Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-03-30T16:15:07.577Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-03-30T16:15:07.811Z Compiling cargo_toml v0.22.3
28182026-03-30T16:15:07.835Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28192026-03-30T16:15:07.857Z Compiling rustls-webpki v0.101.7
28202026-03-30T16:15:08.601Z Compiling sct v0.7.1
28212026-03-30T16:15:08.879Z Compiling nix v0.29.0
28222026-03-30T16:15:09.210Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28232026-03-30T16:15:09.276Z Compiling secrecy v0.8.0
28242026-03-30T16:15:09.477Z Compiling void v1.0.2
28252026-03-30T16:15:09.582Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28262026-03-30T16:15:09.627Z Compiling lzss v0.8.2
28272026-03-30T16:15:10.121Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28282026-03-30T16:15:10.319Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-03-30T16:15:10.352Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-03-30T16:15:10.425Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-03-30T16:15:10.767Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-03-30T16:15:11.021Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-03-30T16:15:11.222Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-03-30T16:15:11.723Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-03-30T16:15:11.753Z Compiling tungstenite v0.23.0
28362026-03-30T16:15:11.963Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-03-30T16:15:12.191Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-03-30T16:15:12.526Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-03-30T16:15:12.529Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-03-30T16:15:12.648Z Compiling nix v0.27.1
28412026-03-30T16:15:12.671Z Compiling serde_bytes v0.11.19
28422026-03-30T16:15:12.806Z Compiling tokio-tungstenite v0.23.1
28432026-03-30T16:15:13.002Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-03-30T16:15:13.175Z Compiling tokio-rustls v0.24.1
28452026-03-30T16:15:13.472Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28462026-03-30T16:15:13.834Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-03-30T16:15:14.134Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-30T16:15:14.706Z Compiling git2 v0.20.4
28492026-03-30T16:15:14.873Z Compiling ron v0.12.0
28502026-03-30T16:15:15.833Z Compiling xz2 v0.1.7
28512026-03-30T16:15:16.057Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28522026-03-30T16:15:17.518Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-03-30T16:15:17.743Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-03-30T16:15:18.190Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28552026-03-30T16:15:18.705Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28562026-03-30T16:15:18.917Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28572026-03-30T16:15:20.179Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28582026-03-30T16:15:20.241Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-03-30T16:15:20.752Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-03-30T16:15:21.270Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-03-30T16:15:21.872Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-03-30T16:15:22.793Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-03-30T16:15:23.240Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-03-30T16:15:24.016Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-03-30T16:15:24.388Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-03-30T16:15:25.444Z Compiling rustls-pemfile v1.0.4
28672026-03-30T16:15:25.865Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-03-30T16:15:26.925Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28692026-03-30T16:15:27.060Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28702026-03-30T16:15:27.248Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-03-30T16:15:27.292Z Compiling signal-hook-tokio v0.3.1
28722026-03-30T16:15:27.315Z Compiling twox-hash v2.1.2
28732026-03-30T16:15:27.489Z Compiling yasna v0.5.2
28742026-03-30T16:15:27.880Z Compiling is_ci v1.2.0
28752026-03-30T16:15:28.072Z Compiling base16ct v1.0.0
28762026-03-30T16:15:28.093Z Compiling rcgen v0.12.1
28772026-03-30T16:15:28.382Z Compiling supports-color v3.0.2
28782026-03-30T16:15:28.530Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-03-30T16:15:28.719Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802026-03-30T16:15:28.768Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-03-30T16:15:28.985Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28822026-03-30T16:15:29.047Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28832026-03-30T16:15:29.621Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-03-30T16:15:30.897Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28852026-03-30T16:15:32.016Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28862026-03-30T16:15:32.422Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-03-30T16:15:32.583Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28882026-03-30T16:15:33.234Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28892026-03-30T16:15:33.482Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28902026-03-30T16:15:33.722Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28912026-03-30T16:15:33.951Z Compiling fatfs v0.3.6
28922026-03-30T16:15:34.040Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-03-30T16:15:35.162Z Compiling subprocess v0.2.15
28942026-03-30T16:15:36.368Z Compiling rtoolbox v0.0.3
28952026-03-30T16:15:36.649Z Compiling seq-macro v0.3.6
28962026-03-30T16:15:37.152Z Compiling assert_matches v1.5.0
28972026-03-30T16:15:37.270Z Compiling rpassword v7.4.0
28982026-03-30T16:15:37.295Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992026-03-30T16:15:37.332Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-03-30T16:15:37.619Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-03-30T16:15:37.698Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29022026-03-30T16:15:39.266Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29032026-03-30T16:15:39.405Z Compiling tui-tree-widget v0.23.1
29042026-03-30T16:15:39.429Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-03-30T16:15:39.700Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-03-30T16:15:40.099Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-03-30T16:15:40.232Z Compiling uzers v0.12.2
29082026-03-30T16:15:41.704Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-03-30T16:15:42.360Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-03-30T16:15:43.484Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-03-30T16:15:46.279Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-03-30T16:15:46.708Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-03-30T16:15:48.901Z Compiling support-bundle-viewer v0.1.2
29142026-03-30T16:15:49.746Z Compiling multimap v0.10.1
29152026-03-30T16:15:54.606Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-03-30T16:16:06.674Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-03-30T16:16:09.969Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-03-30T16:22:16.259Z Finished `release` profile [optimized] target(s) in 8m 22s
29192026-03-30T16:22:58.443Z
29202026-03-30T16:22:58.443Zreal 9:05.370790154
29212026-03-30T16:22:58.443Zuser 1:17:55.786651913
29222026-03-30T16:22:58.446Zsys 3:26.220653468
29232026-03-30T16:22:58.446Ztrap 1.714645198
29242026-03-30T16:22:58.446Ztflt 2.344533715
29252026-03-30T16:22:58.446Zdflt 15.218490588
29262026-03-30T16:22:58.446Zkflt 0.028385778
29272026-03-30T16:22:58.446Zlock 6:59:27.004338160
29282026-03-30T16:22:58.446Zslp 2:16:15.956433406
29292026-03-30T16:22:58.446Zlat 2:29.888064907
29302026-03-30T16:22:58.447Zstop 5:24.024963364
29312026-03-30T16:22:58.447Z+ mapfile -t packages
29322026-03-30T16:22:58.447Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29332026-03-30T16:22:59.392Z Finished `release` profile [optimized] target(s) in 0.93s
29342026-03-30T16:22:59.465Z Running `target/release/omicron-package -t test list-outputs`
29352026-03-30T16:22:59.519ZLogging to: /work/oxidecomputer/omicron/out/LOG
29362026-03-30T16:22:59.522Z+ ptime -m cargo build --locked --release -p xtask
29372026-03-30T16:23:00.052Z Compiling libc v0.2.180
29382026-03-30T16:23:00.052Z Compiling serde v1.0.228
29392026-03-30T16:23:00.055Z Compiling serde_core v1.0.228
29402026-03-30T16:23:00.055Z Compiling rustix v1.1.3
29412026-03-30T16:23:00.055Z Compiling bitflags v2.11.0
29422026-03-30T16:23:00.055Z Compiling serde_json v1.0.149
29432026-03-30T16:23:00.055Z Compiling num-traits v0.2.19
29442026-03-30T16:23:00.147Z Compiling hashbrown v0.16.1
29452026-03-30T16:23:00.156Z Compiling syn v2.0.117
29462026-03-30T16:23:00.179Z Compiling smallvec v1.15.1
29472026-03-30T16:23:00.233Z Compiling usdt-impl v0.5.0
29482026-03-30T16:23:00.252Z Compiling syn v1.0.109
29492026-03-30T16:23:00.264Z Compiling log v0.4.29
29502026-03-30T16:23:00.276Z Compiling percent-encoding v2.3.2
29512026-03-30T16:23:00.439Z Compiling getrandom v0.4.1
29522026-03-30T16:23:00.476Z Compiling form_urlencoded v1.2.2
29532026-03-30T16:23:00.610Z Compiling fs-err v3.3.0
29542026-03-30T16:23:00.631Z Compiling heck v0.4.1
29552026-03-30T16:23:00.642Z Compiling anyhow v1.0.102
29562026-03-30T16:23:00.664Z Compiling once_cell v1.21.3
29572026-03-30T16:23:00.783Z Compiling indexmap v2.13.0
29582026-03-30T16:23:00.906Z Compiling errno v0.3.14
29592026-03-30T16:23:00.909Z Compiling thread-id v4.2.2
29602026-03-30T16:23:00.909Z Compiling memmap v0.7.0
29612026-03-30T16:23:01.166Z Compiling ordered-float v2.10.1
29622026-03-30T16:23:01.705Z Compiling proc-macro-error v1.0.4
29632026-03-30T16:23:01.918Z Compiling terminal_size v0.4.3
29642026-03-30T16:23:01.918Z Compiling tempfile v3.25.0
29652026-03-30T16:23:01.956Z Compiling tabled_derive v0.7.0
29662026-03-30T16:23:02.014Z Compiling clap_builder v4.5.60
29672026-03-30T16:23:02.014Z Compiling textwrap v0.16.2
29682026-03-30T16:23:02.149Z Compiling camino-tempfile v1.4.1
29692026-03-30T16:23:02.626Z Compiling tabled v0.15.0
29702026-03-30T16:23:02.718Z Compiling synstructure v0.13.2
29712026-03-30T16:23:02.718Z Compiling pest_generator v2.8.6
29722026-03-30T16:23:03.092Z Compiling serde_derive v1.0.228
29732026-03-30T16:23:03.092Z Compiling zerovec-derive v0.11.2
29742026-03-30T16:23:03.095Z Compiling displaydoc v0.2.5
29752026-03-30T16:23:03.096Z Compiling thiserror-impl v1.0.69
29762026-03-30T16:23:03.096Z Compiling zerocopy-derive v0.7.35
29772026-03-30T16:23:03.096Z Compiling scroll_derive v0.12.1
29782026-03-30T16:23:03.096Z Compiling thiserror-impl v2.0.18
29792026-03-30T16:23:03.096Z Compiling clap_derive v4.5.55
29802026-03-30T16:23:03.146Z Compiling zerofrom-derive v0.1.6
29812026-03-30T16:23:03.253Z Compiling yoke-derive v0.8.1
29822026-03-30T16:23:03.778Z Compiling pest_derive v2.8.6
29832026-03-30T16:23:03.848Z Compiling scroll v0.12.0
29842026-03-30T16:23:03.940Z Compiling zerocopy v0.7.35
29852026-03-30T16:23:04.159Z Compiling goblin v0.8.2
29862026-03-30T16:23:04.229Z Compiling thiserror v1.0.69
29872026-03-30T16:23:04.321Z Compiling dtrace-parser v0.2.0
29882026-03-30T16:23:04.333Z Compiling zerofrom v0.1.6
29892026-03-30T16:23:04.357Z Compiling thiserror v2.0.18
29902026-03-30T16:23:04.476Z Compiling yoke v0.8.1
29912026-03-30T16:23:04.682Z Compiling zerovec v0.11.5
29922026-03-30T16:23:04.700Z Compiling zerotrie v0.2.3
29932026-03-30T16:23:04.704Z Compiling clap v4.5.60
29942026-03-30T16:23:05.290Z Compiling tinystr v0.8.2
29952026-03-30T16:23:05.528Z Compiling icu_locale_core v2.1.1
29962026-03-30T16:23:05.789Z Compiling potential_utf v0.1.4
29972026-03-30T16:23:06.014Z Compiling icu_collections v2.1.1
29982026-03-30T16:23:06.371Z Compiling icu_provider v2.1.1
29992026-03-30T16:23:06.427Z Compiling toml_datetime v0.6.11
30002026-03-30T16:23:06.439Z Compiling serde_spanned v0.6.9
30012026-03-30T16:23:06.527Z Compiling serde-value v0.7.0
30022026-03-30T16:23:06.619Z Compiling cargo-platform v0.2.0
30032026-03-30T16:23:06.767Z Compiling icu_normalizer v2.1.1
30042026-03-30T16:23:06.784Z Compiling icu_properties v2.1.2
30052026-03-30T16:23:06.810Z Compiling dof v0.3.0
30062026-03-30T16:23:06.825Z Compiling toml_edit v0.22.27
30072026-03-30T16:23:07.145Z Compiling serde_tokenstream v0.2.3
30082026-03-30T16:23:07.181Z Compiling macaddr v1.0.1
30092026-03-30T16:23:07.609Z Compiling usdt-macro v0.5.0
30102026-03-30T16:23:07.660Z Compiling idna_adapter v1.2.1
30112026-03-30T16:23:07.675Z Compiling usdt-attr-macro v0.5.0
30122026-03-30T16:23:07.811Z Compiling idna v1.1.0
30132026-03-30T16:23:08.168Z Compiling url v2.5.8
30142026-03-30T16:23:08.315Z Compiling usdt v0.5.0
30152026-03-30T16:23:08.371Z Compiling toml v0.8.23
30162026-03-30T16:23:08.831Z Compiling cargo-util-schemas v0.8.2
30172026-03-30T16:23:08.844Z Compiling cargo_toml v0.21.0
30182026-03-30T16:23:09.861Z Compiling cargo_metadata v0.21.0
30192026-03-30T16:23:12.955Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30202026-03-30T16:23:15.969Z Finished `release` profile [optimized] target(s) in 16.43s
30212026-03-30T16:23:16.132Z
30222026-03-30T16:23:16.132Zreal 16.572561081
30232026-03-30T16:23:16.132Zuser 2:21.925867506
30242026-03-30T16:23:16.132Zsys 16.573023010
30252026-03-30T16:23:16.132Ztrap 0.094333943
30262026-03-30T16:23:16.132Ztflt 0.426982388
30272026-03-30T16:23:16.132Zdflt 1.449069435
30282026-03-30T16:23:16.132Zkflt 0.000076375
30292026-03-30T16:23:16.132Zlock 5:18.213048028
30302026-03-30T16:23:16.150Zslp 3:26.671746079
30312026-03-30T16:23:16.150Zlat 5.809780529
30322026-03-30T16:23:16.150Zstop 18.916942639
30332026-03-30T16:23:16.150Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-03-30T16:23:16.150Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-03-30T16:23:16.150Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-03-30T16:23:16.150Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-03-30T16:23:16.150Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30382026-03-30T16:23:17.065Z Compiling regress v0.10.5
30392026-03-30T16:23:17.067Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30402026-03-30T16:23:17.068Z Compiling serde_spanned v1.0.4
30412026-03-30T16:23:17.213Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-03-30T16:23:17.219Z Compiling newtype-uuid-macros v0.1.0
30432026-03-30T16:23:17.219Z Compiling progenitor-client v0.13.0
30442026-03-30T16:23:17.219Z Compiling structmeta-derive v0.3.0
30452026-03-30T16:23:17.219Z Compiling rustls v0.22.4
30462026-03-30T16:23:17.219Z Compiling rustls-webpki v0.102.8
30472026-03-30T16:23:17.219Z Compiling multer v3.1.0
30482026-03-30T16:23:17.219Z Compiling match_cfg v0.1.0
30492026-03-30T16:23:17.235Z Compiling debug-ignore v1.0.5
30502026-03-30T16:23:17.239Z Compiling slog-json v2.6.1
30512026-03-30T16:23:17.239Z Compiling async-stream-impl v0.3.6
30522026-03-30T16:23:17.239Z Compiling dropshot v0.16.7
30532026-03-30T16:23:17.239Z Compiling itertools v0.14.0
30542026-03-30T16:23:17.388Z Compiling hostname v0.3.1
30552026-03-30T16:23:17.448Z Compiling waitgroup v0.1.2
30562026-03-30T16:23:17.557Z Compiling toml v0.9.12+spec-1.1.0
30572026-03-30T16:23:17.576Z Compiling rustls-pemfile v2.2.0
30582026-03-30T16:23:17.614Z Compiling dropshot_endpoint v0.16.7
30592026-03-30T16:23:17.653Z Compiling slog-bunyan v2.5.0
30602026-03-30T16:23:17.657Z Compiling serde_path_to_error v0.1.20
30612026-03-30T16:23:17.657Z Compiling hostname v0.4.2
30622026-03-30T16:23:17.722Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30632026-03-30T16:23:17.777Z Compiling macaddr v1.0.1
30642026-03-30T16:23:17.848Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-03-30T16:23:17.866Z Compiling progenitor-client v0.10.0
30662026-03-30T16:23:17.882Z Compiling instant v0.1.13
30672026-03-30T16:23:17.942Z Compiling backon v1.6.0
30682026-03-30T16:23:18.014Z Compiling backoff v0.4.0
30692026-03-30T16:23:18.032Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30702026-03-30T16:23:18.048Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30712026-03-30T16:23:18.065Z Compiling async-stream v0.3.6
30722026-03-30T16:23:18.082Z Compiling crucible-workspace-hack v0.1.0
30732026-03-30T16:23:18.082Z Compiling unsafe-libyaml v0.2.11
30742026-03-30T16:23:18.151Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-03-30T16:23:18.170Z Compiling progenitor-extras v0.1.1
30762026-03-30T16:23:18.187Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-03-30T16:23:18.239Z Compiling secrecy v0.10.3
30782026-03-30T16:23:18.265Z Compiling heapless v0.8.0
30792026-03-30T16:23:18.284Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-03-30T16:23:18.419Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-03-30T16:23:18.436Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-03-30T16:23:18.451Z Compiling hash32 v0.3.1
30832026-03-30T16:23:18.454Z Compiling smoltcp v0.11.0
30842026-03-30T16:23:18.484Z Compiling structmeta v0.3.0
30852026-03-30T16:23:18.502Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-03-30T16:23:18.635Z Compiling serde_yaml v0.9.34+deprecated
30872026-03-30T16:23:18.669Z Compiling ingot-macros v0.1.1
30882026-03-30T16:23:18.704Z Compiling toml v0.8.23
30892026-03-30T16:23:18.736Z Compiling proc-macro-crate v3.4.0
30902026-03-30T16:23:18.753Z Compiling derive-ex v0.1.8
30912026-03-30T16:23:18.756Z Compiling parse-display-derive v0.10.0
30922026-03-30T16:23:18.789Z Compiling tabwriter v1.4.1
30932026-03-30T16:23:18.856Z Compiling cobs v0.3.0
30942026-03-30T16:23:18.876Z Compiling foreign-types-macros v0.2.3
30952026-03-30T16:23:18.892Z Compiling foreign-types-shared v0.3.1
30962026-03-30T16:23:18.978Z Compiling convert_case v0.4.0
30972026-03-30T16:23:19.003Z Compiling cpufeatures v0.3.0
30982026-03-30T16:23:19.056Z Compiling postcard v1.1.3
30992026-03-30T16:23:19.075Z Compiling chacha20 v0.10.0
31002026-03-30T16:23:19.289Z Compiling typify-impl v0.6.1
31012026-03-30T16:23:19.315Z Compiling num_enum_derive v0.7.5
31022026-03-30T16:23:19.357Z Compiling proc-macro-crate v1.3.1
31032026-03-30T16:23:19.375Z Compiling derive_more v0.99.20
31042026-03-30T16:23:19.392Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-03-30T16:23:19.426Z Compiling universal-hash v0.5.1
31062026-03-30T16:23:19.429Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-03-30T16:23:19.458Z Compiling cstr-argument v0.1.2
31082026-03-30T16:23:19.509Z Compiling foreign-types v0.5.0
31092026-03-30T16:23:19.585Z Compiling tokio-rustls v0.25.0
31102026-03-30T16:23:19.613Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-30T16:23:19.637Z Compiling opaque-debug v0.3.1
31122026-03-30T16:23:19.728Z Compiling colored v3.1.1
31132026-03-30T16:23:19.758Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31142026-03-30T16:23:19.842Z Compiling num_enum_derive v0.5.11
31152026-03-30T16:23:19.873Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-03-30T16:23:19.904Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-03-30T16:23:19.991Z Compiling rand v0.10.0
31182026-03-30T16:23:20.022Z Compiling half v2.7.1
31192026-03-30T16:23:20.120Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31202026-03-30T16:23:20.136Z Compiling ciborium-io v0.2.2
31212026-03-30T16:23:20.180Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31222026-03-30T16:23:20.256Z Compiling camino-tempfile v1.4.1
31232026-03-30T16:23:20.355Z Compiling ciborium-ll v0.2.2
31242026-03-30T16:23:20.404Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31252026-03-30T16:23:20.432Z Compiling num_enum v0.7.5
31262026-03-30T16:23:20.506Z Compiling test-strategy v0.4.5
31272026-03-30T16:23:20.522Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-03-30T16:23:20.544Z Compiling parse-display v0.10.0
31292026-03-30T16:23:20.620Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-03-30T16:23:20.623Z Compiling ciborium v0.2.2
31312026-03-30T16:23:20.654Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31322026-03-30T16:23:20.670Z Compiling smf v0.2.3
31332026-03-30T16:23:20.696Z Compiling aead v0.5.2
31342026-03-30T16:23:20.873Z Compiling num-derive v0.4.2
31352026-03-30T16:23:20.890Z Compiling sigpipe v0.1.3
31362026-03-30T16:23:20.921Z Compiling glob v0.3.3
31372026-03-30T16:23:20.939Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31382026-03-30T16:23:20.968Z Compiling num_enum v0.5.11
31392026-03-30T16:23:20.988Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31402026-03-30T16:23:21.003Z Compiling poly1305 v0.8.0
31412026-03-30T16:23:21.116Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31422026-03-30T16:23:21.116Z Compiling chacha20 v0.9.1
31432026-03-30T16:23:21.149Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-03-30T16:23:21.186Z Compiling whoami v1.6.1
31452026-03-30T16:23:21.231Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31462026-03-30T16:23:21.247Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31472026-03-30T16:23:21.262Z Compiling thiserror-impl-no-std v2.0.2
31482026-03-30T16:23:21.412Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31492026-03-30T16:23:21.471Z Compiling byte-wrapper v0.1.0
31502026-03-30T16:23:21.506Z Compiling password-hash v0.5.0
31512026-03-30T16:23:21.600Z Compiling ingot-types v0.1.2
31522026-03-30T16:23:21.603Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31532026-03-30T16:23:21.635Z Compiling blake2 v0.10.6
31542026-03-30T16:23:21.740Z Compiling indent_write v2.2.0
31552026-03-30T16:23:21.798Z Compiling chacha20poly1305 v0.10.1
31562026-03-30T16:23:21.814Z Compiling num-rational v0.4.2
31572026-03-30T16:23:21.857Z Compiling num-complex v0.4.6
31582026-03-30T16:23:21.877Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31592026-03-30T16:23:21.907Z Compiling argon2 v0.5.3
31602026-03-30T16:23:21.945Z Compiling prettyplease v0.2.37
31612026-03-30T16:23:21.980Z Compiling float-ord v0.3.2
31622026-03-30T16:23:22.042Z Compiling ingot v0.1.1
31632026-03-30T16:23:22.065Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31642026-03-30T16:23:22.081Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31652026-03-30T16:23:22.131Z Compiling gethostname v0.5.0
31662026-03-30T16:23:22.233Z Compiling num v0.4.3
31672026-03-30T16:23:22.287Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31682026-03-30T16:23:22.304Z Compiling usdt-macro v0.5.0
31692026-03-30T16:23:22.310Z Compiling usdt-attr-macro v0.5.0
31702026-03-30T16:23:22.339Z Compiling derive-where v1.6.0
31712026-03-30T16:23:22.400Z Compiling memmap v0.7.0
31722026-03-30T16:23:22.437Z Compiling atomicwrites v0.4.4
31732026-03-30T16:23:22.533Z Compiling thiserror-no-std v2.0.2
31742026-03-30T16:23:22.589Z Compiling owo-colors v4.3.0
31752026-03-30T16:23:22.617Z Compiling vsss-rs v3.3.4
31762026-03-30T16:23:22.655Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-03-30T16:23:22.672Z Compiling cancel-safe-futures v0.1.5
31782026-03-30T16:23:22.688Z Compiling libsw-core v0.3.2
31792026-03-30T16:23:22.894Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-03-30T16:23:22.934Z Compiling async-recursion v1.1.1
31812026-03-30T16:23:23.008Z Compiling resolv-conf v0.7.6
31822026-03-30T16:23:23.165Z Compiling libsw v3.5.0
31832026-03-30T16:23:23.181Z Compiling usdt v0.5.0
31842026-03-30T16:23:23.205Z Compiling typify-impl v0.4.3
31852026-03-30T16:23:23.378Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31862026-03-30T16:23:23.395Z Compiling libefi-sys v0.1.0
31872026-03-30T16:23:23.412Z Compiling linear-map v1.2.0
31882026-03-30T16:23:23.463Z Compiling hickory-proto v0.24.4
31892026-03-30T16:23:23.481Z Compiling newline-converter v0.3.0
31902026-03-30T16:23:23.502Z Compiling console v0.15.11
31912026-03-30T16:23:23.633Z Compiling bitfield-struct v0.6.2
31922026-03-30T16:23:23.648Z Compiling linked-hash-map v0.5.6
31932026-03-30T16:23:23.651Z Compiling semver v0.1.20
31942026-03-30T16:23:23.727Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31952026-03-30T16:23:23.819Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-30T16:23:23.822Z Compiling pin-project-internal v1.1.11
31972026-03-30T16:23:23.855Z Compiling typify-macro v0.6.1
31982026-03-30T16:23:23.879Z Compiling rustc_version v0.1.7
31992026-03-30T16:23:23.901Z Compiling lru-cache v0.1.2
32002026-03-30T16:23:23.964Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32012026-03-30T16:23:24.022Z Compiling expectorate v1.2.0
32022026-03-30T16:23:24.053Z Compiling slog-dtrace v0.3.0
32032026-03-30T16:23:24.120Z Compiling minimal-lexical v0.2.1
32042026-03-30T16:23:24.137Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-30T16:23:24.185Z Compiling newtype_derive v0.1.6
32062026-03-30T16:23:24.201Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-03-30T16:23:24.216Z Compiling tokio-dtrace v0.1.1
32082026-03-30T16:23:24.245Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-30T16:23:24.322Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-03-30T16:23:24.348Z Compiling nom v7.1.3
32112026-03-30T16:23:24.410Z Compiling phf_shared v0.12.1
32122026-03-30T16:23:24.414Z Compiling dropshot-api-manager-types v0.6.0
32132026-03-30T16:23:24.441Z Compiling pem v3.0.6
32142026-03-30T16:23:24.513Z Compiling snafu-derive v0.8.9
32152026-03-30T16:23:24.630Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-03-30T16:23:24.656Z Compiling csv-core v0.1.13
32172026-03-30T16:23:24.802Z Compiling xshell-macros v0.2.7
32182026-03-30T16:23:24.819Z Compiling highway v1.3.0
32192026-03-30T16:23:24.952Z Compiling chrono-tz v0.10.4
32202026-03-30T16:23:24.970Z Compiling same-file v1.0.6
32212026-03-30T16:23:25.015Z Compiling pin-project v1.1.11
32222026-03-30T16:23:25.051Z Compiling base64 v0.21.7
32232026-03-30T16:23:25.148Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32242026-03-30T16:23:25.164Z Compiling walkdir v2.5.0
32252026-03-30T16:23:25.203Z Compiling const_format_proc_macros v0.2.34
32262026-03-30T16:23:25.221Z Compiling csv v1.4.0
32272026-03-30T16:23:25.238Z Compiling xshell v0.2.7
32282026-03-30T16:23:25.274Z Compiling phf v0.12.1
32292026-03-30T16:23:25.300Z Compiling oxide-tokio-rt v0.1.3
32302026-03-30T16:23:25.453Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-03-30T16:23:25.457Z Compiling globset v0.4.18
32322026-03-30T16:23:25.518Z Compiling olpc-cjson v0.1.4
32332026-03-30T16:23:25.641Z Compiling hickory-resolver v0.24.4
32342026-03-30T16:23:25.706Z Compiling typify v0.6.1
32352026-03-30T16:23:25.746Z Compiling primeorder v0.13.6
32362026-03-30T16:23:25.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-03-30T16:23:25.825Z Compiling progenitor-impl v0.13.0
32382026-03-30T16:23:25.847Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32392026-03-30T16:23:25.865Z Compiling serde_plain v1.0.2
32402026-03-30T16:23:25.868Z Compiling typed-path v0.9.3
32412026-03-30T16:23:26.031Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-03-30T16:23:26.108Z Compiling const_format v0.2.35
32432026-03-30T16:23:26.256Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-03-30T16:23:26.281Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-03-30T16:23:26.309Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32462026-03-30T16:23:26.498Z Compiling tabled_derive v0.7.0
32472026-03-30T16:23:26.530Z Compiling bcs v0.1.6
32482026-03-30T16:23:26.580Z Compiling snafu v0.8.9
32492026-03-30T16:23:26.777Z Compiling qorb v0.4.1
32502026-03-30T16:23:26.869Z Compiling tough v0.20.0
32512026-03-30T16:23:26.898Z Compiling radium v0.7.0
32522026-03-30T16:23:26.903Z Compiling termtree v0.5.1
32532026-03-30T16:23:26.982Z Compiling utf-8 v0.7.6
32542026-03-30T16:23:27.092Z Compiling salty v0.3.0
32552026-03-30T16:23:27.159Z Compiling textwrap v0.16.2
32562026-03-30T16:23:27.205Z Compiling tungstenite v0.21.0
32572026-03-30T16:23:27.228Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-03-30T16:23:27.263Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-03-30T16:23:27.395Z Compiling steno v0.4.1
32602026-03-30T16:23:27.455Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-03-30T16:23:27.508Z Compiling maybe-uninit v2.0.0
32622026-03-30T16:23:27.526Z Compiling humantime v2.3.0
32632026-03-30T16:23:27.543Z Compiling tabled v0.15.0
32642026-03-30T16:23:27.674Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-30T16:23:27.813Z Compiling typify-macro v0.4.3
32662026-03-30T16:23:27.813Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-03-30T16:23:27.845Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-03-30T16:23:27.847Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32692026-03-30T16:23:27.924Z Compiling tap v1.0.1
32702026-03-30T16:23:28.072Z Compiling wyz v0.5.1
32712026-03-30T16:23:28.180Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-30T16:23:28.284Z Compiling tokio-tungstenite v0.21.0
32732026-03-30T16:23:28.308Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-03-30T16:23:28.533Z Compiling progenitor-macro v0.13.0
32752026-03-30T16:23:28.642Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-03-30T16:23:28.818Z Compiling p384 v0.13.1
32772026-03-30T16:23:28.875Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-03-30T16:23:28.921Z Compiling arc-swap v1.8.2
32792026-03-30T16:23:29.035Z Compiling packed_struct v0.10.1
32802026-03-30T16:23:29.273Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-03-30T16:23:29.351Z Compiling funty v2.0.0
32822026-03-30T16:23:29.421Z Compiling tagptr v0.2.0
32832026-03-30T16:23:29.568Z Compiling moka v0.12.13
32842026-03-30T16:23:29.623Z Compiling slog-scope v4.4.1
32852026-03-30T16:23:29.644Z Compiling typify v0.4.3
32862026-03-30T16:23:29.732Z Compiling bitvec v1.0.1
32872026-03-30T16:23:29.749Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-03-30T16:23:29.785Z Compiling progenitor-impl v0.10.0
32892026-03-30T16:23:29.873Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-03-30T16:23:29.898Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-03-30T16:23:29.931Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32922026-03-30T16:23:29.994Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-03-30T16:23:30.107Z Compiling polyval v0.6.2
32942026-03-30T16:23:30.384Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32952026-03-30T16:23:30.397Z Compiling packed_struct_codegen v0.10.1
32962026-03-30T16:23:30.776Z Compiling bitfield-macros v0.19.4
32972026-03-30T16:23:30.796Z Compiling zerocopy-derive v0.6.6
32982026-03-30T16:23:30.948Z Compiling proc-macro-error-attr2 v2.0.0
32992026-03-30T16:23:30.967Z Compiling indexmap v1.9.3
33002026-03-30T16:23:31.028Z Compiling crc-catalog v2.4.0
33012026-03-30T16:23:31.153Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-30T16:23:31.205Z Compiling nodrop v0.1.14
33032026-03-30T16:23:31.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-03-30T16:23:31.336Z Compiling parking_lot_core v0.8.6
33052026-03-30T16:23:31.393Z Compiling proc-macro-error2 v2.0.1
33062026-03-30T16:23:31.440Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-30T16:23:31.479Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-03-30T16:23:31.586Z Compiling bitfield v0.19.4
33092026-03-30T16:23:31.662Z Compiling array-init v0.0.4
33102026-03-30T16:23:31.699Z Compiling crc v3.4.0
33112026-03-30T16:23:31.717Z Compiling zerocopy v0.6.6
33122026-03-30T16:23:31.734Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33132026-03-30T16:23:31.752Z Compiling ghash v0.5.1
33142026-03-30T16:23:31.874Z Compiling hickory-resolver v0.25.2
33152026-03-30T16:23:31.918Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33162026-03-30T16:23:31.940Z Compiling smallvec v0.6.14
33172026-03-30T16:23:31.951Z Compiling slog-stdlog v4.1.1
33182026-03-30T16:23:32.043Z Compiling git-stub v1.0.0
33192026-03-30T16:23:32.076Z Compiling ctr v0.9.2
33202026-03-30T16:23:32.093Z Compiling num-derive v0.3.3
33212026-03-30T16:23:32.174Z Compiling lzma-sys v0.1.20
33222026-03-30T16:23:32.192Z Compiling unicase v2.9.0
33232026-03-30T16:23:32.311Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33242026-03-30T16:23:32.345Z Compiling hashbrown v0.12.3
33252026-03-30T16:23:32.437Z Compiling mime_guess v2.0.5
33262026-03-30T16:23:32.525Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33272026-03-30T16:23:32.547Z Compiling progenitor-macro v0.10.0
33282026-03-30T16:23:32.585Z Compiling aes-gcm v0.10.3
33292026-03-30T16:23:32.645Z Compiling git-stub-vcs v0.1.0
33302026-03-30T16:23:32.708Z Compiling serde-hex v0.1.0
33312026-03-30T16:23:32.855Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-03-30T16:23:32.952Z Compiling slog-envlogger v2.2.0
33332026-03-30T16:23:32.970Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-03-30T16:23:33.012Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-03-30T16:23:33.028Z Compiling tabled_derive v0.11.0
33362026-03-30T16:23:33.096Z Compiling libscf-sys v1.1.0
33372026-03-30T16:23:33.213Z Compiling progenitor-impl v0.11.2
33382026-03-30T16:23:33.268Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-30T16:23:33.357Z Compiling ron v0.8.1
33402026-03-30T16:23:33.386Z Compiling papergrid v0.17.0
33412026-03-30T16:23:33.427Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33422026-03-30T16:23:33.711Z Compiling progenitor v0.13.0
33432026-03-30T16:23:33.812Z Compiling cargo_toml v0.22.3
33442026-03-30T16:23:33.833Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-03-30T16:23:33.890Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-03-30T16:23:33.926Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-03-30T16:23:33.942Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-03-30T16:23:34.254Z Compiling hashbrown v0.13.2
33492026-03-30T16:23:34.376Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-30T16:23:34.441Z Compiling testing_table v0.3.0
33512026-03-30T16:23:34.469Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33522026-03-30T16:23:34.486Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33532026-03-30T16:23:34.627Z Compiling blowfish v0.9.1
33542026-03-30T16:23:34.742Z Compiling ssh-encoding v0.2.0
33552026-03-30T16:23:34.760Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-03-30T16:23:34.785Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-30T16:23:34.817Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-03-30T16:23:34.918Z Compiling nibble_vec v0.1.0
33592026-03-30T16:23:35.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-30T16:23:35.078Z Compiling corncobs v0.1.4
33612026-03-30T16:23:35.096Z Compiling crc-any v2.5.0
33622026-03-30T16:23:35.137Z Compiling endian-type v0.1.2
33632026-03-30T16:23:35.220Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-03-30T16:23:35.288Z Compiling radix_trie v0.2.1
33652026-03-30T16:23:35.319Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33662026-03-30T16:23:35.333Z Compiling ssh-cipher v0.2.0
33672026-03-30T16:23:35.374Z Compiling bcrypt-pbkdf v0.10.0
33682026-03-30T16:23:35.437Z Compiling object v0.30.4
33692026-03-30T16:23:35.681Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33702026-03-30T16:23:35.741Z Compiling tabled v0.20.0
33712026-03-30T16:23:35.806Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-30T16:23:35.979Z Compiling progenitor-macro v0.11.2
33732026-03-30T16:23:36.030Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-03-30T16:23:36.150Z Compiling parking_lot v0.11.2
33752026-03-30T16:23:36.253Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33762026-03-30T16:23:36.556Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-03-30T16:23:36.573Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33782026-03-30T16:23:36.649Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33792026-03-30T16:23:36.937Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33802026-03-30T16:23:37.054Z Compiling progenitor-client v0.11.2
33812026-03-30T16:23:37.160Z Compiling prefix-trie v0.7.0
33822026-03-30T16:23:37.274Z Compiling password-hash v0.4.2
33832026-03-30T16:23:37.413Z Compiling fxhash v0.2.1
33842026-03-30T16:23:37.440Z Compiling secrecy v0.8.0
33852026-03-30T16:23:37.592Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33862026-03-30T16:23:37.617Z Compiling http-range v0.1.5
33872026-03-30T16:23:37.636Z Compiling half v1.8.3
33882026-03-30T16:23:37.655Z Compiling path-slash v0.1.5
33892026-03-30T16:23:37.659Z Compiling progenitor v0.10.0
33902026-03-30T16:23:37.725Z Compiling pbkdf2 v0.11.0
33912026-03-30T16:23:37.748Z Compiling sled v0.34.7
33922026-03-30T16:23:37.767Z Compiling hickory-server v0.25.2
33932026-03-30T16:23:37.834Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33942026-03-30T16:23:37.850Z Compiling serde_cbor v0.11.2
33952026-03-30T16:23:37.904Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-03-30T16:23:37.973Z Compiling xz2 v0.1.7
33972026-03-30T16:23:38.220Z Compiling ron v0.12.0
33982026-03-30T16:23:38.499Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33992026-03-30T16:23:38.516Z Compiling ssh-key v0.6.7
34002026-03-30T16:23:38.725Z Compiling hickory-client v0.25.2
34012026-03-30T16:23:39.061Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34022026-03-30T16:23:39.108Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34032026-03-30T16:23:39.174Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34042026-03-30T16:23:39.192Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34052026-03-30T16:23:39.411Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34062026-03-30T16:23:39.682Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34072026-03-30T16:23:39.698Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34082026-03-30T16:23:39.839Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-03-30T16:23:40.084Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34102026-03-30T16:23:40.229Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34112026-03-30T16:23:40.252Z Compiling p521 v0.13.3
34122026-03-30T16:23:40.393Z Compiling p256 v0.13.2
34132026-03-30T16:23:40.412Z Compiling yasna v0.5.2
34142026-03-30T16:23:40.450Z Compiling kstat-rs v0.2.4
34152026-03-30T16:23:40.801Z Compiling headers-core v0.3.0
34162026-03-30T16:23:40.818Z Compiling nanorand v0.7.0
34172026-03-30T16:23:40.943Z Compiling russh-cryptovec v0.7.3
34182026-03-30T16:23:40.961Z Compiling atty v0.2.14
34192026-03-30T16:23:41.100Z Compiling crc8 v0.1.1
34202026-03-30T16:23:41.118Z Compiling home v0.5.12
34212026-03-30T16:23:41.133Z Compiling progenitor v0.11.2
34222026-03-30T16:23:41.151Z Compiling md5 v0.7.0
34232026-03-30T16:23:41.173Z Compiling base16ct v1.0.0
34242026-03-30T16:23:41.190Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34252026-03-30T16:23:41.256Z Compiling flume v0.11.1
34262026-03-30T16:23:41.271Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-03-30T16:23:41.302Z Compiling rcgen v0.12.1
34282026-03-30T16:23:41.321Z Compiling russh-keys v0.45.0
34292026-03-30T16:23:41.394Z Compiling headers v0.4.1
34302026-03-30T16:23:41.410Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-03-30T16:23:41.552Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-30T16:23:41.570Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-30T16:23:41.619Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34342026-03-30T16:23:41.637Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-03-30T16:23:42.023Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362026-03-30T16:23:42.050Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34372026-03-30T16:23:42.185Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34382026-03-30T16:23:42.225Z Compiling hyper-staticfile v0.10.1
34392026-03-30T16:23:42.298Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34402026-03-30T16:23:42.452Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34412026-03-30T16:23:42.593Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34422026-03-30T16:23:42.788Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-30T16:23:42.815Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34442026-03-30T16:23:42.903Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34452026-03-30T16:23:42.936Z Compiling num-bigint v0.4.6
34462026-03-30T16:23:42.959Z Compiling des v0.8.1
34472026-03-30T16:23:43.138Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34482026-03-30T16:23:43.165Z Compiling subprocess v0.2.15
34492026-03-30T16:23:43.185Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-03-30T16:23:43.308Z Compiling display-error-chain v0.2.2
34512026-03-30T16:23:43.478Z Compiling hex-literal v0.4.1
34522026-03-30T16:23:43.622Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-03-30T16:23:43.644Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-03-30T16:23:43.662Z Compiling colored v2.2.0
34552026-03-30T16:23:43.715Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-03-30T16:23:43.955Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-03-30T16:23:43.974Z Compiling socket2 v0.5.10
34582026-03-30T16:23:43.991Z Compiling internet-checksum v0.2.1
34592026-03-30T16:23:44.167Z Compiling russh v0.45.0
34602026-03-30T16:23:44.656Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-03-30T16:23:48.911Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-03-30T16:23:56.381Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34632026-03-30T16:23:56.381Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-03-30T16:23:56.381Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-03-30T16:23:56.388Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-03-30T16:23:58.039Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34672026-03-30T16:23:58.121Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34682026-03-30T16:24:02.355Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-03-30T16:24:21.678Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34702026-03-30T16:24:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34712026-03-30T16:24:39.827Z
34722026-03-30T16:24:39.830Zreal 1:23.617104476
34732026-03-30T16:24:39.830Zuser 8:16.055063518
34742026-03-30T16:24:39.830Zsys 1:39.671576082
34752026-03-30T16:24:39.830Ztrap 0.264109532
34762026-03-30T16:24:39.830Ztflt 0.470157243
34772026-03-30T16:24:39.830Zdflt 1.396979384
34782026-03-30T16:24:39.830Zkflt 0.000368723
34792026-03-30T16:24:39.831Zlock 29:52.156421262
34802026-03-30T16:24:39.831Zslp 19:34.974188085
34812026-03-30T16:24:39.831Zlat 41.796514712
34822026-03-30T16:24:39.831Zstop 2:45.688335898
34832026-03-30T16:24:39.831Z+ mkdir tests
34842026-03-30T16:24:39.835Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-03-30T16:24:39.835Z+ xargs -I '{}' -t cp '{}' tests/
34862026-03-30T16:24:39.864Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4778aadbf0ae1902 tests/
34872026-03-30T16:24:39.892Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6680eae4c009a7d9 tests/
34882026-03-30T16:24:39.922Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-25396ffce347eb8f tests/
34892026-03-30T16:24:39.954Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b3735c398284e87 tests/
34902026-03-30T16:24:40.198Z+ 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/*)
34912026-03-30T16:24:40.202Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-6680eae4c009a7d9 tests/commtest-25396ffce347eb8f tests/dhcp_server-4778aadbf0ae1902 tests/end_to_end_tests-8b3735c398284e87 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34922026-03-30T16:26:01.390ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-03-30T16:26:01.390Za .github/buildomat/ci-env.sh 1K
34942026-03-30T16:26:01.390Za out/target/test 1K
34952026-03-30T16:26:01.390Za out/npuzone/npuzone 27402K
34962026-03-30T16:26:01.390Za package-manifest.toml 35K
34972026-03-30T16:26:01.390Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-03-30T16:26:01.390Za target/release/omicron-package 40564K
34992026-03-30T16:26:01.390Za target/release/xtask 11433K
35002026-03-30T16:26:01.391Za target/debug/bootstrap 338369K
35012026-03-30T16:26:01.391Za tests/bootstrap-6680eae4c009a7d9 31310K
35022026-03-30T16:26:01.391Za tests/commtest-25396ffce347eb8f 32395K
35032026-03-30T16:26:01.391Za tests/dhcp_server-4778aadbf0ae1902 31310K
35042026-03-30T16:26:01.391Za tests/end_to_end_tests-8b3735c398284e87 380590K
35052026-03-30T16:26:01.391Za out/clickhouse.tar.gz 301712K
35062026-03-30T16:26:01.391Za out/clickhouse_keeper.tar.gz 287177K
35072026-03-30T16:26:01.391Za out/clickhouse_server.tar.gz 301711K
35082026-03-30T16:26:01.391Za out/cockroachdb.tar.gz 154193K
35092026-03-30T16:26:01.391Za out/crucible-pantry-zone.tar.gz 38996K
35102026-03-30T16:26:01.391Za out/crucible-utils.tar 17744K
35112026-03-30T16:26:01.391Za out/crucible-zone.tar.gz 53134K
35122026-03-30T16:26:01.391Za out/external-dns.tar.gz 43601K
35132026-03-30T16:26:01.391Za out/internal-dns.tar.gz 43601K
35142026-03-30T16:26:01.391Za out/mg-ddm-gz.tar 78377K
35152026-03-30T16:26:01.391Za out/nexus.tar.gz 213617K
35162026-03-30T16:26:01.391Za out/ntp.tar.gz 25426K
35172026-03-30T16:26:01.391Za out/omicron-gateway-softnpu.tar.gz 28443K
35182026-03-30T16:26:01.391Za out/omicron-sled-agent.tar 188032K
35192026-03-30T16:26:01.391Za out/overlay.tar.gz 3K
35202026-03-30T16:26:01.391Za out/oximeter.tar.gz 58106K
35212026-03-30T16:26:01.391Za out/oxlog.tar 3782K
35222026-03-30T16:26:01.391Za out/probe.tar.gz 3037K
35232026-03-30T16:26:01.391Za out/propolis-server.tar.gz 33249K
35242026-03-30T16:26:01.391Za out/pumpkind-gz.tar 26647K
35252026-03-30T16:26:01.391Za out/switch-softnpu.tar.gz 370028K
35262026-03-30T16:26:01.395Z
35272026-03-30T16:26:01.395Zreal 1:21.175842297
35282026-03-30T16:26:01.395Zuser 1:18.682993880
35292026-03-30T16:26:01.395Zsys 4.134634007
35302026-03-30T16:26:01.395Ztrap 0.007085446
35312026-03-30T16:26:01.395Ztflt 0.000000000
35322026-03-30T16:26:01.395Zdflt 0.000000000
35332026-03-30T16:26:01.395Zkflt 0.000000000
35342026-03-30T16:26:01.395Zlock 0.000000000
35352026-03-30T16:26:01.395Zslp 1:18.642901835
35362026-03-30T16:26:01.395Zlat 0.879876623
35372026-03-30T16:26:01.395Zstop 0.000177120
35382026-03-30T16:26:01.395Zprocess exited: duration 988936 ms, exit code 0
 
35392026-03-30T16:26:01.409Zfound 1 output files
35402026-03-30T16:26:01.409Zuploading: /work/package.tar.gz (2284723210 bytes)
35412026-03-30T16:26:29.304Zuploaded: /work/package.tar.gz