01KNTM9FW1X44SRZWRN8DT08RN: 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: 01KNTM9W3Q9XTXK9H3GR9VWWVR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T02:43:18.513Zjob assigned to worker 01KNTMA39ND5FF9JQ1P2VWWKWV [factory aws, i-0ad440560efbe913c] (queued for 52 s)
 
22026-04-10T02:43:26.076Zstarting task 0: "setup"
32026-04-10T02:43:26.080Z++ uname -s
42026-04-10T02:43:26.083Z+ kern=SunOS
52026-04-10T02:43:26.083Z+ build_user=build
62026-04-10T02:43:26.083Z+ build_uid=12345
72026-04-10T02:43:26.083Z+ work_dir=/work
82026-04-10T02:43:26.083Z+ input_dir=/input
92026-04-10T02:43:26.083Z+ [[ 0 == 12345 ]]
102026-04-10T02:43:26.083Z+ case "$kern" in
112026-04-10T02:43:26.083Z+ groupadd -g 12345 build
122026-04-10T02:43:26.087Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T02:43:28.092Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T02:43:28.152Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T02:43:28.155Z+ home_fs=zfs
162026-04-10T02:43:28.155Z+ [[ zfs == autofs ]]
172026-04-10T02:43:28.155Z+ mkdir -p /home/build
182026-04-10T02:43:28.159Z+ chown build:build /home/build /work
192026-04-10T02:43:30.159Z+ chmod 0700 /home/build /work
202026-04-10T02:43:30.162Zprocess exited: duration 4088 ms, exit code 0
 
212026-04-10T02:43:30.171Zstarting task 1: "rust-toolchain"
222026-04-10T02:43:30.178Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T02:43:30.178Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T02:43:30.178Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-10T02:43:30.178Z * rust toolchain channel = "1.94.0"
262026-04-10T02:43:30.178Z * rust toolchain profile = "default"
272026-04-10T02:43:30.178Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T02:43:30.178Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T02:43:30.178Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T02:43:30.305Zinfo: downloading installer
312026-04-10T02:43:31.692Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T02:43:31.692Zwarn: /opt/ooce/bin
332026-04-10T02:43:31.692Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T02:43:31.692Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T02:43:31.692Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T02:43:31.692Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T02:43:31.692Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T02:43:31.692Zerror: cannot install while Rust is installed
392026-04-10T02:43:31.692Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T02:43:31.692Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T02:43:31.692Zwarn: /home/build/.rustup/settings.toml
422026-04-10T02:43:31.692Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T02:43:31.692Zwarn: instead of the one inferred from the default host triple.
442026-04-10T02:43:31.707Zinfo: profile set to default
452026-04-10T02:43:31.707Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T02:43:31.715Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T02:43:31.858Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T02:43:31.861Zinfo: downloading 6 components
492026-04-10T02:43:45.755Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-10T02:43:45.755Z
512026-04-10T02:43:45.786Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T02:43:45.786Z
532026-04-10T02:43:45.786Z
542026-04-10T02:43:45.790ZRust is installed now. Great!
552026-04-10T02:43:45.790Z
562026-04-10T02:43:45.791ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T02:43:45.791Zenvironment variable. This has not been done automatically.
582026-04-10T02:43:45.791Z
592026-04-10T02:43:45.791ZTo configure your current shell, you need to source
602026-04-10T02:43:45.791Zthe corresponding env file under $HOME/.cargo.
612026-04-10T02:43:45.791Z
622026-04-10T02:43:45.791ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T02:43:45.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T02:43:45.791Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T02:43:45.791Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T02:43:45.791Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T02:43:45.791Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T02:43:45.791Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T02:43:45.791Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T02:43:45.791Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T02:43:45.895Z+ rustup --version
722026-04-10T02:43:45.900Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T02:43:45.900Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T02:43:45.919Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T02:43:45.922Z+ cargo --version
762026-04-10T02:43:45.932Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T02:43:45.938Z+ rustc --version
782026-04-10T02:43:45.956Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T02:43:45.960Zprocess exited: duration 15788 ms, exit code 0
 
802026-04-10T02:43:45.966Zstarting task 2: "authentication"
812026-04-10T02:43:45.985Zprocess exited: duration 18 ms, exit code 0
 
822026-04-10T02:43:45.990Zstarting task 3: "clone repository"
832026-04-10T02:43:45.995Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T02:43:45.998Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T02:43:46.034ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T02:43:56.441Z+ cd /work/oxidecomputer/omicron
872026-04-10T02:43:56.441Z+ git fetch origin db85656facb20131c449e0cfe4860cf993b4a93c
882026-04-10T02:43:56.732ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T02:43:56.732Z * branch db85656facb20131c449e0cfe4860cf993b4a93c -> FETCH_HEAD
902026-04-10T02:43:56.746Z+ [[ -n '' ]]
912026-04-10T02:43:56.746Z+ git reset --hard db85656facb20131c449e0cfe4860cf993b4a93c
922026-04-10T02:43:56.984ZHEAD is now at db85656fa hakari
932026-04-10T02:43:56.987Zprocess exited: duration 10996 ms, exit code 0
 
942026-04-10T02:43:56.993Zstarting task 4: "build"
952026-04-10T02:43:56.998Z+ source .github/buildomat/ci-env.sh
962026-04-10T02:43:57.001Z++ export CARGO_TERM_COLOR=always
972026-04-10T02:43:57.001Z++ CARGO_TERM_COLOR=always
982026-04-10T02:43:57.001Z+ cargo --version
992026-04-10T02:43:57.008Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-04-10T02:43:57.011Z+ rustc --version
1012026-04-10T02:43:57.032Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-04-10T02:43:57.035Z+ WORK=/work
1032026-04-10T02:43:57.035Z+ pfexec mkdir -p /work
1042026-04-10T02:43:57.038Z+ pfexec chown build /work
1052026-04-10T02:43:57.040Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-04-10T02:44:05.812Z Startup: Refreshing catalog 'helios-dev' ... Done
1072026-04-10T02:44:13.048Z Startup: Caching catalogs ... Done
1082026-04-10T02:44:18.157ZPlanning: Solver setup ... Done (3.585s)
1092026-04-10T02:44:18.180ZPlanning: Running solver ... Done (0.024s)
1102026-04-10T02:44:18.306ZPlanning: Finding local manifests ... Done (0.003s)
1112026-04-10T02:44:18.319ZPlanning: Fetching manifests: 0/4 0% complete
1122026-04-10T02:44:18.419ZPlanning: Fetching manifests: 4/4 100% complete
1132026-04-10T02:44:18.451ZPlanning: Package planning ... Done (0.032s)
1142026-04-10T02:44:18.478ZPlanning: Merging actions ... Done (0.027s)
1152026-04-10T02:44:18.662ZPlanning: Checking for conflicting actions ... Done (0.183s)
1162026-04-10T02:44:18.669ZPlanning: Consolidating action changes ... Done (0.007s)
1172026-04-10T02:44:19.518ZPlanning: Evaluating mediators ... Done (0.848s)
1182026-04-10T02:44:19.524ZPlanning: Planning completed in 6.31 seconds
1192026-04-10T02:44:19.535Z Packages to install: 4
1202026-04-10T02:44:19.535Z Mediators to change: 2
1212026-04-10T02:44:19.538Z Services to change: 1
1222026-04-10T02:44:19.538Z Estimated space available: 155.35 GB
1232026-04-10T02:44:19.539ZEstimated space to be consumed: 1.84 GB
1242026-04-10T02:44:19.539Z Create boot environment: No
1252026-04-10T02:44:19.539ZCreate backup boot environment: No
1262026-04-10T02:44:19.539Z Rebuild boot archive: No
1272026-04-10T02:44:19.539Z
1282026-04-10T02:44:19.539ZChanged mediators:
1292026-04-10T02:44:19.539Z mediator clang:
1302026-04-10T02:44:19.539Z version: None -> 15 (system default)
1312026-04-10T02:44:19.539Z
1322026-04-10T02:44:19.539Z mediator llvm:
1332026-04-10T02:44:19.539Z version: 14 (system default) -> 15 (system default)
1342026-04-10T02:44:19.539Z
1352026-04-10T02:44:19.539ZChanged packages:
1362026-04-10T02:44:19.539Zhelios-dev
1372026-04-10T02:44:19.539Z developer/build-essential
1382026-04-10T02:44:19.539Z None -> 11-2.0
1392026-04-10T02:44:19.539Z library/libxmlsec1
1402026-04-10T02:44:19.539Z None -> 1.2.35-2.0
1412026-04-10T02:44:19.539Z ooce/developer/clang-15
1422026-04-10T02:44:19.539Z None -> 15.0.7-2.0
1432026-04-10T02:44:19.539Z ooce/developer/llvm-15
1442026-04-10T02:44:19.539Z None -> 15.0.7-2.0
1452026-04-10T02:44:19.539Z
1462026-04-10T02:44:19.539ZServices:
1472026-04-10T02:44:19.539Z restart_fmri:
1482026-04-10T02:44:19.539Z svc:/system/update-man-index:default
1492026-04-10T02:44:19.580Z
1502026-04-10T02:44:19.580ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512026-04-10T02:44:24.581ZDownload: 1486/3290 items 114.2/212.6MB 53% complete (23.1M/s)
1522026-04-10T02:44:29.704ZDownload: 3243/3290 items 203.1/212.6MB 95% complete (21.9M/s)
1532026-04-10T02:44:31.737ZDownload: Completed 212.60 MB in 12.16 seconds (17.5M/s)
1542026-04-10T02:44:31.882Z Actions: 1/3689 actions (Installing new actions)
1552026-04-10T02:44:35.161Z Actions: Completed 3689 actions in 3.28 seconds.
1562026-04-10T02:44:35.441Z Done (0.276s)
1572026-04-10T02:44:35.441Z Done (0.000s)
1582026-04-10T02:44:36.051Z Done (0.609s)
1592026-04-10T02:44:39.287Z Done (2.891s)
1602026-04-10T02:44:39.368Z Done (0.013s)
1612026-04-10T02:44:39.371Z Done (0.000s)
1622026-04-10T02:44:39.603Z Done (0.000s)
1632026-04-10T02:44:40.466ZPlanning: Evaluating mediator changes ... Done
1642026-04-10T02:44:40.575ZPlanning: Checking for conflicting actions ... Done
1652026-04-10T02:44:40.579ZPlanning: Consolidating action changes ... Done
1662026-04-10T02:44:40.736ZPlanning: Evaluating mediators ... Done
1672026-04-10T02:44:40.739ZPlanning: Planning completed in 0.27 seconds
1682026-04-10T02:44:40.758Z Mediators to change: 2
1692026-04-10T02:44:40.759Z Create boot environment: No
1702026-04-10T02:44:40.759ZCreate backup boot environment: No
1712026-04-10T02:44:40.838Z Done
1722026-04-10T02:44:40.838Z Done
1732026-04-10T02:44:41.472Z Done
1742026-04-10T02:44:44.027Z Done
1752026-04-10T02:44:44.103Z Done
1762026-04-10T02:44:44.105Z Done
1772026-04-10T02:44:44.235Z Done
1782026-04-10T02:44:44.640ZPlanning: Evaluating mediator changes ... Done
1792026-04-10T02:44:44.643ZPlanning: Merging actions ... Done
1802026-04-10T02:44:44.782ZPlanning: Checking for conflicting actions ... Done
1812026-04-10T02:44:44.785ZPlanning: Consolidating action changes ... Done
1822026-04-10T02:44:44.923ZPlanning: Evaluating mediators ... Done
1832026-04-10T02:44:44.952ZPlanning: Planning completed in 0.45 seconds
1842026-04-10T02:44:44.975Z Packages to change: 1
1852026-04-10T02:44:44.975Z Mediators to change: 1
1862026-04-10T02:44:44.975Z Services to change: 1
1872026-04-10T02:44:44.975Z Create boot environment: No
1882026-04-10T02:44:44.975ZCreate backup boot environment: Yes
1892026-04-10T02:44:47.346Z Actions: 1/6 actions (Updating modified actions)
1902026-04-10T02:44:47.349Z Actions: Completed 6 actions in 0.00 seconds.
1912026-04-10T02:44:47.349Z Done
1922026-04-10T02:44:47.349Z Done
1932026-04-10T02:44:47.489Z Done
1942026-04-10T02:44:49.992Z Done
1952026-04-10T02:44:50.074Z Done
1962026-04-10T02:44:50.076Z Done
1972026-04-10T02:44:50.220Z Done
1982026-04-10T02:44:50.507ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-04-10T02:44:50.507Zclang system 15 system
2002026-04-10T02:44:50.507Zcsh system system illumos
2012026-04-10T02:44:50.507Zctags system system illumos
2022026-04-10T02:44:50.507Zfile system system illumos
2032026-04-10T02:44:50.507Zgcc vendor 12 vendor
2042026-04-10T02:44:50.507Zgcc system 14 system
2052026-04-10T02:44:50.507Zgcc system 10 system
2062026-04-10T02:44:50.507Zgo system 1.20 system
2072026-04-10T02:44:50.507Zgo system 1.19 system
2082026-04-10T02:44:50.507Zllvm system 15 system
2092026-04-10T02:44:50.507Zllvm system 14 system
2102026-04-10T02:44:50.507Zmariadb system 10.6 system
2112026-04-10T02:44:50.507Zmta vendor vendor dma
2122026-04-10T02:44:50.507Zopenjdk system 17 system
2132026-04-10T02:44:50.507Zopenjdk system 11 system
2142026-04-10T02:44:50.507Zopenjdk system 1.8 system
2152026-04-10T02:44:50.507Zopenssl vendor 3 vendor
2162026-04-10T02:44:50.507Zperl system 5.36 system
2172026-04-10T02:44:50.508Zpostgresql system 15 system
2182026-04-10T02:44:50.508Zpostgresql system 13 system
2192026-04-10T02:44:50.508Zpython vendor 3 vendor
2202026-04-10T02:44:50.508Zpython system 2 system
2212026-04-10T02:44:50.508Zpython3 system 3.11 system
2222026-04-10T02:44:50.508Zruby system 3.0 system
2232026-04-10T02:44:50.508Zwords vendor vendor american-english
2242026-04-10T02:44:50.508Zwords system system australian-english
2252026-04-10T02:44:50.508Zwords system system british-english
2262026-04-10T02:44:50.508Zwords system system canadian-english
2272026-04-10T02:44:50.508Zwords system system french
2282026-04-10T02:44:50.508Zwords system system italian
2292026-04-10T02:44:50.508Zwords system system ngerman
2302026-04-10T02:44:50.508Zwords system system ogerman
2312026-04-10T02:44:50.508Zwords system system spanish
2322026-04-10T02:44:50.743ZPUBLISHER TYPE STATUS P LOCATION
2332026-04-10T02:44:50.743Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342026-04-10T02:44:55.189ZFMRI IFO
2352026-04-10T02:44:55.189Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362026-04-10T02:44:55.189Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372026-04-10T02:44:55.189Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382026-04-10T02:44:55.189Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392026-04-10T02:44:55.189Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402026-04-10T02:44:55.189Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2412026-04-10T02:44:55.189Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422026-04-10T02:44:55.189Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2432026-04-10T02:44:55.189Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2442026-04-10T02:44:55.189Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452026-04-10T02:44:55.189Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2462026-04-10T02:44:55.190Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2472026-04-10T02:44:55.190Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482026-04-10T02:44:55.190Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2492026-04-10T02:44:55.190Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2502026-04-10T02:44:55.190Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512026-04-10T02:44:56.318Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2522026-04-10T02:44:56.570Z Updating crates.io index
2532026-04-10T02:44:56.603Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542026-04-10T02:44:57.320Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-04-10T02:44:57.769Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2562026-04-10T02:44:58.378Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572026-04-10T02:44:59.808Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2582026-04-10T02:45:00.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2592026-04-10T02:45:01.580Z Updating git repository `https://github.com/oxidecomputer/opte`
2602026-04-10T02:45:02.408Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612026-04-10T02:45:02.687Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622026-04-10T02:45:03.482Z Updating git repository `https://github.com/oxidecomputer/clickward`
2632026-04-10T02:45:03.719Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-04-10T02:45:04.189Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652026-04-10T02:45:04.542Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-04-10T02:45:05.565Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2672026-04-10T02:45:06.124Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2682026-04-10T02:45:06.451Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692026-04-10T02:45:06.753Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-04-10T02:45:07.145Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2712026-04-10T02:45:07.516Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2722026-04-10T02:45:07.716Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2732026-04-10T02:45:07.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-04-10T02:45:08.359Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752026-04-10T02:45:08.863Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2762026-04-10T02:45:09.303Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2772026-04-10T02:45:09.531Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2782026-04-10T02:45:09.810Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792026-04-10T02:45:10.929Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-04-10T02:45:11.586Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812026-04-10T02:45:12.060Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-04-10T02:45:12.533Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832026-04-10T02:45:12.755Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842026-04-10T02:45:13.123Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-04-10T02:45:13.410Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2862026-04-10T02:45:13.851Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-04-10T02:45:14.100Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-04-10T02:45:14.354Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-04-10T02:45:14.606Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-04-10T02:45:14.902Z Updating git repository `https://github.com/oxidecomputer/omicron`
2912026-04-10T02:45:26.399Z Downloading crates ...
2922026-04-10T02:45:26.454Z Downloaded block-buffer v0.10.4
2932026-04-10T02:45:26.461Z Downloaded generic-array v0.14.7
2942026-04-10T02:45:26.464Z Downloaded anstream v0.6.21
2952026-04-10T02:45:26.467Z Downloaded errno v0.3.14
2962026-04-10T02:45:26.470Z Downloaded swrite v0.1.0
2972026-04-10T02:45:26.473Z Downloaded serde_spanned v0.6.9
2982026-04-10T02:45:26.476Z Downloaded icu_locale_core v2.1.1
2992026-04-10T02:45:26.479Z Downloaded usdt-macro v0.5.0
3002026-04-10T02:45:26.479Z Downloaded idna_adapter v1.2.1
3012026-04-10T02:45:26.479Z Downloaded usdt v0.5.0
3022026-04-10T02:45:26.479Z Downloaded cfg-if v1.0.4
3032026-04-10T02:45:26.482Z Downloaded byteorder v1.5.0
3042026-04-10T02:45:26.482Z Downloaded autocfg v1.5.0
3052026-04-10T02:45:26.482Z Downloaded proc-macro-error v1.0.4
3062026-04-10T02:45:26.485Z Downloaded writeable v0.6.2
3072026-04-10T02:45:26.485Z Downloaded typeid v1.0.3
3082026-04-10T02:45:26.485Z Downloaded dof v0.3.0
3092026-04-10T02:45:26.485Z Downloaded digest v0.10.7
3102026-04-10T02:45:26.488Z Downloaded cargo_metadata v0.21.0
3112026-04-10T02:45:26.488Z Downloaded pest_generator v2.8.6
3122026-04-10T02:45:26.491Z Downloaded clap_derive v4.5.55
3132026-04-10T02:45:26.491Z Downloaded textwrap v0.16.2
3142026-04-10T02:45:26.493Z Downloaded heck v0.5.0
3152026-04-10T02:45:26.496Z Downloaded thiserror-impl v1.0.69
3162026-04-10T02:45:26.496Z Downloaded colorchoice v1.0.4
3172026-04-10T02:45:26.496Z Downloaded toml v0.8.23
3182026-04-10T02:45:26.499Z Downloaded quote v1.0.44
3192026-04-10T02:45:26.499Z Downloaded tinystr v0.8.2
3202026-04-10T02:45:26.501Z Downloaded zerotrie v0.2.3
3212026-04-10T02:45:26.501Z Downloaded thiserror v1.0.69
3222026-04-10T02:45:26.504Z Downloaded stable_deref_trait v1.2.1
3232026-04-10T02:45:26.507Z Downloaded heck v0.4.1
3242026-04-10T02:45:26.507Z Downloaded equivalent v1.0.2
3252026-04-10T02:45:26.507Z Downloaded toml_write v0.1.2
3262026-04-10T02:45:26.507Z Downloaded thiserror v2.0.18
3272026-04-10T02:45:26.511Z Downloaded bitflags v2.11.0
3282026-04-10T02:45:26.514Z Downloaded unicode-xid v0.2.6
3292026-04-10T02:45:26.514Z Downloaded zerofrom v0.1.6
3302026-04-10T02:45:26.514Z Downloaded zmij v1.0.21
3312026-04-10T02:45:26.514Z Downloaded zerovec-derive v0.11.2
3322026-04-10T02:45:26.517Z Downloaded thread-id v4.2.2
3332026-04-10T02:45:26.517Z Downloaded cargo_toml v0.21.0
3342026-04-10T02:45:26.517Z Downloaded crypto-common v0.1.7
3352026-04-10T02:45:26.517Z Downloaded anyhow v1.0.102
3362026-04-10T02:45:26.520Z Downloaded usdt-attr-macro v0.5.0
3372026-04-10T02:45:26.520Z Downloaded form_urlencoded v1.2.2
3382026-04-10T02:45:26.522Z Downloaded yoke v0.8.1
3392026-04-10T02:45:26.522Z Downloaded is_terminal_polyfill v1.70.2
3402026-04-10T02:45:26.526Z Downloaded anstyle-query v1.1.5
3412026-04-10T02:45:26.529Z Downloaded unicode-linebreak v0.1.5
3422026-04-10T02:45:26.532Z Downloaded ordered-float v2.10.1
3432026-04-10T02:45:26.532Z Downloaded utf8_iter v1.0.4
3442026-04-10T02:45:26.534Z Downloaded dtrace-parser v0.2.0
3452026-04-10T02:45:26.534Z Downloaded cpufeatures v0.2.17
3462026-04-10T02:45:26.537Z Downloaded percent-encoding v2.3.2
3472026-04-10T02:45:26.537Z Downloaded clap_lex v1.0.0
3482026-04-10T02:45:26.537Z Downloaded icu_normalizer v2.1.1
3492026-04-10T02:45:26.540Z Downloaded bytecount v0.6.9
3502026-04-10T02:45:26.542Z Downloaded unicode-width v0.2.0
3512026-04-10T02:45:26.545Z Downloaded strsim v0.11.1
3522026-04-10T02:45:26.545Z Downloaded pretty-hex v0.4.1
3532026-04-10T02:45:26.548Z Downloaded usdt-impl v0.5.0
3542026-04-10T02:45:26.548Z Downloaded scroll_derive v0.12.1
3552026-04-10T02:45:26.548Z Downloaded zerofrom-derive v0.1.6
3562026-04-10T02:45:26.548Z Downloaded yoke-derive v0.8.1
3572026-04-10T02:45:26.551Z Downloaded potential_utf v0.1.4
3582026-04-10T02:45:26.551Z Downloaded fnv v1.0.7
3592026-04-10T02:45:26.551Z Downloaded proc-macro-error-attr v1.0.4
3602026-04-10T02:45:26.554Z Downloaded thiserror-impl v2.0.18
3612026-04-10T02:45:26.555Z Downloaded plain v0.2.3
3622026-04-10T02:45:26.555Z Downloaded version_check v0.9.5
3632026-04-10T02:45:26.557Z Downloaded toml_datetime v0.6.11
3642026-04-10T02:45:26.558Z Downloaded cargo-platform v0.2.0
3652026-04-10T02:45:26.560Z Downloaded ucd-trie v0.1.7
3662026-04-10T02:45:26.563Z Downloaded url v2.5.8
3672026-04-10T02:45:26.566Z Downloaded tabled_derive v0.7.0
3682026-04-10T02:45:26.566Z Downloaded itoa v1.0.17
3692026-04-10T02:45:26.574Z Downloaded zerocopy-derive v0.7.35
3702026-04-10T02:45:26.576Z Downloaded zerovec v0.11.5
3712026-04-10T02:45:26.580Z Downloaded winnow v0.7.14
3722026-04-10T02:45:26.584Z Downloaded terminal_size v0.4.3
3732026-04-10T02:45:26.586Z Downloaded smawk v0.3.2
3742026-04-10T02:45:26.586Z Downloaded serde-value v0.7.0
3752026-04-10T02:45:26.586Z Downloaded macaddr v1.0.1
3762026-04-10T02:45:26.589Z Downloaded serde-untagged v0.1.9
3772026-04-10T02:45:26.589Z Downloaded fastrand v2.3.0
3782026-04-10T02:45:26.592Z Downloaded displaydoc v0.2.5
3792026-04-10T02:45:26.594Z Downloaded unicode-width v0.1.14
3802026-04-10T02:45:26.597Z Downloaded typenum v1.19.0
3812026-04-10T02:45:26.600Z Downloaded zerocopy v0.7.35
3822026-04-10T02:45:26.606Z Downloaded synstructure v0.13.2
3832026-04-10T02:45:26.608Z Downloaded serde_tokenstream v0.2.3
3842026-04-10T02:45:26.608Z Downloaded memmap v0.7.0
3852026-04-10T02:45:26.608Z Downloaded erased-serde v0.4.9
3862026-04-10T02:45:26.611Z Downloaded semver v1.0.27
3872026-04-10T02:45:26.614Z Downloaded fs-err v3.3.0
3882026-04-10T02:45:26.614Z Downloaded toml_edit v0.22.27
3892026-04-10T02:45:26.622Z Downloaded anstyle-parse v0.2.7
3902026-04-10T02:45:26.629Z Downloaded camino v1.2.2
3912026-04-10T02:45:26.633Z Downloaded sha2 v0.10.9
3922026-04-10T02:45:26.636Z Downloaded icu_collections v2.1.1
3932026-04-10T02:45:26.639Z Downloaded camino-tempfile v1.4.1
3942026-04-10T02:45:26.642Z Downloaded cargo-util-schemas v0.8.2
3952026-04-10T02:45:26.644Z Downloaded once_cell v1.21.3
3962026-04-10T02:45:26.644Z Downloaded anstyle v1.0.13
3972026-04-10T02:45:26.654Z Downloaded scroll v0.12.0
3982026-04-10T02:45:26.657Z Downloaded smallvec v1.15.1
3992026-04-10T02:45:26.657Z Downloaded pest_derive v2.8.6
4002026-04-10T02:45:26.660Z Downloaded icu_properties v2.1.2
4012026-04-10T02:45:26.665Z Downloaded tempfile v3.25.0
4022026-04-10T02:45:26.670Z Downloaded getrandom v0.3.4
4032026-04-10T02:45:26.674Z Downloaded litemap v0.8.1
4042026-04-10T02:45:26.679Z Downloaded log v0.4.29
4052026-04-10T02:45:26.684Z Downloaded serde_derive v1.0.228
4062026-04-10T02:45:26.686Z Downloaded proc-macro2 v1.0.106
4072026-04-10T02:45:26.689Z Downloaded icu_normalizer_data v2.1.1
4082026-04-10T02:45:26.689Z Downloaded num-traits v0.2.19
4092026-04-10T02:45:26.692Z Downloaded clap v4.5.60
4102026-04-10T02:45:26.698Z Downloaded icu_provider v2.1.1
4112026-04-10T02:45:26.704Z Downloaded papergrid v0.11.0
4122026-04-10T02:45:26.708Z Downloaded memchr v2.8.0
4132026-04-10T02:45:26.712Z Downloaded serde_core v1.0.228
4142026-04-10T02:45:26.718Z Downloaded serde v1.0.228
4152026-04-10T02:45:26.721Z Downloaded unicode-ident v1.0.24
4162026-04-10T02:45:26.730Z Downloaded pest_meta v2.8.6
4172026-04-10T02:45:26.734Z Downloaded hashbrown v0.16.1
4182026-04-10T02:45:26.740Z Downloaded indexmap v2.13.0
4192026-04-10T02:45:26.743Z Downloaded clap_builder v4.5.60
4202026-04-10T02:45:26.750Z Downloaded pest v2.8.6
4212026-04-10T02:45:26.760Z Downloaded idna v1.1.0
4222026-04-10T02:45:26.763Z Downloaded serde_json v1.0.149
4232026-04-10T02:45:26.769Z Downloaded icu_properties_data v2.1.2
4242026-04-10T02:45:26.777Z Downloaded goblin v0.8.2
4252026-04-10T02:45:26.783Z Downloaded tabled v0.15.0
4262026-04-10T02:45:26.793Z Downloaded syn v1.0.109
4272026-04-10T02:45:26.805Z Downloaded syn v2.0.117
4282026-04-10T02:45:26.818Z Downloaded rustix v1.1.3
4292026-04-10T02:45:26.845Z Downloaded libc v0.2.180
4302026-04-10T02:45:26.951Z Downloaded utf8parse v0.2.2
4312026-04-10T02:45:26.998Z Compiling proc-macro2 v1.0.106
4322026-04-10T02:45:26.998Z Compiling unicode-ident v1.0.24
4332026-04-10T02:45:27.003Z Compiling quote v1.0.44
4342026-04-10T02:45:27.003Z Compiling serde_core v1.0.228
4352026-04-10T02:45:27.003Z Compiling libc v0.2.180
4362026-04-10T02:45:27.003Z Compiling version_check v0.9.5
4372026-04-10T02:45:27.003Z Compiling memchr v2.8.0
4382026-04-10T02:45:27.003Z Compiling stable_deref_trait v1.2.1
4392026-04-10T02:45:27.003Z Compiling serde v1.0.228
4402026-04-10T02:45:27.180Z Compiling zmij v1.0.21
4412026-04-10T02:45:27.183Z Compiling autocfg v1.5.0
4422026-04-10T02:45:27.183Z Compiling ucd-trie v0.1.7
4432026-04-10T02:45:27.183Z Compiling itoa v1.0.17
4442026-04-10T02:45:27.183Z Compiling thiserror v1.0.69
4452026-04-10T02:45:27.183Z Compiling litemap v0.8.1
4462026-04-10T02:45:27.433Z Compiling writeable v0.6.2
4472026-04-10T02:45:27.610Z Compiling icu_properties_data v2.1.2
4482026-04-10T02:45:27.727Z Compiling pest v2.8.6
4492026-04-10T02:45:27.730Z Compiling byteorder v1.5.0
4502026-04-10T02:45:27.730Z Compiling icu_normalizer_data v2.1.1
4512026-04-10T02:45:27.730Z Compiling rustix v1.1.3
4522026-04-10T02:45:27.745Z Compiling serde_json v1.0.149
4532026-04-10T02:45:27.784Z Compiling bitflags v2.11.0
4542026-04-10T02:45:27.900Z Compiling num-traits v0.2.19
4552026-04-10T02:45:27.997Z Compiling equivalent v1.0.2
4562026-04-10T02:45:28.014Z Compiling smallvec v1.15.1
4572026-04-10T02:45:28.055Z Compiling typeid v1.0.3
4582026-04-10T02:45:28.170Z Compiling hashbrown v0.16.1
4592026-04-10T02:45:28.172Z Compiling proc-macro-error-attr v1.0.4
4602026-04-10T02:45:28.173Z Compiling usdt-impl v0.5.0
4612026-04-10T02:45:28.173Z Compiling syn v1.0.109
4622026-04-10T02:45:28.304Z Compiling erased-serde v0.4.9
4632026-04-10T02:45:28.342Z Compiling toml_write v0.1.2
4642026-04-10T02:45:28.361Z Compiling winnow v0.7.14
4652026-04-10T02:45:28.418Z Compiling errno v0.3.14
4662026-04-10T02:45:28.440Z Compiling thread-id v4.2.2
4672026-04-10T02:45:28.571Z Compiling proc-macro-error v1.0.4
4682026-04-10T02:45:28.630Z Compiling utf8parse v0.2.2
4692026-04-10T02:45:28.633Z Compiling percent-encoding v2.3.2
4702026-04-10T02:45:28.634Z Compiling log v0.4.29
4712026-04-10T02:45:28.634Z Compiling plain v0.2.3
4722026-04-10T02:45:28.670Z Compiling thiserror v2.0.18
4732026-04-10T02:45:28.686Z Compiling syn v2.0.117
4742026-04-10T02:45:28.768Z Compiling indexmap v2.13.0
4752026-04-10T02:45:28.791Z Compiling pest_meta v2.8.6
4762026-04-10T02:45:28.812Z Compiling camino v1.2.2
4772026-04-10T02:45:28.853Z Compiling utf8_iter v1.0.4
4782026-04-10T02:45:28.856Z Compiling getrandom v0.3.4
4792026-04-10T02:45:28.872Z Compiling form_urlencoded v1.2.2
4802026-04-10T02:45:29.032Z Compiling anstyle-parse v0.2.7
4812026-04-10T02:45:29.074Z Compiling ordered-float v2.10.1
4822026-04-10T02:45:29.179Z Compiling anstyle-query v1.1.5
4832026-04-10T02:45:29.253Z Compiling colorchoice v1.0.4
4842026-04-10T02:45:29.274Z Compiling is_terminal_polyfill v1.70.2
4852026-04-10T02:45:29.323Z Compiling anstyle v1.0.13
4862026-04-10T02:45:29.346Z Compiling pretty-hex v0.4.1
4872026-04-10T02:45:29.366Z Compiling cfg-if v1.0.4
4882026-04-10T02:45:29.430Z Compiling fs-err v3.3.0
4892026-04-10T02:45:29.433Z Compiling unicode-xid v0.2.6
4902026-04-10T02:45:29.433Z Compiling heck v0.5.0
4912026-04-10T02:45:29.485Z Compiling terminal_size v0.4.3
4922026-04-10T02:45:29.513Z Compiling heck v0.4.1
4932026-04-10T02:45:29.532Z Compiling anstream v0.6.21
4942026-04-10T02:45:29.738Z Compiling semver v1.0.27
4952026-04-10T02:45:29.757Z Compiling once_cell v1.21.3
4962026-04-10T02:45:29.778Z Compiling bytecount v0.6.9
4972026-04-10T02:45:29.796Z Compiling fastrand v2.3.0
4982026-04-10T02:45:29.832Z Compiling unicode-width v0.1.14
4992026-04-10T02:45:29.894Z Compiling clap_lex v1.0.0
5002026-04-10T02:45:29.896Z Compiling anyhow v1.0.102
5012026-04-10T02:45:29.933Z Compiling strsim v0.11.1
5022026-04-10T02:45:29.955Z Compiling fnv v1.0.7
5032026-04-10T02:45:30.015Z Compiling serde-untagged v0.1.9
5042026-04-10T02:45:30.081Z Compiling papergrid v0.11.0
5052026-04-10T02:45:30.115Z Compiling tempfile v3.25.0
5062026-04-10T02:45:30.161Z Compiling memmap v0.7.0
5072026-04-10T02:45:30.164Z Compiling unicode-width v0.2.0
5082026-04-10T02:45:30.199Z Compiling clap_builder v4.5.60
5092026-04-10T02:45:30.289Z Compiling unicode-linebreak v0.1.5
5102026-04-10T02:45:30.328Z Compiling smawk v0.3.2
5112026-04-10T02:45:30.407Z Compiling camino-tempfile v1.4.1
5122026-04-10T02:45:30.510Z Compiling textwrap v0.16.2
5132026-04-10T02:45:30.534Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5142026-04-10T02:45:30.539Z Compiling swrite v0.1.0
5152026-04-10T02:45:30.877Z Compiling tabled_derive v0.7.0
5162026-04-10T02:45:31.365Z Compiling synstructure v0.13.2
5172026-04-10T02:45:31.365Z Compiling pest_generator v2.8.6
5182026-04-10T02:45:31.573Z Compiling tabled v0.15.0
5192026-04-10T02:45:31.893Z Compiling serde_derive v1.0.228
5202026-04-10T02:45:31.896Z Compiling zerofrom-derive v0.1.6
5212026-04-10T02:45:31.896Z Compiling yoke-derive v0.8.1
5222026-04-10T02:45:31.896Z Compiling zerovec-derive v0.11.2
5232026-04-10T02:45:31.912Z Compiling displaydoc v0.2.5
5242026-04-10T02:45:31.915Z Compiling thiserror-impl v1.0.69
5252026-04-10T02:45:31.915Z Compiling zerocopy-derive v0.7.35
5262026-04-10T02:45:31.967Z Compiling scroll_derive v0.12.1
5272026-04-10T02:45:32.003Z Compiling pest_derive v2.8.6
5282026-04-10T02:45:32.022Z Compiling thiserror-impl v2.0.18
5292026-04-10T02:45:32.091Z Compiling clap_derive v4.5.55
5302026-04-10T02:45:32.677Z Compiling scroll v0.12.0
5312026-04-10T02:45:32.811Z Compiling zerocopy v0.7.35
5322026-04-10T02:45:32.907Z Compiling goblin v0.8.2
5332026-04-10T02:45:33.063Z Compiling zerofrom v0.1.6
5342026-04-10T02:45:33.170Z Compiling dtrace-parser v0.2.0
5352026-04-10T02:45:33.190Z Compiling yoke v0.8.1
5362026-04-10T02:45:33.350Z Compiling zerovec v0.11.5
5372026-04-10T02:45:33.350Z Compiling zerotrie v0.2.3
5382026-04-10T02:45:33.444Z Compiling clap v4.5.60
5392026-04-10T02:45:33.875Z Compiling tinystr v0.8.2
5402026-04-10T02:45:33.875Z Compiling potential_utf v0.1.4
5412026-04-10T02:45:33.989Z Compiling icu_collections v2.1.1
5422026-04-10T02:45:34.042Z Compiling icu_locale_core v2.1.1
5432026-04-10T02:45:34.512Z Compiling toml_datetime v0.6.11
5442026-04-10T02:45:34.512Z Compiling serde_spanned v0.6.9
5452026-04-10T02:45:34.512Z Compiling serde-value v0.7.0
5462026-04-10T02:45:34.515Z Compiling cargo-platform v0.2.0
5472026-04-10T02:45:34.515Z Compiling macaddr v1.0.1
5482026-04-10T02:45:34.531Z Compiling dof v0.3.0
5492026-04-10T02:45:34.534Z Compiling serde_tokenstream v0.2.3
5502026-04-10T02:45:34.584Z Compiling icu_provider v2.1.1
5512026-04-10T02:45:34.688Z Compiling toml_edit v0.22.27
5522026-04-10T02:45:34.875Z Compiling icu_normalizer v2.1.1
5532026-04-10T02:45:34.875Z Compiling icu_properties v2.1.2
5542026-04-10T02:45:35.296Z Compiling usdt-macro v0.5.0
5552026-04-10T02:45:35.296Z Compiling usdt-attr-macro v0.5.0
5562026-04-10T02:45:35.740Z Compiling idna_adapter v1.2.1
5572026-04-10T02:45:35.849Z Compiling idna v1.1.0
5582026-04-10T02:45:35.917Z Compiling usdt v0.5.0
5592026-04-10T02:45:35.999Z Compiling toml v0.8.23
5602026-04-10T02:45:36.123Z Compiling url v2.5.8
5612026-04-10T02:45:36.342Z Compiling cargo_toml v0.21.0
5622026-04-10T02:45:36.534Z Compiling cargo-util-schemas v0.8.2
5632026-04-10T02:45:37.324Z Compiling cargo_metadata v0.21.0
5642026-04-10T02:45:38.250Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5652026-04-10T02:45:40.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.27s
5662026-04-10T02:45:40.647Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
5672026-04-10T02:45:41.201Z Downloading crates ...
5682026-04-10T02:45:41.308Z Downloaded adler2 v2.0.1
5692026-04-10T02:45:41.315Z Downloaded async-bb8-diesel v0.2.1
5702026-04-10T02:45:41.317Z Downloaded atomic-waker v1.1.2
5712026-04-10T02:45:41.317Z Downloaded cfg_aliases v0.1.1
5722026-04-10T02:45:41.320Z Downloaded arrayvec v0.7.6
5732026-04-10T02:45:41.320Z Downloaded convert_case v0.4.0
5742026-04-10T02:45:41.321Z Downloaded async-stream-impl v0.3.6
5752026-04-10T02:45:41.324Z Downloaded async-compression v0.4.41
5762026-04-10T02:45:41.332Z Downloaded bb8 v0.8.6
5772026-04-10T02:45:41.334Z Downloaded ascii-canvas v3.0.0
5782026-04-10T02:45:41.359Z Downloaded cobs v0.3.0
5792026-04-10T02:45:41.362Z Downloaded cbc v0.1.2
5802026-04-10T02:45:41.362Z Downloaded cargo_metadata v0.19.2
5812026-04-10T02:45:41.366Z Downloaded bit-set v0.8.0
5822026-04-10T02:45:41.368Z Downloaded crc-catalog v2.4.0
5832026-04-10T02:45:41.368Z Downloaded base16ct v0.2.0
5842026-04-10T02:45:41.371Z Downloaded atty v0.2.14
5852026-04-10T02:45:41.374Z Downloaded cargo-platform v0.1.9
5862026-04-10T02:45:41.382Z Downloaded castaway v0.2.4
5872026-04-10T02:45:41.390Z Downloaded bcrypt-pbkdf v0.10.0
5882026-04-10T02:45:41.392Z Downloaded ciborium-ll v0.2.2
5892026-04-10T02:45:41.392Z Downloaded bit-set v0.5.3
5902026-04-10T02:45:41.397Z Downloaded async-stream v0.3.6
5912026-04-10T02:45:41.402Z Downloaded block-padding v0.3.3
5922026-04-10T02:45:41.404Z Downloaded bitfield-macros v0.19.4
5932026-04-10T02:45:41.404Z Downloaded async-recursion v1.1.1
5942026-04-10T02:45:41.407Z Downloaded crc v3.4.0
5952026-04-10T02:45:41.407Z Downloaded compression-core v0.4.31
5962026-04-10T02:45:41.410Z Downloaded cfg_aliases v0.2.1
5972026-04-10T02:45:41.410Z Downloaded bitfield-struct v0.6.2
5982026-04-10T02:45:41.410Z Downloaded atomicwrites v0.4.4
5992026-04-10T02:45:41.412Z Downloaded array-init v0.0.4
6002026-04-10T02:45:41.419Z Downloaded daft-derive v0.1.5
6012026-04-10T02:45:41.422Z Downloaded derive_more-impl v2.1.1
6022026-04-10T02:45:41.426Z Downloaded derive_more v0.99.20
6032026-04-10T02:45:41.428Z Downloaded ff v0.13.1
6042026-04-10T02:45:41.431Z Downloaded foreign-types-macros v0.2.3
6052026-04-10T02:45:41.431Z Downloaded diff v0.1.13
6062026-04-10T02:45:41.434Z Downloaded data-encoding v2.10.0
6072026-04-10T02:45:41.434Z Downloaded derive_builder_macro v0.20.2
6082026-04-10T02:45:41.434Z Downloaded der_derive v0.7.3
6092026-04-10T02:45:41.437Z Downloaded foreign-types-shared v0.1.1
6102026-04-10T02:45:41.437Z Downloaded dof v0.4.0
6112026-04-10T02:45:41.437Z Downloaded foreign-types-shared v0.3.1
6122026-04-10T02:45:41.437Z Downloaded crossbeam-utils v0.8.21
6132026-04-10T02:45:41.440Z Downloaded ciborium-io v0.2.2
6142026-04-10T02:45:41.440Z Downloaded futures-io v0.3.32
6152026-04-10T02:45:41.442Z Downloaded dropshot_endpoint v0.16.7
6162026-04-10T02:45:41.442Z Downloaded foreign-types v0.5.0
6172026-04-10T02:45:41.445Z Downloaded bitflags v1.3.2
6182026-04-10T02:45:41.445Z Downloaded difflib v0.4.0
6192026-04-10T02:45:41.448Z Downloaded defmt v0.3.100
6202026-04-10T02:45:41.448Z Downloaded deranged v0.5.8
6212026-04-10T02:45:41.448Z Downloaded darling_macro v0.21.3
6222026-04-10T02:45:41.451Z Downloaded bcs v0.1.6
6232026-04-10T02:45:41.451Z Downloaded fd-lock v4.0.4
6242026-04-10T02:45:41.454Z Downloaded foldhash v0.1.5
6252026-04-10T02:45:41.454Z Downloaded document-features v0.2.12
6262026-04-10T02:45:41.454Z Downloaded darling_core v0.20.11
6272026-04-10T02:45:41.456Z Downloaded env_filter v1.0.0
6282026-04-10T02:45:41.459Z Downloaded dyn-clone v1.0.20
6292026-04-10T02:45:41.459Z Downloaded buf-list v1.1.2
6302026-04-10T02:45:41.462Z Downloaded derive-ex v0.1.8
6312026-04-10T02:45:41.462Z Downloaded daft v0.1.5
6322026-04-10T02:45:41.464Z Downloaded defmt-macros v1.0.1
6332026-04-10T02:45:41.464Z Downloaded csv-core v0.1.13
6342026-04-10T02:45:41.467Z Downloaded cexpr v0.6.0
6352026-04-10T02:45:41.467Z Downloaded assert_matches v1.5.0
6362026-04-10T02:45:41.467Z Downloaded corncobs v0.1.4
6372026-04-10T02:45:41.471Z Downloaded drift v0.1.3
6382026-04-10T02:45:41.474Z Downloaded backoff v0.4.0
6392026-04-10T02:45:41.474Z Downloaded derive_more v2.1.1
6402026-04-10T02:45:41.479Z Downloaded crossbeam-deque v0.8.6
6412026-04-10T02:45:41.482Z Downloaded cmake v0.1.57
6422026-04-10T02:45:41.482Z Downloaded crossterm v0.29.0
6432026-04-10T02:45:41.486Z Downloaded futures-sink v0.3.32
6442026-04-10T02:45:41.489Z Downloaded gethostname v0.5.0
6452026-04-10T02:45:41.489Z Downloaded futures-core v0.3.32
6462026-04-10T02:45:41.489Z Downloaded foreign-types v0.3.2
6472026-04-10T02:45:41.492Z Downloaded fxhash v0.2.1
6482026-04-10T02:45:41.492Z Downloaded futures-task v0.3.32
6492026-04-10T02:45:41.492Z Downloaded fs-err v2.11.0
6502026-04-10T02:45:41.495Z Downloaded crossbeam-epoch v0.9.18
6512026-04-10T02:45:41.495Z Downloaded byte-wrapper v0.1.0
6522026-04-10T02:45:41.497Z Downloaded futures-executor v0.3.32
6532026-04-10T02:45:41.498Z Downloaded dsl_auto_type v0.2.0
6542026-04-10T02:45:41.501Z Downloaded git-stub v1.0.0
6552026-04-10T02:45:41.501Z Downloaded ghash v0.5.1
6562026-04-10T02:45:41.501Z Downloaded fs_extra v1.3.0
6572026-04-10T02:45:41.503Z Downloaded diesel_derives v2.3.7
6582026-04-10T02:45:41.506Z Downloaded float-ord v0.3.2
6592026-04-10T02:45:41.506Z Downloaded funty v2.0.0
6602026-04-10T02:45:41.510Z Downloaded dtrace-parser v0.3.0
6612026-04-10T02:45:41.510Z Downloaded hash32 v0.3.1
6622026-04-10T02:45:41.510Z Downloaded crucible-workspace-hack v0.1.0
6632026-04-10T02:45:41.510Z Downloaded futures-macro v0.3.32
6642026-04-10T02:45:41.513Z Downloaded fixedbitset v0.5.7
6652026-04-10T02:45:41.514Z Downloaded ahash v0.8.12
6662026-04-10T02:45:41.517Z Downloaded crunchy v0.2.4
6672026-04-10T02:45:41.517Z Downloaded dirs-sys-next v0.1.2
6682026-04-10T02:45:41.517Z Downloaded async-trait v0.1.89
6692026-04-10T02:45:41.517Z Downloaded darling_macro v0.20.11
6702026-04-10T02:45:41.520Z Downloaded base64ct v1.8.3
6712026-04-10T02:45:41.520Z Downloaded diesel-dtrace v0.5.0
6722026-04-10T02:45:41.523Z Downloaded ctr v0.9.2
6732026-04-10T02:45:41.523Z Downloaded des v0.8.1
6742026-04-10T02:45:41.527Z Downloaded darling v0.23.0
6752026-04-10T02:45:41.530Z Downloaded ciborium v0.2.2
6762026-04-10T02:45:41.530Z Downloaded ed25519-dalek v2.2.0
6772026-04-10T02:45:41.530Z Downloaded foldhash v0.2.0
6782026-04-10T02:45:41.533Z Downloaded derive_builder v0.20.2
6792026-04-10T02:45:41.535Z Downloaded bzip2 v0.4.4
6802026-04-10T02:45:41.535Z Downloaded console v0.16.2
6812026-04-10T02:45:41.539Z Downloaded const-oid v0.9.6
6822026-04-10T02:45:41.539Z Downloaded colored v2.2.0
6832026-04-10T02:45:41.543Z Downloaded cancel-safe-futures v0.1.5
6842026-04-10T02:45:41.543Z Downloaded defmt v1.0.1
6852026-04-10T02:45:41.546Z Downloaded globwalk v0.9.1
6862026-04-10T02:45:41.546Z Downloaded cookie_store v0.22.1
6872026-04-10T02:45:41.548Z Downloaded darling v0.21.3
6882026-04-10T02:45:41.552Z Downloaded home v0.5.12
6892026-04-10T02:45:41.552Z Downloaded hostname v0.4.2
6902026-04-10T02:45:41.552Z Downloaded futures-channel v0.3.32
6912026-04-10T02:45:41.554Z Downloaded git-stub-vcs v0.1.0
6922026-04-10T02:45:41.554Z Downloaded hash32 v0.2.1
6932026-04-10T02:45:41.557Z Downloaded chacha20 v0.9.1
6942026-04-10T02:45:41.557Z Downloaded erased-serde v0.3.31
6952026-04-10T02:45:41.559Z Downloaded group v0.13.0
6962026-04-10T02:45:41.560Z Downloaded globset v0.4.18
6972026-04-10T02:45:41.560Z Downloaded aead v0.5.2
6982026-04-10T02:45:41.563Z Downloaded either v1.15.0
6992026-04-10T02:45:41.563Z Downloaded camino-tempfile-ext v0.3.3
7002026-04-10T02:45:41.563Z Downloaded hubpack_derive v0.1.1
7012026-04-10T02:45:41.567Z Downloaded fallible-iterator v0.2.0
7022026-04-10T02:45:41.567Z Downloaded ed25519 v2.2.3
7032026-04-10T02:45:41.567Z Downloaded inout v0.1.4
7042026-04-10T02:45:41.570Z Downloaded headers-core v0.3.0
7052026-04-10T02:45:41.570Z Downloaded crypto-bigint v0.5.5
7062026-04-10T02:45:41.573Z Downloaded instant v0.1.13
7072026-04-10T02:45:41.573Z Downloaded glob v0.3.3
7082026-04-10T02:45:41.573Z Downloaded const_format v0.2.35
7092026-04-10T02:45:41.576Z Downloaded backon v1.6.0
7102026-04-10T02:45:41.578Z Downloaded ident_case v1.0.1
7112026-04-10T02:45:41.579Z Downloaded darling_core v0.23.0
7122026-04-10T02:45:41.581Z Downloaded libscf-sys v1.1.0
7132026-04-10T02:45:41.584Z Downloaded httpdate v1.0.3
7142026-04-10T02:45:41.584Z Downloaded chacha20 v0.10.0
7152026-04-10T02:45:41.586Z Downloaded critical-section v1.2.0
7162026-04-10T02:45:41.586Z Downloaded indent_write v2.2.0
7172026-04-10T02:45:41.586Z Downloaded hex-literal v0.4.1
7182026-04-10T02:45:41.589Z Downloaded env_logger v0.11.9
7192026-04-10T02:45:41.589Z Downloaded der v0.7.10
7202026-04-10T02:45:41.594Z Downloaded allocator-api2 v0.2.21
7212026-04-10T02:45:41.597Z Downloaded clang-sys v1.8.1
7222026-04-10T02:45:41.597Z Downloaded dropshot-api-manager-types v0.6.0
7232026-04-10T02:45:41.597Z Downloaded blake2 v0.10.6
7242026-04-10T02:45:41.600Z Downloaded indoc v1.0.9
7252026-04-10T02:45:41.600Z Downloaded dirs-next v2.0.0
7262026-04-10T02:45:41.602Z Downloaded keccak v0.1.6
7272026-04-10T02:45:41.603Z Downloaded internet-checksum v0.2.1
7282026-04-10T02:45:41.603Z Downloaded hex v0.4.3
7292026-04-10T02:45:41.605Z Downloaded elliptic-curve v0.13.8
7302026-04-10T02:45:41.606Z Downloaded fixedbitset v0.4.2
7312026-04-10T02:45:41.608Z Downloaded cipher v0.4.4
7322026-04-10T02:45:41.608Z Downloaded lalrpop-util v0.19.12
7332026-04-10T02:45:41.611Z Downloaded is_ci v1.2.0
7342026-04-10T02:45:41.611Z Downloaded linked-hash-map v0.5.6
7352026-04-10T02:45:41.611Z Downloaded downcast-rs v2.0.2
7362026-04-10T02:45:41.612Z Downloaded lazy_static v1.5.0
7372026-04-10T02:45:41.614Z Downloaded is-terminal v0.4.17
7382026-04-10T02:45:41.614Z Downloaded lru v0.12.5
7392026-04-10T02:45:41.614Z Downloaded cookie v0.18.1
7402026-04-10T02:45:41.618Z Downloaded indoc v2.0.7
7412026-04-10T02:45:41.618Z Downloaded futures v0.3.32
7422026-04-10T02:45:41.621Z Downloaded impl-trait-for-tuples v0.2.3
7432026-04-10T02:45:41.627Z Downloaded md5 v0.7.0
7442026-04-10T02:45:41.627Z Downloaded humantime v2.3.0
7452026-04-10T02:45:41.627Z Downloaded instability v0.3.11
7462026-04-10T02:45:41.627Z Downloaded hyper-tls v0.6.0
7472026-04-10T02:45:41.627Z Downloaded http-body-util v0.1.3
7482026-04-10T02:45:41.631Z Downloaded hyper-staticfile v0.10.1
7492026-04-10T02:45:41.631Z Downloaded half v2.7.1
7502026-04-10T02:45:41.631Z Downloaded memoffset v0.9.1
7512026-04-10T02:45:41.634Z Downloaded maybe-uninit v2.0.0
7522026-04-10T02:45:41.634Z Downloaded match_cfg v0.1.0
7532026-04-10T02:45:41.634Z Downloaded maplit v1.0.2
7542026-04-10T02:45:41.634Z Downloaded lru-slab v0.1.2
7552026-04-10T02:45:41.636Z Downloaded ingot-types v0.1.2
7562026-04-10T02:45:41.636Z Downloaded ingot v0.1.1
7572026-04-10T02:45:41.639Z Downloaded chacha20poly1305 v0.10.1
7582026-04-10T02:45:41.639Z Downloaded libefi-sys v0.1.0
7592026-04-10T02:45:41.639Z Downloaded flate2 v1.1.9
7602026-04-10T02:45:41.642Z Downloaded hostname v0.3.1
7612026-04-10T02:45:41.644Z Downloaded crossterm v0.28.1
7622026-04-10T02:45:41.647Z Downloaded num-conv v0.2.0
7632026-04-10T02:45:41.650Z Downloaded httparse v1.10.1
7642026-04-10T02:45:41.650Z Downloaded arc-swap v1.8.2
7652026-04-10T02:45:41.652Z Downloaded enum-as-inner v0.6.1
7662026-04-10T02:45:41.655Z Downloaded mime v0.3.17
7672026-04-10T02:45:41.655Z Downloaded multimap v0.10.1
7682026-04-10T02:45:41.655Z Downloaded half v1.8.3
7692026-04-10T02:45:41.658Z Downloaded crc-any v2.5.0
7702026-04-10T02:45:41.658Z Downloaded compact_str v0.8.1
7712026-04-10T02:45:41.661Z Downloaded newtype_derive v0.1.6
7722026-04-10T02:45:41.661Z Downloaded newline-converter v0.3.0
7732026-04-10T02:45:41.663Z Downloaded nibble_vec v0.1.0
7742026-04-10T02:45:41.663Z Downloaded bytes v1.11.1
7752026-04-10T02:45:41.666Z Downloaded base64 v0.22.1
7762026-04-10T02:45:41.669Z Downloaded nodrop v0.1.14
7772026-04-10T02:45:41.669Z Downloaded ipnet v2.11.0
7782026-04-10T02:45:41.672Z Downloaded highway v1.3.0
7792026-04-10T02:45:41.672Z Downloaded bitfield v0.19.4
7802026-04-10T02:45:41.672Z Downloaded compression-codecs v0.4.37
7812026-04-10T02:45:41.674Z Downloaded libloading v0.8.9
7822026-04-10T02:45:41.677Z Downloaded colored v3.1.1
7832026-04-10T02:45:41.677Z Downloaded linear-map v1.2.0
7842026-04-10T02:45:41.679Z Downloaded num-iter v0.1.45
7852026-04-10T02:45:41.680Z Downloaded libsw-core v0.3.2
7862026-04-10T02:45:41.683Z Downloaded bzip2 v0.6.1
7872026-04-10T02:45:41.683Z Downloaded http-body v1.0.1
7882026-04-10T02:45:41.683Z Downloaded base64 v0.21.7
7892026-04-10T02:45:41.686Z Downloaded num-derive v0.3.3
7902026-04-10T02:45:41.689Z Downloaded normalize-line-endings v0.3.0
7912026-04-10T02:45:41.689Z Downloaded iana-time-zone v0.1.65
7922026-04-10T02:45:41.689Z Downloaded ignore v0.4.25
7932026-04-10T02:45:41.693Z Downloaded darling v0.20.11
7942026-04-10T02:45:41.698Z Downloaded getrandom v0.4.1
7952026-04-10T02:45:41.698Z Downloaded num_enum_derive v0.5.11
7962026-04-10T02:45:41.698Z Downloaded flume v0.11.1
7972026-04-10T02:45:41.700Z Downloaded getrandom v0.2.17
7982026-04-10T02:45:41.700Z Downloaded openssl-probe v0.1.6
7992026-04-10T02:45:41.703Z Downloaded openssl-macros v0.1.1
8002026-04-10T02:45:41.703Z Downloaded nonempty v0.12.0
8012026-04-10T02:45:41.703Z Downloaded num-derive v0.4.2
8022026-04-10T02:45:41.707Z Downloaded hickory-resolver v0.24.4
8032026-04-10T02:45:41.710Z Downloaded ipnetwork v0.21.1
8042026-04-10T02:45:41.710Z Downloaded curve25519-dalek-derive v0.1.1
8052026-04-10T02:45:41.710Z Downloaded constant_time_eq v0.4.2
8062026-04-10T02:45:41.714Z Downloaded opaque-debug v0.3.1
8072026-04-10T02:45:41.714Z Downloaded flagset v0.4.7
8082026-04-10T02:45:41.714Z Downloaded const_format_proc_macros v0.2.34
8092026-04-10T02:45:41.717Z Downloaded crc8 v0.1.1
8102026-04-10T02:45:41.728Z Downloaded parse-size v1.1.0
8112026-04-10T02:45:41.731Z Downloaded packed_struct v0.10.1
8122026-04-10T02:45:41.731Z Downloaded openssl-probe v0.2.1
8132026-04-10T02:45:41.734Z Downloaded pbkdf2 v0.12.2
8142026-04-10T02:45:41.734Z Downloaded path-slash v0.1.5
8152026-04-10T02:45:41.734Z Downloaded newtype-uuid-macros v0.1.0
8162026-04-10T02:45:41.736Z Downloaded newtype-uuid v1.3.2
8172026-04-10T02:45:41.736Z Downloaded native-tls v0.2.18
8182026-04-10T02:45:41.736Z Downloaded nanorand v0.7.0
8192026-04-10T02:45:41.739Z Downloaded mime_guess v2.0.5
8202026-04-10T02:45:41.742Z Downloaded headers v0.4.1
8212026-04-10T02:45:41.745Z Downloaded hashbrown v0.13.2
8222026-04-10T02:45:41.745Z Downloaded jobserver v0.1.34
8232026-04-10T02:45:41.747Z Downloaded find-msvc-tools v0.1.9
8242026-04-10T02:45:41.747Z Downloaded display-error-chain v0.2.2
8252026-04-10T02:45:41.750Z Downloaded darling_macro v0.23.0
8262026-04-10T02:45:41.750Z Downloaded cstr-argument v0.1.2
8272026-04-10T02:45:41.750Z Downloaded derive_builder_core v0.20.2
8282026-04-10T02:45:41.753Z Downloaded ar_archive_writer v0.5.1
8292026-04-10T02:45:41.753Z Downloaded num_enum v0.5.11
8302026-04-10T02:45:41.757Z Downloaded derive-where v1.6.0
8312026-04-10T02:45:41.760Z Downloaded peg-macros v0.8.5
8322026-04-10T02:45:41.760Z Downloaded owo-colors v4.3.0
8332026-04-10T02:45:41.763Z Downloaded indexmap v1.9.3
8342026-04-10T02:45:41.763Z Downloaded convert_case v0.10.0
8352026-04-10T02:45:41.765Z Downloaded parse-display-derive v0.10.0
8362026-04-10T02:45:41.765Z Downloaded hickory-server v0.25.2
8372026-04-10T02:45:41.768Z Downloaded bumpalo v3.20.2
8382026-04-10T02:45:41.770Z Downloaded num-rational v0.4.2
8392026-04-10T02:45:41.770Z Downloaded cassowary v0.3.0
8402026-04-10T02:45:41.773Z Downloaded cpufeatures v0.3.0
8412026-04-10T02:45:41.773Z Downloaded lock_api v0.4.14
8422026-04-10T02:45:41.776Z Downloaded phf_shared v0.12.1
8432026-04-10T02:45:41.776Z Downloaded blowfish v0.9.1
8442026-04-10T02:45:41.776Z Downloaded bit-vec v0.6.3
8452026-04-10T02:45:41.776Z Downloaded console v0.15.11
8462026-04-10T02:45:41.778Z Downloaded arrayref v0.3.9
8472026-04-10T02:45:41.779Z Downloaded argon2 v0.5.3
8482026-04-10T02:45:41.781Z Downloaded parking_lot v0.12.5
8492026-04-10T02:45:41.784Z Downloaded peg v0.8.5
8502026-04-10T02:45:41.786Z Downloaded md-5 v0.10.6
8512026-04-10T02:45:41.786Z Downloaded fatfs v0.3.6
8522026-04-10T02:45:41.789Z Downloaded multer v3.1.0
8532026-04-10T02:45:41.789Z Downloaded expectorate v1.2.0
8542026-04-10T02:45:41.792Z Downloaded dropshot_endpoint v0.17.0
8552026-04-10T02:45:41.794Z Downloaded precomputed-hash v0.1.1
8562026-04-10T02:45:41.794Z Downloaded powerfmt v0.2.0
8572026-04-10T02:45:41.794Z Downloaded libsw v3.5.0
8582026-04-10T02:45:41.797Z Downloaded ecdsa v0.16.9
8592026-04-10T02:45:41.797Z Downloaded oxnet v0.1.4
8602026-04-10T02:45:41.800Z Downloaded oxide-tokio-rt v0.1.3
8612026-04-10T02:45:41.800Z Downloaded phf_shared v0.11.3
8622026-04-10T02:45:41.803Z Downloaded pbkdf2 v0.11.0
8632026-04-10T02:45:41.803Z Downloaded diesel_table_macro_syntax v0.3.0
8642026-04-10T02:45:41.803Z Downloaded managed v0.8.0
8652026-04-10T02:45:41.806Z Downloaded heapless v0.8.0
8662026-04-10T02:45:41.806Z Downloaded libbz2-rs-sys v0.2.2
8672026-04-10T02:45:41.808Z Downloaded endian-type v0.1.2
8682026-04-10T02:45:41.808Z Downloaded cc v1.2.56
8692026-04-10T02:45:41.811Z Downloaded dunce v1.0.5
8702026-04-10T02:45:41.811Z Downloaded itertools v0.12.1
8712026-04-10T02:45:41.814Z Downloaded pem v3.0.6
8722026-04-10T02:45:41.817Z Downloaded progenitor-macro v0.13.0
8732026-04-10T02:45:41.817Z Downloaded paste v1.0.15
8742026-04-10T02:45:41.821Z Downloaded proc-macro-crate v1.3.1
8752026-04-10T02:45:41.821Z Downloaded oso-derive v0.27.3
8762026-04-10T02:45:41.821Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-04-10T02:45:41.824Z Downloaded num_enum_derive v0.7.5
8782026-04-10T02:45:41.824Z Downloaded proc-macro-crate v3.4.0
8792026-04-10T02:45:41.824Z Downloaded filetime v0.2.27
8802026-04-10T02:45:41.824Z Downloaded embedded-io v0.6.1
8812026-04-10T02:45:41.827Z Downloaded peg-runtime v0.8.5
8822026-04-10T02:45:41.827Z Downloaded float-cmp v0.10.0
8832026-04-10T02:45:41.827Z Downloaded kstat-rs v0.2.4
8842026-04-10T02:45:41.827Z Downloaded ingot-macros v0.1.1
8852026-04-10T02:45:41.830Z Downloaded libm v0.2.16
8862026-04-10T02:45:41.833Z Downloaded num-complex v0.4.6
8872026-04-10T02:45:41.836Z Downloaded indicatif v0.18.4
8882026-04-10T02:45:41.839Z Downloaded num-integer v0.1.46
8892026-04-10T02:45:41.839Z Downloaded ena v0.14.4
8902026-04-10T02:45:41.839Z Downloaded num_enum v0.7.5
8912026-04-10T02:45:41.842Z Downloaded progenitor-macro v0.10.0
8922026-04-10T02:45:41.845Z Downloaded progenitor-client v0.11.2
8932026-04-10T02:45:41.845Z Downloaded pin-project-lite v0.2.17
8942026-04-10T02:45:41.848Z Downloaded hashbrown v0.15.5
8952026-04-10T02:45:41.850Z Downloaded pkcs8 v0.10.2
8962026-04-10T02:45:41.853Z Downloaded debug-ignore v1.0.5
8972026-04-10T02:45:41.853Z Downloaded hyper-util v0.1.20
8982026-04-10T02:45:41.856Z Downloaded pkg-config v0.3.32
8992026-04-10T02:45:41.859Z Downloaded crc32fast v1.5.0
9002026-04-10T02:45:41.859Z Downloaded password-hash v0.5.0
9012026-04-10T02:45:41.863Z Downloaded memmap2 v0.9.10
9022026-04-10T02:45:41.866Z Downloaded poly1305 v0.8.0
9032026-04-10T02:45:41.870Z Downloaded phf v0.13.1
9042026-04-10T02:45:41.873Z Downloaded quick-error v1.2.3
9052026-04-10T02:45:41.873Z Downloaded pin-utils v0.1.0
9062026-04-10T02:45:41.876Z Downloaded parking_lot_core v0.8.6
9072026-04-10T02:45:41.879Z Downloaded postgres-protocol v0.6.10
9082026-04-10T02:45:41.882Z Downloaded predicates v3.1.4
9092026-04-10T02:45:41.882Z Downloaded crossbeam-channel v0.5.15
9102026-04-10T02:45:41.886Z Downloaded parking_lot_core v0.9.12
9112026-04-10T02:45:41.886Z Downloaded predicates-core v1.0.10
9122026-04-10T02:45:41.888Z Downloaded defmt-parser v1.0.0
9132026-04-10T02:45:41.888Z Downloaded parking_lot v0.11.2
9142026-04-10T02:45:41.892Z Downloaded password-hash v0.4.2
9152026-04-10T02:45:41.895Z Downloaded progenitor v0.10.0
9162026-04-10T02:45:41.895Z Downloaded phf v0.12.1
9172026-04-10T02:45:41.900Z Downloaded primeorder v0.13.6
9182026-04-10T02:45:41.904Z Downloaded predicates-tree v1.0.13
9192026-04-10T02:45:41.904Z Downloaded hickory-resolver v0.25.2
9202026-04-10T02:45:41.906Z Downloaded ppv-lite86 v0.2.21
9212026-04-10T02:45:41.910Z Downloaded pin-project-internal v1.1.11
9222026-04-10T02:45:41.913Z Downloaded progenitor-client v0.10.0
9232026-04-10T02:45:41.916Z Downloaded progenitor-extras v0.1.1
9242026-04-10T02:45:41.916Z Downloaded ref-cast-impl v1.0.25
9252026-04-10T02:45:41.919Z Downloaded rfc6979 v0.4.0
9262026-04-10T02:45:41.923Z Downloaded russh-cryptovec v0.7.3
9272026-04-10T02:45:41.925Z Downloaded progenitor-client v0.13.0
9282026-04-10T02:45:41.929Z Downloaded embedded-io v0.4.0
9292026-04-10T02:45:41.932Z Downloaded proc-macro-error2 v2.0.1
9302026-04-10T02:45:41.935Z Downloaded aes v0.8.4
9312026-04-10T02:45:41.937Z Downloaded pkcs1 v0.7.5
9322026-04-10T02:45:41.938Z Downloaded radium v0.7.0
9332026-04-10T02:45:41.940Z Downloaded postcard v1.1.3
9342026-04-10T02:45:41.940Z Downloaded polyval v0.6.2
9352026-04-10T02:45:41.941Z Downloaded miniz_oxide v0.8.9
9362026-04-10T02:45:41.944Z Downloaded rustc-hash v2.1.1
9372026-04-10T02:45:41.944Z Downloaded rand_xorshift v0.4.0
9382026-04-10T02:45:41.944Z Downloaded psl-types v2.0.11
9392026-04-10T02:45:41.946Z Downloaded p256 v0.13.2
9402026-04-10T02:45:41.949Z Downloaded rustc_version v0.1.7
9412026-04-10T02:45:41.952Z Downloaded progenitor v0.11.2
9422026-04-10T02:45:41.952Z Downloaded salsa20 v0.10.2
9432026-04-10T02:45:41.954Z Downloaded recursive-proc-macro-impl v0.1.1
9442026-04-10T02:45:41.957Z Downloaded jiff-static v0.2.21
9452026-04-10T02:45:41.960Z Downloaded papergrid v0.17.0
9462026-04-10T02:45:41.966Z Downloaded rand_seeder v0.4.0
9472026-04-10T02:45:41.969Z Downloaded rand_chacha v0.9.0
9482026-04-10T02:45:41.973Z Downloaded sapling-renderdag v0.1.0
9492026-04-10T02:45:41.973Z Downloaded ref-cast v1.0.25
9502026-04-10T02:45:41.973Z Downloaded omicron-zone-package v0.12.2
9512026-04-10T02:45:41.976Z Downloaded moka v0.12.13
9522026-04-10T02:45:41.979Z Downloaded psm v0.1.30
9532026-04-10T02:45:41.983Z Downloaded bit-vec v0.8.0
9542026-04-10T02:45:41.983Z Downloaded recursive v0.1.1
9552026-04-10T02:45:41.991Z Downloaded rustc_version v0.4.1
9562026-04-10T02:45:41.995Z Downloaded scroll_derive v0.13.1
9572026-04-10T02:45:41.995Z Downloaded scopeguard v1.2.0
9582026-04-10T02:45:41.995Z Downloaded same-file v1.0.6
9592026-04-10T02:45:41.996Z Downloaded semver v0.1.20
9602026-04-10T02:45:42.000Z Downloaded secrecy v0.8.0
9612026-04-10T02:45:42.006Z Downloaded rand_core v0.10.0
9622026-04-10T02:45:42.009Z Downloaded dropshot-api-manager v0.6.0
9632026-04-10T02:45:42.009Z Downloaded hashbrown v0.12.3
9642026-04-10T02:45:42.012Z Downloaded pretty_assertions v1.4.1
9652026-04-10T02:45:42.015Z Downloaded rand_core v0.9.5
9662026-04-10T02:45:42.015Z Downloaded scrypt v0.11.0
9672026-04-10T02:45:42.020Z Downloaded serde-big-array v0.5.1
9682026-04-10T02:45:42.020Z Downloaded scheduled-thread-pool v0.2.7
9692026-04-10T02:45:42.024Z Downloaded r2d2 v0.8.10
9702026-04-10T02:45:42.029Z Downloaded rusty-fork v0.3.1
9712026-04-10T02:45:42.029Z Downloaded resolv-conf v0.7.6
9722026-04-10T02:45:42.032Z Downloaded prettyplease v0.2.37
9732026-04-10T02:45:42.032Z Downloaded serde_urlencoded v0.7.1
9742026-04-10T02:45:42.032Z Downloaded serde_plain v1.0.2
9752026-04-10T02:45:42.035Z Downloaded serde_bytes v0.11.19
9762026-04-10T02:45:42.037Z Downloaded seq-macro v0.3.6
9772026-04-10T02:45:42.037Z Downloaded rustls-pemfile v2.2.0
9782026-04-10T02:45:42.041Z Downloaded rand_core v0.6.4
9792026-04-10T02:45:42.045Z Downloaded serde_derive_internals v0.29.1
9802026-04-10T02:45:42.045Z Downloaded serde_spanned v1.0.4
9812026-04-10T02:45:42.049Z Downloaded rustls-pemfile v1.0.4
9822026-04-10T02:45:42.050Z Downloaded quinn-udp v0.5.14
9832026-04-10T02:45:42.054Z Downloaded pin-project v1.1.11
9842026-04-10T02:45:42.060Z Downloaded sha1 v0.10.6
9852026-04-10T02:45:42.064Z Downloaded diesel v2.3.7
9862026-04-10T02:45:42.071Z Downloaded siphasher v1.0.2
9872026-04-10T02:45:42.074Z Downloaded signature v2.2.0
9882026-04-10T02:45:42.074Z Downloaded signal-hook-mio v0.2.5
9892026-04-10T02:45:42.080Z Downloaded secrecy v0.10.3
9902026-04-10T02:45:42.080Z Downloaded shell-words v1.1.1
9912026-04-10T02:45:42.080Z Downloaded schemars_derive v0.8.22
9922026-04-10T02:45:42.080Z Downloaded aes-gcm v0.10.3
9932026-04-10T02:45:42.084Z Downloaded pkcs5 v0.7.1
9942026-04-10T02:45:42.085Z Downloaded rustls-pki-types v1.14.0
9952026-04-10T02:45:42.085Z Downloaded prefix-trie v0.7.0
9962026-04-10T02:45:42.089Z Downloaded dropshot v0.16.7
9972026-04-10T02:45:42.099Z Downloaded slog-envlogger v2.2.0
9982026-04-10T02:45:42.102Z Downloaded serde-hex v0.1.0
9992026-04-10T02:45:42.102Z Downloaded rustls-native-certs v0.8.3
10002026-04-10T02:45:42.102Z Downloaded slog-bunyan v2.5.0
10012026-04-10T02:45:42.105Z Downloaded sigpipe v0.1.3
10022026-04-10T02:45:42.105Z Downloaded sct v0.7.1
10032026-04-10T02:45:42.105Z Downloaded minimal-lexical v0.2.1
10042026-04-10T02:45:42.110Z Downloaded num_threads v0.1.7
10052026-04-10T02:45:42.110Z Downloaded openssl-sys v0.9.111
10062026-04-10T02:45:42.113Z Downloaded rcgen v0.12.1
10072026-04-10T02:45:42.117Z Downloaded simd-adler32 v0.3.8
10082026-04-10T02:45:42.117Z Downloaded progenitor-impl v0.10.0
10092026-04-10T02:45:42.120Z Downloaded http v1.4.0
10102026-04-10T02:45:42.120Z Downloaded signal-hook-tokio v0.3.1
10112026-04-10T02:45:42.125Z Downloaded shlex v1.3.0
10122026-04-10T02:45:42.125Z Downloaded ssh-encoding v0.2.0
10132026-04-10T02:45:42.125Z Downloaded smf v0.2.3
10142026-04-10T02:45:42.128Z Downloaded quinn v0.11.9
10152026-04-10T02:45:42.132Z Downloaded object v0.30.4
10162026-04-10T02:45:42.135Z Downloaded sqlformat v0.3.5
10172026-04-10T02:45:42.135Z Downloaded progenitor-impl v0.13.0
10182026-04-10T02:45:42.138Z Downloaded slog-scope v4.4.1
10192026-04-10T02:45:42.138Z Downloaded schemars v0.8.22
10202026-04-10T02:45:42.147Z Downloaded strum v0.26.3
10212026-04-10T02:45:42.150Z Downloaded structmeta v0.3.0
10222026-04-10T02:45:42.150Z Downloaded strip-ansi-escapes v0.2.1
10232026-04-10T02:45:42.150Z Downloaded slog-async v2.8.0
10242026-04-10T02:45:42.150Z Downloaded signal-hook-registry v1.4.8
10252026-04-10T02:45:42.150Z Downloaded ron v0.8.1
10262026-04-10T02:45:42.154Z Downloaded scroll v0.13.0
10272026-04-10T02:45:42.154Z Downloaded darling_core v0.21.3
10282026-04-10T02:45:42.157Z Downloaded rand v0.9.2
10292026-04-10T02:45:42.162Z Downloaded sync_wrapper v1.0.2
10302026-04-10T02:45:42.166Z Downloaded slog-dtrace v0.3.0
10312026-04-10T02:45:42.166Z Downloaded rpassword v7.4.0
10322026-04-10T02:45:42.170Z Downloaded strum v0.27.2
10332026-04-10T02:45:42.170Z Downloaded lzss v0.8.2
10342026-04-10T02:45:42.174Z Downloaded tabled_derive v0.11.0
10352026-04-10T02:45:42.174Z Downloaded lru-cache v0.1.2
10362026-04-10T02:45:42.174Z Downloaded spin v0.9.8
10372026-04-10T02:45:42.179Z Downloaded slog-term v2.9.2
10382026-04-10T02:45:42.179Z Downloaded slog-json v2.6.1
10392026-04-10T02:45:42.179Z Downloaded serde_path_to_error v0.1.20
10402026-04-10T02:45:42.182Z Downloaded rsa v0.9.10
10412026-04-10T02:45:42.182Z Downloaded sync-ptr v0.1.4
10422026-04-10T02:45:42.182Z Downloaded strum_macros v0.26.4
10432026-04-10T02:45:42.186Z Downloaded stringprep v0.1.5
10442026-04-10T02:45:42.186Z Downloaded supports-color v3.0.2
10452026-04-10T02:45:42.186Z Downloaded strum_macros v0.27.2
10462026-04-10T02:45:42.189Z Downloaded ryu v1.0.23
10472026-04-10T02:45:42.189Z Downloaded nix v0.28.0
10482026-04-10T02:45:42.195Z Downloaded tagptr v0.2.0
10492026-04-10T02:45:42.199Z Downloaded sqlparser_derive v0.5.0
10502026-04-10T02:45:42.199Z Downloaded similar v2.7.0
10512026-04-10T02:45:42.202Z Downloaded termtree v0.5.1
10522026-04-10T02:45:42.202Z Downloaded tap v1.0.1
10532026-04-10T02:45:42.202Z Downloaded phf_shared v0.13.1
10542026-04-10T02:45:42.205Z Downloaded iddqd v0.3.17
10552026-04-10T02:45:42.208Z Downloaded testing_table v0.3.0
10562026-04-10T02:45:42.208Z Downloaded http-range v0.1.5
10572026-04-10T02:45:42.208Z Downloaded serde_with_macros v3.17.0
10582026-04-10T02:45:42.211Z Downloaded publicsuffix v2.3.0
10592026-04-10T02:45:42.212Z Downloaded new_debug_unreachable v1.0.6
10602026-04-10T02:45:42.216Z Downloaded num v0.4.3
10612026-04-10T02:45:42.216Z Downloaded mio v1.1.1
10622026-04-10T02:45:42.220Z Downloaded thread-id v5.1.0
10632026-04-10T02:45:42.220Z Downloaded russh-keys v0.45.0
10642026-04-10T02:45:42.220Z Downloaded slog v2.8.2
10652026-04-10T02:45:42.223Z Downloaded static_assertions v1.1.0
10662026-04-10T02:45:42.223Z Downloaded qorb v0.4.1
10672026-04-10T02:45:42.228Z Downloaded hubpack v0.1.2
10682026-04-10T02:45:42.228Z Downloaded libxml v0.3.3
10692026-04-10T02:45:42.231Z Downloaded rand v0.10.0
10702026-04-10T02:45:42.236Z Downloaded dropshot v0.17.0
10712026-04-10T02:45:42.246Z Downloaded structmeta-derive v0.3.0
10722026-04-10T02:45:42.250Z Downloaded socket2 v0.6.2
10732026-04-10T02:45:42.250Z Downloaded progenitor v0.13.0
10742026-04-10T02:45:42.250Z Downloaded hyper-rustls v0.27.7
10752026-04-10T02:45:42.255Z Downloaded take_mut v0.2.2
10762026-04-10T02:45:42.255Z Downloaded support-bundle-viewer v0.1.2
10772026-04-10T02:45:42.255Z Downloaded hmac v0.12.1
10782026-04-10T02:45:42.255Z Downloaded nu-ansi-term v0.50.3
10792026-04-10T02:45:42.258Z Downloaded itertools v0.10.5
10802026-04-10T02:45:42.267Z Downloaded nom v7.1.3
10812026-04-10T02:45:42.270Z Downloaded parse-display v0.10.0
10822026-04-10T02:45:42.270Z Downloaded tabwriter v1.4.1
10832026-04-10T02:45:42.270Z Downloaded serde_yaml v0.9.34+deprecated
10842026-04-10T02:45:42.270Z Downloaded olpc-cjson v0.1.4
10852026-04-10T02:45:42.270Z Downloaded itertools v0.13.0
10862026-04-10T02:45:42.273Z Downloaded topological-sort v0.2.2
10872026-04-10T02:45:42.273Z Downloaded futures-util v0.3.32
10882026-04-10T02:45:42.281Z Downloaded signal-hook v0.3.18
10892026-04-10T02:45:42.286Z Downloaded progenitor-macro v0.11.2
10902026-04-10T02:45:42.286Z Downloaded pem-rfc7468 v0.7.0
10912026-04-10T02:45:42.286Z Downloaded term v1.2.1
10922026-04-10T02:45:42.288Z Downloaded packed_struct_codegen v0.10.1
10932026-04-10T02:45:42.288Z Downloaded tower-service v0.3.3
10942026-04-10T02:45:42.289Z Downloaded tower-layer v0.3.3
10952026-04-10T02:45:42.289Z Downloaded tiny-keccak v2.0.2
10962026-04-10T02:45:42.289Z Downloaded time-macros v0.2.27
10972026-04-10T02:45:42.293Z Downloaded thread_local v1.1.9
10982026-04-10T02:45:42.293Z Downloaded thiserror-no-std v2.0.2
10992026-04-10T02:45:42.299Z Downloaded iri-string v0.7.10
11002026-04-10T02:45:42.302Z Downloaded hyper v1.8.1
11012026-04-10T02:45:42.306Z Downloaded tls_codec_derive v0.4.2
11022026-04-10T02:45:42.306Z Downloaded tls_codec v0.4.2
11032026-04-10T02:45:42.306Z Downloaded try-lock v0.2.5
11042026-04-10T02:45:42.311Z Downloaded trait-variant v0.1.2
11052026-04-10T02:45:42.311Z Downloaded snafu-derive v0.8.9
11062026-04-10T02:45:42.311Z Downloaded tokio-rustls v0.25.0
11072026-04-10T02:45:42.311Z Downloaded aho-corasick v1.1.4
11082026-04-10T02:45:42.314Z Downloaded litrs v1.0.0
11092026-04-10T02:45:42.314Z Downloaded serde_cbor v0.11.2
11102026-04-10T02:45:42.317Z Downloaded rand_chacha v0.3.1
11112026-04-10T02:45:42.317Z Downloaded progenitor-impl v0.11.2
11122026-04-10T02:45:42.320Z Downloaded hickory-proto v0.24.4
11132026-04-10T02:45:42.326Z Downloaded untrusted v0.9.0
11142026-04-10T02:45:42.329Z Downloaded universal-hash v0.5.1
11152026-04-10T02:45:42.329Z Downloaded unicode-truncate v1.1.0
11162026-04-10T02:45:42.329Z Downloaded unarray v0.1.4
11172026-04-10T02:45:42.334Z Downloaded typify-macro v0.4.3
11182026-04-10T02:45:42.334Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-04-10T02:45:42.334Z Downloaded socket2 v0.5.10
11202026-04-10T02:45:42.337Z Downloaded tokio-dtrace v0.1.1
11212026-04-10T02:45:42.337Z Downloaded hkdf v0.12.4
11222026-04-10T02:45:42.337Z Downloaded tokio-tungstenite v0.23.1
11232026-04-10T02:45:42.340Z Downloaded ssh-cipher v0.2.0
11242026-04-10T02:45:42.340Z Downloaded itertools v0.14.0
11252026-04-10T02:45:42.343Z Downloaded untrusted v0.7.1
11262026-04-10T02:45:42.346Z Downloaded rtoolbox v0.0.3
11272026-04-10T02:45:42.346Z Downloaded sec1 v0.7.3
11282026-04-10T02:45:42.346Z Downloaded rustversion v1.0.22
11292026-04-10T02:45:42.351Z Downloaded term v0.7.0
11302026-04-10T02:45:42.351Z Downloaded tokio-tungstenite v0.21.0
11312026-04-10T02:45:42.354Z Downloaded oso v0.27.3
11322026-04-10T02:45:42.354Z Downloaded reedline v0.40.0
11332026-04-10T02:45:42.357Z Downloaded utf-8 v0.7.6
11342026-04-10T02:45:42.360Z Downloaded unit-prefix v0.5.2
11352026-04-10T02:45:42.360Z Downloaded schemars v1.2.1
11362026-04-10T02:45:42.367Z Downloaded void v1.0.2
11372026-04-10T02:45:42.369Z Downloaded tokio-rustls v0.26.4
11382026-04-10T02:45:42.369Z Downloaded tinyvec v1.10.0
11392026-04-10T02:45:42.374Z Downloaded blake3 v1.8.3
11402026-04-10T02:45:42.377Z Downloaded usdt-attr-macro v0.6.0
11412026-04-10T02:45:42.377Z Downloaded usdt v0.6.0
11422026-04-10T02:45:42.377Z Downloaded typify-macro v0.6.1
11432026-04-10T02:45:42.380Z Downloaded tui-tree-widget v0.23.1
11442026-04-10T02:45:42.380Z Downloaded subtle v2.6.1
11452026-04-10T02:45:42.380Z Downloaded serde_repr v0.1.20
11462026-04-10T02:45:42.383Z Downloaded schemars v0.9.0
11472026-04-10T02:45:42.387Z Downloaded waitgroup v0.1.2
11482026-04-10T02:45:42.389Z Downloaded heapless v0.7.17
11492026-04-10T02:45:42.392Z Downloaded test-strategy v0.4.5
11502026-04-10T02:45:42.392Z Downloaded want v0.3.1
11512026-04-10T02:45:42.395Z Downloaded snafu v0.8.9
11522026-04-10T02:45:42.398Z Downloaded unicase v2.9.0
11532026-04-10T02:45:42.401Z Downloaded subprocess v0.2.15
11542026-04-10T02:45:42.401Z Downloaded p521 v0.13.3
11552026-04-10T02:45:42.404Z Downloaded tokio-rustls v0.24.1
11562026-04-10T02:45:42.407Z Downloaded slab v0.4.12
11572026-04-10T02:45:42.410Z Downloaded num-bigint-dig v0.8.6
11582026-04-10T02:45:42.413Z Downloaded xattr v1.6.1
11592026-04-10T02:45:42.416Z Downloaded zeroize_derive v1.4.3
11602026-04-10T02:45:42.417Z Downloaded postgres-types v0.2.12
11612026-04-10T02:45:42.421Z Downloaded zone v0.3.1
11622026-04-10T02:45:42.425Z Downloaded samael v0.0.19
11632026-04-10T02:45:42.429Z Downloaded xshell-macros v0.2.7
11642026-04-10T02:45:42.429Z Downloaded stacker v0.1.23
11652026-04-10T02:45:42.429Z Downloaded rayon v1.11.0
11662026-04-10T02:45:42.432Z Downloaded vergen-git2 v1.0.7
11672026-04-10T02:45:42.436Z Downloaded toml v0.9.12+spec-1.1.0
11682026-04-10T02:45:42.436Z Downloaded uzers v0.12.2
11692026-04-10T02:45:42.439Z Downloaded slog-stdlog v4.1.1
11702026-04-10T02:45:42.443Z Downloaded aws-lc-rs v1.16.0
11712026-04-10T02:45:42.446Z Downloaded vergen-lib v0.1.6
11722026-04-10T02:45:42.449Z Downloaded time-core v0.1.8
11732026-04-10T02:45:42.449Z Downloaded tinyvec_macros v0.1.1
11742026-04-10T02:45:42.449Z Downloaded thiserror-impl-no-std v2.0.2
11752026-04-10T02:45:42.452Z Downloaded russh v0.45.0
11762026-04-10T02:45:42.457Z Downloaded vsss-rs v3.3.4
11772026-04-10T02:45:42.459Z Downloaded typify v0.4.3
11782026-04-10T02:45:42.463Z Downloaded whoami v2.1.0
11792026-04-10T02:45:42.463Z Downloaded strum_macros v0.24.3
11802026-04-10T02:45:42.466Z Downloaded string_cache v0.8.9
11812026-04-10T02:45:42.466Z Downloaded salty v0.3.0
11822026-04-10T02:45:42.470Z Downloaded rand v0.8.5
11832026-04-10T02:45:42.475Z Downloaded quick-xml v0.37.5
11842026-04-10T02:45:42.479Z Downloaded tungstenite v0.23.0
11852026-04-10T02:45:42.479Z Downloaded spki v0.7.3
11862026-04-10T02:45:42.479Z Downloaded openapiv3 v2.2.0
11872026-04-10T02:45:42.483Z Downloaded usdt-macro v0.6.0
11882026-04-10T02:45:42.486Z Downloaded usdt-impl v0.6.0
11892026-04-10T02:45:42.486Z Downloaded toml v1.0.6+spec-1.1.0
11902026-04-10T02:45:42.490Z Downloaded wait-timeout v0.2.1
11912026-04-10T02:45:42.490Z Downloaded tokio-macros v2.6.0
11922026-04-10T02:45:42.490Z Downloaded toml v0.7.8
11932026-04-10T02:45:42.493Z Downloaded tokio-native-tls v0.3.1
11942026-04-10T02:45:42.493Z Downloaded unsafe-libyaml v0.2.11
11952026-04-10T02:45:42.497Z Downloaded zeroize v1.8.2
11962026-04-10T02:45:42.497Z Downloaded termios v0.3.3
11972026-04-10T02:45:42.497Z Downloaded rustyline v14.0.0
11982026-04-10T02:45:42.499Z Downloaded steno v0.4.1
11992026-04-10T02:45:42.504Z Downloaded num-bigint v0.4.6
12002026-04-10T02:45:42.507Z Downloaded smallvec v0.6.14
12012026-04-10T02:45:42.507Z Downloaded zstd-safe v7.2.4
12022026-04-10T02:45:42.510Z Downloaded bindgen v0.71.1
12032026-04-10T02:45:42.514Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12042026-04-10T02:45:42.514Z Downloaded zone_cfg_derive v0.3.1
12052026-04-10T02:45:42.519Z Downloaded h2 v0.4.13
12062026-04-10T02:45:42.519Z Downloaded typify v0.6.1
12072026-04-10T02:45:42.523Z Downloaded tungstenite v0.21.0
12082026-04-10T02:45:42.523Z Downloaded whoami v1.6.1
12092026-04-10T02:45:42.527Z Downloaded walkdir v2.5.0
12102026-04-10T02:45:42.527Z Downloaded tokio-postgres v0.7.16
12112026-04-10T02:45:42.528Z Downloaded rustls-platform-verifier v0.6.2
12122026-04-10T02:45:42.536Z Downloaded zstd v0.13.3
12132026-04-10T02:45:42.539Z Downloaded vergen-gitcl v1.0.8
12142026-04-10T02:45:42.539Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12152026-04-10T02:45:42.542Z Downloaded uuid v1.23.0
12162026-04-10T02:45:42.545Z Downloaded zerocopy v0.6.6
12172026-04-10T02:45:42.548Z Downloaded rustls-webpki v0.102.8
12182026-04-10T02:45:42.557Z Downloaded twox-hash v2.1.2
12192026-04-10T02:45:42.562Z Downloaded tar v0.4.45
12202026-04-10T02:45:42.562Z Downloaded xshell v0.2.7
12212026-04-10T02:45:42.566Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-04-10T02:45:42.566Z Downloaded unicode-properties v0.1.4
12232026-04-10T02:45:42.566Z Downloaded rayon-core v1.13.0
12242026-04-10T02:45:42.570Z Downloaded bitvec v1.0.1
12252026-04-10T02:45:42.578Z Downloaded yasna v0.5.2
12262026-04-10T02:45:42.581Z Downloaded vte v0.14.1
12272026-04-10T02:45:42.581Z Downloaded rustls-webpki v0.103.9
12282026-04-10T02:45:42.585Z Downloaded tracing-core v0.1.36
12292026-04-10T02:45:42.590Z Downloaded tracing-attributes v0.1.31
12302026-04-10T02:45:42.590Z Downloaded toml_edit v0.19.15
12312026-04-10T02:45:42.597Z Downloaded unicode-bidi v0.3.18
12322026-04-10T02:45:42.601Z Downloaded tower v0.5.3
12332026-04-10T02:45:42.604Z Downloaded git2 v0.20.4
12342026-04-10T02:45:42.610Z Downloaded zopfli v0.8.3
12352026-04-10T02:45:42.616Z Downloaded reqwest v0.12.28
12362026-04-10T02:45:42.620Z Downloaded vergen v9.0.6
12372026-04-10T02:45:42.620Z Downloaded regex v1.12.3
12382026-04-10T02:45:42.623Z Downloaded tokio-stream v0.1.18
12392026-04-10T02:45:42.627Z Downloaded toml_parser v1.0.9+spec-1.1.0
12402026-04-10T02:45:42.630Z Downloaded portable-atomic v1.13.1
12412026-04-10T02:45:42.634Z Downloaded typed-path v0.9.3
12422026-04-10T02:45:42.639Z Downloaded unicode_categories v0.1.1
12432026-04-10T02:45:42.643Z Downloaded goblin v0.10.5
12442026-04-10T02:45:42.647Z Downloaded zip v0.6.6
12452026-04-10T02:45:42.650Z Downloaded ssh-key v0.6.7
12462026-04-10T02:45:42.653Z Downloaded yansi v1.0.1
12472026-04-10T02:45:42.660Z Downloaded rustls-webpki v0.101.7
12482026-04-10T02:45:42.670Z Downloaded reqwest v0.13.2
12492026-04-10T02:45:42.674Z Downloaded zerocopy-derive v0.8.40
12502026-04-10T02:45:42.691Z Downloaded unicode-normalization v0.1.25
12512026-04-10T02:45:42.694Z Downloaded proptest v1.10.0
12522026-04-10T02:45:42.699Z Downloaded unicode-segmentation v1.12.0
12532026-04-10T02:45:42.702Z Downloaded quinn-proto v0.11.13
12542026-04-10T02:45:42.706Z Downloaded p384 v0.13.1
12552026-04-10T02:45:42.710Z Downloaded curve25519-dalek v4.1.3
12562026-04-10T02:45:42.719Z Downloaded regex-syntax v0.6.29
12572026-04-10T02:45:42.723Z Downloaded lalrpop v0.19.12
12582026-04-10T02:45:42.732Z Downloaded x509-cert v0.2.5
12592026-04-10T02:45:42.736Z Downloaded serde_with v3.17.0
12602026-04-10T02:45:42.742Z Downloaded petname v2.0.2
12612026-04-10T02:45:42.749Z Downloaded chrono v0.4.44
12622026-04-10T02:45:42.756Z Downloaded tower-http v0.6.8
12632026-04-10T02:45:42.768Z Downloaded tokio-util v0.7.18
12642026-04-10T02:45:42.774Z Downloaded tough v0.20.0
12652026-04-10T02:45:42.778Z Downloaded zip v4.6.1
12662026-04-10T02:45:42.790Z Downloaded regex-syntax v0.8.10
12672026-04-10T02:45:42.818Z Downloaded radix_trie v0.2.1
12682026-04-10T02:45:42.824Z Downloaded winnow v0.6.26
12692026-04-10T02:45:42.828Z Downloaded nix v0.27.1
12702026-04-10T02:45:42.840Z Downloaded winnow v0.5.40
12712026-04-10T02:45:42.846Z Downloaded rustix v0.38.44
12722026-04-10T02:45:42.852Z Downloaded webpki-roots v1.0.6
12732026-04-10T02:45:42.855Z Downloaded time v0.3.47
12742026-04-10T02:45:42.862Z Downloaded tabled v0.20.0
12752026-04-10T02:45:42.874Z Downloaded rustls v0.21.12
12762026-04-10T02:45:42.879Z Downloaded nix v0.29.0
12772026-04-10T02:45:42.885Z Downloaded openssl v0.10.75
12782026-04-10T02:45:42.891Z Downloaded smoltcp v0.11.0
12792026-04-10T02:45:42.897Z Downloaded hickory-proto v0.25.2
12802026-04-10T02:45:42.906Z Downloaded nix v0.31.1
12812026-04-10T02:45:42.915Z Downloaded rustls v0.22.4
12822026-04-10T02:45:42.922Z Downloaded object v0.37.3
12832026-04-10T02:45:42.928Z Downloaded polar-core v0.27.3
12842026-04-10T02:45:42.935Z Downloaded bstr v1.12.1
12852026-04-10T02:45:42.939Z Downloaded smoltcp v0.9.1
12862026-04-10T02:45:42.944Z Downloaded zlib-rs v0.6.2
12872026-04-10T02:45:42.948Z Downloaded ratatui v0.29.0
12882026-04-10T02:45:42.959Z Downloaded vcpkg v0.2.15
12892026-04-10T02:45:42.981Z Downloaded zerocopy v0.8.40
12902026-04-10T02:45:42.987Z Downloaded wyz v0.5.1
12912026-04-10T02:45:42.989Z Downloaded typify-impl v0.6.1
12922026-04-10T02:45:42.997Z Downloaded petgraph v0.6.5
12932026-04-10T02:45:43.008Z Downloaded libz-sys v1.1.24
12942026-04-10T02:45:43.020Z Downloaded sqlparser v0.61.0
12952026-04-10T02:45:43.026Z Downloaded rustls v0.23.37
12962026-04-10T02:45:43.032Z Downloaded regress v0.10.5
12972026-04-10T02:45:43.068Z Downloaded csv v1.4.0
12982026-04-10T02:45:43.090Z Downloaded encoding_rs v0.8.35
12992026-04-10T02:45:43.128Z Downloaded ring v0.17.14
13002026-04-10T02:45:43.152Z Downloaded sled v0.34.7
13012026-04-10T02:45:43.160Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-04-10T02:45:43.164Z Downloaded tracing v0.1.44
13032026-04-10T02:45:43.200Z Downloaded typify-impl v0.4.3
13042026-04-10T02:45:43.238Z Downloaded zerocopy-derive v0.6.6
13052026-04-10T02:45:43.244Z Downloaded regex-automata v0.4.14
13062026-04-10T02:45:43.259Z Downloaded jiff v0.2.21
13072026-04-10T02:45:43.269Z Downloaded chrono-tz v0.10.4
13082026-04-10T02:45:43.301Z Downloaded petgraph v0.8.3
13092026-04-10T02:45:43.333Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-04-10T02:45:43.343Z Downloaded sha3 v0.10.8
13112026-04-10T02:45:43.346Z Downloaded tokio v1.50.0
13122026-04-10T02:45:43.466Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-04-10T02:45:44.004Z Downloaded aws-lc-sys v0.37.1
13142026-04-10T02:45:44.254Z Compiling libc v0.2.180
13152026-04-10T02:45:44.257Z Compiling serde v1.0.228
13162026-04-10T02:45:44.257Z Compiling find-msvc-tools v0.1.9
13172026-04-10T02:45:44.257Z Compiling shlex v1.3.0
13182026-04-10T02:45:44.257Z Compiling log v0.4.29
13192026-04-10T02:45:44.257Z Compiling smallvec v1.15.1
13202026-04-10T02:45:44.257Z Compiling typenum v1.19.0
13212026-04-10T02:45:44.258Z Compiling subtle v2.6.1
13222026-04-10T02:45:44.405Z Compiling generic-array v0.14.7
13232026-04-10T02:45:44.407Z Compiling scopeguard v1.2.0
13242026-04-10T02:45:44.427Z Compiling const-oid v0.9.6
13252026-04-10T02:45:44.458Z Compiling portable-atomic v1.13.1
13262026-04-10T02:45:44.483Z Compiling syn v2.0.117
13272026-04-10T02:45:44.486Z Compiling zerocopy v0.8.40
13282026-04-10T02:45:44.499Z Compiling serde_json v1.0.149
13292026-04-10T02:45:44.530Z Compiling critical-section v1.2.0
13302026-04-10T02:45:44.626Z Compiling lock_api v0.4.14
13312026-04-10T02:45:44.642Z Compiling parking_lot_core v0.9.12
13322026-04-10T02:45:44.656Z Compiling pin-project-lite v0.2.17
13332026-04-10T02:45:44.671Z Compiling pkg-config v0.3.32
13342026-04-10T02:45:44.685Z Compiling bitflags v2.11.0
13352026-04-10T02:45:44.702Z Compiling libm v0.2.16
13362026-04-10T02:45:44.719Z Compiling num-traits v0.2.19
13372026-04-10T02:45:44.774Z Compiling futures-core v0.3.32
13382026-04-10T02:45:44.793Z Compiling percent-encoding v2.3.2
13392026-04-10T02:45:44.825Z Compiling allocator-api2 v0.2.21
13402026-04-10T02:45:44.881Z Compiling futures-sink v0.3.32
13412026-04-10T02:45:44.955Z Compiling getrandom v0.3.4
13422026-04-10T02:45:44.995Z Compiling foldhash v0.2.0
13432026-04-10T02:45:45.000Z Compiling cpufeatures v0.2.17
13442026-04-10T02:45:45.044Z Compiling futures-channel v0.3.32
13452026-04-10T02:45:45.073Z Compiling futures-task v0.3.32
13462026-04-10T02:45:45.087Z Compiling futures-io v0.3.32
13472026-04-10T02:45:45.225Z Compiling slab v0.4.12
13482026-04-10T02:45:45.243Z Compiling hashbrown v0.16.1
13492026-04-10T02:45:45.247Z Compiling rustversion v1.0.22
13502026-04-10T02:45:45.272Z Compiling form_urlencoded v1.2.2
13512026-04-10T02:45:45.306Z Compiling fs_extra v1.3.0
13522026-04-10T02:45:45.323Z Compiling ident_case v1.0.1
13532026-04-10T02:45:45.340Z Compiling base64ct v1.8.3
13542026-04-10T02:45:45.372Z Compiling getrandom v0.4.1
13552026-04-10T02:45:45.388Z Compiling dunce v1.0.5
13562026-04-10T02:45:45.436Z Compiling getrandom v0.2.17
13572026-04-10T02:45:45.474Z Compiling jobserver v0.1.34
13582026-04-10T02:45:45.490Z Compiling errno v0.3.14
13592026-04-10T02:45:45.521Z Compiling mio v1.1.1
13602026-04-10T02:45:45.612Z Compiling rand_core v0.6.4
13612026-04-10T02:45:45.645Z Compiling signal-hook-registry v1.4.8
13622026-04-10T02:45:45.664Z Compiling once_cell v1.21.3
13632026-04-10T02:45:45.684Z Compiling socket2 v0.6.2
13642026-04-10T02:45:45.716Z Compiling cc v1.2.56
13652026-04-10T02:45:45.763Z Compiling parking_lot v0.12.5
13662026-04-10T02:45:45.842Z Compiling indexmap v2.13.0
13672026-04-10T02:45:45.874Z Compiling pem-rfc7468 v0.7.0
13682026-04-10T02:45:45.910Z Compiling flagset v0.4.7
13692026-04-10T02:45:45.929Z Compiling rand_core v0.10.0
13702026-04-10T02:45:45.942Z Compiling rustix v1.1.3
13712026-04-10T02:45:45.945Z Compiling iana-time-zone v0.1.65
13722026-04-10T02:45:45.975Z Compiling rustc_version v0.4.1
13732026-04-10T02:45:46.068Z Compiling rand_core v0.9.5
13742026-04-10T02:45:46.124Z Compiling regex-syntax v0.8.10
13752026-04-10T02:45:46.166Z Compiling vcpkg v0.2.15
13762026-04-10T02:45:46.185Z Compiling aws-lc-rs v1.16.0
13772026-04-10T02:45:46.188Z Compiling tracing-core v0.1.36
13782026-04-10T02:45:46.215Z Compiling untrusted v0.9.0
13792026-04-10T02:45:46.232Z Compiling httparse v1.10.1
13802026-04-10T02:45:46.357Z Compiling uuid v1.23.0
13812026-04-10T02:45:46.360Z Compiling openssl-probe v0.2.1
13822026-04-10T02:45:46.390Z Compiling schemars v0.8.22
13832026-04-10T02:45:46.408Z Compiling base64 v0.22.1
13842026-04-10T02:45:46.425Z Compiling untrusted v0.7.1
13852026-04-10T02:45:46.442Z Compiling rustls v0.23.37
13862026-04-10T02:45:46.522Z Compiling cmake v0.1.57
13872026-04-10T02:45:46.576Z Compiling atomic-waker v1.1.2
13882026-04-10T02:45:46.591Z Compiling dyn-clone v1.0.20
13892026-04-10T02:45:46.609Z Compiling tower-layer v0.3.3
13902026-04-10T02:45:46.657Z Compiling try-lock v0.2.5
13912026-04-10T02:45:46.693Z Compiling tower-service v0.3.3
13922026-04-10T02:45:46.709Z Compiling tinyvec_macros v0.1.1
13932026-04-10T02:45:46.751Z Compiling spin v0.9.8
13942026-04-10T02:45:46.768Z Compiling want v0.3.1
13952026-04-10T02:45:46.782Z Compiling tinyvec v1.10.0
13962026-04-10T02:45:46.798Z Compiling aho-corasick v1.1.4
13972026-04-10T02:45:46.801Z Compiling num-conv v0.2.0
13982026-04-10T02:45:46.802Z Compiling openssl v0.10.75
13992026-04-10T02:45:46.842Z Compiling powerfmt v0.2.0
14002026-04-10T02:45:46.845Z Compiling foreign-types-shared v0.1.1
14012026-04-10T02:45:46.987Z Compiling time-core v0.1.8
14022026-04-10T02:45:46.990Z Compiling pin-utils v0.1.0
14032026-04-10T02:45:46.990Z Compiling crc32fast v1.5.0
14042026-04-10T02:45:46.990Z Compiling httpdate v1.0.3
14052026-04-10T02:45:47.034Z Compiling deranged v0.5.8
14062026-04-10T02:45:47.051Z Compiling foreign-types v0.3.2
14072026-04-10T02:45:47.082Z Compiling socket2 v0.5.10
14082026-04-10T02:45:47.097Z Compiling wait-timeout v0.2.1
14092026-04-10T02:45:47.115Z Compiling simd-adler32 v0.3.8
14102026-04-10T02:45:47.128Z Compiling crossbeam-utils v0.8.21
14112026-04-10T02:45:47.144Z Compiling bit-vec v0.8.0
14122026-04-10T02:45:47.158Z Compiling siphasher v1.0.2
14132026-04-10T02:45:47.173Z Compiling time-macros v0.2.27
14142026-04-10T02:45:47.190Z Compiling quick-error v1.2.3
14152026-04-10T02:45:47.253Z Compiling native-tls v0.2.18
14162026-04-10T02:45:47.322Z Compiling usdt-impl v0.6.0
14172026-04-10T02:45:47.384Z Compiling num_threads v0.1.7
14182026-04-10T02:45:47.402Z Compiling syn v1.0.109
14192026-04-10T02:45:47.434Z Compiling bit-set v0.8.0
14202026-04-10T02:45:47.434Z Compiling unicode-normalization v0.1.25
14212026-04-10T02:45:47.437Z Compiling aws-lc-sys v0.37.1
14222026-04-10T02:45:47.482Z Compiling ring v0.17.14
14232026-04-10T02:45:47.499Z Compiling openssl-sys v0.9.111
14242026-04-10T02:45:47.519Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14252026-04-10T02:45:47.558Z Compiling bzip2-sys v0.1.13+1.0.8
14262026-04-10T02:45:47.598Z Compiling tempfile v3.25.0
14272026-04-10T02:45:47.625Z Compiling synstructure v0.13.2
14282026-04-10T02:45:47.642Z Compiling pest_generator v2.8.6
14292026-04-10T02:45:47.757Z Compiling serde_derive_internals v0.29.1
14302026-04-10T02:45:47.889Z Compiling darling_core v0.20.11
14312026-04-10T02:45:47.907Z Compiling regex-automata v0.4.14
14322026-04-10T02:45:47.986Z Compiling rusty-fork v0.3.1
14332026-04-10T02:45:48.089Z Compiling darling_core v0.21.3
14342026-04-10T02:45:48.125Z Compiling slog v2.8.2
14352026-04-10T02:45:48.342Z Compiling heapless v0.7.17
14362026-04-10T02:45:48.342Z Compiling rand_xorshift v0.4.0
14372026-04-10T02:45:48.357Z Compiling thread-id v5.1.0
14382026-04-10T02:45:48.373Z Compiling time v0.3.47
14392026-04-10T02:45:48.411Z Compiling sync_wrapper v1.0.2
14402026-04-10T02:45:48.472Z Compiling cookie v0.18.1
14412026-04-10T02:45:48.540Z Compiling adler2 v2.0.1
14422026-04-10T02:45:48.556Z Compiling unarray v0.1.4
14432026-04-10T02:45:48.622Z Compiling anyhow v1.0.102
14442026-04-10T02:45:48.643Z Compiling paste v1.0.15
14452026-04-10T02:45:48.678Z Compiling unicode-bidi v0.3.18
14462026-04-10T02:45:48.697Z Compiling signal-hook v0.3.18
14472026-04-10T02:45:48.697Z Compiling zstd-safe v7.2.4
14482026-04-10T02:45:48.727Z Compiling unicode-properties v0.1.4
14492026-04-10T02:45:48.765Z Compiling miniz_oxide v0.8.9
14502026-04-10T02:45:48.981Z Compiling num-integer v0.1.46
14512026-04-10T02:45:49.013Z Compiling vergen-lib v0.1.6
14522026-04-10T02:45:49.220Z Compiling stringprep v0.1.5
14532026-04-10T02:45:49.239Z Compiling curve25519-dalek v4.1.3
14542026-04-10T02:45:49.255Z Compiling ff v0.13.1
14552026-04-10T02:45:49.339Z Compiling hash32 v0.2.1
14562026-04-10T02:45:49.410Z Compiling memoffset v0.9.1
14572026-04-10T02:45:49.432Z Compiling cfg_aliases v0.2.1
14582026-04-10T02:45:49.465Z Compiling serde_derive v1.0.228
14592026-04-10T02:45:49.490Z Compiling zeroize_derive v1.4.3
14602026-04-10T02:45:49.521Z Compiling zerofrom-derive v0.1.6
14612026-04-10T02:45:49.557Z Compiling yoke-derive v0.8.1
14622026-04-10T02:45:49.604Z Compiling zerocopy-derive v0.8.40
14632026-04-10T02:45:49.636Z Compiling zerovec-derive v0.11.2
14642026-04-10T02:45:49.690Z Compiling displaydoc v0.2.5
14652026-04-10T02:45:49.706Z Compiling tokio-macros v2.6.0
14662026-04-10T02:45:50.040Z Compiling futures-macro v0.3.32
14672026-04-10T02:45:50.199Z Compiling zeroize v1.8.2
14682026-04-10T02:45:50.347Z Compiling der_derive v0.7.3
14692026-04-10T02:45:50.541Z Compiling thiserror-impl v2.0.18
14702026-04-10T02:45:50.556Z Compiling rustls-pki-types v1.14.0
14712026-04-10T02:45:50.754Z Compiling tracing-attributes v0.1.31
14722026-04-10T02:45:50.872Z Compiling scroll_derive v0.13.1
14732026-04-10T02:45:50.890Z Compiling pest_derive v2.8.6
14742026-04-10T02:45:50.958Z Compiling crypto-common v0.1.7
14752026-04-10T02:45:51.033Z Compiling block-buffer v0.10.4
14762026-04-10T02:45:51.056Z Compiling futures-util v0.3.32
14772026-04-10T02:45:51.082Z Compiling zerofrom v0.1.6
14782026-04-10T02:45:51.135Z Compiling block-padding v0.3.3
14792026-04-10T02:45:51.228Z Compiling yoke v0.8.1
14802026-04-10T02:45:51.259Z Compiling digest v0.10.7
14812026-04-10T02:45:51.327Z Compiling inout v0.1.4
14822026-04-10T02:45:51.363Z Compiling schemars_derive v0.8.22
14832026-04-10T02:45:51.398Z Compiling der v0.7.10
14842026-04-10T02:45:51.438Z Compiling zerovec v0.11.5
14852026-04-10T02:45:51.528Z Compiling zerotrie v0.2.3
14862026-04-10T02:45:51.543Z Compiling hmac v0.12.1
14872026-04-10T02:45:51.755Z Compiling sha2 v0.10.9
14882026-04-10T02:45:51.777Z Compiling cipher v0.4.4
14892026-04-10T02:45:51.887Z Compiling pbkdf2 v0.12.2
14902026-04-10T02:45:52.011Z Compiling tinystr v0.8.2
14912026-04-10T02:45:52.026Z Compiling potential_utf v0.1.4
14922026-04-10T02:45:52.043Z Compiling salsa20 v0.10.2
14932026-04-10T02:45:52.070Z Compiling aes v0.8.4
14942026-04-10T02:45:52.087Z Compiling cbc v0.1.2
14952026-04-10T02:45:52.211Z Compiling icu_locale_core v2.1.1
14962026-04-10T02:45:52.229Z Compiling icu_collections v2.1.1
14972026-04-10T02:45:52.233Z Compiling scrypt v0.11.0
14982026-04-10T02:45:52.262Z Compiling thiserror v2.0.18
14992026-04-10T02:45:52.265Z Compiling tracing v0.1.44
15002026-04-10T02:45:52.334Z Compiling spki v0.7.3
15012026-04-10T02:45:52.531Z Compiling pkcs5 v0.7.1
15022026-04-10T02:45:52.543Z Compiling scroll v0.13.0
15032026-04-10T02:45:52.568Z Compiling darling_macro v0.20.11
15042026-04-10T02:45:52.719Z Compiling openssl-macros v0.1.1
15052026-04-10T02:45:52.752Z Compiling dtrace-parser v0.3.0
15062026-04-10T02:45:52.768Z Compiling signature v2.2.0
15072026-04-10T02:45:52.840Z Compiling pkcs8 v0.10.2
15082026-04-10T02:45:52.940Z Compiling icu_provider v2.1.1
15092026-04-10T02:45:52.994Z Compiling goblin v0.10.5
15102026-04-10T02:45:53.046Z Compiling rustls-native-certs v0.8.3
15112026-04-10T02:45:53.092Z Compiling bytes v1.11.1
15122026-04-10T02:45:53.164Z Compiling chrono v0.4.44
15132026-04-10T02:45:53.168Z Compiling ipnet v2.11.0
15142026-04-10T02:45:53.197Z Compiling icu_properties v2.1.2
15152026-04-10T02:45:53.203Z Compiling icu_normalizer v2.1.1
15162026-04-10T02:45:53.204Z Compiling darling v0.20.11
15172026-04-10T02:45:53.276Z Compiling scroll_derive v0.12.1
15182026-04-10T02:45:53.326Z Compiling derive_builder_core v0.20.2
15192026-04-10T02:45:53.363Z Compiling thiserror-impl v1.0.69
15202026-04-10T02:45:53.496Z Compiling serde_tokenstream v0.2.3
15212026-04-10T02:45:53.529Z Compiling toml_datetime v0.6.11
15222026-04-10T02:45:53.718Z Compiling tokio v1.50.0
15232026-04-10T02:45:53.733Z Compiling http v1.4.0
15242026-04-10T02:45:53.779Z Compiling erased-serde v0.3.31
15252026-04-10T02:45:53.814Z Compiling serde_spanned v0.6.9
15262026-04-10T02:45:53.839Z Compiling md-5 v0.10.6
15272026-04-10T02:45:53.993Z Compiling scroll v0.12.0
15282026-04-10T02:45:53.993Z Compiling webpki-roots v1.0.6
15292026-04-10T02:45:54.027Z Compiling darling_macro v0.21.3
15302026-04-10T02:45:54.147Z Compiling ppv-lite86 v0.2.21
15312026-04-10T02:45:54.234Z Compiling idna_adapter v1.2.1
15322026-04-10T02:45:54.251Z Compiling derive_builder_macro v0.20.2
15332026-04-10T02:45:54.293Z Compiling zerocopy-derive v0.7.35
15342026-04-10T02:45:54.297Z Compiling litrs v1.0.0
15352026-04-10T02:45:54.367Z Compiling idna v1.1.0
15362026-04-10T02:45:54.390Z Compiling http-body v1.0.1
15372026-04-10T02:45:54.395Z Compiling ref-cast v1.0.25
15382026-04-10T02:45:54.501Z Compiling rand_chacha v0.9.0
15392026-04-10T02:45:54.556Z Compiling http-body-util v0.1.3
15402026-04-10T02:45:54.574Z Compiling rand_chacha v0.3.1
15412026-04-10T02:45:54.609Z Compiling smoltcp v0.9.1
15422026-04-10T02:45:54.683Z Compiling url v2.5.8
15432026-04-10T02:45:54.697Z Compiling thiserror v1.0.69
15442026-04-10T02:45:54.744Z Compiling rand v0.9.2
15452026-04-10T02:45:54.770Z Compiling fallible-iterator v0.2.0
15462026-04-10T02:45:54.823Z Compiling num-bigint-dig v0.8.6
15472026-04-10T02:45:54.838Z Compiling base16ct v0.2.0
15482026-04-10T02:45:54.855Z Compiling iri-string v0.7.10
15492026-04-10T02:45:54.979Z Compiling psl-types v2.0.11
15502026-04-10T02:45:55.042Z Compiling rustix v0.38.44
15512026-04-10T02:45:55.059Z Compiling zlib-rs v0.6.2
15522026-04-10T02:45:55.060Z Compiling ryu v1.0.23
15532026-04-10T02:45:55.090Z Compiling publicsuffix v2.3.0
15542026-04-10T02:45:55.232Z Compiling sec1 v0.7.3
15552026-04-10T02:45:55.285Z Compiling serde_urlencoded v0.7.1
15562026-04-10T02:45:55.308Z Compiling zerocopy v0.7.35
15572026-04-10T02:45:55.325Z Compiling document-features v0.2.12
15582026-04-10T02:45:55.428Z Compiling proptest v1.10.0
15592026-04-10T02:45:55.536Z Compiling postgres-protocol v0.6.10
15602026-04-10T02:45:55.562Z Compiling rand v0.8.5
15612026-04-10T02:45:55.579Z Compiling derive_builder v0.20.2
15622026-04-10T02:45:55.645Z Compiling darling v0.21.3
15632026-04-10T02:45:55.660Z Compiling goblin v0.8.2
15642026-04-10T02:45:55.748Z Compiling cargo-platform v0.1.9
15652026-04-10T02:45:55.826Z Compiling dof v0.4.0
15662026-04-10T02:45:55.907Z Compiling hubpack_derive v0.1.1
15672026-04-10T02:45:55.964Z Compiling hkdf v0.12.4
15682026-04-10T02:45:56.033Z Compiling crypto-bigint v0.5.5
15692026-04-10T02:45:56.131Z Compiling ipnetwork v0.21.1
15702026-04-10T02:45:56.149Z Compiling regex v1.12.3
15712026-04-10T02:45:56.388Z Compiling oxnet v0.1.4
15722026-04-10T02:45:56.446Z Compiling nix v0.31.1
15732026-04-10T02:45:56.493Z Compiling async-trait v0.1.89
15742026-04-10T02:45:56.616Z Compiling curve25519-dalek-derive v0.1.1
15752026-04-10T02:45:56.633Z Compiling ref-cast-impl v1.0.25
15762026-04-10T02:45:56.821Z Compiling strum_macros v0.27.2
15772026-04-10T02:45:56.848Z Compiling daft-derive v0.1.5
15782026-04-10T02:45:56.864Z Compiling group v0.13.0
15792026-04-10T02:45:57.076Z Compiling num-iter v0.1.45
15802026-04-10T02:45:57.220Z Compiling terminal_size v0.4.3
15812026-04-10T02:45:57.236Z Compiling phf_shared v0.13.1
15822026-04-10T02:45:57.323Z Compiling lazy_static v1.5.0
15832026-04-10T02:45:57.345Z Compiling vergen v9.0.6
15842026-04-10T02:45:57.391Z Compiling fs-err v3.3.0
15852026-04-10T02:45:57.413Z Compiling encoding_rs v0.8.35
15862026-04-10T02:45:57.439Z Compiling ahash v0.8.12
15872026-04-10T02:45:57.507Z Compiling mime v0.3.17
15882026-04-10T02:45:57.537Z Compiling libbz2-rs-sys v0.2.2
15892026-04-10T02:45:57.565Z Compiling tokio-util v0.7.18
15902026-04-10T02:45:57.598Z Compiling tower v0.5.3
15912026-04-10T02:45:57.619Z Compiling tokio-native-tls v0.3.1
15922026-04-10T02:45:57.636Z Compiling object v0.37.3
15932026-04-10T02:45:57.656Z Compiling unicode-segmentation v1.12.0
15942026-04-10T02:45:57.668Z Compiling foldhash v0.1.5
15952026-04-10T02:45:57.798Z Compiling newtype-uuid v1.3.2
15962026-04-10T02:45:57.826Z Compiling bitflags v1.3.2
15972026-04-10T02:45:57.872Z Compiling winnow v0.5.40
15982026-04-10T02:45:57.922Z Compiling managed v0.8.0
15992026-04-10T02:45:57.943Z Compiling bumpalo v3.20.2
16002026-04-10T02:45:58.077Z Compiling tower-http v0.6.8
16012026-04-10T02:45:58.111Z Compiling flate2 v1.1.9
16022026-04-10T02:45:58.159Z Compiling zopfli v0.8.3
16032026-04-10T02:45:58.228Z Compiling daft v0.1.5
16042026-04-10T02:45:58.247Z Compiling bzip2 v0.6.1
16052026-04-10T02:45:58.265Z Compiling h2 v0.4.13
16062026-04-10T02:45:58.429Z Compiling dof v0.3.0
16072026-04-10T02:45:58.470Z Compiling clap_builder v4.5.60
16082026-04-10T02:45:58.503Z Compiling hashbrown v0.15.5
16092026-04-10T02:45:58.624Z Compiling phf v0.13.1
16102026-04-10T02:45:58.654Z Compiling usdt-macro v0.6.0
16112026-04-10T02:45:58.684Z Compiling usdt-attr-macro v0.6.0
16122026-04-10T02:45:58.854Z Compiling signal-hook-mio v0.2.5
16132026-04-10T02:45:58.931Z Compiling strum v0.27.2
16142026-04-10T02:45:59.064Z Compiling cargo_metadata v0.19.2
16152026-04-10T02:45:59.123Z Compiling elliptic-curve v0.13.8
16162026-04-10T02:45:59.181Z Compiling cookie_store v0.22.1
16172026-04-10T02:45:59.230Z Compiling toml_edit v0.19.15
16182026-04-10T02:45:59.301Z Compiling hubpack v0.1.2
16192026-04-10T02:45:59.489Z Compiling bzip2 v0.4.4
16202026-04-10T02:45:59.506Z Compiling postgres-types v0.2.12
16212026-04-10T02:45:59.523Z Compiling serde_with_macros v3.17.0
16222026-04-10T02:45:59.570Z Compiling zstd v0.13.3
16232026-04-10T02:45:59.605Z Compiling dtrace-parser v0.2.0
16242026-04-10T02:45:59.655Z Compiling serde-big-array v0.5.1
16252026-04-10T02:45:59.728Z Compiling hex v0.4.3
16262026-04-10T02:45:59.817Z Compiling ed25519 v2.2.3
16272026-04-10T02:45:59.861Z Compiling pkcs1 v0.7.5
16282026-04-10T02:45:59.876Z Compiling rfc6979 v0.4.0
16292026-04-10T02:46:00.020Z Compiling bstr v1.12.1
16302026-04-10T02:46:00.023Z Compiling enum-as-inner v0.6.1
16312026-04-10T02:46:00.105Z Compiling strum_macros v0.26.4
16322026-04-10T02:46:00.355Z Compiling serde_repr v0.1.20
16332026-04-10T02:46:00.437Z Compiling clap_derive v4.5.55
16342026-04-10T02:46:00.496Z Compiling phf_shared v0.11.3
16352026-04-10T02:46:00.611Z Compiling float-cmp v0.10.0
16362026-04-10T02:46:00.711Z Compiling thread-id v4.2.2
16372026-04-10T02:46:00.731Z Compiling memmap2 v0.9.10
16382026-04-10T02:46:00.779Z Compiling env_filter v1.0.0
16392026-04-10T02:46:00.797Z Compiling rustc-hash v2.1.1
16402026-04-10T02:46:00.800Z Compiling precomputed-hash v0.1.1
16412026-04-10T02:46:00.828Z Compiling fixedbitset v0.4.2
16422026-04-10T02:46:00.843Z Compiling either v1.15.0
16432026-04-10T02:46:00.924Z Compiling fixedbitset v0.5.7
16442026-04-10T02:46:00.948Z Compiling new_debug_unreachable v1.0.6
16452026-04-10T02:46:00.963Z Compiling static_assertions v1.1.0
16462026-04-10T02:46:00.981Z Compiling keccak v0.1.6
16472026-04-10T02:46:01.038Z Compiling difflib v0.4.0
16482026-04-10T02:46:01.060Z Compiling jiff v0.2.21
16492026-04-10T02:46:01.080Z Compiling predicates-core v1.0.10
16502026-04-10T02:46:01.080Z Compiling data-encoding v2.10.0
16512026-04-10T02:46:01.130Z Compiling whoami v2.1.0
16522026-04-10T02:46:01.267Z Compiling normalize-line-endings v0.3.0
16532026-04-10T02:46:01.296Z Compiling sha3 v0.10.8
16542026-04-10T02:46:01.385Z Compiling hickory-proto v0.25.2
16552026-04-10T02:46:01.539Z Compiling hyper v1.8.1
16562026-04-10T02:46:01.641Z Compiling predicates v3.1.4
16572026-04-10T02:46:01.657Z Compiling tokio-postgres v0.7.16
16582026-04-10T02:46:01.788Z Compiling petgraph v0.8.3
16592026-04-10T02:46:01.808Z Compiling toml_edit v0.22.27
16602026-04-10T02:46:01.859Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16612026-04-10T02:46:02.036Z Compiling itertools v0.13.0
16622026-04-10T02:46:02.052Z Compiling strum v0.26.3
16632026-04-10T02:46:02.146Z Compiling string_cache v0.8.9
16642026-04-10T02:46:02.211Z Compiling petgraph v0.6.5
16652026-04-10T02:46:02.340Z Compiling env_logger v0.11.9
16662026-04-10T02:46:02.343Z Compiling clap v4.5.60
16672026-04-10T02:46:02.404Z Compiling iddqd v0.3.17
16682026-04-10T02:46:02.460Z Compiling usdt v0.6.0
16692026-04-10T02:46:02.501Z Compiling serde_with v3.17.0
16702026-04-10T02:46:02.733Z Compiling hyper-util v0.1.20
16712026-04-10T02:46:02.751Z Compiling usdt-impl v0.5.0
16722026-04-10T02:46:03.218Z Compiling toml v0.7.8
16732026-04-10T02:46:03.331Z Compiling similar v2.7.0
16742026-04-10T02:46:03.387Z Compiling crossterm v0.28.1
16752026-04-10T02:46:03.592Z Compiling rsa v0.9.10
16762026-04-10T02:46:03.764Z Compiling ed25519-dalek v2.2.0
16772026-04-10T02:46:03.811Z Compiling zip v4.6.1
16782026-04-10T02:46:03.863Z Compiling ecdsa v0.16.9
16792026-04-10T02:46:04.268Z Compiling hyper-tls v0.6.0
16802026-04-10T02:46:04.285Z Compiling zip v0.6.6
16812026-04-10T02:46:04.557Z Compiling tokio-stream v0.1.18
16822026-04-10T02:46:04.647Z Compiling heck v0.4.1
16832026-04-10T02:46:04.737Z Compiling toml_parser v1.0.9+spec-1.1.0
16842026-04-10T02:46:04.756Z Compiling buf-list v1.1.2
16852026-04-10T02:46:04.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16862026-04-10T02:46:04.773Z Compiling openapiv3 v2.2.0
16872026-04-10T02:46:04.845Z Compiling x509-cert v0.2.5
16882026-04-10T02:46:04.862Z Compiling sha1 v0.10.6
16892026-04-10T02:46:04.901Z Compiling crossbeam-epoch v0.9.18
16902026-04-10T02:46:04.917Z Compiling toml_datetime v0.7.5+spec-1.1.0
16912026-04-10T02:46:05.072Z Compiling peg-runtime v0.8.5
16922026-04-10T02:46:05.089Z Compiling lalrpop-util v0.19.12
16932026-04-10T02:46:05.118Z Compiling thread_local v1.1.9
16942026-04-10T02:46:05.156Z Compiling slog-async v2.8.0
16952026-04-10T02:46:05.265Z Compiling futures-executor v0.3.32
16962026-04-10T02:46:05.281Z Compiling crossbeam-channel v0.5.15
16972026-04-10T02:46:05.331Z Compiling filetime v0.2.27
16982026-04-10T02:46:05.425Z Compiling is-terminal v0.4.17
16992026-04-10T02:46:05.441Z Compiling take_mut v0.2.2
17002026-04-10T02:46:05.460Z Compiling term v1.2.1
17012026-04-10T02:46:05.513Z Compiling xattr v1.6.1
17022026-04-10T02:46:05.536Z Compiling futures v0.3.32
17032026-04-10T02:46:05.776Z Compiling slog-term v2.9.2
17042026-04-10T02:46:05.833Z Compiling tar v0.4.45
17052026-04-10T02:46:21.885Z Compiling rustls-webpki v0.103.9
17062026-04-10T02:46:24.684Z Compiling tokio-rustls v0.26.4
17072026-04-10T02:46:24.685Z Compiling rustls-platform-verifier v0.6.2
17082026-04-10T02:46:24.897Z Compiling hyper-rustls v0.27.7
17092026-04-10T02:46:25.091Z Compiling reqwest v0.13.2
17102026-04-10T02:46:25.091Z Compiling reqwest v0.12.28
17112026-04-10T02:46:27.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-04-10T02:46:27.404Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-04-10T02:46:30.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s
17142026-04-10T02:46:30.461Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
17152026-04-10T02:46:30.518ZApr 10 02:46:29.883 INFO Starting download, target: Clickhouse
17162026-04-10T02:46:30.518ZApr 10 02:46:29.884 INFO Starting download, target: Cockroach
17172026-04-10T02:46:30.518ZApr 10 02:46:29.884 INFO Starting download, target: Console
17182026-04-10T02:46:30.518ZApr 10 02:46:29.884 INFO Starting download, target: DendriteStub
17192026-04-10T02:46:30.519ZApr 10 02:46:29.884 INFO Starting download, target: MaghemiteMgd
17202026-04-10T02:46:30.519ZApr 10 02:46:29.884 INFO Starting download, target: TransceiverControl
17212026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Starting download, target: LLDP
17222026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17252026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17262026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17272026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/lldp.tar.gz (attempt 1/3), target: LLDP
17282026-04-10T02:46:30.522ZApr 10 02:46:29.884 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17292026-04-10T02:46:31.056ZApr 10 02:46:30.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-04-10T02:46:31.294ZApr 10 02:46:30.638 INFO Download complete, target: TransceiverControl
17312026-04-10T02:46:31.546ZApr 10 02:46:30.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-04-10T02:46:31.734ZApr 10 02:46:31.099 INFO Unpacking out/downloads/lldp.tar.gz to out/downloads, target: LLDP
17332026-04-10T02:46:31.746ZApr 10 02:46:31.101 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17342026-04-10T02:46:31.796ZApr 10 02:46:31.159 INFO Download complete, target: Console
17352026-04-10T02:46:32.057ZApr 10 02:46:31.420 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-04-10T02:46:32.545ZApr 10 02:46:31.911 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17372026-04-10T02:46:32.545ZApr 10 02:46:31.911 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17382026-04-10T02:46:32.718ZApr 10 02:46:32.084 INFO Download complete, target: LLDP
17392026-04-10T02:46:32.982ZApr 10 02:46:32.347 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-04-10T02:46:34.500ZApr 10 02:46:33.862 INFO Download complete, target: MaghemiteMgd
17412026-04-10T02:46:34.695ZApr 10 02:46:34.055 INFO Download complete, target: DendriteStub
17422026-04-10T02:46:37.513ZApr 10 02:46:36.878 INFO Checking that binary works, target: Cockroach
17432026-04-10T02:46:37.618ZApr 10 02:46:36.983 INFO Download complete, target: Cockroach
17442026-04-10T02:46:40.138ZApr 10 02:46:39.503 INFO Checking that binary works, target: Clickhouse
17452026-04-10T02:46:40.225ZApr 10 02:46:39.591 INFO Download complete, target: Clickhouse
17462026-04-10T02:46:40.233ZAll prerequisites installed successfully
17472026-04-10T02:46:40.236Z
17482026-04-10T02:46:40.236Zreal 2:43.188034628
17492026-04-10T02:46:40.236Zuser 7:23.363969612
17502026-04-10T02:46:40.236Zsys 1:48.143794999
17512026-04-10T02:46:40.236Ztrap 0.267222523
17522026-04-10T02:46:40.237Ztflt 1.092639013
17532026-04-10T02:46:40.237Zdflt 1.545394901
17542026-04-10T02:46:40.237Zkflt 0.024627545
17552026-04-10T02:46:40.237Zlock 23:24.641978282
17562026-04-10T02:46:40.237Zslp 19:40.708421277
17572026-04-10T02:46:40.237Zlat 26.711581581
17582026-04-10T02:46:40.237Zstop 3:03.126152003
17592026-04-10T02:46:40.237Z+ ptime -m cargo xtask download softnpu
17602026-04-10T02:46:40.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17612026-04-10T02:46:40.799Z Running `target/debug/xtask download softnpu`
17622026-04-10T02:46:41.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17632026-04-10T02:46:41.644Z Running `target/debug/xtask-downloader softnpu`
17642026-04-10T02:46:41.686ZApr 10 02:46:41.051 INFO Starting download, target: Softnpu
17652026-04-10T02:46:41.689ZApr 10 02:46:41.052 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-04-10T02:46:42.420ZApr 10 02:46:41.786 INFO Download complete, target: Softnpu
17672026-04-10T02:46:42.425Z
17682026-04-10T02:46:42.428Zreal 2.184717870
17692026-04-10T02:46:42.428Zuser 1.324372107
17702026-04-10T02:46:42.428Zsys 0.693382333
17712026-04-10T02:46:42.428Ztrap 0.001203386
17722026-04-10T02:46:42.428Ztflt 0.000079842
17732026-04-10T02:46:42.428Zdflt 0.000411120
17742026-04-10T02:46:42.428Zkflt 0.000000000
17752026-04-10T02:46:42.428Zlock 13.683381415
17762026-04-10T02:46:42.428Zslp 0.590541139
17772026-04-10T02:46:42.428Zlat 0.135643128
17782026-04-10T02:46:42.428Zstop 0.000173869
17792026-04-10T02:46:42.428Z+ export CARGO_INCREMENTAL=0
17802026-04-10T02:46:42.428Z+ CARGO_INCREMENTAL=0
17812026-04-10T02:46:42.428Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-04-10T02:46:43.325Z Compiling proc-macro2 v1.0.106
17832026-04-10T02:46:43.325Z Compiling quote v1.0.44
17842026-04-10T02:46:43.325Z Compiling unicode-ident v1.0.24
17852026-04-10T02:46:43.325Z Compiling libc v0.2.180
17862026-04-10T02:46:43.329Z Compiling serde_core v1.0.228
17872026-04-10T02:46:43.329Z Compiling serde v1.0.228
17882026-04-10T02:46:43.329Z Compiling cfg-if v1.0.4
17892026-04-10T02:46:43.329Z Compiling version_check v0.9.5
17902026-04-10T02:46:43.329Z Compiling shlex v1.3.0
17912026-04-10T02:46:43.329Z Compiling find-msvc-tools v0.1.9
17922026-04-10T02:46:43.470Z Compiling typenum v1.19.0
17932026-04-10T02:46:43.473Z Compiling autocfg v1.5.0
17942026-04-10T02:46:43.473Z Compiling zmij v1.0.21
17952026-04-10T02:46:43.473Z Compiling serde_json v1.0.149
17962026-04-10T02:46:43.473Z Compiling portable-atomic v1.13.1
17972026-04-10T02:46:43.557Z Compiling memchr v2.8.0
17982026-04-10T02:46:43.718Z Compiling zerocopy v0.8.40
17992026-04-10T02:46:43.798Z Compiling libm v0.2.16
18002026-04-10T02:46:43.817Z Compiling smallvec v1.15.1
18012026-04-10T02:46:43.856Z Compiling icu_normalizer_data v2.1.1
18022026-04-10T02:46:43.880Z Compiling icu_properties_data v2.1.2
18032026-04-10T02:46:43.939Z Compiling generic-array v0.14.7
18042026-04-10T02:46:43.997Z Compiling num-traits v0.2.19
18052026-04-10T02:46:44.100Z Compiling parking_lot_core v0.9.12
18062026-04-10T02:46:44.151Z Compiling itoa v1.0.17
18072026-04-10T02:46:44.154Z Compiling log v0.4.29
18082026-04-10T02:46:44.154Z Compiling stable_deref_trait v1.2.1
18092026-04-10T02:46:44.165Z Compiling pkg-config v0.3.32
18102026-04-10T02:46:44.211Z Compiling subtle v2.6.1
18112026-04-10T02:46:44.276Z Compiling getrandom v0.4.1
18122026-04-10T02:46:44.431Z Compiling jobserver v0.1.34
18132026-04-10T02:46:44.434Z Compiling getrandom v0.2.17
18142026-04-10T02:46:44.434Z Compiling getrandom v0.3.4
18152026-04-10T02:46:44.511Z Compiling errno v0.3.14
18162026-04-10T02:46:44.616Z Compiling rand_core v0.6.4
18172026-04-10T02:46:44.634Z Compiling scopeguard v1.2.0
18182026-04-10T02:46:44.649Z Compiling cc v1.2.56
18192026-04-10T02:46:44.730Z Compiling lock_api v0.4.14
18202026-04-10T02:46:44.789Z Compiling litemap v0.8.1
18212026-04-10T02:46:44.824Z Compiling writeable v0.6.2
18222026-04-10T02:46:44.840Z Compiling percent-encoding v2.3.2
18232026-04-10T02:46:44.962Z Compiling thiserror v2.0.18
18242026-04-10T02:46:44.992Z Compiling fnv v1.0.7
18252026-04-10T02:46:45.046Z Compiling pin-project-lite v0.2.17
18262026-04-10T02:46:45.161Z Compiling syn v2.0.117
18272026-04-10T02:46:45.164Z Compiling critical-section v1.2.0
18282026-04-10T02:46:45.229Z Compiling schemars v0.8.22
18292026-04-10T02:46:45.246Z Compiling equivalent v1.0.2
18302026-04-10T02:46:45.263Z Compiling allocator-api2 v0.2.21
18312026-04-10T02:46:45.281Z Compiling rustversion v1.0.22
18322026-04-10T02:46:45.313Z Compiling foldhash v0.2.0
18332026-04-10T02:46:45.317Z Compiling dunce v1.0.5
18342026-04-10T02:46:45.331Z Compiling fs_extra v1.3.0
18352026-04-10T02:46:45.475Z Compiling cmake v0.1.57
18362026-04-10T02:46:45.515Z Compiling utf8_iter v1.0.4
18372026-04-10T02:46:45.550Z Compiling form_urlencoded v1.2.2
18382026-04-10T02:46:45.671Z Compiling once_cell v1.21.3
18392026-04-10T02:46:45.689Z Compiling hashbrown v0.16.1
18402026-04-10T02:46:45.721Z Compiling const-oid v0.9.6
18412026-04-10T02:46:45.864Z Compiling signal-hook-registry v1.4.8
18422026-04-10T02:46:45.924Z Compiling rustix v1.1.3
18432026-04-10T02:46:45.942Z Compiling mio v1.1.1
18442026-04-10T02:46:45.965Z Compiling socket2 v0.6.2
18452026-04-10T02:46:46.036Z Compiling semver v1.0.27
18462026-04-10T02:46:46.053Z Compiling ring v0.17.14
18472026-04-10T02:46:46.281Z Compiling bitflags v2.11.0
18482026-04-10T02:46:46.314Z Compiling aws-lc-sys v0.37.1
18492026-04-10T02:46:46.329Z Compiling indexmap v2.13.0
18502026-04-10T02:46:46.345Z Compiling parking_lot v0.12.5
18512026-04-10T02:46:46.362Z Compiling aws-lc-rs v1.16.0
18522026-04-10T02:46:46.379Z Compiling rand_core v0.10.0
18532026-04-10T02:46:46.464Z Compiling thiserror v1.0.69
18542026-04-10T02:46:46.546Z Compiling strsim v0.11.1
18552026-04-10T02:46:46.571Z Compiling futures-core v0.3.32
18562026-04-10T02:46:46.646Z Compiling httparse v1.10.1
18572026-04-10T02:46:46.670Z Compiling byteorder v1.5.0
18582026-04-10T02:46:46.722Z Compiling ucd-trie v0.1.7
18592026-04-10T02:46:46.813Z Compiling iana-time-zone v0.1.65
18602026-04-10T02:46:46.831Z Compiling heck v0.5.0
18612026-04-10T02:46:46.934Z Compiling pest v2.8.6
18622026-04-10T02:46:46.986Z Compiling ident_case v1.0.1
18632026-04-10T02:46:47.005Z Compiling vcpkg v0.2.15
18642026-04-10T02:46:47.009Z Compiling syn v1.0.109
18652026-04-10T02:46:47.040Z Compiling uuid v1.23.0
18662026-04-10T02:46:47.087Z Compiling cpufeatures v0.2.17
18672026-04-10T02:46:47.176Z Compiling regex-syntax v0.8.10
18682026-04-10T02:46:47.432Z Compiling rustc_version v0.4.1
18692026-04-10T02:46:47.532Z Compiling rustls v0.23.37
18702026-04-10T02:46:47.576Z Compiling futures-sink v0.3.32
18712026-04-10T02:46:47.636Z Compiling openssl-sys v0.9.111
18722026-04-10T02:46:47.684Z Compiling futures-channel v0.3.32
18732026-04-10T02:46:47.767Z Compiling futures-task v0.3.32
18742026-04-10T02:46:47.770Z Compiling futures-io v0.3.32
18752026-04-10T02:46:47.796Z Compiling slab v0.4.12
18762026-04-10T02:46:47.952Z Compiling dyn-clone v1.0.20
18772026-04-10T02:46:47.970Z Compiling plain v0.2.3
18782026-04-10T02:46:48.020Z Compiling aho-corasick v1.1.4
18792026-04-10T02:46:48.040Z Compiling num-conv v0.2.0
18802026-04-10T02:46:48.056Z Compiling time-core v0.1.8
18812026-04-10T02:46:48.102Z Compiling synstructure v0.13.2
18822026-04-10T02:46:48.118Z Compiling serde_derive_internals v0.29.1
18832026-04-10T02:46:48.134Z Compiling pest_meta v2.8.6
18842026-04-10T02:46:48.199Z Compiling crossbeam-utils v0.8.21
18852026-04-10T02:46:48.236Z Compiling time-macros v0.2.27
18862026-04-10T02:46:48.296Z Compiling base64 v0.22.1
18872026-04-10T02:46:48.602Z Compiling openssl v0.10.75
18882026-04-10T02:46:48.647Z Compiling pretty-hex v0.4.1
18892026-04-10T02:46:48.801Z Compiling pest_generator v2.8.6
18902026-04-10T02:46:48.818Z Compiling anyhow v1.0.102
18912026-04-10T02:46:48.840Z Compiling base64ct v1.8.3
18922026-04-10T02:46:48.843Z Compiling crc32fast v1.5.0
18932026-04-10T02:46:48.874Z Compiling regex-automata v0.4.14
18942026-04-10T02:46:48.880Z Compiling darling_core v0.21.3
18952026-04-10T02:46:48.880Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-04-10T02:46:49.140Z Compiling pem-rfc7468 v0.7.0
18972026-04-10T02:46:49.156Z Compiling native-tls v0.2.18
18982026-04-10T02:46:49.174Z Compiling flagset v0.4.7
18992026-04-10T02:46:49.221Z Compiling rand_core v0.9.5
19002026-04-10T02:46:49.336Z Compiling slog v2.8.2
19012026-04-10T02:46:49.395Z Compiling tracing-core v0.1.36
19022026-04-10T02:46:49.442Z Compiling untrusted v0.9.0
19032026-04-10T02:46:49.460Z Compiling serde_derive v1.0.228
19042026-04-10T02:46:49.464Z Compiling zeroize_derive v1.4.3
19052026-04-10T02:46:49.497Z Compiling zerofrom-derive v0.1.6
19062026-04-10T02:46:49.501Z Compiling yoke-derive v0.8.1
19072026-04-10T02:46:49.501Z Compiling zerovec-derive v0.11.2
19082026-04-10T02:46:49.546Z Compiling displaydoc v0.2.5
19092026-04-10T02:46:49.569Z Compiling zerocopy-derive v0.8.40
19102026-04-10T02:46:49.599Z Compiling tokio-macros v2.6.0
19112026-04-10T02:46:49.781Z Compiling futures-macro v0.3.32
19122026-04-10T02:46:50.107Z Compiling zeroize v1.8.2
19132026-04-10T02:46:50.376Z Compiling thiserror-impl v2.0.18
19142026-04-10T02:46:50.482Z Compiling schemars_derive v0.8.22
19152026-04-10T02:46:50.516Z Compiling tracing-attributes v0.1.31
19162026-04-10T02:46:50.591Z Compiling der_derive v0.7.3
19172026-04-10T02:46:50.623Z Compiling thiserror-impl v1.0.69
19182026-04-10T02:46:50.661Z Compiling zerofrom v0.1.6
19192026-04-10T02:46:50.811Z Compiling yoke v0.8.1
19202026-04-10T02:46:50.911Z Compiling crypto-common v0.1.7
19212026-04-10T02:46:51.032Z Compiling zerovec v0.11.5
19222026-04-10T02:46:51.035Z Compiling zerotrie v0.2.3
19232026-04-10T02:46:51.229Z Compiling block-buffer v0.10.4
19242026-04-10T02:46:51.400Z Compiling digest v0.10.7
19252026-04-10T02:46:51.621Z Compiling tinystr v0.8.2
19262026-04-10T02:46:51.654Z Compiling potential_utf v0.1.4
19272026-04-10T02:46:51.678Z Compiling pest_derive v2.8.6
19282026-04-10T02:46:51.692Z Compiling hmac v0.12.1
19292026-04-10T02:46:51.744Z Compiling futures-util v0.3.32
19302026-04-10T02:46:51.794Z Compiling icu_collections v2.1.1
19312026-04-10T02:46:51.866Z Compiling icu_locale_core v2.1.1
19322026-04-10T02:46:51.873Z Compiling block-padding v0.3.3
19332026-04-10T02:46:51.873Z Compiling sha2 v0.10.9
19342026-04-10T02:46:52.102Z Compiling inout v0.1.4
19352026-04-10T02:46:52.140Z Compiling rustls-pki-types v1.14.0
19362026-04-10T02:46:52.318Z Compiling cipher v0.4.4
19372026-04-10T02:46:52.511Z Compiling scroll_derive v0.13.1
19382026-04-10T02:46:52.601Z Compiling scroll_derive v0.12.1
19392026-04-10T02:46:52.751Z Compiling bytes v1.11.1
19402026-04-10T02:46:52.815Z Compiling icu_provider v2.1.1
19412026-04-10T02:46:52.835Z Compiling chrono v0.4.44
19422026-04-10T02:46:53.183Z Compiling icu_properties v2.1.2
19432026-04-10T02:46:53.263Z Compiling icu_normalizer v2.1.1
19442026-04-10T02:46:53.290Z Compiling serde_tokenstream v0.2.3
19452026-04-10T02:46:53.332Z Compiling tokio v1.50.0
19462026-04-10T02:46:53.944Z Compiling openssl-macros v0.1.1
19472026-04-10T02:46:54.012Z Compiling http v1.4.0
19482026-04-10T02:46:54.276Z Compiling idna_adapter v1.2.1
19492026-04-10T02:46:54.383Z Compiling ppv-lite86 v0.2.21
19502026-04-10T02:46:54.399Z Compiling idna v1.1.0
19512026-04-10T02:46:54.537Z Compiling der v0.7.10
19522026-04-10T02:46:54.661Z Compiling regex v1.12.3
19532026-04-10T02:46:54.723Z Compiling darling_macro v0.21.3
19542026-04-10T02:46:54.765Z Compiling url v2.5.8
19552026-04-10T02:46:54.777Z Compiling zerocopy-derive v0.7.35
19562026-04-10T02:46:54.833Z Compiling salsa20 v0.10.2
19572026-04-10T02:46:54.997Z Compiling pbkdf2 v0.12.2
19582026-04-10T02:46:55.249Z Compiling darling v0.21.3
19592026-04-10T02:46:55.294Z Compiling tracing v0.1.44
19602026-04-10T02:46:55.666Z Compiling spki v0.7.3
19612026-04-10T02:46:55.753Z Compiling cookie v0.18.1
19622026-04-10T02:46:55.874Z Compiling camino v1.2.2
19632026-04-10T02:46:55.895Z Compiling scrypt v0.11.0
19642026-04-10T02:46:56.041Z Compiling rand_chacha v0.9.0
19652026-04-10T02:46:56.056Z Compiling aes v0.8.4
19662026-04-10T02:46:56.161Z Compiling cbc v0.1.2
19672026-04-10T02:46:56.528Z Compiling usdt-impl v0.5.0
19682026-04-10T02:46:56.546Z Compiling usdt-impl v0.6.0
19692026-04-10T02:46:56.564Z Compiling paste v1.0.15
19702026-04-10T02:46:56.648Z Compiling either v1.15.0
19712026-04-10T02:46:56.721Z Compiling ref-cast v1.0.25
19722026-04-10T02:46:56.774Z Compiling winnow v0.7.14
19732026-04-10T02:46:57.007Z Compiling pkcs5 v0.7.1
19742026-04-10T02:46:57.033Z Compiling rand v0.9.2
19752026-04-10T02:46:57.051Z Compiling http-body v1.0.1
19762026-04-10T02:46:57.173Z Compiling scroll v0.13.0
19772026-04-10T02:46:57.232Z Compiling tokio-util v0.7.18
19782026-04-10T02:46:57.293Z Compiling scroll v0.12.0
19792026-04-10T02:46:57.350Z Compiling serde_spanned v0.6.9
19802026-04-10T02:46:57.367Z Compiling toml_datetime v0.6.11
19812026-04-10T02:46:57.604Z Compiling heapless v0.7.17
19822026-04-10T02:46:57.646Z Compiling bzip2-sys v0.1.13+1.0.8
19832026-04-10T02:46:57.689Z Compiling atomic-waker v1.1.2
19842026-04-10T02:46:57.883Z Compiling signal-hook v0.3.18
19852026-04-10T02:46:57.960Z Compiling zstd-safe v7.2.4
19862026-04-10T02:46:58.002Z Compiling untrusted v0.7.1
19872026-04-10T02:46:58.094Z Compiling openssl-probe v0.2.1
19882026-04-10T02:46:58.196Z Compiling toml_parser v1.0.9+spec-1.1.0
19892026-04-10T02:46:58.247Z Compiling goblin v0.8.2
19902026-04-10T02:46:58.269Z Compiling goblin v0.10.5
19912026-04-10T02:46:58.294Z Compiling pkcs8 v0.10.2
19922026-04-10T02:46:58.629Z Compiling zerocopy v0.7.35
19932026-04-10T02:46:58.677Z Compiling ref-cast-impl v1.0.25
19942026-04-10T02:46:58.727Z Compiling darling_core v0.20.11
19952026-04-10T02:46:58.809Z Compiling curve25519-dalek v4.1.3
19962026-04-10T02:46:58.844Z Compiling toml_datetime v0.7.5+spec-1.1.0
19972026-04-10T02:46:58.909Z Compiling memoffset v0.9.1
19982026-04-10T02:46:59.136Z Compiling winnow v0.5.40
19992026-04-10T02:46:59.246Z Compiling litrs v1.0.0
20002026-04-10T02:46:59.375Z Compiling tower-layer v0.3.3
20012026-04-10T02:46:59.722Z Compiling fastrand v2.3.0
20022026-04-10T02:46:59.726Z Compiling tinyvec_macros v0.1.1
20032026-04-10T02:46:59.783Z Compiling tower-service v0.3.3
20042026-04-10T02:46:59.828Z Compiling try-lock v0.2.5
20052026-04-10T02:46:59.902Z Compiling rustix v0.38.44
20062026-04-10T02:47:00.065Z Compiling want v0.3.1
20072026-04-10T02:47:00.136Z Compiling tinyvec v1.10.0
20082026-04-10T02:47:00.168Z Compiling document-features v0.2.12
20092026-04-10T02:47:00.196Z Compiling h2 v0.4.13
20102026-04-10T02:47:00.515Z Compiling dof v0.3.0
20112026-04-10T02:47:00.580Z Compiling toml_edit v0.19.15
20122026-04-10T02:47:00.724Z Compiling dtrace-parser v0.2.0
20132026-04-10T02:47:00.756Z Compiling darling_macro v0.20.11
20142026-04-10T02:47:01.136Z Compiling dof v0.4.0
20152026-04-10T02:47:01.289Z Compiling dtrace-parser v0.3.0
20162026-04-10T02:47:01.390Z Compiling ipnet v2.11.0
20172026-04-10T02:47:01.457Z Compiling daft-derive v0.1.5
20182026-04-10T02:47:01.473Z Compiling async-trait v0.1.89
20192026-04-10T02:47:01.539Z Compiling spin v0.9.8
20202026-04-10T02:47:01.774Z Compiling thread-id v5.1.0
20212026-04-10T02:47:01.865Z Compiling thread-id v4.2.2
20222026-04-10T02:47:01.883Z Compiling foreign-types-shared v0.1.1
20232026-04-10T02:47:01.912Z Compiling pin-utils v0.1.0
20242026-04-10T02:47:01.969Z Compiling httpdate v1.0.3
20252026-04-10T02:47:01.995Z Compiling num-bigint-dig v0.8.6
20262026-04-10T02:47:02.011Z Compiling cfg_aliases v0.2.1
20272026-04-10T02:47:02.109Z Compiling smoltcp v0.9.1
20282026-04-10T02:47:02.180Z Compiling powerfmt v0.2.0
20292026-04-10T02:47:02.239Z Compiling nix v0.31.1
20302026-04-10T02:47:02.308Z Compiling foreign-types v0.3.2
20312026-04-10T02:47:02.394Z Compiling deranged v0.5.8
20322026-04-10T02:47:02.412Z Compiling tempfile v3.25.0
20332026-04-10T02:47:02.505Z Compiling darling v0.20.11
20342026-04-10T02:47:02.743Z Compiling ipnetwork v0.21.1
20352026-04-10T02:47:02.971Z Compiling curve25519-dalek-derive v0.1.1
20362026-04-10T02:47:02.990Z Compiling strum_macros v0.26.4
20372026-04-10T02:47:03.253Z Compiling socket2 v0.5.10
20382026-04-10T02:47:03.269Z Compiling wait-timeout v0.2.1
20392026-04-10T02:47:03.404Z Compiling hyper v1.8.1
20402026-04-10T02:47:03.691Z Compiling utf8parse v0.2.2
20412026-04-10T02:47:03.816Z Compiling num_threads v0.1.7
20422026-04-10T02:47:03.912Z Compiling simd-adler32 v0.3.8
20432026-04-10T02:47:03.929Z Compiling bit-vec v0.8.0
20442026-04-10T02:47:03.946Z Compiling anstyle v1.0.13
20452026-04-10T02:47:04.059Z Compiling siphasher v1.0.2
20462026-04-10T02:47:04.086Z Compiling quick-error v1.2.3
20472026-04-10T02:47:04.172Z Compiling bit-set v0.8.0
20482026-04-10T02:47:04.192Z Compiling rusty-fork v0.3.1
20492026-04-10T02:47:04.377Z Compiling time v0.3.47
20502026-04-10T02:47:04.393Z Compiling anstyle-parse v0.2.7
20512026-04-10T02:47:04.605Z Compiling hyper-util v0.1.20
20522026-04-10T02:47:04.721Z Compiling derive_builder_core v0.20.2
20532026-04-10T02:47:04.941Z Compiling unicode-normalization v0.1.25
20542026-04-10T02:47:05.441Z Compiling rustls-native-certs v0.8.3
20552026-04-10T02:47:05.567Z Compiling signature v2.2.0
20562026-04-10T02:47:05.740Z Compiling hubpack_derive v0.1.1
20572026-04-10T02:47:05.838Z Compiling strum_macros v0.27.2
20582026-04-10T02:47:05.959Z Compiling rand_xorshift v0.4.0
20592026-04-10T02:47:06.030Z Compiling sync_wrapper v1.0.2
20602026-04-10T02:47:06.136Z Compiling fs-err v3.3.0
20612026-04-10T02:47:06.177Z Compiling ahash v0.8.12
20622026-04-10T02:47:06.222Z Compiling anstyle-query v1.1.5
20632026-04-10T02:47:06.275Z Compiling unicode-bidi v0.3.18
20642026-04-10T02:47:06.344Z Compiling is_terminal_polyfill v1.70.2
20652026-04-10T02:47:06.382Z Compiling object v0.37.3
20662026-04-10T02:47:06.382Z Compiling unicode-properties v0.1.4
20672026-04-10T02:47:06.433Z Compiling unarray v0.1.4
20682026-04-10T02:47:06.478Z Compiling colorchoice v1.0.4
20692026-04-10T02:47:06.521Z Compiling adler2 v2.0.1
20702026-04-10T02:47:06.570Z Compiling unicode-segmentation v1.12.0
20712026-04-10T02:47:06.622Z Compiling stringprep v0.1.5
20722026-04-10T02:47:06.657Z Compiling miniz_oxide v0.8.9
20732026-04-10T02:47:06.674Z Compiling anstream v0.6.21
20742026-04-10T02:47:06.692Z Compiling proptest v1.10.0
20752026-04-10T02:47:07.023Z Compiling tower v0.5.3
20762026-04-10T02:47:07.225Z Compiling derive_builder_macro v0.20.2
20772026-04-10T02:47:07.408Z Compiling usdt-attr-macro v0.6.0
20782026-04-10T02:47:07.507Z Compiling usdt-macro v0.6.0
20792026-04-10T02:47:07.935Z Compiling http-body-util v0.1.3
20802026-04-10T02:47:08.219Z Compiling webpki-roots v1.0.6
20812026-04-10T02:47:08.287Z Compiling rand_chacha v0.3.1
20822026-04-10T02:47:08.304Z Compiling erased-serde v0.3.31
20832026-04-10T02:47:08.320Z Compiling md-5 v0.10.6
20842026-04-10T02:47:08.399Z Compiling num-integer v0.1.46
20852026-04-10T02:47:08.495Z Compiling hash32 v0.2.1
20862026-04-10T02:47:08.531Z Compiling vergen-lib v0.1.6
20872026-04-10T02:47:08.561Z Compiling ff v0.13.1
20882026-04-10T02:47:08.635Z Compiling encoding_rs v0.8.35
20892026-04-10T02:47:08.653Z Compiling mime v0.3.17
20902026-04-10T02:47:08.653Z Compiling ryu v1.0.23
20912026-04-10T02:47:08.656Z Compiling zlib-rs v0.6.2
20922026-04-10T02:47:08.705Z Compiling base16ct v0.2.0
20932026-04-10T02:47:08.720Z Compiling psl-types v2.0.11
20942026-04-10T02:47:08.739Z Compiling iri-string v0.7.10
20952026-04-10T02:47:08.742Z Compiling fallible-iterator v0.2.0
20962026-04-10T02:47:08.870Z Compiling sec1 v0.7.3
20972026-04-10T02:47:08.906Z Compiling publicsuffix v2.3.0
20982026-04-10T02:47:08.943Z Compiling serde_urlencoded v0.7.1
20992026-04-10T02:47:08.998Z Compiling newtype-uuid v1.3.2
21002026-04-10T02:47:09.056Z Compiling postgres-protocol v0.6.10
21012026-04-10T02:47:09.090Z Compiling group v0.13.0
21022026-04-10T02:47:09.191Z Compiling num-iter v0.1.45
21032026-04-10T02:47:09.337Z Compiling rand v0.8.5
21042026-04-10T02:47:09.579Z Compiling oxnet v0.1.4
21052026-04-10T02:47:09.613Z Compiling derive_builder v0.20.2
21062026-04-10T02:47:09.733Z Compiling tokio-native-tls v0.3.1
21072026-04-10T02:47:09.763Z Compiling heck v0.4.1
21082026-04-10T02:47:09.800Z Compiling phf_shared v0.13.1
21092026-04-10T02:47:09.884Z Compiling tower-http v0.6.8
21102026-04-10T02:47:09.940Z Compiling lazy_static v1.5.0
21112026-04-10T02:47:10.024Z Compiling terminal_size v0.4.3
21122026-04-10T02:47:10.027Z Compiling serde_with_macros v3.17.0
21132026-04-10T02:47:10.060Z Compiling cargo-platform v0.1.9
21142026-04-10T02:47:10.127Z Compiling hkdf v0.12.4
21152026-04-10T02:47:10.130Z Compiling crypto-bigint v0.5.5
21162026-04-10T02:47:10.157Z Compiling serde_repr v0.1.20
21172026-04-10T02:47:10.185Z Compiling enum-as-inner v0.6.1
21182026-04-10T02:47:10.254Z Compiling clap_derive v4.5.55
21192026-04-10T02:47:10.309Z Compiling vergen v9.0.6
21202026-04-10T02:47:10.488Z Compiling managed v0.8.0
21212026-04-10T02:47:10.676Z Compiling libbz2-rs-sys v0.2.2
21222026-04-10T02:47:10.773Z Compiling flate2 v1.1.9
21232026-04-10T02:47:10.790Z Compiling bitflags v1.3.2
21242026-04-10T02:47:10.826Z Compiling bumpalo v3.20.2
21252026-04-10T02:47:10.868Z Compiling foldhash v0.1.5
21262026-04-10T02:47:10.980Z Compiling clap_lex v1.0.0
21272026-04-10T02:47:11.040Z Compiling zopfli v0.8.3
21282026-04-10T02:47:11.057Z Compiling elliptic-curve v0.13.8
21292026-04-10T02:47:11.098Z Compiling bzip2 v0.6.1
21302026-04-10T02:47:11.130Z Compiling hashbrown v0.15.5
21312026-04-10T02:47:11.194Z Compiling clap_builder v4.5.60
21322026-04-10T02:47:11.508Z Compiling cargo_metadata v0.19.2
21332026-04-10T02:47:11.880Z Compiling phf v0.13.1
21342026-04-10T02:47:11.931Z Compiling hyper-tls v0.6.0
21352026-04-10T02:47:11.945Z Compiling zstd v0.13.3
21362026-04-10T02:47:12.069Z Compiling daft v0.1.5
21372026-04-10T02:47:12.156Z Compiling signal-hook-mio v0.2.5
21382026-04-10T02:47:12.235Z Compiling cookie_store v0.22.1
21392026-04-10T02:47:12.311Z Compiling postgres-types v0.2.12
21402026-04-10T02:47:12.409Z Compiling bzip2 v0.4.4
21412026-04-10T02:47:12.525Z Compiling strum v0.27.2
21422026-04-10T02:47:12.720Z Compiling hubpack v0.1.2
21432026-04-10T02:47:12.752Z Compiling ed25519 v2.2.3
21442026-04-10T02:47:12.775Z Compiling phf_shared v0.11.3
21452026-04-10T02:47:12.872Z Compiling crossbeam-epoch v0.9.18
21462026-04-10T02:47:12.905Z Compiling pkcs1 v0.7.5
21472026-04-10T02:47:12.963Z Compiling serde-big-array v0.5.1
21482026-04-10T02:47:12.978Z Compiling hex v0.4.3
21492026-04-10T02:47:13.072Z Compiling rfc6979 v0.4.0
21502026-04-10T02:47:13.117Z Compiling bstr v1.12.1
21512026-04-10T02:47:13.205Z Compiling float-cmp v0.10.0
21522026-04-10T02:47:13.223Z Compiling memmap2 v0.9.10
21532026-04-10T02:47:13.241Z Compiling env_filter v1.0.0
21542026-04-10T02:47:13.298Z Compiling keccak v0.1.6
21552026-04-10T02:47:13.353Z Compiling predicates-core v1.0.10
21562026-04-10T02:47:13.414Z Compiling static_assertions v1.1.0
21572026-04-10T02:47:13.457Z Compiling precomputed-hash v0.1.1
21582026-04-10T02:47:13.504Z Compiling new_debug_unreachable v1.0.6
21592026-04-10T02:47:13.538Z Compiling toml_write v0.1.2
21602026-04-10T02:47:13.541Z Compiling jiff v0.2.21
21612026-04-10T02:47:13.573Z Compiling difflib v0.4.0
21622026-04-10T02:47:13.573Z Compiling rustc-hash v2.1.1
21632026-04-10T02:47:13.607Z Compiling normalize-line-endings v0.3.0
21642026-04-10T02:47:13.635Z Compiling data-encoding v2.10.0
21652026-04-10T02:47:13.674Z Compiling fixedbitset v0.5.7
21662026-04-10T02:47:13.697Z Compiling whoami v2.1.0
21672026-04-10T02:47:13.727Z Compiling fixedbitset v0.4.2
21682026-04-10T02:47:13.750Z Compiling toml_edit v0.22.27
21692026-04-10T02:47:13.768Z Compiling iddqd v0.3.17
21702026-04-10T02:47:13.898Z Compiling petgraph v0.8.3
21712026-04-10T02:47:13.954Z Compiling hickory-proto v0.25.2
21722026-04-10T02:47:13.988Z Compiling tokio-postgres v0.7.16
21732026-04-10T02:47:14.072Z Compiling petgraph v0.6.5
21742026-04-10T02:47:14.185Z Compiling predicates v3.1.4
21752026-04-10T02:47:14.666Z Compiling string_cache v0.8.9
21762026-04-10T02:47:14.777Z Compiling similar v2.7.0
21772026-04-10T02:47:14.911Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21782026-04-10T02:47:14.914Z Compiling sha3 v0.10.8
21792026-04-10T02:47:15.526Z Compiling env_logger v0.11.9
21802026-04-10T02:47:15.568Z Compiling usdt v0.6.0
21812026-04-10T02:47:15.844Z Compiling serde_with v3.17.0
21822026-04-10T02:47:15.879Z Compiling ecdsa v0.16.9
21832026-04-10T02:47:15.898Z Compiling rsa v0.9.10
21842026-04-10T02:47:16.125Z Compiling ed25519-dalek v2.2.0
21852026-04-10T02:47:16.312Z Compiling zip v4.6.1
21862026-04-10T02:47:16.564Z Compiling clap v4.5.60
21872026-04-10T02:47:16.920Z Compiling crossterm v0.28.1
21882026-04-10T02:47:17.236Z Compiling zip v0.6.6
21892026-04-10T02:47:17.622Z Compiling strum v0.26.3
21902026-04-10T02:47:17.756Z Compiling toml v0.7.8
21912026-04-10T02:47:17.775Z Compiling tokio-stream v0.1.18
21922026-04-10T02:47:17.778Z Compiling buf-list v1.1.2
21932026-04-10T02:47:17.795Z Compiling itertools v0.13.0
21942026-04-10T02:47:17.906Z Compiling x509-cert v0.2.5
21952026-04-10T02:47:18.182Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-04-10T02:47:18.322Z Compiling openapiv3 v2.2.0
21972026-04-10T02:47:18.349Z Compiling sha1 v0.10.6
21982026-04-10T02:47:18.618Z Compiling peg-runtime v0.8.5
21992026-04-10T02:47:18.622Z Compiling lalrpop-util v0.19.12
22002026-04-10T02:47:32.734Z Compiling rustls-webpki v0.103.9
22012026-04-10T02:47:35.610Z Compiling macaddr v1.0.1
22022026-04-10T02:47:35.782Z Compiling structmeta-derive v0.3.0
22032026-04-10T02:47:35.814Z Compiling rayon-core v1.13.0
22042026-04-10T02:47:35.830Z Compiling crucible-workspace-hack v0.1.0
22052026-04-10T02:47:35.928Z Compiling itertools v0.14.0
22062026-04-10T02:47:36.074Z Compiling secrecy v0.10.3
22072026-04-10T02:47:36.090Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-04-10T02:47:36.155Z Compiling heapless v0.8.0
22092026-04-10T02:47:36.265Z Compiling rustls v0.22.4
22102026-04-10T02:47:36.459Z Compiling tokio-rustls v0.26.4
22112026-04-10T02:47:36.480Z Compiling rustls-platform-verifier v0.6.2
22122026-04-10T02:47:36.514Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-04-10T02:47:36.715Z Compiling hyper-rustls v0.27.7
22142026-04-10T02:47:36.809Z Compiling crossbeam-deque v0.8.6
22152026-04-10T02:47:36.831Z Compiling structmeta v0.3.0
22162026-04-10T02:47:36.858Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-04-10T02:47:36.936Z Compiling rustls-webpki v0.102.8
22182026-04-10T02:47:36.974Z Compiling reqwest v0.13.2
22192026-04-10T02:47:37.068Z Compiling reqwest v0.12.28
22202026-04-10T02:47:37.085Z Compiling futures-executor v0.3.32
22212026-04-10T02:47:37.088Z Compiling hash32 v0.3.1
22222026-04-10T02:47:37.118Z Compiling multer v3.1.0
22232026-04-10T02:47:37.137Z Compiling thread_local v1.1.9
22242026-04-10T02:47:37.257Z Compiling unicode-width v0.2.0
22252026-04-10T02:47:37.274Z Compiling ingot-macros v0.1.1
22262026-04-10T02:47:37.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-04-10T02:47:37.367Z Compiling slog-async v2.8.0
22282026-04-10T02:47:37.536Z Compiling smoltcp v0.11.0
22292026-04-10T02:47:37.560Z Compiling match_cfg v0.1.0
22302026-04-10T02:47:37.607Z Compiling proc-macro-crate v3.4.0
22312026-04-10T02:47:37.643Z Compiling hostname v0.3.1
22322026-04-10T02:47:37.798Z Compiling futures v0.3.32
22332026-04-10T02:47:37.869Z Compiling derive-ex v0.1.8
22342026-04-10T02:47:37.932Z Compiling slog-json v2.6.1
22352026-04-10T02:47:38.115Z Compiling crossbeam-channel v0.5.15
22362026-04-10T02:47:38.154Z Compiling half v2.7.1
22372026-04-10T02:47:38.218Z Compiling newtype-uuid-macros v0.1.0
22382026-04-10T02:47:38.388Z Compiling cobs v0.3.0
22392026-04-10T02:47:38.551Z Compiling universal-hash v0.5.1
22402026-04-10T02:47:38.694Z Compiling thiserror-impl-no-std v2.0.2
22412026-04-10T02:47:38.720Z Compiling async-stream-impl v0.3.6
22422026-04-10T02:47:38.846Z Compiling serde_spanned v1.0.4
22432026-04-10T02:47:38.862Z Compiling is-terminal v0.4.17
22442026-04-10T02:47:38.979Z Compiling proc-macro-error-attr v1.0.4
22452026-04-10T02:47:38.996Z Compiling dropshot v0.16.7
22462026-04-10T02:47:39.085Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-04-10T02:47:39.224Z Compiling term v1.2.1
22482026-04-10T02:47:39.227Z Compiling ciborium-io v0.2.2
22492026-04-10T02:47:39.322Z Compiling convert_case v0.4.0
22502026-04-10T02:47:39.367Z Compiling opaque-debug v0.3.1
22512026-04-10T02:47:39.464Z Compiling take_mut v0.2.2
22522026-04-10T02:47:39.464Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-04-10T02:47:39.501Z Compiling test-strategy v0.4.5
22542026-04-10T02:47:39.519Z Compiling poly1305 v0.8.0
22552026-04-10T02:47:39.661Z Compiling derive_more v0.99.20
22562026-04-10T02:47:39.791Z Compiling thiserror-no-std v2.0.2
22572026-04-10T02:47:39.809Z Compiling tokio-rustls v0.25.0
22582026-04-10T02:47:39.809Z Compiling slog-term v2.9.2
22592026-04-10T02:47:39.911Z Compiling ciborium-ll v0.2.2
22602026-04-10T02:47:40.001Z Compiling ingot-types v0.1.2
22612026-04-10T02:47:40.085Z Compiling async-stream v0.3.6
22622026-04-10T02:47:40.196Z Compiling toml v0.9.12+spec-1.1.0
22632026-04-10T02:47:40.307Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-04-10T02:47:40.343Z Compiling postcard v1.1.3
22652026-04-10T02:47:40.495Z Compiling ingot v0.1.1
22662026-04-10T02:47:40.598Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22672026-04-10T02:47:40.761Z Compiling slog-bunyan v2.5.0
22682026-04-10T02:47:40.880Z Compiling num_enum_derive v0.7.5
22692026-04-10T02:47:40.978Z Compiling parse-display-derive v0.10.0
22702026-04-10T02:47:41.035Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22712026-04-10T02:47:41.101Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22722026-04-10T02:47:41.122Z Compiling proc-macro-crate v1.3.1
22732026-04-10T02:47:41.272Z Compiling backon v1.6.0
22742026-04-10T02:47:41.363Z Compiling waitgroup v0.1.2
22752026-04-10T02:47:41.495Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
22762026-04-10T02:47:41.552Z Compiling chacha20 v0.9.1
22772026-04-10T02:47:41.568Z Compiling dropshot_endpoint v0.16.7
22782026-04-10T02:47:41.705Z Compiling rustls-pemfile v2.2.0
22792026-04-10T02:47:41.844Z Compiling blake2 v0.10.6
22802026-04-10T02:47:41.863Z Compiling aead v0.5.2
22812026-04-10T02:47:41.934Z Compiling password-hash v0.5.0
22822026-04-10T02:47:42.024Z Compiling foreign-types-macros v0.2.3
22832026-04-10T02:47:42.087Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22842026-04-10T02:47:42.171Z Compiling serde_path_to_error v0.1.20
22852026-04-10T02:47:42.196Z Compiling hostname v0.4.2
22862026-04-10T02:47:42.396Z Compiling proc-macro-error v1.0.4
22872026-04-10T02:47:42.412Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-04-10T02:47:42.515Z Compiling instant v0.1.13
22892026-04-10T02:47:42.562Z Compiling debug-ignore v1.0.5
22902026-04-10T02:47:42.635Z Compiling cpufeatures v0.3.0
22912026-04-10T02:47:42.652Z Compiling typeid v1.0.3
22922026-04-10T02:47:42.669Z Compiling foreign-types-shared v0.3.1
22932026-04-10T02:47:42.708Z Compiling chacha20 v0.10.0
22942026-04-10T02:47:42.745Z Compiling backoff v0.4.0
22952026-04-10T02:47:42.748Z Compiling parse-display v0.10.0
22962026-04-10T02:47:42.748Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22972026-04-10T02:47:42.781Z Compiling foreign-types v0.5.0
22982026-04-10T02:47:42.812Z Compiling argon2 v0.5.3
22992026-04-10T02:47:42.850Z Compiling chacha20poly1305 v0.10.1
23002026-04-10T02:47:42.879Z Compiling num_enum v0.7.5
23012026-04-10T02:47:42.905Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23022026-04-10T02:47:42.977Z Compiling num_enum_derive v0.5.11
23032026-04-10T02:47:43.014Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-04-10T02:47:43.032Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-04-10T02:47:43.067Z Compiling ciborium v0.2.2
23062026-04-10T02:47:43.085Z Compiling vsss-rs v3.3.4
23072026-04-10T02:47:43.596Z Compiling tabwriter v1.4.1
23082026-04-10T02:47:43.699Z Compiling byte-wrapper v0.1.0
23092026-04-10T02:47:43.849Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
23102026-04-10T02:47:43.885Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-04-10T02:47:43.970Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-04-10T02:47:43.992Z Compiling regress v0.10.5
23132026-04-10T02:47:44.012Z Compiling cstr-argument v0.1.2
23142026-04-10T02:47:44.207Z Compiling erased-serde v0.4.9
23152026-04-10T02:47:44.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-04-10T02:47:44.353Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-04-10T02:47:44.506Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-04-10T02:47:44.553Z Compiling num_enum v0.5.11
23192026-04-10T02:47:44.588Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-04-10T02:47:44.624Z Compiling rand v0.10.0
23212026-04-10T02:47:44.658Z Compiling rayon v1.11.0
23222026-04-10T02:47:44.687Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-04-10T02:47:44.708Z Compiling colored v3.1.1
23242026-04-10T02:47:44.782Z Compiling indent_write v2.2.0
23252026-04-10T02:47:44.853Z Compiling libefi-sys v0.1.0
23262026-04-10T02:47:44.917Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23272026-04-10T02:47:44.966Z Compiling zone_cfg_derive v0.3.1
23282026-04-10T02:47:44.983Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-04-10T02:47:45.092Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-04-10T02:47:45.115Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23312026-04-10T02:47:45.224Z Compiling camino-tempfile v1.4.1
23322026-04-10T02:47:45.366Z Compiling itertools v0.12.1
23332026-04-10T02:47:45.435Z Compiling usdt-macro v0.5.0
23342026-04-10T02:47:45.470Z Compiling usdt-attr-macro v0.5.0
23352026-04-10T02:47:45.604Z Compiling bitfield-struct v0.6.2
23362026-04-10T02:47:45.640Z Compiling num-derive v0.4.2
23372026-04-10T02:47:45.675Z Compiling ordered-float v2.10.1
23382026-04-10T02:47:45.692Z Compiling blake3 v1.8.3
23392026-04-10T02:47:45.994Z Compiling memmap v0.7.0
23402026-04-10T02:47:46.076Z Compiling sigpipe v0.1.3
23412026-04-10T02:47:46.163Z Compiling glob v0.3.3
23422026-04-10T02:47:46.202Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-04-10T02:47:46.254Z Compiling swrite v0.1.0
23442026-04-10T02:47:46.270Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-04-10T02:47:46.270Z Compiling usdt v0.5.0
23462026-04-10T02:47:46.450Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-10T02:47:46.562Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-04-10T02:47:46.630Z Compiling serde-value v0.7.0
23492026-04-10T02:47:46.878Z Compiling zone v0.3.1
23502026-04-10T02:47:46.894Z Compiling serde-untagged v0.1.9
23512026-04-10T02:47:46.953Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23522026-04-10T02:47:47.059Z Compiling toml v0.8.23
23532026-04-10T02:47:47.154Z Compiling smf v0.2.3
23542026-04-10T02:47:47.247Z Compiling filetime v0.2.27
23552026-04-10T02:47:47.282Z Compiling constant_time_eq v0.4.2
23562026-04-10T02:47:47.312Z Compiling whoami v1.6.1
23572026-04-10T02:47:47.315Z Compiling unicode-xid v0.2.6
23582026-04-10T02:47:47.389Z Compiling same-file v1.0.6
23592026-04-10T02:47:47.489Z Compiling arrayvec v0.7.6
23602026-04-10T02:47:47.509Z Compiling arrayref v0.3.9
23612026-04-10T02:47:47.530Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-04-10T02:47:47.568Z Compiling xattr v1.6.1
23632026-04-10T02:47:47.598Z Compiling walkdir v2.5.0
23642026-04-10T02:47:47.614Z Compiling cargo-util-schemas v0.8.2
23652026-04-10T02:47:47.633Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-04-10T02:47:47.766Z Compiling tar v0.4.45
23672026-04-10T02:47:47.828Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-04-10T02:47:48.097Z Compiling tokio-dtrace v0.1.1
23692026-04-10T02:47:48.363Z Compiling console v0.16.2
23702026-04-10T02:47:48.385Z Compiling gethostname v0.5.0
23712026-04-10T02:47:48.388Z Compiling cargo-platform v0.2.0
23722026-04-10T02:47:48.462Z Compiling topological-sort v0.2.2
23732026-04-10T02:47:48.550Z Compiling unit-prefix v0.5.2
23742026-04-10T02:47:48.566Z Compiling oxide-tokio-rt v0.1.3
23752026-04-10T02:47:48.662Z Compiling shell-words v1.1.1
23762026-04-10T02:47:48.739Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23772026-04-10T02:47:48.951Z Compiling cargo_metadata v0.21.0
23782026-04-10T02:47:48.967Z Compiling indicatif v0.18.4
23792026-04-10T02:47:58.176Z Compiling progenitor-client v0.10.0
23802026-04-10T02:47:58.176Z Compiling omicron-zone-package v0.12.2
23812026-04-10T02:47:58.195Z Compiling progenitor-client v0.13.0
23822026-04-10T02:47:58.296Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-04-10T02:47:58.299Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23842026-04-10T02:47:58.299Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-04-10T02:47:58.349Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-04-10T02:47:58.674Z Compiling progenitor-extras v0.1.1
23872026-04-10T02:47:58.692Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-04-10T02:47:58.710Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-04-10T02:47:58.729Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-04-10T02:47:58.874Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-04-10T02:47:58.959Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-04-10T02:48:04.204Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23932026-04-10T02:48:10.968Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23942026-04-10T02:48:14.161Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-04-10T02:48:15.158Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-04-10T02:48:23.817Z Finished `release` profile [optimized] target(s) in 1m 41s
23972026-04-10T02:48:23.977Z Running `target/release/omicron-package -t test target create -p dev`
23982026-04-10T02:48:24.041ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-04-10T02:48:24.044ZCreated new build target 'test' and set it as active
24002026-04-10T02:48:24.046Z
24012026-04-10T02:48:24.046Zreal 1:41.612847301
24022026-04-10T02:48:24.046Zuser 16:56.522191987
24032026-04-10T02:48:24.046Zsys 2:40.209271544
24042026-04-10T02:48:24.046Ztrap 0.470275580
24052026-04-10T02:48:24.046Ztflt 2.835198005
24062026-04-10T02:48:24.046Zdflt 4.149034707
24072026-04-10T02:48:24.047Zkflt 0.031923466
24082026-04-10T02:48:24.047Zlock 53:36.779209059
24092026-04-10T02:48:24.047Zslp 43:26.755175571
24102026-04-10T02:48:24.047Zlat 44.763605540
24112026-04-10T02:48:24.047Zstop 5:41.123708575
24122026-04-10T02:48:24.047Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-04-10T02:48:24.967Z Finished `release` profile [optimized] target(s) in 0.91s
24142026-04-10T02:48:25.044Z Running `target/release/omicron-package -t test package`
24152026-04-10T02:48:25.104ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-04-10T02:48:26.535Z Compiling regress v0.10.5
24172026-04-10T02:48:26.535Z Compiling heck v0.5.0
24182026-04-10T02:48:26.752Z Compiling unsafe-libyaml v0.2.11
24192026-04-10T02:48:26.776Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-04-10T02:48:26.807Z Compiling unicode-width v0.1.14
24212026-04-10T02:48:26.809Z Compiling is-terminal v0.4.17
24222026-04-10T02:48:26.849Z Compiling prettyplease v0.2.37
24232026-04-10T02:48:26.849Z Compiling bytecount v0.6.9
24242026-04-10T02:48:26.852Z Compiling rustls v0.22.4
24252026-04-10T02:48:26.852Z Compiling rustls-webpki v0.102.8
24262026-04-10T02:48:26.852Z Compiling derive-where v1.6.0
24272026-04-10T02:48:26.890Z Compiling thread_local v1.1.9
24282026-04-10T02:48:26.893Z Compiling match_cfg v0.1.0
24292026-04-10T02:48:26.934Z Compiling multer v3.1.0
24302026-04-10T02:48:26.937Z Compiling slog-async v2.8.0
24312026-04-10T02:48:26.974Z Compiling typify-impl v0.6.1
24322026-04-10T02:48:26.998Z Compiling crossbeam-channel v0.5.15
24332026-04-10T02:48:27.001Z Compiling slog-json v2.6.1
24342026-04-10T02:48:27.082Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-04-10T02:48:27.104Z Compiling hostname v0.3.1
24362026-04-10T02:48:27.127Z Compiling futures-executor v0.3.32
24372026-04-10T02:48:27.130Z Compiling serde_spanned v1.0.4
24382026-04-10T02:48:27.191Z Compiling term v1.2.1
24392026-04-10T02:48:27.194Z Compiling take_mut v0.2.2
24402026-04-10T02:48:27.194Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-04-10T02:48:27.266Z Compiling serde_yaml v0.9.34+deprecated
24422026-04-10T02:48:27.287Z Compiling slog-bunyan v2.5.0
24432026-04-10T02:48:27.350Z Compiling futures v0.3.32
24442026-04-10T02:48:27.451Z Compiling toml v0.9.12+spec-1.1.0
24452026-04-10T02:48:27.496Z Compiling slog-term v2.9.2
24462026-04-10T02:48:27.499Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-04-10T02:48:27.543Z Compiling dropshot v0.16.7
24482026-04-10T02:48:27.567Z Compiling async-stream v0.3.6
24492026-04-10T02:48:27.617Z Compiling progenitor-client v0.13.0
24502026-04-10T02:48:27.693Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-04-10T02:48:27.716Z Compiling waitgroup v0.1.2
24522026-04-10T02:48:27.741Z Compiling backon v1.6.0
24532026-04-10T02:48:27.775Z Compiling rustls-pemfile v2.2.0
24542026-04-10T02:48:27.814Z Compiling hostname v0.4.2
24552026-04-10T02:48:27.894Z Compiling serde_path_to_error v0.1.20
24562026-04-10T02:48:27.916Z Compiling instant v0.1.13
24572026-04-10T02:48:27.919Z Compiling debug-ignore v1.0.5
24582026-04-10T02:48:27.966Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-04-10T02:48:27.987Z Compiling progenitor-extras v0.1.1
24602026-04-10T02:48:28.008Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-04-10T02:48:28.011Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-04-10T02:48:28.056Z Compiling backoff v0.4.0
24632026-04-10T02:48:28.082Z Compiling parse-display v0.10.0
24642026-04-10T02:48:28.101Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-04-10T02:48:28.179Z Compiling progenitor-client v0.10.0
24662026-04-10T02:48:28.208Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
24672026-04-10T02:48:28.286Z Compiling macaddr v1.0.1
24682026-04-10T02:48:28.331Z Compiling console v0.15.11
24692026-04-10T02:48:28.383Z Compiling num-rational v0.4.2
24702026-04-10T02:48:28.546Z Compiling num-complex v0.4.6
24712026-04-10T02:48:28.622Z Compiling slog-dtrace v0.3.0
24722026-04-10T02:48:28.642Z Compiling newline-converter v0.3.0
24732026-04-10T02:48:28.681Z Compiling atomicwrites v0.4.4
24742026-04-10T02:48:28.805Z Compiling async-recursion v1.1.1
24752026-04-10T02:48:28.827Z Compiling float-ord v0.3.2
24762026-04-10T02:48:28.929Z Compiling cancel-safe-futures v0.1.5
24772026-04-10T02:48:28.983Z Compiling num v0.4.3
24782026-04-10T02:48:29.061Z Compiling owo-colors v4.3.0
24792026-04-10T02:48:29.064Z Compiling expectorate v1.2.0
24802026-04-10T02:48:29.130Z Compiling libsw-core v0.3.2
24812026-04-10T02:48:29.133Z Compiling resolv-conf v0.7.6
24822026-04-10T02:48:29.204Z Compiling toml v0.8.23
24832026-04-10T02:48:29.340Z Compiling tokio-rustls v0.25.0
24842026-04-10T02:48:29.363Z Compiling libsw v3.5.0
24852026-04-10T02:48:29.382Z Compiling linear-map v1.2.0
24862026-04-10T02:48:29.461Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-04-10T02:48:29.483Z Compiling linked-hash-map v0.5.6
24882026-04-10T02:48:29.601Z Compiling minimal-lexical v0.2.1
24892026-04-10T02:48:29.651Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-04-10T02:48:29.675Z Compiling lru-cache v0.1.2
24912026-04-10T02:48:29.675Z Compiling unicode-xid v0.2.6
24922026-04-10T02:48:29.722Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-04-10T02:48:29.804Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-04-10T02:48:29.825Z Compiling nom v7.1.3
24952026-04-10T02:48:29.850Z Compiling globset v0.4.18
24962026-04-10T02:48:29.870Z Compiling hickory-proto v0.24.4
24972026-04-10T02:48:29.873Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-04-10T02:48:29.918Z Compiling convert_case v0.10.0
24992026-04-10T02:48:30.239Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-04-10T02:48:30.400Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-04-10T02:48:30.486Z Compiling derive_more-impl v2.1.1
25022026-04-10T02:48:31.233Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-04-10T02:48:31.312Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-04-10T02:48:31.338Z Compiling pin-project-internal v1.1.11
25052026-04-10T02:48:31.368Z Compiling derive_more v2.1.1
25062026-04-10T02:48:31.489Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-04-10T02:48:31.513Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-04-10T02:48:31.682Z Compiling pem v3.0.6
25092026-04-10T02:48:31.820Z Compiling typify-macro v0.6.1
25102026-04-10T02:48:32.422Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-04-10T02:48:32.449Z Compiling hickory-resolver v0.24.4
25122026-04-10T02:48:32.663Z Compiling pin-project v1.1.11
25132026-04-10T02:48:32.687Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-04-10T02:48:32.810Z Compiling snafu-derive v0.8.9
25152026-04-10T02:48:32.912Z Compiling termtree v0.5.1
25162026-04-10T02:48:33.176Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-04-10T02:48:33.429Z Compiling typify v0.6.1
25182026-04-10T02:48:33.569Z Compiling progenitor-impl v0.13.0
25192026-04-10T02:48:33.853Z Compiling qorb v0.4.1
25202026-04-10T02:48:34.245Z Compiling crossterm v0.29.0
25212026-04-10T02:48:34.554Z Compiling snafu v0.8.9
25222026-04-10T02:48:34.643Z Compiling phf_shared v0.12.1
25232026-04-10T02:48:34.956Z Compiling olpc-cjson v0.1.4
25242026-04-10T02:48:35.165Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-04-10T02:48:35.203Z Compiling serde_plain v1.0.2
25262026-04-10T02:48:35.530Z Compiling vte v0.14.1
25272026-04-10T02:48:35.697Z Compiling csv-core v0.1.13
25282026-04-10T02:48:35.758Z Compiling progenitor-macro v0.13.0
25292026-04-10T02:48:35.787Z Compiling typed-path v0.9.3
25302026-04-10T02:48:35.811Z Compiling highway v1.3.0
25312026-04-10T02:48:35.944Z Compiling chrono-tz v0.10.4
25322026-04-10T02:48:36.148Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-04-10T02:48:36.206Z Compiling csv v1.4.0
25342026-04-10T02:48:36.573Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-04-10T02:48:37.196Z Compiling tough v0.20.0
25362026-04-10T02:48:37.246Z Compiling strip-ansi-escapes v0.2.1
25372026-04-10T02:48:37.836Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-04-10T02:48:38.639Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-04-10T02:48:38.807Z Compiling phf v0.12.1
25402026-04-10T02:48:39.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-04-10T02:48:39.046Z Compiling const_format_proc_macros v0.2.34
25422026-04-10T02:48:39.224Z Compiling papergrid v0.11.0
25432026-04-10T02:48:39.368Z Compiling tabled_derive v0.7.0
25442026-04-10T02:48:39.515Z Compiling fd-lock v4.0.4
25452026-04-10T02:48:39.699Z Compiling peg-macros v0.8.5
25462026-04-10T02:48:40.025Z Compiling progenitor v0.13.0
25472026-04-10T02:48:40.215Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-04-10T02:48:40.253Z Compiling nu-ansi-term v0.50.3
25492026-04-10T02:48:40.305Z Compiling tabled v0.15.0
25502026-04-10T02:48:40.990Z Compiling peg v0.8.5
25512026-04-10T02:48:41.068Z Compiling reedline v0.40.0
25522026-04-10T02:48:41.419Z Compiling const_format v0.2.35
25532026-04-10T02:48:42.132Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-04-10T02:48:42.386Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-04-10T02:48:42.633Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-04-10T02:48:42.893Z Compiling bcs v0.1.6
25572026-04-10T02:48:43.017Z Compiling semver v0.1.20
25582026-04-10T02:48:43.365Z Compiling rustc_version v0.1.7
25592026-04-10T02:48:43.396Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-04-10T02:48:43.616Z Compiling newtype_derive v0.1.6
25612026-04-10T02:48:43.657Z Compiling humantime v2.3.0
25622026-04-10T02:48:43.853Z Compiling unicode-linebreak v0.1.5
25632026-04-10T02:48:44.166Z Compiling smawk v0.3.2
25642026-04-10T02:48:44.269Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
25652026-04-10T02:48:44.411Z Compiling textwrap v0.16.2
25662026-04-10T02:48:44.723Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
25672026-04-10T02:48:45.172Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-04-10T02:48:45.508Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-04-10T02:48:45.575Z Compiling dropshot-api-manager-types v0.6.0
25702026-04-10T02:48:45.943Z Compiling base64 v0.21.7
25712026-04-10T02:48:46.129Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-04-10T02:48:46.228Z Compiling steno v0.4.1
25732026-04-10T02:48:46.502Z Compiling utf-8 v0.7.6
25742026-04-10T02:48:46.802Z Compiling tagptr v0.2.0
25752026-04-10T02:48:46.878Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-04-10T02:48:47.002Z Compiling moka v0.12.13
25772026-04-10T02:48:47.083Z Compiling tungstenite v0.21.0
25782026-04-10T02:48:47.161Z Compiling radium v0.7.0
25792026-04-10T02:48:47.201Z Compiling tap v1.0.1
25802026-04-10T02:48:47.383Z Compiling maybe-uninit v2.0.0
25812026-04-10T02:48:47.772Z Compiling tokio-tungstenite v0.21.0
25822026-04-10T02:48:47.802Z Compiling wyz v0.5.1
25832026-04-10T02:48:48.048Z Compiling zerocopy-derive v0.6.6
25842026-04-10T02:48:48.072Z Compiling crc-catalog v2.4.0
25852026-04-10T02:48:48.175Z Compiling hickory-resolver v0.25.2
25862026-04-10T02:48:48.210Z Compiling funty v2.0.0
25872026-04-10T02:48:48.329Z Compiling display-error-chain v0.2.2
25882026-04-10T02:48:48.519Z Compiling packed_struct v0.10.1
25892026-04-10T02:48:48.593Z Compiling crc v3.4.0
25902026-04-10T02:48:48.842Z Compiling bitvec v1.0.1
25912026-04-10T02:48:48.874Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25922026-04-10T02:48:48.874Z Compiling zerocopy v0.6.6
25932026-04-10T02:48:49.228Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-04-10T02:48:49.298Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-04-10T02:48:49.446Z Compiling packed_struct_codegen v0.10.1
25962026-04-10T02:48:49.607Z Compiling bitfield-macros v0.19.4
25972026-04-10T02:48:50.334Z Compiling indexmap v1.9.3
25982026-04-10T02:48:50.469Z Compiling nodrop v0.1.14
25992026-04-10T02:48:50.619Z Compiling array-init v0.0.4
26002026-04-10T02:48:50.622Z Compiling bitfield v0.19.4
26012026-04-10T02:48:50.726Z Compiling smallvec v0.6.14
26022026-04-10T02:48:50.981Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26032026-04-10T02:48:51.010Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26042026-04-10T02:48:51.033Z Compiling num-derive v0.3.3
26052026-04-10T02:48:51.404Z Compiling proc-macro-error-attr2 v2.0.0
26062026-04-10T02:48:51.833Z Compiling hashbrown v0.12.3
26072026-04-10T02:48:51.860Z Compiling proc-macro-error2 v2.0.1
26082026-04-10T02:48:51.970Z Compiling libscf-sys v1.1.0
26092026-04-10T02:48:52.156Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-04-10T02:48:52.208Z Compiling serde-hex v0.1.0
26112026-04-10T02:48:52.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-04-10T02:48:52.569Z Compiling ron v0.8.1
26132026-04-10T02:48:53.028Z Compiling hashbrown v0.13.2
26142026-04-10T02:48:53.051Z Compiling vergen-gitcl v1.0.8
26152026-04-10T02:48:53.291Z Compiling dirs-sys-next v0.1.2
26162026-04-10T02:48:53.573Z Compiling crunchy v0.2.4
26172026-04-10T02:48:53.692Z Compiling diesel_derives v2.3.7
26182026-04-10T02:48:53.881Z Compiling crc-any v2.5.0
26192026-04-10T02:48:53.933Z Compiling glob v0.3.3
26202026-04-10T02:48:53.954Z Compiling maplit v1.0.2
26212026-04-10T02:48:54.140Z Compiling object v0.30.4
26222026-04-10T02:48:54.170Z Compiling dirs-next v2.0.0
26232026-04-10T02:48:54.312Z Compiling clang-sys v1.8.1
26242026-04-10T02:48:54.340Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-04-10T02:48:54.402Z Compiling tabled_derive v0.11.0
26262026-04-10T02:48:54.451Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-04-10T02:48:54.731Z Compiling typify-impl v0.4.3
26282026-04-10T02:48:54.892Z Compiling papergrid v0.17.0
26292026-04-10T02:48:54.990Z Compiling testing_table v0.3.0
26302026-04-10T02:48:55.063Z Compiling dsl_auto_type v0.2.0
26312026-04-10T02:48:55.085Z Compiling scheduled-thread-pool v0.2.7
26322026-04-10T02:48:55.180Z Compiling diesel_table_macro_syntax v0.3.0
26332026-04-10T02:48:55.223Z Compiling tiny-keccak v2.0.2
26342026-04-10T02:48:55.423Z Compiling path-slash v0.1.5
26352026-04-10T02:48:55.449Z Compiling r2d2 v0.8.10
26362026-04-10T02:48:55.554Z Compiling term v0.7.0
26372026-04-10T02:48:55.717Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26382026-04-10T02:48:55.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26392026-04-10T02:48:55.762Z Compiling xshell-macros v0.2.7
26402026-04-10T02:48:55.986Z Compiling bit-vec v0.6.3
26412026-04-10T02:48:56.008Z Compiling downcast-rs v2.0.2
26422026-04-10T02:48:56.090Z Compiling ascii-canvas v3.0.0
26432026-04-10T02:48:56.137Z Compiling tabled v0.20.0
26442026-04-10T02:48:56.179Z Compiling xshell v0.2.7
26452026-04-10T02:48:56.246Z Compiling bit-set v0.5.3
26462026-04-10T02:48:56.370Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-04-10T02:48:56.418Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-04-10T02:48:56.441Z Compiling itertools v0.10.5
26492026-04-10T02:48:56.913Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-04-10T02:48:57.213Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-04-10T02:48:57.549Z Compiling ena v0.14.4
26522026-04-10T02:48:57.585Z Compiling libloading v0.8.9
26532026-04-10T02:48:57.607Z Compiling unicase v2.9.0
26542026-04-10T02:48:57.819Z Compiling regex-syntax v0.6.29
26552026-04-10T02:48:57.842Z Compiling diff v0.1.13
26562026-04-10T02:48:57.928Z Compiling bindgen v0.71.1
26572026-04-10T02:48:58.262Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26582026-04-10T02:48:58.372Z Compiling typify-macro v0.4.3
26592026-04-10T02:48:59.529Z Compiling lalrpop v0.19.12
26602026-04-10T02:48:59.818Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-04-10T02:48:59.958Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-04-10T02:49:00.538Z Compiling diesel v2.3.7
26632026-04-10T02:49:00.585Z Compiling cexpr v0.6.0
26642026-04-10T02:49:00.736Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26652026-04-10T02:49:00.924Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-04-10T02:49:00.997Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-04-10T02:49:01.167Z Compiling crc8 v0.1.1
26682026-04-10T02:49:01.332Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26692026-04-10T02:49:01.335Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-04-10T02:49:01.375Z Compiling headers-core v0.3.0
26712026-04-10T02:49:01.543Z Compiling libxml v0.3.3
26722026-04-10T02:49:01.777Z Compiling headers v0.4.1
26732026-04-10T02:49:01.864Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-04-10T02:49:01.887Z Compiling typify v0.4.3
26752026-04-10T02:49:02.041Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-04-10T02:49:02.061Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-04-10T02:49:02.279Z Compiling strum_macros v0.24.3
26782026-04-10T02:49:02.601Z Compiling indoc v1.0.9
26792026-04-10T02:49:03.212Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-04-10T02:49:03.256Z Compiling derive_builder v0.20.2
26812026-04-10T02:49:03.413Z Compiling oso-derive v0.27.3
26822026-04-10T02:49:03.457Z Compiling quick-xml v0.37.5
26832026-04-10T02:49:03.497Z Compiling impl-trait-for-tuples v0.2.3
26842026-04-10T02:49:03.586Z Compiling half v1.8.3
26852026-04-10T02:49:03.684Z Compiling openssl-probe v0.1.6
26862026-04-10T02:49:03.952Z Compiling serde_cbor v0.11.2
26872026-04-10T02:49:04.033Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-04-10T02:49:04.058Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-04-10T02:49:04.414Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26902026-04-10T02:49:04.841Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-04-10T02:49:04.864Z Compiling bb8 v0.8.6
26922026-04-10T02:49:05.022Z Compiling trait-variant v0.1.2
26932026-04-10T02:49:05.114Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-04-10T02:49:05.135Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-04-10T02:49:05.260Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-04-10T02:49:05.511Z Compiling fxhash v0.2.1
26972026-04-10T02:49:05.614Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26982026-04-10T02:49:05.664Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-04-10T02:49:05.786Z Compiling progenitor-impl v0.10.0
27002026-04-10T02:49:05.849Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-04-10T02:49:05.958Z Compiling kstat-rs v0.2.4
27022026-04-10T02:49:06.108Z Compiling samael v0.0.19
27032026-04-10T02:49:06.132Z Compiling libz-sys v1.1.24
27042026-04-10T02:49:06.285Z Compiling salty v0.3.0
27052026-04-10T02:49:06.479Z Compiling nonempty v0.12.0
27062026-04-10T02:49:06.691Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-04-10T02:49:07.050Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-04-10T02:49:07.352Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27092026-04-10T02:49:07.469Z Compiling polar-core v0.27.3
27102026-04-10T02:49:07.492Z Compiling darling_core v0.23.0
27112026-04-10T02:49:07.873Z Compiling nanorand v0.7.0
27122026-04-10T02:49:08.036Z Compiling progenitor-macro v0.10.0
27132026-04-10T02:49:08.267Z Compiling arc-swap v1.8.2
27142026-04-10T02:49:08.659Z Compiling fs-err v2.11.0
27152026-04-10T02:49:08.921Z Compiling parking_lot_core v0.8.6
27162026-04-10T02:49:09.450Z Compiling mime_guess v2.0.5
27172026-04-10T02:49:09.669Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27182026-04-10T02:49:09.789Z Compiling darling_macro v0.23.0
27192026-04-10T02:49:09.994Z Compiling slog-scope v4.4.1
27202026-04-10T02:49:10.325Z Compiling flume v0.11.1
27212026-04-10T02:49:10.473Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-04-10T02:49:11.895Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-04-10T02:49:12.271Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-04-10T02:49:12.296Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-04-10T02:49:13.113Z Compiling progenitor v0.10.0
27262026-04-10T02:49:13.312Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-10T02:49:13.897Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-04-10T02:49:14.156Z Compiling git-stub v1.0.0
27292026-04-10T02:49:14.319Z Compiling libgit2-sys v0.18.3+1.9.2
27302026-04-10T02:49:14.443Z Compiling instability v0.3.11
27312026-04-10T02:49:14.681Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-04-10T02:49:16.697Z Compiling git-stub-vcs v0.1.0
27332026-04-10T02:49:16.875Z Compiling oso v0.27.3
27342026-04-10T02:49:17.084Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-04-10T02:49:19.636Z Compiling diesel-dtrace v0.5.0
27362026-04-10T02:49:19.988Z Compiling async-bb8-diesel v0.2.1
27372026-04-10T02:49:20.467Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27382026-04-10T02:49:20.515Z Compiling darling v0.23.0
27392026-04-10T02:49:20.547Z Compiling slog-stdlog v4.1.1
27402026-04-10T02:49:21.301Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-04-10T02:49:21.519Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-04-10T02:49:22.112Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-04-10T02:49:22.303Z Compiling ignore v0.4.25
27442026-04-10T02:49:23.779Z Compiling primeorder v0.13.6
27452026-04-10T02:49:23.946Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-04-10T02:49:24.116Z Compiling castaway v0.2.4
27472026-04-10T02:49:24.287Z Compiling atty v0.2.14
27482026-04-10T02:49:24.448Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-04-10T02:49:24.640Z Compiling indoc v2.0.7
27502026-04-10T02:49:24.694Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-04-10T02:49:24.948Z Compiling parse-size v1.1.0
27522026-04-10T02:49:25.099Z Compiling http-range v0.1.5
27532026-04-10T02:49:25.179Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27542026-04-10T02:49:25.450Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-10T02:49:25.526Z Compiling compact_str v0.8.1
27562026-04-10T02:49:25.548Z Compiling p384 v0.13.1
27572026-04-10T02:49:26.720Z Compiling globwalk v0.9.1
27582026-04-10T02:49:27.468Z Compiling parking_lot v0.11.2
27592026-04-10T02:49:27.596Z Compiling slog-envlogger v2.2.0
27602026-04-10T02:49:27.809Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-04-10T02:49:28.449Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-04-10T02:49:28.567Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27632026-04-10T02:49:28.833Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-04-10T02:49:28.906Z Compiling predicates-tree v1.0.13
27652026-04-10T02:49:28.936Z Compiling unicode-truncate v1.1.0
27662026-04-10T02:49:29.128Z Compiling lru v0.12.5
27672026-04-10T02:49:29.158Z Compiling rand_seeder v0.4.0
27682026-04-10T02:49:29.364Z Compiling prefix-trie v0.7.0
27692026-04-10T02:49:29.386Z Compiling vergen-git2 v1.0.7
27702026-04-10T02:49:29.429Z Compiling compression-core v0.4.31
27712026-04-10T02:49:29.625Z Compiling cassowary v0.3.0
27722026-04-10T02:49:29.696Z Compiling compression-codecs v0.4.37
27732026-04-10T02:49:29.805Z Compiling hickory-server v0.25.2
27742026-04-10T02:49:29.881Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27752026-04-10T02:49:29.996Z Compiling ratatui v0.29.0
27762026-04-10T02:49:30.102Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-04-10T02:49:30.160Z Compiling camino-tempfile-ext v0.3.3
27782026-04-10T02:49:30.475Z Compiling hyper-staticfile v0.10.1
27792026-04-10T02:49:30.856Z Compiling sled v0.34.7
27802026-04-10T02:49:31.617Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27812026-04-10T02:49:31.747Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27822026-04-10T02:49:32.197Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-04-10T02:49:32.369Z Compiling progenitor-impl v0.11.2
27842026-04-10T02:49:32.961Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27852026-04-10T02:49:33.050Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
27862026-04-10T02:49:33.776Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-04-10T02:49:33.903Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-10T02:49:34.460Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-04-10T02:49:34.654Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-04-10T02:49:34.721Z Compiling toml_datetime v1.0.0+spec-1.1.0
27912026-04-10T02:49:34.949Z Compiling dropshot v0.17.0
27922026-04-10T02:49:35.139Z Compiling corncobs v0.1.4
27932026-04-10T02:49:35.161Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-04-10T02:49:35.193Z Compiling rustls v0.21.12
27952026-04-10T02:49:35.286Z Compiling toml v1.0.6+spec-1.1.0
27962026-04-10T02:49:35.400Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-04-10T02:49:35.475Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-04-10T02:49:35.531Z Compiling progenitor-macro v0.11.2
27992026-04-10T02:49:35.740Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-04-10T02:49:36.087Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-04-10T02:49:36.454Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-04-10T02:49:36.659Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-04-10T02:49:37.116Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-04-10T02:49:38.750Z Compiling async-compression v0.4.41
28052026-04-10T02:49:39.284Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-04-10T02:49:39.767Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-04-10T02:49:40.300Z Compiling git2 v0.20.4
28082026-04-10T02:49:40.479Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-04-10T02:49:40.974Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-04-10T02:49:41.246Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-04-10T02:49:41.486Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-04-10T02:49:41.728Z Compiling progenitor-client v0.11.2
28132026-04-10T02:49:41.831Z Compiling sct v0.7.1
28142026-04-10T02:49:41.878Z Compiling rustls-webpki v0.101.7
28152026-04-10T02:49:42.126Z Compiling nix v0.29.0
28162026-04-10T02:49:42.297Z Compiling secrecy v0.8.0
28172026-04-10T02:49:42.522Z Compiling dropshot_endpoint v0.17.0
28182026-04-10T02:49:42.587Z Compiling void v1.0.2
28192026-04-10T02:49:42.751Z Compiling lzss v0.8.2
28202026-04-10T02:49:43.216Z Compiling progenitor v0.11.2
28212026-04-10T02:49:43.545Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28222026-04-10T02:49:43.572Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-04-10T02:49:43.713Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-04-10T02:49:44.220Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-04-10T02:49:44.364Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-04-10T02:49:44.707Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-04-10T02:49:45.311Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-04-10T02:49:45.496Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-04-10T02:49:45.527Z Compiling tungstenite v0.23.0
28302026-04-10T02:49:45.747Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-04-10T02:49:45.987Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-04-10T02:49:46.041Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-04-10T02:49:46.225Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-04-10T02:49:46.278Z Compiling nix v0.27.1
28352026-04-10T02:49:46.415Z Compiling serde_bytes v0.11.19
28362026-04-10T02:49:46.562Z Compiling tokio-tungstenite v0.23.1
28372026-04-10T02:49:46.789Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-04-10T02:49:46.961Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-04-10T02:49:47.576Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
28402026-04-10T02:49:48.055Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-04-10T02:49:48.527Z Compiling tokio-rustls v0.24.1
28422026-04-10T02:49:48.835Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-04-10T02:49:53.507Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
28442026-04-10T02:49:54.205Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-04-10T02:49:54.413Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28462026-04-10T02:49:54.843Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28472026-04-10T02:49:55.580Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-04-10T02:49:56.872Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-04-10T02:49:57.096Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-04-10T02:49:57.675Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-04-10T02:49:58.161Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-04-10T02:49:58.699Z Compiling rustls-pemfile v1.0.4
28532026-04-10T02:49:58.738Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-04-10T02:49:59.137Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-04-10T02:49:59.162Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-04-10T02:49:59.944Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-04-10T02:49:59.995Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-04-10T02:50:01.450Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-04-10T02:50:02.156Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-04-10T02:50:02.399Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
28612026-04-10T02:50:02.537Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-04-10T02:50:02.589Z Compiling signal-hook-tokio v0.3.1
28632026-04-10T02:50:02.787Z Compiling twox-hash v2.1.2
28642026-04-10T02:50:03.061Z Compiling yasna v0.5.2
28652026-04-10T02:50:03.227Z Compiling is_ci v1.2.0
28662026-04-10T02:50:03.347Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
28672026-04-10T02:50:03.442Z Compiling supports-color v3.0.2
28682026-04-10T02:50:03.466Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-04-10T02:50:03.738Z Compiling rcgen v0.12.1
28702026-04-10T02:50:04.397Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-04-10T02:50:04.454Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-04-10T02:50:04.642Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-04-10T02:50:04.668Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28742026-04-10T02:50:05.289Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-04-10T02:50:05.946Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-04-10T02:50:06.493Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28772026-04-10T02:50:08.173Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-04-10T02:50:08.326Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-04-10T02:50:08.413Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-04-10T02:50:08.653Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-04-10T02:50:08.892Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-04-10T02:50:09.122Z Compiling fatfs v0.3.6
28832026-04-10T02:50:09.661Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-04-10T02:50:09.923Z Compiling rtoolbox v0.0.3
28852026-04-10T02:50:10.269Z Compiling subprocess v0.2.15
28862026-04-10T02:50:10.411Z Compiling assert_matches v1.5.0
28872026-04-10T02:50:10.526Z Compiling seq-macro v0.3.6
28882026-04-10T02:50:11.037Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-04-10T02:50:12.212Z Compiling rpassword v7.4.0
28902026-04-10T02:50:12.510Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-04-10T02:50:12.642Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-04-10T02:50:13.320Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-04-10T02:50:13.399Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-04-10T02:50:13.503Z Compiling tui-tree-widget v0.23.1
28952026-04-10T02:50:13.542Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-04-10T02:50:13.802Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-04-10T02:50:14.347Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-04-10T02:50:15.159Z Compiling uzers v0.12.2
28992026-04-10T02:50:15.856Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-04-10T02:50:16.388Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-04-10T02:50:17.189Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-04-10T02:50:18.181Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-04-10T02:50:21.134Z Compiling support-bundle-viewer v0.1.2
29042026-04-10T02:50:21.910Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-04-10T02:50:23.165Z Compiling multimap v0.10.1
29062026-04-10T02:50:30.377Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-04-10T02:50:42.323Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-04-10T02:50:43.005Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-04-10T02:50:44.235Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-04-10T02:55:57.954Z Finished `release` profile [optimized] target(s) in 7m 32s
29112026-04-10T02:56:42.513Z
29122026-04-10T02:56:42.513Zreal 8:18.441043631
29132026-04-10T02:56:42.513Zuser 1:18:18.768305274
29142026-04-10T02:56:42.516Zsys 3:31.137711009
29152026-04-10T02:56:42.516Ztrap 1.831048146
29162026-04-10T02:56:42.516Ztflt 2.330759383
29172026-04-10T02:56:42.516Zdflt 14.582653410
29182026-04-10T02:56:42.516Zkflt 0.001696819
29192026-04-10T02:56:42.516Zlock 6:26:40.937784321
29202026-04-10T02:56:42.516Zslp 2:15:11.075023422
29212026-04-10T02:56:42.516Zlat 2:33.829467153
29222026-04-10T02:56:42.516Zstop 5:29.001069207
29232026-04-10T02:56:42.516Z+ mapfile -t packages
29242026-04-10T02:56:42.516Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-04-10T02:56:43.466Z Finished `release` profile [optimized] target(s) in 0.94s
29262026-04-10T02:56:43.544Z Running `target/release/omicron-package -t test list-outputs`
29272026-04-10T02:56:43.602ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-04-10T02:56:43.605Z+ ptime -m cargo build --locked --release -p xtask
29292026-04-10T02:56:44.128Z Compiling libc v0.2.180
29302026-04-10T02:56:44.128Z Compiling serde v1.0.228
29312026-04-10T02:56:44.131Z Compiling serde_core v1.0.228
29322026-04-10T02:56:44.220Z Compiling rustix v1.1.3
29332026-04-10T02:56:44.243Z Compiling bitflags v2.11.0
29342026-04-10T02:56:44.246Z Compiling serde_json v1.0.149
29352026-04-10T02:56:44.270Z Compiling num-traits v0.2.19
29362026-04-10T02:56:44.281Z Compiling syn v2.0.117
29372026-04-10T02:56:44.293Z Compiling hashbrown v0.16.1
29382026-04-10T02:56:44.293Z Compiling smallvec v1.15.1
29392026-04-10T02:56:44.326Z Compiling usdt-impl v0.5.0
29402026-04-10T02:56:44.329Z Compiling syn v1.0.109
29412026-04-10T02:56:44.350Z Compiling log v0.4.29
29422026-04-10T02:56:44.354Z Compiling getrandom v0.3.4
29432026-04-10T02:56:44.493Z Compiling percent-encoding v2.3.2
29442026-04-10T02:56:44.656Z Compiling form_urlencoded v1.2.2
29452026-04-10T02:56:44.662Z Compiling fs-err v3.3.0
29462026-04-10T02:56:44.669Z Compiling anyhow v1.0.102
29472026-04-10T02:56:44.785Z Compiling once_cell v1.21.3
29482026-04-10T02:56:44.809Z Compiling heck v0.4.1
29492026-04-10T02:56:44.880Z Compiling indexmap v2.13.0
29502026-04-10T02:56:44.955Z Compiling errno v0.3.14
29512026-04-10T02:56:44.973Z Compiling thread-id v4.2.2
29522026-04-10T02:56:45.051Z Compiling memmap v0.7.0
29532026-04-10T02:56:45.331Z Compiling ordered-float v2.10.1
29542026-04-10T02:56:45.871Z Compiling proc-macro-error v1.0.4
29552026-04-10T02:56:45.997Z Compiling terminal_size v0.4.3
29562026-04-10T02:56:45.997Z Compiling tempfile v3.25.0
29572026-04-10T02:56:46.102Z Compiling clap_builder v4.5.60
29582026-04-10T02:56:46.102Z Compiling textwrap v0.16.2
29592026-04-10T02:56:46.125Z Compiling tabled_derive v0.7.0
29602026-04-10T02:56:46.225Z Compiling camino-tempfile v1.4.1
29612026-04-10T02:56:46.774Z Compiling tabled v0.15.0
29622026-04-10T02:56:46.788Z Compiling synstructure v0.13.2
29632026-04-10T02:56:46.788Z Compiling pest_generator v2.8.6
29642026-04-10T02:56:47.176Z Compiling serde_derive v1.0.228
29652026-04-10T02:56:47.176Z Compiling zerovec-derive v0.11.2
29662026-04-10T02:56:47.179Z Compiling displaydoc v0.2.5
29672026-04-10T02:56:47.179Z Compiling thiserror-impl v1.0.69
29682026-04-10T02:56:47.179Z Compiling zerocopy-derive v0.7.35
29692026-04-10T02:56:47.179Z Compiling scroll_derive v0.12.1
29702026-04-10T02:56:47.179Z Compiling thiserror-impl v2.0.18
29712026-04-10T02:56:47.196Z Compiling clap_derive v4.5.55
29722026-04-10T02:56:47.218Z Compiling zerofrom-derive v0.1.6
29732026-04-10T02:56:47.227Z Compiling yoke-derive v0.8.1
29742026-04-10T02:56:47.304Z Compiling pest_derive v2.8.6
29752026-04-10T02:56:47.914Z Compiling scroll v0.12.0
29762026-04-10T02:56:47.996Z Compiling zerocopy v0.7.35
29772026-04-10T02:56:48.189Z Compiling goblin v0.8.2
29782026-04-10T02:56:48.212Z Compiling zerofrom v0.1.6
29792026-04-10T02:56:48.339Z Compiling yoke v0.8.1
29802026-04-10T02:56:48.361Z Compiling thiserror v1.0.69
29812026-04-10T02:56:48.399Z Compiling thiserror v2.0.18
29822026-04-10T02:56:48.451Z Compiling dtrace-parser v0.2.0
29832026-04-10T02:56:48.515Z Compiling zerovec v0.11.5
29842026-04-10T02:56:48.530Z Compiling zerotrie v0.2.3
29852026-04-10T02:56:48.855Z Compiling clap v4.5.60
29862026-04-10T02:56:49.060Z Compiling tinystr v0.8.2
29872026-04-10T02:56:49.129Z Compiling potential_utf v0.1.4
29882026-04-10T02:56:49.298Z Compiling icu_locale_core v2.1.1
29892026-04-10T02:56:49.371Z Compiling icu_collections v2.1.1
29902026-04-10T02:56:50.127Z Compiling icu_provider v2.1.1
29912026-04-10T02:56:50.603Z Compiling serde_spanned v0.6.9
29922026-04-10T02:56:50.786Z Compiling toml_datetime v0.6.11
29932026-04-10T02:56:50.937Z Compiling icu_normalizer v2.1.1
29942026-04-10T02:56:51.026Z Compiling icu_properties v2.1.2
29952026-04-10T02:56:51.083Z Compiling dof v0.3.0
29962026-04-10T02:56:51.126Z Compiling toml_edit v0.22.27
29972026-04-10T02:56:51.159Z Compiling serde_tokenstream v0.2.3
29982026-04-10T02:56:51.218Z Compiling serde-value v0.7.0
29992026-04-10T02:56:51.236Z Compiling cargo-platform v0.2.0
30002026-04-10T02:56:51.253Z Compiling macaddr v1.0.1
30012026-04-10T02:56:51.797Z Compiling usdt-attr-macro v0.5.0
30022026-04-10T02:56:51.873Z Compiling usdt-macro v0.5.0
30032026-04-10T02:56:52.035Z Compiling idna_adapter v1.2.1
30042026-04-10T02:56:52.197Z Compiling idna v1.1.0
30052026-04-10T02:56:52.479Z Compiling usdt v0.5.0
30062026-04-10T02:56:52.511Z Compiling url v2.5.8
30072026-04-10T02:56:52.648Z Compiling toml v0.8.23
30082026-04-10T02:56:53.089Z Compiling cargo-util-schemas v0.8.2
30092026-04-10T02:56:53.089Z Compiling cargo_toml v0.21.0
30102026-04-10T02:56:54.103Z Compiling cargo_metadata v0.21.0
30112026-04-10T02:56:57.205Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-04-10T02:57:00.235Z Finished `release` profile [optimized] target(s) in 16.62s
30132026-04-10T02:57:00.396Z
30142026-04-10T02:57:00.396Zreal 16.756204984
30152026-04-10T02:57:00.396Zuser 2:22.453188000
30162026-04-10T02:57:00.396Zsys 17.094954572
30172026-04-10T02:57:00.396Ztrap 0.092475324
30182026-04-10T02:57:00.396Ztflt 0.627049912
30192026-04-10T02:57:00.396Zdflt 1.643685024
30202026-04-10T02:57:00.400Zkflt 0.000652807
30212026-04-10T02:57:00.400Zlock 5:19.789362486
30222026-04-10T02:57:00.400Zslp 3:26.057951653
30232026-04-10T02:57:00.400Zlat 6.204790843
30242026-04-10T02:57:00.400Zstop 18.883450996
30252026-04-10T02:57:00.400Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-04-10T02:57:00.400Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-04-10T02:57:00.400Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-04-10T02:57:00.400Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-04-10T02:57:00.400Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-04-10T02:57:01.322Z Compiling regress v0.10.5
30312026-04-10T02:57:01.324Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-04-10T02:57:01.469Z Compiling newtype-uuid-macros v0.1.0
30332026-04-10T02:57:01.472Z Compiling rustls v0.22.4
30342026-04-10T02:57:01.472Z Compiling progenitor-client v0.13.0
30352026-04-10T02:57:01.472Z Compiling rustls-webpki v0.102.8
30362026-04-10T02:57:01.472Z Compiling structmeta-derive v0.3.0
30372026-04-10T02:57:01.472Z Compiling serde_spanned v1.0.4
30382026-04-10T02:57:01.472Z Compiling multer v3.1.0
30392026-04-10T02:57:01.472Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-04-10T02:57:01.472Z Compiling debug-ignore v1.0.5
30412026-04-10T02:57:01.490Z Compiling match_cfg v0.1.0
30422026-04-10T02:57:01.490Z Compiling slog-json v2.6.1
30432026-04-10T02:57:01.493Z Compiling async-stream-impl v0.3.6
30442026-04-10T02:57:01.493Z Compiling waitgroup v0.1.2
30452026-04-10T02:57:01.493Z Compiling rustls-pemfile v2.2.0
30462026-04-10T02:57:01.693Z Compiling hostname v0.3.1
30472026-04-10T02:57:01.727Z Compiling hostname v0.4.2
30482026-04-10T02:57:01.781Z Compiling serde_path_to_error v0.1.20
30492026-04-10T02:57:01.781Z Compiling itertools v0.14.0
30502026-04-10T02:57:01.784Z Compiling dropshot v0.16.7
30512026-04-10T02:57:01.799Z Compiling dropshot_endpoint v0.16.7
30522026-04-10T02:57:01.877Z Compiling slog-bunyan v2.5.0
30532026-04-10T02:57:01.881Z Compiling toml v0.9.12+spec-1.1.0
30542026-04-10T02:57:01.899Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-04-10T02:57:01.978Z Compiling macaddr v1.0.1
30562026-04-10T02:57:02.076Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-04-10T02:57:02.118Z Compiling instant v0.1.13
30582026-04-10T02:57:02.136Z Compiling progenitor-client v0.10.0
30592026-04-10T02:57:02.156Z Compiling backon v1.6.0
30602026-04-10T02:57:02.178Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-04-10T02:57:02.197Z Compiling async-stream v0.3.6
30622026-04-10T02:57:02.226Z Compiling backoff v0.4.0
30632026-04-10T02:57:02.249Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117)
30642026-04-10T02:57:02.314Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-04-10T02:57:02.391Z Compiling progenitor-extras v0.1.1
30662026-04-10T02:57:02.410Z Compiling universal-hash v0.5.1
30672026-04-10T02:57:02.413Z Compiling opaque-debug v0.3.1
30682026-04-10T02:57:02.449Z Compiling half v2.7.1
30692026-04-10T02:57:02.464Z Compiling crucible-workspace-hack v0.1.0
30702026-04-10T02:57:02.480Z Compiling ciborium-io v0.2.2
30712026-04-10T02:57:02.521Z Compiling convert_case v0.4.0
30722026-04-10T02:57:02.536Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-04-10T02:57:02.572Z Compiling aead v0.5.2
30742026-04-10T02:57:02.595Z Compiling secrecy v0.10.3
30752026-04-10T02:57:02.633Z Compiling unsafe-libyaml v0.2.11
30762026-04-10T02:57:02.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-04-10T02:57:02.703Z Compiling ciborium-ll v0.2.2
30782026-04-10T02:57:02.768Z Compiling poly1305 v0.8.0
30792026-04-10T02:57:02.785Z Compiling chacha20 v0.9.1
30802026-04-10T02:57:02.800Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30812026-04-10T02:57:02.815Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30822026-04-10T02:57:02.835Z Compiling structmeta v0.3.0
30832026-04-10T02:57:02.922Z Compiling derive_more v0.99.20
30842026-04-10T02:57:02.939Z Compiling ciborium v0.2.2
30852026-04-10T02:57:02.958Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30862026-04-10T02:57:02.977Z Compiling typify-impl v0.6.1
30872026-04-10T02:57:03.073Z Compiling thiserror-impl-no-std v2.0.2
30882026-04-10T02:57:03.090Z Compiling derive-ex v0.1.8
30892026-04-10T02:57:03.108Z Compiling parse-display-derive v0.10.0
30902026-04-10T02:57:03.178Z Compiling serde_yaml v0.9.34+deprecated
30912026-04-10T02:57:03.212Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30922026-04-10T02:57:03.235Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-04-10T02:57:03.307Z Compiling byte-wrapper v0.1.0
30942026-04-10T02:57:03.324Z Compiling password-hash v0.5.0
30952026-04-10T02:57:03.427Z Compiling blake2 v0.10.6
30962026-04-10T02:57:03.541Z Compiling chacha20poly1305 v0.10.1
30972026-04-10T02:57:03.569Z Compiling indent_write v2.2.0
30982026-04-10T02:57:03.647Z Compiling heapless v0.8.0
30992026-04-10T02:57:03.686Z Compiling ingot-macros v0.1.1
31002026-04-10T02:57:03.719Z Compiling argon2 v0.5.3
31012026-04-10T02:57:03.736Z Compiling toml_edit v0.23.10+spec-1.0.0
31022026-04-10T02:57:03.756Z Compiling hash32 v0.3.1
31032026-04-10T02:57:03.942Z Compiling tokio-rustls v0.25.0
31042026-04-10T02:57:04.022Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-04-10T02:57:04.196Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31062026-04-10T02:57:04.266Z Compiling smoltcp v0.11.0
31072026-04-10T02:57:04.315Z Compiling thiserror-no-std v2.0.2
31082026-04-10T02:57:04.434Z Compiling vsss-rs v3.3.4
31092026-04-10T02:57:04.515Z Compiling proc-macro-crate v3.4.0
31102026-04-10T02:57:04.719Z Compiling tabwriter v1.4.1
31112026-04-10T02:57:04.737Z Compiling cobs v0.3.0
31122026-04-10T02:57:04.924Z Compiling parse-display v0.10.0
31132026-04-10T02:57:04.941Z Compiling test-strategy v0.4.5
31142026-04-10T02:57:04.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-04-10T02:57:04.977Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31162026-04-10T02:57:04.993Z Compiling postcard v1.1.3
31172026-04-10T02:57:05.009Z Compiling proc-macro-error v1.0.4
31182026-04-10T02:57:05.110Z Compiling proc-macro-crate v1.3.1
31192026-04-10T02:57:05.128Z Compiling num_enum_derive v0.7.5
31202026-04-10T02:57:05.213Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-04-10T02:57:05.265Z Compiling foreign-types-macros v0.2.3
31222026-04-10T02:57:05.365Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31232026-04-10T02:57:05.381Z Compiling foreign-types-shared v0.3.1
31242026-04-10T02:57:05.479Z Compiling rayon-core v1.13.0
31252026-04-10T02:57:05.503Z Compiling cpufeatures v0.3.0
31262026-04-10T02:57:05.538Z Compiling colored v3.1.1
31272026-04-10T02:57:05.561Z Compiling num_enum_derive v0.5.11
31282026-04-10T02:57:05.614Z Compiling chacha20 v0.10.0
31292026-04-10T02:57:05.632Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-04-10T02:57:05.733Z Compiling crossbeam-deque v0.8.6
31312026-04-10T02:57:05.809Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-04-10T02:57:05.832Z Compiling num-rational v0.4.2
31332026-04-10T02:57:05.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31342026-04-10T02:57:05.912Z Compiling foreign-types v0.5.0
31352026-04-10T02:57:05.951Z Compiling num-complex v0.4.6
31362026-04-10T02:57:05.968Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31372026-04-10T02:57:05.987Z Compiling cstr-argument v0.1.2
31382026-04-10T02:57:06.021Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-04-10T02:57:06.170Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31402026-04-10T02:57:06.263Z Compiling num_enum v0.7.5
31412026-04-10T02:57:06.280Z Compiling rand v0.10.0
31422026-04-10T02:57:06.330Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-04-10T02:57:06.383Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31442026-04-10T02:57:06.419Z Compiling num v0.4.3
31452026-04-10T02:57:06.460Z Compiling toml v0.8.23
31462026-04-10T02:57:06.460Z Compiling camino-tempfile v1.4.1
31472026-04-10T02:57:06.496Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-04-10T02:57:06.500Z Compiling float-ord v0.3.2
31492026-04-10T02:57:06.530Z Compiling rayon v1.11.0
31502026-04-10T02:57:06.547Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31512026-04-10T02:57:06.623Z Compiling zone_cfg_derive v0.3.1
31522026-04-10T02:57:06.648Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-04-10T02:57:06.689Z Compiling num_enum v0.5.11
31542026-04-10T02:57:06.718Z Compiling ingot-types v0.1.2
31552026-04-10T02:57:06.750Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31562026-04-10T02:57:06.781Z Compiling itertools v0.12.1
31572026-04-10T02:57:06.801Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-04-10T02:57:06.838Z Compiling num-derive v0.4.2
31592026-04-10T02:57:06.856Z Compiling sigpipe v0.1.3
31602026-04-10T02:57:06.972Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-04-10T02:57:06.987Z Compiling glob v0.3.3
31622026-04-10T02:57:07.039Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-04-10T02:57:07.125Z Compiling ingot v0.1.1
31642026-04-10T02:57:07.161Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31652026-04-10T02:57:07.180Z Compiling smf v0.2.3
31662026-04-10T02:57:07.222Z Compiling prettyplease v0.2.37
31672026-04-10T02:57:07.238Z Compiling whoami v1.6.1
31682026-04-10T02:57:07.325Z Compiling gethostname v0.5.0
31692026-04-10T02:57:07.415Z Compiling usdt-attr-macro v0.5.0
31702026-04-10T02:57:07.431Z Compiling usdt-macro v0.5.0
31712026-04-10T02:57:07.451Z Compiling memmap v0.7.0
31722026-04-10T02:57:07.483Z Compiling atomicwrites v0.4.4
31732026-04-10T02:57:07.557Z Compiling derive-where v1.6.0
31742026-04-10T02:57:07.602Z Compiling typify-macro v0.6.1
31752026-04-10T02:57:07.668Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-04-10T02:57:07.706Z Compiling resolv-conf v0.7.6
31772026-04-10T02:57:07.733Z Compiling owo-colors v4.3.0
31782026-04-10T02:57:07.836Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31792026-04-10T02:57:07.851Z Compiling cancel-safe-futures v0.1.5
31802026-04-10T02:57:08.042Z Compiling zone v0.3.1
31812026-04-10T02:57:08.087Z Compiling libsw-core v0.3.2
31822026-04-10T02:57:08.143Z Compiling async-recursion v1.1.1
31832026-04-10T02:57:08.184Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-04-10T02:57:08.245Z Compiling libsw v3.5.0
31852026-04-10T02:57:08.281Z Compiling usdt v0.5.0
31862026-04-10T02:57:08.358Z Compiling libefi-sys v0.1.0
31872026-04-10T02:57:08.452Z Compiling linear-map v1.2.0
31882026-04-10T02:57:08.544Z Compiling console v0.15.11
31892026-04-10T02:57:08.595Z Compiling hickory-proto v0.24.4
31902026-04-10T02:57:08.619Z Compiling newline-converter v0.3.0
31912026-04-10T02:57:08.638Z Compiling bitfield-struct v0.6.2
31922026-04-10T02:57:08.666Z Compiling linked-hash-map v0.5.6
31932026-04-10T02:57:08.713Z Compiling semver v0.1.20
31942026-04-10T02:57:08.782Z Compiling tokio-dtrace v0.1.1
31952026-04-10T02:57:08.820Z Compiling dropshot-api-manager-types v0.6.0
31962026-04-10T02:57:08.872Z Compiling lru-cache v0.1.2
31972026-04-10T02:57:08.889Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31982026-04-10T02:57:08.965Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-04-10T02:57:08.997Z Compiling rustc_version v0.1.7
32002026-04-10T02:57:09.028Z Compiling expectorate v1.2.0
32012026-04-10T02:57:09.031Z Compiling pin-project-internal v1.1.11
32022026-04-10T02:57:09.063Z Compiling slog-dtrace v0.3.0
32032026-04-10T02:57:09.092Z Compiling minimal-lexical v0.2.1
32042026-04-10T02:57:09.112Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-04-10T02:57:09.162Z Compiling oxide-tokio-rt v0.1.3
32062026-04-10T02:57:09.184Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-04-10T02:57:09.219Z Compiling typify-impl v0.4.3
32082026-04-10T02:57:09.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-04-10T02:57:09.259Z Compiling newtype_derive v0.1.6
32102026-04-10T02:57:09.402Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-04-10T02:57:09.426Z Compiling nom v7.1.3
32122026-04-10T02:57:09.454Z Compiling snafu-derive v0.8.9
32132026-04-10T02:57:09.473Z Compiling typify v0.6.1
32142026-04-10T02:57:09.492Z Compiling phf_shared v0.12.1
32152026-04-10T02:57:09.495Z Compiling pem v3.0.6
32162026-04-10T02:57:09.552Z Compiling csv-core v0.1.13
32172026-04-10T02:57:09.619Z Compiling progenitor-impl v0.13.0
32182026-04-10T02:57:09.701Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-04-10T02:57:09.717Z Compiling highway v1.3.0
32202026-04-10T02:57:09.737Z Compiling xshell-macros v0.2.7
32212026-04-10T02:57:09.868Z Compiling same-file v1.0.6
32222026-04-10T02:57:09.885Z Compiling chrono-tz v0.10.4
32232026-04-10T02:57:10.066Z Compiling const_format_proc_macros v0.2.34
32242026-04-10T02:57:10.082Z Compiling walkdir v2.5.0
32252026-04-10T02:57:10.114Z Compiling csv v1.4.0
32262026-04-10T02:57:10.131Z Compiling phf v0.12.1
32272026-04-10T02:57:10.174Z Compiling xshell v0.2.7
32282026-04-10T02:57:10.216Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32292026-04-10T02:57:10.270Z Compiling pin-project v1.1.11
32302026-04-10T02:57:10.375Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-04-10T02:57:10.402Z Compiling globset v0.4.18
32322026-04-10T02:57:10.441Z Compiling olpc-cjson v0.1.4
32332026-04-10T02:57:10.642Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
32342026-04-10T02:57:10.687Z Compiling primeorder v0.13.6
32352026-04-10T02:57:10.704Z Compiling serde_plain v1.0.2
32362026-04-10T02:57:10.722Z Compiling typed-path v0.9.3
32372026-04-10T02:57:10.740Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-04-10T02:57:10.845Z Compiling hickory-resolver v0.24.4
32392026-04-10T02:57:10.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-04-10T02:57:10.963Z Compiling const_format v0.2.35
32412026-04-10T02:57:11.139Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-04-10T02:57:11.158Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-04-10T02:57:11.383Z Compiling tabled_derive v0.7.0
32442026-04-10T02:57:11.534Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-04-10T02:57:11.550Z Compiling snafu v0.8.9
32462026-04-10T02:57:11.646Z Compiling bcs v0.1.6
32472026-04-10T02:57:11.674Z Compiling salty v0.3.0
32482026-04-10T02:57:11.824Z Compiling tough v0.20.0
32492026-04-10T02:57:11.946Z Compiling radium v0.7.0
32502026-04-10T02:57:11.967Z Compiling termtree v0.5.1
32512026-04-10T02:57:12.003Z Compiling qorb v0.4.1
32522026-04-10T02:57:12.025Z Compiling textwrap v0.16.2
32532026-04-10T02:57:12.143Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-04-10T02:57:12.164Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-04-10T02:57:12.255Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-04-10T02:57:12.384Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-04-10T02:57:12.402Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-04-10T02:57:12.441Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-04-10T02:57:12.468Z Compiling progenitor-macro v0.13.0
32602026-04-10T02:57:12.486Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-04-10T02:57:12.486Z Compiling tabled v0.15.0
32622026-04-10T02:57:12.565Z Compiling steno v0.4.1
32632026-04-10T02:57:12.728Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32642026-04-10T02:57:12.898Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-04-10T02:57:12.955Z Compiling tap v1.0.1
32662026-04-10T02:57:13.011Z Compiling tagptr v0.2.0
32672026-04-10T02:57:13.101Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-04-10T02:57:13.191Z Compiling maybe-uninit v2.0.0
32692026-04-10T02:57:13.226Z Compiling base64 v0.21.7
32702026-04-10T02:57:13.385Z Compiling humantime v2.3.0
32712026-04-10T02:57:13.568Z Compiling moka v0.12.13
32722026-04-10T02:57:13.585Z Compiling wyz v0.5.1
32732026-04-10T02:57:13.828Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-04-10T02:57:13.870Z Compiling typify-macro v0.4.3
32752026-04-10T02:57:13.929Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-04-10T02:57:14.114Z Compiling p384 v0.13.1
32772026-04-10T02:57:14.147Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-04-10T02:57:14.578Z Compiling parking_lot_core v0.8.6
32792026-04-10T02:57:14.615Z Compiling packed_struct v0.10.1
32802026-04-10T02:57:14.634Z Compiling funty v2.0.0
32812026-04-10T02:57:14.733Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-04-10T02:57:14.750Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-04-10T02:57:14.892Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-04-10T02:57:14.909Z Compiling hickory-resolver v0.25.2
32852026-04-10T02:57:15.050Z Compiling bitvec v1.0.1
32862026-04-10T02:57:15.066Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-04-10T02:57:15.278Z Compiling polyval v0.6.2
32882026-04-10T02:57:15.294Z Compiling git-stub v1.0.0
32892026-04-10T02:57:15.435Z Compiling packed_struct_codegen v0.10.1
32902026-04-10T02:57:15.549Z Compiling bitfield-macros v0.19.4
32912026-04-10T02:57:15.603Z Compiling zerocopy-derive v0.6.6
32922026-04-10T02:57:15.799Z Compiling proc-macro-error-attr2 v2.0.0
32932026-04-10T02:57:15.857Z Compiling typify v0.4.3
32942026-04-10T02:57:15.894Z Compiling indexmap v1.9.3
32952026-04-10T02:57:16.001Z Compiling nodrop v0.1.14
32962026-04-10T02:57:16.050Z Compiling utf-8 v0.7.6
32972026-04-10T02:57:16.125Z Compiling crc-catalog v2.4.0
32982026-04-10T02:57:16.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-04-10T02:57:16.214Z Compiling tungstenite v0.21.0
33002026-04-10T02:57:16.249Z Compiling proc-macro-error2 v2.0.1
33012026-04-10T02:57:16.266Z Compiling crc v3.4.0
33022026-04-10T02:57:16.284Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-04-10T02:57:16.325Z Compiling array-init v0.0.4
33042026-04-10T02:57:16.343Z Compiling bitfield v0.19.4
33052026-04-10T02:57:16.400Z Compiling git-stub-vcs v0.1.0
33062026-04-10T02:57:16.511Z Compiling ghash v0.5.1
33072026-04-10T02:57:16.542Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-04-10T02:57:16.545Z Compiling smallvec v0.6.14
33092026-04-10T02:57:16.578Z Compiling zerocopy v0.6.6
33102026-04-10T02:57:16.685Z Compiling ctr v0.9.2
33112026-04-10T02:57:16.700Z Compiling num-derive v0.3.3
33122026-04-10T02:57:16.721Z Compiling hashbrown v0.12.3
33132026-04-10T02:57:16.789Z Compiling unicase v2.9.0
33142026-04-10T02:57:16.811Z Compiling compression-core v0.4.31
33152026-04-10T02:57:16.844Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-04-10T02:57:16.923Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33172026-04-10T02:57:16.962Z Compiling compression-codecs v0.4.37
33182026-04-10T02:57:16.979Z Compiling aes-gcm v0.10.3
33192026-04-10T02:57:17.002Z Compiling parking_lot v0.11.2
33202026-04-10T02:57:17.028Z Compiling mime_guess v2.0.5
33212026-04-10T02:57:17.089Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33222026-04-10T02:57:17.109Z Compiling serde-hex v0.1.0
33232026-04-10T02:57:17.155Z Compiling tokio-tungstenite v0.21.0
33242026-04-10T02:57:17.234Z Compiling tabled_derive v0.11.0
33252026-04-10T02:57:17.430Z Compiling progenitor-impl v0.10.0
33262026-04-10T02:57:17.490Z Compiling progenitor-impl v0.11.2
33272026-04-10T02:57:17.514Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-04-10T02:57:17.613Z Compiling ron v0.8.1
33292026-04-10T02:57:17.631Z Compiling papergrid v0.17.0
33302026-04-10T02:57:17.647Z Compiling testing_table v0.3.0
33312026-04-10T02:57:17.650Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-04-10T02:57:17.681Z Compiling libscf-sys v1.1.0
33332026-04-10T02:57:17.836Z Compiling progenitor v0.13.0
33342026-04-10T02:57:17.851Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-04-10T02:57:17.868Z Compiling hashbrown v0.13.2
33362026-04-10T02:57:17.977Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
33372026-04-10T02:57:18.020Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-04-10T02:57:18.059Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33392026-04-10T02:57:18.097Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-10T02:57:18.259Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-04-10T02:57:18.393Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33422026-04-10T02:57:18.467Z Compiling prefix-trie v0.7.0
33432026-04-10T02:57:18.564Z Compiling ssh-encoding v0.2.0
33442026-04-10T02:57:18.607Z Compiling blowfish v0.9.1
33452026-04-10T02:57:18.647Z Compiling fxhash v0.2.1
33462026-04-10T02:57:18.820Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-04-10T02:57:18.874Z Compiling toml_datetime v1.0.0+spec-1.1.0
33482026-04-10T02:57:18.893Z Compiling dropshot v0.17.0
33492026-04-10T02:57:18.893Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-04-10T02:57:18.909Z Compiling corncobs v0.1.4
33512026-04-10T02:57:19.136Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-04-10T02:57:19.154Z Compiling crc-any v2.5.0
33532026-04-10T02:57:19.216Z Compiling toml v1.0.6+spec-1.1.0
33542026-04-10T02:57:19.240Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-04-10T02:57:19.260Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-04-10T02:57:19.364Z Compiling hickory-server v0.25.2
33572026-04-10T02:57:19.383Z Compiling ssh-cipher v0.2.0
33582026-04-10T02:57:19.416Z Compiling sled v0.34.7
33592026-04-10T02:57:19.440Z Compiling bcrypt-pbkdf v0.10.0
33602026-04-10T02:57:19.511Z Compiling tabled v0.20.0
33612026-04-10T02:57:19.768Z Compiling object v0.30.4
33622026-04-10T02:57:19.810Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-04-10T02:57:19.828Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33642026-04-10T02:57:20.005Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33652026-04-10T02:57:20.169Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33662026-04-10T02:57:20.188Z Compiling progenitor-macro v0.10.0
33672026-04-10T02:57:20.204Z Compiling progenitor-macro v0.11.2
33682026-04-10T02:57:20.655Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-04-10T02:57:20.932Z Compiling async-compression v0.4.41
33702026-04-10T02:57:21.069Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33712026-04-10T02:57:21.213Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-04-10T02:57:21.283Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-04-10T02:57:21.414Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-04-10T02:57:21.545Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33752026-04-10T02:57:21.726Z Compiling progenitor-client v0.11.2
33762026-04-10T02:57:21.994Z Compiling dropshot_endpoint v0.17.0
33772026-04-10T02:57:22.047Z Compiling password-hash v0.4.2
33782026-04-10T02:57:22.091Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-04-10T02:57:22.282Z Compiling secrecy v0.8.0
33802026-04-10T02:57:22.337Z Compiling half v1.8.3
33812026-04-10T02:57:22.475Z Compiling path-slash v0.1.5
33822026-04-10T02:57:22.479Z Compiling http-range v0.1.5
33832026-04-10T02:57:22.643Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-04-10T02:57:22.646Z Compiling serde_cbor v0.11.2
33852026-04-10T02:57:22.723Z Compiling pbkdf2 v0.11.0
33862026-04-10T02:57:22.974Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-04-10T02:57:23.311Z Compiling ssh-key v0.6.7
33882026-04-10T02:57:23.513Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-04-10T02:57:23.691Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-04-10T02:57:23.809Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33912026-04-10T02:57:24.037Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33922026-04-10T02:57:24.143Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076)
33932026-04-10T02:57:24.514Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-04-10T02:57:24.531Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-04-10T02:57:24.771Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-04-10T02:57:25.005Z Compiling p256 v0.13.2
33972026-04-10T02:57:25.036Z Compiling p521 v0.13.3
33982026-04-10T02:57:25.053Z Compiling yasna v0.5.2
33992026-04-10T02:57:25.116Z Compiling kstat-rs v0.2.4
34002026-04-10T02:57:25.134Z Compiling headers-core v0.3.0
34012026-04-10T02:57:25.296Z Compiling nanorand v0.7.0
34022026-04-10T02:57:25.335Z Compiling progenitor v0.10.0
34032026-04-10T02:57:25.430Z Compiling atty v0.2.14
34042026-04-10T02:57:25.449Z Compiling progenitor v0.11.2
34052026-04-10T02:57:25.452Z Compiling russh-cryptovec v0.7.3
34062026-04-10T02:57:25.484Z Compiling crc8 v0.1.1
34072026-04-10T02:57:25.524Z Compiling md5 v0.7.0
34082026-04-10T02:57:25.554Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-04-10T02:57:25.577Z Compiling home v0.5.12
34102026-04-10T02:57:25.626Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34112026-04-10T02:57:25.644Z Compiling flume v0.11.1
34122026-04-10T02:57:25.647Z Compiling rcgen v0.12.1
34132026-04-10T02:57:25.686Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34142026-04-10T02:57:25.752Z Compiling russh-keys v0.45.0
34152026-04-10T02:57:25.771Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-04-10T02:57:25.788Z Compiling headers v0.4.1
34172026-04-10T02:57:25.835Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-04-10T02:57:26.001Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34192026-04-10T02:57:26.019Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34202026-04-10T02:57:26.322Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-04-10T02:57:26.341Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34222026-04-10T02:57:26.450Z Compiling hyper-staticfile v0.10.1
34232026-04-10T02:57:26.519Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-04-10T02:57:26.593Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34252026-04-10T02:57:26.611Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34262026-04-10T02:57:26.629Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-04-10T02:57:26.780Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
34282026-04-10T02:57:26.882Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-04-10T02:57:26.903Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34302026-04-10T02:57:26.922Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-04-10T02:57:27.003Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322026-04-10T02:57:27.184Z Compiling num-bigint v0.4.6
34332026-04-10T02:57:27.342Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342026-04-10T02:57:27.388Z Compiling des v0.8.1
34352026-04-10T02:57:27.412Z Compiling subprocess v0.2.15
34362026-04-10T02:57:27.432Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-04-10T02:57:27.432Z Compiling display-error-chain v0.2.2
34382026-04-10T02:57:27.617Z Compiling hex-literal v0.4.1
34392026-04-10T02:57:27.633Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-04-10T02:57:27.742Z Compiling colored v2.2.0
34412026-04-10T02:57:27.761Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-04-10T02:57:27.794Z Compiling internet-checksum v0.2.1
34432026-04-10T02:57:27.887Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-04-10T02:57:28.431Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34452026-04-10T02:57:28.467Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34462026-04-10T02:57:28.493Z Compiling russh v0.45.0
34472026-04-10T02:57:31.091Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34482026-04-10T02:57:31.775Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-04-10T02:57:31.966Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34502026-04-10T02:57:32.290Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34512026-04-10T02:57:39.905Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-04-10T02:57:39.905Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-04-10T02:57:39.905Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542026-04-10T02:57:39.909Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-04-10T02:57:41.636Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-04-10T02:57:41.725Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-04-10T02:57:45.825Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34582026-04-10T02:58:05.837Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34592026-04-10T02:58:25.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34602026-04-10T02:58:25.820Z
34612026-04-10T02:58:25.820Zreal 1:25.361830031
34622026-04-10T02:58:25.821Zuser 8:19.083504935
34632026-04-10T02:58:25.821Zsys 1:45.580879857
34642026-04-10T02:58:25.821Ztrap 0.255317310
34652026-04-10T02:58:25.821Ztflt 0.548123972
34662026-04-10T02:58:25.821Zdflt 1.609385368
34672026-04-10T02:58:25.824Zkflt 0.000338550
34682026-04-10T02:58:25.824Zlock 29:45.187442185
34692026-04-10T02:58:25.824Zslp 19:25.892595052
34702026-04-10T02:58:25.824Zlat 39.626069185
34712026-04-10T02:58:25.824Zstop 2:52.797889240
34722026-04-10T02:58:25.824Z+ mkdir tests
34732026-04-10T02:58:25.824Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-04-10T02:58:25.827Z+ xargs -I '{}' -t cp '{}' tests/
34752026-04-10T02:58:25.855Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1f9886d13f41c29a tests/
34762026-04-10T02:58:25.876Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7c5684e9470cbee4 tests/
34772026-04-10T02:58:25.896Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6713935eed1eadd0 tests/
34782026-04-10T02:58:25.917Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-340806c2c6d19121 tests/
34792026-04-10T02:58:26.239Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34802026-04-10T02:58:26.242Z+ 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-7c5684e9470cbee4 tests/commtest-6713935eed1eadd0 tests/dhcp_server-1f9886d13f41c29a tests/end_to_end_tests-340806c2c6d19121 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
34812026-04-10T02:59:53.119ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-04-10T02:59:53.119Za .github/buildomat/ci-env.sh 1K
34832026-04-10T02:59:53.119Za out/target/test 1K
34842026-04-10T02:59:53.119Za out/npuzone/npuzone 27402K
34852026-04-10T02:59:53.119Za package-manifest.toml 35K
34862026-04-10T02:59:53.119Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-04-10T02:59:53.119Za target/release/omicron-package 44620K
34882026-04-10T02:59:53.119Za target/release/xtask 11433K
34892026-04-10T02:59:53.119Za target/debug/bootstrap 340020K
34902026-04-10T02:59:53.119Za tests/bootstrap-7c5684e9470cbee4 31310K
34912026-04-10T02:59:53.119Za tests/commtest-6713935eed1eadd0 32395K
34922026-04-10T02:59:53.119Za tests/dhcp_server-1f9886d13f41c29a 31310K
34932026-04-10T02:59:53.119Za tests/end_to_end_tests-340806c2c6d19121 382435K
34942026-04-10T02:59:53.119Za out/clickhouse.tar.gz 317562K
34952026-04-10T02:59:53.119Za out/clickhouse_keeper.tar.gz 302711K
34962026-04-10T02:59:53.119Za out/clickhouse_server.tar.gz 317561K
34972026-04-10T02:59:53.119Za out/cockroachdb.tar.gz 163431K
34982026-04-10T02:59:53.119Za out/crucible-pantry-zone.tar.gz 43712K
34992026-04-10T02:59:53.119Za out/crucible-utils.tar 17744K
35002026-04-10T02:59:53.119Za out/crucible-zone.tar.gz 57850K
35012026-04-10T02:59:53.119Za out/external-dns.tar.gz 49450K
35022026-04-10T02:59:53.119Za out/internal-dns.tar.gz 49450K
35032026-04-10T02:59:53.119Za out/mg-ddm-gz.tar 97705K
35042026-04-10T02:59:53.119Za out/nexus.tar.gz 217468K
35052026-04-10T02:59:53.119Za out/ntp.tar.gz 31896K
35062026-04-10T02:59:53.119Za out/omicron-gateway-softnpu.tar.gz 28645K
35072026-04-10T02:59:53.119Za out/omicron-sled-agent.tar 200316K
35082026-04-10T02:59:53.119Za out/overlay.tar.gz 3K
35092026-04-10T02:59:53.119Za out/oximeter.tar.gz 66845K
35102026-04-10T02:59:53.119Za out/oxlog.tar 3782K
35112026-04-10T02:59:53.119Za out/probe.tar.gz 3037K
35122026-04-10T02:59:53.119Za out/propolis-server.tar.gz 38704K
35132026-04-10T02:59:53.120Za out/pumpkind-gz.tar 26647K
35142026-04-10T02:59:53.120Za out/switch-softnpu.tar.gz 395926K
35152026-04-10T02:59:53.123Z
35162026-04-10T02:59:53.123Zreal 1:26.879081485
35172026-04-10T02:59:53.123Zuser 1:24.282043087
35182026-04-10T02:59:53.123Zsys 4.395878841
35192026-04-10T02:59:53.123Ztrap 0.007279834
35202026-04-10T02:59:53.123Ztflt 0.000000000
35212026-04-10T02:59:53.123Zdflt 0.000000000
35222026-04-10T02:59:53.123Zkflt 0.000000000
35232026-04-10T02:59:53.123Zlock 0.000000000
35242026-04-10T02:59:53.123Zslp 1:24.150795879
35252026-04-10T02:59:53.123Zlat 0.917853473
35262026-04-10T02:59:53.123Zstop 0.000163877
35272026-04-10T02:59:53.123Zprocess exited: duration 956118 ms, exit code 0
 
35282026-04-10T02:59:53.136Zfound 1 output files
35292026-04-10T02:59:53.136Zuploading: /work/package.tar.gz (2424773898 bytes)
35302026-04-10T03:00:21.935Zuploaded: /work/package.tar.gz